@CHARSET "UTF-8";

@media only screen and (max-width:1080px) {


/**top**/
.nav li.en
{
    display: block;
}

.top_contact,.logo a p,.search
{
    display:none;
}
.logo a img,.logo {
    height: 70px;
    padding: 15px 0px;
}


	.m_gb {
		right: 9px;
		width: 30px;
		height: 50px;
		position: absolute;
		top: 30px
	}

	.m_gb:before {
		content: '';
		width: 25px;
		height: 2px;
		background: #ddd;
		position: relative;
		display: block;
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		position: relative;
		top: 2px;
		left: .5px
	}

	.m_gb:after {
		content: '';
		width: 25px;
		height: 2px;
		background: #ddd;
		position: relative;
		display: block;
		-moz-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		-o-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg)
	}

	.top_tel a {
		width: 180px;
		height: 46px;
		line-height: 46px;
		background: url(../images/index_05.jpg) #01a8ec no-repeat 20px center;
		border-radius: 30px;
		color: #fff;
		float: right;
		font-size: 16px;
		padding-left: 46px;
		margin-top: 27px
	}

	.logo img {
		height: 60px;
		float: left
	}

	.index_top {
		height: 70px;
	}

	#navToggle {
		position: fixed;
		right: 20px;
		width: 25px;
		display: block;
		top: 11px
	}

	#navToggle span {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #00598a;
		height: 2px;
		position: relative;
		width: 100%;
		margin-top: 24px;
	}

	#navToggle span:before {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
		top: 8px;
		display: block;
		background: #00598a;
	}

	#navToggle span:after {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #00598a;
		content: '';
		bottom: 10px;
		width: 100%;
		height: 2px;
		position: relative
	}

	#menu .nav {
		position: fixed;
		height: 100vh;
		z-index: 9999;
		background: #fff;
		left: 0;
		top: 0;
		padding-top: 80px;
		transform: translateX(100%);
		transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
		-webkit-transition: all ease .5s;
		width: 100%;
	}

	#menu .open {
		transform: translateX(0)
	}

	#menu .nav li {
		width: 100%;
		line-height: 50px;
		padding: 0px;
		position: relative
	}


	#menu .nav li a {
		line-height: 50px;
		text-align: left;
		border-bottom: 1px #eee solid;
		padding: 0 0;
		color: #333;
	}

	#menu .nav li a:hover {
		background: 0 0;
		color: #00598a;
	}



/**banner**/


.n_banner {
    margin-top: 70px;
    height: 120px;
}
.banner_text p {
    font-size: 26px;
}
.banner_text p span {
    font-size: 14px;
    margin-top: 10px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
}

.swiper_pcbn
{
	display: none;
}
.swiper_mbn
{
	display: block;  
}
.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 10px !important;
    z-index: 9;
    text-align: center;
}
/**.footer**/
.footer_left,.footer_right,.bq_right
{
    display: none;
}
.footer_c_left {
    width: 100%;
    max-width: 100%;
}
.footer_c_left img
{
  max-width: 200px;  
}

.bq_left {
    width: 100%;
    text-align: center;
    font-size: 13px;
}
.bq a {
    margin-left: 0px;
    display: inline-block;
    margin: 0px 5px;
}

.links
{
    display: block;
    color: #fff;
    width: 100%;
    margin: 40px 0px 20px;
}
.links p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 0px rgba(255,255,255,0.1) solid;
}

.links ul a
{
    line-height: 26px;
    color: #fff;
    opacity: 0.6;
    margin-right: 20px;
    display: block;
}

	
/**fl*/

.pageController {
    margin-top: 40px;
}


.fl_list p {
    display: none;
}
.fl_list {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 0px #ddd;
}
.fl_title {
    padding: 0px 0px 0px;
    overflow: hidden;
}
.fl_list a {
    line-height: 40px;
    width: calc((100% - 5px)/2);
    font-size: 14px;
    color: #666;
    float: left;
    border-bottom: 0px #e5e5e5 solid;
    position: relative;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.fl_list .on {
    color: #fff;
    background: #00598a;
}


	
.fl_list a:nth-of-type(2n)
{
    margin-right: 0px;  
}
.mfl_title a
	{
    width: calc((100% - 10px)/3);
    padding: 0px 5px;
 }

	
.mfl_title a:nth-of-type(3n)
{
    margin-right: 0px;  
}
.mfl_title a:nth-of-type(2n)
{
    margin-right: 5px;  
}

.nyabout {
    width: 100%;
    padding-left: 0px;
    float: right;
    margin-bottom: 60px;
}
.mbx {
    display: none;

}
.fl_center {
    max-width: 1240px;
    padding: 20px 20px 0px;
    margin: auto;
    overflow: hidden;
}
.fl_list a:hover {
    color: #00598a;
    background:#fff;
}

/**contactn**/

.contact .left {
    width: 100%;
    float: left;
}
.contact .right {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.contact .left .title {
    font-size: 22px;

}
 .my-map {
     height: 300px !important;
     
 }

.nyabout_center .contact .title {
    font-size:18px;
    color: #00598a;
}
.nyabout_center .contact ul {
    display: block;
}

/**about**/

.nyabout_center img
{
  max-width:100%;  
}
.nyabout p {
    font-size: 14px;
}
.photo_fl a {
    line-height: 40px;
    font-size: 14px;
 
}
.nyabout_center ul.list li {
    width: calc((100% - 20px)/2);
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.nyabout_center ul li:nth-of-type(2n)
{
    margin-right:0px;
}

/**products**/

.indexpr_main li {
    width: calc((100% - 20px)/2) !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.nyabout_center ul li:nth-of-type(3n) {
    margin-right: 20px !important;
}
.nyabout_center ul li:nth-of-type(2n) {
    margin-right: 0px !important;
}

.fa_top {
    display: block;
}
.fa_top_l {
    width: 100%;
}

.fa_dt_r {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin-top: 20px;
}

.fa_active i {
    font-size: 16px;
}
.xz_list {
    padding: 10px 10px;
}
.xz_list a {
    font-size: 14px;
}
.content img
{
    max-width: 100%;
}

/**news**/

.nynews_list_text {
    padding: 0px 0px;
    width: 100%;
    height: 100%;
    border-left: 0px #ddd solid;
}
.nynews_list_img {
    overflow: hidden;
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    padding-top: 60%;
    margin-top: 20px;
}
.nyabout_center {
    width: 100%;
    padding: 0px;
    margin: 30px auto 0px;
    overflow: hidden;
}
.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nynews_list_ptitle {
    width: calc(100% - 100px);
}
.nynews_list_c .time {
    font-size: 12px;
    color: #888888;
    width: 100px;
    text-align: center;
    height: auto;
    padding-right: 0px;
    text-align: right;
}
.nynews_list_c {
    display: block;
}
.nynews_list_summary {
    margin-top: 10px;
}
.news_detail h1.title {
    font-size: 18px;
}

.precontent {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.nextcontent {
    width: 100%;
    float: right;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
.detailpage {
    margin-top: 0px;
}


/**index**/
.index_bn {
    margin-top: 70px;
    position: relative;
}

.pag6_center {
    display: block;
}


.pag4_center .right
{
    margin-top:20px;
}

.pag4_center .left,.pag4_center .right  {
    width: 100%;
    float: left;
}
.pag4_center .first_title {
    width:55%;
    font-size: 14px;
    color: #414346;
    padding: 0px 0px 0px 20px;
}
.pag4_center .first .img {
    width: 45%;
    height:90px;
}
.three .img {
    height: 160px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.three .first_title {
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.three .first_title p {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}

.pag5 .n_banner img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: auto;
}

.pag6_center .left,.pag6_center .right {
    width: 100%;
    float: left;
    padding: 25px;
    background: url(../images/sjx.jpg)#fff no-repeat left top;
}
.pag6_center .right
{
    margin-top:20px ;
}
.pag6_center ul li .time {
    font-size: 12px;
}
.pag7_center .first {
    margin: 0px 0px 10px;
    background: #eff2f4;
}
.pag7_center .first .img {
    width: 45%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.pag7_center .first_title {
    width: 55%;
    font-size: 14px;
    color: #4b4b4b;
    padding:0px 20px;
}
.pag7_center ul {
    padding: 0px 0px 0px;
}
.pag7_center .title {
    padding-right: 0px;
}

.pag9_center ul li {
    width: 100%;
    background: #fff;
    margin-bottom:20px;
}
.pag9_center ul {
    display: block;
    justify-content: space-between;
}
.pag9 {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.swiper-hot-prev, .swiper-hot-next {
    display: none;

}
.pag3 ul li a {
    font-size: 14px;
    line-height: 66px;
    padding-right: 0px;
}
.pag5_center ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    background: #00598a;
    transition: all 0.5s;
    flex-direction: column;
    
}
.pag5_center ul li a .title {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 10px;
}
.pag5_center ul li a img {
    max-height: 26px;
    max-width: 100%;
}
.pag5_center .n_banner {
    margin-top: 0px;
    height: auto;
}
.pag5_center ul li {
    width: 120px;
    margin-right:10px;
}
.pag5_center ul li:nth-last-of-type(1)
{
   margin-right:0px;
}
.pag5_center ul
{
    width: 640px;
    margin-bottom: 0px;
}

.mlist {
    overflow: scroll;
}
.pag5 {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}



}


