/*public*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .2s;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
    background: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/

}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
a:hover {
    color: #03439a;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.hang3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,.2);
    height: 110px;
    z-index: 999;
}
header:hover,
header.on {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.07);
}
.hdheader {
    position: sticky;
    background: #fff;
}
.logo img {
    display: block;
    height: 60px;
}
.menu {
    display: flex;
    height: 100%;
    margin: 0 30px -1px;
}
.menu li.active {
    border-bottom: 3px solid #03439a;
    color: #03439a;
}
.menu li.active > a {
    color: #03439a;
}
.menu li {
    border-bottom: 3px solid transparent;
    margin: 0 10px;
    padding: 0 3px;
    display: flex;
    align-items: center;
}
.menu li > a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    white-space: nowrap;
}
.menu li > i {
    font-size: 12px;
    display: inline-block;
    margin-left: 7px;
}
.sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 109px;
    height: 0;
    overflow: hidden;
    background: url("../images/subbg.jpg") center no-repeat;
    display: flex;
    justify-content: space-between;
    transition: linear .3s;
}
.menu li:hover .sub {
    height: 400px;
}
.subl {
    width: 45%;
    flex-shrink: 0;
    margin: 60px 0 0 60px;
}
.subl h2 {
    font-size: 24px;
}
.subl p {
    color: #666;
    margin: 30px 0;
    font-size: 15px;
}
.more2 {
   display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #03439a;
    color: #03439a;
    margin-top: 30px;
}
.links {
    display: flex;
    flex-wrap: wrap;
}
.links a {
    width: 30%;
    padding: 5px 0;
}
.links i {
    color: #03439a;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
.subc {
    width: 350px;
    height: 230px;
    flex-shrink: 0;
    margin-top: 60px;
}
.subc img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subr {
    color: #fff;
    font-size: 15px;
    padding-left: 40px;
    margin: 60px 60px 0 0;
}
.subr h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px 0;
}
.subr p {
    padding: 5px 0;
}
.sch i {
    color: #03439a;
    font-size: 24px;
    cursor: pointer;
}
.sch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sch input {
    position: absolute;
    right: 0;
    width: 0;
    opacity: 0;
    transition: width .3s, opacity.3s;
    padding: 15px 20px;
    background: rgba(255,255,255,.8);
    border-radius: 30px;
}
.sch input::placeholder {
    color: #333;
}
.sch input.on {
    width: 240px;
    border: 1px solid #eee;
    opacity: 1;
}
.sch button {
    z-index: 10;
    padding: 15px 20px;
    background: transparent;
}
.hdr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.yuyan {
    padding-left: 30px;
    color: #03439a;
    display: flex;
    align-items: center;
}
.yuyan i {
    font-size: 22px;
    margin-right: 5px;
}
.yuyan a {
    color: #03439a;
    font-size: 18px;
    padding: 0 6px;
}
.banner {
    height: 690px;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide {
    display: flex;
    justify-content: center;
}
.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    content: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 60px;
    top: auto;
}
.banner .swiper-button-next {
    background: url("../images/right.png") center no-repeat;
    right: 76px;
}
.banner .swiper-button-prev {
    background: url("../images/left.png") center no-repeat;
    right: 126px;
    left: auto;
}
.nian {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -35px;
    z-index: 99;
    margin-bottom: 60px;
}
.nian li {
    position: relative;
    width: 260px;
    height: 158px;
    background: #f8f8f8;
    box-shadow: 0 5px 12px rgba(0,0,0,.1);
    text-align: center;
    padding: 55px 30px 20px;
    flex-shrink: 0;
}
.nian i {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 46px;
    background: #03439a;
    display: block;
    color: #fff;
    position: absolute;
    top: -35px;
    left: 0;
}
.nian span {
    font-size: 20px;
}
.nian p {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px;
}
.nian p em {
    color: #03439a;
    font-weight: bold;
}
.nian li:hover {
    background: #03439a;

}
.nian li:hover,
.nian li:hover em {
    color: #fff;
}
.nian li:hover i {
    background: #f8f8f8;
    color: #03439a;
}
.wrap {
    padding: 70px 0;
}
.indextt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.indextt h2 {
    display: flex;
    align-items: baseline;
    font-size: 40px;
    line-height: 32px;
}
.indextt h2:before,
.indextt h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #d9d9d9;
}
.indextt h2:before {
    margin-right: 15px;
}
.indextt h2:after {
    margin-left: 15px;
}
.indextt h2 em {
    font-size: 26px;
    color: #03439a;
    text-transform: uppercase;
    margin-left: 15px;
}
.indextt p {
    font-size: 14px;
    color: #adadad;
    margin-top: 12px;
}
.aboutwrap {
    padding: 0 0 330px;
    background: url("../images/aboutbg.png") bottom center no-repeat;
}
.aboutbox {
    padding: 0 250px 50px;
    background: #fff;
    box-shadow: 0 10px 23px rgba(0,0,0,.05);
}
.aboutdes {
    text-align: center;
    line-height: 36px;
    margin-bottom: 25px;
}
.more {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    color: #666;
}
.procat {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6edf7;
    border-left: 1px solid #e6edf7;
}
.procat a {
    width: calc(100%/5);
    height: 265px;
    border-right: 1px solid #e6edf7;
    border-bottom: 1px solid #e6edf7;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .3s;
}
.procat i {
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 58px;
    background: rgba(208,228,255,.3);
    color: #03439a;
    border-radius: 50%;
}
.procat h2 {
    font-size: 24px;
    margin-top: 20px;
}
.procat a:hover {
    background: #03439a;
    color: #fff;
    transform: scale(1.1);
    border-color: #03439a;
    box-shadow: 0 0 23px rgba(0,0,0,.27);
    z-index: 99;
}
.procat a:hover i {
    color: #fff;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.newbg {
    background: url("../images/newbg.jpg") center no-repeat;
    background-size: cover;
}
.newslider {
    position: relative;
    height: 388px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.12);
}
.newslider a {
    display: flex;
    height: 100%;
}
.newslider .pic {
    width: 50%;
    overflow: hidden;
}
.newslider .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslider .text {
    width: 50%;
    padding: 90px 80px;
}
.newslider h2 {
    font-size: 24px;
    color: #03439a;
}
.newslider p {
    font-size: 15px;
    color: #666;
    margin: 35px 0;
}
.newslider span {
    color: #999;
    font-size: 15px;
}
.newslider .swiper-button-next,
.newslider .swiper-button-prev {
    width: 16px;
    height: 30px;
    z-index: 100;
    margin-top: -15px;
}
.newslider .swiper-button-next:after,
.newslider .swiper-button-prev:after {
    content: none;
}
.newslider .swiper-button-next {
    background: url("../images/right2.png") center no-repeat;
    right: 30px;
}
.newslider .swiper-button-prev {
    background: url("../images/left2.png") center no-repeat;
    left: calc(50% + 30px);
}
.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news a {
    display: flex;
    align-items: center;
    width: 48%;
    margin: 35px 0 0;
}
.news .date {
    width: 100px;
    height: 90px;
    text-align: center;
    flex-shrink: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news .date span {
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.news .date em {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #03439a;
    flex-shrink: 0;
}
.news .text {
    flex-shrink: 1;
    margin-left: 20px;
    overflow: hidden;
}
.news h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.news p {
    font-size: 15px;
    color: #999;
}
.footer {
    background: url("../images/ftbg.jpg") #2c3440 center no-repeat;
    font-size: 14px;
    color: #9fa8b3;
    line-height: 32px;
}
.footer a {
    color: #9fa8b3;
}
.ga {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.ftbox {
    display: flex;
    justify-content: space-between;
}
.ftlogo {
    display: block;
    margin-bottom: 20px;
}
.ftlogo img {
    display: block;
    height: 32px;
}
.ftbox {
    padding: 60px 0;
}
.ftc {
    line-height: 36px;
}
.ftc h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.ftc i {
    display: inline-block;
    color: #fff;
    width: 25px;
}
.ftr {
    width: 120px;
    text-align: center;
}
.ftr img {
    display: block;
    width: 100%;
}
.ftr p {
    padding-top: 2px;
}
.inbanner {
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.inbanner img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.intt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.7);
}
.intt h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.intt p {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 13px;
}
.catline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #03439a;
    background: rgba(0,0,0,.36);
}
.catbox {
    display: flex;
}
.catbox a {
    width: calc(100% / 3);
    padding: 20px 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-left: 1px solid rgba(255,255,255,.2);
}
.catbox a:last-child {
    border-right: 1px solid rgba(255,255,255,.2);
}
.catbox a:hover,
.catbox a.active {
    background: #03439a;
}
.catbox p {
    display: flex;
    align-items: center;
}
.catbox p i {
    font-size: 20px;
    margin-right: 10px;
}
.page {
    padding: 60px 0;
    min-height: 400px;
    line-height: 30px;
}
.pagett {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-bottom: 40px;
}
.gspic {
    float: right;
    height: 300px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin-left: 40px;
}
.gspic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.newslist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newslist a {
    width: 49%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 20px;
}
.newslist a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: linear .3s;
}
.newslist a:hover {
    background: transparent;
}
.newslist a:hover,
.newslist a:hover span,
.newslist a:hover p {
    color: #fff;
}
.newslist a:hover:after {
    width: 100%;
    background: #03439a;
}
.newslist .pic {
    width: 200px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 30px;
}
.newslist .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist .text {
    overflow: hidden;
    font-size: 14px;
    flex: 1;
}
.newslist h2 {
    font-size: 20px;
}
.newslist span {
    color: #999;
    display: block;
    margin: 15px 0;
}
.newslist p {
    color: #666;
    line-height: 24px;
}
/*分页*/
#pages {
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
}
#pages li {
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    line-height: 22px;
}
#pages li span,
#pages li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#pages li:hover,
#pages li.active {
    border: 1px solid #03439a;
    background-color: #03439a;
}
#pages li:first-child,
#pages li:last-child {
    background: #03439a;
    border: 1px solid #03439a;
}
#pages li:first-child span,
#pages li:first-child a,
#pages li:last-child span,
#pages li:last-child a,
#pages li:hover a,
#pages li:hover span,
#pages li.active span {
    color: #fff;
}
.d-tt {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    padding: 0 20px;
    font-weight: bold;
}
.d-info {
    text-align: center;
    color: #888;
    margin: 20px 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.d-info span {
    padding: 0 10px;
    font-size: 14px;
}
.d-info i {
    color: #03439a;
    margin-right: 5px;
}
.pian {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.pian li {
    overflow: hidden;
    padding: 4px 0;
}
.pian a {
    display: block;
    max-width: 80%;
    margin-left: 65px;
}
.pian p {
    float: left;
    width: 65px;
    color: #03439a;
}
.cpcat {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
}
.cpcat span {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    height: 1px;
    background: #e5e5e5;
    z-index: -1;
}
.cpcat a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    transition: linear .3s;
}
.cpcat i {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 88px;
    font-size: 40px;
    color: #03439a;
    background: #fff;
}
.cpcat h2 {
    margin-top: 10px;
}
.cpcat a:hover i,
.cpcat a.active i {
    background: #03439a;
    border-color: #03439a;
    color: #fff;
}
.cpcat a:hover,
.cpcat a.active {
    color: #03439a;
    transform: translateY(-10px);
}
.cplist {
    display: flex;
    flex-wrap: wrap;
}
.cplist a {
    width: calc((100% - 90px)/3);
    margin: 0 15px 30px;
    background: #f8f8f8;
    position: relative;
    border: 1px solid #eee;
}
.cplist .pic {
    height: 270px;
    overflow: hidden;
    position: relative;
}
.cplist .pic img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cplist h2 {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
.cplist p {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #03439a;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    padding: 20px 10px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -40px 0 0 -40px;
    transition: linear .4s;
    opacity: 0;
}
.cplist i {
    display: block;
}
.cplist a:hover p {
    top: 50%;
    opacity: 1;
}
.brdwrap {
    /*background: #f3f8ff;*/
    box-shadow: 0 0px 10px rgba(0,0,0,.05);
}
.brd {
    display: flex;
    align-items: center;
    line-height: 56px;
    font-size: 15px;
    color: #999;
}
.brd a {
    color: #999;
}
.brd i {
    color: #03439a;
    margin-right: 5px;
}
.brd span {
    margin: 0 10px;
}
.pagecp {
    display: flex;
}
.sidecp {
    width: 300px;
    flex-shrink: 0;
}
.sidecp a {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.sidecp a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #03439a;
    transition: linear .3s;
}
.sidecp a:hover:after,
.sidecp a.active:after {
    width: 100%;
}
.sidecp i {
    font-size: 24px;
    margin-right: 15px;
    color: #999;
}
.sidecp a:hover i,
.sidecp a.active i,
.sidecp a:hover,
.sidecp a.active {
    color: #03439a;
}
.cpdetail {
    flex: 1;
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 50px;
    overflow: hidden;
}
.cpimg {
    position: relative;
    margin-bottom: 30px;
}
.cpimg .mySwiper2 {
    height: 450px;
}
.cpimg img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cpimg .mySwiper {
    height: 140px;
    margin-top: 5px;
}
.cpimg .mySwiper .swiper-slide {
    opacity: .6;
}
.cpimg .mySwiper .swiper-slide-thumb-active {
    opacity: 1;

}
.cpimg .swiper-button-next:after,
.cpimg .swiper-button-prev:after {
    content: none;

}
.cpimg .swiper-button-prev,
.cpimg .swiper-button-next {
    top: 42%;
}
.cpimg .swiper-button-prev {
    background: url("../images/left2.png") center no-repeat;
}
.cpimg .swiper-button-next {
    background: url("../images/right2.png") center no-repeat;
}
.cpimg2 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cpimg2 img {
    display: block;
    height: 100%;
}
.cpimg.ygfc .mySwiper2 {
    height: 600px;
}
.cptext em {
    display: block;
    color: #03439a;
    font-size: 18px;
    font-weight: bold;
}
.cptext li {
    padding-bottom: 20px;
}
.cptext p {
    padding-left: 10px;
}
.cpnote {
    text-align: center;
    padding: 10px;
    background: #03439a;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.cptt {
    font-size: 28px;
    line-height: 40px;
    padding: 0 10px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    color: #03439a;
}
.contact {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.contact li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin: 0 20px;
    padding: 30px;
    transition: linear .5s;
}
.contact i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    display: block;
    color: #03439a;
}
.contact h2 {
    font-size: 26px;
    margin: 15px 0 25px;
}
.contact p {
    text-align: center;
    font-size: 18px;
}
.contact li:hover {
    border-color: #03439a;
    transform: translateY(-15px);
}
.sword {
    padding-bottom: 20px;
    color: #666;
}
.sword i {
    color: #f00;
}
.nodate {
    color: #999;
}
.schlist li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.schlist p,
.schlist span {
    font-size: 14px;
}
.schlist p {
    color: #666;
    line-height: 24px;
    padding: 10px 0;
}
.schlist span {
    color: #999;
}
.videobg {


    object-fit: cover;
}
.zhaopin li.first {
    background: #f6f6f6;
    font-weight: bold;
}
.zhaopin li.first p {
    background: none;
}
.zhaopin li {
    border-bottom: 1px solid #e5e5e5;
}
.zhaopin li > p {
    display: flex;
    background: url("../images/down.png") 98% center no-repeat;
    background-size: 16px;
    cursor: pointer;
}
.zhaopin li > p.on {
    background: url("../images/up.png") 98% center no-repeat;
    background-size: 16px;
}
.zhaopin span {
    flex: 1;
    padding: 10px 15px;
}
.zpsub {
    position: relative;
    padding: 20px 30px;
    background: #f2f7ff;
    font-size: 14px;
    display: none;
    transition: none .3s;
}
.zpsub dl {
    display: flex;
    padding: 5px 0;
}
.zpsub dt {
    width: 140px;
    flex-shrink: 0;
    color: #999;
    text-align: right;
    padding-right: 5px;
}
.float {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 999;
    color: #fff;
}
.float p {
    height: 50px;
    margin-bottom: 1px;
    background: #03439a;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    right: -166px;
    transition: right .3s,linear .3s;
}
.float .fwid.on {
    right: 0;
}
.float em {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.float i {
    font-size: 24px;
}
.float span {
    padding: 8px;
}
.fewm {
    position: absolute;
    right: -50px;
    z-index: -1;
    transition: right .3s,linear .3s;
    background: #03439a;
}
.fewm img {
    display: block;
    width: 120px;
}
.float .fm.on .fewm {
     right: 250px;
}
.scdes {
    text-align: center;
    margin-bottom: 40px;
}
.zu {
    display: flex;
}
.zutext {
    background: #f5f9ff;
    padding: 28px 40px;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zutext em {
    display: block;
    width: 100px;
    height: 3px;
    background: #03439a;
    margin-top: 20px;
}
.z2 .zuitem {
    width: 50%;
    height: 400px;
}
.zuitem {
    position: relative;
    width: 25%;
    height: 280px;
}
.zuitem img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s all;
}
.zuitem img:hover {
    transform: scale(1.1);
}
.zuitem .swiper-pagination {
    right: 10px;
    bottom: 10px;
}
.zuitem .swiper-pagination-bullet,
.zhiliang .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin-left: 5px;
}
.zuitem .swiper-pagination-bullet-active {
    background: #f90;
}
.zhiliang {
    position: relative;
    padding-bottom: 30px;
}
.zhiliang img {
    display: block;
    width: 100%;
}
.zhiliang .swiper-slide-active {
    border: 2px solid #03439a;
}
.zhiliang .swiper-pagination {
    width: 100%;
    text-align: center;
}
.zhiliang .swiper-pagination-bullet {
    background: rgba(0,0,0,.3);
}
.zhiliang .swiper-pagination-bullet-active {
    background: #03439a;
}
.shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 1000;
    transition: .3s none;
}
.sclose {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: url("../images/close.png") center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.pbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pbox h2 {
    margin-top: 15px;
    font-size: 22px;
    color: #fff;
}
.bigpic {
    border: 5px solid  #fff;
    max-height: 70%;
    max-width: 70%;
    border-radius: 10px;
}
.fzzj {
    position: relative;
    height: 300px;
    padding: 0 80px;
}
.fzzj .swiper-button-next:after, 
.fzzj .swiper-button-prev:after {
    color: #03439a;
}
.fzline {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 80px;
    right: 80px;
    height: 20px;
    background: #03439a;
    border-radius: 10px;
}
.fzitem {
    display: flex;
    height: 100%;
    width: 130%;
}
.fz1 {
   align-items: flex-start;
}
.fz2 {
    align-items: flex-end;
}
.fzleft {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fzleft i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #03439a;
}
.fzleft span {
    color: #03439a;
    font-size: 20px;
    line-height: 40px;
}
.fzsx {
    width: 2px;
    height: 102px;
    background: #03439a;
}
.fzyy {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.fzright {
    padding-left: 15px;
}
.fzright h2 {
    font-weight: bold;
    color: #03439a;
}
.fzright p {
    color: #666;
}
.hrline {
    display: flex;
    padding-bottom: 20px;
}
.hrline span {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.hrline span i {
    margin-right: 10px;
    font-size: 30px;
    color: #03439a;
}
@media screen and (max-width: 1700px) {
    header {
        padding: 0 3%;
    }
}

@media screen and (max-width: 1600px) {
    header {
        padding: 0 2%;
    }
    .logo img {
        height: 56px;
    }
    .container {
        width: 96%;
    }
    .menu li > a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1540px) {
    .logo img {
        height: 46px;
    }
}
@media screen and (max-width: 1440px) {
    .aboutbox {
        padding: 0 12% 50px;
    }
}
@media screen and (max-width: 1366px) {
    .menu li {
        margin: 0 5px;
    }
}