@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
       url("../fonts/Roboto-Bold.ttf") format("truetype"),
       url("../fonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("truetype"),
       url("../fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Regular.svg") format("svg");
}
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0; outline: none;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-size: 14px;color: #333; outline:none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-size: 14px;color: #333; resize: none;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-size: 14px;color: #333;cursor: pointer; outline:none;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],input[type="search"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #0098e5;border-radius: 2px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.scaleimg:hover em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
/*背景图片*/
.bgCover{background-position: center;background-repeat: no-repeat;background-size: cover;}
.bgContain{background-position: center;background-repeat: no-repeat;background-size: contain;}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*常用定位*/
.top50{top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.left50{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.topleft50{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
/*网页限定宽度*/
.w1200{max-width: 1200px; width: 90%; margin: 0 auto;}
.w1440{max-width: 1440px; width: 90%; margin: 0 auto;}
.w1640{max-width: 1640px; width: 90%; margin: 0 auto;}

#page{ background: #fff;}
.indexBox{ position: relative; overflow: hidden; height: 100vh;}
.indexBox .partBox{height: 100%;}

.banner{ position: relative; overflow: hidden; }
.banner a{display: block; height: 100vh;}
.indexBox .banner .btn{ bottom: 40px;}
.banner .bannerNext{transition: 0.3s; -webkit-transition: 0.3s; cursor: pointer; background-size: cover; transition: 0.4s; right: -30px; filter: brightness(0) invert(0.6);}
.banner .bannerPrev{transition: 0.3s; -webkit-transition: 0.3s;cursor: pointer; background-size: cover; left: -30px; filter: brightness(0) invert(0.6);}
.banner:hover .bannerNext{ right: 120px;}
.banner:hover .bannerPrev{ left: 120px;}
.indexBox .swiper-pagination-bullet{position: relative; width: 8px; height: 8px; background: #fff; opacity: 1; margin: 0 8px !important;}
.indexBox .swiper-pagination-bullet::before{ content: ""; position: absolute; top: -4px; left: -4px; width: 16px; height: 16px; background: rgba(255,255,255,0.5); border-radius: 50%; opacity: 0; transition: 0.3s;}
.indexBox .swiper-pagination-bullet-active::before{opacity: 1;}

/*头部*/
.headerTop .gp{ display: none;}
.headerTop .gpS.on{ display: inline-block;}
.headerTop .gpJ.on{ display: inline-block;}
.headerTop .gpJ{ color: #ffffff;}
.headerTop .gpNum,.headerTop .gpPercen{ display: inline-block;}

.headerBox{position: fixed; top: 0; left: 0; width: 100%;z-index: 90;}
.headerTop{line-height: 30px; background: #006ada; font-size: 12px; color: #ffffff; overflow: hidden;}
.headerTop i{ color: #ffffff; padding-left: 16px;}
.header{position: relative; height: 110px; background: rgba(255,255,255,1); z-index: 30; transition: 0.5s; box-shadow: 0 0 6px rgba(0,0,0,0.08); display: flex;}
.header .head{height: 100%; transition: 0.5s;}
.header .logo{display: block; position: relative; top: 50%; transform: translateY(-50%); transition: 0.5s;}
.header .logo img{height: 59px; transition: 0.5s;}
.header .nav{ float: right; flex: 1; z-index: 0; width: calc(100% - 34%); height: 100%;}
.header .nav>ul{ width: 100%; display: flex; justify-content: space-between; height: 100%;}
.header .nav .nLi{ position: relative;}
.header .nav .nLi h3 a{display: block;text-align: center;font-size: 18px;color: #2a2a2a; font-weight: normal; position: relative; transition: 0.4s; -webkit-transition: 0.4s;}
.header .nav .nLi h3 a i{ display: block; margin: 0 auto; width: 40px; height: 34px; margin-top: 22px; transition: 0.4s;}
.header .nav .nLi h3 a p{ line-height: 36px;margin-top: 2px;}
.header .nav .nLi:hover h3 a{color: #095aa6;}
.header .nav .nLi:hover h3 a i{background-position: left bottom;}
.header .nav .nLi.on h3 a{ color: #095aa6;}
.header .nav .nLi.on h3 a i{background-position: left bottom;}

/*二级*/
.header .nav .nLi .subcaidan{display: none; position: absolute; top: 110px; left: 0; width: 400px; background: #f4f4f4; padding: 12px; box-sizing: border-box; }
.header .nav .nLi .subcaidan::before{ content: ""; position: absolute; top: 0; left: 120px; width: 1px; height: 100%; background: #e5e5e5;}
.header .nav .nLi .subcaidan .fl{ width: 120px;}
.header .nav .nLi .subcaidan .fl a{ display: block; line-height: 34px; font-size: 15px;}
.header .nav .nLi .subcaidan .fr{ width: calc(100% - 124px); height: 120px; margin-top: 6px;}
.header .nav .nLi .subcaidan .fl a:hover{  color: #095aa6;}
.header .nav .nLi:nth-child(8) .subcaidan{left: -328px;}
.header .nav .nLi:nth-child(7) .subcaidan{left: -310px;}
.headerBox.on .header .nav .nLi .subcaidan{top: 70px;}


.header .nav .nLi .navSub{position: absolute;left: 0;top:110px;background: #f5f5f5;display: none;-webkit-box-shadow: 0px 6px 12px 0px rgba(55, 55, 55, 0.3);box-shadow: 0px 6px 12px 0px rgba(55, 55, 55, 0.3);overflow: hidden;width: 100%; border-bottom: 1px #eee solid;}
.header .nav .nLi .navSub .bg{width: 600px;height: 100%;position: absolute;right: 50%;margin-right: 366px;background-repeat: no-repeat;background-position: center top;background-size: cover;}
.header .nav .nLi .navSub .w1200{box-sizing:border-box;position: relative;z-index: 2;padding: 25px 306px 25px 282px;}
.header .nav .nLi .navSub .w1200 h3{font-size: 36px;color: #fff;line-height: 54px;font-weight: normal;position: absolute;left: 0;top:50%;margin-top: -27px;}
.header .nav .nLi .navSub .w1200 .slogan{position: absolute;right: 0;top:50%;margin-top: -37px;text-align: center;}
.header .nav .nLi .navSub .w1200 .slogan h5{font-size: 22px;line-height: 42px;color: #006ada; font-weight: bold;}
.header .nav .nLi .navSub .w1200 .slogan p{font-size: 18px;line-height: 31px;color: #006ada;font-family: "Arial";}
.header .nav .nLi .navSub .w1200 ul{width: 100%;min-height: 125px;}
.header .nav .nLi .navSub .w1200 ul li{float: left; width: 39%;margin: 6px 0;position: relative;}
.header .nav .nLi .navSub .w1200 ul li:nth-child(2n){ float: right;}
.header .nav .nLi .navSub .w1200 ul li:before{content: "";width: 100%;height: 100%;padding-left: 30px;position: absolute;top:0;left: -30px;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50% 0;transform-origin: 0 50% 0;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.header .nav .nLi .navSub .w1200 ul li a{display: block;position: relative;z-index: 2;font-size: 16px;line-height: 42px;color: #333333;padding-right: 32px;}
.header .nav .nLi .navSub .w1200 ul li a:before{content: "";width: 7px;height: 9px;position: absolute;right: 20px;top:16px;background: url(../images/arrow5.png) no-repeat left top; transition: 0.3s; -webkit-transition: 0.3s;}
.header .nav .nLi .navSub .w1200 ul li:hover:before{-webkit-transform: scaleX(1);transform: scaleX(1);}
.header .nav .nLi .navSub .w1200 ul li:hover a{color: #006ada;}
.header .nav .nLi .navSub .w1200 ul li:hover a:before{background-position: left bottom;}

.header .right{position: relative; float: right; margin-top: 34px; transition: 0.5s; }
.header .right .icon{ cursor: pointer; transition: 0.3s; display: inline-block;}
.header .right .icon.oaIcon{ position: relative; margin-left: 24px; margin-right: 6px;}
.header .right .icon.oaIcon::before{ content: ""; position: absolute; top: 50%; left: -15px; width: 1px; height: 24px; background: rgba(0,0,0,0.3); transform: translateY(-50%);}
.header .right .icon:hover{ box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.header .right .wx{ margin-left: 24px;}
.header .right .ma{display: none; opacity: 0; position: absolute; top: 60px; right: 0; width: 120px; height: 120px; background: #fff; padding: 10px; transition: 0.3s; overflow: hidden; box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.header .right .ma img{ width: 100%; height: 100%;}
.header .right .wxBox .ma.on{ top: 32px; opacity: 1;}

.headerBox.on{top: -30px;}
.headerBox.on .header{ height: 70px;}
.headerBox.on .header .nav .nLi h3 a i{opacity: 0; margin-top: -20px;}
.headerBox.on .header .nav .nLi .navSub{ top: 70px;}

.header .searchIcon{ position: absolute; top: 50%; right: 2.97%; transform: translateY(-50%); -webkit-transform: translateY(-50%); cursor: pointer;}
/*手机导航*/
.menu-btn{display: none; position: absolute; top: 50%; right: 6.6%; transform: translateY(-50%); -webkit-transform: translateY(-50%); cursor: pointer; width: 24px;height: 24px;font-size: 0; margin-left: 24px; cursor: pointer; transition: 0.5s; -webkit-transition: 0.5s;}
.menu-btn span{display: block;width: 100%;height: 3px;background-color: #666;transition: 0.5s ease-out;}
.menu-btn span:nth-child(2){margin: 7px 0;}

/*搜索弹窗*/
.searchTan{ display: none; border-radius: 8px; overflow: hidden;}
.searchTan form{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 90%; height: 50px; margin: auto; }
.searchTan form .text-input{ display: block; width: 100%; height: 100%; padding: 0 50px 0 10px; box-sizing: border-box; border: 1px solid #ccc; font-size: 16px; border-radius: 40px;}
.searchTan form .sub-btn{position: absolute; right: 0; top: 0; width: 52px; height: 52px; background:url(../images/icon_search.png) center no-repeat; background-size: 24px 24px; border: none;  border-radius: 50%;}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;background-image: none;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: "×";position: absolute;width: 30px;height: 30px;font-size: 30px;text-align: center;line-height: 26px;font-weight: bold; color: #c4c4c4; font-weight: bold;}

/*首页公用*/
.indexTitle{overflow: hidden;}
.indexTitle .title{ float: left; background: url(../images/indexTitleBg.png) no-repeat 0 0; background-size: cover; width: 341px; height: 130px;padding-left: 28px; box-sizing: border-box;}
.indexTitle .title h3{font-size: 33px; color: #0098e5; padding-top: 30px;}
.indexTitle .title h4{font-size: 20px; color: rgba(102,102,102,0.3); text-transform: uppercase; font-family: arial; font-weight: 300;}
.indexMore{display: block; width: 150px; height: 40px; text-align: center; line-height: 40px; border-radius: 20px; background: none; color: #666666; transition: 0.3s; border: 1px rgba(102,102,102,0.4) solid;}
.indexMore img{ margin-left: 4px; position: relative; top: 1px; transition: 0.3s; filter: brightness(0) invert(0.6);}
.indexMore:hover{ background: #2791b0; border-color: #2791b0; color: #fff;}
.indexMore:hover img{ filter: initial;}

/*第二屏*/
.partTwo{background: url(../images/part2Bg.png) no-repeat bottom left; background-size: cover;}
.partTwo .partTwoBox{ position: absolute; top: 0; right: 0; height: 100%; width: 54%; }
.partTwo .partTwoBox::before{ content: ""; position: absolute; top: 0; left: 0; height: 100vh; width: 354px; background: url(../images/cut.png) no-repeat bottom left; z-index: 14;}
.partTwo .partTwoBox .item{height: 100vh;}
.partTwo .partTwoBox .box{ position: absolute; bottom: 180px; left: 2.6%;  z-index: 20;}
.partTwo .partTwoBox .box .item{position: relative; width: 110px; height: 110px; border-radius: 50%; background: #fff;box-sizing: border-box;box-shadow: 0 0 3px rgba(35,35,35,0.11); z-index: 1; transition: 0.4s; cursor: pointer; margin: 18px 0;}
.partTwo .partTwoBox .box .item::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(27,170,201,0.2); border-radius: 50%; z-index: -1; opacity: 0; transition: 0.4s;}
.partTwo .partTwoBox .box .item i{position: absolute; top: 7px; left: 7px; display: block; width: 96px; height: 96px; border-radius: 50%; }
.partTwo .partTwoBox .box .item:hover{background: #1baac9;}
.partTwo .partTwoBox .box .item:hover::before{opacity: 1; transform: scale(1.2); -webkit-transform: scale(1.2); transform-origin: center;}
.partTwo .partTwoBox .box .item.on{background: #1baac9;}
.partTwo .partTwoBox .box .item.on::before{opacity: 1; transform: scale(1.2); -webkit-transform: scale(1.2); transform-origin: center;}
.partTwo .partTwoBox .box .item:nth-child(3){left: 37%;}
.partTwo .partTwoBox .box .item:nth-child(2){left: 74%;}
.partTwo .partTwoBox .box .item:nth-child(1){left: 111%;}
.partTwo .w1440{ height: 100vh;}
.partTwo .textBox{position: relative; width: 48%; top: 54%; z-index: 15; }
.partTwo .textBox .indexTitle > img{ max-width: calc(100% - 344px);}
.partTwo .textBox .swiperText{ width: 78%; margin-top: 50px; overflow: hidden;}
.partTwo .textBox .swiperText .swiper-slide{ opacity: 0 !important; transition: 0.3s;}
.partTwo .textBox .swiperText .swiper-slide.swiper-slide-active{opacity: 1 !important;}
.partTwo .textBox .swiperText .swiper-slide .word{height: 288px; -webkit-line-clamp: 9;}
.word{font-size: 16px; color: #515151; line-height: 32px; text-align: justify; }
.word table{ max-width: 100%;}
.word img{ max-width: 100%; height: auto !important;}
.word table.xitong td,.word table.xitong td img,.word table.xitong td p a{ transition: 0.3s;}
.word table.xitong td:hover{background: #0092f9 !important;}
.word table.xitong td:hover img{filter: brightness(0) invert(1);}
.word table.xitong td:hover p a{ color: #fff;}
.partTwo .textBox .swiperText .swiper-slide .indexMore{ margin-top: 30px;}

/*第三屏*/
.partThree{background: url(../images/part3Bg.jpg) no-repeat center bottom; background-size: cover;}
.partBox .w1440{ height: 100vh;} 
.partBox .w1440 > .box{ position: relative; top: 52%;}
.partThree .left ul{ margin-left: 66px;}
.partThree .left ul li{ overflow: hidden;}
.partThree .left ul li:last-child a::before{ display: none;}
.partThree .left ul li:nth-child(2) a{color: #19c4b6;}
.partThree .left ul li:nth-child(3) a{color: #71af10;}
.partThree .left ul li:nth-child(4) a{color: #efa505;}
.partThree .left ul li:nth-child(5) a{color: #e60957;}
.partThree .left ul li a{position: relative; display: block; font-size: 20px; color: #0054ad; line-height: 72px; margin-left: -40px; transition: 0.4s;}
.partThree .left ul li a::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 160px; height: 1px; background: #eaeded; transition: 0.4s;}
.partThree .left ul li a em{ font-weight: bold; padding-right: 12px;}
.partThree .left ul li a img{vertical-align: middle; margin-right: 14px; transition: 0.4s; opacity: 0;}
.partThree .left ul li a:hover{ margin-left: 0; color: #2791b0;}
.partThree .left ul li a:hover img{ opacity: 1;}
.partThree .left ul li a:hover::before{ background: #2791b0; width: 197px;}
.partThree .left ul li.on a{ margin-left: 0; color: #2791b0;}
.partThree .left ul li.on a img{ opacity: 1;}
.partThree .left ul li.on a::before{ background: #2791b0; width: 197px;}
.partBox .left .indexMore{ margin-left: 66px; margin-top: 28px;}
.partThree .centerBox{width: 49%; height: 100%; }
.partThree .center{width: 100%; height: 100%; background: url(../images/yuan.png) no-repeat center; overflow: hidden;}
.partThree .center .part3scoll{position: relative; height: 100%; overflow: hidden;}
.partThree .center > .swiper-wrapper > .swiper-slide{ display: block; opacity: 0 !important;}
.partThree .center > .swiper-wrapper > .swiper-slide.swiper-slide-active{opacity: 1 !important;} 
.partThree .center .swiper-slide>img{position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width: 100%; max-height: 340px;}
.partThree .center .btn{ position: absolute; top: 20%; right: 28%; width: 76px; text-align: center; height: 42px; line-height: 42px; border-radius: 20px; background: #1da7cf; color: #fff; text-transform: uppercase; font-size: 12px; transition: 0.3s;}
.partThree .center .btn img{ position: relative; top: -1px; margin-left: 4px; transition: 0.3s;}
.partThree .center .btn.prev{ left: auto; top: calc(20% + 48px);}
.partThree .center .btn:hover{width: 90px;}
.partThree .right{ max-width: 332px;}
.partThree .right .word{ margin-top: 62px; margin-left: 20px;}

/*第四屏*/
.partFour{background: url(../images/partFourBg.jpg) no-repeat center; background-size: cover;}
.partFour .box .left ul{ margin-left: 70px; background: url(../images/titleBg.png) no-repeat 0 0; padding: 14px 0;}
.partFour .box .left ul li{line-height: 58px;}
.partFour .box .left ul li a{position: relative; font-size: 20px; color: rgba(68,68,68,0.8); padding-left: 50px; transition: 0.4s;}
.partFour .box .left ul li a img{filter: brightness(0) invert(0.6); transition: 0.3s; margin-left: 17px;}
.partFour .box .left ul li a::before{content: ""; position: absolute; top: 50%; left: 20px; width: 0; height: 2px; margin-top: -1px; background: #0098e5; transition: 0.4s;}
.partFour .left .indexMore{ margin-left: 70px; margin-top: 10px;}
.partFour .box .left ul li a:hover{padding-left: 60px; color: #0098e5; font-weight: bold;}
.partFour .box .left ul li a:hover::before{width: 30px;}
.partFour .box .left ul li a:hover img{filter: none;}
.partFour .box .left ul li.on a{padding-left: 60px; color: #0098e5; font-weight: bold;}
.partFour .box .left ul li.on a::before{width: 30px;}
.partFour .box .left ul li.on a img{filter: none;}

.partFour .box .right{max-width: 1082px; width: calc(100% - 360px); overflow: hidden;}
.partFour .box .right .picBox{ display: block; width: 420px; background: #fff; padding: 26px 26px 20px 26px; box-sizing: border-box;}
.partFour .box .right .picBox .pic{ overflow: hidden;box-shadow: 0 0 5px #e5e5e5;}
.partFour .box .right .picBox .pic em{ display: block; padding-bottom: 66.75%;}
.partFour .box .right .picBox h3{font-size: 18px; color: #262626; line-height: 24px; height: 48px; font-weight: normal; margin: 20px 0 12px 0;}
.partFour .box .right .picBox p{color: #717171; line-height: 22px; height: 66px;}
.partFour .box .right .picBox .time{position: relative; font-family: arial; position: relative;}
.partFour .box .right .picBox .time b{display: block; font-size: 24px; color: #717171; margin-top: 12px; transition: 0.3s;}
.partFour .box .right .picBox .time i{color: #999999;}
.partFour .box .right .picBox .time span{position: absolute; top: 0; right: 0; display: block; width: 39px; height: 39px; transition: 0.3s; -webkit-transition: 0.3s; background: url(../images/jian.png) no-repeat 0 0;}
.partFour .box .right .picBox:hover h3{color: #006ada;}
.partFour .box .right .picBox:hover .time b{color: #df0d45;}
.partFour .box .right .picBox:hover .time span{background: url(../images/jianOn.png) no-repeat 0 0;}
.partFour .box .right .list{ width: calc(100% - 444px); border-top: 1px #d2d3d3 solid;}
.partFour .box .right .list ul li a{position: relative; display: block; overflow: hidden; padding: 14px 24px 22px 34px; box-sizing: border-box; border-bottom: 1px #d2d3d3 solid;}
.partFour .box .right .list ul li a::before{ content: ""; position: absolute; top: 27px; left: 14px; width: 5px; height: 5px; border-radius: 50%; background: #dddddd; transition: 0.3s;}
.partFour .box .right .list ul li a .text{ width: calc(100% - 104px);}
.partFour .box .right .list ul li a .text h3{ font-size: 16px; color: #0f0f0f; height: 40px; line-height: 40px; font-weight: normal;}
.partFour .box .right .list ul li a .text p{ line-height: 22px; color: #717171; height: 44px; margin-top: 2px;}
.partFour .box .right .list ul li a .time{position: relative; margin-top: 14px; font-family: arial; padding-left: 22px;}
.partFour .box .right .list ul li a .time::before{ content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 64px; background: #e1e5e7; }
.partFour .box .right .list ul li a .time b{display: block; font-size: 24px; color: #717171; transition: 0.3s;-webkit-transition: 0.3s;}
.partFour .box .right .list ul li a .time i{color: #999999;}
.partFour .box .right .list ul li a .time em{display: block; width: 30px; height: 4px; background: url(../images/right4.png) no-repeat right top; margin-top: 14px; transition: 0.3s;-webkit-transition: 0.3s;}
.partFour .box .right .list ul li a:hover{background: #fff; box-shadow: 0 0 3px rgba(223,13,69,0.1); border-color: #fff;}
.partFour .box .right .list ul li a:hover::before{background: #006ada;}
.partFour .box .right .list ul li a:hover h3{color: #006ada;}
.partFour .box .right .list ul li a:hover .time b{color: #df0d45;}
.partFour .box .right .list ul li a:hover .time em{background-position: left top;}

/*第五屏*/
.partFive{background: url(../images/partFiveBg.jpg) no-repeat center; background-size: cover;}
.partFive .partFiveT{ overflow: hidden;}
.partFive .indexProBox{ position: relative; margin-top: 34px;}
.partFive .indexPro{ overflow: hidden; padding-top: 32px;}
.partFive .indexPro a{ display: block; }
.partFive .indexPro a .box{background: #fff; padding: 22px;}
.partFive .indexPro a .pic em{display: block; padding-bottom: 54.2%;}
.partFive .indexPro a .text h3{font-size: 18px; color: #343434; font-weight: normal; height: 28px; line-height: 28px; margin-top: 10px;}
.partFive .indexPro a .text p{ line-height: 24px; color: #666666; height: 48px; margin-top: 8px;}
.partFive .indexPro a .time{position: relative; font-family: arial; position: relative;}
.partFive .indexPro a .time b{display: block; font-size: 24px; color: #393939; margin-top: 12px; font-weight: normal;}
.partFive .indexPro a .time i{color: #999999;}
.partFive .indexPro a .time span{position: absolute; top: 0; right: 0; display: block; width: 39px; height: 39px; transition: 0.3s; -webkit-transition: 0.3s; background: url(../images/jian.png) no-repeat 0 0;}
.partFive .indexPro a:hover .box{box-shadow: 0 0 14px rgba(0,63,95,0.25); transform: translateY(-18px);}
.partFive .indexPro a:hover .text h3{color: #006ada;}
.partFive .indexPro a:hover .time b{ color: #df0d45;}
.partFive .indexPro a:hover .time span{ background: url(../images/jianOn.png) no-repeat 0 0;}

.partFive .indexProBox .btn{width: 17px; height: 33px; background: url(../images/jianLeft.png) no-repeat 0 0; left: -38px; filter: brightness(0) invert(0.7); transition: 0.3s; margin-top: 0;}
.partFive .indexProBox .btn.next{left: auto; right: -38px; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.partFive .indexProBox .btn:hover{filter: none;}

/*第六屏*/
.partSix{background: url(../images/partSixBg.jpg) no-repeat left bottom; background-size: cover;}
.partSix .partSixT{ overflow: hidden;}
.partSix .partSixT img.fr{ margin-top: 18px;}
.partSix .indexLogo{ padding-bottom: 46px; position: relative; overflow: hidden; margin-top: 36px;}
.partSix .indexLogo a{ display: block; position: relative; background-color: #fff; padding-bottom: 55.87%;}
.partSix .indexLogo a img{ display: block; max-width: 100%; max-height: 100%;}
.partSix .indexLogo .btn{ bottom: 0;}
.partSix .indexLogo .swiper-pagination-bullet{position: relative; width: 8px; height: 8px; background: #1baac9; opacity: 1; margin: 0 8px !important;}
.partSix .indexLogo .swiper-pagination-bullet::before{ content: ""; position: absolute; top: -4px; left: -4px; width: 16px; height: 16px; background: rgba(66,205,235,0.3); border-radius: 50%; opacity: 0; transition: 0.3s;}
.partSix .indexLogo .swiper-pagination-bullet-active::before{opacity: 1;}

/*footer*/
.partSeven{ height: auto !important;}
.footer .footerT{ overflow: hidden; background: url(../images/footerBg.jpg) no-repeat right top; background-size: cover;}
.footer .footerT .ma{float: left; width: 14.6%; min-width: 200px; text-align: center; background: rgba(0,0,0,0.4); padding: 46px 0 20px 0;}
.footer .footerT .ma img{ margin-bottom: 10px; width: 139px;}
.footer .footerT .ma p{ line-height: 18px; color: #fff;}
.footer .footerT .center { width: calc(100% - 570px); overflow: hidden; padding-top: 46px;}
.footer .footerT .center dl{ float: left; width: 11.6%; padding-left:4.4%; box-sizing: border-box;}
.footer .footerT .center dl a{position: relative; color: rgba(255,255,255,0.9);}
.footer .footerT .center dl a::before{ content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 1px; background: #fff; transition: 0.3s; -webkit-transition: 0.3s;}
.footer .footerT .center dl a:hover::before{ width: 100%; left: 0;}
.footer .footerT .center dl dd a{ font-size: 13px; line-height: 26px; font-weight: 300;}
.footer .footerT .center dl dt{ margin-bottom: 18px;}
.footer .footerT .center dl dt a{ color: #fff;}
.footer .footerT .right{ position: relative; width: 273px; padding-top: 46px;}
.footer .footerT .right::before{ content: ""; position: absolute; top: 46px; left: 0; width: 2px; height: 185px; background: url(../images/fLine.png) no-repeat 0 0;}
.footer .footerT .right a{ display: block; width: 134px; height: 36px; text-align: center; line-height: 36px; border: 1px rgba(131,131,131,0.5) solid; border-radius: 10px; margin: 0 auto; margin-bottom: 11px; font-size: 14px; font-weight: 300; color: #fff; transition: 0.3s;}
.footer .footerT .right a img{ vertical-align: middle; margin-right: 4px;}
.footer .footerT .right a:hover{ background: #1baac9; border-color: #1baac9;}
.footer .footerB{text-align: center; color: rgba(255,255,255,0.7); font-size: 13px; background: #171717; padding: 18px 0;}
.footer .footerB a{ color: rgba(255,255,255,0.7);}

/*网站建设中*/
.buildBox{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: url(../images/buildBg.jpg) no-repeat center bottom; background-size: cover;}
.buildBox .box h3{ font-size: 40px; color: #666;}

/*右侧*/
.rightFixed{ position: fixed; top: 50%; right: 22px; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #fff; border-radius: 35px; z-index: 30; width: 70px; text-align: center; padding: 20px 0;}
.rightFixed .item{position: relative; display: block; padding: 18px 0; opacity: 0.6; transition: 0.3s; cursor: pointer;}
.rightFixed .item .box{ display: none; position: absolute; top: 0; right: 100%; padding-right: 10px; transition: 0.3s;}
.rightFixed .item .box .pic{ background: #fff; border: 10px #fff solid; border-radius: 10px;}
.rightFixed .item .box img{ display: block; width: 120px; height: 120px; max-width: none;}
.rightFixed .item .box::before{ content: ""; position: absolute; top: 50%; right: 4px; width: 0; height: 0; border-left: 6px solid #fff;
 border-bottom: 6px solid transparent; border-top: 6px solid transparent; margin-top: -6px;}
.rightFixed .item::before{ content: ""; position: absolute; top: 0; left: 50%; width: 30px; height: 1px; background: #b8b8b8; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.rightFixed .item span{ display: block; font-size: 13px; color: #2a2a2a; margin-top: 4px;}
.rightFixed .item:first-child::before{ display: none;}
.rightFixed .item:hover{opacity: 1;}
.rightFixed .item:hover .box{ display: block;}
.rightFixed .item.phoneItem .box{ width: 238px; }
.rightFixed .item.phoneItem .box .p{background: #fff; padding: 10px 0 10px 20px; border-radius: 10px; font-size: 15px; color: #368ae2; line-height: 32px; text-align: left;}

/*内页通用*/
.nyBan{padding-top: 140px;}
.nyBan em{display: block; padding-bottom: 18.23%;}
.nyNav{height: 70px; line-height: 70px; border-bottom: 1px #d2d2d2 solid; background: #fff;}
.nyNav .w1440{ position: relative; height: 100%;}
.nyNav .name{ position: absolute; bottom: -1px; left: 0; padding: 0 34px; height: 90px; line-height: 90px; background: #006ada; color: #fff; font-size: 26px; font-weight: bold; z-index: 1;}
.nyNav .name::after{ content: ""; position: absolute; top: 0; right: -10px; width: 10px; height: 19px; background: url(../images/nameIcon.png) no-repeat 0 0; z-index: -1;}
.nyNav .nav{ margin-left: 245px; color: #111111; font-size: 0;}
.nyNav .nav a{display: inline-block; font-size: 20px; padding: 0 30px; transition: 0.3s; -webkit-transition: 0.3s;}
.nyNav .nav a:hover{color: #fff; background: #0098e5;}
.nyNav .nav a.on{color: #fff; background: #0098e5;}
.nyTitle{ text-align: center;}
.nyTitle h3{position: relative; font-size: 26px; color: #343434; line-height: 30px; padding-bottom: 22px;}
.nyTitle h3::before{ content: ""; position: absolute; bottom: 0; left: 50%; width: 40px; height: 4px; background: #bb0003; margin-left: -20px;}
/*关于我们*/
.aboutOne{position: relative; background: url(../images/aboutOneBg.jpg) no-repeat center; background-size: cover;}
.aboutOne .aboutImg{ position: absolute; top: 0; right: 0; width: 43.75%; height: 100%;}
.aboutOne .nyTitle{ margin-bottom: 42px;}
.aboutOne .nyTitle h3{ text-align: left;}
.aboutOne .nyTitle h3::before{left: 0; margin-left: 0;}
.aboutOne .text{ width: 52.78%; padding: 68px 0 96px 0;}
.aboutOne .word p{margin-top: 12px;}
.aboutTwo{background: url(../images/aboutTwoBg.jpg) no-repeat center; background-size: cover; padding: 62px 0 50px 0;}
.aboutTwo .word{ margin-top: 34px;}
.aboutTwo .word table{ width: 100% !important;}
.aboutTwo .box{ margin-top: 30px; padding: 0 7.29%;}
.aboutTwo .box .item{ width: 49.1%;}
.aboutTwo .box .item .pic{ background: rgba(7,137,219,0.1); padding: 27px;}
.aboutTwo .box .item .pic em{ display: block; width: 100%; padding-bottom: 55.25%;}
.aboutTwo .box .item p{ text-align: center; height: 32px; line-height: 32px; margin-top: 20px; font-size: 20px; color: #0097cf;}
.aboutThree{background: url(../images/aboutThreeBg.jpg) no-repeat center; padding: 65px 0 70px 0; background-size: cover;}
.aboutThree .aboutThreeBox{ position: relative; margin-top: 76px;}
.aboutThree .box{position: relative; overflow: hidden; height: 648px; margin-top: 42px;}
.aboutThree .box::before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: url(../images/historyLine.png) no-repeat 0 0;}
.aboutThree .box li{position: relative;}
.aboutThree .box li::before{ content: ""; position: absolute; top:calc(50% - 8px); left: 50%; transform: translate(-50%,-50%); width: 18px; height: 18px; border: 1px #7468f0 solid; border-radius: 50%;}
.aboutThree .box li::after{ content: ""; position: absolute; top:calc(50% - 8px); left: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; background: #7468f0; border-radius: 50%;}
.aboutThree .box li .item{position: relative; float: left; width: 50%; padding-right: 114px; text-align: right; box-sizing: border-box; color: #7468f0;}
.aboutThree .box li .item::before{ content: ""; position: absolute; top: 45px; right: 9px; width: 195px; height: 1px; background: #7468f0;}
.aboutThree .box li:nth-child(2n) .item{ float: right; text-align: left; padding-left: 114px;}
.aboutThree .box li:nth-child(2n) .item::before{right: auto; left: 9px;}
.aboutThree .box li .item .data{ font-size: 18px; }
.aboutThree .box li .item .data i{ font-size: 32px; font-family: "Roboto-Bold";}
.aboutThree .box li .item .text{font-size: 18px; line-height: 26px; margin-top: 18px; height: 52px; overflow-y: auto;}
.aboutThree .box li:nth-child(6n+1)::before{border-color: #7468f0;}
.aboutThree .box li:nth-child(6n+1)::after{background: #7468f0;}
.aboutThree .box li:nth-child(6n+1) .item{ color: #7468f0;}
.aboutThree .box li:nth-child(6n+1) .item::before{ background: #7468f0;}
.aboutThree .box li:nth-child(6n+2)::before{border-color: #cc5ed3;}
.aboutThree .box li:nth-child(6n+2)::after{background: #cc5ed3;}
.aboutThree .box li:nth-child(6n+2) .item{ color: #cc5ed3;}
.aboutThree .box li:nth-child(6n+2) .item::before{ background: #cc5ed3;}
.aboutThree .box li:nth-child(6n+3)::before{border-color: #df104b;}
.aboutThree .box li:nth-child(6n+3)::after{background: #df104b;}
.aboutThree .box li:nth-child(6n+3) .item{ color: #df104b;}
.aboutThree .box li:nth-child(6n+3) .item::before{ background: #df104b;}
.aboutThree .box li:nth-child(6n+4)::before{border-color: #eb1400;}
.aboutThree .box li:nth-child(6n+4)::after{background: #eb1400;}
.aboutThree .box li:nth-child(6n+4) .item{ color: #eb1400;}
.aboutThree .box li:nth-child(6n+4) .item::before{ background: #eb1400;}
.aboutThree .box li:nth-child(6n+5)::before{border-color: #f17c00;}
.aboutThree .box li:nth-child(6n+5)::after{background: #f17c00;}
.aboutThree .box li:nth-child(6n+5) .item{ color: #f17c00;}
.aboutThree .box li:nth-child(6n+5) .item::before{ background: #f17c00;}
.aboutThree .box li:nth-child(6n+6)::before{border-color: #3dcb87;}
.aboutThree .box li:nth-child(6n+6)::after{background: #3dcb87;}
.aboutThree .box li:nth-child(6n+6) .item{ color: #3dcb87;}
.aboutThree .box li:nth-child(6n+6) .item::before{ background: #3dcb87;}
.aboutThree .aboutThreeBox .btn{ width: 29px; height: 15px; background: url(../images/hisDown.png) no-repeat 0 0; background-size: contain; filter: brightness(0) invert(0.6); transition: 0.3s;}
.aboutThree .aboutThreeBox .btn.swiper-button-next{top: auto; bottom: -36px; right: 50%; margin: 0 -14px 0 0;}
.aboutThree .aboutThreeBox .btn.swiper-button-prev{top: -40px; left: 50%; margin: 0 0 0 -14px; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.aboutThree .aboutThreeBox .btn:hover{filter: initial;}
.aboutFour{background: url(../images/aboutFourBg.jpg) no-repeat center; padding: 65px 0 62px 0; background-size: cover;}
.aboutFour .box{ display: flex; justify-content: space-between; margin-top: 44px;}
.aboutFour .box .list{position: relative; overflow: hidden; width: 51.1%; padding-bottom: 40px;}
.aboutFour .box .list p{height: 58px; line-height: 58px; border-bottom: 1px #ebebeb dashed; font-size: 18px; color: #343434; cursor: pointer;}
.aboutFour .box .list p i{display: inline-block; width: 0; height: 3px; background: #2caace; position: relative; top: -6px; }
.aboutFour .box .list p.on{color: #0098e5; }
.aboutFour .box .list p.on i{ width: 20px; margin-right: 10px;}
.aboutFour .box .list p:hover{color: #0098e5; }
.aboutFour .box .list p:hover i{ width: 20px; margin-right: 10px;}
.aboutFour .box .list .btn{bottom: 0;}
.aboutFour .box .pic{position: relative; width: 36.8%; z-index: 1; margin:20px 0 20px 0;}
.aboutFour .box .pic::before{content: ""; position: absolute; top: 32px; left: 0; width: calc(100% - 24px); height: calc(100% - 52px); background: #2caace; z-index: -1;}
.aboutFour .box .pic img{display: block; margin: 0 auto; max-width: calc(100% - 34px); margin-left: 34px; max-height: calc(100% - 76px);}
.aboutFour .box .pic p{position: absolute; bottom: 24px; left: 0; width: 100%; box-sizing: border-box; height: 74px; line-height: 74px; padding: 0 52px 0 34px; font-size: 18px; color: #ffffff;}


/*图片列表*/
.inpageCon{background: #f3f3f3; padding-top: 72px; padding-bottom: 60px;}
.picList{ padding-bottom: 30px;}
.picList li{float: left; width: 31.87%; margin-right: 2.195%; background: #fff; margin-bottom: 30px;}
.picList li:nth-child(3n){ margin-right: 0;}
.picList li a{ display: block;}
.picList li a .pic{position: relative; padding-bottom: 58.17%; background: #f9fdff; overflow: hidden;}
.picList li a .pic img{ display: block; min-width: 100%; }
.picList li a p{height: 72px; line-height: 72px; text-align: center; padding: 0 10px; font-size: 18px; color: #343434;}
.picList li a .pic .text{ position: absolute; bottom: -100%; left: 0; width: 100%; height: 100%; background: rgba(9,90,166,0.8); color: #fff; padding: 0 10%; box-sizing: border-box; text-align: center;}
.picList li a .pic .text h3{ font-size: 18px; padding-top: 42px; line-height: 26px; height:26px;}
.picList li a .pic .text h4{ font-weight: normal; font-size: 16px; line-height: 26px; height: 52px; margin-top: 24px;}
.picList li a .pic .text span{ display: block; margin: 50px auto 0 auto; width: 150px; height: 40px; line-height: 40px; text-align: center; border: 1px rgba(181,181,181,0.5) solid; border-radius: 20px;}
.picList li a:hover{box-shadow: 0 0 14px rgba(0,63,95,0.25);}
.picList li a:hover .text{ bottom: 0;}
.picList li a:hover p{color: #006ada;}

/*页码*/
.page{ text-align: center;}
.page *{ display: inline-block; height: 38px; line-height: 38px; padding: 0 18px; border: 1px #dddddd solid; margin: 0 2px; color: #222; transition: 0.3s;}
.page input{ width: 40px; text-align: center; padding: 0; background: none;}
.page a.on{background: #df0d45; border-color: #df0d45; color: #fff;}
.page a:hover{background: #df0d45; border-color: #df0d45; color: #fff;}
.page span{ border: none; padding: 0;}

/*产品详情*/
.whiteBg{ background: #fff; padding: 50px 70px; box-sizing: border-box;min-height: 500px;}

.contBox{ background: url(../images/picBg.png) no-repeat center 0; background-size: 100% auto;}
.contBox .picTop{display: flex; justify-content: space-between; position: relative; padding: 74px 5% 74px 4%;}
.contBox .picTop .product{ position: relative; width: 50%;}
.contBox .picTop .product img{ display: block; max-width: 80%; max-height: 100%;}
.contBox .picTop .text{ width: 44%; min-height: 250px;}
.contBox .picTop .text h3{ font-size: 30px; color: #343434;}
.contBox .picTop .text h4{ font-size: 20px; color: #343434; margin-top: 12px; padding-bottom: 26px;}
.contBox .picTop .text p{line-height: 24px; color: #666666; font-size: 16px; margin-top: 25px;}
.contBox .picBtm{ margin: 0 40px; background: #fff; padding: 90px 74px;}

/*图片新闻*/
.newPicList{ background: none; padding-bottom: 26px;}
.newPicList li{float: left; width: 31.87%; margin-right: 2.195%; margin-bottom: 34px;}
.newPicList li:nth-child(3n){ margin-right: 0;}
.newPicList .indexPro{ padding-top: 0; overflow: initial;}
.newPicList .indexPro a .box{padding: 32px;}
.newPicList .indexPro a .time{ padding-bottom: 20px; }
.newPicList .indexPro a .time b{margin-top: 60px;}
.newPicList .indexPro a .text p{ margin-top: 16px;}
.newPicList .indexPro a .text h3{ margin-top: 16px;}

/*新闻详情*/
.contNews{ background: none;}
.contNews .contNews_title{margin-bottom: 40px;}
.contNews .contNews_title h3{ line-height: 42px; color: #262626; font-size: 26px; text-align: center; padding: 0 6%; margin-bottom: 25px;} 
.contNews .contNews_title h4{position: relative; font-weight: normal; padding: ; line-height: 20px; padding: 30px 0; border-top: 1px #eee solid; border-bottom: 1px #eee solid;;}
.contNews .contNews_title h4>span{ display: inline-block; color: #717171; margin-right: 30px;}

.contWord{color: #262626;}
.contWord table figcaption{text-align: center;}
.contWord p{margin:5px auto;}
.inpageLike{ display: flex; justify-content: space-between; margin-top: 70px; padding-top: 38px; border-top: 1px #eee solid; line-height: 30px;}
.inpageLike a{ font-size: 16px; color: #262626; display: block;  transition: 0.3s;}
.inpageLike .linkItem{ width: 43.6%;}
.inpageLike .btn{ padding: 0 2%; border-left: 1px #eee solid; border-right: 1px #eee solid;}
.inpageLike .btn img{ position: relative; top: 3px; margin-left: 6px; filter: brightness(0) invert(.5); transition: .3s;}
.inpageLike .linkItemRight{text-align: right;}
.inpageLike a:hover{ color: #006ada;}
.inpageLike a:hover img{filter: initial;}
.share-wrap{ height: 26px; line-height: 26px; padding-right: 3%;}
.share-wrap a{ display: inline-block; margin-left: 6px;}
.share-wrap a img{position: relative; top: 2px; margin-left: 8px; transition: 0.3s; filter: brightness(0) invert(0.6);}
.share-wrap a.weixin-btn img{ margin-left: 0;}
.share-wrap a img:hover{filter: initial;}


/*公告列表*/
.noticeList{ padding-bottom: 30px;}
.noticeList li{margin-bottom: 30px;}
.noticeList li a{display: block; background: #fff; padding: 20px; height: 120px;}
.noticeList li a .tit{position: relative; width: 210px; height: 100%; text-align: center;}
.noticeList li a .tit span{display: block; position: absolute; top: 50%; left: 0; transform: translateY(-50%); padding: 0 10px; box-sizing: border-box; width: 100%; font-size: 30px; color: #fff; font-weight: bold;}
.noticeList li a .text{ width: calc(100% - 400px); margin-left: 36px; padding-right: 2%; box-sizing: border-box;}
.noticeList li a .text h3{ height: 48px; line-height: 48px; font-size: 20px; color: #343434; font-weight: normal; margin-top: 5px;}
.noticeList li a .text p{ color: #666666; line-height: 24px; height: 48px;}
.noticeList li a .time{ position: relative; width: 150px; padding-left: 40px; box-sizing: border-box;font-family: "Roboto-Regular";}
.noticeList li a .time::before{content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 74px; background: #dcdcdc; transform: translateY(-50%);}
.noticeList li a .time b{ font-size: 30px; color: #df0d45; font-weight: normal; }
.noticeList li a:hover{box-shadow: 0 0 14px rgba(0,63,95,0.25);}
.noticeList li a:hover .text h3{color: #006ada;}

/*信息列表*/
.infortList{ padding-bottom: 30px;}
.infortList li{ float: left; width: 48.96%; margin-bottom: 30px;}
.infortList li:nth-child(2n){ float: right;}
.infortList li a{ display: block; padding:21px 32px 28px 32px; background: #fff;}
.infortList li a h3{height: 64px; line-height: 64px; font-weight: normal; font-size: 20px; color: #343434;}
.infortList li a p{line-height: 24px; height: 48px; color: #666666;}
.infortList li a .time{position: relative; font-family: arial; position: relative; }
.infortList li a .time b{display: block; font-size: 30px; color: #393939; margin-top: 38px; font-weight: normal;  transition: 0.3s; -webkit-transition: 0.3s; font-family: arial;}
.infortList li a .time i{color: #999999;}
.infortList li a .time span{position: absolute; top: 0; right: 0; display: block; width: 39px; height: 39px; transition: 0.3s; -webkit-transition: 0.3s; background: url(../images/jian.png) no-repeat 0 0;}
.infortList li a:hover{box-shadow: 0 0 14px rgba(0,63,95,0.25);}
.infortList li a:hover .text h3{color: #006ada;}
.infortList li a:hover .time span{ background: url(../images/jianOn.png) no-repeat 0 0;}

/*下载列表*/
.downloadBox{ background: #fff; padding: 0 30px 20px 30px; margin-bottom: 60px;}
.download{width: 100%; border-collapse: collapse; overflow: hidden;}
.download th{ font-size: 18px; color: #666666; line-height: 78px; border-bottom: 1px #d2d2d2 solid;}
.downloadBox .name{ font-size: 0; line-height: 68px; border-bottom: 1px #d2d2d2 solid;}
.downloadBox .name span{display: inline-block; font-size: 18px; color: #666; font-weight: bold; width: 140px; text-align: center;}
.downloadBox .name span:first-child{ width: calc(100% - 440px); text-align: left; margin-right: 20px;}
.downloadBox .list li{ line-height: 76px; height: 76px;}
.downloadBox .list li a{float: left; display: block; width:140px; text-align: center;}
.downloadBox .list li .tit{ width: calc(100% - 440px); margin-right: 20px; font-size: 18px; color: #343434; height: 100%; text-align: left;}
.downloadBox .list li .tit img{ position: relative; top: 5px; margin-right: 10px;display:none;}
.downloadBox .list li .time{ float: left; font-size: 18px; color: #666; width: 140px; text-align: center;}
.downloadBox .list li .tit:hover{ color: #006ada;}

/**/
.qmbkOne{ padding-bottom: 82px;}
.qmbkOne .box{ position: relative; margin-top: 40px; overflow: hidden; padding-bottom: 80px;}
.qmbkOne .box ul li{ width: auto; margin: 0;}
.qmbk .box .btn{ bottom: 0;}
.qmbk .box .btn span{position: relative; background: rgba(0,172,215,0.3); opacity: 1; transition: 0.3s; margin: 0 7px !important;}
.qmbk .box .btn span::before{ content: ""; position: absolute; top: -4px; left: -4px; width: 16px; height: 16px; background: rgba(0,172,215,0.5); opacity: 0; transition: 0.3s; border-radius: 50%;}
.qmbk .box .btn span.swiper-pagination-bullet-active{background: #00acd7;}
.qmbk .box .btn span.swiper-pagination-bullet-active::before{opacity: 1;}
.qmbkTwo{background: #fff; padding: 54px 0 72px 0;}
.qmbkTwo .box{position: relative; overflow: hidden; padding-bottom: 62px; margin-top: 35px;}
.qmbkTwo .box .item{ overflow: hidden;}
.qmbkTwo .box .item a{float: left; display: flex; width: 49.3%; height: 90px; line-height: 90px; background: #f6f6f6; padding: 0 38px 0 26px ; box-sizing: border-box; overflow: hidden; align-items: center; margin-bottom: 20px;}
.qmbkTwo .box .item a:nth-child(2n){ float: right;}
.qmbkTwo .box .item a img{ margin-right: 10px; height: 20px;}
.qmbkTwo .box .item a p{flex: 1; font-size: 18px; color: #343434; padding-right: 20px;box-sizing: border-box;}
.qmbkTwo .box .item a i{ font-size: 18px; color: #666666;}
.qmbkTwo .box .item a:hover{ background: #00acd7;}
.qmbkTwo .box .item a:hover p{ color: #fff;}
.qmbkTwo .box .item a:hover i{ color: #fff;}
.qmbkThree{padding-top: 64px;}
.qmbkThree .box{overflow: hidden; position: relative; padding-top: 78px;}
.qmbkThree .box .next{width: 40px; height: 70px; right: 0; margin-top: -20px; background: url(../images/qmbkNext.png) no-repeat 0 0;}
.qmbkThree .box .prev{width: 40px; height: 70px; left: 0; margin-top: -20px; background: url(../images/qmbkNext.png) no-repeat 0 0; transform: rotate(180deg);}
.qmbkThree .box ul li{ width: auto; margin: 0;}

/*人才招聘*/
.recruitBoxCon .recruitBox {padding-bottom: 30px;}
.recruitBox .item{ background: #fff; padding: 0 32px; margin-bottom: 30px;}
.recruitBox .item .title{height: 90px; line-height: 90px;}
.recruitBox .item .title > .fl{ width: calc(100% - 280px);}
.recruitBox .item .title span{position: relative; display: block; font-size: 20px; color: #111111; padding-right: 24px; margin-right: 24px; max-width: calc(100% - 350px);}
.recruitBox .item .title span::after{ content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 14px; background: #dbdbdb; margin-top: -7px;}
.recruitBox .item .title i{font-size: 16px; color: #666666;} 
.recruitBox .item .title .fr .time{ font-size: 16px; color: #666666; margin-right: 50px;}
.recruitBox .item .title .fr em{ display: block; width: 120px; height: 36px; line-height: 36px; text-align: center; border-radius: 18px; background: #eaeaea; margin-top: 27px; font-size: 16px; color: #666666; cursor: pointer; transition: 0.3s;}
.recruitBox .item .title .fr em b{position: relative; font-weight: normal;}
.recruitBox .item .title .fr em b::before{ content: "展开";}
.recruitBox .item .title .fr em img{ width: 6px; height: 12px; transform: rotate(90deg); filter: brightness(0) invert(0.5);margin-left: 10px; transition: 0.3s;}
.recruitBox .item .textBox{display: none; border-top: 1px #ebebeb solid; padding-top: 20px; font-size: 16px; color: #666666; line-height: 24px; padding-bottom: 55px;}
.recruitBox .item .textBox .text{ padding-bottom: 40px;}
.recruitBox .item .textBox .tit{position: relative; height: 32px; line-height: 32px; font-size: 18px; color: #111111; margin-bottom: 6px; padding-left: 13px;}
.recruitBox .item .textBox .tit::before{ content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 16px; background: #757575; margin-top: -8px;}
.recruitBox .item .textBox p{padding-top: 14px;}
.recruitBox .item .textBox .tip{font-size: 22px; color: #db1d15; font-weight: bold; font-family: "SimSun",'宋体',"Songti SC";}
.recruitBox .item .btnBox{ margin-top: 78px;}
.recruitBox .item .btnBox .btn{display: inline-block; height: 40px; line-height: 40px; padding: 0 36px; border: 1px #db1d15 solid; border-radius: 20px; font-size: 16px; color: #db1d15; margin-right: 4px; transition: 0.3s;}
.recruitBox .item .btnBox .btn img{ margin-right: 10px; position: relative; top: 2px; transition: 0.3s;}
.recruitBox .item .btnBox .btn:hover{ background: #db1d15; color: #fff;}
.recruitBox .item .btnBox .btn:hover img{ filter: brightness(0) invert(1);}
.recruitBox .item.on .title span{color: #006ada;}
.recruitBox .item.on .title .fr em{background: #db1d15; color: #fff;}
.recruitBox .item.on .title .fr em b::before{ content: "收起";}
.recruitBox .item.on .title .fr em img{filter: none; transform: rotate(-90deg);}
/*联系我们*/
.contactBox{ background: url(../images/contactBg.jpg) no-repeat center; background-size: cover; padding-bottom: 170px;}
.contactTop{ display: flex; justify-content: space-between;}
.contactTop .item{position: relative; width: 33.333%; text-align: center; text-align: center;}
.contactTop .item::before{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 70px; background: #e5e5e5; transform: translateY(-50%);}
.contactTop .item:first-child::before{ display: none;}
.contactTop .item h3{font-size: 20px; color: #262626; margin: 28px 0 8px 0;}
.contactTop .item p{font-size: 16px; color: #717171;}
.contactTop .item .pic{display: inline-block; border: 1px #eeeeee solid; background: #fff; margin-bottom: 4px;}
.contactTop .item .pic img{ display: block; width: 140px;}
.contactTop .item.ma p{font-size: 16px;}
.contactBtm{ margin-top: 50px;}
.contactBtm ul{ display: flex; justify-content: space-between;}
.contactBtm ul li{width: 23.4%; background: rgba(255,255,255,0.5); box-shadow: 0 0 7px rgba(0,0,0,0.17); text-align: center; padding: 46px 0;}
.contactBtm ul li .nyTitle{margin-bottom: 34px;}
.contactBtm ul li .p{font-size: 16px; color: #444444; line-height: 30px; text-align: left; padding-left: 20%;}
.contactBtm ul li .p span{color: #03aec7; font-weight: bold;}
.contactBtm ul li .pic{display: inline-block; margin-top: 34px; border: 1px #eeeeee solid; background: #fff;}
.contactBtm ul li .pic img{ width: 96px;}
.contactBtm ul li p{ font-size: 12px; color: #999999; margin-top: 4px;}

/*简历表单*/
.onlinejlCon{ background: #fff; padding: 68px 0 77px 0;}
.onlinejlCon::-webkit-scrollbar{width: 5px;height: 5px;background: #eee;border-radius: 2px;}
.onlinejlCon::-webkit-scrollbar-thumb{background: #0098e5;border-radius: 2px;}
.onlinejl{width: 1220px;margin:0 auto; }
.onlie_tit{ display: flex; justify-content: space-between; align-items: center; max-width: 1220px; margin: 0 auto;}
.onlie_tit span{text-align: right;color: #666666; font-size: 16px;}
.onlinetit{text-align: center;font-size: 30px;color: #333;padding: 50px 0 20px 0;}
.onlinejl table{border-collapse: collapse;}
.ay_con{float: left;
    width: 30%;
    border: 1px solid #ccc;
    height: 220px;
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 10px 25px;}
.ay_con h5{font-weight: bold;font-size: 15px;}

.table_form td,.table_form th{border:1px solid #c8c8c8; font-weight: normal;}
.label1,.label2{width: 100%;font-size: 15px;color: #444;text-align: center;display: inline-block;line-height: 50px;}
.label2{line-height: 24px;width: auto;padding: 0 32px;}
.inpu_1{width: 98%;font-size: 15px;text-align: center;height: 50px;border:none;color: #444;}
.inpu_2,.inpu_3,.inpu_time{width: 34px;border:none; border-bottom: 1px solid #444444;font-size: 15px;color: #444;text-align: center;}
.inpu_2_span{margin: 0 auto;display: block;width: 103px;font-size: 15px;color: #444;}
.inpu_3_span{margin: auto;display: block;font-size: 15px;color: #444;width: 60px;}
.select1{font-size: 15px;color: #444;width: 90%;padding: 0 5%;margin: 0 0 0 5%;border:none;height: 50px;line-height: 50px;text-align: center;}
.select1 option{text-align: center; }
.photo{display: block;width: 100%;height: 140px;margin-bottom: 10px;text-align: center;}
.photo img{height: 100%;width: auto}
.input_photo{display: none;}
.input_photo_label{position: relative; cursor: pointer;color: #fff;background: #1baac9;font-weight: bold;display: inline-block;width: 80%;text-align: center;line-height: 30px;margin: 0 10%;}
.input_photo_label input{position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%;}
.xueli{color: #444;font-size: 15px;line-height: 50px;}
.xueli input{margin-right: 10px;float: left;margin: 18px 10px 0 0;}
.xueli label{float: left;margin-left: 40px;}
.inpu_4_span{padding: 0 20px;display:block;}
.inpu_4{width: 70%;border:none; border-bottom: 1px solid #444444;font-size: 15px;color: #444;text-indent: 10px;}
.select2{margin: 0 20px;}
.select2 select{border:none;width: 42%;height: 50px;border:none;font-size: 15px;color: #444;}
.select2 select:first-child{margin-left: 0;}
.inpu_5_span{width: 153px;display: block;margin: auto;}
.xz{margin-left: 30px;}
.xz1{width: 115px;border:none;font-size: 15px;color: #444;text-align: center;}
.span_year{margin: 0 auto;width: 220px;display: block;font-size: 15px;color: #444;line-height: 50px;text-align: center;}
.xuel select{font-size: 15px;height: 50px;border:none;width: 70px;color: #444;}
.xuel select:first-child{margin-left: 14px;}
.xue2 select{width: 60px;}
.label3{line-height: 50px;font-size: 15px;color: #444;display: block;width: 100%;text-indent: 25px;}
.fujian{width: 100%;}
.fujian li{width: 120px;height: 120px;float: left;margin: 0 0 15px 25px;}
.fujian li img{width: 100%;height: 100%;}
.label4{position: relative; float: right;font-size: 14px;color: #fff;background: #1baac9;display: inline-block;height: 30px;width: 150px;text-align: center;line-height: 30px;font-weight: bold;margin-right: 25px;margin-bottom: 20px;cursor: pointer;}
.label4 input{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;}
.text_wz{border:none;margin: 0 25px;font-size: 15px;color: #444;margin-bottom: 20px;width:95%}
.rz_span input{float: left;margin-top: 18px;margin-right: 10px;}
.rz_span label{float: left;font-size: 15px;color: #444;line-height: 50px;margin-left: 45px;}
.inpu_nam{width: 70px;margin-right: 5px;border:none;border-bottom: 1px solid #818181;font-size: 15px;color: #444;}
.rz_name{line-height: 50px;font-size: 15px;color: #444;margin-left: 45px;}
.ps{font-size: 15px;color: #444;text-align: center;line-height: 50px;padding: 15px 0;}
.form_name{text-align: right;padding-right: 77px;padding-bottom: 17px;}
.inpu_5_span2{display: inline-block;}
.form_name_input{border:none;line-height: 50px;font-size: 15px;color: #444;width: 106px;}
.form_name2{padding-bottom: 30px;}
.xuzhi{font-size: 15px;color: #444;line-height: 67px;}
.table_form input[type=submit]{width: 150px;height: 40px;border:none;font-size: 18px;font-weight: bold;display: block;margin:20px auto;cursor: pointer;background: #1baac9;color: #fff; border-radius: 20px;}
.yam{display: flex; align-items: center;}

/*投资者关系*/
.inpageTop{ background: url(../images/inpageTopBg.jpg) no-repeat center; background-size: cover; padding: 64px 0 92px 0;}
.inpageTop .left{ width: 46.94%;}
.inpageTop .left .word{max-height: 288px; overflow-y: auto; padding-right: 10px;}
.inpageTop .left .nyTitle{ text-align: left;}
.inpageTop .left .nyTitle h3::before{ left: 0; margin-left: 0;}
.inpageTop .num{position: relative; display: flex; justify-content: space-between; margin-top: 24px; margin-bottom: 30px;}
.inpageTop .num .item::before{content: ""; position: absolute; top: 50%; left: 30%; width: 1px; height: 58px; background: #00acd7; transform: translateY(-50%);}
.inpageTop .num .item::after{content: ""; position: absolute; top: 50%; left: 66.66%; width: 1px; height: 58px; background: #00acd7; transform: translateY(-50%);}
.inpageTop .num .item b{font-size: 40px; color: #00acd7; display: inline-block; line-height: 56px; height: 56px;}
.inpageTop .num .item p{color: #111111;}
.inpageTop .num .item img{margin-left: 10px; width: 12px;}
.inpageTop .num .item.up b{color: #f4091f;}
.inpageTop .num .item.up .upImg{ display: inline-block;}
.inpageTop .num .item.up .downImg{ display: none;}
.inpageTop .num .item.down b{color: #22ac38;}
.inpageTop .num .item.down .upImg{ display: none;}
.inpageTop .num .item.down .downImg{ display: inline-block;}
.inpageTop .right{ width: 47.84%;}
.inpageTop .right .tit{font-size: 16px; color: #111111; font-weight: bold; margin: 22px 0;}
.inpageTop .right img{ display: block; margin: 0 auto; width: 100%; margin-left: -30px;}

.inpageBtm{ background: #fff; padding: 56px 0 92px 0;}
.inpageBtm .nyTitle{position: relative; text-align: left;}
.inpageBtm .nyTitle h3::before{left: 0; margin-left: 0;}
.inpageBtm .nyTitle .more{ position: absolute; top: 50%; right: 0; color: #717171; transform: translateY(-50%); transition: 0.3s;}
.inpageBtm .nyTitle .more:hover{color: #00acd7;}
.inpageBtm ul{margin-top: 35px;}
.inpageBtm ul li{float: left; width: 49.3%; margin-bottom: 20px;}
.inpageBtm ul li:nth-child(2n){ float: right;}
.inpageBtm ul li a{ display: block;height: 90px; line-height: 90px; background: #f6f6f6; color: #343434; padding: 0 38px 0 26px; font-size: 18px;}
.inpageBtm ul li a p{height: 100%; width: calc(100% - 130px); }
.inpageBtm ul li a i{color: #666666;}
.inpageBtm ul li a:hover{background: #00acd7; color: #fff;}
.inpageBtm ul li a:hover i{ color: #fff;}

/*自定义表单通用样式*/
.custom-form{font-size: 0;}
.custom-form .main-title{font-size: 18px;line-height: 40px;text-align: center;overflow: hidden;}
.custom-form .main-title span{position: relative;display: inline-block;color: #006ada;}
.custom-form .main-title span:before{content: "";position: absolute;right: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .main-title span:after{content: "";position: absolute;left: 120%;top: 50%;width: 1000px;height: 1px;background-color: #ddd;}
.custom-form .sub-title{height: 40px;margin-bottom: 20px;border-bottom: 1px solid #ddd;line-height: 40px;}
.custom-form .sub-title span{float: left;height: 40px;padding: 0 10px;border-bottom: 1px solid #006ada;font-size: 14px;color: #006ada;}
.custom-form .sub-title em{font-size: 14px;color: #f00;}
.custom-form .row{margin-bottom: 20px;font-size: 14px;}
.custom-form .row .item{display: inline-block;vertical-align: top;width: 100%;}
.custom-form .row .item.w50{width: 50%;}
.custom-form .row .item.w33{width: 33%;}
.custom-form .row .name{float: left;width: 6em;padding: 10px 1em;line-height: 16px;text-align: right;font-weight: bold;}
.custom-form .row .name i{position: absolute;margin-left: -0.6em;color: #f00;}
.custom-form .row .info-content{margin-left: 6em;}
.custom-form input{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;}
.custom-form input:focus{border-color: #006ada;}
.custom-form textarea{vertical-align: top;width: 100%;height: 100px;border: 1px solid #ddd;padding: 10px;border-radius: 4px;resize: none;}
.custom-form textarea:focus{border-color: #006ada;}
.custom-form select{vertical-align: top;width: 100%;height: 36px;padding: 0 10px;border: 1px solid #ddd;border-radius: 4px;outline: none;}
.custom-form select:focus{border-color: #006ada;}
.custom-form .choice-area{padding: 10px 0;line-height: 16px;}
.custom-form .choice-area label{display: inline-block;vertical-align: top;margin: 0 10px 5px 0;cursor: pointer;}
.custom-form .choice-area label input[type=radio]{appearance: radio;-webkit-appearance: radio;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label input[type=checkbox]{appearance: checkbox;-webkit-appearance: checkbox;width: 16px;height: 16px;margin: 0 5px 0 0;}
.custom-form .choice-area label span{margin-left: 3px;}
.custom-form .yzm-area{position: relative;width: 300px;}
.custom-form .yzm-area input[type="text"]{width: 200px;}
.custom-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 100px;height: 100%;}
.custom-form .yzm-area .btn img{width: 100%;height: 100%; cursor: pointer;}
.custom-form .btns-area{margin-top: 20px;}
.custom-form .btns-area .btn{width: 40%;font-size: 14px;}
/*弹窗-预约*/
.popup-appointment-box{padding: 15px 25px 40px;}
/*用户信息表单*/
.user-info-form .main-title{margin-bottom: 20px;line-height: 50px;color: #006ada;}
.user-info-form .row{margin-bottom: 25px;}
.user-info-form .row .name{width: 90px;padding: 10px 0;font-size: 14px;line-height: 20px;text-align: left;}
.user-info-form .row .info-content{margin-left: 90px; box-sizing: border-box;}
.user-info-form .row .info-content input{height: 40px;padding: 0 20px;background-color: #F7FAFC;border-color: #eee;border-radius: 20px; box-sizing: border-box;}
.user-info-form .row .info-content input:focus{border-color: #006ada;}
.user-info-form .row .info-content select{height: 40px;background-color: #F7FAFC;border-color: #eee;border-radius: 20px;color: #999;}
.user-info-form .row .info-content select:focus{border-color: #006ada;}
.user-info-form .check-wrap{font-size: 12px;line-height: 20px;color: #999;}
.user-info-form .check-wrap input[type=checkbox]{appearance: checkbox;-webkit-appearance: checkbox;width: 20px;height: 20px;margin: 0 6px 0 0;}
.user-info-form .check-wrap a{text-decoration: underline;color: #006ada;}
.user-info-form .btns-area{margin-top: 30px;}
.user-info-form .btns-area .btn{width: 100%;height: 50px;background-color: #006ada;border: 0;color: #fff;}

.systemBox{ padding-top: 180px;}


@media screen and (max-height: 900px){
	.partTwo .partTwoBox .box{ bottom: 137px; left: 1.4%;}
}
@media screen and (max-height: 700px){
	.partTwo .partTwoBox .box{ bottom: 40px; left: -1.6%;}
	.partThree .left ul li a{line-height: 60px;}
	.partFive .indexPro{padding-top: 0;}
	.partSix .indexLogo{padding-bottom: 28px; margin-top: 20px;}
}

@media screen and (max-width: 1560px){
	.partTwo .textBox .swiperText .swiper-slide .word{height: 160px; -webkit-line-clamp: 5;}
	.footer .footerT .center{ width: calc(100% - 540px);}
	.footer .footerT .center dl{padding-left: 3%; width: 12.4%;}
	/*关于我们*/
	.aboutFour .box .list p{ height: 54px; line-height: 54px;}
	/*图片列表*/
	.picList li a .pic .text{ padding: 0 16%;}
	.picList li a .pic .text span{ margin-top: 20px;}
	/*联系我们*/
	.contactBtm ul li .p{ padding-left: 18%;}
	
}
@media screen and (max-width: 1450px){
	.onlie_tit{ max-width: 96%;}
	.onlinejlBox{ overflow-x: auto; white-space: nowrap; padding: 40px 30px; box-sizing: border-box;}
	
}


@media screen and (max-width: 1430px){
	.partThree .right{width: 290px;}
	.partThree .right .word{ margin-top: 20px;}
}

@media screen and (max-width: 1350px){
	.header .nav .nLi h3 a{ font-size: 16px;}
	.header .searchIcon{ right: 2.2%;}
	
	/*part4*/
	.partFour .box .right{ width: calc(100% - 346px);}
	.partFour .box .right .picBox{ width: 380px;}
	.partFour .box .right .list{ width: calc(100% - 400px);}
	
	.footer .footerT .right{ width: 220px;}
	.footer .footerT .center{ width: calc(100% - 420px); display: flex; justify-content: space-between; padding-left: 20px; box-sizing: border-box;}
	.footer .footerT .center dl{ padding-left: 0;}
	/*关于我们*/
	.aboutFour .box .pic{ width: 46%; margin-bottom: 0;}
	.aboutFour .box .pic p{ height: 50px; line-height: 50px;}
	/*图片列表*/
	.picList li a .pic .text{ padding: 0 6%;}
	.picList li a .pic .text h3{ padding-top: 20px;}
	/*产品详情*/
	.contBox .picTop{ padding: 50px 3%;}
	.contBox .picBtm{padding: 50px 6%;}
	/*联系我们*/
	.contactBtm ul li .p{ padding-left: 14%;}
	/*投资者关系*/
	.inpageTop .num .item b{ font-size: 30px;}
	
}

@media screen and (max-width: 1200px){
	.w1200{width: 94%;}
	.w1440{width: 94%;}
	.w1640{width: 94%;}
	/*header*/
	.menu-btn{ display: block;}
	.header .nav{ display: none;}
	/*公用*/
	.indexTitle .title{width: 280px; height: 118px;}
	.indexTitle .title h3{ font-size: 28px;}
	.indexTitle .title h4{ font-size: 16px;}
	.word{line-height: 28px;}
	/*part2*/
	.partTwo .textBox .swiperText .swiper-slide .word{height: 252px;}
	.partTwo .textBox .swiperText{ margin-top: 14px;}
	/*part3*/
	.partThree .right{ width: 250px;}
	/*part4*/
	.partFour .box .right{ width: calc(100% - 300px);}
	.partFour .box .right .picBox{width: 346px;}
	.partFour .box .right .list{ width: calc(100% - 360px);}
	/*part5*/
	.partFive .indexProBox .btn{left: -26px;}
	.partFive .indexProBox .btn.next{right: -26px;}
	/*内页*/
	.nyNav{ display: none;}
	/*关于我们*/
	.aboutFour .box .list p{ height: 50px; line-height: 50px;}
	/*图片列表*/
	.picList li a .pic .text h4{ margin-top: 4px;}
	/*新闻详情*/
	.inpageLike .linkItem{ width: 38%;}
	/*联系我们*/
	.contactBtm ul{display: block; padding: 14px; overflow: hidden;}
	.contactBtm ul li{float: left; width: 44%; margin-bottom: 16px;}
	.contactBtm ul li:nth-child(2n){ float: right;}
	.contactBtm ul li .p{ padding-left: 8%;}
	
}

@media screen and (max-width: 960px){
	.indexBox{ height: auto;}
	.banner{ padding-top: 100px;}
	.banner a{height: auto; padding-bottom: 45%;}
	.partBox .w1440{height: auto;}
	/*header*/
	.headerBox .header{ height: 70px;}
	.headerBox .header .nav .nLi h3 a i{opacity: 0; margin-top: -20px;}
	.headerBox .header .nav .nLi .navSub{ top: 70px;}
	.indexBox .partOne{padding: 0 !important;}
	/*part2*/
	.partTwo{ padding-bottom: 30px;}
	.partTwo .partTwoBox{ position: relative; top: auto; right: auto; width: 100%;}
	.partTwo .partTwoBox::before{ display: none;}
	.partTwo .partTwoBox .swiper-slide{ display: none;}
	.partTwo .partTwoBox .box{ display: block; position: relative; top: 0; left: 0; bottom: auto; display: flex; justify-content: space-around; padding-top: 146px;}
	.partTwo .partTwoBox .box .item:nth-child(1){ left: auto;}
	.partTwo .partTwoBox .box .item:nth-child(2){ left: auto;}
	.partTwo .partTwoBox .box .item:nth-child(3){ left: auto;}
	.partTwo .textBox{top: auto; transform: none; width: 100%;}
	.partTwo .textBox .swiperText{ width: 100%; margin-top: 146px;}
	.partTwo .textBox .swiperText .swiper-slide .word{height: 140px;-webkit-line-clamp: 5;}
	.partTwo .w1440{margin-top: -268px;}
	/*part2*/
	.indexBox .partBox{padding: 30px 0;}
	.partBox .w1440 > .box{ position: relative; top: auto; left: auto; transform: none;}
	/*part3*/
	.partThree .left{width:100%; float: initial;}
	.partThree .left ul{ display: flex; justify-content: space-around; margin-left: 0;}
	.partThree .left ul li.on a img{ display: none;}
	.partThree .center{background: none; padding-top: 60px;}
	.partThree .centerBox{ width: 100%; height: auto; position: relative; transform: none; top: auto; left: auto;}
	.partThree .center .swiper-slide>img{ position: relative; top: auto; left: auto; transform: none;}
	.partThree .right{ width: 100%; max-width: none; margin-top: 20px;}
	.partThree .center .btn{ top: 8%; right: 0;}
	.partThree .center .btn.prev{ top: calc(8% + 48px);}
	.partBox .left .indexMore{ margin: 14px auto 0 auto;}
	/*part4*/
	.partFour .box .left{ width: 100%;}
	.partFour .box .left ul{ display: flex; justify-content: space-around; background: none; margin-left: 0;}
	.partFour .box .left ul li a{padding-left: 0;}
	.partFour .box .right{ width: 100%;}
	.partFour .box .right .list ul li a{padding: 8px 24px 18px 24px;}
	/*part5*/
	.partFive .partFiveT img.fr{ max-width: calc(100% - 300px);}
	/*part6*/
	.partSix .partSixT img.fr{ max-width: calc(100% - 300px);}
	/*footer*/
	.footer .footerT .center{ display: none;}
	.footer .footerT .right{ float: left;}
	.rightFixed{ display: none;}
	/*内页*/
	.nyBan{ padding-top: 100px;}
	.nyBan em{ padding-bottom: 22%;}
	/*关于我们*/
	.aboutOne .text{ width: 100%;}
	.aboutOne .aboutImg{display: none; width: 100%; position: relative; top: auto; left: auto; height: auto; padding-bottom: 30%;}
	.aboutThree .box li .item{ padding-right: 40px;}
	.aboutThree .box li:nth-child(2n) .item{ padding: 0 0 0 40px;}
	/*图片列表*/
	.picList li{ width: 46%; margin-right: 0;}
	.picList li:nth-child(2n){ float: right;}
	.picList li a .pic .text span{ margin-top: 6px;}
	/*下载列表*/
	.downloadBox .list li .tit{ width: calc(100% - 260px);}
	.downloadBox .list li .time{width: 120px;}
	.downloadBox .list li a{ width: 60px;}
	.downloadBox .name span{ width: 60px;}
	.downloadBox .name span:nth-child(2){ width: 120px;}
	.downloadBox .name span:first-child{ width: calc(100% - 260px);}
	/*禽苗板块*/
	.qmbkTwo .box .item a{ padding: 0 20px;}
	.qmbkTwo .box .item a i{ font-size: 16px;}
	/*招聘*/
	.recruitBox .item .title{height: auto; line-height: 50px; padding: 20px 0;}
	.recruitBox .item .title .fr em{ margin-top: 7px;}
	.recruitBox .item .title > .fl{ float: initial; width: 100%;}
	.recruitBox .item .title > .fr{float: initial; display: block; width: 100%;}
	/*表单*/
	.onlie_tit{ display: none;}
	
	.user-info-form .row .name{ width: 70px;}
	.user-info-form .row .info-content{ margin-left: 70px;}
	
	.systemBox{ padding-top: 130px;}
}

@media screen and (max-width: 767px){
	/*header*/
	.headerBox.act{top: -30px;}
	.banner{ padding-top: 90px;}
	.banner.act{padding-top: 60px;}
	.headerBox .header{ height: 60px;}
	.header .logo img{height: 40px;}
	.menu-btn{ right: 2%;}
	.header .searchIcon{ right: 13.6%;}
	.banner a{ padding-bottom: 56%;}
	.indexBox .banner .btn{bottom: 20px;}
	/*part2*/
	.indexTitle{ width: 100%;}
	.indexTitle .title{width: 100%; height: auto; background: none; padding-left: 0; text-align: center;}
	.indexBox .partBox{padding: 14px 0;}
	.indexTitle .title h3{ font-size: 24px; padding-top: 0;}
	.indexTitle .title h4{ font-size: 14px;}
	.partTwo .textBox .indexTitle > img{ width: 80%; display: block; margin: 0 auto; padding-top: 10px; max-width: none;}
	.partTwo .partTwoBox .box{ padding-top: 180px;}
	.partTwo .w1440{ margin-top: -280px;}
	.partTwo .partTwoBox .box .item{ width: 70px; height: 70px;}
	.partTwo .partTwoBox .box .item i{width: 56px; height: 56px;}
	.partTwo .textBox .swiperText{ margin-top: 110px;}
	.word{ font-size: 15px; line-height: 28px;}
	.contWord table{width:100% ! important;}
	.partTwo .textBox .swiperText .swiper-slide .word{height: 120px; }
	.partTwo .textBox .swiperText .swiper-slide .indexMore{ margin: 14px auto 0 auto;}
	.indexMore{font-size: 13px; width: 120px; height: 34px; line-height: 34px;}
	/*part3*/
	.partThree .left ul li a{ font-size: 15px; line-height: 50px; margin: 0;}
	.partThree .left ul li a img{display: none;}
	.partThree .left ul li:last-child a::before{ display: block;}
	.partThree .left ul li a em{ display: none;}
	.partThree .center{ padding-top: 0;}
	.partThree .center .btn{height: 30px; line-height: 30px; font-size: 10px;}
	.partThree .center .part3scoll{ padding-top: 34px;}
	.partThree .center .swiper-slide>img{ width: 78%;}
	.partThree .center .btn{top: 44%; width: 66px;}
	.partThree .center .btn.prev{top: calc(44% + 40px);}
	.partThree .right>img{ display: block; width: 80%; margin: 0 auto;}
	.partThree .right .word{ margin-left: 0;}
	
	/*part4*/
	.partFour .box .left ul{ padding: 0;}
	.partFour .box .left ul li{line-height: 50px;}
	.partFour .box .left ul li a{ font-size: 15px;}
	.partFour .box .left ul li a img{ display: none;}
	.partFour .box .left ul li.on a{ padding-left: 0;}
	.partFour .box .left ul li a::before{ display: none;}
	.partFour .box .right{ margin-top: 14px;}
	.partFour .box .right .list{ width: 100%; margin-top: 20px;}
	.partFour .box .right .picBox{ width: 100%;}
	.partFour .box .right .picBox h3{ font-size: 16px;}
	.partFour .box .right .list ul li a{padding-right: 0;}
	.partFour .left .indexMore{ margin-top: 0;}
	/*part5*/
	.partFive .partFiveT img.fr{ display: block;width: 100%; max-width: none;}
	.partSix .partSixT img.fr{display: block;width: 100%; max-width: none;}
	.partSix .indexLogo a{padding-bottom: 42%;}
	.partFive .indexProBox .btn{ display: none;}
	.partFive .indexPro a .text h3{ font-size: 16px;}
	.partFive .indexPro a .text p{ margin-top: 0;}
	.partFive .indexPro{padding-top: 0;}
	.partFive .indexPro a:hover .box{transform:none;}
	/*footer*/
	.footer .footerT .ma{ width: 100%; padding-top: 20px;}
	.footer .footerT .ma img{ width: 100px; margin-bottom: 0;}
	.footer .footerT .right{ display: flex; justify-content: space-between; width: 100%; padding: 14px 6%; box-sizing: border-box;}
	.footer .footerT .right a{ margin: 0; width: 100px;}
	.footer .footerB{ padding: 10px 0;}
	/*内页*/
	.nyBan{ padding-top: 90px;}
	.nyBan em{ padding-bottom: 28%;}
	/*关于我们*/
	.aboutOne .text{padding: 20px 0;}
	.nyTitle h3{ font-size: 20px; padding-bottom: 10px;}
	.aboutOne .nyTitle{margin-bottom: 16px;}
	.aboutTwo{ padding: 20px 0;}
	.aboutTwo .word{ margin-top: 16px;}
	.aboutTwo .word table{width:100% ! important;}
	.aboutTwo .box{ margin-top: 0;}
	.aboutTwo .box .item{ width: 100%; margin-top: 16px;}
	.aboutTwo .box .item .pic{ padding: 20px;}
	.aboutTwo .box .item p{ margin-top: 0; font-size: 16px;}
	.aboutThree{padding: 20px 0 50px 0;}
	.aboutThree .aboutThreeBox{ margin-top: 60px;}
	.aboutThree .box{ height: 330px;}
	.aboutThree .box::before{ display: none;}
	.aboutThree .box li::before{ display: none;}
	.aboutThree .box li::after{ display: none;}
	.aboutThree .box li .item{ width: 100%; text-align: left; padding: 0;}
	.aboutThree .box li:nth-child(2n) .item{ padding: 0;}
	.aboutThree .box li .item .data{ font-size: 16px;}
	.aboutThree .box li .item .data i{ font-size: 20px;}
	.aboutThree .box li .item .text{ font-size: 14px; line-height: 22px; height: 66px;}
	.aboutThree .box li .item::before{top: 30px; right: auto; left: 0;}
	.aboutFour{ padding: 20px 0;}
	.aboutFour .box{ margin-top: 16px; display: block;}
	.aboutFour .box .list{ width: 100%;}
	.aboutFour .box .list p{ height: 44px; line-height: 44px; font-size: 16px;}
	.aboutFour .box .pic{ width: 100%;}
	.aboutFour .box .pic p{position: relative; bottom: auto; left: auto; font-size: 16px;}
	.aboutFour .box .pic::before{ height: calc(100% - 32px);}
	/*图片列表*/
	.inpageCon{ padding: 24px 0 30px 0;}
	.picList{ padding-bottom: 10px;}
	.picList li a .pic .text span{ display: none;}
	.picList li a .pic img{ max-width: 96%; margin: 0 auto;}
	.picList li a p{height: 50px; line-height: 50px; font-size: 16px;}
	.page *{ display: none; height: 34px; line-height: 34px; font-size: 14px; padding: 0 12px;}
	.page .btn,.page .on{display: inline-block;}
	/*产品详情*/
	.whiteBg{padding: 20px;}
	.contBox .picTop{ display: block; padding: 20px 6%;}
	.contBox .picTop .product{ width: 100%;}
	.contBox .picTop .product img{position: relative; top: auto; left: auto; transform: none; max-width: 100%; display: block; margin: 0 auto;}
	.contBox .picTop .text{ width: 100%; margin-top: 20px; min-height: auto;}
	.contBox .picTop .text h3{ font-size: 20px;}
	.contBox .picTop .text h4{ font-size: 15px; margin-top: 4px; padding-bottom: 10px;}
	.contBox .picTop .text p{ font-size: 15px; margin-top: 6px;}
	.contBox .picBtm{ padding: 0; margin: 0;}
	/*图片新闻*/
	.newPicList{ padding-bottom: 16px;}
	.newPicList li{ width: 46%; margin-right: 0;}
	.newPicList li:nth-child(2n){ float: right;}
	.newPicList .indexPro a .box{ padding: 22px;}
	.newPicList .indexPro a .time{padding-bottom: 0;}
	.newPicList .indexPro a .time b{ margin-top: 14px;}
	/*新闻详情*/
	.contNews .contNews_title{ margin-bottom: 20px;}
	.contNews .contNews_title h3{ font-size: 18px; line-height: 26px; padding: 0; margin-bottom: 10px;}
	.contNews .contNews_title h4{ padding: 10px 0;}
	.contNews .contNews_title h4>span{ margin-right: 10px; margin-bottom: 4px;}
	.contNews .contNews_title h4>span:nth-child(3){ display: none;}
	.share-wrap{ float: initial; display: none;}
	.inpageLike{ display: block;margin-top: 30px; padding-top: 20px;}
	.inpageLike .btn{ display: none;}
	.inpageLike .linkItem{ width: 100%; font-size: 15px;}
	.inpageLike .linkItemRight{ text-align: left;}
	/*公告*/
	.noticeList{ padding-bottom: 16px;}
	.noticeList li{ margin-bottom: 16px;}
	.noticeList li a{ height: auto; padding: 16px;}
	.noticeList li a .tit{ width: 100%; height: 176px; line-height: 30px; }
	.noticeList li a .tit span{font-size: 16px;}
	.noticeList li a .text{ width: calc(100% - 80px); margin-left: 0;}
	.noticeList li a .time b{ font-size: 18px;}
	.noticeList li a .time{padding-left: 10px; width: 70px; top: auto; transform: none; margin-top: 26px;}
	.noticeList li a .text h3{ margin-top: 0; font-size: 16px; height: 36px; line-height: 36px;}
	/*文字新闻*/
	.infortList{ padding-bottom: 16px;}
	.infortList li{margin-bottom: 16px;}
	.infortList li a{ padding: 16px;}
	.infortList li a h3{ font-size: 16px; height: 42px; line-height: 42px;}
	.infortList li a .time b{ margin-top: 10px; font-size: 24px;}
	/*下载列表*/
	.downloadBox{padding: 0 16px 16px 16px; margin-bottom: 26px;}
	.downloadBox .list li .tit{ width: calc(100% - 110px); margin-right: 10px; font-size: 15px;}
	.downloadBox .list li .time{display: none;}
	.downloadBox .list li a{ width: 50px;}
	.downloadBox .name{line-height: 46px;}
	.downloadBox .name span{ width: 50px; font-size: 16px; height: 46px; line-height: 46px;}
	.downloadBox .name span:nth-child(2){ display: none;}
	.downloadBox .name span:first-child{ width: calc(100% - 110px); margin-right: 10px;}
	.downloadBox .list li{height: 50px; line-height: 50px;}
	/*禽苗板块*/
	.qmbk .box .btn span{ margin: 0 5px !important;}
	.qmbkOne{padding-bottom: 20px;}
	.qmbkOne .box{ margin-top: 16px; padding-bottom: 26px;}
	.qmbkTwo .box .item a{width: 100%; height: 52px; line-height: 52px; margin-bottom: 16px; padding: 0 10px;}
	.qmbkTwo .box .item a p{ font-size: 16px;}
	.qmbkTwo .box .item a i{ font-size: 14px;}
	.qmbkTwo{ padding: 20px 0;}
	.qmbkTwo .box{ margin-top: 16px; padding-bottom: 26px;}
	.qmbkThree{ padding-top: 20px;}
	.qmbkThree .box{ padding-top: 16px;}
	.qmbkThree .box .next,.qmbkThree .box .prev{ display: none;}
	/*招聘*/
	.recruitBox .item{padding: 0 16px; margin-bottom: 16px;}
	.recruitBox .item .title{ line-height: 26px; padding: 12px 0;}
	.recruitBox .item .title span{float: initial; font-size: 16px; max-width: 100%; margin-right: 0; padding-right: 0;}
	.recruitBox .item .title i{ font-size: 12px;}
	.recruitBox .item .title span::after{ display: none;}
	.recruitBox .item .title .fr em{height: 30px; line-height: 30px; margin-top: 0; font-size: 14px; float: right; width: 90px;}
	.recruitBox .item .textBox p{ font-size: 14px; padding-top: 0;}
	.recruitBox .item .textBox .text{padding-bottom: 10px;}
	.recruitBox .item .textBox .tip{ font-size: 18px; line-height: 30px;}
	.recruitBox .item .btnBox{ margin-top: 20px;}
	.recruitBox .item .btnBox .btn{ padding: 0 20px;}
	.recruitBox .item .textBox{ padding-bottom: 20px;}
	.recruitBoxCon .recruitBox{ padding-bottom: 16px;}
	/*联系我们*/
	.contactBtm{ margin-top: 16px;}
	.contactBtm ul{ padding: 0;}
	.contactBtm ul li{ width: 48%; padding: 26px 0; border: 1px #eee solid; box-shadow: none;}
	.contactBtm ul li .nyTitle{ margin-bottom: 16px;}
	.contactBtm ul li .p{ font-size: 16px;}
	.contactTop .item::before{ display: none;}
	.contactTop .item h3{ font-size: 16px; margin: 10px 0 4px 0;}
	.contactBtm ul li .pic{ margin-top: 20px;}
	.contactBtm ul li:last-child{margin-bottom: 0;}
	/*投资者关系*/
	.inpageTop{padding: 20px 0;}
	.inpageTop .num .item::after{ display: none;}
	.inpageTop .num .item::before{ display: none;}
	.inpageTop .num{margin: 10px 0 20px 0;}
	.inpageTop .num .item b{ font-size: 24px;}
	.inpageTop .left{width: 100%;}
	.inpageTop .right{ width: 100%; text-align: center;}
	.inpageBtm{padding: 20px 0;}
	.inpageBtm ul{ margin-top: 16px;}
	.inpageBtm ul li{ width: 100%; margin-bottom: 16px;}
	.inpageBtm ul li a{height: 52px; line-height: 52px; font-size: 16px; padding: 0 10px;}
	.inpageBtm ul li a p{ width: calc(100% - 100px);}
	.inpageBtm ul li a i{ font-size: 14px;}
	/*表单*/
	.onlinejlCon{padding: 0;}
	.onlinejlBox{ padding: 20px;}
	.popup-appointment-box{padding: 15px 15px 40px;}
	.onlinetit{ font-size: 20px; padding: 24px 0 0 0;}
	.user-info-form .row .info-content input{ padding: 0 10px; font-size: 13px;}
	.custom-form .yzm-area input[type="text"]{ width: calc(100% - 86px);}
	.custom-form .yzm-area{ width: calc(100% - 80px);}
	.custom-form .yzm-area .btn{ width: 82px;}
	/*联系我们*/
	.contactTop .item{ margin-bottom: 16px;}
	.contactTop .item.ma{ width: 90px;}
	.contactTop .item p{ font-size: 13px;}
	.contactTop .item.ma p{ font-size: 12px;}
	.contactBtm ul li .p{ font-size: 13px; padding-left: 2%;}
	.systemBox{ padding-top: 120px;}
}

@media screen and (max-width: 480px){
	.picList li{ width: 100%; margin-bottom: 16px;}
	.picList li a .pic .text{ display: none;}
	/*图片新闻*/
	.newPicList li{ width: 100%; margin-bottom: 16px;}
	/*文字新闻*/
	.infortList li{width: 100%;}
	
}