@charset "utf-8";

/* CSS Document */
@media screen and (min-width:2200px)
	
{

}

@media screen and (max-width:1880px)
	
{

}

@media screen and (max-width:1700px)
	
{

}




@media screen and (max-width:1680px)
	
{
	body{font-size: 16px;}
	.footnav li a{font-size: 20px;}
	
}

@media screen and (max-width:1440px)
	
{
	.bantxt h2{font-size: 50px;}
	.bantxt h3{font-size: 40px;}
	.size40{font-size: 32px}
	.newstxt h3{font-size: 20px;}
	.syprobox li p{font-size: 20px;}
	.nybantxt h2{font-size: 40px;}
	.nybantxt p{font-size: 40px;}
}


@media screen and (max-width:1366px)
	
	
{

	body{font-size: 14px;}

	.bantxt h2{font-size: 40px;}
.bantxt h2{font-size: 30px;}
   
}

@media screen and (max-width:1280px)
	
{

	.mainbox{width: 90%;}
	.linkbox li img{max-width: 60%}
	
	.footnav li a{font-size: 16px;}
}




@media screen and (max-width:1100px)
	
{

	body{overflow-x: hidden; padding-top: 80px;}
	.topright{width: 120px;}
	.top>.mainbox{height: 80px;}
	.nav{ position: fixed;top:80px;right:0;z-index:999999999;float:inherit;width:100%;height:calc(100vh - 80px); text-align:center;opacity:0;visibility: hidden; overflow-y:scroll;-webkit-overflow-scrolling:touch; background-color:#fff; margin-top: 0px; }
	
	.top.cur .nav{top:80px;height:calc(100vh - 80px);}
	

	.nav ul{display:block; width:90%; margin: 0 auto;padding-top: 20px; }

	.nav li{border-bottom: 1px solid #f0f0f0; height:auto;display:block; margin: 0px; text-align: left; background: url("../images/down.png") no-repeat right 32px; background-size: 12px auto;}
	.nav li>a{display: inline-block; line-height: 70px; color: #333; padding-bottom: 0px; font-size:16px;}
	
	.top.cur .nav li>a{line-height: 70px;}

    .nav li:nth-child(1),.nav li:nth-child(2),.nav li:nth-child(4),.nav li:nth-child(6),.nav li:nth-child(7){background: none}
    .nav li:nth-child(1) a,.nav li:nth-child(2) a,.nav li:nth-child(4) a,.nav li:nth-child(6) a,.nav li:nth-child(7) a{display: block}
	
	.navdown{position: relative; left: auto; top: auto; max-width: none; transform: none; padding: 0px; box-shadow: none}
	.top.cur .navdown{top: auto}
	.navdown a{line-height:36px; text-align:left; padding:10px 0px;border-top: 1px solid #f0f0f0; background: none; border-bottom: none; display: block; margin: 0px; font-size: 16px; padding-left: 30px;}


	.navdown p span{position: relative; display: block; opacity: 1; visibility: visible; left: auto; box-shadow: none; padding-left: 20px;}

	.nav-btnbox {position:absolute;z-index:999999999999999999;right:4%;top:50%; width:22px;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; display:block; transform: translate(0,-50%); cursor: pointer}
	.nav-btnbox .icon-bar {display: block; height:2px;border-radius: 10px;overflow: hidden;background-color:#333333;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;perspective-origin: 50% 50%;-ms-transition: all .3s ease; margin:0 auto;}
	

	.nav-btnbox .icon-bar+.icon-bar {margin-top:5px}	
	.menu-open .nav-btnbox .icon-bar{ background-color:#000;}
	.menu-open .nav-btnbox .icon-bar:first-child { margin-left: 0;-webkit-transform: translate3d(0px, 7px, 0) rotate3d(0, 0, 1, -45deg);transform: translate3d(0px, 7px, 0) rotate3d(0, 0, 1, -45deg);}	
	.menu-open .nav-btnbox .icon-bar:nth-child(2) { opacity: 0;transform: translate(20px, 0);}
	.menu-open .nav-btnbox .icon-bar:last-child {-webkit-transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 45deg);transform: translate3d(0, -7px, 0) rotate3d(0, 0, 1, 45deg);}



	.menu-open .nav{visibility:visible;opacity:1;}
	.menu-open .icon-bar{ background:#FFF}
	.menu-open .nav li{-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}

	.menu-open .nav li:nth-child(1){animation-delay:0s;}
	.menu-open .nav li:nth-child(2){animation-delay:0.1s;}
	.menu-open .nav li:nth-child(3){animation-delay:0.2s;}
	.menu-open .nav li:nth-child(4){animation-delay:0.3s;}
	.menu-open .nav li:nth-child(5){animation-delay:0.4s;}
	.menu-open .nav li:nth-child(6){animation-delay:0.5s;}
	.menu-open .nav li:nth-child(7){animation-delay:0.6s;}
	.menu-open .nav li:nth-child(8){animation-delay:0.7s;}
	.menu-open .nav li:nth-child(9){animation-delay:0.8s;}
	.menu-open .nav li:nth-child(10){animation-delay:0.9s;}



	@-webkit-keyframes fadeInUp {0% {opacity:0;-webkit-transform:translateY(60px)}

	100% {opacity:1;-webkit-transform:translateY(0)}

	}

	@-moz-keyframes fadeInUp {0% {opacity:0;-moz-transform:translateY(60px)}

	100% {opacity:1;-moz-transform:translateY(0)}

	}

	@-o-keyframes fadeInUp {0% {opacity:0;-o-transform:translateY(60px)}

	100% {opacity:1;-o-transform:translateY(0)}

	}

	@keyframes fadeInUp {0% {opacity:0;transform:translateY(60px)}

	100% {opacity:1;transform:translateY(0)}

	}

	
}




@media screen and (max-width:1024px)
	
{

	body{font-size: 14px;}

}

@media screen and (max-width:999px)
	
{


	
}

@media screen and (max-width:920px)
	
{

	
	.logo{width: 20%}
	
	.aboutcenter .mainbox.right{display: block}
	.aboutimg{margin: 0 auto}
	.teamlist li {width: calc(33.33% - 20px); margin-left: 20px;}
	.teamlist ul{margin-left: -20px;}
	
}

@media screen and (max-width:768px)

{

	.syabout {display: block}
	.syableft{width: 100%}
	.syabright{width: 100%; margin-top: 40px;}
	
	.businesslist li {width: calc(50% - 50px);}
	.nynav{display: none}
	.nynavselect{display: block}
	
	.contacttop ul{display: block}
	.contacttop li{margin: 20px 0px;}
	.contxt{width: calc(100% - 100px)}
		

}

@media screen and (max-width:680px)

{
	
	.pd3{ padding-top:6%; padding-bottom:6%}
	.pd4{ padding-top:8%; padding-bottom:8%}
	.pd5{ padding-top:10%; padding-bottom:10%}
	.pd6{ padding-top:10%; padding-bottom:10%}
	.pd2{ padding-top:4%; padding-bottom:4%}

	.mt1{ margin-top:3%}
	.mt2{ margin-top:6%}
	.mt3{ margin-top:9%}
	.mt4{ margin-top:10%!important}
	.mt5{ margin-top:10%}
	.mt6{ margin-top:15%}
	.mt8{ margin-top:20%}
	
	

	.pb3{ padding-bottom:6%}
	.pb4{ padding-bottom:8%}
	.pb5{ padding-bottom:10%}
	.pb6{ padding-bottom:12%}
	.pb7{ padding-bottom:14%}
	
	.wapshow{display:block}
	.pcshow{display: none}
	
	.nav{height: calc(100vh - 66px); top:66px;}
	.top.cur .nav{top:60px;height: calc(100vh - 60px);}
	.top>.mainbox{height: 66px;}
	body{padding-top: 66px;}
	.bantxt h2{font-size:30px;}
	.bantxt h3{font-size:24px;}
	.logo{width: 35%}
	.top.cur>.between{height: 60px;}
	.banner .swiper-pagination{bottom: 5px;}
	
	.size40{font-size: 24px;}
	.synewsbox li{padding:20px 0px;}
	.newstxt p{display: none}
	.newstxt h3{font-size: 16px; line-height: 1.6}
	.newstxt span{font-size: 12px;}
	.synewsbox li .bigpic{width: 35%}
	.newstxt {width: 60.8%;}
	
	.newstxt h3.oneline{-webkit-line-clamp:2;line-clamp:2;}
	.syprobox ul {margin-left: -20px;}
	.syprobox li{width: calc(50% - 20px); margin-left: 20px;}
	.syprobox li p{font-size: 16px;}
	.massagebox li {width: calc(100% - 30px); margin-top: 15px;}
	.massagebox li:nth-child(4){width: calc(100% - 30px);}
	.linkbox{display: block}
	.linkbox p{width: 100%; margin: 0px; text-align: center}
	.linkbox ul{width: 100%}
	.linkbox li{width: 50%; margin: 10px 0px}
	.footnav{display: none}
	
	.footcon span{margin:5px 10px;}
	.footwx{max-width: 220px;}
	.footbot a{display: block}
	.footbot{font-size: 12px;}
	
	.nybantxt h2{font-size: 30px}
	.nybantxt p{font-size: 30px}
	.abouttop h1{font-size: 24px; line-height: 1.4}
	
	.aboutimg{width: 100%}
	.aboutimg .swiper-button-prev{left:-5%;width: 36px;height: 100px;}
	.aboutimg .swiper-button-next{right:-5%;width: 36px;height: 100px;}
	.aboutbot li {width: calc(50% - 25px); margin: 15px 0px; margin-left: 25px;}
	
	.aboutbot ul{margin-left: -25px;}
		
	.businesslist li {width: calc(100% - 50px); }	
		
	.newsshowtit h1{font-size: 22px;}
	.page a{width: 32px; height: 32px; line-height: 32px;}
	
	.nyproshowtop{display: block}
	.nypropic{width: 100%}
	.nyprotxt{width: 100%; margin-top: 30px}
	.nyprotxt h2{font-size: 20px;}
	.newsupdown{display: block}
	
	.teamlist li {width: calc(50% - 20px);}
    .contxt {width: calc(100% - 80px);}
	.conpic{width: 60px; height: 60px;}
	.banner .swiper-pagination-bullet{margin: 0px 5px!important;}
	
	.nyproshowcen>h4{font-size: 14px;}
		
}


@media screen and (max-width:580px)

{

	
}

@media screen and (max-width:480px)
	
{

}

@media screen and (max-height:450px)
	
{
	


	

}

@media screen and (max-height:700px)
	
{
	
}

@media screen and (max-height:1366px) and (max-width:1024px)
{
	

	
}

@media screen and (max-height:450px) and (min-width:800px) 
	
{

	.mobile_show{display: block}
	
	
}





