.mysection {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.section.footerss.fp-section.fp-table.active.fp-completely {
    /* background-color: #007dcd; */
    background: url(/template/pc/skin/images/foot-bg.jpg) center top no-repeat;
    
    background-size: 100% auto;
}
p.fotitle {
    /* font-weight: bold; */
    font-size: 28px !important;
}
span.tel {
    color: #fff;
    font-weight: bold!important;
}
.main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 66;
}
.mycontent {
    max-width: 1440px;
    min-width: 1300px;

    margin: 150px auto;
    overflow: hidden;
}
.green {
    color: #007dcd !important;
}
.orange {
    color: #f09114;
}
.heise {
    color: #333;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
.zhaoshang .zsimg {
    width: 581px;
    height: 522px;
    padding-top: 80px;
}
.zhaoshang .zs-info {
    width: 619px;
    height: 522px;
    overflow: hidden;
    padding-top: 70px;
}
.lx-cnt {
    min-width:  650px;
    max-width: 850px;
    margin-left: 50px;
    /* background-color: rgba(0, 125, 205, .85); */
}
.lx-cnt .lx-info {
    padding: 45px;
  

}
.lx-cnt .lx-info h3 {
    font-size: 30px;
    height:70px;
    line-height:70px;
    border-bottom: 1px dashed #eee;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.lx-cnt .lx-info .fubt {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    margin-bottom: 10px;
}
.lx-cnt .lx-info span.tel {
    font-weight: bold !important;
}
.lx-cnt .lx-info p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    /* padding-left: 15px; */
}
.lx-cnt .lx-info p span {
    padding-right: 10px;
    font-size: 20px;
}
.lx-cnt .lx-map {
  padding-left: 45px;
    height: auto;
}
/* 关于我们样式 */
.bout198 {
    padding: 35px 0;
}
.bout198 .w198 {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
.bout198 .txt198 {
    width: 640px;
}
.bout198 .txt198 .tit198 {
    height: 60px;
    line-height: 57px;
    border-bottom: 1px solid #007dcd;
}
.bout198 .txt198 .tit198 h3 {
    display: inline-block;
    color: #007dcd;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 6px solid #007dcd;
}
.bout198 .txt198 .tit198 span {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.bout198 .txt198 .con198 {
    color: #515151;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    padding-top: 30px;
}
.bout198 .img198 {
    width: 600px;
    height: 500px;
    overflow: hidden;
    transition: all 1s;
}
.bout198 .img198 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.bout198 .img198:hover img {
    transform: scale(1.1);
}
.bout198 .ys198 {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 798px;
    height: 138px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.bout198 .ys198 li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 30px 0;
}
.bout198 .ys198 li h2 {
    position: relative;
    display: inline-block;
}
.bout198 .ys198 li h2 b {
    position: relative;
    color: #007dcd;
    font-size: 36px;
    font-weight: bold !important;
}
.bout198 .ys198 li h2 i {
    position: absolute;
    top: -10px;
    right: -18px;
    font-size: 14px;
    font-weight: 300;
}
.bout198 .ys198 li span {
    display: block;
    color: #515151;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
/* 产品中心样式 */
/* 颜色 */
.p188 .main188 .con188 .menu188 .list188 .item188 {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    margin: 0 8px;
    /* border-radius: 7px; */
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .main188 .con188 .menu188 .list188 .item188 a {
    font-size: 16px;
    color: #515151;
    text-align: center;
    display: block;
}
.p188 .main188 .con188 .menu188 .list188 .item188:hover {
    background-color: #007dcd;
    border: 1px solid #007dcd;
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188:hover a {
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188.hover {
    background-color: #007dcd;
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188.hover a {
    color: #FFFFFF;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    /* background-color: #fff; */
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    /* border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; */
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover p {
    /* background-color: #007dcd; */
    background-color: none;
    color: #007dcd;
    font-weight: bold;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 .stit {
    padding-top: 220px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all ease-in-out .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 .stit {
    padding-top: 160px;
    transition: all ease-in-out .2s;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/* 颜色 end*/
.w188 {
    max-width: 1540px;
    min-width: 1300px;
    margin: 0 auto;
}
.p188 {
    margin-top: 30px;
}
.p188 .main188 .con188 .menu188 {
    margin-bottom: 42px;
}
.p188 .main188 .con188 .menu188 .list188 {
    padding: 0;
    text-align: right;
}
.p188 .main188 .con188 .menu188 .list188 .item188:last-child {
    margin-right: 0px;
}
.p188 .main188 .con188 .pro188 {}
.p188 .main188 .con188 .pro188 .bd188 {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    height: 310px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 {
    width: 104%;
    overflow: hidden;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li {
    position: relative;
    float: left;
    display: block;
    width: 300px;
    height: 360px;
    margin-right: 25px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a {
    display: block;
    width: 300px;
    height: 224px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li img {
    margin: 0 auto;
    display: block;
    height: 224px;
    width: 300px;
    border: 8px solid #eee;
    /* border-top-left-radius: 10px;
border-top-right-radius: 10px; */
    /* border-radius: 10px; */
    box-sizing: border-box;
}
.p188 .main188 .con188 .pro188 .hd188 {
    width: 100%;
    top: 0px;
    position: relative;
    padding-bottom: 80px;
}
.p188 .main188 .con188 .pro188 .hd188 .prev {
    position: absolute;
    left: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .next {
    position: absolute;
    right: 550px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .prev:hover {
    opacity: 0.8;
    background-position: -160px -0px;
}
.p188 .main188 .con188 .pro188 .hd188 .next:hover {
    opacity: 0.8;
    background-position: -240px -0px;
}
.p188 .main188 .con188 .pro188 .hd188 .more188 {
    position: absolute;
    left: 605px;
    top: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .more188:hover {
    opacity: 0.8;
    background-position: -80px -76px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More {
    margin-top: 32px;
    margin-left: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover a .More {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More i {
    background-position: -30px -300px;
    width: 12px;
    height: 7px;
    margin-top: -17px;
    margin-left: 100px;
    float: left;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .bg188 {
    display: block;
    z-index: 999;
    position: relative;
    opacity: 1;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 300px;
    height: 224px;
    z-index: 1000;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 s {
    width: 54px;
    height: 54px;
    background-position: 0px -270px;
    position: absolute;
    left: 145px;
    top: 110px;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 s {
    opacity: 1;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .bg188 {
    width: 300px;
    height: 224px;
    background: url(../picture/probg.png) repeat-y center center;
    background-size: 300px auto;
    opacity: 0;
    margin-top: -360px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .icon188 {
    background: url(../picture/pro.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
/* 首页新闻列表样式 */
.het_210 {
    font-weight: normal;
    margin-bottom: 15px;
}
.het_210 a {
    font-size: 32px;
    color: #007dcd;
}
.het_210 em {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-left: 5px;
}
.news_210 {
    overflow: hidden;
    width: 1300px;
    margin: 50px auto;
}
.news_210 .newsbox_210 {
    overflow: hidden;
    width: 100%;
    height: 450px;
    position: relative
}
.news_210 .newslist_210 {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.news_210 .left_210 {
    overflow: hidden;
    float: left;
    width: 550px;
    height: 450px;
    position: relative;
    background-color: #fff;
}
.news_210 .left_210 ul {
    overflow: hidden;
    position: absolute
}
.news_210 .left_210 li {
    float: left;
    width: 550px;
    height: 450px;
}
.news_210 .left_210 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
.news_210 .left_210 h3 {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.news_210 .left_210 h3 a {
    color: #333
}
.news_210 .left_210 h3 a:hover {
    color: #007dcd;
}
.news_210 .left_210 p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 44px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.news_210 .left_210 .more {
    display: block;
    width: 114px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 13px;
    color: #666;
    background: url(../picture/show_more_210.png) no-repeat center;
    position: relative;
    top: -15px;
    left: 20px;
}
.news_210 .left_210 .more:hover {
    color: #007dcd;
}
.news_210 .right_210 {
    overflow: hidden;
    width: 720px;
    float: right;
    height: 450px;
    position: relative
}
.news_210 .right_210 ul {
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.news_210 .right_210 li {
    overflow: hidden;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 10px;
}
.news_210 .right_210 li img {
    display: block;
    float: left;
    height: 120px;
}
.news_210 .right_210 li .wen_210 {
    overflow: hidden;
    width: 520px;
    float: right;
    height: 120px;
}
.news_210 .right_210 li .wen_210:hover a {
    color: #007dcd;
    text-decoration: none;
}
.news_210 .right_210 li .wen_210:hover p {
    background: url(../picture/news_moreh_210.png) no-repeat right center;
}
.news_210 .right_210 li h3 {
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.news_210 .right_210 li h3 a {
    color: #666
}
.news_210 .right_210 li p {
    width: 415px;
    padding-right: 75px;
    font-size: 13px;
    color: #666;
    line-height: 22px;
    height: 44px;
    background: url(../picture/news_more_210.png) no-repeat right center;
    margin-bottom: 15px;
}
.news_210 .right_210 li em {
    display: block;
    font-size: 13px;
    color: #999;
    font-family: Arial
}
/* 育苗基地样式 */
.about_261 {
    display: block;
    width: 100%;
}
.about_261 .title {
    height: 100px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}
.about_261 .title span {
    float: left;
    color: #007dcd;
    font-size: 30px;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 8px
}
.about_261 .title a {
    float: right;
    color: #515151;
    font-size: 16px;
    text-decoration: none;
    padding-top: 60px;
    margin-bottom: 8px
}
.about_261 .title a:hover {
    color: #007dcd;
}
.about_261 .title div {
    background: #d7d6d5;
    height: 1px;
    clear: both;
    position: relative
}
.about_261 .title div strong {
    background: #007dcd;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 120px
}
.about_261 .title h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #515151;
    margin-left: 10px;
    display: inline
}
.about_261 .conab {
    overflow: hidden;
    margin-top: 40px;
    margin: bottom 30px;
    px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}
.about_261 .conab img {
    width: 580px;
    height: 405px;
    float: left;
    margin-right: 30px
}
.about_261 .conab p {
    color: #515151;
    text-indent: 0px;
    line-height: 30px;
    font-size: 14px;
}
.about_261 .conab .ckxq {
    background: #007dcd;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    width: 140px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-top: 28px;
    margin-right: 20px;
    border-radius: 30px;
}
.about_261 .conab .ljzx {
    background: #007dcd;
    color: #FFF !important;
    font-size: 16px !important;
    text-decoration: none;
    width: 140px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: normal !important;
    margin-top: 28px;
    border-radius: 30px;
    background-color: #007dcd;
}
.about_261 .rongyu {
    margin: 10px auto;
    height: 250px;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.about_261 .rongyu ul {
    height: 380px;
    width: 960000000000px;
    position: absolute;
    left: 0;
}
.about_261 .rongyu ul li {
    display: block;
    float: left;
    margin: 10px;
    height: 133px;
    text-align: center;
    position: relative;
}
.about_261 .rongyu ul li a {
    display: inline-block;
    height: 80px;
    text-decoration: none
}
.about_261 .rongyu ul li img {
    display: block;
    width: 285px;
    height: 186px;
    border: 5px solid #fff;
    border-radius: 5px;
}
.about_261 .rongyu ul li a span {
    height: 0;
    display: block;
    color: #515151515151;
    font-size: 16px;
    line-height: 50px;
}
.about_261 .rongyu ul li:hover a span {
    color: #007dcd;
}
.about_261 h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.about_261 p.about-en {
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
}
/* 首页新闻样式 */
.news_286 {
    display: block;
}
.news_286 .i_tilte, .mytitle .i_tilte {
    text-align: center;
    padding: 69px 0 30px;
    padding-top: 0;
}
.news_286 .i_tilte h3, .mytitle .i_tilte h3 {
    color: #333;
    font-size: 35px;
    font-weight: normal;
}
.news_286 .i_tilte h3 a, .mytitle .i_tilte h3 a {
    text-decoration: none;
    color: #fff;
}
.news_286 .i_tilte b, .mytitle .i_tilte b {
    color: #007dcd;
}
.news_286 .i_tilte p, .mytitle .i_tilte p {
    color: #999;
    font-size: 18px;
    margin-top: 10px;
}
.news_286 .i_tilte p i, .mytitle .i_tilte p i {
    width: 61px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    margin: 5px 10px;
}
.news_286 .newscon {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.news_286 .newscon .newsnav {
    text-align: center;
}
.news_286 .newscon .newsnav ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.news_286 .newscon .newsnav ul li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 30px;
    background-color: #f4f4f4;
    margin-left: 8px;
    margin-right: 8px;
}
.news_286 .newscon .newsnav ul li a {
    font-size: 16px;
    color: #515151;
    text-decoration: none;
}
.news_286 .newscon .newsnav ul li.cur {
    background: #007dcd;
}
.news_286 .newscon .newsnav ul li.cur a {
    color: #fff;
}
/* 优势列表样式 */
.swiper-container.youshi {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}
.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    /* background: #fff; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    overflow: hidden;
    /* 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; */
}
.ys-item div {
    display: block;
}
.ys-item .pro-img {
    width: 100%;
    background-color: #007dcd;
    padding:0;
    text-align: center;
    transition: all .5s;
}
.ys-item:hover .pro-img {
    width: 100%;
    background-color: #e10000;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.ys-item .ys-content h3 {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    background-color: #fff;
    /* border-bottom: 1px dashed #eee; */
}
.ys-item:hover h3 {
    font-weight: bold;
    background-color: #007dcd;
    color: #fff;
    cursor: pointer;
}
.ys-item .ys-content p {
    font-size: 14px;
    line-height: 26px;
    padding: 15px 20px;
    color: #515151;
}
.ys-item .ys-img img {
    width: 100px;
    height: 100px;
}
.ys-item .ys-more {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.ys-item .ys-more a {
    width: 110px;
    height: 35px;
    background-color: #eee;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    transition: all .6s;
}
.ys-item .ys-more a:hover {
    background: #007dcd;
    color: #fff;
}
/* 视频背景样式 */
#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    overflow: hidden;
z-index: 998;
}



#overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../picture/wenli.png) left top no-repeat;
    background-size: cover;
  }

.main-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../picture/wenli.png) left top no-repeat;
    background-size: cover;
    z-index: 999;
}

/* 首页标题栏样式 */
.mycontent .tit {
    width: 100%;
    height: 120px;
    position: relative;
}
.mycontent .tit h1 {
    width: 100%;
    color: #007dcd;
    font-size: 36px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45px;
    font-weight: bold;
    z-index: 1;
}
.mycontent .tit h2 {
    width: 100%;
    color: #eee;
    font-size: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 0px;
    text-transform: uppercase;
    filter:alpha(opacity=55);
-moz-opacity:0.55;
-khtml-opacity: 0.55;
opacity: 0.55;
}
.mycontent .tit h3 {
    width: 50px;
    height: 3px;
    position: absolute;
    left: 620px;
    top: 105px;
    background: #007dcd;
}
.mycontent .tit h4 {
    width: 100%;
    color: #707070;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 120px;
}
.mycontent .hmore {
    width: 300px;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
}
.mycontent .hmore a {
    background-color: #fff;
    width: 298px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: all .2s ease-in 0s;
}
.mycontent .hmore a:hover {
    color: #fff;
    background: #007dcd;
    border: 1px solid #007dcd;
}
/* banner文字 */
.banner-txt{
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.35);
    padding-top: 60px;
    width: 1360px;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-top: 360px;
}
.banner-txt.gunping{
 margin-top: 960px;
}
.banner-txt h1 {
    font-size: 42px;
    text-shadow: 1px 2px 7px #fff;
    color: #007dcd;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.banner-txt h1 span {
    color: #007dcd;
    font-size: 46px;
}
.banner-txt h2 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #444;
    text-transform: uppercase;
}
.banner-txt p {
    width: 80%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    color: #111;
    font-weight: bold;

    text-shadow: 1px 2px 5px #fff;
    margin-top: 25px;
}
.banner-more {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.banner-more a {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #eee;
    font-size: 18px;
    /* font-weight: bold; */
    color: #007dcd;
    margin-left: auto;
    border-radius: 30px;
    margin-right: auto;
    transition: all .5s;
}
.banner-more a:hover {
    background-color: #007dcd;
    color: #fff;
}
/* 新永首页样式 */

.xinyong-banner .swiper-button-next {
    right: 50px;
    top: 50%;
    color: #ccc;
    z-index: 9999;
  }

  .xinyong-banner .swiper-button-prev {
    left: 50px;
    top: 50%;
    color: #ccc;
    z-index: 9999;
  }

  .xinyong-banner .swiper-button-prev:hover,
  .xinyong-banner .swiper-button-next:hover {
    color: #007dcd;
  }
  #container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  #video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('static/images/video_cover.jpeg') no-repeat;
    background-size: cover;
    background-position: center;
  }

  #video_controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #play img {
    width: 100px;
  }

  #pause img {
    width: 90px;
  }

  #pause {
    display: none;
  }

  @media (min-width: 768px) {
    #video_controls {
      display: none;
    }
  }

  #container {
    height: 100%;
  }

  .myvideocontent {
    width: 100%;
    padding-top: 380px;
    text-align: center;
  }

  .myvideocontent h1 {
    font-weight: normal;
    font-size: 48px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-bottom: 20px;
    /* color: #fff; */
    text-shadow: 1px 2px 7px #fff;
    color: #007dcd;

    letter-spacing: 2px;
  }

  .en .myvideocontent h1 {
    font-weight: normal;
    font-size: 40px;
    font-weight: bold;
  }

  .en .fp-tooltip.right {
    display: none !important;
  }

  .myvideocontent .mydesc {
    width: 1200px;
    color: #eee;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 35px;
  }

  .myvideocontent .mymore {
    text-align: center;
  }

  .my-more a {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #eee;
    transition: all .5s;
    position: relative;
    z-index: 99999;
  }

  .my-more a:hover {
    border-color: #007dcd;
    background-color: #007dcd;
  }

  .video-txt {
    background-color: rgba(255, 255, 255, 0.25);
    padding-top: 45px;
    padding-bottom: 45px;
    width: 1360px;
    margin: 0 auto;
  }


















