@charset 'UTF-8';
/* @font-face { 
  font-family: 'FZLanTingHei-S6-GB'; å®šä¹‰å­—ä½“åç§° 
  src: url('path/to/FZLTH.TTF') format('truetype');  æŒ‡å®šå­—ä½“æ–‡ä»¶è·¯å¾„å’Œæ ¼å¼ 
}

body {
  font-family: 'FZLanTingHei-S6-GB', 'sans-serif';  ä½¿ç”¨æ–¹æ­£å…°äº­é»‘ç®€ä½“ä½œä¸ºé¦–é€‰å­—ä½“ 
}
*/

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    list-style: none;
    /*font-family: "MyFont";*/
    font-weight: normal;
}

/* font-family: "é»‘ä½“"; */
html {
    /* background: url(../images/bg.jpg) no-repeat; */
    margin: 0 auto;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    background: #f0f5fa;
}

img {
    border: none;
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a * {
    color: #004f99;
}

/*@font-face {font-family: "MyFont"; src: url('myfont.otf'); font-weight: normal; font-style: normal; }*/
/*åŠ è½½*/
/* #load{background: #000;bottom: 0; left: 0;position: absolute; right: 0; top: 0;z-index: 10;}
#loading{bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0;} */

/*å…¬å…±å¸ƒå±€*/
/*æ»šåŠ¨æ¡*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 0px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    /*box-shadow: 0 0 0 5px rgba(100,100,100,.5) inset;*/
    background: #f9804ae8;
}

::-webkit-scrollbar-corner {
    background: rgba(100, 100, 100, 0);
}

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin: 0 auto;
    min-width: 1300px;
    overflow-y: hidden;
}


.header {
    height: 74px;
    line-height: 74px;
    background: rgba(255, 255, 255, .4);
    display: flex;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    right: 0;
    min-width: 1200px;
    justify-content: space-between;
    backdrop-filter: blur(3px);
}

.header .logo {
    width: 155px;
    height: 48px;
    background: url(../images/logo.png) no-repeat;
    margin-left: 2%;
    background-position: left center;
    background-size: contain;
}

#navToggle {
    display: none;
}

.nav {
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav ul {
    list-style: none;
    padding: 0;
}

.nav ul:before,
.nav ul:after {
    content: "";
    display: table;
}

.nav ul:after {
    clear: both;
}

.nav .opt {
    display: none;
}

.nav ul>li {
    float: left;
    position: relative;
    text-align: center;
    /* width: 114px; */
    box-sizing: content-box;
    display: grid;
    display: flex;
    align-items: center;
}

/* padding: 0 34px; */
.nav ul>li:nth-child(1) {
    /* width: 90px; */
}

/* .nav ul > li:nth-child(2){width: 140px;} */
.nav a {
    display: inline;
    color: #004f99;
    font-size: 18px;
    text-align: left;
    padding: 8px 14px;
    /* height: 20px; */
    line-height: 20px;
}

.touzinav a {
    text-align: center;
}

.nav a:hover {
    text-decoration: none;
    transition: all .7s ease 0s;
}

.nav li ul li {
    width: 160px;
}

.nav li ul li:nth-child(1) {
    width: 100%;
}

/* .nav li ul li:nth-child(2){width: 100%;} */
.nav li ul a {
    border: none;
    /* text-indent: 0; */
    transition: all .1s linear 0s;
}

.nav li ul a:hover {
    color: #004f99;
    /* font-weight: bold; */
}

.nav ul>li:hover ul li {
    max-height: 150px;
}

.nav li ul {
    display: none;
    position: absolute;
    left: -25px;
    top: 74px;
    z-index: 5;
    background: rgba(255, 255, 255, .5);
}

.nav .navOn ul {
    display: none !important;
}

.nav li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

.nav li ul a:hover {
    /* text-indent: 20px; */
    transition: all .1s linear 0s;
    font-size: 18px;
}

.nav .navOn>a {
    /*background:  url(../images/navOn.png) no-repeat;*/
    color: #004f99;
    background-size: 28px;
    background-position: left top;
    font-weight: bold;
    transition: none;
}

.nav .navOn ul li a {
    background: none;
    font-weight: normal;
}

.touzinav .navOn>a {
    background-position: 29% top;
}

.touzinav li ul li {
    width: 100%;
}

.touzinav ul li:nth-child(1)>a {
    background-position: 41% top;
}

.touzinav ul li:nth-child(2)>a {
    background-position: 28% top;
}

.touzinav ul li:nth-child(3)>a {
    background-position: 22% top;
}

.touzinav ul li:nth-child(4)>a {
    background-position: 22% top;
}

.touzinav ul li:nth-child(5)>a {
    background-position: 29% top;
}

.headerRight {
    margin-right: 35px;
    width: 80px;
    display: flex;
    position: absolute;
    right: -18px;
}

.headerRight img {
    float: right;
    width: 24px;
    height: 24px;
}

.touzinav {
    width: 1000px;
}

.touzinav ul>li {
    float: left;
    position: relative;
    text-align: center;
    text-align: left;
    width: 140px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 150px;*/
}

.touzinav ul li:nth-last-child(1) {
    width: 160px;
}

.touzinav a {
    font-size: 18px;
    padding: 8px 0;
}

.touzinav a:hover {
    font-size: 18px;
    padding: 8px 0;
}

/*.touzinav ul > li:nth-child(1){width: 150px;}*/
.touzinav li ul {
    width: 100%;
    display: block;
    left: 0;
}

.touzinav ul li ul:hover {
    display: block;
}

/* .touzinav .navOn a{background-position: 22px 4px;} */
.touzinav ul li:nth-child(6) ul {
    width: 140px;
}

.touzinav ul li ul li a {
    padding: 8px 0;
    font-size: 17px
}

.touzinav li ul a:hover {
    font-size: 18px;
}

.touzinav ul li ul:hover {
    display: block;
}

.touzinav .navOn ul {
    display: block !important;
    top: 74px;
}

.touzinav ul>li:hover ul li {
    max-height: 60px;
}

.pageBanner {
    width: 100%;
    position: relative;
}


.pageBanner .pageNav {
    width: 100%;
    height: 80px;
    background: url(../images/bannerbg.png) no-repeat;
    background-position: center;
    background-size: 100% 120px;
    position: absolute;
    bottom: -80px;
}

.pageBanner .pageNav ul {
    width: 1200px;
    margin: 0 auto;
}

.pageBanner .pageNav ul li {
    padding: 0 34px;
    height: 82px;
    display: inline-block;
    display: flex;
    align-items: center;
    float: left;
}

.pageBanner .pageNav ul li a {
    color: #004f99;
    font-size: 18px;
    padding: 12px 15px;
}

.pageBanner .pageNav ul .pageNavOn a {
    /*background:  url(../images/navOn.png) no-repeat;*/
    color: #004f99;
    background-size: 35px;
    background-position: left top;
    font-weight: bold;
}

.pageBanner .pageColumn {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 108px;
    margin-top: -96px;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.pageBanner .pageColumn p {
    font-size: 52px;
    text-align: center;
    text-align: left;
    /* padding-left: 70px; */
    font-weight: normal;
    color: #004f99;
}

.pageBanner .pageColumn .encolumn {
    font-size: 45px;
    color: #004f99d9;
    letter-spacing: 2px;
    margin-top: 10px;
}

/*.pageBanner .pageColumn .encolumnAbout{color: rgba(206, 167, 152,.7);}*/

.cwggBanner {
    height: 500px;
}

.cpjsBanner {
    height: 500px;
}

.zlBanner {
    height: 500px;
}

.gywmBanner {
    height: 500px;
}

.jrwmBanner {
    height: 500px;
}

.lxfsBanner {
    height: 500px;
}

.lxwmBanner {
    height: 500px;
}

.xwhdBanner {
    height: 500px;
}

.xwzxBanner {
    height: 500px;
}

.yfslBanner {
    height: 500px;
}

.cwggBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/lianxifangshi.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.cpjsBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/chanpinjieshao.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.zlBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/zhili.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.gywmBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/guanyuwomen.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.jrwmBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/jiaruwomen.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.lxfsBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/lianxifangshi.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.lxwmBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/lianxiwomen.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.xwhdBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/lianxifangshi.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.xwzxBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/xinwenzhongxin.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.yfslBanner_img {
    height: 100%;
    width: 100%;
    background: url(../images/yanfashili.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}





.footer {
    background: #004f99;
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer .footerContent {
    width: 1200px;
    /* height: 350px; */
    margin: 0 auto;
}

.footer .footerContent .logo {
    width: 193px;
}

.footer .footerContent .footerDet {
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: #fff;
}

.footer .footerContent .footerDet .footNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5975bd;
    padding: 40px 0 15px 0;
    margin-bottom: 20px;
}

.footer .footerContent .footerDet .footNav a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    width: 100%;
}

.footer .footerContent .footerDet .footNav .footNavBox {
    width: 13%;
    text-align: center;
}

.footer .footerContent .footerDet .footNav .footNavBox .level1 {
    font-size: 16px;
}

.footer .footerContent .footerDet .footNav .footNavBox .level2 {
    font-size: 14px;
}

/* .footer .footerContent .footerDet .wechat{margin-right: 74px;} */
.footer .footerContent .footerDet .footerDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #5975bd;
    padding: 10px 0;
}

.footer .footerContent .footerDet .footerDetail .footMsg {
    margin-left: -300px;
}

.footer .footerContent .footerDet .footerDetail .footMsg p {
    padding-left: 29px;
    background: url(../images/address.png) no-repeat;
    color: #fff;
    background-size: 15px;
    background-position: left center;
    line-height: 40px;
}

.footer .footerContent .footerDet .footerDetail .footMsg p:nth-child(2) {
    padding-left: 20px;
    background: url(../images/phone.png) no-repeat;
    color: #fff;
    background-size: 15px;
    background-position: left center;
}

.footer .footerContent .footerDet .footerDetail .wechat {
    width: 99px;
    text-align: center;
}

.footer .footerContent .footerDet .footerDetail .wechat img {
    width: 99px;
    display: block;
}

.footer .footerContent .footerDet .footerDetail .wechat span {
    width: 99px;
    display: block;
    line-height: 30px;
}

.footer .footerContent .filings {
    color: #97bffa;
    text-align: center;
    font-size: 14px;
    padding: 25px 0;
}

.footer .footerContent .filings a {
    color: #97bffa;
}



.navsearch form {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
}

.navsearch input {
    width: 0;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #004f99;
    background: none;
    outline: none;
    position: relative;
    transition: .3s linear;
    position: absolute;
    font-size: 18px;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0 20px 0 10px;
}

.navsearch .showIpt {
    width: 80px;
    padding-right: 30px;
}

/* .search input:focus {
  width: 120px;
  padding-right: 30px;
} */
.navsearch .searchBtn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/search.png') no-repeat;
    background-size: auto 16px;
    background-position: center 7px;
    cursor: pointer;
    z-index: 5;
}

.mask {
    display: none;
}

.english {
    font-size: 20px;
    /* border: 1px solid #004f99; */
    width: 33px;
    height: 74px;
    border-radius: 15px;
    line-height: 74px;
    display: inline-block;
    text-align: center;
    /*font-weight: bold;*/
    cursor: pointer;
    margin-right: 20px;
    z-index: 9;
    color: #004f99;
    background: url(../images/lan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.msearch {
    display: none;
}

.nav li .pcNav {
    position: fixed;
    top: 73px;
    z-index: 5;
    width: 1150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 170px;
    padding: 25px;
    background: url(../images/pcnavrightbg.png) no-repeat, linear-gradient(to right, #f8997e, #e1826d);
    background-size: auto 100%;
    background-position: center right;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    background-color: #e1826d;
}

.nav li .pcNav .pcNavRight {
    width: 395px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav li .pcNav .pcNavRight .pcNavRightBox {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.nav li .pcNav .pcNavBox {
    width: 55%;
}

.nav li .pcNav .pcNavBox a {
    display: block;
    align-items: center;
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding: 0 6px 0 6px;
    margin: 5px 0;
    text-shadow: 2px 2px 6px #742805;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 15px
}

.nav li .pcNav .pcNavBox a i {
    font-style: normal;
    font-size: 10px;
    margin-right: 5px;
    color: #fff;
    float: left;
    text-shadow: 0 0 black;
}

.nav li .pcNav .pcNavBox .pcNavOn {
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    color: #ea5711;
    text-shadow: none;
}

.nav li .pcNav .pcNavBox .pcNavOn i {
    color: #ea5711;
}

.nav li .pcNav .pcNavBox a:hover {
    transition: unset;
}

.nav li .pcNav .pcNavLeft {
    width: 715px;
    padding: 0 1%;
    border-right: 1px solid #f7b2a4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li .pcNav .pcNavImgBox {
    width: 256px;
    height: 144px;
    border-radius: 10px;
    overflow: hidden;
}

.nav li .pcNav .pcNavImgBox img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.nav li .pcNav .pcNavDscBox {
    width: 420px;
}

.nav li .pcNav .pcNavDscBox p {
    text-align: justify;
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    /* text-indent: 2em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    white-space: unset;
}

.nav li .pcNav .pcNavChanpin {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav li .pcNav .pcNavChanpin .chanpinImg {
    width: 110px;
    height: 100%;
}

.nav li .pcNav .pcNavChanpin .chanpinImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav li .pcNav .pcNavChanpin:nth-child(1) .chanpinImg img {
    width: 64%;
}

.nav li .pcNav .pcNavChanpin .chanpinTitle {
    width: 200px;
    text-align: left;
}

.nav li .pcNav .pcNavChanpin .chanpinTitle h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 14px;
    color: #fff;
    text-shadow: 1px 1px 3px #a3340087;
}

.nav li .pcNav .pcNavChanpin .chanpinTitle a {
    display: block;
    padding: 0;
}

.nav li .pcNav .pcNavChanpin .chanpinTitle p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 3px #a3340087;
}


.nav li .shortNav .pcNavRight {
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav li .shortNav .pcNavRight .pcNavRightBox {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.nav li .shortNav .pcNavLeft {
    width: 850px;
}

.nav li .shortNav .rdImg {
    width: 850px;
    height: 144px;
    display: flex;
    justify-content: space-evenly;
}

.nav li .shortNav .rdImg img {
    width: 256px;
    height: 144px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.nav li .pcNav .touziNav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.nav li .pcNav .touziBox {
    width: 100%;
    text-align: left;
}

.nav li .pcNav .touziBox h4 {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px #a3340087;
    height: 30px;
    line-height: 26px;
}

.nav li .pcNav .touziBox h4 i {
    width: 6px;
    height: 20px;
    background: #cd480e;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

.nav li .pcNav .touziBox p {
    height: auto;
    display: flex;
    flex-direction: row;
}

.nav li .pcNav .touziBox p span {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-left: 10px;
}

.nav li .pcNav .touziBox p span:nth-child(2) {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.nav li .pcNav .pcNavDscBoxTitle h4 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    /* text-indent: 1.7em; */
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.nav li .pcNav .pcNavDscBoxTitle p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: unset;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.nav li .shortNav .pcNavDscBoxTitle {
    width: 548px;
}

.nav li .pcNav .pcNavYXLeft {
    width: 860px;
    padding: 0;
}

.nav li .pcNav .pcNavYXRight {
    width: 280PX;
}

.nav li .pcNav .yxImg {
    width: 850px;
    height: 144px;
    display: flex;
    justify-content: space-evenly;
}

.nav li .pcNav .yxImg img {
    width: 256px;
    height: 144px;
    border-radius: 10px;
    overflow: hidden;
}

.nav li .pcNav .pcNavDscBoXContent {
    width: 450px;
}

.nav li .pcNav .pcNavDscBoXContent h4 {
    font-size: 20px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-shadow: 2px 2px 6px #742805;
}

.nav li .pcNav .pcNavDscBoXContent h4 i {
    font-size: 10px;
    margin-right: 10px;
    text-shadow: none;
}

.nav li .pcNav .pcNavDscBoXContent p {
    font-size: 16px;
    text-indent: 0;
    padding-left: 20px;
}




.langList {
    position: absolute;
    right: 3px;
    top: 74px;
    transition: max-height 0.3s ease-in-out;
    /*max-height: 0*/
    ;
    overflow: hidden;
    display: none;
}

.langListBox {
    border-radius: 2px;
    margin-top: 0;
    background: #FFFFFF66;
    position: relative;
}

.langList a {
    font-size: 14px;
    color: #004f99;
    border: none;
    text-decoration-line: none;
    line-height: 40px;
    width: 80px;
    text-align: center;
    display: block;
}

.langListBox:before {
    content: '';
    position: absolute;
    left: 40px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(146, 146, 146, .1);
}

.langDown {
    max-height: 0;
}

.langUp {
    max-height: 80px;
}


@media screen and (max-width: 900px) {


    .wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        min-width: unset;
    }


    .header {
        height: 60px;
        line-height: 60px;
        width: 100%;
        min-width: unset;
        position: fixed;
        background: #fff;
    }

    .headerRight {
        position: absolute;
        ;
        right: .1rem;
        margin-right: 0;
    }

    .header .logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 120px;
        background-size: 100%;
    }

    .header #navToggle {
        height: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }


    .nav {
        position: absolute;
        box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
        width: 100%;
        background: #fff;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        opacity: .9;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
        transition: all .4s ease-out 0ms;
        top: 60px;
        transform: translateX(-100%);
    }

    .nav.open {
        transform: translateX(0);
        overflow: hidden;
    }

    .nav .opt {
        width: .8rem;
        height: .8rem;
        display: block;
        background: url(../images/selebom.png) center no-repeat;
        position: absolute;
        top: 0;
        right: 0;
    }

    .slideDown {
        animation: rotatete 0.2s linear forwards;
    }

    .slideUp {
        animation: rotatete2 0.2s linear forwards;
    }

    @keyframes rotatete {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(180deg);
        }
    }

    @keyframes rotatete {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(180deg);
        }
    }

    @-moz-keyframes rotatete2 {
        from {
            transform: rotate(180deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    @keyframes rotatete2 {
        from {
            transform: rotate(180deg);
        }

        to {
            transform: rotate(0deg);
        }
    }

    .nav ul li {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        transform: translateY(0);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        opacity: 0;
    }

    .nav.open ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .nav ul li:nth-child(1) {
        width: 100%;
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li:nth-child(5) {
        -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .nav ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0;
        padding-left: 15px;
        box-sizing: border-box;
        text-align: left;
    }

    .nav ul li .dropdown_menu {
        display: none;
    }

    .nav ul li.dropdown.active .dropdown_menu {
        display: block;
    }

    .nav ul li .dropdown_menu a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #f5f5f5;
    }

    .nav ul li .dropdown_menu a:last-child {
        border: none;
    }

    .nav li ul {
        position: unset;
        background: rgba(204, 204, 204, .3);
        display: none;
        width: 100%;
    }

    .nav ul li ul li {
        width: 100%;
    }

    .nav .navOn a {
        background: none;
    }

    .banner {
        width: 100%;
    }

    .banner img {
        width: 100%;
    }

    .nav li .pcNav {
        display: none !important;
    }


    .touzinav a:hover {
        padding: 0;
        padding-left: 15px;
        font-size: 16px;
    }

    .touzinav ul li {
        display: block;
        height: auto;
    }

    .touzinav ul li:nth-child(6) ul {
        width: 100%
    }

    .touzinav ul li ul li a {
        padding-left: 15px;
    }





    .pageBanner {
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 60px;
        margin-bottom: 0;
    }

    .cwggBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/caiwugonggao.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .cpjsBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/chanpinjieshao.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .zlBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/zhili.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
    }

    .gywmBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/guanyuwomen.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .jrwmBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/jiaruwomen.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .lxfsBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/lianxifangshi.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .lxwmBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/lianxiwomen.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .xwhdBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/xinwenhuodong.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .xwzxBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/xinwenzhongxin.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }

    .yfslBanner_img {
        height: 125px;
        width: 100%;
        background: url(../images/yanfashili.jpg) no-repeat;
        background-size: auto 100%;
        background-position: center top;
        margin-bottom: 0;
    }



    .pageBanner .pageNav {
        width: 100%;
        height: 50px;
        background-color: #ffffffc4;
        background-size: 100% 76px;
        background-position: left;
        position: absolute;
        bottom: 0;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .pageBanner .pageNav ul {
        margin: 0 auto;
        width: auto;
        height: 50px;
        display: -webkit-box;
        padding-left: 20px;
    }

    .pageBanner .pageNav ul li {
        padding: 0 34px;
        line-height: 26px;
        padding: 12px;
        height: 26px;
        display: flex;
        align-items: center;
        float: left;
    }

    .pageBanner .pageNav ul li:last-child {
        padding-right: 32px;
    }

    .pageBanner .pageNav ul li:nth-child(3) {
        padding-right: 15px;
    }

    .pageBanner .pageNav ul li a {
        font-size: 14px;
        padding: 4px 16px;
        display: block;
        color: #004f99;
    }

    .pageBanner .pageNav ul .pageNavOn a {
        /*background:  url(../images/navOn.png) no-repeat;*/
        color: #004f99;
        background-size: 30px;
        background-position: left top;
        font-weight: bold;
        padding: 10px;
        padding: 4px 16px;
    }

    .pageBanner .pageColumn {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        height: 40px;
        margin-top: -20px;
        width: 100%;
        margin: 0 auto;
    }

    .pageBanner .pageColumn p {
        font-size: 18px;
        text-align: left;
        padding-left: 40px;
    }

    .pageBanner .pageColumn .encolumn {
        font-size: 13px;
        color: rgba(127, 157, 213, 5);
        ;
        letter-spacing: 2px;
        margin-top: 0;
    }

    .pageBanner .pageColumn .encolumnAbout {
        color: rgba(206, 167, 152, .7);
    }



    .banner .swiper-container .swiper-slide .pageColumn {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        height: 40px;
        margin-top: -20px;
    }

    .banner .swiper-container .swiper-slide .pageColumn p {
        font-size: 26px;
        text-align: center;
    }

    .banner .swiper-container .swiper-slide .pageColumn .encolumn {
        font-size: 14px;
        color: #748dcd;
        letter-spacing: 7px;
        margin-top: 5px;
    }



    .msearch {
        display: block;
        float: right;
        position: absolute;
        right: 60px;
    }

    .english {
        font-size: 18px;
        width: 25px;
        height: 60px;
        line-height: 60px;
    }

    .headerRight {
        width: 100%;
        display: none;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        animation: img-gradient .2s linear;
        height: 1.6rem;
    }

    .navsearch {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .navsearch form {
        width: 80%;
        height: 40px;
        margin: 0 auto;
        position: relative;
    }

    .navsearch input {
        width: calc(100% - 50px);
        height: 40px;
        border-radius: 20px;
        border: 1px solid #004f99;
        background: none;
        outline: none;
        position: relative;
        transition: .3s linear;
        position: absolute;
        font-size: 18px;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0 35px 0 15px;
    }

    .navsearch .showIpt {
        width: calc(100% - 50px);
        height: 40px;
        border-radius: 20px;
        border: 1px solid #004f99;
        background: none;
        outline: none;
        position: relative;
        transition: .2s linear;
        position: absolute;
        font-size: 18px;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0 35px 0 15px;
    }

    .navsearch .searchBtn {
        width: 40px;
        height: 30px;
        background: none;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        background: url('../images/search.png') no-repeat;
        background-size: 16px;
        background-position: center 11px;
        cursor: pointer;
        border: none;
    }


    @keyframes img-gradient {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    .mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        background: rgba(0, 0, 0, .5);
    }

    .footer .footerContent {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .footer .footerContent .logo {
        margin: 14px 20px 14px 40px;
        display: block;
        width: 118px;
        margin-left: 25px;
    }

    .footer .footerContent .footerDet .footNav {
        display: none;
        /* 100%;margin-left: 0;height: 100px;*/
    }

    .footer .footerContent .footerDet {
        width: 90%;
        display: block;
        margin: 0 auto;
        height: auto;
        padding: 10px 0;
        border: 1px solid #365ec1;
        border-left: none;
        border-right: none;
    }

    .footer .footerContent .footerDet .footerDetail {
        display: block;
        padding: 0;
        border-bottom: 0;
    }

    .footer .footerContent .footerDet .footerDetail .footMsg {
        margin-left: 0;
    }

    .footer .footerContent .footerDet .footerDetail .footMsg p {
        padding-left: 30px;
        line-height: 20px;
        margin: 6px 0;
        font-size: 12px;
    }

    .footer .footerContent .footerDet .footerDetail .footMsg p:nth-child(2) {
        padding-left: 24px;
        line-height: 24px;
    }

    .footer .footerContent .footerDet .footerDetail .wechat {
        margin: 0 auto;
        margin-top: 20px;
        display: none;
    }

    .footer .footerContent .filings {
        padding: 14px 0;
        font-size: 12px;
    }

    .langList {
        top: 60px;
    }

}