@charset "utf-8";
/*public start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  font-size: 62.5%;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边?/
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
/*防止拖动*/
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
  max-width: 100%;
}
/*去掉图片低测默认?像素空白缝隙，或者用display：block也可?/
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
/* a:hover {
  color: #c81623;
} */
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  max-width: 1920px;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.fs {
  font-size: 100px !important;
}
/*public end*/
.header {
  height: 100px;
  overflow: hidden;
  /* .content{
		.b();
	} */
}
.logo {
  float: left;
  position: relative;
}
.logo img {
  max-width: 100%;
  float: left;
}
.logo p {
  float: left;
  font-size: 14px;
  border-left: 2px solid #959595;
  color: #959595;
  padding-left: 3px;
  margin-top: 65px;
}
.nav {
  float: right;
  margin: 25px 0;
}
.nav li {
  float: left;
  font-size: 16px;
  padding: 0 16px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-bottom: 2px solid white;
}
.nav li a {
  display: block;
}
.nav li:hover a {
  transition: all 0.3s;
  color: #0593f9;
}
.nav-btn {
  display: none;
  cursor: pointer;
}
.nav-btn span {
  display: block;
  margin: 38px 0;
  height: 24px;
  width: 30px;
  float: right;
  position: relative;
}
.nav-btn span i {
  display: block;
  width: 100%;
  height: 15%;
  background-color: #0593f9;
}
.nav-btn span i:nth-child(1) {
  transition: all 0.3s;
  transform: rotate(0deg);
  position: absolute;
  top: 0%;
}
.nav-btn span i:nth-child(2) {
  position: absolute;
  top: 50%;
  transition: width 0.3s;
  width: 100%;
}
.nav-btn span i:nth-child(3) {
  transition: all 0.3s;
  transform: rotate(0deg);
  top: 100%;
  position: absolute;
}
.nav-on {
 /*  border-bottom: 2px solid #0593f9 !important; */
}
.nav-on a {
  /* color: #0593f9; */
}
.nav-box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  overflow: scroll !important;
}
.nav-box span {
  transform: rotate(45deg);
  font-size: 60px;
  display: inline-block;
  margin-left: 2%;
  cursor: pointer;
}
.nav-box li {
  width: 96%;
  margin: 0 2%;
  font-size: 20px;
  padding: 15px 0;
}
.nav-box li a {
  display: block;
}
.nav-box li:hover a {
  transition: all 0.3s;
  color: #0593f9;
}
.nav-box p {
  font-size: 20px;
  margin-left: 2%;
  padding: 15px 0;
  display: block;
}
.nav-box p b {
  font-weight: normal;
  color: #0593f9;
  margin-left: 10px;
}
.h-tel {
  float: right;
  height: 50px;
  margin: 25px 0;
}
.h-tel img {
  float: left;
  margin-right: 5px;
}
.h-tel dl {
  display: inline-block;
}
.h-tel dl dt {
  font-size: 18px;
}
.h-tel dl dd {
  color: #0593f9;
  font-size: 16px;
  font-weight: bold;
}
/*indexBanner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.search {
  border-bottom: 1px solid #eeeeee;
  line-height: 64px;
}
.search span {
  font-size: 14px;
  color: #666;
}
.search span a {
  color: #666;
  margin: 0 5px;
}
.search form {
  margin: 20px 0;
  float: right;
}
.search form input[type="text"] {
  border: 1px solid #d2d2d2;
  border-right: 0;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  padding-left: 5px;
  width: 235px;
  float: left;
}
.search form input[type="submit"] {
  width: 38px;
  height: 25px;
  background: url(../images/search-btn.png) no-repeat center center;
  background-color: #0593f9;
  cursor: pointer;
  float: left;
}
/*indexMain*/
.in-tit {
  text-align: center;
  font-weight: 500;
  padding: 30px 0;
}
.in-tit dt {
  color: #d9d9d9;
  font-size: 20px;
  font-weight: bold;
}
.in-tit dd {
  font-size: 22px;
}
.in-tit dd:after {
  content: "";
  display: block;
  width: 38px;
  margin: 0 auto;
  height: 2px;
  margin-top: 8px;
  background-color: #0593f9;
}
.s1-img {
  position: relative;
  overflow: hidden;
}
.s1-img img {
  width: 282px;
  /*height: 100%;*/
}
.s1-mask {
  position: absolute;
  color: #ffc938;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 5%;
  text-align: center;
  display: none;
}
.s1-mask p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.5em;
}
.section1 ul {
  display: flex;
  flex-wrap: wrap;
  width:1179px;
  /*justify-content: space-between;*/
}
.section1 li {
  width: 24%;
  margin: 18px 5px;
  /*border: 1px solid #0593f9;*/
}
.section1 li > a > p {
  height: 37px;
  background-color: #0593f9;
  line-height: 37px;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.section1 li:hover .s1-mask {
  transition: all 0.3s;
  display: block;
}
.in-more {
  display: block;
  background-color: #ffc938;
  width: 290px;
  border-radius: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto;
  -webkit-box-shadow: 6px 7px 31px -8px #0593f9;
  -moz-box-shadow: 6px 7px 31px -8px #0593f9;
  box-shadow: 6px 7px 31px -8px #0593f9;
}
.in-more img {
  transition: all 0.3s;
  margin-left: 10px;
}
.in-more:hover img {
  transition: all 0.3s;
  margin-left: 15px;
}
.section2 {
  background: url(../images/s2-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.s2-list {
  margin-top: 20px;
}
.s2-list li {
  width: 22.5%;
  overflow: hidden;
  border: 1px solid white;
  transition: all 0.3s;
  margin-top: 0;
  margin-left: 3.333%;
  float: left;
}
.s2-list li:first-child {
  margin-left: 0;
}
.s2-list li a {
  display: block;
}
.s2-list li:hover {
  transition: all 0.3s;
  margin-top: -10px;
}
.s2-list li:hover .s2-mask {
  transition: all 0.3s;
  display: block;
}
.s2-img {
  position: relative;
}
.s2-img img {
  width: 100%;
  height: 100%;
}
.s2-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px 5%;
  /*display: none;*/
}
.s2-mask dl {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
}
.s2-mask dt {
  font-size: 25px;
  color: #ffc938;
  margin-bottom: 0.3rem;
}
.s2-mask dd {
  color: white;
  line-height: 1.8em;
  font-size: 14px;
}
.s2-text {
  font-style: italic;
  text-align: center;
  color: white;
  margin-top: 50px;
  margin-bottom: 20px;
}
.s2-text dt {
  font-size: 30px;
  margin-left: -180px;
}
.s2-text dd {
  font-size: 20px;
  margin-right: -180px;
}
.s2-icon {
  margin: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s2-icon li {
  width: 18%;
  background-color: #fff;
  text-align: center;
  padding: 15px;
}
.s2-icon li p {
  width: 100%;
  line-height: 2em;
  font-size: 14px;
  background-color: #eeeeee;
}
.s2-icon li:hover .s2-i {
  background: url(../images/s2i-bg1.png) no-repeat center center;
}
.s2-i {
  background: url(../images/s2i-bg.png) no-repeat center center;
  width: 110px;
  height: 96px;
  margin: 30px auto;
  line-height: 96px;
  text-align: center;
}
.section3 {
  margin-bottom: 40px;
}
.s3-left {
  width: 49%;
  margin-right: 1%;
  float: left;
}
.s3-left img {
  width: 100%;
}
.s3-left dl {
  padding: 30px 15px;
  border: 1px solid #d2d2d2;
  border-top: 0;
}
.s3-left dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.s3-left dd {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
}
.s3-left dd a {
  float: right;
  color: #0593f9;
}
.s3-right {
  width: 49%;
  margin-left: 1%;
  float: left;
}
.s3-right dl {
  padding: 10px;
}
.s3-right dl:hover {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 28px -13px #0593f9;
  -moz-box-shadow: 0px 0px 28px -13px #0593f9;
  box-shadow: 0px 0px 28px -13px #0593f9;
}
.s3-right dl:hover dt {
  color: #0593f9;
}
.s3-right dl:hover dt:after {
  background-color: #0593f9;
}
.s3-right dt {
  font-size: 16px;
}
.s3-right dt b {
  font-weight: normal;
  float: right;
  color: #333 !important;
}
.s3-right dt:after {
  content: "";
  display: block;
  width: 190px;
  height: 1px;
  background-color: #d2d2d2;
  margin: 10px 0;
}
.s3-right dd {
  font-size: 14px;
  color: #999;
}
.s3-right dd a {
  float: right;
  color: #0593f9;
}
.section4 {
  background-color: #fafafa;
  overflow: hidden;
}
.s4-left {
  width: 48%;
  margin-right: 2%;
  float: left;
  padding-bottom: 28px;
  /* 	background: url(../images/s4-2.jpg) no-repeat;
	background-size: cover bottom; */
}
.s4-left img {
  width: 100%;
}
.s4-img {
  border: 1px solid #e2e2e2;
  padding: 1px;
}
.s4-right {
  width: 48%;
  margin-left: 2%;
  float: left;
  padding: 15px 0;
}
.s4-right h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.s4-right p {
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.s4-right p a {
  float: right;
  color: #0593f9;
}
.s5-lunbo {
  width: 100%;
  height: 50px;
  position: relative;
}
.swiper-container1 {
  height: 50px;
  width: 90%;
}
.swiper-container1 .swiper-slide {
  height: 50px;
  padding: 0 5px;
  text-align: center;
}
.swiper-container1 .slide-box {
  border: 1px solid #b9b9b9;
}
.s5-lunbo {
  margin-bottom: 80px;
}
.s5-lunbo .swiper-button-prev-1 {
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px !important;
  cursor: pointer;
}
.s5-lunbo .swiper-button-next-1 {
  position: absolute;
  right: 0;
  top: 0px;
  width: 18px !important;
  cursor: pointer;
}
/*bottom*/
.footer {
  background: #313131;
  color: white;
}
.f-con {
  padding: 50px 0;
  overflow: hidden;
}
.f-con dl {
  float: left;
  width: 10%;
}
.f-con dt {
  color: white;
  font-size: 16px;
  margin-bottom: 25px;
}
.f-con dt b {
  display: none;
  font-size: 40px;
  float: right;
}
.f-con dd {
  font-size: 14px;
  line-height: 2em;
}
.f-con dd a {
  color: #cccccc;
}
.f-con dd:hover a {
  transition: all 0.3s;
  color: #ffc938;
}
.message {
  width: 20%;
  float: left;
  padding-top: 15px;
  padding-left: 10px;
}
.message li {
  font-size: 15px;
  line-height: 2em;
}
.ewm {
  width: 20%;
  float: left;
  text-align: center;
}
.ewm p {
  font-size: 16px;
  line-height: 2em;
}
.copy {
  background: url(../images/copy.jpg) no-repeat center top;
  text-align: center;
  font-size: 14px;
  line-height: 3em;
}
.copy a {
  color: white;
}
.ny-position {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 6px 29px -6px #eaeaea;
  -moz-box-shadow: 0px 6px 29px -6px #eaeaea;
  box-shadow: 0px 6px 29px -6px #eaeaea;
}
.ny-position-search {
  font-size: 14px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 6px 29px -6px #eaeaea;
  -moz-box-shadow: 0px 6px 29px -6px #eaeaea;
  box-shadow: 0px 6px 29px -6px #eaeaea;
}
.position-con {
  float: left;
}
.position-con a:not(:last-child):after {
  content: ">>";
  display: inline-block;
  margin: 0 5px;
}
.position-con a:last-child {
  color: #0593f9;
}
.ny-tit {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.ny-tit li {
  font-size: 16px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
}
.nytit-on {
  background-color: #0593f9 !important;
}
.nytit-on a {
  color: white !important;
}
.ny-tit-btn {
  display: none;
  float: right;
  margin-top: -2px;
  cursor: pointer;
}
.ny1-lunbo .content {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
  -webkit-box-shadow: 0px 23px 20px -14px #dddddd;
  -moz-box-shadow: 0px 23px 20px -14px #dddddd;
  box-shadow: 0px 23px 20px -14px #dddddd;
}
.ny1-lunbo .swiper-container2 {
  width: 90%;
}
.ny1-lunbo .swiper-container2 .swiper-slide {
  padding: 0 5px;
  text-align: center;
}
.ny1-lunbo .swiper-container2 .swiper-slide p {
  width: 100%;
  line-height: 3em;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.ny1-lunbo .swiper-container2 .swiper-slide a {
  display: block;
}
.ny1-lunbo .swiper-container2 .swiper-slide:hover .ny1-mask {
  display: block;
}
.ny1-lunbo .swiper-container2 .slide-box {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #e7e7e7;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.swiper-button-prev-2,
.swiper-button-next-2 {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #dddddd;
  text-align: center;
  line-height: 28px;
  z-index: 99;
}
.swiper-button-prev-2:hover,
.swiper-button-next-2:hover {
  background: #0593f9;
}
.ny1-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 147, 249, 0.6);
  top: 0;
  font-size: 14px;
  color: white;
}
.swiper-button-prev-2 {
  position: absolute;
  left: 1%;
  top: 125px;
  cursor: pointer;
}
.swiper-button-next-2 {
  position: absolute;
  right: 1%;
  top: 125px;
  cursor: pointer;
}
.n1-s2 {
  margin-top: 40px;
}
.n1-s2 .content {
  padding: 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 20px -14px #dddddd;
  -moz-box-shadow: 0px 23px 20px -14px #dddddd;
  box-shadow: 0px 23px 20px -14px #dddddd;
}
.n1-s2 li {
  margin-bottom: 20px;
}
.n2-s1 {
  padding: 40px 0 80px;
}
.n2-s1-left {
  width: 45%;
  float: left;
  border: 1px solid #ccc;
}
.n2-s1-left img {
  width: 100%;
}
.n2-s1-right {
  width: 50%;
  margin-left: 5%;
  float: left;
}
.n2-s1-right dt {
  color: #0593f9;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.n2-s1-right dt:after {
  content: "";
  display: block;
  width: 310px;
  height: 1px;
  background-color: #0593f9;
  margin: 20px 0;
}
.n2-s1-right dd {
  color: #666;
  font-size: 16px;
  line-height: 2em;
}
.ny-btn {
  background-color: #0593f9;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  width: 185px;
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  margin-top: 55px;
}
.n2-s2-tit {
  border-top: 1px solid #0593f9;
  background-color: #0593f9;
  height: 48px;
  line-height: 48px;
}
.n2-s2-tit a {
  font-size: 16px;
  color: white;
  padding: 0 15px;
  display: block;
  float: left;
}
.ny2t-on {
  background-color: #fff;
  color: #333 !important;
  font-weight: bold;
}
.ny2-s2-con {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  overflow: hidden;
}
.ny2-s2-con:not(:first-child) {
  display: none;
}
.ny2-s2-con h2 {
  color: #0593f9;
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
}
.ny2-s2-con p {
  line-height: 2em;
}
.ny3-list:not(:first-child) {
  display: none;
}
.con {
  background-color: #fafafa;
  padding: 60px 0;
}
.con > .content {
  background: white;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 0px 32px -6px #ebebeb;
  -moz-box-shadow: 0px 0px 32px -6px #ebebeb;
  box-shadow: 0px 0px 32px -6px #ebebeb;
}
.ny3-s1 {
  padding: 50px 0 30px;
}
.ny3-s1 li {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid white;
  margin-bottom: 15px;
  float: left;
}
.ny3-s1 li:hover {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 60px -6px #dddddd;
  -moz-box-shadow: 0px 0px 60px -6px #dddddd;
  box-shadow: 0px 0px 60px -6px #dddddd;
}
.ny3-s1 li:hover dt {
  color: #0593f9;
}
.ny3-s1 li:hover p a {
  background-color: #0593f9;
  color: white;
}
.ny3-img {
  float: left;
  width: 25%;
}
.ny3-text {
  width: 70%;
  float: left;
  margin-left: 5%;
}
.ny3-text dt {
  font-size: 20px;
  margin: 30px 0;
}
.ny3-text dd {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.ny3-text p {
  margin-top: 20px;
}
.ny3-text p span {
  font-size: 14px;
  color: #999;
}
.ny3-text p a {
  margin-top: -5px;
  width: 112px;
  display: block;
  border: 1px solid #0593f9;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #0593f9;
  border-radius: 5px;
  float: right;
}
.page {
  padding: 40px 0 60px;
  background-color: #f9f9f9;
}
.page ul {
  text-align: center;
  background-color: #f9f9f9;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  border: 1px solid #c9c9c9;
  padding: 5px 10px;
  background-color: #fff;
}
.page ul li a {
  display: block;
}
.nyp-cur {
  background-color: #0593f9 !important;
  border-color: #0593f9 !important;
}
.nyp-cur a {
  color: white;
}
.ny4-con {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 0 3%;
}
.ny4-con article {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  padding: 40px 0;
}
.ny4-con article p {
  text-indent: 2em;
}
.ny4-con article h3 {
  margin-top: 30px;
}
.ny4-con article + div {
  margin: 20px 0 60px;
}
.ny4-con button {
  width: 160px;
  height: 50px;
  color: white;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  background: url(../images/download.png) no-repeat 100px center;
  background-color: #0593f9;
  cursor: pointer;
  border-radius: 10px;
}
.ny4-con a {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 15px;
}
.ny4-con a em {
  margin-right: 5px;
}
.news-tit {
  text-align: center;
  margin-top: 50px;
  border-bottom: 1px dashed #b1b0b0;
}
.news-tit dt {
  font-size: 25px;
}
.news-tit dd {
  font-size: 14px;
  margin: 15px 0;
}
.ny5-box {
  float: left;
  margin: 30px 25px;
}
.ny5-img {
 
  width: 55%;
  float: left;
}
.ny5-img img {
 
  width: 100%;
}
.ny5-text {
  
  width: 45%;
  float: left;
  background-color: #0593f9;
  position: relative;
  /*  box-sizing: border-box;
  padding:25px; */
}
.ny5-text dt {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
.ny5-text dd {
  font-size: 14px;
  color: #e4e9ef;
  line-height: 1.8em;
}
.ny5-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -20px;
  height: 0;
  width: 0;
  border-right: 26px solid #0593f9;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.ny5-text-con {
  float: left;
  margin: 25px;
}
.ny5-img2 {
  float: right !important;
}
.ny5-2 {
  float: left;
}
.ny5-2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -20px;
  right: 0;
  height: 0;
  width: 0;
  border-left: 26px solid #0593f9;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.ny5-list ul {
  width: 50%;
  float: left;
  font-size: 14px;
  color: white;
}
.ny5-list li {
  margin-top: 8px;
}
.ny5-list li:before {
  content: ">";
  color: #ffc938;
  margin-right: 5px;
}
.ny6-con {
  padding: 80px 0;
}
.ny6-con article p {
 
  font-size: 16px;
  color: #666;
  line-height: 2em;
  margin-bottom: 40px;
}
.ny6-img {
  float: left;
  margin-right: 40px;
}
.ny6-img img {
  width: 100%;
}
