@charset "utf-8";



/*********头部导航*********/
.in-header {
    background: rgba(0, 0, 0, 0.2);
    height: 100px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar {
    margin: 0;
}

.navbar-brand {
    padding: 15px 15px 15px 35px;
}

.navbar-header {
    padding-top: 25px;
}

.navbar-default {
    background: none;
    border: 0;
}

.in-nav .nav>li {
    padding: 38.5px 20px;
    text-align: center;
}

.navbar-nav>li>a {
    padding: 0;
    color: #ffffff !important;
    line-height: 22px;
}

.in-nav {
    float: right;
}

.in-nav .nav>li>a:hover {
    border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    border-bottom: 1px solid #ffffff;
    background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
}


.navbar-default .navbar-toggle{
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* .dropdown-menu{background: url(../images/jt.png) center -5px no-repeat rgba(255,255,255,0.5);padding: 10px 0;} */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
}

.dropdown-menu>li>a {
    color: #48484a !important;
    line-height: 35px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000000 !important;
    background: none;
    font-weight: bold;
}

.header-scroll {
    height: 60px;
}

.header-scroll .navbar-header {
    padding-top: 5px;
}

.header-scroll .in-nav .nav>li {
    padding: 18.5px 20px;
}

.header-scroll .navbar-brand {
    padding: 15px;
}



/*********banner*********/
.in-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.in-banner .carousel-indicators li {
    width: 30px;
    height: 3px;
    background: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0 5px;
}

.in-banner .carousel-indicators .active {
    width: 30px;
    height: 3px;
    background: #242526;
    border-radius: 0;
    border: 0;
}

.in-banner .carousel-indicators {
    bottom: 30px;
}

.ny-banner img {
    max-width: 100%;
}



/*********二级导航*********/
.in-second-nav {
    overflow: hidden;
    height: 88px;
    border-bottom: 1px solid #d0d0d0;
    line-height: 86px;
}

.in-second-nav .list a {
    font-size: 18px;
    margin-right: 30px;
    border-bottom: 2px solid #ffffff;
}

.in-second-nav .list a.active {
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #000000;
}

.in-second-nav .list a:hover {
    color: #000;
    border-bottom: 2px solid #000000;
}



/*********底部*********/
.in-footer {
    background: #1c1d1f;
    overflow: hidden;
}

.in-footer-top {
    padding: 90px 0 75px 0;
}

.in-footer-top .in-footer-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 70%;
    padding-right: 9%;
}

.in-footer-top .h1 {
    line-height: 1.5;
}

.in-footer-top a {
    color: #686a6f;
}

.in-footer-box a {
    display: block;
    margin-top: 20px;
}

.in-footer-box a:hover {
    color: #fff;
}

.in-footer-form {
    margin-left: 9%;
    overflow: hidden;
    width: 21.18%;
}

.in-footer-form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: none;
    padding: 0 15px;
    display: block;color: #fff;
}

.in-footer-form button {
    width: 100%;
    height: 40px;
    background: #26272a;
    border: 0;
    color: #5b5c61;
}

.in-footer-share a {
    opacity: 0.3;
    margin-right: 25px;
}

.in-footer-share a:hover {
    opacity: 1;
}

.in-footer-bottom {
    height: 75px;
    line-height: 75px;
    color: #686a6f;
    font-size: 16px;
    border-top: 1px solid #2e3135;
}

/*********首页*********/
.new-br {
    width: 30px;
    height: 3px;
    background-color: #232324;
}

.btn {
    width: 222px;
    line-height: 60px;
    background-color: #232324;
}

.padding-60 {
    padding: 60px 0;
}

.padding-120 {
    padding: 120px 0;
}

.content-first .left {
    width: 770px;
}

.content-first .left .icon {
    background: url(../images/home-icon1.jpg) no-repeat;
    padding-left: 64px;
    background-size: 32px;
}

.content-first .left .icon1 {
    background: url(../images/home-icon2.jpg) no-repeat;
    padding-left: 64px;
    background-size: 32px;
}

.content-first .left .icon2 {
    background: url(../images/home-icon3.jpg) no-repeat;
    padding-left: 64px;
    background-size: 32px;
}

.content-first .right {
    width: 630px;
}

.content-first .right img {
    width: 100%;
}

.map {
    background: url(../images/map.jpg) no-repeat;
    height: 920px;
    background-size: 100%;
}


/*********overView*********/
.margin-auto {
    margin: 0 auto;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

.content-title {
    text-align: center;
    font-weight: 400;
    line-height: 3rem;
}

.main-title {
    font-size: 36px;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.sub-title {
    font-size: 18px;
    font-family: HarmonyOS_Sans_SC;
}


.imgbox {
    width: 100%;
    padding: 0 40px;
    margin-top: 47px;
    padding-bottom: 120px;
}

.imgbox img {
    width: 80%;
}

.imgbox img:nth-of-type(2) {
    margin-top: 15px;
}

.content-corp {
    background: #f1f2f6;
    text-align: center;
}

.content-corp .lists>div {
    width: 24%;
    height: 297px;
    background: #fff;
    text-align: left;
    padding: 24px 15px;
}

.corp-titlea {
    font-family: HarmonyOS_Sans_SC_Medium;
    line-height: 30px;
    color: #232324;
}

.corp-br {
    width: 30px;
    height: 3px;
    background: #232324;
}

.corp-titleb {
    font-family: HarmonyOS_Sans_SC;
    color: #48484a;
}

.over-echarts .ech {
    width: 50%;
    margin-top: 90px;
}


.card>div {
    height: 340px;
}

.card>div>img {
    width: 50%;
    height: 100%;
}

.card>div>div {
    width: 50%;
    height: 100%;
    padding-top: 36px;
    padding-left: 33px;
    padding-right: 33px;
    background-color: #f1f2f6;
}



.flex-con {
    width: 100%;
    margin-top: 5rem;
    height: 480px;
}

.flex-con>div {
    width: 50%;
    height: 100%;
    background-color: #f9f8f9;
}

.flex-con>img {
    width: 57.78%
}

.icon-size {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.contact-card {
    padding-top: 6.83rem;
    padding-left: 5.17rem;
}

.contact-card>div {
    font-family: HarmonyOS_Sans_SC;line-height: 26px;
}


.contact-card>div:nth-of-type(2) {
    padding-top: 3.83rem;
}

.contact-from {
    overflow: hidden;
}

.from-content {
    margin-top: 5rem;
    font-size: 1.67rem;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 400;
    color: #232324;
}

.from-content>textarea {
    width: 100%;
    height: 15rem;
    padding: 1.5rem;
    border: 1px solid #e2e2e2;
}

.input-style {
    border-bottom: 1px solid #cdcdcd;
    margin-left: 10px;
    line-height: 45px;
    text-align: left;
}

.input-style>input {
    border: none;
    background: none;
    outline: none;
    width: 80%;
    margin-left: 10px;
}

input:focus {
    outline: none !important;
    border: none !important;
}

.input-style span {
    color: #e21212;
}

.wid-50 {
    width: 50%;
}

.wid-100 {
    width: 100%;
}

.adv-con>div:nth-of-type(3) {
    font-size: 2.33rem;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 400;
    line-height: 2.5rem;
    margin-top: 3.92rem;
}

.adv-con>div:nth-of-type(4) {
    width: 37.42rem;
    font-size: 1.67rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #48484a;
    line-height: 3rem;
    margin: 0 auto;
}

.bgimg {
    width: 120rem;
    height: 53.67rem;
    background-image: url('../images/overView-bg3.jpg');
    background-size: 100% 100%;
    margin: 0 auto;
}

.pro-box {
    padding-bottom: 120px;
}

.pro-imgbox {
    width: 23.8%;
    margin-left: 1.6%;
    margin-bottom: 45px;
}

.pro-imgbox:nth-of-type(4n+1) {
    margin-left: 0;
}

.pro-imgbox>img {
    width: 100%;
}

.pro-more {
    border-radius: 3px;
    width: 222px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.pro-more:hover {
    background: #ff0000;
}

.in-rds .in-rds-text {
    padding: 60px 70px;
}
.in-rds .backs {
    width: 100%;
    height: 30px;
    background: #5f5f5f;
}



/* core */
.core-list {
    width: 48%;
    line-height: 1.6;
}

.core-btm {
    border-radius: 3px;
    padding: 60px;
}


.in-core-lists .item {
    width: 28.3%;
    margin-left: 4.2%;
    margin-top: 40px;
}

.in-core-lists .item:nth-of-type(3n+1) {
    /*margin-left: 0;*/
}

.picScroll-left .item .pic-item {
    width: 30%;
    margin-left: 5%;
    overflow: hidden;
    text-align: center;
    float: left;
}

.picScroll-left .item .pic-item:nth-of-type(3n+1) {
    margin-left: 0;
}

.picScroll-left .carousel-indicators {
    position: initial;
    margin: 40px 0 0 0;
    width: 100%;
}

.picScroll-left .carousel-indicators li {
    width: 14px;
    height: 14px;
    text-indent: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #c2c2c2;
    margin: 0 7.5px;
    cursor: pointer;
}

.picScroll-left .carousel-indicators .active {
    background: #474748;
}

/* over */
.in-over-2 {
    padding-top: 120px;
}

.in-over-3 .item {
    width: 15.625%;
    margin-left: 1.25%;
    margin-bottom: 18px;
}
.in-over-3 .item img{
    border:1px solid #DFDFDF;
}

.in-over-3 .item:nth-of-type(6n+1) {
    margin-left: 0;
}

/* m5 */
.m5-list>div {
    width: 450px;
    margin-left: 30px;
}

.m5-list>div:first-child {
    margin-left: 0;
}

/* m3 */
.m3-list>div {
    width: 50%;
    box-sizing: border-box;
    margin-top: 70px;
}

.m3-list>div .img {
    width: 100px;
    margin-right: 45px;
}

.m3-list>div .texts {
    width: 56%;
}

/* m2 */
.m2-tab .item {
    margin: 0 3%;
    cursor: pointer;
    position: relative;
    padding-bottom: 18px;
    text-transform: uppercase;
    text-align: center;
}

.m2-tab .item:hover {
    color: #ff0000;
}

.m2-tab .item.active::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #232324;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.m2-content {
    display: none;
}

.m2-content-show {
    display: flex;
}

/*.m2 .big-img img {
    height: 100%;
}*/
.m2 .big-img img {
    height: 100%;
    width: 100%;
}


.m2 .big-img,
.m2 .small-list,
.m2 .small-list>img {
    width: 48.6%;
}

.m2 .small-list>img:nth-of-type(3),
.m2 .small-list>img:nth-of-type(4) {
    margin-top: 15px;
}

.m-title {
    text-align: center;
}
.borderd{padding: 20px;
    background: #A6A6A6;
    border-radius: 30px;border:2px solid #999;}
.borderd .m-t-10{color:#fff; text-align:center;}

.gq{padding:2px 0 8px 0;text-align:center;color:#fff;font-weight:bold;}
.gq img{ height:42px; padding-right:20px;}






/* 2022/7/11改版 */
/* core-轮播图 */
.in-core-middle{
    margin: 0 4.2%;
}
.in-core-middle .slide{
    padding: 0 7.8%;
}
.in-core-middle .slide .left{
    background: none;
    width: auto;
}
.in-core-middle .slide .right{
    background: none;
    width: auto;
}
.in-core-middle .item-li{
    width: 21.5%;
    border: 4px solid #294a63;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 10px #646d76;
}
.in-core-middle .item-list{
    padding-bottom: 50px;
}
.in-core-middle .item-li .title{
    text-align: center;
    line-height: 1.3;
}
.in-core-middle .item,
.in-core-middle .slide{
    width: 100%;
}


/* productions-轮播图 */
.productions{
    margin-bottom: 100px;
}
.productions:last-child{
    margin-bottom: 0;
}
.productions-list{
    margin: 0 4.2%;
}
.productions-list .slide{
    padding: 0 7.8%;
}
.productions-list .slide .left{
    background: none;
    width: auto;
}
.productions-list .slide .right{
    background: none;
    width: auto;
}
.pro-imgbox2 {
    width: 23.8%;
    margin-left: 1.6%;
}

.pro-imgbox2:nth-of-type(4n+1) {
    margin-left: 0;
}

.pro-imgbox2>img {
    width: 100%;
}

/* 首页-轮播图 */
.m2{
    position: relative;
}
.m2-sil{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0.6;
}
.m2-left{
    left: 4.2%;
}
.m2-right{
    right: 4.2%;
}
.m2-sil:hover{
    opacity: 1;
}


body img{
  cursor: pointer;
  transition: all 0.6s;
}
body img:hover{
  transform: scale(1.05);
}
body .ny-banner img:hover{
  transform: scale(1.0005);
}
body #mods21s img:hover{
    transform: scale(1);
}
.sjmod{ display:none;}

