/* ==========================================================================
   Index Page
   ========================================================================== */
/*首页banner大图样式*/
.ibanner{ position:relative; width: 100%; overflow: hidden;}
.ibanner .swiper-container {width: 100%;height: 100%;}
.ibanner .swiper-slide { background-repeat:no-repeat; background-position:center center; background-size:cover;text-align: center;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative; background-color: #000; transform: scale(1.5);}
.ibanner .swiper-img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat:no-repeat; background-position:center center; background-size:cover; transform: scale(1.5); opacity: 0; transition: all 0s;}
.ibanner .swiper-slide-active .swiper-img{ transform: scale(1); opacity: 1; transition: all 4s;}
.ibanner .swiper-container-horizontal > .swiper-scrollbar{ width:272px; left:251px; bottom:30%;}

.ibanner .swiper-scrollbar-drag{ background:#1b85e7;}
.ibanner .swiper-pagination{ right:7%; bottom: 0; line-height: 36px; position: absolute; text-align: center; width: 37px; height: 100%; color: #fff; vertical-align: middle; left: auto;display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ibanner .swiper-pagination-bullet{background: #fff; opacity: 1; position: relative; width: 10px; height: 10px; border-radius: 10px; margin: 20px 0!important; opacity: 0.6;}
.ibanner .swiper-pagination-bullet::before{ content: ""; display: block; position: absolute; width: 34px; height: 34px; border-radius: 34px; border: 2px solid #fff; top: -14px; left: -14px; transform: scale(0);}
.ibanner .swiper-pagination-bullet-active{ background: #fff; opacity: 1;}
.ibanner .swiper-pagination-bullet-active::before{ transform: scale(1);}
.ibanner .swiper-pagination span{ font-size: 14px;color: #fff;}


.ibanner .swiper-button-next,.ibanner .swiper-button-prev{ background: none; width: 40px; height: 40px; line-height: 40px; border-radius: 100%; border: 2px solid #fff; opacity: 1; margin-top: -25px; text-align: center; top: 50%;}
.ibanner .swiper-button-next i,.ibanner .swiper-button-prev i{ color: #fff; font-size: 24px; opacity: 1;}
.ibanner .swiper-button-prev{ left: 3%;}
.ibanner .swiper-button-next{ right: 3%;}
.ibanner .swiper-button-next:hover,.ibanner .swiper-button-prev:hover{ background-color: #fff;}
.ibanner .swiper-button-next:hover i,.ibanner .swiper-button-prev:hover i{ color: #f3910b; opacity: 1;}

.ibanner .bH{ height: 100%; position: relative; width: 85%; align-items: center;}
.ibanner .bfont{ color: #fff; text-align: left;}
.ibanner .bstyle1{ align-items: flex-start;}
.ibanner .bimg{ display: block; position: relative; height: 100%; width: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat;} 
.ibanner .binfo{ font-size: 6.8rem; line-height: 8rem; transform: translateY(200px); opacity: 0; font-weight: bold; word-wrap: break-word;}
.ibanner .binfo2{ font-size: 2.4rem; transform: translateY(100px); opacity: 0; margin-top: 1rem;}
.ibanner .bimg1{ position: absolute; right: 0; bottom: -100px; width: 50%; opacity: 0;}
.ibanner .brow{ transform: translateY(100px); opacity: 0;}
.ibanner .brow p{ line-height: 30px; opacity: 0.7;}
.ibanner .bmore{transform: translateY(100px); opacity: 0; margin-top: 3rem;}
.ibanner .bmore a{ display: inline-block; height: 54px; border-radius: 54px; color: #fff; line-height: 54px;padding-left: 3rem; text-align: center; background-color: #1969ae;}
.ibanner .bmore a i{ display: inline-block; margin:0 10px 0 3rem; font-size: 20px; width: 40px; height: 40px; border-radius: 40px; text-align: center; line-height: 40px; background-color: #fff; color: #1969ae;}
.ibanner .bmore a:hover{ background-color: #fff; color: #1969ae; transition: all 0.4s;}
.ibanner .bmore a:hover i{ background-color: #1969ae; color: #fff;transition: all 0.2s;}

.ibanner .bfont2{ color: #333;}

.ibanner .swiper-slide-active .bimg{ transform: translateY(0); opacity: 1; transition: all 2s ease 0.6s;}
.ibanner .swiper-slide-active .bimg1{ bottom: 0; opacity: 1; transition: all 2s ease .1s;}
.ibanner .swiper-slide-active .binfo{ transform: translateY(0); opacity: 1; transition: all 2s ease;}
.ibanner .swiper-slide-active .binfo2{ transform: translateY(0); opacity: 1; transition: all 2s ease .3s;}
.ibanner .swiper-slide-active .brow{ transform: translateY(0); opacity: 1; transition: all 2s ease .6s;}
.ibanner .swiper-slide-active .bmore{ transform: translateY(0); opacity: 1; transition: all 2s ease 0.9s;}
.ibanner .scroll-dot{ position: absolute; bottom: 6rem; height: 60px; line-height: 60px; color: #fff; left: 7%; z-index: 10; animation: scroll 3s infinite;}
.ibanner .scroll-dot i{ font-size: 4rem; color: #fff; line-height: 60px; vertical-align: middle;}

@keyframes scroll{
	0%{ bottom: 6rem; opacity: 1;}
	50%{ bottom: 3rem; opacity: 0.3;}
	100%{ bottom: 6rem; opacity: 1;}
}

.ibk_bg1{ background: url(../img/ibg_k1.jpg) no-repeat center bottom; background-size: cover; padding: 9rem 0 0;}
.block-us .brow{ width: 45%; float: left; height: 600px; position: relative; margin-left: 5%;}
.block-us .brow::before{ content: ""; height: 100%; width: 1px; background-color: #cbcbcb; position: absolute; top: 0; left: 0;}
.block-us .brow span{ color: #1969ae; font-size: 2.6rem; font-weight: bold; float: left; padding-left: 2rem; position: relative;}
.block-us .brow span::before{ content: ""; height: 100%; width: 1px; background-color: #1969ae; position: absolute; top: 0; left: 0;}
.block-us .brow p{ color: #333; font-size: 15px; line-height: 24px; margin-left: 200px; margin-top:6px;}
.block-us .brow:nth-child(2){ margin-top: 9rem;}
.ibk_bg1 .bimg{ position: absolute; bottom: 0; right: 0;}

.about-num{ border-bottom: 1px solid #ededed; padding: 6rem 0;}
.about-num .brow{ text-align: center; position: relative;}
.about-num .brow::after{ content: ""; width: 130px; height: 130px; border-radius: 100%; position: absolute; border: 1px solid #dedede; top: 0; left: 0; right: 0; margin: 0 auto;}
.about-num .brow .iconfont{ display: block; color: #333; font-size: 5rem; position: relative; z-index: 2;}
.about-num .brow span{ font-size: 5.8rem; color: #1969ae; line-height: 6rem; font-family:arial; display: block; vertical-align: top; position: relative; z-index: 2; font-weight: bold; left: 10px;}
.about-num .brow span i{ font-weight: normal; color: #666; font-size: 18px; vertical-align: top; display: inline-block; line-height: 26px; margin-left:5px;}
.about-num .brow span i.ifh{ font-size: 3.6rem; color: #1969ae; font-family: arial; line-height: 4rem;}
.about-num .brow p{ color: #333; font-size: 18px; position: relative; z-index: 2; margin-top: 10px;}

.ibk_bg2{ padding: 8rem 0;}
.ibk_bg2 .box-title p{ width: 50%;}
.ibk_bg2 .swiper-container{ overflow: visible;}
.ibk_bg2 .swiper-button-next,.ibk_bg2 .swiper-button-prev{ background: #ededed; width: 50px; height: 50px; line-height: 50px; border-radius: 100%; text-align: center; bottom: 0; margin: 0; top: auto;}
.ibk_bg2 .swiper-button-next i,.ibk_bg2 .swiper-button-prev i{ color: #555; font-size: 24px; opacity: 1;}
.ibk_bg2 .swiper-button-prev{ left: 50%; margin-left: -60px;}
.ibk_bg2 .swiper-button-next{ right: 50%; margin-right: -60px;}
.ibk_bg2 .swiper-button-next:hover,.ibk_bg2 .swiper-button-prev:hover{ background-color: #1969ae;}
.ibk_bg2 .swiper-button-next:hover i,.ibk_bg2 .swiper-button-prev:hover i{ color: #fff; opacity: 1;}
.ibk_bg2 .swiper-pagination-progressbar{ height: 4px; width: 32%; background: #eee; bottom: 20px;}
.ibk_bg2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background-color: #1969ae;}

.ibk_bg3{ padding: 8rem 0; background-color: #f0f6fb;}
.ibk_bg3 .swiper-container{ overflow: visible;}
.ibk_bg3 .swiper-button-next,.ibk_bg3 .swiper-button-prev{ background: none; border: 1px solid #ddd; width: 50px; height: 50px; line-height: 50px; border-radius: 100%; text-align: center; bottom: 0; margin: 0; top: auto;}
.ibk_bg3 .swiper-button-next i,.ibk_bg3 .swiper-button-prev i{ color: #222; font-size: 24px; opacity: 1;}
.ibk_bg3 .swiper-button-prev{ left: auto; right: 0; margin-right: 70px;}
.ibk_bg3 .swiper-button-next{ right: 0; }
.ibk_bg3 .swiper-button-next:hover,.ibk_bg3 .swiper-button-prev:hover{ background-color: #1969ae; border-color: #1969ae;}
.ibk_bg3 .swiper-button-next:hover i,.ibk_bg3 .swiper-button-prev:hover i{ color: #fff; opacity: 1;}
.ibk_bg3 .pos{ padding-bottom: 8rem;}
.ibk_bg3 .pos::before{ content: ""; width:90%; height: 1px; background-color: #ddd; bottom: 20px; position: absolute; left: 0;}

.news-box{ margin-bottom: 0; border-right: 1px solid #ddd; padding-right: 3rem; width: auto;}
.news-box a{ display: block;}
.news-box .icon{ position: relative; background-color: #fff;}
.news-box .icon img{ width: 100%; height: 100%;}
.news-box span{ display: block; color: #666; font-family: arial;}
.news-box h3{ text-align: left; font-size: 2.4rem; line-height: 34px; padding: 0; margin: 2rem 0;}
.news-box p{ line-height: 28px; color: #666; margin: 2rem 0 4rem;-webkit-line-clamp: 3;}
.news-box .ninfo{ }
.news-box a:hover{ }
.news-box a:hover h3{ color: #1969ae;}


.sect_news{padding: 8rem 0;}


.news-box2{ margin-bottom: 3rem;}
.news-box2 a{ position: relative; background-color: #fff; border: 1px solid #ededed; border-radius: 3px; padding: 3rem; display: block; overflow: hidden;}
.news-box2 .icon{ background-color: #efefef; object-fit: cover; overflow: hidden;}
.news-box2 .icon img{ width: 100%; height: 100%;}
.news-box2 .ninfo{ text-align: left;}
.news-box2 .date{ color: #808080; font-size: 15px; margin:10px 0;}
.news-box2 .date span{ margin-right: 10px;}
.news-box2 .date i{ font-size: 18px; vertical-align: middle; margin-right: 5px;}
.news-box2 h3{ font-size: 22px; font-weight: normal; text-align: left; padding: 0; line-height: 36px;}
.news-box2 p{ font-size:15px; color: #808080; line-height: 28px; margin: 1.5rem 0}
.news-box2 p span{ display: block; vertical-align: middle; color: #114a9f;}
.news-box2 p span i{ color: #114a9f; font-size: 20px; vertical-align: middle; margin-left: 5px;}
.news-box2 a:hover{ background-color: #0d79d2; color: #fff;}
.news-box2 a:hover img{ transform: scale(1.2); transition: all 0.6s;}
.news-box2 a:hover .date,.news-box2 a:hover p{ color: #95c2e7;}
.news-box2 a:hover h3{ color: #fff;}
.news-box2 a:hover span{ color: #fff;}
.news-box2 a:hover span i{ color: #fff;}

.news-tj{ margin-bottom: 2rem;}
.news-tj a{ position: relative; background-color: #fff; border: 1px solid #ededed; border-radius: 3px; padding: 3rem; display: block; overflow: hidden;}
.news-tj .date{ color: #808080; font-size: 15px;}
.news-tj .date span{ margin-right: 10px;}
.news-tj .date i{ font-size: 18px; vertical-align: middle; margin-right: 5px;}
.news-tj h3{ font-size: 22px; font-weight: normal; text-align: left; padding: 0; line-height: 36px; margin: 10px 0;}
.news-tj p{ font-size:15px; color: #808080; line-height: 28px;}
.news-tj p span{ display: block; vertical-align: middle; color: #114a9f;}
.news-tj p span i{ color: #114a9f; font-size: 20px; vertical-align: middle; margin-left: 5px;}


.news-box3{ padding: 3rem; background-color: #fff; margin-bottom: 2.4rem; border: 1px solid #ededed; border-radius: 5px;}
.news-box3 .fl{ width: 75px; text-align: center;}
.news-box3 .fr{ float: none; margin-left: 100px;}
.news-box3 .data{ border-right: 1px solid #ededed;}
.news-box3 .data span{ font-size: 4rem; display: block; line-height: 4rem; color: #1e73d0; font-family: arial; font-weight: bold;}
.news-box3 .data i{ display: block; color: #5e5e5e; font-size: 14px;}
.news-box3 h3{ text-align: left; font-size: 20px;padding: 0; line-height: 30px;}
.news-box3 p{ color: #797979; font-size: 14px; line-height: 24px; margin: 10px 0;}
.news-box3 a.nmore{ display: inline-block; vertical-align: middle; font-size: 14px; color: #797979;}
.news-box3 a.nmore i{ color: #1e73d0; font-size: 20px; vertical-align: middle; margin-left: 5px;}
.news-box3:hover h3 a,.news-box3:hover a.nmore,.news-box3:hover a.nmore i{ color: #fff;}
.news-box3:hover p,.news-box3:hover .data span,.news-box3:hover .data i{ color: #a7ceed;}
.news-box3:hover{ background-color: #1e73d0; color: #fff;}

.news-box4{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ededed;}
.news-box4 .icon{ height: 270px;}
.news-box4 .icon img{ max-width: initial;max-height:inherit; height: 100%;}
.news-box4 .data{text-align: center; font-family: arial; line-height: 30px; padding-top: 5px;}
.news-box4 .data span{ font-size: 4.8rem; color: #222; line-height: 30px;}
.news-box4 .data em{ font-style: normal; color: #666; font-size: 18px; display: block;}
.news-box4 .ntit{ border-left: 1px solid #ededed; padding-left: 2rem;}
.news-box4 .ntit h3{ text-align: left; font-size: 24px; font-weight: bold; line-height: 30px; padding: 0;}
.news-box4 .ntit .ntool{ margin: 1.5rem 0; color: #777; font-size: 15px; line-height: 26px;}
.news-box4 .ntit .ntool span{ display: inline-block; margin-right: 1rem;}
.news-box4 .ntit .ntool span i{ font-size: 24px; margin-right: 5px; vertical-align: middle;}
.news-box4 .ntit p{ color: #666; line-height: 26px; margin-bottom: 2rem;}
.news-box4 .ntit em{ display: inline-block; padding: 0 2rem; font-style: normal; vertical-align: middle; border: 1px solid #1969ae; line-height: 44px; color: #1969ae;}
.news-box4 .ntit em i{ color: #1969ae; font-size: 20px; font-weight: bold; vertical-align: middle; margin-left: 5px;}
.news-box4 a:hover .ntit h3,.news-box4 a:hover .data span,.news-box4 a:hover .data em{ color: #1969ae;}
.news-box4 a:hover .ntit em{ color: #fff; background-color: #1969ae;}


/* ==========================================================================
   Other Page
   ========================================================================== */

.nbanner{ background-image: url(../img/nban1.jpg); background-position: center; background-size: cover; height: 700px; width: 100%; position: relative;}
.nbanner .wrap{ height: 100%;}
.nbanner .nbrow{ height: 100%; color: #fff; box-sizing: border-box; align-items: flex-start;}
.nbanner .nbrow span{ font-size: 4.2rem; line-height: 4.2rem; margin: 1rem 0; display: block; vertical-align: middle; font-weight: bold;}
.nbanner .nbrow i{font-family: "arial"; font-weight: bold;}
.nbanner .nbrow p{ background: url(../img/dot_line.jpg) no-repeat 0 bottom; padding-bottom: 3rem;}
.nbanner .nbrow2{ align-items: center;}
.nbanner .nbrow2 p{ background-position: center bottom;}
.nbanner .nban-dot{ font-size: 40px; position: absolute; bottom: 0; animation: namt 3s infinite; opacity: 0.5;}
.nbanner .nban-dot i{ color: #fff; font-size: 3.5rem;}
@keyframes namt{
	0%{ bottom: 0px;opacity: 0.5;}
	50%{ bottom: 50px;opacity: 1;}
	100%{ bottom: 0px;opacity: 0.5;}
}

.nban2{ background-image: url(../img/nban2.jpg);}
.nban3{ background-image: url(../img/nban3.jpg);}
.nban4{ background-image: url(../img/nban4.jpg);}
.nban5{ background-image: url(../img/nban5.jpg); height: 700px; position: relative;}
.nban5 .nbrow span{ font-size: 4.2rem; display: block; }
.nban5 .nbrow span::after{ display: none;}
.nban5 .nbrow p{ font-size: 22px; line-height: 30px; margin-top: 10px;}
.nban6{ background-image: url(../img/nban6.jpg);}
.nban7{ background-image: url(../img/nban7.jpg);}
.nban7 .pro-cate a{ width: 13%;}

.sub_box{ background-color: #f8f8f8; line-height: 70px;}
.fix-sub{}
.cate_tit{ font-size: 3rem; color: #222; line-height: 70px;}
.cate_bk{}
.cate_bk a{ display:inline-block; margin-right: 3%;color: #222; font-size: 18px; position: relative;}
.cate_bk a::after{ content: ""; position: absolute; bottom: -2px; left: 0; height: 3px; background-color: #1969ae; width: 0;}
.cate_bk a:hover,.cate_bk a.current{ color: #1969ae;}
.cate_bk a:hover::after,.cate_bk a.current::after{ width: 100%;}

.cate_bk2 a{ display:inline-block; margin-right: 5%;color: #222; font-size: 18px; position: relative;}
.cate_bk2 a::after{ content: ""; position: absolute; bottom: -2px; left: 0; height: 3px; background-color: #1969ae; width: 0;}
.cate_bk2 a:hover,.cate_bk2 a.current{ color: #1969ae;}
.cate_bk2 a:hover::after,.cate_bk2 a.current::after{ width: 100%;}

.sub_cate{}
.sub_cate a{ display:block; margin: 0 0 5px; line-height: 60px; padding: 0 2rem; color: #222; font-size: 20px; clear: both; overflow: hidden;}
.sub_cate a i{ float: right; font-size: 20px; color: #fff;}
.sub_cate a:hover,.sub_cate a.current{ background-color: #1969ae; color: #fff;}

.fw_bk1{ position: relative; padding: 8rem 0 12rem; background: url(../img/nbg_k6.jpg) no-repeat center bottom;}
.fw-tit{ text-align: center; }
.fw-tit span{ font-size: 4.2rem; font-weight: bold; line-height: 4rem; display: block;}
.fw-tit p{ font-size: 18px; margin-top: 2rem;}
.pro-ys2{ position: relative;}
.pro-ys2 .alogo2{ text-align: center; width: 49.5%; margin: 0 auto; position: relative;}
.pro-ys2 .abg{ position: relative;}
.pro-ys2 .abg img{ animation: rotate 100s linear infinite;}
.pro-ys2 .alogo{ text-align: center; width: 100%; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; z-index: 3;}
.pro-ys2 .alogo img{}
@keyframes rotate{
0{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
} 
.pro-ys2 .abrow{ position: absolute; width: 24%; left: 12%; top: 100px;}
.pro-ys2 .abrow span{ background-size: cover; width: 89px; height: 89px; line-height: 89px; text-align: center; float: right; border-radius: 89px;}
.pro-ys2 .abrow p{ color: #333; font-size: 18px; line-height: 26px; position: relative; margin-right: 110px; padding-top: 15px; text-align: right;}

.pro-ys2 .abrow:nth-child(3){ top: 310px; left: 9%;}
.pro-ys2 .abrow:nth-child(4){ top: 530px; left: 16%;}
.pro-ys2 .abrow:nth-child(5){ right: 12%; left: auto; }
.pro-ys2 .abrow:nth-child(6){ top: 310px; right: 9%; left: auto; }
.pro-ys2 .abrow:nth-child(7){ top: 530px; right: 16%; left: auto; }
.pro-ys2 .abrow:nth-child(5) span,.pro-ys2 .abrow:nth-child(6) span,.pro-ys2 .abrow:nth-child(7) span{ float: left;}
.pro-ys2 .abrow:nth-child(5) p,.pro-ys2 .abrow:nth-child(6) p,.pro-ys2 .abrow:nth-child(7) p{ margin-right: 0; margin-left: 110px; text-align: left;}

.pro-ys3{ width: 110%;}
.pro-ys3 .abrow{ float: left; width: 40%; margin-left:10%; height: 90px; margin-bottom: 5rem;}
.pro-ys3 .abrow span{ background-size: cover; width: 89px; height: 89px; line-height: 89px; text-align: center; float: left; border-radius: 89px; transition: all 1s;}
.pro-ys3 .abrow p{ text-align: left; color: #333; font-size: 20px; line-height: 36px; position: relative; margin-left: 120px; font-weight: bold; margin-top: 1rem;}
.pro-ys3 .abrow:hover span{ transform: rotateY(360deg); transition: all 1s;}

.fw_bk2{ background: url(../img/nbg_k7.jpg) no-repeat center center; background-size: cover; padding: 10rem 0;}
.fw_bk2 .fw-tit{ color: #fff;}
.fw_bk2 .bimg{ margin: 8rem 0 8rem;}

.fw_bk3{ background: url(../img/nbg_k8.jpg) no-repeat center bottom #1a6aaf; background-size: cover; padding: 8rem 0; position: relative;}
.fw_bk3 .fw-tit{ color: #fff;}
.case-bk::before{ content: ""; display: block; width: 100%; height: 1px; background-color: #5994cc; position: absolute; top: 13px; left: 0;}
.case-list2{ padding-top: 80px;}
.case-box{ background: #fff; padding: 4rem; position: relative; width: auto;}
.case-box::before{ content: ""; display: block; background: url(../img/cdot.png) no-repeat center center; background-size: cover; width: 26px; height: 26px; position: absolute; left: 0; right: 0; top: -80px; margin: 0 auto;}
.case-box .icon{ background-color: #f5f5f5;}
.case-box .ninfo{padding: 2rem 0 0;}
.case-box .ninfo h3{font-size: 2.2rem; font-weight: normal;}
.case-box a:hover .ninfo h3{ color: #1e73d0;}
.fw_bk3 .swiper-button-next,.fw_bk3 .swiper-button-prev{ background: #fff; width: 50px; height: 50px; line-height: 50px; border-radius: 50px; margin-top: 0; top: -10px;}
.fw_bk3 .swiper-button-next{ right: 0; opacity: 1;}
.fw_bk3 .swiper-button-prev{ left: 0; opacity: 1;}
.fw_bk3 .swiper-button-next i,.fw_bk3 .swiper-button-prev i{ font-size: 24px; font-weight: bold; color: #979595; display: block; text-align: center;}
.fw_bk3 .swiper-button-next i{ color: #979595;}
.fw_bk3 .swiper-button-next:hover,.fw_bk3 .swiper-button-prev:hover{ color: #1e73d0;}
.fw_bk3 .swiper-button-next:hover i,.fw_bk3 .swiper-button-prev:hover i{ color: #1e73d0;}

.fw_bk4{background-color: #f4f4f4; padding: 8rem 0;}


.msg-bk2{ background-color: #fff; padding: 6rem;}
.msg-bk2 .tit{ color: #757575;}
.m-form2{ }
.m-form2 .btn{ background-color: #114ea9; border: none; font-size: 18px;  line-height: 70px; width: 230px; color: #fff; padding: 0; display: block; border-radius: 70px;}
.m-form2 .btn i{ margin-left: 5px;}
.m-form2 .form-control{ border: 2px solid #eee; color: #666; height: 60px; font-size: 16px; background-color: #fff; position: relative;}
.m-form2 .btn:hover{ background-color: #fea406;}
.m-form2 .form-group{ margin-bottom: 1rem;}

.down-list{}
.down-list .brow{ background-color: #fff; border-radius: 15px; position: relative; padding:15px 20px; margin-bottom: 2rem; height: 65px;}
.down-list .brow .binfo{ width: 75%; float: left;}
.down-list .brow .bw{ width: 20%; float: left; text-align: center;}
.down-list .brow .btit{ font-size: 18px;}
.down-list .brow i{ margin-right: 5px; float: left; margin-right: 20px;}
.down-list .brow .btit a{ color: #333; font-size: 18px;}
.down-list .brow .btit a:hover{ color: #1969ae;}
.down-list .brow .btit span{ margin-right: 20px; color: #777; font-size: 14px; display: inline-block;}
.down-list .brow .down-dot{float: right; width: 124px; height: 40px; line-height: 40px;text-align: center; padding-top: 10px;}
.down-list .brow .down-dot a{ display: block; color: #1969ae; background-color: #fff; border-radius: 40px;}
.down-list .brow .down-dot a:hover{ background-color: #1969ae; color: #fff;}

.sect_fw{ background-color: #f5f5f5; padding: 8rem 0 5rem;}
.block-fw{ text-align: center;}
.block-fw .bimg{ position: relative; overflow: hidden;}
.block-fw .bimg img{ width: 100%;}
.block-fw .bimg:hover img{ transform: scale(1.2); transition: all 0.4s;}
.block-fw .binfo span{ display: block; font-size: 24px; line-height: 40px;}
.block-fw .binfo{ padding: 30px 0;}
.block-fw .binfo p{ color: #646464;}


.sect_nk1{ padding: 8rem 0;}
.nsect_tit{ background-color: #f5f5f5;}
.nsect_tit .place{ padding: 2rem 0; border-bottom: 1px solid #dedede;}
.nsect_tit .place a.aback{ float: right; display: inline-block; border: 1px solid #ccc; padding: 0 3rem; border-radius: 36px;}
.nsect_tit .place a.aback:hover{ background-color: #1969ae; border-color: #1969ae; color: #fff;}
.npro-tit{ padding: 3rem 0 0; line-height: 36px;}
.npro-tit h3{ display: inline-block; font-weight: normal; font-size: 2.8rem; vertical-align: middle;}
.npro-tit a.anext{ display: inline-block; vertical-align: middle; margin-left: 10px; color: #fff; background-color: #1969ae; line-height: 36px; padding: 0 1rem; border-radius: 36px;}
.npro-tit a.anext:hover{ background-color: #277eca;}
.npro-tit .cate_bk{ line-height: 36px; text-align: right;}
.npro-tit .cate_bk a{ padding-bottom: 3rem;}
.npro-tit .cate_bk a::after{ bottom: 0;}

.sect_pro{ padding: 6rem 0;}
.nblock-3{ margin-right: 5%;}
.nblock-3 p{ color: #666; line-height: 32px;}
.nblock-3 .ntit-1{font-size: 4.8rem; display: block; line-height: 5rem; color: #222; font-weight: bold;}
.nblock-3 .nrow{ margin-top: 2rem;}
.nblock-3 table{ border: 1px solid #dedede; border-top: 2px solid #1969ae; width: 100%;}
.nblock-3 table td,.nblock-3 table th{ border: 1px solid #dedede; padding: 1rem 2rem;}
.nblock-3 table th{ text-align: left; color: #666; width: 120px;}

.pro-xg{ }
.pro-xg .gallery-top{ float: left; width: 78%; height: 540px; border: 1px solid #dcdcdc;}
.pro-xg .gallery-top .jcent{ height: 100%;}
.pro-xg .gallery-top .jcent img{ height: 100%;width: 100%;}
.pro-xg .gallery-thumbs{ float: right; width: 18%; margin-left: 2%; height: 540px;}
.pro-xg .gallery-thumbs .smal-img{ border: 1px solid #dcdcdc; height: 100%; width: 100%; box-sizing: border-box; vertical-align: middle;display: flex; align-items: center;justify-content: center;flex-direction: column;}
.pro-xg .gallery-thumbs .smal-img img{ vertical-align: middle; height: 100%;object-fit:cover;}
.pro-xg .gallery-thumbs .swiper-slide-thumb-active .smal-img{ border-color: #1e73d0;}
.pro-xg .swiper-button-next,.pro-xg .swiper-button-prev{ background:none; width: 50px; height: 30px; line-height: 30px; border-radius: 0; border: 0; opacity: 1; margin:auto 0; text-align: center; top: 0; bottom: 0; z-index: 1000;}
.pro-xg .swiper-button-next i,.pro-xg .swiper-button-prev i{ color: #888; font-size: 30px; }
.pro-xg .swiper-button-prev{ left: 0; }
.pro-xg .swiper-button-next{ right: 0; left: auto;}
.pro-xg .swiper-button-next:hover,.pro-xg .swiper-button-prev:hover{ color: #1e73d0;}
.pro-xg .swiper-button-next:hover i,.pro-xg .swiper-button-prev:hover i{ color: #1e73d0;}
.pro-xg .swiper-pagination{ bottom: -65px; left: 0; text-align: center; width: 100%; color: #fff; font-size: 16px; font-family: "arial"; height: 30px; line-height: 30px;}

.hot-bk{ padding: 20px 0; line-height: 30px;}
.hot-bk .btit{ font-size: 3rem; font-weight: bold; border-bottom: 1px solid #eee; padding: 3rem 0 2rem; line-height: 5rem;}
.hot-bk .brow{ padding: 15px 0; border-bottom: 1px solid #eee;}
.hot-bk .brow .fl{ width: 30%;}
.hot-bk .brow .fr{ width: 68%;}
.hot-bk .brow a{ color: #333; font-weight: bold; display: block;}
.hot-bk .brow a:hover{ color: #0d79d2;}
.hot-bk .brow p{ font-size: 14px; color: #9c9c9c;}

.newsinfo-bk{}

.ny-page2 .nptit{ border: 1px solid #eee; padding: 20px; line-height: 30px;}
.ny-page2 .nptit a{ float: right; color: #696969;}
.ny-page2 .nptit a:hover{ color: #0d79d2;}
.ny-page2 .nptit span::after{ content: ""; display: inline-block; width: 80px; height: 1px; background-color: #eee; vertical-align: middle; margin-left: 10px;}

.news-page{ background-color: #fff; padding: 2rem; line-height: 30px; margin:0 0 10px;}
.news-page a{ color: #333;}
.news-page a:hover{ color: #0d79d2;}
.news-page span{ display: block; color: #9c9c9c; font-size: 14px; margin: 5px 0;}
.news-page span i{ font-size: 18px; margin-right: 6px;}
.news-page p{ font-size: 18px; font-weight: bold;}

.fx-bk{ background-color: #fff; padding: 2rem; margin: 10px 0;}
.fx-bk a.aback{ display: block; background-color: #005bab; color: #fff;font-size: 16px; text-align: center; line-height: 40px; margin-top: 2rem;}
.fx-bk a.aback:hover{ background-color: #0e75ca;}

.nbg{ background-color: #f2f1f1; padding: 35px 0 8rem;}
.form-yp{ background-color: #fff; border-radius: 5px; padding: 6rem 10%;}
.form-tit{ background-color: #f2f1f1; line-height: 54px; border-radius: 5px; font-size: 20px;}
.form-tit i{ background-color: #c6004e; color: #fff; display: block; float: left; font-size: 26px; padding: 0 10px; border-radius: 5px 0 0 5px; margin-right: 20px;}
.form-yp .layui-form-item{  margin-left: 64px;}
.form-yp .layui-form-label{ font-size: 18px; color: #515151; text-align: left; padding: 9px 0;}
.form-yp .layui-input-block{ line-height: 40px; height: 40px; margin-left: 95px;}
.form-yp .layui-input,.form-yp .layui-select,.form-yp .layui-textarea{ line-height: 40px; border-radius: 5px; font-size: 14px;}
.layui-input::-moz-placeholder{color: #aaa7a7; opacity: 1;}
.layui-input:-ms-input-placeholder{color: #aaa7a7;}
.layui-input::-webkit-input-placeholder{color: #aaa7a7;}
.layui-form-title{ font-size: 24px;}
.layui-form-title::before{ content: ""; width: 4px; height: 14px; background-color: #c6004e; display: inline-block; margin-right: 10px;}
.form-yp .lay-block2{ margin-left: 15px; height: auto;}
.form-yp .layui-form-checked[lay-skin=primary] i{border-color: #c6004e!important; background-color: #c6004e;}
.form-yp .layui-form-checkbox span{ font-size: 18px; white-space: break-spaces;}
.form-yp .layui-form-checkbox{ width: 33%;}
.layui-form .layui-btn{ width: 290px; height: 67px; line-height: 67px; font-size: 20px; background-color: #c6004e;}
.layui-form .layui-btn i{ font-size: 24px; margin-left: 10px;}

.pro-cate{ text-align: center; width: 100%; position: absolute; left: 0; top: 60%;}
.pro-cate a{ display: inline-block; background-color: #fff; font-size: 20px; line-height: 70px; margin: 0 0.5%; width: 20%; text-align: center; color: #222;}
.pro-cate a i{ font-size: 30px; margin-right: 10px; vertical-align: middle;}
.pro-cate a:hover,.pro-cate a.on{ background-color: #0d79d2; color: #fff;}


.pro_sub{ text-align: left; margin-top: 4rem;}
.pro_sub span{ font-size: 24px; display: block; margin-bottom: 10px; display: none;}

.pro-box{ margin-bottom: 3rem;}
.pro-box a{ clear: both; overflow: hidden; background: #eee; padding: 3rem;}
.pro-box .icon{ position: relative; background: none; overflow: hidden;}
.pro-box .icon img{}
.pro-box .ptit{ line-height: 30px; padding: 20px 0 0; clear: both; overflow: hidden;}
.pro-box .ptit h3{ text-align: left; padding: 0; color: #222; font-size: 2.8rem; margin: 1rem 0 2rem;}
.pro-box .ptit p{ color: #333;}
.pro-box .ptit p i{ color: #1969ae; font-weight: bold; font-size: 20px; vertical-align: middle;}
.pro-box .ptit span{ font-size: 18px; display: block; color: #555;}
.pro-box .ptit span i{ margin-left: 5px; font-size: 20px;}
.pro-box a:hover{ background: #1969ae;}
.pro-box a:hover .ptit h3,.pro-box a:hover .ptit span{ color: #fff; transition: all 0.3s;}
.pro-box a:hover .ptit span{ border-color: #fff;}
.pro-box a:hover .ptit span{color: #dae8f7;}
.pro-box a:hover p i,.pro-box a:hover p{ color: #fff;}

.pro-box2{ margin-bottom: 3rem;}
.pro-box2 a{ clear: both; overflow: hidden;}
.pro-box2 .icon{ position: relative; background: none; overflow: hidden;}
.pro-box2 .icon img{ height: 100%;}
.pro-box2 .ptit{ line-height: 30px; padding: 4rem 2rem; clear: both; overflow: hidden; text-align: center; border: 1px solid #ededed; border-top: 0;}
.pro-box2 .ptit p{ color: #555; margin-top: 1rem;}
.pro-box2 .ptit p i{ color: #1969ae; font-weight: bold; font-size: 20px; vertical-align: middle;}
.pro-box2 .ptit span{ font-size: 22px; display: block; color: #222; font-weight: bold;}
.pro-box2 .ptit span i{ margin-left: 5px; font-size: 20px;}
.pro-box2 a:hover{ background: #1969ae;}
.pro-box2 a:hover .ptit h3,.pro-box2 a:hover .ptit span{ color: #fff; transition: all 0.3s;}
.pro-box2 a:hover .ptit span{ border-color: #1969ae;}
.pro-box2 a:hover .ptit span{color: #fff;}
.pro-box2 a:hover p i,.pro-box2 a:hover p{ color: #fff; opacity: 0.8;}

a.pmore{ display: inline-block; float: right; line-height: 50px; color: #555;}
a.pmore i{ color: #1969ae; font-weight: bold; font-size: 20px; vertical-align: middle;}
a.pmore:hover{color: #1969ae;}

.sect_case{  padding: 8rem 0;}
.nav-tabs{ position: relative; padding-top: 12px; padding: 12px 4% 0;}
.nav-tabs::before{ content: ""; width: 100%; height: 1px; background-color: #dedede; position: absolute; top: 8px; left: 0;}
.nav-tabs .tab-tit{ text-align: center; position: relative; display:block; cursor: pointer; line-height: 6rem;}
.nav-tabs .tab-tit::after{ content: ""; background-color: #fff; width: 10px; height: 10px; border-radius: 10px; border: 4px solid #4283bc; position: absolute; right: 0; left: 0; top: -12px; margin: 0 auto; display: block; transform: scale(0);}
.nav-tabs .tab-tit span{ font-size: 18px; display: inline-block; position: relative; z-index: 2; }
.nav-tabs .swiper-slide-thumb-active .tab-tit::after,.nav-tabs .tab-tit:hover::after{ transform: scale(1);}
.nav-tabs .swiper-slide-thumb-active .tab-tit span,.nav-tabs .tab-tit:hover span{ color: #1969ae;}


.tab-list{width: 100%;}
.tab-list .brow{ position: relative; height: 100%; background-color: #f7f7f7; padding: 4rem; box-sizing: border-box;}
.tab-list .brow span{ font-weight: bold; color: #1969ae; font-size: 24px; display: block;}
.tab-list .brow p{ font-size: 3rem; font-weight: bold; line-height: 46px; margin-top: 2rem;}
.tab-list .bimg{ position: relative; height: 100%;}
.tab-list .bimg img{ height: 100%;}

.nblock-4{ background: url(../img/nbk_case.jpg) no-repeat 0 center; background-size: 50% 100%;}
.nblock-4 .media-box{ margin-bottom: 0; width: auto; padding: 6rem 4rem;}
.nblock-4 .media-box .icon{ background: none;}
.nblock-4 .media-box img{ width: 100%;}
.nblock-4 .ntit i{ color: #114a9f; display: block; font-size: 4rem;}
.nblock-4 .ntit span{ font-size: 24px; color: #414141; font-weight: bold; display: block;}
.nblock-4 .ntit .atit{ font-size: 3.6rem; display: block; padding: 2.5rem 0;}
.nblock-4 .ntit .ninfo{ margin: 10px 0 4rem;}
.nblock-4 .ntit p{ color: #606060; line-height: 36px;}
.nblock-4 .ntit a.nmore{ display: block; color: #114a9f; font-size: 15px;}
.nblock-4 .ntit a.nmore i{ display: inline-block; color: #114a9f; font-size: 20px; margin-left: 10px; vertical-align: middle; position: relative;}
.nblock-4 .ntit a.nmore i::after{ content: ""; position: absolute; width: 44px; height: 44px; border-radius: 44px; border: 1px solid #114a9f; right: -25px; top: -5px;}
.nblock-4 .ntit{ position: relative; padding: 7rem 7rem 7rem 0;}
.sect_ck1 .nblock-4:nth-child(2n){ background-position: right center; }
.sect_ck1 .nblock-4:nth-child(2n) .span-6{ float: right;}
.sect_ck1 .nblock-4:nth-child(2n) .ntit{ padding: 7rem 0 7rem 7rem;}
.nblock-4:hover{ background-image: url(../img/nbk_caseh.jpg);}
.nblock-4:hover .ntit span{color: #fea406;}
.nblock-4:hover .ntit p,.nblock-4:hover .ntit i{ color: #b8cff0;}
.nblock-4:hover .ntit a{ color: #fea406;}
.nblock-4:hover .ntit a.nmore i{ color: #fea406;}
.nblock-4:hover .ntit a.nmore i::after{ border-color: #fea406;}
.nblock-4:hover .media-box img{ transform: scale(1.2);}
.sect_ck1{ border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;}

.tj-case .swiper-container{ overflow: visible;}
.tj-case .swiper-button-next,.tj-case .swiper-button-prev{ background:none; width: 80px; height: 80px; line-height: 80px; border: 0; opacity: 1; margin: auto 0; background-color: rgba(0,0,0,0.8); text-align: center; top: -60px; bottom: 0; z-index: 1000;}
.tj-case .swiper-button-next i,.tj-case .swiper-button-prev i{ color: #fff; font-size: 3rem; }
.tj-case .swiper-button-prev{ left: 0;}
.tj-case .swiper-button-next{ right: 0; left: auto;}
.tj-case .swiper-button-next:hover,.tj-case .swiper-button-prev:hover{ background-color: #114ea9;}
.tj-case .swiper-button-next:hover i,.tj-case .swiper-button-prev:hover i{ color: #fff;}
.case-box2{ position: relative; overflow: hidden; margin-bottom: 20px;}
.case-box2 .btit{ padding: 1rem 0; position: relative; text-align: center;}
.case-box2 .btit span{font-size: 18px; display: block;}
.case-box2 .btit p{ line-height: 30px; color: #666; height: 60px;}
.case-box2 .icon{ background: none;}
.case-box2 .icon img{ width: 100%;}
.case-box2:hover .icon img{ transform: scale(1.2);}
.case-box2 a:hover .btit span{ color: #1969ae;}


.ycase .case-box2 .btit::after{ content: ""; width: 100%; height: 1px; background-color: #D2D2D2; position: absolute; bottom: 0; left: 0;}
.ycase .case-box2 a:hover .btit::after{ background-color: #0d79d2; height: 2px;}

.case-on{ position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0; left: 0; z-index: 10000000; display: none;}
.cbox{ position: absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto auto; width: 70%; box-sizing: border-box;background: url(../img/ibg_k3.jpg) no-repeat center bottom; background-size: cover; padding: 40px; height: 60%; overflow-y: scroll;}
.cbox::before{display: none;}
.cbox .binfo span{ margin-top: 20px;}
.cbox .btit{ margin-bottom: 0;}
.cbox .binfo a{ display: inline-block; margin-right: 10px; line-height: 44px; padding: 0 20px; background-color: #f1f1f1; color: #555;}
.cbox .binfo a:hover{ background-color: #1e94d4; color: #fff;}
.case-on .close-case{ font-size: 30px; color: #ccc; width: 48px; height: 48px; line-height: 48px; top: 40px; right: 2%;margin: 0 auto; position: absolute; z-index: 10000; cursor: pointer; text-align: center; border-radius: 48px;}
.case-on .close-case i{ line-height: 48px; font-size: 30px;}
.case-on .close-case:hover i{ color: #0d79d2;}

.jobs-box .tinfo{ position: relative; height: 100%; align-items: flex-start; padding: 0 7rem; background-color: #f5f5f5;}
.jobs-box .tinfo span{ font-size: 4.2rem; font-weight: bold; display: block; line-height: 4rem;}
.jobs-box .tinfo p{ color: #666; line-height: 32px; margin-top: 2rem;}


.about_bk1{ padding: 8rem 0;}
.about_bk1 .binfo{ position: relative; height: 100%; background-color: #f7f7f7; box-sizing: border-box; padding: 5rem;}
.about_bk1 .binfo p{ margin: 2rem 0 0; color: #555; font-size: 18px; line-height: 36px; border-bottom: 1px solid #dedede; padding-bottom: 2rem;}
.about_bk1 .binfo p span{ color: #1969ae; font-size: 24px; font-weight: bold; display: block;}
.about_bk1 .binfo .btit{ color: #222; font-size: 4rem; font-weight: bold; line-height: 4.6rem;}
.about_bk1 .bimg{ text-align: center; position: relative; height: 100%;}
.about_bk1 .bimg img,.about_bk1 .bimg video{ width: 100%; height: 100%;}
.about_bk1 .about-cont p{ font-size: 18px; line-height: 36px; color: #555; margin-bottom: 2rem;}
.about_bk1 .about-num{ padding: 0; border-bottom: 0;}
.about_bk1 .about-num .brow{ margin-bottom: 2rem;}
.about_bk1 .about-num .brow::after{ display: none;}
.about_bk1 .about-num .brow i{ color: #a0a0a0;}

.abox-tit{ font-size: 4.6rem; font-weight: bold;}

.about_bk2{ position: relative; background: url(../img/nbg_k1.jpg) no-repeat center center; background-size: cover; padding: 8rem 0;}
.about_bk2::after{ content: ""; width: 1px; height: 100%; position: absolute; top: 0; background-color: #4081b8; left: 50.8%;}
.about_bk2 .abox-tit{ color: #fff;}
.about_bk2 .brow{ position: relative; display: flex;}
.about_bk2 .brow .brow-bk{background: url(../img/abg_k1.png) no-repeat 0 0; padding: 4rem; width: 40%; float: left; box-sizing: border-box; position: relative; margin-top: 4rem;}
.about_bk2 .brow .btit{ font-weight: bold; font-size: 2.8rem; color: #1969ae; line-height: 4.6rem; }
.about_bk2 .brow .btit span{ font-size: 3.2rem; font-family: "arial"; display: block;}
.about_bk2 .brow .binfo{ color: #fcfdfe; line-height: 36px; margin-top: 19rem;}
.about_bk2 .bimg{ float: right; width: 60%;}
.about_bk2 .bk-brow{ padding-left: 5rem;}
.about_bk2 .arow{ clear: both; overflow: hidden; margin-bottom: 1rem;}
.about_bk2 .arow p{ font-size: 18px; line-height:36px;vertical-align: middle; color: #fff; padding-left: 200px;}
.about_bk2 .arow p i{ display: block;font-size: 22px; color: #ffad1d; font-weight: bold; line-height: 5rem;}
.about_bk2 .arow span{ float: left; font-size: 3rem; font-family: "arial"; color: #fff; vertical-align: middle;}
.about_bk2 .alist{ line-height: 30px; color: #fff;}
.about_bk2 .alist p::before{ content: ""; background-color: #e2950f; width: 6px; height: 6px; border-radius: 6px; display: inline-block; margin-right: 10px;}
.about_bk2 .alist2{ line-height: 30px; color: #9bdffa; background: url(../img/dot_a1.png) no-repeat 5rem 6rem; padding-left: 15rem; padding-top: 5rem; position: relative;}
.about_bk2 .alist2::after{ content: ""; width: 150%; height: 1px; position: absolute; top: 0; background-color: #4081b8; left: 0;}
.about_bk2 .alist2 p::before{ content: ""; background-color: #e2950f; width: 6px; height: 6px; border-radius: 6px; display: inline-block; margin-right: 10px;}

.about_bk5{ background: url(../img/nbg_k4.jpg) no-repeat center center; background-size: cover; padding: 8rem 0;}
.about_bk5 .abox-tit{ color: #fff;}
.about_bk5 .binfo{ color: #fff; line-height: 36px; font-size: 18px;}
.about_bk5 .binfo span{ display: block; font-size: 2.8rem; margin-bottom: 1rem;}
.about_bk5 .binfo p{ margin: 0 0 3rem; clear: both; overflow: hidden;}


.about_bk2 .swiper-pagination{ left:9%; bottom: 8rem; line-height: 36px; position: absolute; text-align: left; width: 100%;}
.about_bk2 .swiper-pagination-bullet{background: transparent; border: 1px solid #fff; opacity: 1; position: relative; width: 10px; height: 10px; border-radius: 10px; margin-right: 20px;}
.about_bk2 .swiper-pagination-bullet-active{ background: #fff; opacity: 1;}

.about_bk3{ background: url(../img/nbg_k2.jpg) no-repeat center bottom #fff; position: relative; padding: 10rem 0;}
.about_bk3 .btit{ width: 240px; border-radius: 15px; background-color: #1969ae; text-align: center; color: #fff; margin: 4rem auto 0; padding: 15px 0; position: relative;}
.about_bk3 .btit::after{ content: "";border-left: 1px dashed #a4a5a6; position: absolute; width: 1px; height: 5rem; bottom: -5rem; left: -10px; right: 0; margin: 0 auto;}
.about_bk3 .btit i{ width: 60px; height: 27px; line-height: 27px; display: block; border-radius: 27px; color: #1e6db0; font-size: 22px; background-color: #fff; margin: 0 auto;}
.about_bk3 .btit span{ font-weight: bold; font-size: 20px; display: block; margin-top: 5px;}
.about-bk2{ width: 102%; position: relative; padding-top: 5rem; margin-top: 5rem;}
.about-bk2::before{ content: ""; position: absolute; width: 83.2%; height: 65px; border: 1px dashed #a4a5a6; border-radius: 20px; top: 0; left: 7.3%; border-bottom: 0;}
.about-bk2 .brow{ float: left; width: 14.66%; margin-right: 2%; position: relative; z-index: 2;}
.about-bk2 .brow::after{ content: "";border-left: 1px dashed #a4a5a6; position: absolute; width: 1px; height: 5rem; top: 44px; left: 0; right: 0; margin: 0 auto;}
.about-bk2 .brow::before{ content: "";border-left: 1px dashed #a4a5a6; position: absolute; width: 1px; height: 5rem; top: -5rem; left: 0; right: 0; margin: 0 auto;}
.about-bk2 .brow:nth-child(1)::before,.about-bk2 .brow:nth-child(6)::before{ display: none;}
.about-bk2 .brow span{ display: block; background-color: #fff; line-height: 40px; border-radius: 40px; border: 2px solid #1969ae; text-align: center; font-size: 18px; position: relative;}
.about-bk2 .brow .binfo{ background-color: #009bd7; color: #fff; border-radius: 20px; padding: 2rem; margin-top: 5rem; height: 100px; position: relative;}
.about-bk2 .brow .binfo::before{ content: ""; content: "";background-color: #009bd7; width: 8px; height: 8px; border-radius: 8px; position: absolute; top: -8px; z-index: 3; left: 0; right: 0; margin: 0 auto;}
.about-bk2 .brow .binfo p{ line-height: 24px; font-size:14px; padding-left: 10px; position: relative;}
.about-bk2 .brow .binfo p::before{ content: "";background-color: #fff; width: 6px; height: 6px; border-radius: 6px; display: inline-block; margin-right: 10px; position: absolute;left: 0; top: 9px;}

.about_bk6{ background-color: #f4f4f4; padding: 8rem 0;}
.about_bk6 .honor-bk{ position: relative; padding-bottom: 7rem;}
.about_bk6::before{ content: ""; position: absolute; background: url(../img/nbg_k5.png) no-repeat 0 bottom; width: 78%; height:95px; right: 0; bottom: 8rem;}
.about_bk6 .swiper-slide{ height: 100%;}
.honor-box{ position: relative; }
.honor-box .icon{ background:none;}
.honor-box h3{ font-weight: normal; font-size: 2.4rem; color: #2c2c2c; margin-top: 2rem; display: none;}
.about_bk6 .swiper-slide-active .honor-box h3{ display: block;}
.about_bk6 .swiper-container{ width: 80%; margin: 0; float: right;}
.about_bk6 .swiper-button-next,.about_bk6 .swiper-button-prev{ background: #fff; width: 50px; height: 50px; line-height: 50px; border-radius: 100%; text-align: center; margin: 0; top: 0; border-radius: 100%; opacity: 1;}
.about_bk6 .swiper-button-next i,.about_bk6 .swiper-button-prev i{ color: #666; font-size: 24px; font-weight: bold; opacity: 1;}
.about_bk6 .swiper-button-prev{ left: 0;}
.about_bk6 .swiper-button-next{ right: auto; left: 0; margin-left: 80px;}
.about_bk6 .swiper-button-next:hover,.about_bk6 .swiper-button-prev:hover{ background-color: #1969ae;}
.about_bk6 .swiper-button-next:hover i,.about_bk6 .swiper-button-prev:hover i{ color: #fff; opacity: 1;}


.about_bk4{ background: url(../img/nbg_k3.jpg) no-repeat center center; background-size: cover; padding: 8rem 0;}
.about_bk4 .abox-tit{ color: #fff;}
.about_bk4 .swiper-container{ height: 280px; width: 100%; overflow: visible;}
.about_bk4 .swiper-container .swiper-wrapper{}
.about_bk4 .swiper-slide{ width: 190px; height: 280px; margin-left: 20px;}
.about_bk4 .swiper-slide:nth-child(1){  margin-left:160px; margin-top: 20px;}
.about_bk4 .swiper-slide:nth-child(2){  margin-top: 40px;}
.about_bk4 .swiper-slide:nth-child(3){  margin-top: 25px;}
.about_bk4 .swiper-slide:nth-child(4){  margin-top: -20px;}
.about_bk4 .swiper-slide:nth-child(5){  margin-top: -50px;}
.about_bk4 .swiper-slide:nth-child(6){  margin-top: -60px;}
.about_bk4 .swiper-slide:nth-child(7){  margin-top: -30px;}
.about_bk4 .swiper-slide:nth-child(8){  margin-top: 0;}


.about_bk4 .lc-brow{ position: relative;}
.about_bk4 .parallax-bg{ position: absolute; left: 0; top: 0; width: 1920px; height: 100%;background-size: 100% auto; background-position: 0 0; background-repeat: no-repeat;}
/* .about_bk4 .swiper-slide::before{ content: ""; background-color: #a2b1c8; width: 15px; height: 15px; border-radius: 15px; display: block; position: absolute; left: 5px; bottom: -10px; z-index: 2;} 
.about_bk4 .swiper-slide:nth-child(odd)::before{ bottom: auto; top: 0; left: 5px;} */
.lc-box{ clear: both; overflow: hidden; color: #fff;}
.lc-box em{ font-style: normal; font-weight: bold; font-size: 12px; line-height: 18px; display: block; margin-top:10px;}
.lc-box span{ display: block; font-family: "arial"; font-size: 3.6rem; font-weight: bold; line-height: 4rem; margin-bottom:40px;}

.about_bk4 .swiper-button-next,.about_bk4 .swiper-button-prev{ background: #ebebeb; width: 42px; height: 42px; line-height: 42px;  opacity: 1; margin: 0; text-align: center; top: auto; bottom: 10rem; z-index: 1000;}
.about_bk4 .swiper-button-next i,.about_bk4 .swiper-button-prev i{ color: #fff; font-size: 26px; }
.about_bk4 .swiper-button-prev{ left: 0;}
.about_bk4 .swiper-button-next{ left: 0; right: auto; margin-left: 60px; background-color: #114ea9; color: #fff;}
.about_bk4 .swiper-button-next:hover,.about_bk4 .swiper-button-prev:hover{background-color: #114ea9; color: #fff;}
.about_bk4 .swiper-button-next:hover i,.about_bk4 .swiper-button-prev:hover i{ color: #fff;}


.tab-list2{ overflow: visible; width: 464px; margin: 0; position: relative;}
.tab-list2 span{ font-size: 6.6rem; font-family: arial; line-height: 6rem; display: block;}
.tab-list2 .bimg{ margin: 2rem 0;}
.tab-list2 p{ color: #717171; line-height: 30px;}
.tab-list2 .swiper-slide-active span{ color: #fea406;}

.nav-tabs2{ padding-top: 20px; position: relative;}
.nav-tabs2::before{ content: ""; display: block; position: absolute; width: 100%; height: 1px; background-color: #ededed; top: 27px;}
.nav-tabs2 span{ display: block; position: relative; font-size: 24px; font-family: arial; text-align: center;}
.nav-tabs2 i{ display: block; position: relative; width: 9px; height: 9px; margin: 0 auto 10px; background-color: #1969ae; border: 4px solid #fff; border-radius: 100%;}
.nav-tabs2 i::before{ content: ""; background-color: #1969ae; opacity: 0.2; width: 25px; height: 25px; border-radius: 25px; position: absolute; top: -8px; left: -8px; z-index: -1; display: block;}
.nav-tabs2 .swiper-slide-thumb-active i{ background-color: #fea406;}
.nav-tabs2 .swiper-slide-thumb-active i::before{ background-color: #fea406; opacity: 0.2;}




.hz-box{ width: auto; border: 1px solid #ededed; margin-bottom: 3rem;}
.hz-box .icon{ background-color: #fff; position: relative;}
.hz-box .active{ position: absolute; left: 0; top: 0; background-color: rgba(13,121,210,0.9); width: 100%; height: 100%; color: #fff; transform: scale(0.8); opacity: 0;transition: all 0.3s;}
.hz-box:hover{ box-shadow: #ccc 0 0 10px; transition: all 0.3s;}

.cont-map{ position: relative;}
.contact-bk{ position: absolute; top: 0; left: 4%; bottom: 0; margin: auto 0; z-index: 10000; height: 50%; box-sizing: border-box; width: 380px;}
.contact-bk span{ font-size: 4rem; color: #222; font-weight: bold; line-height: 5.6rem; display: block; background-color: #fff; padding: 3rem;}
.contact-bk p{ position: relative; color: #fff; background-color: #1969ae; padding: 3rem; line-height: 4.2rem; font-size: 18px;}



.sect_cont{ padding: 8rem 0;position: relative;}
.cont-tit{ text-align: center;}
.cont-tit span{ font-size: 4.2rem; font-weight: bold;}
.cont-tit p{ color: #787878;}

.jobs-bk{ background-color: #f5f5f5; padding: 6rem 0;}

.msg-bk{ padding: 8rem 0; position: relative; z-index: 3; background-color: #f8f8f8;}
.m-form{ }
.m-form label{ font-size: 18px; margin-bottom: 1rem; display: block;}
.m-form label i{ color: #f00;}
.m-form .btn{ background-color: #1969ae; border-color: #1969ae; font-size: 18px;  line-height: 50px; width: 100%; color: #fff; padding: 0; margin: 0 auto; display: block; }
.m-form .btn i{ margin-left: 5px;}
.m-form .form-control{ border: 1px solid #ddd; color: #666; height: 50px; font-size: 16px; background-color: #fff; position: relative; }
.m-form .btn:hover{ background-color: #2977eb; border-color: #2977eb;}
.m-form textarea.form-control{ border: 1px solid #e5e5e5; height: auto;}
.m-form .form-group{ margin-bottom: 1rem;}
.m-form input#yzm{ float: left; width: 30%; margin-right: 10px;}
.m-form textarea{ background-image: url(../img/pdot5.jpg); background-repeat: no-repeat; background-position:right 10px; padding-top: 15px; padding-bottom: 15px;}



.jobs-brow{ display: flex; background-color: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 3rem;}
.jobs-brow .brow{ padding-top: 4rem; width: 50%; text-align: left; box-sizing: border-box; padding-left: 7rem; float: left;}
.jobs-brow .brow span{ font-size: 24px; display: block; margin-bottom: 1rem;}
.jobs-brow .brow span font{ color: #0d79d2;}
.jobs-brow .brow p{ font-size: 18px; line-height: 36px; color: #636363;}
.jobs-brow .bimg{ height: 100%; float: right; border-radius: 10px; overflow: hidden;transform: skewX(-10deg); position: relative; left: 30px; width: 50%;}
.jobs-brow .bimg img{transform: skewX(10deg); position: relative; left: -30px;}

.jobs-zw{ border-radius: 10px; border: 1px solid #dedede; clear: both; overflow: hidden; padding: 3rem; margin-bottom: 3rem;}
.jobs-zw .fl{ width: 80%;}
.jobs-zw .fr{ width: 10%; text-align: right; padding-top: 3rem;}
.jobs-zw .job-tit{ font-size: 24px; display: block; margin-bottom: 1rem;}
.jobs-zw p span{ display: inline-block; margin-right: 5%; color: #5b5b5b; font-size: 18px;}
.jobs-zw p i{ font-size: 20px; margin-right: 5px;}
.jobs-zw a{ color: #0d79d2; display: inline-block; width: 35px; height: 35px; line-height: 35px; border: 2px solid #0d79d2; border-radius: 100%; text-align: center;}
.jobs-zw a i{ font-size: 3rem;}
.jobs-zw:hover a{ color: #0d79d2; background-color: #fff; border-color: #fff;}
.jobs-zw:hover{ background-color: #0d79d2; color: #fff;}
.jobs-zw:hover p span{ color: #fff;}

.my-auto{ display: flex;}

/*面包屑*/
.place{ color: #555;  position: relative; vertical-align: middle; text-align: right; }
.place span{ margin: 0 2px; color: #555;}
.place a{ color: #555; margin: 0 2px;}
.place a:hover{ color: #489bdc;}
.place i{ font-family: arial;}
.place i.iconfont{color: #1969ae; font-size: 20px; vertical-align: middle;}

.img-box{ border-radius: 20px 20px 0 0;background:linear-gradient(180deg,rgba(245,245,245) 0,rgba(255,255,255,255) 80%); padding: 6rem; width: auto;}
.img-box .ntit{ margin-left: 6rem;}
.img-box .ntit span{ font-size: 26px; font-family: "arial"; font-weight: bold; display: block;}
.img-box .ncont{ border-top: 1px dashed #bfbfbf; margin-top: 2rem; padding-top: 2rem;}
.img-box .ncont p{ line-height: 28px; font-size: 18px;}

/*分类样式*/
.module_cate{ background-color: #eee; height: 58px; line-height: 58px; text-align: center; position: relative; z-index: 100;}
.module_cate span{ color: #333; font-size: 2.4rem; font-weight: bold; }
.subCate{ clear: both; overflow: hidden; text-align: center;}
.subCate li{ float: left; margin-right: 50px; position: relative;}
.subCate li:last-child{ margin-right: 0;}
.subCate li a{ font-size: 18px; color: #333; position: relative; display: block;}
.subCate li:hover a,.subCate li.active a{ color: #1e94d4;}
.subCate li::after{ content: ""; width: 0; height: 3px; background-color: #1e94d4; position: absolute; bottom: -1px; left: 0;}
.subCate li:hover::after,.subCate li.active::after{ width: 100%; transition: all 0.3s;}


/*横排分类*/
.tip{ line-height: 36px; color: #565656; font-size: 16px;}

.title-1{ line-height: 4.8rem; position: relative;}
.title-1 span{ font-size: 22px; display: block;}


.title-2{  position: relative; text-align: center; }
.title-2 span{ font-size: 5.6rem; color: #fff;line-height: 5.6rem; display: block;}
.title-2 p{ color: #fff; line-height: 32px; padding-top: 4rem;}


.content{ line-height: 34px; color: #555; padding-bottom: 4rem;}
.content p{ margin: 0 0 20px;}


.news-content{background-color: #fff; padding:8rem;}


.ul-list1 li{ clear: both;line-height: 45px; margin-bottom: 15px;font-size: 18px; position: relative; display: block; background-color: #f5f5f5;}
.ul-list1 li a{ display: block; clear: both; overflow: hidden; padding: 15px 40px; position: relative; border-top: 1px solid #ddd;}
.ul-list1 li .ntit{ float: left; width: 55%; font-size: 18px;}
.ul-list1 li a::before{content: ""; background-color: #0f7fbc; width: 8px; height: 8px; border-radius: 8px; position: absolute; top: 32px; left: 20px;}
.ul-list1 li .nma{ display: block; position: absolute; width: 117px; height: 43px; line-height: 43px; background-color: #e7e7e7; top: 0; right: 40px; color: #777; font-size: 16px; text-align: center; border-radius: 0 0 10px 10px;}
.ul-list1 li .nma i{ font-size: 20px; margin-left: 5px;}
.ul-list1 li a:hover .nma{ background-color: #1e94d4; color: #fff;}
.ul-list1 li a:hover{ border-color: #1e94d4;}

.ul-list2{ padding: 0 40px;}
.ul-list2 li{ display: block; border-bottom: 1px solid #ededed; color: #555; line-height: 30px; padding: 20px 0;}
.ul-list2 li span{ display: inline-block;}


.article{ line-height: 36px; background-color: #f5f5f5; padding: 5rem; position: relative; margin-top: 15rem;}
.news-tit{ font-size: 3.2rem; line-height: 5rem; text-align: center; position: relative;}

.tool{ color: #777; border-bottom: 1px solid #dedede; line-height: 40px; padding: 2rem 0; text-align: center;}
.tool span{ display: inline-block; margin: 0 1rem; font-size: 15px;}
.tool span i{ margin-right: 5px; font-size: 20px; vertical-align: middle;}
.tool .bshare-custom #bshare-shareto{ font-weight: normal; font-size: 14px;color: #888;  }
.bshare-custom.icon-medium-plus .bshare-weixin,.bshare-custom.icon-medium-plus .bshare-qqim,.bshare-custom.icon-medium-plus .bshare-sinaminiblog,.bshare-custom.icon-medium-plus .bshare-qzone{ background:none!important; padding-left: 5px!important;}
.bshare-custom.icon-medium-plus i{ font-size: 20px; display: inline-block; width: 25px; height: 25px; line-height: 25px; color: #fff; background-color: #43c624; border-radius: 25px; text-align: center; border: 1px solid #d1d1d1;}

.bshare-custom{ padding:0; text-align: left;}
.bshare-custom .bshare-more{ display: block!important; font-size: 18px; margin: 0 0 15px!important;}
.bshare-custom a:nth-child(3) i{ background-color: #fff; color: #d1d1d1;}
.bshare-custom a:nth-child(4) i{ background-color: #fff; color: #d1d1d1;}
.bshare-custom a:nth-child(5) i{ background-color: #fff; color: #d1d1d1;}
.article .content,.article .content p{ line-height: 36px; color: #5f5f5f; font-size: 16px;}
.keys{padding-bottom: 2rem; line-height: 36px;}
.keys span{ color: #333; font-size: 16px;}
.keys a{ color: #114ea9; display: inline-block; border: 1px solid #114ea9; border-radius: 36px; padding: 0 20px; margin: 0 1rem 5px;}
.keys a:hover{ background-color: #114ea9; color: #fff;}

.tj-btit{ font-weight: bold; font-size: 3rem;}

.sect_cjwt .subNavBox{ border-bottom: 1px solid #dedede;}
.sub_top{ background:#0777dd; height:50px; color:#FFF; border-radius:20px 20px 0px 0px; font-size:20px; line-height:50px;  border:none;padding-left: 2%;}
.sub_top i{ float:right;line-height: 60px;margin-right: 4%;font-size: 24px}
.sub_top p{}
.sub_cont{}

.sect_cjwt .subNav{ cursor:pointer;font-size:18px;line-height:30px;border-top: 1px solid #dedede; padding: 30px 0; position: relative; clear: both; zoom: 1; transition: all 0.6s;}
.sect_cjwt .subNav h3{ font-size: 18px; font-weight: normal;}
.sect_cjwt .subNav h3 span{ display: inline-block; width: 29px; height: 26px; line-height: 26px; background: url(../img/wt_dot_h.png) no-repeat; color: #fff; font-size: 20px; text-align: center; margin-right: 15px;}
.sect_cjwt .subNav i{float: right;line-height: 30px;margin-right: 4%;color: #c2c2c2;font-size: 20px}
.sect_cjwt .subNav i:before{content:"\e6c3";}
.sect_cjwt .subNav:hover,.sect_cjwt .subNav.open{background-color: #0d79d2; padding: 30px; transition: all 0.6s;}
.sect_cjwt .subNav:hover h3,.sect_cjwt .subNav.open h3{ color:#fff;}
.sect_cjwt .subNav:hover h3 span,.sect_cjwt .subNav.open h3 span{ background-image: url(../img/wt_dot.png); color: #0d79d2;}
.sect_cjwt .subNav.open i:before,.sect_cjwt .subNav:hover i:before{content: "\e62c"; font-family: iconfont!important; color:#fff; }
.sect_cjwt .navContent{display: none; padding:20px 80px; line-height:30px; position: relative;}
.sect_cjwt .navContent span{display: inline-block; width: 29px; height: 26px; line-height: 26px; background: url(../img/wt_dot_h.png) no-repeat; color: #fff; font-size: 20px; text-align: center; position: absolute; left: 30px; top: 28px;}
.sect_cjwt .navContent p{ color: #787878; line-height: 36px;}
.sect_cjwt .sub_cont a{ color:#0d79d2; display:inline-block; }
.sect_cjwt .sub_cont a:hover{ background:#0d79d2; color: #fff;}

.jobs-list{}
.jobs-list .sub_cont{ }
.jobs-list .sub_cont .subNav{ background: #fff; line-height: 30px; padding: 3rem 6rem; position: relative; border-bottom: 1px solid #ededed;}
.jobs-list .subNav i{line-height: 30px;margin-left: 5px;color: #1969ae;font-size: 20px}
.jobs-list .subNav i:before{content:"\e607";}
.jobs-list .sub-tit{ font-size: 24px;}
.jobs-list .subNav p{ padding: 1rem 0; color: #ddd;}
.jobs-list .subNav p span{ display: inline-block; margin: 0 1.5rem; color: #666;}
.jobs-list .subNav p span:nth-child(1){ margin-left: 0;}
.jobs-list .subNav em{ font-style: normal; color: #1969ae; vertical-align: middle;}
.jobs-list .subNav a{ display: inline-block; line-height: 36px; color: #fff; background-color: #0068b7; padding: 0 2rem; margin-top: 3rem; float: right;}
.jobs-list .subNav a:hover{ background-color: #1881d0;}
.jobs-list .sub_cont .subNav.open{background-color: #f5f5f5;}
.jobs-list .subNav.open i:before{content: "\e606"; font-family: iconfont!important; color:#1969ae; }
.jobs-list .navContent{ display: none; background: #f5f5f5; margin: 0; padding:2rem 6rem 3rem; position: relative;}
.jobs-list .navContent p{ color: #333; font-size: 15px; line-height: 28px;}
.jobs-list .navContent span{ color: #666; font-size: 15px; display: block;}
.jobs-list .navContent .pstyle{ color: #666;} 


.ny-page{line-height: 36px; background-color: #fff; color: #222; font-size: 18px;}
.ny-page span{ display: inline-block;}
.ny-page .nptit{ padding: 0 20px;}
.ny-page a{ color: #222; font-size: 18px;}
.ny-page a .abum{ display: inline-block; width: 32px; height: 32px; border-radius: 100%; text-align: center; line-height: 32px; font-size: 2rem; border:1px solid #ddd; color: #999; margin: 0 5px;}
.ny-page a:hover{ color: #1969ae;}
.ny-page a:hover .abum{ background-color: #0d79d2; border-color: #0d79d2; color: #fff;}
.ny-page a.aback{ display: block; background-color: #1969ae; color: #fff;font-size: 16px; padding: 0 3rem; line-height: 57px;}
.ny-page a.aback i{ font-size: 20px; margin-right: 10px;}
.ny-page a.aback:hover{ background-color: #0e75ca;}
.ny-page .jcent{ height: 100%; text-align: right; align-items: flex-end;}
/*新闻详情样式2*/


.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.8);width: 100%;height: 100%;top:0;left:0;}
.big_img .big-box{position: absolute;width: 60%;height: 80%; bottom: 0; top: 0; left: 0; right: 0; margin: auto auto;}
.big_img .swiper-container2 {width: 100%;height: 100%; overflow: hidden;}
.big_img .swiper-container2  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{ padding: 8% 8% 0; margin-bottom: 3%; overflow: hidden; position: relative; height: 70%; text-align: center; display: flex; justify-content: center; align-items: center;}
.big_img .swiper-slide img{  max-height: 80%; max-width: 80%; margin: 0 auto;}
.big_img .swiper-slide .txt{ text-align: center; color: #fff;}
.big_img .page2{position: absolute; top:0.2rem;text-align: center;width: 100%;}
.big_img .page2 span{margin:0 0.05rem;}
.big_img .close{ font-size: 20px; color: #1863af; width: 30px; height: 30px; line-height: 30px; top: 10%; right: 0; left: 0; margin: 0 auto; position: absolute; z-index: 10000; cursor: pointer; text-align: center; border-radius: 30px; background-color: #fff;}
.big_img .close i{ line-height: 48px; font-size: 30px;}
.big_img .swiper-button-next,.big_img .swiper-button-prev{ background: none; width: 50px; height: 50px; line-height: 50px; border-radius: 74px; margin-top: -40px;}
.big_img .swiper-button-next{ right: 0; opacity: 1;}
.big_img .swiper-button-prev{ left: 0; opacity: 1;}
.big_img .swiper-button-next i,.big_img .swiper-button-prev i{ font-size: 50px; color: #525252; display: block; text-align: center;}

.vshare{ background-color: #fbfbfb; position: absolute; width: 100%; height: 10%; box-sizing: border-box; text-align: right; padding: 0 2rem; bottom: 0; left: 0;}
.big-video .swiper-container2 {position: absolute;width: 80%;height: 80%; bottom: 0; top: 0; left: 0; right: 0; overflow: hidden; margin: auto auto;}
.big-video .close{ left: auto; color: #fff; font-size: 3rem; background-color: rgba(0,0,0,0.5); right: 12%; top: 12%;}

.big-style .swiper-container2{ background-color: #000;}
.big-style .close{ left: auto; right: -48px; top: 5px;}



.fmsg{ width: 70%; margin: 0 auto;}
.ys-msg input{ background: #fff; border: 1px solid #ddd; height: 55px; line-height: 55px; box-sizing: border-box; padding: 0 20px; width: 80%; display: block;float: left; border-radius: 5px; font-size: 16px;}
.ys-msg button{ background: #0e68b0; text-align: center; width: 18%; font-size: 16px; border-radius: 5px; border: 0; float: right; height: 55px; line-height: 55px; color: #fff;}

/*add yu 发展历程*/
.about_bk4{
	padding-bottom: 30rem;
}
.about_bk4 .swiper-slide:nth-child(1){
	margin-top: 205px;
}
.about_bk4 .swiper-slide:nth-child(2){
	margin-top: 205px;
}
.about_bk4 .swiper-slide:nth-child(3){
	margin-top: 160px;
}

.about_bk4 .swiper-slide:nth-child(4){
	margin-top: 85px;
}
.about_bk4 .swiper-slide:nth-child(5){
	margin-top: 30px;
}
.about_bk4 .swiper-slide:nth-child(6){
	margin-top: -15px;
}
.about_bk4 .swiper-slide:nth-child(7){
	margin-top: -8px;
}
.gonggao_a{padding:50px 0 50px;}
.gonggao_a .rightNav .select-btn{
	float: left;
	width: 210px;
	border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
    margin-right: 14px;

}
.rightNav { position: absolute; right:0; top:50%; transform: translateY(-50%); }
.gonggao_a .rightNav .select-btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 8px;
    background: url(../img/gonggao_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gonggao_a .rightNav .select-btn select{
	width: 100%;
    border: none;
    background: none;
    height: 50px;
    color: #999999;
    font-size: 16px;
    padding: 0 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
     background: none;
     position: relative;
     z-index: 2;
}

.gonggao_a .rightNav .input-btn{
	float: left;
	width: 256px;
}

.gonggao_a .rightNav .input-btn{
	border: 1px solid #cccccc;
	position: relative;
}

.gonggao_a .rightNav .input-btn .text{
	width: 100%;
	height: 50px;
	border: none;
	background: none;
	font-size: 16px;
	padding: 0 36px 0 22px;
	color: #999999;
}

.gonggao_a .rightNav .input-btn .text::placeholder{
	color: #999999;
}

.gonggao_a .rightNav .input-btn .btn{
	width: 17px;
	height: 17px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: url(../img/gonggao_ss.png) center center/cover;
}
.mainTit .t {
    font-size: 50px;
    color: #1969ae;
}
.relative {
    position: relative;
    width: 100%;
    height: 100%;
}
.touzi_a .ul{
	margin-top: 36px;
}

.touzi_a .ul li{
	margin-bottom: 16px;
	position: relative;
}

.touzi_a .ul li a{display: inline-block;width: 100%;}


.touzi_a .ul li:last-child{
	margin-bottom: 0;
}

.touzi_a .ul li .box{
	padding: 26px;
	background: #fff;
}

.touzi_a .ul li .box .bt{
	color: #666666;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 50%;
	padding-left: 16px;
	line-height: 1;
	position: relative;
}

.touzi_a .ul li .box .bt:before{
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666666;
	border-radius: 100%;
	content: "";
}

.touzi_a .ul li .box .time{
	float: right;
	color: #bbbbbb;
	margin-right: 70px;
}

.touzi_a .ul li .icon{
	width: 29px;
	height: 33px;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	background: url(../img/touzi_pdf.png) center center/cover;
}
.ny_text16 {
    font-size: 16px;
}
.clearfix {
    clear: both;
}
.mainMore { font-size: 16px; border:1px solid #faa434; transition: all 0.6s; line-height: 32px; color:#fff; padding:10px 30px; background: #faa434; border-radius: 50px; display: inline-block; }
.mainMore span { display: inline-block; width: 26px; vertical-align: top; height: 32px; display: inline-block; background: url(../images/mainbga.png) no-repeat right center;}
.mainMore:hover { background: #faa434; color:#fff; border-color:#faa434; }
.mainMoreA { border:1px solid #dddddd; background: none; color:#666666; }
.mainMoreA span { background: url(../img/t_mainbgb2.png) no-repeat right center;}
.mainMoreA:hover span { background: url(../img/mainbga.png) no-repeat right center;}
.mainMore:hover span:before { width: 180px; }
/*product*/
.product{
	padding:50px 0 20px;
}
.product ul li{
	overflow: hidden;
	background: #f7f7f7;
	margin-bottom: 50px;
}
.product ul li .pic{
	overflow: hidden;
	width: 50%;
	float: left;
	overflow: hidden;
}
.product ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.product ul li .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.product ul li:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.product ul li .info{
	width: 43%;
	float: left;
	margin-left: 50px;
	margin-top: 48px;
}
.product ul li .info .clsname{
	font-family: arial;
	font-size: 42px;
	line-height: 46px;
	color: #222222;
	border-bottom: 1px solid #dcdbdb;
	padding-bottom: 22px;
}
.product ul li .link{overflow-y:auto; max-height:275px;margin-top:20px; padding-bottom:20px;}
.product ul li .link a{
	display: block;
	width: 33.33%;
	float: left;
	background: url(../img/pro-dot.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
}
.product ul li .link a:hover{
	color: #77b643;
}
.pro-link{
	padding: 65px 0;
	width: 18%;
	float: left;box-sizing: border-box;
}
.pro-link a{
	display: block;
	line-height: 51px;
	border-bottom: 1px solid #d1d8dc;
	padding-left: 30px;
	background: url(../img/pro-sjx1.png) no-repeat left 12px center;
	font-size: 15px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-link a:hover,
.pro-link a.on{
	background: #77b643 url(../img/pro-sjx2.png) no-repeat left 12px center;
	border-bottom: 1px solid #77b643;
	color: #fff; 
}
.pro-cont{
	width: 76.6%;
	float: right;
	border-left: 1px solid #edf3f7; 
	padding: 65px 0 65px 98px;
	min-height: 500px;box-sizing: border-box;
}
.pro-cont .title{
	font-size: 42px;
	color: #333333;
	line-height: 46px;
	border-bottom: 1px solid #dcdbdb;
	padding-bottom: 30px;
}
.pro-cont .cont{
	margin-top: 38px;
}
.pro-tab{
	margin-top: 48px;
}
.pro-tab .tit{
	font-size: 22px;
    color: #77b643;
    line-height: 54px;
    padding-left: 20px;
    background: url(../img/pro-line.png) no-repeat left top 10px; 
    border-left: 2px solid #77b643;
    background: #f5f5f5;
}
.pro-tab .tab-cont{
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	margin-top: 25px;
}

@media(max-width: 640px){
	.gonggao_a .rightNav .select-btn{
		width: 100%;
	}
	.gonggao_a .rightNav .input-btn{width: 100%;margin-top: 10px;}
	.gonggao_a .rightNav .select-btn select,.gonggao_a .rightNav .input-btn .text{height: 40px;}
	.gonggao_a .page {
	    margin-top: 30px;
	}
	.mainTit .t {
    font-size: 30px;
}
	.rightNav { margin-top:  10px; width: 100%; position: relative; top:0; transform: translate(0); }
	.rightNav .mainMore{ display: none; }
}
.ewm-wrap{
	margin-left: 20%;
	margin-top: 20px;
}
.ewm-wrap .ft-ewm{
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.ewm-wrap .ft-ewm img{
	max-width: 100%;
}
.ewm-wrap .ft-ewm p{
	line-height: 30px;
	clear: both;
}
