/* 通用 */

/* 主体宽度-------------------------------------------------------- */

/* 主体宽度-------------------------------------------------------- */

/* 主体宽度-------------------------------------------------------- */



/* 

.container {

    width: 1600px;

    max-width: 1600px;

}



 @media screen and (max-width: 1440px) {

    .container {

        width: 100%;

        max-width: 100%;

    }

} 

*/



/* 内页通用样式 */

/* 内页大图-------------------------------------------------------- */

/* 内页大图-------------------------------------------------------- */

/* 内页大图-------------------------------------------------------- */

.Nybanner {

    margin-top: 90px;

    position: relative;

    width: 100%;

    height: 25vw;

    min-height: 250px;

    background: #000;

    display: flex;

    justify-content: center;

}



.Nybanner img {

    position: relative;

    width: 100%;

    /* opacity: 0.5; */

    opacity: 1;

    object-fit: cover;

}



.Nybanner .container {

    position: absolute;

    height: 100%;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 9;

}



.Nybanner .text {

     display: flex; 

    /*display: none;*/

    flex-direction: column;

    align-items: center;

    padding-top: 30px; 

}







@keyframes ShowTop {

    0% {

        opacity: 0;

        position: relative;

        top: -50px;

    }



    100% {

        opacity: 1;

        position: relative;

        top: 0px;

    }

}



@keyframes ShowBottom {

    0% {

        opacity: 0;

        position: relative;

        bottom: -50px;

    }



    100% {

        opacity: 1;

        position: relative;

        bottom: 0px;

    }

}



.Nybanner .text h1 {

    color: #fff;

    font-size: 36px;

    line-height: 1;

    text-align: center;

   /*  animation: ShowTop 1s ease-in-out 0s 1 alternate forwards; */

}



.Nybanner .text h2 {

    color: #fff;

    font-size: 20px;

    letter-spacing: 1px;

    line-height: 2;

    text-align: center;

     /*  animation: ShowTop 1s ease-in-out 0s 1 alternate forwards; */

}



/*.Nybanner .text span {

    display: block;

    background: #ea000c;

    height: 70px;

    width: 4px;

    animation: ShowBottom 1s ease-in-out 0s 1 alternate forwards;

}*/



/* 内页面包屑-------------------------------------------------------- */

/* 内页面包屑-------------------------------------------------------- */

/* 内页面包屑-------------------------------------------------------- */

.NyNavigation {

    position: absolute;

    z-index: 2;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: linear-gradient(0deg, #00000000 0%, #00000033 40%, #00000033 60%, #00000000 100%);

}



.NyNavigation h1 {

    color: #FFF;

    font-size: 54px;

    font-family: Arial;

    font-style: normal;

    font-weight: 700;

    line-height: 2;

    letter-spacing: 3.2px;

    margin-bottom: 0;

    position: relative;

}



.NyNavigation h1::after {

    content: "";

    position: absolute;

    display: block;

    width: 60px;

    height: 4px;

    background: linear-gradient(90deg, #B6CD01 0%, #1E96D5 100%);

    z-index: 8;

    bottom: 0;

    left: calc(50% - 30px);

}



.NyNavigation span {

    color: #fff;

}



.NyNavigation span a {

    line-height: 3;

    font-size: 16px;

    color: #fff;

}





/* 内页内容-------------------------------------------------------- */

/* 内页内容-------------------------------------------------------- */

/* 内页内容-------------------------------------------------------- */



.NyBigBox {

    position: relative;

    padding-top: 60px;

    padding-bottom: 60px;

    z-index: 9;

    overflow: hidden;

    /* background: #f7f7f7; */

}



.Ny_Content {

    min-height: 500px;

}



.Ny_cont {

    width: 100%;

    padding: 20px 2vw 60px 2vw;

}





.Ny_cont p{ line-height:28px; text-indent:2em;}



/* 录入内容样式-------------------------------------------------------- */

/* 录入内容样式-------------------------------------------------------- */

/* 录入内容样式-------------------------------------------------------- */

figure.image{ text-align:center;}

figure.image video{ width:60% !important}



figure.image img {

    width: auto;

    max-width: 100%;

	margin-top:30px;

}



figure.image-style-align-center {

    margin: 0 auto;

}



figure.image-style-align-center img {

    display: block;

    margin: 0 auto;

}



.Ny_xiangqing {

    padding: 30px 0;

    min-height: 500px;

}



.Ny_xiangqing p {

    text-indent: 32px;

}

.Ny_xiangqing img{ width:96%; max-width:96%; margin-bottom:10px; text-align:center}

@media screen and (max-width: 640px) and (min-width:0px) {

    .raw-html-embed video {

        display: block;

        width: 100%;

    }

	figure.image video{ width:100% !important}

}



/* 框架结构-------------------------------------------------------- */

/* 框架结构-------------------------------------------------------- */

/* 框架结构-------------------------------------------------------- */







/* 左右样式-------------------------------------------------------- */

/* 左右样式-------------------------------------------------------- */

/* 左右样式-------------------------------------------------------- */



.LeftRight {

    display: flex;

    justify-content: space-between;

}



/* 左样式------------- */

/* 左样式------------- */

/* 左样式------------- */

.LeftRight .NyList {

    width: 360px;

}



.LeftRight .NyList .top {

    display: block;

    background: #ea000c;

    padding-top: 20px;

    padding-bottom: 10px;

}



.LeftRight .NyList .top h1 {

    font-weight: bold;

    text-align: center;

    color: #fff;

    background: #ea000c;

    font-size: 24px;

    line-height: 1;

    margin-bottom: 15px;

}





/* 导航 */

.LeftRight .NyNavList {

    border-top: 0;

	margin-top:1px;

    background: #fafafa;

	border:1px solid #f1f1f1;

	border-top:none;

	padding:6px;

}



.LeftRight .NyNavList .leftNav {

    /* margin-right: 15px; */

    position: relative;

}



.LeftRight .NyNavList .leftNav_2 {

    display: none1;

    position:relative;

	background:#fff;

    z-index: 99;

}



.LeftRight .NyNavList .leftNav:hover>a {

    background: #ea000c;

    color: #fff;

}



.LeftRight .NyNavList .leftNav:hover span{width: 10px;

    height: 6px;

    background: url(../images/jianto_2.png);

    background-size: 100% 100%;

    position: absolute;

    right: 15px;

    top: calc((100% - 6px) / 2);}







.LeftRight .NyNavList .leftNav a.hover{ background: #ea000c; color: #fff;}



.LeftRight .NyNavList .leftNav:hover .leftNav_2 {

    display: block;

}







.LeftRight .NyNavList .leftNav .leftNav_2 a:hover {

    color: #ea000c;

}









.LeftRight .NyNavList .leftNav .leftNav_2 a.active{ color: #ea000c;}





.LeftRight .NyNavList .leftNav a {

    color: #333;

    font-size: 16px;

    padding: 0 30px;

    border-bottom: 1px solid #e5e5e5;

    display: block;

    height: 45px;

    line-height: 45px;

    text-align:left;

    position: relative;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}







.LeftRight .NyNavList .leftNav a.hover span{

    width: 10px;

    height: 6px;

    background: url(../images/jianto_2.png);

    background-size: 100% 100%;

    position: absolute;

    right: 15px;

    top: calc((100% - 6px) / 2);}



.LeftRight .NyNavList .leftNav a span {

    display: block;

    width: 6px;

    height: 10px;

    background: url(../images/jianto_1.png);

    filter: invert(1);

    background-size: 100% 100%;

    position: absolute;

    right: 15px;

    top: calc((100% - 10px) / 2);

}



.NyListImg {

    margin-top: 50px;

}



/* 右样式------------- */

/* 右样式------------- */

/* 右样式------------- */

.LeftRight .Ny_Content {

    width: calc(100% - 380px);

}



/* 上下样式-------------------------------------------------------- */

/* 上下样式-------------------------------------------------------- */

/* 上下样式-------------------------------------------------------- */

.TopBottom {

    margin-top: -60px;

    display: flex;

    flex-wrap: wrap;

}



.TopBottom .NyNavList {

    width: 100%;

    padding: 15px 0;

    background: #f1f1f1;

}



.TopBottom .NyNavList .container {

    display: flex;

    justify-content: center;

}



.TopBottom .Ny_Content {

    width: 100%;

    margin-top: 60px;

}



/* 上下导航样式------------- */

/* 上下导航样式------------- */

/* 上下导航样式------------- */

.TopBottom .NyNavList h1 {

    font-size: 18px;

    border-bottom: 1px solid #e5e5e5;

    color: #ef4136;

    height: 60px;

    line-height: 60px;

    margin-bottom: 0;

}



.TopBottom .NyNavList a {

    color: #333;

    font-size: 16px;

    font-weight: bold;

    margin: 0 60px;

    display: block;

    height: 50px;

    line-height: 50px;

    position: relative;

}



.TopBottom .NyNavList a::after {

    content: "";

    display: block;

    width: 2px;

    height: 50%;

    background: #333;

    position: absolute;

    right: -60px;

    top: 25%;

}



.TopBottom .NyNavList a:last-child::after {

    width: 0;

}



.TopBottom .NyNavList a:hover {

    color: #ea000c;

}



.TopBottom .NyNavList a::before {

    content: "";

    display: block;

    width: 0%;

    height: 2px;

    background: #ea000c;

    position: absolute;

    bottom: 0;

    left: 50%;

    transition: .1s;

}



/* .TopBottom .NyNavList a:hover::before {

    width: 100%;

    left: 0%;

} */



.TopBottom .NyNavList a.active {

    color: #ea000c;

    font-weight: bold;

}



.TopBottom .NyNavList a.active::before {

    width: 100%;

    left: 0%;

}





/* 右侧 */

.indexLeft {

    position: fixed;

    top: 50%;

    right: 2%;

    z-index: 999;

}



.indexLeft .item {

    position: relative;

    margin-bottom: 20px;

    overflow: hidden;

}



.indexLeft .item .icon {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.indexLeft .item .icon .img {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    margin-bottom: 0px;

    background: #EBEBEB;

    display: flex;

    align-items: center;

    justify-content: center;

}



.indexLeft .item .icon .img img {

    width: 28px;

}



.indexLeft .item .icon p {

    margin: 0;

    color: #000;

    font-size: 14px;

    opacity: 0;

    line-height: 2;

}



.indexLeft .item .box {

    position: absolute;

    right: 90px;

    top: 0;

}



.indexLeft .item:hover {

    overflow: unset;

}



.indexLeft .item:hover .icon .img {

    background: #ea000c;

}



.indexLeft .item:hover .icon .img img {

    filter: invert(1);

}



.indexLeft .item:hover .icon p {

    opacity: 1;

}



/* 电话 */



.indexLeft .Phone .box {

    width: 180px;

    height: 50px;

    background: #ea000c;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    top: calc(50% - 25px);

    z-index: -1;

    opacity: 0;

}



.indexLeft .Phone:hover .box {

    opacity: 1;

    z-index: 99;

}





.indexLeft .ewm .box {

    width: 150px;

    height: 150px;

    top: calc(50% - 75px);

    z-index: -1;

    opacity: 0;

}



.indexLeft .ewm:hover .box {

    opacity: 1;

    z-index: 99;

}





@media screen and (max-width: 992px) and (min-width: 0px) {

    .indexLeft {

        display: none;

    }

}





.culture-list{ width:100%; margin:0 auto; display:flex;flex-direction: column;align-items: center;}



.sm{

	margin-top: 10%;

	padding-bottom:5%;

}

.sm h5{

	color: #122133;

	font-size: 40px;

	font-weight: bold;

	line-height: 30px;

	margin: 10px 0 13%;

}

.sm .icon{

    color: #ec5400;

    font-size: 54px;

	margin-top: 4%;

	margin-bottom: 6%;

	display: inline-block;

	width: 92px;

	height: 92px;

	line-height: 92px;

	color: #fff;

	text-align: center;

	border-radius: 50%;

	background-color: #e11806;



}

.sm .name2{

	padding: 15% 10px 4% 3.5%;

	position: relative;

	text-align: center;

}

.sm .name2::after{

	content: "";

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	padding-bottom: 55.5%;

	width: 1px;

	background-color: #C7C7C7;

}

.sm .name2 p{

	height: 150px;

	margin: 3% auto 6.5%;

	color: #494949;

	padding: 10% 3%;

	font-size: 20px;

	line-height: 31px;

	background-image: url(../images/yin.png);

	background-repeat: no-repeat;

	background-position: center;



}







@media (max-width: 1200px){ 

    .sm .name2{padding: 15% 10px 4% 3.5%;}

	.sm .icon{zoom: 0.8;}

	.sm .name2 p{height: 75px;padding: 1% 3%;}

}





@media (max-width: 992px){

	.sm{margin-top: 10%;padding-bottom: 20px;}

	.sm h5{font-size: 17px;margin: 10px 0;}

	.sm .name2{height: 190px;padding: 4%;}

	.name h2{font-size: 21px;}

	.sm .name2 p{

		font-size: 14px;height: 52px;

		background-size: 50px;

		line-height: 25px;

		margin: 0;padding: 0;

	}

	

	

	

	}





@media (max-width: 769px){

	

	.sm .name2::after{

	content: "";

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	padding-bottom: 55.5%;

	width: 1px;

	background-color: #fff;

}

	

	}







@media (max-width: 520px){

	

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

		width:100%;

}



.sm .name2{height:auto; margin-bottom:0px;}



	}





.bor20 {

  border-radius: 1.125rem;

}



.p100 {



}



.w100 {

	width: 100%

}



.list_honor{ width:100%; margin:0 auto;}



.list_honor .bgf {

  padding: 1.75rem;

  border: 1px solid rgba(0, 0, 0, 0.1);

  background: #fff;

  transition: all 0.4s;

  -webkit-transform: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

}

.list_honor .ul {

  margin-top: 4rem;

  margin-left:0;

  padding-left:0

}

.list_honor .ul li {

  margin-bottom: 1.5rem;

}

.list_honor .ul li img {

  height:auto;

  object-fit: contain;

}





.list_honor .ul li img {

  height:auto !important

}



.list_honor .ul li:hover .bgf {

  box-shadow: 0 0 1rem rgba(234, 0, 12, 0.15);

  transition: all 0.4s;

  -webkit-transform: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

}

.list_honor .name {

  margin-top: 1.5rem;

  color: rgba(0, 0, 0, 0.8);

  text-align: center;

  font-size: 1.125rem;

  font-weight: 400;

  line-height: 2rem;

}





.ta {

	text-align: center

}



.over {

	overflow: hidden

}

.over>img:hover {

	transform: scale(1.1)

}

.over>img {

	cursor: pointer;

	transition: all .6s

}





.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 20px 0;

  border-radius: 4px;

}

.pagination > li > a,

.pagination > li > span {

  border-radius: 0 !important;

}

.pagination > li {

  margin: 0 5px;

}

.pagination > li > a,

.pagination > li > span {

  color: #333;

}

.pagination > li:last-child .iconfont,

.pagination > li:nth-child(1) .iconfont {

  font-size: 30px;

  line-height: 30px;

}

.pagination > li {

  margin: 0 5px;

}

.pagination {

  display: flex;

  align-items: center;

  justify-content: center;

}

.pagination > li {

  margin: 0 3px;

}

.pagination .active span {

  background-color: #fff;

  border-color: #ea000c !important;

  color: #ea000c;

}





.pagination .page-num-current{

  background-color: #ea000c;

  border-color: #ea000c !important;

  color: #fff !important;

	}





.pagination .active span:hover {

  background-color: #fff;

  color: #ea000c !important;

}

.pagination li a:hover {

  background-color: #fff;

  border-color: #ea000c !important;

  color: #ea000c !important;

}

.pagination > li > a,

.pagination > li > span {

  position: relative;

  float: left;

  padding: 9px 12px;

  color: #333 !important;

  text-decoration: none;

  background-color: #fff;

  border: 1px solid #ddd;

  line-height: 1;

}

.pagination > li.active a,

.pagination > li.active span {

  color: #ea000c !important;

}

.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,

.pagination > .disabled > a:focus {

  color: #777777;

  cursor: not-allowed;

  background-color: #fff;

  border-color: #ddd;

}

.pagination > li > a,

.pagination > li > span {

  color: #333;

}





@media (max-width: 767px){



.list_honor .ul {

    margin-top: 15px;

    margin-left: -8px;

    margin-right: -8px;

  }

  .list_honor .ul li {

    padding: 0 8px 0;

    margin-bottom: 15px;

  }

  .list_honor .bgf {

    padding: 15px;

  }

  .list_honor .name {

    font-size: 14px;

    margin-top: 8px;

  }



}









.Ny_News {

    padding: 15px 2vw;



    display: flex;

    flex-wrap: wrap;

    align-content: flex-start;

}



.NewsList {

    display: block;

    background: #f1f1f1;

    padding: 15px;

    margin-bottom: 30px;

    transition: 1s;

}



.NewsList:hover {

    transform: translateY(-10px);

}



.NewsList .ImgBox {

    display: block;

    overflow: hidden;

}



.NewsList .ImgBox img {

    width: 100%;

    height: 100%;

    object-fit: fill;

    transition: 1s;

}



.NewsList:hover .ImgBox img {

    transform: scale(1.2);

}



.NewsList .text {

    display: flex;

    flex-direction: column;

    padding: 20px 30px 5px;

    background: #f2f2f2;

}



.NewsList .text h1 {

    font-size: 18px;

    line-height:20px;

    margin-bottom: 20px;

    color: #333;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

}





.NewsList .text span {

    display: flex;

    justify-content: space-evenly;

    line-height: 16px;



}



.NewsList .text span p img {

    width: 16px;

    height: 16px;

}



.NewsList .text span p {

    color: #737b80;

    font-size: 14px;

    line-height: 16px;

    margin-bottom: 0;

}





@media screen and (max-width: 640px) and (min-width:0px) {

    .NewsList .text {

        padding: 15px 20px;

    }



    .NewsList .text h1 {

        font-size: 18px;

    }





    .NewsList .text span {

        font-size: 14px;

    }



    .NewsList p {

        font-size: 12px;

        opacity: 1;

    }

}



/* 详情 */







.Ny_NewsPost {

    padding: 3vw;

}



.Ny_NewsPost .title {

    display: block;

    width: 100%;

    line-height: 28px;

    color: #222222;

    font-size: 28px;

    margin-bottom: 35px;

    text-align: center;

}



.Ny_NewsPost .desc {

    display: flex;

    justify-content: center;

    width: 100%;

    padding-bottom: 5px;

    border-bottom: 1px solid #e6e6e6;

}



.Ny_NewsPost .desc span {

    margin: 0 15px;

    color: #999;

    font-size: 14px;

    line-height: 2;

    text-align: center;

}



.Ny_NewsPost .Ny_xiangqing {

    width: 100%;

    margin-top: 30px;

    margin-bottom: 30px;

}



.Ny_NewsPost .Ny_xiangqing p {

    margin: 0;

}



.NewsPostBottom {

    border-top: 1px solid #e6e6e6;

    width: 100%;

    padding: 20px 0;

    display: flex;

    justify-content: space-between;

}



.NewsPostBottom a {

    color: #333;

    line-height: 1;

    font-size: 16px;

}



.NewsPostBottom a:first-child {

    width: 40%;

    text-align: left;

}



.NewsPostBottom a:last-child {

    width: 40%;

    text-align: right;

}



@media screen and (max-width: 640px) and (min-width: 0px) {

    .NewsPostBottom {

        display: flex;

        justify-content: space-between;

        flex-direction: column;

        align-items: flex-start;

    }



    .Ny_NewsPost .title {

        line-height: 1.5;

        font-size: 24px;

    }



    .NewsPostBottom a {

        width: 100% !important;

        text-align: left !important;

        margin: 10px 0;

        line-height: 1.5;

        font-size: 12px;

    }



    .Ny_NewsPost .desc span {

        font-size: 12px;

    }

}





.alignc {

  align-items: center;

}



.container_l{ padding-left:180px;}



.container_l .title {

  color: #000;

  font-size:2.5rem;

  font-weight:bold;

  line-height: 4rem;

}

.container_l .title span {

  position: relative;

  display: inline-block;

  padding-bottom: 0.75rem;

}

.container_l .title span::before {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 4.15625rem;

  height: 0.25rem;

  background: #ea000c;

}

.container_l .title.ta span::before {

  left: 50%;

  transform: translateX(-50%);

}







.container_l .more {

  padding: 0 2.1875rem;

  border-radius: 0.375rem;

  font-size: 1rem;

  background: #ea000c;

  line-height: 3.125rem;

  display: inline-block;

  border-radius: 3.125rem;

  color: #fff;

}

.container_l .more div {

  display: flex;

  align-items: center;

  justify-content: center;

}

.container_l .more .iconfont {

  font-size: 0.65rem;

  color: #fff;

  display: block;

  transition: all 0.4s;

  -webkit-transform: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  margin-left: 0.625rem;

  font-size: 1.25rem;

  font-weight: 600;

}

.container_l .more:hover {

  background: #000;

  transition: all 0.4s;

  -webkit-transform: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

  color: #fff;

}

.more:hover .iconfont {

  transform: translateX(0.625rem);

  transition: all 0.4s;

  -webkit-transform: all 0.4s;

  -moz-transition: all 0.4s;

  -o-transition: all 0.4s;

}

.container_l .more.borf {

  border: 1px solid #FFF;

  background: transparent;

  color: #FFF;

}

.more.borf .iconfont {

  color: #fff;

}



.mb20 {

	margin-bottom: 1.25rem

}



input:focus, select:focus, textarea {

	outline: 0;

	resize: none

}



.list_service_two {

  background: rgba(13, 122, 206, 0.1);

}

.list_service_two .left {

  padding-right: 5.7rem;

}

.list_service_two button {

  border: none;

  margin-top:20px;

}

.list_service_two form {

  margin-top: 3.75rem;

}

.list_service_two input,

.list_shouquan_seven input {

  height: 3.125rem;

  padding: 0 1.3rem;

}

.list_service_two input,

.list_shouquan_seven input,

.list_service_two textarea,

.list_shouquan_seven textarea {

  width: 100%;

  border-radius: 0.625rem;

  background: #FFF;

}

.list_service_two textarea,

.list_shouquan_seven textarea {

  height: 10rem;

  padding: 0.875rem 1.3rem 1.3rem;

  display: block;

  border: none;

}



@media (max-width: 1600px) {

.list_service_two .left {

    padding-top: 45px;

	padding-left:60px;

    padding-bottom: 45px;

  }

  .list_service_two .alignc {

    align-items: normal;

  }

  .list_service_two .alignc .right .over {

    height: 100%;

  }

  .list_service_two .alignc .right .over img {

    height: 100%;

    object-fit: cover;

  }

}



@media (max-width: 990px) {

	

	.container_l .title{

    font-size: 28px;

    line-height: 36px;

  }

	

	.list_service_two .left {

    padding-left: 30px;

    padding-right: 30px;

  }

	

	

	}



@media (max-width: 767px) {

	.list_service_two form {

    margin-top: 15px;

  }

  .list_service_two .left {

    padding-top: 25px;

    padding-bottom: 25px;

  }

  .list_service_two .right {

    display: none;

  }

  

	}





.download{width:100%; margin:0 auto;}

.downbox { padding:4rem 0 4rem 0; }

.downbox li{ width:100%; height:auto; display:inline-block;border-bottom:1px dashed #ddd;}

.downbox li a{ display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;padding:15px 20px; color:#333}

.downbox p{ margin:0; line-height:34px; font-size:18px; width:80%; float:left;}

.downbox p b {color:#666;font-size:20px;}

.downbox h5 {font-size:15px;font-weight:600;color:#333;}

.downbox h5 b {width:24px;height:24px;line-height:22px;text-align:center;color:#666;background:#666;display:inline-block;margin-right:10px;border-radius:3px;}

.downbox li span { background:url(../images/down.png) no-repeat 0px center; display:block; float:right; width:30px; height:30px;}

.downbox li:hover{ background:#ea000c}

.downbox:hover span{background:url(../images/down2.png) no-repeat 0px center; display:block; float:right; width:30px; height:30px; z-index:999}

.downbox:hover {cursor:pointer;}

.downbox:hover p{color:#fff;}

.downbox:hover p b{color:#fff;}

.downbox:hover h5 {color:#fff;}

.downbox:hover h5 b {cursor:pointer;background:#0770ac;}







.pro-list-box{ 

  padding: 4rem 0 3rem 0;

}













/* 列表 */

.Ny_product {

    padding: 0px 15px;

    min-height: 550px;

    display: flex;

    align-content: flex-start;

}



.Ny_ProductList {

    /* margin-bottom: 30px; */

}



.Ny_ProductList a {

    display: block;

    transition: .25s;

}



.Ny_ProductList a:hover .ProductImg {

    box-shadow: 0 0 6px #aaa;

}



.Ny_ProductList a .ProductImg {

    border: 1px solid #d4d4d4;

}



.Ny_ProductList a img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



.Ny_ProductList a .text {

    color: #333;

    padding: 20px 0 38px;

    text-align: center;

    font-size: 16px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;

    transition: .25s;

}







@media screen and (max-width: 640px) and (min-width:0px) {

    .Ny_ProductList a .text {

        font-size: 12px;

        line-height: 3;

    }

}





/* 产品详情 -------------------------------------------------------- */

.Ny_ProductDescImg {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    background: #fff;

    margin-top: 0px;

    padding: 0px;

}



/* 产品图片 */

.Ny_product_Content {

    display: flex;

    flex-wrap: wrap;

}



.Ny_ProductImg {

    position: relative;

    max-width: 550px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}



.Ny_ProductImg img{ background:#fff}



.Ny_ProductImg .swiper {

    width: 100%;

    height: 100%;

    overflow: hidden;

}



.Ny_ProductImg .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    /* 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;

}



.Ny_ProductImg .swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    border: 1px solid #ccc;

}



.Ny_ProductImg .swiper {

    width: 20%;

    height: auto;

    margin-left: auto;

    margin-right: auto;

}



.Ny_ProductImg .swiper-slide {

    background-size: cover;

    background-position: center;

}



.Ny_ProductImg .mySwiper2 {

    width: 100%;

    height: auto;

    max-width: 550px;

    position: relative;

    margin: 0 auto;

}



.Ny_ProductImg .mySwiper {

    width: 100%;

    box-sizing: border-box;

    padding: 0px 30px;

    position: relative;

    max-width: 550px;

    margin: 15px auto;

}





.Ny_ProductImg .mySwiper .swiper-wrapper {

    height: 100%;

}



.Ny_ProductImg .mySwiper .swiper-slide {

    width: 100%;

    height: auto;

    opacity: 0.3;

}



.Ny_ProductImg .mySwiper .swiper-slide-thumb-active {

    opacity: 1;

}



.Ny_ProductImg .mySwiper .swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

}



.proListBoxprev {

    display: flex;

    height: 100%;

    top: 0%;

    bottom: auto;

    position: absolute;

    margin: 0;

    width: 24px;

    left: 0;

    right: auto;

    opacity: 1 !important;

    z-index: 50;

    color: #fff;

    background: #2A62AE;

}



.proListBoxnext {

    display: flex;

    height: 100%;

    top: 0%;

    bottom: auto;

    position: absolute;

    margin: 0;

    width: 24px;

    right: 0;

    left: auto;

    opacity: 1 !important;

    z-index: 50;

    color: #fff;

    background: #2A62AE;

}



.swiper-button-next:after,

.swiper-button-prev:after {

    font-size: 18px !important;

}



/* 产品概要 */

.Ny_ProductDesc {

    width: calc(100% - 600px);

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

}



.Ny_ProductDesc h1 {

    line-height: 30px;

    color: #333;

    font-weight: bold;

    width: auto;

    font-size: 30px;

    border-bottom: 1px solid #666;

    padding-bottom: 30px;

}



/* .Ny_ProductDesc span {

    font-size: 16px;

    font-weight: bold;

    color: #0070c0;

    line-height: 2;

} */



.Ny_ProductDesc .text p {

    margin: 0;

    font-size: 16px;

    line-height: 2;

}





/* 产品简介 */

.Ny_ProductDetails {

    background: #fff;

    margin-top: 45px;

}



.Ny_ProductDetails .list {

    padding: 0;

    border-bottom: 1px solid #ccc;

    display: flex;

}



.Ny_ProductDetails .list p {

    display: block;

    margin-bottom: 0;

    padding: 0 45px;

    line-height: 3.5;

    font-size: 18px;

    color: #000000;

    background: #f5f5f5;

}



.Ny_ProductDetails .list p.cur {

    color: #fff;

    background: #006eb5;

}



.Ny_ProductDetails .Ny_cont a {

    color: #333;

}



.Ny_ProductDetails .Ny_cont {

    display: none;

}



@media screen and (max-width: 1440px) and (min-width:0px) {

    .Ny_ProductImg {

        max-width: 400px;

    }



    .Ny_ProductDesc {

        width: calc(100% - 500px);

    }



}



@media screen and (max-width: 1200px) and (min-width:0px) {

    .Ny_ProductImg {

        max-width: 400px;

    }



    .Ny_ProductDesc {

        width: calc(100% - 450px);

    }



}



@media screen and (max-width: 992px) and (min-width:0px) {

    .Ny_ProductDescImg {

        padding: 50px 15px;

        display: flex;

        flex-wrap: wrap;

    }



    .Ny_ProductImg {

        max-width: 600px;

        margin: 0 auto;

    }



    .Ny_ProductDesc {

        width: 100%;

        margin-left: 15px;

		

    }



    .Ny_ProductDesc h1 {

        width: 100%;

        padding-left: 15px;

        margin-bottom: 15px;

    }



    .Ny_ProductDetails .list p {

        padding: 0;

        width: 100%;

        text-align: center;

    }

	

	.NyBigBox {}

	.Ny_Content{ margin-top:20px !important;}

}







@media screen and (max-width: 640px) and (min-width:0px) {

    .Ny_ProductDesc {

        margin-left: 0px;

		margin-top:30px !important;

    }



    .Ny_ProductDetails .list {

        padding: 0;

    }

	

	.Ny_ProductDesc h1 { font-size:20px; padding-bottom:10px;}



    .Ny_ProductDetails .list p {

        padding: 0 10px;

        font-size: 16px;

    }



    .Ny_ProductDetails .list p {

        padding: 0 5px;

        font-size: 12px;

    }

	.Ny_ProductImg{ max-width:100%;}

}



/* end-产品详情 */



/* 搜索 */

.Ny_Content .search {

    width: auto;

    border-bottom: 0px solid #000;

    display: flex;

}



.Ny_Content .search input {

    border: 1px solid #333;

    width: 200px;

    height: 32px;

}



.Ny_Content .search button {

    width: 50px;

    height: 32px;

    color: #333;

    border: 1px solid #333;

    background: #f5f5f5;

    filter: invert(0);

}





























