@charset "utf-8";

@font-face {
    font-family: 'Noto Sans SC';
    src: url(https://fonts.gstatic.com/s/notosanssc/v37/k3kXo84MPvpLmixcA63oeALhLIiP-Q-87KaAaH7rzeAODp22mF0qmF4CSjmPC6A0Rg5g1igg1w.5.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{font-family: "Noto Sans SC" ! important;}


*{
box-sizing: border-box;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{font-size:12px;font-family: "Microsoft YaHei" ! important;color:#262626;background:#F8F8F8;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#262626;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle; object-fit: contain;}
li{list-style: none;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.fl{float: left;}
.fr{float: right;}
.wrap {
    width: 1400px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 100px;
    padding: 17px 0 14px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    background:rgba(14,51,96,0.95)
}


.logo {
    float: left;
}
.logo img {
    height: 69px;
    float: left;
}
.nav {
    height: 36px;
    float: left;
    margin-left: 50px;
    margin-top: 22px;
}
.nav ul {
    float: left;
}
.nav ul li {
    float: left;
    position: relative;
}
.nav ul li h3 {
    float: left;
}
.nav ul li h3 a {
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    font-weight: normal;
    margin: 0 30px;
    position: relative;
    float: left;
}
.nav ul li h3 a i {
    background: url(../images/xjt.png) no-repeat center center;
    float: right;
    width: 13px;
    height: 9px;
    margin-top: 8px;
    margin-left: 8px;
}
.nav ul li:hover h3 a {
    color: #ffffff;
}
.nav ul li.on h3 a {
    color: #ffffff;
}
.nav ul li:hover h3 a:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.nav ul li.on h3 a:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.nav ul li dl {
    width: 150%;
    margin-left: -25px;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 40px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(14,51,96, 0.95);
}
.nav ul li:hover dl {
    display: block;
}
.nav ul li dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
}
.nav ul li dl dd a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
}
.nav ul li dl dd a:hover {
    color: #262626;
    background: #ffffff;
}
.nav a.gohome {
    display: none;
}
.nav a.gohome i {
    display: none;
}
.nav a.gonav i {
    display: none;
}
.search {
    float: left;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 1px;
    margin-top: 18px;
}
.search .keyword {
    float: left;
    background: rgba(255, 255, 255, 0.5);
    width: 0;
    position: absolute;
    left: 0;
    top: 32px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    color: #262626;
}
.search:hover .keyword {
    width: 120px;
    padding: 0 5px;
}
.search .keyword:focus {
    outline: 0;
    border: 0px solid #123456;
}
.search .tjbtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url(../images/sobtn.png) no-repeat center center;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-size: 0;
}
.lang {
    margin-top: 22px;
    height: 24px;
    line-height: 24px;
    float: right;
    text-transform: uppercase;
}
.lang ul {
    float: left;
}
.lang ul li {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.lang ul li .xjt {
    background: url(../images/xjt.png) no-repeat center center;
    float: right;
    width: 13px;
    height: 9px;
    margin-top: 8px;
    margin-left: 8px;
}
.lang ul li .this {
    float: left;
    width: 100%;
    padding-right: 10px;
    text-align: right;
}
.lang ul li dl {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    background: #fff;
}
.lang ul li dl a {
    width: 100%;
    color: #262626;
    display: inline-block;
    float: left;
    line-height: 34px;
    text-indent: 15px;
}
.lang ul li dl a:hover {
    background: rgba(14,51,96, 0.8);
    color: #fff;
}
.lang ul li:hover dl {
    display: block;
}
.lang ul li dl dd {
    width: 100%;
    height: auto;
    float: left;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}
.banner .swiper-slide {
    position: relative;
}
.banner .swiper-slide img {
    width: 100%;
}
.banner .text {
    width: 1400px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
.banner .text span {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 100px;
}
.banner .text p {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 60px;
}
.main {
    width: 100%;
    overflow: hidden;
}
.ijieshao {
    width: 100%;
    overflow: hidden;
    background: #FBFBFB;
    padding: 80px 0;
    position: relative;
}
.ijieshao:after {
    content: "";
    width: 229px;
    height: 202px;
    background: url(../images/iconjs.png) no-repeat center center;
    position: absolute;
    display: inline-block;
    bottom: 24px;
    right: 50%;
    margin-right: -640px;
}
.ijieshao h2 {
    width: 100%;
    height: auto;
    float: left;
}
.ijieshao p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}
.ijieshao a {
    margin-top: 60px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.ijieshao a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    width: 36px;
    height: 2px;
    background: #666666;
}

.ijieshao h2{font-size: 30px; font-weight: 900; margin-bottom: 10px; color: #333;}
.ijieshao h3{font-size: 20px; margin-bottom: 10px; color: #666;font-weight: 500;}
.ijieshao h5{font-size: 16px; color: #666;font-weight: 500;}

.jsinfo{background: rgba(255, 255, 255, .25); padding: 10px;margin: 2%; width: 96%;}
.jsinfo h2{font-size: 30px; font-weight: 900; margin-bottom: 10px; color: #333;}
.jsinfo h3{font-size: 20px; margin-bottom: 10px; color: #666;font-weight: 500;}
.jsinfo h5{font-size: 16px; color: #666;font-weight: 500;}

.ipro {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/iprobg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 80px;
}
.iprolist {
    width: 100%;
    height: auto;
    float: left;
}
.iprolist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.iprolist ul li {
    width: 45.428%;
    height: auto;
    float: left;
    display: grid;
}
.iprolist ul li:nth-child(3n) {
    margin-right: 0;
}
.iprolist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 76.056%;
    float: right;
    position: relative;
    overflow: hidden;
}
.iprolist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin-bottom: 20px;
}

.iprolist ul li .picbg{background: rgb(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0 10px;
    min-height: 230px;
}

.iprolist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px;
}
.iprolist ul li p {
    width: 50%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-left: 24px;
    position: relative;
    margin: 8px 0;
}
.iprolist ul li p:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FEA50D;
    border-radius: 8px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 10px;
}
.iprolist .center {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.iprolist .center a {
    width: 246px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 2px 2px 2px 2px;
    font-weight: 400;
    font-size: 16px;
    color: #0e3360;
}
.iprolist .center a:hover {
    background: #fff;
}
.iabout {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/iaboutbg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    height: 800px;
    padding: 89px 0;
}
.iabout .info {
    width: 1080px;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    right: 0;
    padding: 60px 200px 60px 100px;
}
.iabout .info h2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-size: 30px;
}
.iabout .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}
.iabout .info a {
    margin-top: 60px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
/*
.iabout .info a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    width: 36px;
    height: 2px;
    background: #666666;
}*/
.inews {
    width: 100%;
    overflow: hidden;
    background: #FBFBFB;
}
.inewslist {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 100px;
}
.inewslist ul {
    width: 100%;
    height: auto;
    float: left;
}
.inewslist ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}
.inewslist ul li:nth-child(3n) {
    margin-right: 0
}
.inewslist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    float: right;
    position: relative;
    overflow: hidden;
}
.inewslist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.inewslist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.inewslist ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0;
}
.inewslist ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 27px;
}
.inewslist ul li .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 16px;
}
.inewslist ul li .info .line {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin: 24px 0;
}
.inewslist ul li .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
}
.inewslist ul li .info span:before {
    content: "";
    float: right;
    width: 28px;
    height: 12px;
    background: url(../images/jtright.png) no-repeat center center;
}
.inewslist .center {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 100px;
}
.inewslist .center a {
    width: 246px;
    height: 54px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #0e3360;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #0e3360;
    line-height: 54px;
}
.inewslist .center a:hover {
    background: #fff;
}
.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/ftbg.png) no-repeat center center;
}
.ftcontact {
    width: 100%;
    height: 118px;
    background: rgba(255, 255, 255, .25);
    float: left;
    padding: 36px 60px;
}
.ftcontact ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.ftcontact ul li {
    float: left;
    display: flex;
    align-items: center; 
}
.ftcontact ul li i {
    width: 46px;
    height: 46px;
    float: left;
}
.ftcontact ul li i.ftcontact1 {
    background: url(../images/ftcontact1.png) no-repeat center center;
}
.ftcontact ul li i.ftcontact2 {
    background: url(../images/ftcontact2.png) no-repeat center center;
}
.ftcontact ul li i.ftcontact3 {
    background: url(../images/ftcontact3.png) no-repeat center center;
}
.ftcontact ul li i.line {
    width: 2px;
    display: inline-block;
    height: 24px;
    background: #fff;
    float: left;
    margin-right: 36px;
    margin-left: 36px;
}
.ftcontact ul li span {
    float: left;
}
.ftcontact ul li span b {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 5px;
}
.ftcontact ul li span p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.ftlogo {
    
    height: auto;
    float: left;
    margin-top: 92px;
    margin-right: 163px;
}
.ftlogo img {
    width: 100%;
    height: auto;
    float: left;
}
.ftfx {
    width: 400px;
    float: left;
    margin-top: 60px;
}
.ftfx span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 24px;
}
.ftfxa {
    width: 100%;
    height: auto;
    float: left;
}
.ftfxa a {
    width: 46px;
    height: 46px;
    margin-right: 16px;
    float: left;
}
.ftfxa a.ftfx1 {
    background: url(../images/ftfx1.png) no-repeat center center;
}
.ftfxa a.ftfx2 {
    background: url(../images/ftfx2.png) no-repeat center center;
}
.ftfxa a.ftfx3 {
    background: url(../images/ftfx3.png) no-repeat center center;
}
.ftfxa a.ftfx4 {
    background: url(../images/ftfx4.png) no-repeat center center;
}
.copyright {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 14px;
    margin-top: 36px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 30px;
}
.copyright a {
    color: rgba(255, 255, 255, 0.65);
}
.copyright a:hover {
    color: rgba(255, 255, 255, 1);
}
.ftewm {
    height: auto;
    float: right;
    margin-top: 60px;
    margin-bottom: 60px;
}
.ftewm .ftewmpic {
    width: 145px;
    height: auto;
    margin-left: 36px;
}
.ml35 {
    margin-left: 35px;
}
.ftewm .ftewmpic img {
    width: 100%;
    height: auto;
    float: left;
}
.ftewm .ftewmpic span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    text-align: center;
}
.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}
.nbanner .text {
    width: 1400px;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
.nbanner .text span {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
}
.nbanner .tar {
    text-align: right;
}
.about {
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
    padding: 80px 0;
}
.about .info {
    width: 807px;
    height: auto;
    float: left;
    position: relative;
}
.about .info:after {
    content: "";
    width: 229px;
    height: 202px;
    background: url(../images/iconjs.png) no-repeat center center;
    position: absolute;
    display: inline-block;
    top: 80px;
    left: 0px;
}
.about .info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 36px;
    margin: 24px 0;
}
.about .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.about .picbox {
    width: 515px;
    height: auto;
    float: right;
}
.about .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.aboutcol {
    width: 100%;
    overflow: hidden;
}
.aboutcol .aboutcolitem {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}
.aboutcol .aboutcolitem .picbox {
    width: 100%;
    height: auto;
    float: left;
}
.aboutcol .aboutcolitem .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.aboutcol .aboutcolitem h3 {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    left: 0;
    text-align: center;
}
.history {
    width: 100%;
    overflow: hidden;
    background: url(../images/hisbg.png) no-repeat center center;
    padding: 80px 0;
}
.history h2 {
    width: 100%;
    float: left;
    margin-bottom: 48px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    color: #666666;
    line-height: 30px;
    text-align: right;
}
.historyqh {
    width: 100%;
    height: auto;
    float: left;
}
.historyqh .tab-hd {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}
.historyqh .tab-hd ul {
    float: right;
}
.historyqh .tab-hd ul li {
    float: left;
    height: 40px;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    margin-left: 48px;
    cursor: pointer;
}
.historyqh .tab-hd ul li.on {
    border-bottom: 2px solid #0e3360;
}
.historyqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}
.historybox {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}
.historylist {
    width: 50%;
    height: auto;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    padding-left: 60px;
    padding-top: 60px;
    padding-right: 60px;
}
.historylist ul {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.historylist ul:before {
    border-left: 1px dashed #999999;
    content: "";
    position: absolute;
    left: 74px;
    height: 100%;
}
.historylist ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 44px;
}
.historylist ul li:last-child {
    margin-bottom: 0;
}
.historylist ul li b {
    width: 69px;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}
.historylist ul li i {
    width: 11px;
    height: 11px;
    margin-right: 24px;
    border-radius: 10px;
    border: 1px solid #999999;
    background: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    float: left;
}
.historylist ul li p {
    width: calc(100% - 104px);
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.historylist ul li a:hover p {
    color: #0e3360;
}
.historybox .picbox {
    width: 50%;
    height: auto;
    float: left;
}
.historybox .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.main {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}
.pleft {
    width: 970px;
    height: auto;
    float: left;
}
.pright {
    width: 370px;
    height: auto;
    float: right;
}
.newslist {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}
.newslist ul {
    width: 100%;
    height: auto;
    float: left;
}
.newslist ul li {
    width: 100%;
    height: auto;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 2%;
    padding: 36px;
}
.newslist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 27px;
}
.newslist ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 24px;
}
.newslist ul li span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.newslist ul li span:before {
    content: "";
    float: right;
    width: 28px;
    height: 12px;
    background: url(../images/jtrights.png) no-repeat center center;
}
.newslist ul li a:hover h3 {
    color: #0e3360;
}
.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #E8E8E8;
    background: #fff;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}
.tg_pages li.thisclass a {
    background: #0e3360 none repeat scroll 0 0;
    border: 1px solid #0e3360;
    color: #ffffff;
}
.tg_pages li a:hover {
    background: #0e3360 none repeat scroll 0 0;
    border: 1px solid #0e3360;
    color: #ffffff;
}
.prnewslist {
    width: 100%;
    height: auto;
    float: left;
}
.prnewslist ul {
    width: 100%;
    height: auto;
    float: left;
}
.prnewslist ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2%;
}
.prnewslist ul li:nth-child(3n) {
    margin-right: 0
}
.prnewslist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 81%;
    float: right;
    position: relative;
    overflow: hidden;
}
.prnewslist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.prnewslist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.prnewslist ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0;
}
.prnewslist ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 27px;
}
.prnewslist ul li:hover h3 {
    color: #0e3360;
}
.prnewslist ul li .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 16px;
}
.prnewslist ul li .info .line {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin: 24px 0;
}
.prnewslist ul li .info span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
}
.prnewslist ul li .info span:before {
    content: "";
    float: right;
    width: 28px;
    height: 12px;
    background: url(../images/jtright.png) no-repeat center center;
}
.foliar {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.foliar .info {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}
.foliar .info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.foliar .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}
.foliarqh {
    width: 100%;
    height: auto;
    float: left;
}
.foliarqh .tab-hd {
    width: 100%;
    height: auto;
    float: left;
}
.foliarqh .tab-hd ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.foliarqh .tab-hd ul li {
    width: 265px;
    height: 320px;
    float: left;
    background: url(../images/foliarbg.png) no-repeat center center;
    cursor: pointer;
}
.foliarqh .tab-hd ul li.on {
    width: 533px;
    background: #fff;
}
.foliarqh .tab-hd ul li .picbox {
    width: auto;
    height: auto;
    float: left;
}
.foliarqh .tab-hd ul li .picbox img {
    width: auto;
    height: auto;
    float: left;
}
.foliarqh .tab-hd ul li .info {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 36px;
}
.foliarqh .tab-hd ul li .info i {
    width: 100px;
    height: 100px;
    float: left;
    margin-bottom: 36px;
}
.foliarqh .tab-hd ul li .info i.foliari1 {
    background: url(../images/foliari1.png) no-repeat center center;
}
.foliarqh .tab-hd ul li .info i.foliari2 {
    background: url(../images/foliari2.png) no-repeat center center;
}
.foliarqh .tab-hd ul li .info i.foliari3 {
    background: url(../images/foliari3.png) no-repeat center center;
}
.foliarqh .tab-hd ul li .info i.foliari4 {
    background: url(../images/foliari4.png) no-repeat center center;
}
.foliarqh .tab-hd ul li .info h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}
.foliarqh .tab-hd ul li .info p {
    width: 100%;
    height: auto;
    display: none;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.foliarqh .tab-hd ul li.on .info {
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
}
.foliarqh .tab-hd ul li.on .info i {
    display: none;
}
.foliarqh .tab-hd ul li.on .info h3 {
    color: #262626;
    margin-bottom: 24px;
    text-align: left;
}
.foliarqh .tab-hd ul li.on .info p {
    display: block;
    text-align: left;
}
.tech {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
   /*  padding-bottom: 80px; */
    background: #fff;
    margin-bottom: -80px;
}

.tech .info {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}
.tech .info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.tech .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}
.techlist {
    width: 100%;
    height: auto;
    float: left;
}
.techlist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.techlist ul li {
    width: 305px;
    float: left;
    margin-bottom: 36px;
}
.techlist ul li .picbox {
    width: 100%;
    height: 236px;
    float: left;
    padding-top: 51px;
    text-align: center;
    background: url(../images/techimgbg.png) no-repeat center center;
}
.techlist ul li .picbox img {
    max-width: 100%;
}
.techlist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 26px;
    margin: 24px 0;
    text-align: center;
}
.techlist .picbox img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.techlist .picbox img:hover{
    transform: scale(1.1);
}
.bgfff {
    background: #fff;
}
input:focus {
    outline: none;
}
select:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
.proitem {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.proitem .info {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}
.proitem .info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.proitem .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}
.prolist {
    width: 100%;
    height: auto;
    float: left;
}
.prolist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}
.prolist ul li {
    width: 33.3333%;
    height: auto;
    float: left;
    background: #FFFFFF;
    padding: 48px 36px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.prolist ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.prolist ul li:nth-child(3n) {
    border-right: 0;
}
.prolist ul li .picbox {
    width: 100%;
    height: 124px;
    float: left;
    text-align: center;
}
.prolist ul li .picbox img {
    width: 116px;
    height: auto;
}
.prolist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    line-height: 27px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
}
.prolist ul li i {
    width: auto;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #0e3360;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}
.prolist ul li i:before {
    content: "";
    width: 36px;
    height: 2px;
    background: #0e3360;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0;
}
.prolist ul li i:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #0e3360;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0;
}
.prolist ul li.last {
    height: auto;
    float: left;
    background: linear-gradient(90deg, #0e3360 0%, #A8E075 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.prolist ul li.last em {
    font-weight: 500;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 80px;
    margin-bottom: 5px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}
.prolist ul li.last span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 22px;
    text-align: center;
}
.prolist ul li.last span:after {
    content: "";
    width: 88px;
    height: 48px;
    background: #0e3360;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/last4.png) no-repeat center center;
    margin-left: 24px;
}
.prolist .center {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 0px;
}
.prolist .center a {
    width: 246px;
    height: 54px;
    line-height: 52px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 2px 2px 2px 2px;
    font-weight: 400;
    font-size: 16px;
    color: #0e3360;
    border: 1px solid #0e3360;
}
.prolist .center a:hover {
    background: #0e3360;
    color: #fff;
}
.pro_left {
    width: 240px;
    height: auto;
    float: left;
}
.pro_right {
    width: 1100px;
    height: auto;
    float: right;
}
.pro_lefttit {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 32px;
    text-transform: uppercase;
}
.pro_so {
    width: 100%;
    height: 38px;
    background: #F6F6F6;
    float: left;
    margin-top: 10px;
    margin-bottom: 48px;
}
.pro_so .text {
    width: calc(100% - 38px);
    height: auto;
    float: left;
    font-size: 16px;
    color: #D1D1D1;
    line-height: 38px;
    text-indent: 5px;
    border: 0;
    background: #F6F6F6;
}
.pro_so .tjbtn {
    width: 38px;
    height: 38px;
    float: left;
    background: url(../images/sobtn1.png) no-repeat center center;
    font-weight: 400;
    border: 0;
}
.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 96px;
}
.sidebar ul { 
    width: 100%;
    height: auto;
    float: left;
}
.sidebar ul .active a{ font-weight: bold; color: #0e3360;}
.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #E8E8E8;
}
.sidebar ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.sidebar ul li a:hover {
    color: #0e3360;
}
.sidebar ul li a.on {
    color: #0e3360;
}
.pro_list {
    width: 100%;
    height: auto;
    float: left;
}
.pro_list h3{font-weight: bold; color: #0e3360; margin-bottom:5px;}
.pro_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.pro_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.pro_list ul li:nth-child(3n) {
    margin-right: 0
}
.pro_list ul li .picbox {
    width: 100%;
    text-align: center;
    height: 265px;
    padding: 0;
    text-align: center;
}
.pro_list ul li .picbox img {
    height: 100%;
    width: 100%;
}
.pro_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    padding: 16px 0;
    text-align: center;
}
.pro_list ul li:hover h3 {
    color: #0e3360;
}
.protop {
    width: 100%;
    float: left;
    display: flex;
}
.protopqh {
    width: 52%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 64px;
}
.protopqh .mySwiper {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-left: 2px;
}
.protopqh .swiper-slide {
    width: 100%;
    height: 470px;
    float: left;
    padding: 20px 0;
    position: relative;
    background: #F6F6F6;
    text-align: center;
}
.protopqh .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}
.protopqh .swiper-button-next {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: -36px;
    line-height: 99px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}
.protopqh .swiper-button-prev {
    overflow: hidden;
    line-height: 99px;
    width: 40px;
    margin-top: -36px;
    height: 40px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}
.protopqh .swiper-button-next:hover {
    background: url(../images/rightlbon.png) no-repeat center center/ 100% 100%;
}
.protopqh .swiper-button-prev:hover {
    background: url(../images/leftlbon.png) no-repeat center center/ 100% 100%;
}
.protopqh .swiper-button-next:after,
.protopqh .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.protopqh .swiper-button-prev:after,
.protopqh .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.protopinfo {
    width: 612px;
    height: auto;
    float: right;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    margin-left: 60px;
}
.protopinfo h1 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
}

.protopinfo h2{ font-weight: bold;  margin-top: 15px;}

 
.protopinfo p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin: 5px 0;
}
.protopinfo span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 24px;
}
.proxx {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}
.proxx .content {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #E8E8E8;
    padding: 60px;
    margin-bottom: 36px;
}
.proxx .content h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 36px;
    margin-right: 16px;
    margin-bottom: 24px;
}
.proxx .content h2 i {
    width: 40px;
    height: 36px;
    float: left;
    margin-right: 16px;
}
.proxx .content h2 i.proxxi1 {
    background: url(../images/proxxi1.png) no-repeat center center;
}
.proxx .content h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    padding-left: 56px;
    margin: 10px 0 0;
}
.proxx .content h3:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0e3360;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}


.proxx .content img {
    max-width: 100%;
}

.proxx .content p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 30px;
    margin: 3px 0;
}
.proxx .yuan{
  
}   
.proxx .yuan p::before {
    content: '·';
    display: inline-block;
    font-weight: bold;
    width: 20px;
    margin-left: -20px;
}

.proxx .content table{ width: 100%!important; }
.proxx .content table td{
  text-align:center !important;border:1px solid #eee!important;width:auto !important;height:auto !important;
  padding: 10px;font-size:14px;white-space: normal !important;
  word-wrap: break-word;
  white-space: normal;
  vertical-align:middle;
  line-height: 1.5;
}
.proxx .content table tr{height:auto !important;line-height:30px;}
.proxx .content table tr:nth-of-type(2n){background:#FAFAFA;}
.proxx .content table td{padding: 5px 0!important;}
.proxx .content table td p{ font-size: 14px; line-height: 1.5; margin: 0;}

.proxx .text2 p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 30px;
    margin: 10px 0;
}


.bgf8 {
    background: #F8F8F8;
    overflow: hidden;
    padding-top: 80px;
}
.cnxhqhq {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 44px;
    padding: 0 60px;
}
.cnxhqh {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    margin-bottom: 44px;
    padding-left: 2px;
}
.cnxhqh .swiper-slide {
    width: 294px;
    height: auto;
    margin: 0 0;
    float: left;
    position: relative;
}
.cnxhqh .swiper-slide .picbox {
    width: 100%;
    height: 206px;
    float: left;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    padding: 33px 0;
    text-align: center;
}
.cnxhqh .swiper-slide .picbox img {
    max-height: 100%;
    max-width: 100%;
}
.cnxhqh .swiper-slide h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    margin-top: 13px;
    margin-bottom: 8px;
    text-align: center;
}
.cnxhqh .swiper-slide .price {
    float: left;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #CC0000;
    line-height: 24px;
}
.cnxhqh .swiper-slide span {
    float: right;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.cnxhqh .swiper-wrapper {}
.cnxhqhq .swiper-button-next {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: -36px;
    line-height: 99px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}
.cnxhqhq .swiper-button-prev {
    overflow: hidden;
    line-height: 99px;
    width: 40px;
    margin-top: -36px;
    height: 40px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}
.cnxhqhq .swiper-button-next:hover {
    background: url(../images/rightlbon.png) no-repeat center center/ 100% 100%;
}
.cnxhqhq .swiper-button-prev:hover {
    background: url(../images/leftlbon.png) no-repeat center center/ 100% 100%;
}
.cnxhqhq .swiper-button-next:after,
.cnxhqhq .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.cnxhqhq .swiper-button-prev:after,
.cnxhqhq .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.r_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
}
.r_tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 36px;
    color: #262626;
    line-height: 48px;
}


/* 重置计数器 */
.pro_li {
    counter-reset: my-counter;
    list-style-type: none;
    padding-left: 0;
}

/* 为每个列表项增加计数器的值 */
.pro_li li {
    counter-increment: my-counter;
    font-size: 16px;
    line-height: 2;
}

/* 在列表项前插入带括号的计数器值 */
.pro_li  li::before {
    content: "(" counter(my-counter) ") ";
}

.pro_li li a{text-decoration: underline; color: #000099;}

.yf span{
    width: 50%;
    margin: 4px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
table {
    border-collapse: collapse;
    border: 2px solid #eee;
}

td {
    border: 1px solid #eee;
    padding: 10px;
}

.protopinfo .lie{margin: 4px 0; border-bottom: 1px solid #eee;}
.protopinfo .lie .n1{float: left; width: 60%; font-size: 14px; overflow-wrap: break-word;} 
.protopinfo .lie .n2{float: left; width: 20%; font-size: 14px; overflow-wrap: break-word;}
.protopinfo .lie .n3{float: left; width: 20%; font-size: 14px; overflow-wrap: break-word;}
.protopinfo .lie .n5{width: 40%;}
.protopinfo .bcms{ margin-top: 20px;}
.protopinfo .bcms p{line-height: 1.5; margin: 5px 0;}

.iguige{float: left; margin-top: 10px; width: 100%;}
.iguige p{ text-align: center; font-size: 16px;}

.about h2{font-size: 16px; margin-bottom: 20px;}

.about video{ width: 800px; display: block; margin: auto;}


.about table td,.about table { border: none;}
.about table td p{ font-size: 16px;}

.hidden {
    display: none;
}
