@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:500,600,700&display=swap');
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../sh_img/font/AppleSDGothicNeoR.woff2') format('woff2'), url('../sh_img/font/AppleSDGothicNeoR.woff2') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../sh_img/font/AppleSDGothicNeoM.woff2') format('woff2'), url('../sh_img/font/AppleSDGothicNeoM.woff2') format('woff');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../sh_img/font/AppleSDGothicNeoB.woff2') format('woff2'), url('../sh_img/font/AppleSDGothicNeoB.woff2') format('woff');
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'AppleSDGothicNeo';
	src: url('../sh_img/font/AppleSDGothicNeoEB.woff2') format('woff2'), url('../sh_img/font/AppleSDGothicNeoEB.woff2') format('woff');
	font-weight: 700;
	font-style: normal
}
body {
	background: #fff;
	font-size: 0.81em;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select {
}
#device_change {
	border: 1px solid #666;
	font-size: 3.5em;
	box-shadow: none
}
* {
	-webkit-text-size-adjust: none
}

#sh_wrapper {
	position: relative;
	width: 100%
}
#sh_wrapper, #sh_wrapper *, #sh_wrapper *:before, #sh_wrapper *:after {
	box-sizing: border-box
}
/* HEADER */
#sh_hd {
	position: relative;
	z-index: 10;
	min-width: 1300px;
	width: 100%
}
#sh_hd_wrapper {
	position: relative
}
/* MAIN  */
#main_banner {
	position: relative;
	z-index: 10;
	min-width: 1300px;
	width: 100%
}
/* INDEX */
#sh_section {
	position: relative;
	min-width: 1300px;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -.2px;
	color: #9e9e9e;
	font-family: 'MS PMincho','AppleSDGothicNeo'
}
/* FADE */
.animated {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes fadeInUp {
from {
opacity:0
}
to {
	opacity: 1;
	-webkit-transform: translateY(0)
}
}
@keyframes fadeInUp {
from {
opacity:0
}
to {
	opacity: 1;
	transform: translateY(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes fadeInLeft {
from {
opacity:0
}
to {
	opacity: 1;
	-webkit-transform: translateX(0)
}
}
@keyframes fadeInLeft {
from {
opacity:0
}
to {
	opacity: 1;
	transform: translateX(0)
}
}
/* CONTAINER */
#sh_container {
	position: relative;
	width: 100%;
	z-index: 0
}
#sh_container_wrapper {
	position: relative;
	width: 100%;
	padding: 85px 0px 0;
	zoom: 1
}
#sh_container_wrapper.sub {
	padding: 85px 0 0
}
#sh_container_wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
/* SNB */
#sh_aside {
	position: relative;
	min-width: 1300px;
	width: 100%;
	background-color: #222;
	font-family: 'AppleSDGothicNeo'
}
/* CONTENT */
#sh_content {
	position: relative;
	z-index: 4;
	width: 1100px;
	min-height: 500px;
	padding: 0;
	margin: 70px auto 80px;
	line-height: 1.6;
	color: #888;
	zoom: 1
}
#sh_content:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
/* FOOTER */
#sh_ft {
	position: relative;
	overflow: hidden;
	min-width: 1300px;
	padding: 80px 55px 60px;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(0,0,0,.5);
	letter-spacing: -.2px;
	background-color: #e3f6fb;
	font-family: 'AppleSDGothicNeo'
}


#sh_ft .copymiit {
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: rgba(0, 0, 0, .5);
    padding-top: 50px;
    margin-top: 70px;
    border-top: rgba(0, 0, 0, .1) 1px solid;
}


#sh_ft .copymiit .leftbox a{
    color: rgba(0, 0, 0, .5);
}

#sh_ft .copymiit .leftbox a:hover{
    color: rgba(0, 0, 0, .7);
}


#sh_ft .copymiit .rightbox a{
    color: rgba(0, 0, 0, .5);
}

#sh_ft .copymiit .rightbox a:hover{
    color: rgba(0, 0, 0, .7);
}






#sh_ft .left {
	float: left;
    width: 40%;
}
#sh_ft .left ul {
	margin: 0px 0 25px
}


#sh_ft .left .contact {
    display: table;
}





#sh_ft .left .contact .contactbox{
    display: flex;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    padding-bottom: 3px;
}


#sh_ft .left .contact .contactbox .contactleftbox{
	width: 126px;
    font-weight: 600;
        color: #df4222;
}




#sh_ft .left ul li {
	display: inline-block
}
#sh_ft .left ul li+li:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 10px;
	margin: 0 15px 0 10px;
	background-color: rgba(0,0,0,.2)
}
#sh_ft .left ul li a {
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,.5);
	font-family: 'Poppins'
}
#sh_ft .left ul li a:hover {
	color: rgba(0,0,0,.7)
}
#sh_ft .left .copy {
	margin-top: 35px;
	font-size: 14px
}
#sh_ft .right {
        width: 60%;
	overflow: hidden;
	float: right;
	padding: 0px 0 10px 45px;
    display: flex;
    justify-content: space-between;
	/*border-left: 1px solid rgba(0,0,0,.1)*/
}
#sh_ft .right dl {
	float: left;
}
#sh_ft .right dl dt {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,.7);
	font-family: 'Poppins'
}
#sh_ft .right dl dd a {
	color: rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	/*font-family: 'Poppins', 'AppleSDGothicNeo'*/
}
#sh_ft .right dl dd a:hover {
	color: rgba(0,0,0,.7)
}
#sh_ft .right .sns {
	float: left;
	text-align: center
}
#sh_ft .right .sns li+li {
	margin-top: 8px
}
#sh_ft .right .sns li a {
	font-size: 18px;
	color: rgba(0,0,0,.5)
}
#sh_ft .right .sns li a:hover {
	color: rgba(0,0,0,.7)
}
#device_change {
	border: 1px solid #666;
	font-size: 3.5em;
	box-shadow: none
}

/**/
.nybanner{background: url(../images/bgaa.jpg) no-repeat center top; height: 405px;}
.nybanneraa{background: url(../images/nyppimg02.jpg) no-repeat center top; height: 500px;}
.nybannerb{background: url(../images/nybannerb.jpg) no-repeat center top; height: 500px;}
.nybannerc{background: url(../images/nybannerc.jpg) no-repeat center top; height: 500px;}

.gall_area  .swiper-slide img{max-width: 100%; display: block;}
.gall_area  .swiper-slide .restit{margin-top: 25px; color: #666;}

.logobbb{text-align: center;}
.logobbb img{width: 10%; display: block; margin: 0 auto;}

.hzula{display: flex; flex-wrap: wrap; width:40%; margin:0 auto;}
.hzula li{width: 33.3%; margin: 1% 0;}
.hzula li img{width: 100%; display: block; transition: .5s;}
.hzula li:hover img{transform: scale(1.05);}

.hzulb{display: flex; flex-wrap: wrap; width:66%; margin:0 auto;}
.hzulb li{width: 20%; margin: 0;}
.hzulb li img{width: 100%; display: block; transition: .5s;}
.hzulb li:hover img{transform: scale(1.05);}

@media (max-width: 1300px) {
	#sh_hd{width: 100%; min-width: 100%;}
	#main_banner{width: 100%; min-width: 100%;}
	#mainVisual .main_txt .txt2{font-size: 50px;}
	#sh_section{width: 100%; min-width: 100%;}
	#atc02 .txt_area p{font-size: 45px;}
	#atc02 .txt_area{width: 60%; max-width: 60%; padding-right: 12%; box-sizing: border-box;}
	#atc07 .tit_area{margin-bottom: 50px;}
	#roomList{margin-top: 0; padding-bottom: 0;}
	#roomList .right ul:first-child{padding-top: 0;}
	#roomList .right{width: 100%; padding-left: 0; float: none;}
	#roomList .right ul li:not(:nth-child(2)){margin-top: 100px;}
	#atc03 .content_area .rightblock{display: none;}
	#atc03 .content_area .centerblock{width: 50%;}
	#atc03 .content_area .centerblock .boximg img{height: auto; width: 100%;}
	#atc04 .txt_area ul li{align-items:center; justify-content:center;}
	#atc04 .txt_area ul li:nth-child(1) .info{flex: 1; padding:0 40px;}
	#atc04 .txt_area ul li:nth-child(1) img{max-width: 50%; width: 50%;}
	#atc04 .txt_area ul li .info div{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 20px 0;}
	#atc04 .txt_area ul li:nth-child(2){margin-top: 40px;}
	#atc04 .txt_area ul li:nth-child(2) img{max-width: 50%; width: 50%;}
	#atc06{padding: 50px 0;}
	#sh_ft{min-width: 100%; width: 100%;}
	#sh_ft .left{width: 40%;}
	#sh_ft .right{width: 60%;}
}

@media (max-width: 1000px) {
	#navWrap{padding: 0;}
	#mainVisual .main_txt .txt2{font-size: 25px;}
	#mainVisual .main_txt .txt3{font-size: 15px;}
	
	#atc02 .txt_area{padding-bottom: 50px;}
	#roomList .right ul li:not(:nth-child(2)){margin-top: 0;}
	#atc03 .content_area .centerblock{width: 100%; margin-top: 20px;}
	#atc04 .txt_area ul li:nth-child(1) img{max-width: 100%; width: 100%;}
	#atc04 .txt_area ul li:nth-child(1) .info{padding: 0; margin-top: 20px;}
	#atc04 .txt_area ul li:nth-child(2) img{max-width: 100%; width: 100%;}
	#atc04 .txt_area ul li:nth-child(2) .info{padding: 20px 50px;}
	#atc06{padding: 20px 0px;}
	#atc06 .tit_area{width: calc(100% - 25px);}
	#sh_ft .right{display: none;}
	#sh_ft{padding: 35px;}
	#sh_ft .left{width: 100%;  box-sizing: border-box;}
	#sh_ft .copymiit{padding-top: 30px; margin-top: 40px;}
	#sh_ft .copymiit .rightbox{display: none;}

	.mm-menu.mm-theme-dark em.mm-counter{display: none;}
	em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span{margin-right: 0;}
	.mm-listview .mm-next + a, .mm-listview .mm-next + span{margin-right: 0;}
}

.nyccca{padding: 80px 150px; box-sizing: border-box; }
.nyccca p{font-size: 16px; margin: 15px 0; border-bottom: rgba(0, 0, 0, 0.1) 1px solid; line-height: 200%;}
.nyccca em{background-color: #154b95; width: 15px; height: 30px; border-radius: 20px; margin-right: 10px;}
.nyccca .nycctit{font-size: 25px; font-weight: bold; margin-bottom: 40px; text-align: center;}
.nyccca .nycctita{margin: 20px 0 0; font-size: 18px; line-height: 190%;}

.nycccaa{padding-bottom: 0;}

.nycccb{background: linear-gradient(to bottom, rgba(218, 245, 255, 1), rgba(227, 246, 252, 0)); padding: 50px 150px; box-sizing: border-box; }
.nycccb em{background-color: #154b95; width: 15px; height: 30px; border-radius: 20px; margin-right: 10px;}
.nycccb .nycctit{font-size: 25px; font-weight: bold; margin-bottom: 40px; text-align: center;}

.nycccb ul{display:flex; flex-wrap: wrap; width: 100%;}
.nycccb ul li{width: 23%; margin:0.3% 1% 1%; padding: 15px; box-sizing: border-box; border: 1px solid #ddd; background:rgba(255,255,255,0.6); text-align: center; font-size: 18px; box-shadow: 0px 0px 5px #ddd; border-radius: 25px; transition: .5s;}
.nycccb ul li span{display: block; font-size: 14px; text-align: center; margin-top: 5px; color: #154b95;}
.nycccb ul li:hover{transform: scale(1.05);}

.nyccca .nyimga{text-align: center; margin-top: 20px; overflow: hidden;}
.nyccca .nyimga img{display: block; width: 100%; margin-top: 40px; display: block; transition: .5s;}
.nyccca .nyimga img:hover{transform: scale(1.03);}

.nycccd{padding: 40px 150px; box-sizing: border-box; background: url(../images/hhbg.png) no-repeat center bottom;}
.nycccd em{background-color: #154b95; width: 15px; height: 30px; border-radius: 20px; margin-right: 10px;}
.nycccd .nycctit{font-size: 25px; font-weight: bold; margin-bottom: 30px; text-align: center;}
.nycccd .nycctita{margin: 20px 0 0; font-size: 18px; line-height: 190%;}

.hhonoraa{background: url(../images/hezuo.jpg) no-repeat center; height: 450px;}

.sanbaoinwrap .sbhead {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    padding: 60px 100px;
    background: linear-gradient(90deg, rgba(245, 246, 247, 1) 0%, rgba(250, 251, 252, 1) 100%);
    border-radius: 10px;
    box-sizing: border-box;}

.sanbaoinwrap .sbhead h2 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e8eb;
    font-weight: normal;
}


.w820{ width:1200px; margin:0 auto;}
.cList{ padding:80px 0 50px 0; position:relative; margin-top: 50px;}
.cList .line{ width:1px; height:100%; background:#c7c9cc; overflow:hidden; position:absolute; left:50%; top:0;}
.cList .line .top{ background:url(../img/about/top.png) no-repeat center top; height:112px; width:1px; position:absolute; left:0; top:0;}
.cList .line .bottom{ background:url(../img/about/bottom.png) no-repeat center top; height:112px; width:1px;position:absolute; left:0; bottom:0;}
.cList .list{ padding-left:138px; position:relative; width:1200px; margin-bottom:60px;}
.cList .list .txt{ font-size:18px; line-height:25px; color:#333; padding-left: 51%;}
.cList .list .date{ font-family: HELVETICANEUELTPRO-THEX; font-size:26px; position:absolute; left:10px;  top:50%; width: 48%; margin-top:-15px; color:#000; text-align: right; padding-right: 5%;}
.cList .list .dot{ width:5px; height:5px; background:#7a7b7c;border-radius: 10px; position:absolute; left:50%; margin-left:-2px; top:45%;}

.nycctitab{text-align: left; padding: 25px 0 25px 35%; font-size: 20px; line-height: 1.8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; letter-spacing: 1px; box-sizing: border-box;}
.nycctitaa{font-size: 40px; font-weight: bold;}
.nycccc{background-color: #fbfbfb;}

.nyccppul{width: 100%; display: flex; flex-wrap: wrap;}
.nyccppul li{width: 31%; margin: 1.1%; border-radius: 25px; border: 1px solid #ddd; padding:30px 25px; box-sizing: border-box;}

.content{margin: 40px 0; display: block;}
.nyccppul li .img {
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
  }
  .nyccppul li .img img{width: 100%; display: block;}
  .nyccppul li .img a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: center no-repeat;
	background-size: cover;
	-webkit-transition: all .3s;
	transition: all .3s
  }
  .nyccppul li .img:hover {
	transform: scale(0.9)
  }
  .nyccppul li .img:hover a {
	transform: scale(1.23)
  }
  .nyccppul li .info p {
	padding: 13px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #555;
	font-size: 14px;
	color: #111;
	font-family: 'MS PMincho','AppleSDGothicNeo'
  }
  .nyccppul li .info p span:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 10px;
	margin: 0 12px;
	background-color: #ccc
  }
  .nyccppul li .info dl dt {
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #111;
	font-family: 'MS PMincho','AppleSDGothicNeo'
  }
  .nyccppul li .info dl a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	font-family: 'MS PMincho','Poppins';
	  float: right;
	  margin-top: 20px;
  }
  .nyccppul li .info dl a:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: width .3s;
	transition: width .3s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000)
  }
  .nyccppul li .info dl a:before {
	width: 100%;
	right: 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
  }
  .nyccppul li .info dl a span {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  font-size: 13px;
	  font-weight: 700;
	  font-family: 'MS PMincho', 'Poppins';
		  /*color: #df4222;*/
  }
  .nyccppul li .info dl a span::after {
	  content: "";
	  width: 14px;
	  height: 14px;
	  margin-left: 8px;
	  background-image: url(../../../images/icoTopRightarrow_1.svg);
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  filter: hue-rotate(60deg);
	  transform: rotate(45deg);
  }
  
  .nyccppul li .info dl a:after {
	width: 0;
	left: 0;
	background: #222;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
  }
  .nyccppul li .info dl a:hover {
	color: #222
  }
  .nyccppul li .info dl a:hover:before {
	width: 0;
	transition-delay: 0s
  }
  .nyccppul li .info dl a:hover:after {
	width: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
  }
  .nyccppul li .info dl dd {
	/*padding-right: 50px;*/
	font-size: 15px;
	word-break: break-all;
	  color: rgba(0,0,0,0.5);
		  line-height: 1.5;
  }

  .nypppa{
	background-color: #fff;
	border-radius: 28px;
	box-shadow: 0 0 5px #eee;
	width: 76%;
	padding: 50px;
	box-sizing: border-box;
	margin: 40px auto;
	background-color: #fbfbfb;
	font-size: 18px;
	line-height: 180%;
 }

 .nypppa  img{max-width: 100%; border-radius: 25px;}
 .nypppa .nyppimg{width: 100%;}
 .nypppa .nyppimg img{max-width: 100%; border-radius: 25px;}

 .nycctitabb{
	font-size: 35px;
	font-weight: bold;
	color: #000;
	padding: 0 120px;
 }

 .nypppula{width: 100%; display: flex; flex-wrap: wrap; margin: 40px 0 0;}
 .nypppula li{width: 48%; margin: 1%; padding-left: 30px; box-sizing: border-box;display: flex; flex-wrap: wrap; font-size: 18px; border-bottom: 1px dashed #ccc; padding-bottom: 10px;}
 .nypppula li .ppleft{width: 30%; padding-right: 5%; box-sizing: border-box; text-align: right; font-weight: bold;}
 .nypppula li .ppright{width: 70%;}

 .nypppulb{width: 100%; display: flex; flex-wrap: wrap; margin: 40px 0 0;}
 .nypppulb li{width: 100%; margin: 1% 0; padding-left: 30px; box-sizing: border-box;display: flex; flex-wrap: wrap; font-size: 18px; border-bottom: 1px dashed #ccc; padding-bottom: 10px;}
 .nypppulb li .ppleft{width: 30%; padding-right: 5%; box-sizing: border-box; text-align: right; font-weight: bold;}
 .nypppulb li .ppright{width: 70%;}

@media (max-width: 1300px) {
	.nyccca .nyimga img{display: block; width: 100%;}
}

.itemBox{ padding:20px; overflow:hidden;}
.itemBox .item{ width:25%; display:inline-block; margin-bottom:30px; float: left;}
.itemBox .item .inner{ padding:0 20px; width:100%; box-sizing:border-box;}
.itemBox .item .innerBox{ background:#fff; height:330px;border-radius: 8px; display:table; position:relative; cursor:pointer; width:100%;}
.itemBox .item .innerBox .info1{display: table-cell; vertical-align: middle;}
.itemBox .item .innerBox,.itemBox .item .innerBox:hover{-moz-transition:all .3s linear; -webkit-transition:all .3s linear; transition:all .3s linear;}
.itemBox .item .pic{ width:100%; margin:0 auto; padding:0px 0 18px 0; text-align:center; padding-top:25px; overflow: hidden; box-sizing: border-box;}
.itemBox .item .pic img{display: block; width: 80%; overflow: hidden; transition: .5s; margin: 0 auto 12px;}
.itemBox .item .pic img:hover{	transform:scale(1.02);}
.itemBox .item .txt{ padding:0 20px; text-align:center;}
.itemBox .item .txt h3,.caseInfo h1{ font-size:18px; color:#000; margin-bottom:20px; font-weight:normal; height:21px; line-height:21px;
overflow: hidden; height:21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.itemBox .item .txt p,.caseInfo .infoBox p{ font-size:13px; color:#999; width:90%; line-height:22px; margin:0 auto;overflow: hidden; height:44px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.itemBox .item .innerBox {border:1px solid rgba(0,0,0,0); border-radius:3px}
.itemBox .item .innerBox:hover{ border:1px solid rgba(0,0,0,0.3);}
.itemBox .item .innerBox a{ display:block;}

.news{ padding:25px;}
.news .other{ padding:0 0 15px 0; border-bottom:1px solid rgba(0,0,0,0.1); font-size:13px; color:#999;}
.news .other .date{ margin-right:20px;}
.news h1{ font-size:18px; color:#000; margin:18px 0; line-height:30px;overflow: hidden; height:30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;}	
.news .txt{ padding-left:100px !important;}
.news .txt .pic{ width:85px; margin-left:-100px; float:left !important; overflow:hidden; padding: 0;}
.news .txt .pic img{border-radius: 4px; width: 100%; margin: 0;}
.news .txt .text{ line-height:22px;overflow: hidden; height:48px; font-size:13px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; text-align: left;}
.news .more{ padding-top:10px; text-align:right; padding-right:3px;}
.news .more a{ color:#999; position:relative; display:inline-block; height:26px; line-height:26px;}
.news .more a i{ position:absolute; right:0; bottom:0; width:26%; height:1px; background:#ad0003; line-height:1px;}
.news .more a:hover{ color:#ad0003;}
.news .more a:hover i{ width:0;}


.news .more a i,.news .more a:hover i{-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}

.nnn{ padding:20px 150px; overflow:hidden;}
.nnn .item{ width:33.3%; display:inline-block; margin-bottom:30px; float: left;}
.nnn .item .inner{ padding:0 20px;}
.nnn .item .innerBox{ background:#fff; height:250px;border-radius: 8px; overflow:hidden; position:relative; cursor:pointer;}
.nnn .item .innerBox:hover{box-shadow: 6px 6px 20px rgb(0,0,0,0.08);}

.nyppaaa{font-size: 20px; margin-top: 30px;}
.pageula{width: 80%; margin: 0 auto; display: flex; justify-content: space-between; padding: 25px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.pageula a{font-size: 16px; text-decoration: none;}


.contact_address {
	background: #F7F7F7;
	width: 50%;
	position: relative;
	float: left;
	z-index: 7;
	margin-bottom: 50px;
}
.contact_address:before {
	content: "";
	width: 210px;
	height: 4px;
	background: #103d99;
	position: absolute;
	left: 48px;
	top: 148px;
}
.contact_name {
	margin-left: 48px;
	margin-right: 48px;
	padding-top: 61px;
	margin-bottom: 50px;
}
.contact_name span {
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #333333;
	font-size: 16px;
}
.contact_name strong {
	display: block;
	line-height: 1.2;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}
.contact_add {
	margin-left: 48px;
	padding-bottom: 76px;
}
.contact_add p {
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}
.contact_email {
	width: 46.333%;
	float: right;
	margin-top: 80px;
}
.qr {
	position: absolute;
	content: '';
	top: calc(100% + 20px);
	left: calc(50% - 75px);
}
.qr img { width: 150px; }
.messagecon {
	font-size: 14px;
	line-height: 24px;
	font-family: microsoft yahei;
}
.messagetit {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	font-family: microsoft yahei;
	color: #666;
	resize: none;
	width: 96%;
	height: 180px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 27%;
	padding: 10px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	font-family: microsoft yahei;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 30%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #b8c5ce;
	color: #2d3e50;
	border-radius: 4px;
	font-family: microsoft yahei;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 50%;
	color: #fff;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.main .con .yanzhengma { display: inline; }
.messagebtn.btnon { background: #d48135; }
.itemBox .item .txt p{display: none; height: 0;}
.itemBox .item .innerBox{height: auto;}

.nyccca img{max-width: 100%;}

.nyccca .cctita{font-size: 20px; line-height: 22px; margin-bottom: 30px;}
.nyccca .cctita em{width: 5px; height: 22px; background-color: #d48135; border-radius: 0; display: inline-block; margin-right: 10px; margin-top: 5px;}
.nyccca .cctitb{font-size: 15px; line-height: 24px;}


@media (max-width: 1400px) {

	.nycccd img{max-width: 100%;}
	.w820{width: 100%;}
	.nycctitaa{font-size: 30px;}
	.cList .list{width: 95%; margin: 0 auto 30px;}
	.cList .list .date{font-size: 18px;}
	.cList .list .txt{padding-left: 48%; font-size: 16px;}
	.nyccca img{max-width: 100%;}
	.nnn .item{width: 50%;}

}
@media (max-width: 1000px) {
	.nycctitab{padding-left: 20%;}
	.nybanner{height: 300px; background-size: cover;}
	.nybanneraa{height: 300px; background-size: cover;}
	.nybannerb{height: 300px; background-size: cover;}
	.nybannerc{height: 300px; background-size: cover;}
	.nyccca .nycctita{padding: 0 20px;}
	.nyccca{padding: 50px 30px;}
	.nycccb{padding: 50px 30px;}
	.nycccd{padding: 40px 30px;}
	.nycccb ul li{width: 48%;}
	.nycccd img{max-width: 100%;}
	.w820{width: 100%;}
	.nycctitaa{font-size: 30px;}
	.cList .list{width: 95%; margin: 0 auto 30px;}
	.cList .list .date{font-size: 18px;}
	.itemBox .item{width: 100%;}
	.itemBox .item .innerBox{height: auto;}
	.itemBox{padding:0px;}
	.itemBox .item .txt p{display: none;}
	.nyccca{padding: 50px 0;}
	.itemBox .item .pic img{width: 100%;}
	.itemBox .item .pic{padding-top: 0;}
	.nypppa{width: 100%;}
	.sanbaoinwrap .sbhead{width: 100%; padding: 30px;}
	.nyccca img{max-width: 100%;}
	.nypppula li{width: 100%; margin: 1% 0;}
	.nycctitabb{padding: 0;}
	.contact_address{width: 100%; float: none; padding: 25px; box-sizing: border-box;}
	.contact_address:before{display: none;}
	.contact_name{margin-bottom: 30px;padding-top: 30px;}
	.contact_add{padding-bottom: 30px;}
	.contact_email{width: 100%; float: none; padding: 25px; box-sizing: border-box;}
}

@media (max-width: 720px) {
	.nycctitab{padding: 20px; font-size: 16px;}
	.cList .list .txt{padding-left: 32%; font-size: 16px;}

}