@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top {
  height: 94px;
}
.top .logo {
  display: block;
  background: url(../Image/logo.png) no-repeat left center;
  width: 533px;
  height: 94px;
}
.top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.top .text {
  line-height: 28px;
  padding-top: 34px;
  font-size: 16px;
  color: #6c6c6c;
  overflow: hidden;
}
.top .text span {
  display: block;
  float: left;
}
.top .text b {
  display: block;
  float: left;
  font-size: 28px;
  color: #004699;
}
.top form {
  display: block;
  float: right;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  height: 39px;
  line-height: 39px;
  border-radius: 20px;
  margin-top: 26px;
  margin-right: 45px;
}
.top form input {
  display: block;
  float: left;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #a2a2a2;
}
.top form .search-text {
  width: 150px;
  padding-left: 18px;
}
.top form .search-btn {
  width: 45px;
  cursor: pointer;
  background: url(../Image/search.png) no-repeat center;
}
.nav {
  height: 62px;
  line-height: 62px;
  background: url(../Image/nav.png) no-repeat center;
}
.nav .one {
  width: 80px;
  height: 62px;
  position: relative;
}
.nav .one a.title {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: no-repeat center bottom;
}
.nav .one a.title:hover {
  background-image: url(../Image/sanjiao.png);
}
.nav .one .more {
  background: #fff;
  overflow: hidden;
  z-index: 300;
  position: absolute;
  left: 0;
  top: 62px;
  width: 154px;
  display: none;
}
.nav .one .more ul {
  padding: 0 10px;
}
.nav .one .more ul li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e5e5e5;
}
.nav .one .more ul li:last-child {
  border: 0;
}
.nav .one .more ul li a {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  padding-left: 10px;
  font-weight: bold;
}
.nav .one .more ul li a:hover {
  color: #004699;
}
.nav .list li {
  width: 142px;
  float: left;
}
.nav .list li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.nav .list li a:hover,
.nav .list li a.on {
  color: #004699;
}
.footer {
  background: #1d384c;
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
  color: #b7c0c7;
}
.footer a {
  color: #b7c0c7;
}
.footer a:hover {
  color: #fff;
}
.footer .tels {
  width: 465px;
  margin-top: 25px;
}
.footer .tels .one {
  padding-left: 54px;
  background: url(../Image/btel.png) no-repeat left center;
  line-height: 1;
}
.footer .tels .one b {
  display: block;
  font-size: 30px;
  color: #fff;
}
.footer .tels .one span {
  display: block;
  line-height: 22px;
  letter-spacing: 8px;
}
.footer .tels ul {
  margin-top: 18px;
}
.footer .address {
  width: 450px;
  margin-top: 45px;
}
.footer .content {
  width: 228px;
}
.footer .content img {
  display: block;
  float: left;
  border: 8px solid #fff;
}
.footer .content span {
  display: block;
  float: right;
  margin-top: 35px;
}
.footer .content .links {
  margin-top: 27px;
  position: relative;
}
.footer .content .links .box {
  width: 186px;
  height: 38px;
  border: 1px solid #5f707d;
  line-height: 38px;
  border-right: 0;
}
.footer .content .links a.down {
  width: 40px;
  height: 40px;
  background: url(../Image/links.png) no-repeat center #004699;
}
.footer .content .links .mores {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 40px;
  display: none;
  z-index: 1;
  padding: 15px 0;
}
.footer .content .links .mores a {
  display: block;
  color: #303030;
  width: 198px;
  padding: 0 10px;
}
.footer .content .links .mores a:hover {
  background: #1d384c;
  color: #fff;
}
.rights {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #7e8a93;
  background: #1b2e3d;
}
.rights a {
  color: #7e8a93;
}
.rights a:hover {
  color: #fff;
}
.index-title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 32px;
  color: #3e3e3e;
  background: url(../Image/line.png) no-repeat center;
}
.index-pro {
  padding-top: 55px;
  padding-bottom: 32px;
}
.index-pro .type {
  margin-top: 40px;
  text-align: center;
}
.index-pro .type a {
  display: inline-block;
  width: 246px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 28px;
  font-size: 20px;
  color: #7c7c7c;
  margin: 0 11px;
}
.index-pro .type a:hover {
  color: #fff;
  background-color: #004699;
  border-color: #004699;
}
.index-pro .list {
  margin-top: 38px;
  height: 416px;
}
.index-pro .list .mr_frbox {
  position: relative;
}
.index-pro .list .mr_frbox .mr_frUl {
  overflow: hidden;
}
.index-pro .list .mr_frbox .mr_frUl ul li {
  margin-right: 18px;
  float: left;
}
.index-pro .list .mr_frbox .mr_frUl ul li a {
  display: block;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .img {
  width: 388px;
  height: 300px;
  overflow: hidden;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .desc {
  padding: 22px 0;
  text-align: center;
  border: 2px solid #e5e5e5;
  border-top: 0;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .desc .tit {
  font-size: 16px;
  line-height: 18px;
  color: #1d384c;
  margin-bottom: 16px;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .desc .more {
  height: 0;
  overflow: hidden;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-pro .list .mr_frbox .mr_frUl ul li a .desc .more span {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  background: #004699;
  border-radius: 18px;
  font-size: 14px;
}
.index-pro .list .mr_frbox .mr_frUl ul li a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.index-pro .list .mr_frbox .mr_frUl ul li a:hover .more {
  height: 34px;
}
.index-pro .list .mr_frbox .mr_frBtnL,
.index-pro .list .mr_frbox .mr_frBtnR {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  background: no-repeat center;
  position: absolute;
  top: 151px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}
.index-pro .list .mr_frbox .mr_frBtnL:hover,
.index-pro .list .mr_frbox .mr_frBtnR:hover {
  border-color: #004699;
}
.index-pro .list .mr_frbox .mr_frBtnL {
  left: -110px;
  background-image: url(../Image/left.png );
}
.index-pro .list .mr_frbox .mr_frBtnR {
  right: -110px;
  background-image: url(../Image/right.png);
}
.index-about {
  background: url(../Image/aboutbg.jpg) repeat;
  height: 622px;
  padding-top: 54px;
}
.index-about .content {
  margin-top: 34px;
}
.index-about .content .text1 {
  width: 600px;
  background: #fff;
  height: 240px;
}
.index-about .content .text1 .tit {
  text-align: center;
  line-height: 1;
  padding-top: 40px;
  font-size: 22px;
  color: #3b3b3b;
}
.index-about .content .text1 .desc {
  margin-top: 28px;
  width: 485px;
  font-size: 14px;
  line-height: 26px;
  color: #6c6c6c;
}
.index-about .content .text1 .desc a {
  color: #004699;
  font-weight: bold;
}
.index-about .content .text2 {
  width: 600px;
  background: #fff;
  height: 240px;
}
.index-about .content .text2 ul {
  padding-top: 78px;
}
.index-about .content .text2 ul li {
  width: 180px;
  float: left;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
.index-about .content .text2 ul li span {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
}
.index-about .content .text2 ul li span b {
  font-size: 52px;
  color: #004699;
}
.index-about .content .text2 ul li small {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
  margin-top: 16px;
}
.index-about .content a {
  position: relative;
}
.index-about .content a b {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-about .content a:hover b {
  height: 60px;
}
.index-bar {
  background: url(../Image/bar.jpg) no-repeat center;
  height: 160px;
}
.index-advantage {
  padding-bottom: 65px;
}
.index-advantage .text {
  width: 580px;
}
.index-advantage .text .title {
  height: 62px;
  padding-left: 100px;
  background: no-repeat left center;
}
.index-advantage .text .title b {
  display: block;
  font-size: 26px;
  color: #3b3b3b;
  line-height: 40px;
}
.index-advantage .text .title b span {
  color: #004699;
}
.index-advantage .text .title small {
  display: block;
  font-size: 12px;
  color: #c5c5c5;
  line-height: 18px;
}
.index-advantage .text i {
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  margin-top: 19px;
}
.index-advantage .text p {
  padding-left: 23px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #616161;
  background: url(../Image/dot.png) no-repeat left 8px;
}
.index-advantage .text1 {
  margin-top: 55px;
}
.index-advantage .text1 .title {
  background-image: url(../Image/num1.png);
}
.index-advantage .text2 {
  margin-top: 50px;
}
.index-advantage .text2 .title {
  background-image: url(../Image/num2.png);
}
.index-advantage .text3 {
  margin-top: 82px;
}
.index-advantage .text3 .title {
  background-image: url(../Image/num3.png);
}
.index-advantage .text4 {
  margin-top: 65px;
}
.index-advantage .text4 .title {
  background-image: url(../Image/num4.png);
}
.index-advantage .img2 {
  margin-top: 40px;
}
.index-bar2 {
  background: url(../Image/bar2.jpg) no-repeat center;
  height: 244px;
}
.index-bar2 .text {
  width: 850px;
  padding-top: 52px;
}
.index-bar2 .text .title {
  background: url(../Image/logo2.png) no-repeat left center;
  height: 93px;
  padding-left: 178px;
}
.index-bar2 .text .title b {
  display: block;
  font-size: 36px;
  color: #fff;
  line-height: 58px;
}
.index-bar2 .text .title b span {
  color: #004699;
}
.index-bar2 .text .title small {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 32px;
}
.index-bar2 .text ul {
  margin-top: 30px;
  overflow: hidden;
}
.index-bar2 .text ul li {
  float: left;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  margin-right: 66px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: url(../Image/gou.png) no-repeat left center;
}
.index-bar2 .cot {
  padding-top: 65px;
  line-height: 1;
  text-align: right;
  color: #fff;
  overflow: hidden;
}
.index-bar2 .cot strong {
  display: block;
  font-size: 26px;
}
.index-bar2 .cot span {
  display: block;
  font-size: 16px;
  color: #e08e91;
  margin-top: 15px;
}
.index-bar2 .cot span b {
  color: #fff;
  font-size: 30px;
  letter-spacing: -3px;
}
.index-bar2 .cot a {
  display: block;
  float: right;
  width: 126px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 20px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}
.index-bar2 .cot a:hover {
  color: #004699;
}
.index-news {
  padding-top: 64px;
  padding-bottom: 97px;
}
.index-news .content {
  margin-top: 58px;
}
.index-news .content .list {
  width: 770px;
  margin-top: -30px;
}
.index-news .content .list li {
  padding: 28px 0;
  line-height: 1;
  border-bottom: 1px dashed #e9e9e9;
  overflow: hidden;
}
.index-news .content .list li a {
  display: block;
}
.index-news .content .list li a .time {
  width: 76px;
}
.index-news .content .list li a .time .day {
  font-size: 30px;
  color: #bdbdbd;
}
.index-news .content .list li a .time .ym {
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 6px;
}
.index-news .content .list li a .line {
  width: 1px;
  height: 44px;
  background: #e9e9e9;
  margin-top: 4px;
}
.index-news .content .list li a .text {
  width: 600px;
  padding-left: 22px;
}
.index-news .content .list li a .text .tit {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: bold;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .content .list li a .text .desc {
  font-size: 14px;
  color: #8d8d8d;
  margin-top: 14px;
}
.index-news .content .list li a .jt {
  width: 32px;
  height: 32px;
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  background: url(../Image/right.png) no-repeat center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .content .list li a:hover .tit {
  color: #004699;
}
.index-news .content .list li a:hover .jt {
  border-color: #004699;
  background-image: url(../Image/righth.png);
}
.index-news .content a.mores {
  display: block;
  float: right;
  position: relative;
}
.index-news .content a.mores b {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.index-news .content a.mores:hover b {
  height: 60px;
}
.index-service {
  background: url(../Image/service.jpg) no-repeat center;
  height: 242px;
}
.index-service .container {
  height: 100%;
  position: relative;
}
.index-service .container a {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 124px;
  height: 50px;
  padding-left: 62px;
  color: #fff;
  background: repeat-y left center;
  top: 100px;
}
.index-service .container a .big {
  font-size: 18px;
  line-height: 1;
}
.index-service .container a .sml {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.index-service .container a:nth-child(1) {
  background-image: url(../Image/ser1.png);
  left: 415px;
}
.index-service .container a:nth-child(1):hover {
  background-position: 0 50px;
  color: #1d384c;
}
.index-service .container a:nth-child(2) {
  background-image: url(../Image/ser2.png);
  left: 704px;
}
.index-service .container a:nth-child(2):hover {
  background-position: 0 50px;
  color: #004699;
}
.index-service .container a:nth-child(3) {
  background-image: url(../Image/ser3.png);
  left: 992px;
}
.index-service .container a:nth-child(3):hover {
  background-position: 0 50px;
  color: #1d384c;
}
.sub-page {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}
.sub-page .sidebar {
  width: 244px;
}
.sub-page .sidebar .type .one {
  height: 68px;
  line-height: 68px;
  background: #f1f1f1;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  margin-top: -2px;
}
.sub-page .sidebar .type .one a {
  display: block;
  font-size: 18px;
  color: #303030;
  padding-left: 30px;
  background: url(../Image/right2.png) no-repeat 193px center;
}
.sub-page .sidebar .type .one a:hover,
.sub-page .sidebar .type .one a.on {
  background-color: #1d384c;
  color: #fff;
  background-image: url(../Image/right2h.png);
}
.sub-page .sidebar .type ul {
  padding: 15px 0;
  background: #f9f9f9;
  display: none;
}
.sub-page .sidebar .type ul li {
  height: 35px;
  line-height: 35px;
}
.sub-page .sidebar .type ul li a {
  display: block;
  font-size: 16px;
  color: #969696;
  padding-left: 30px;
}
.sub-page .sidebar .type ul li a:hover,
.sub-page .sidebar .type ul li a.on2 {
  color: #004699;
}
.sub-page .sidebar a.cot {
  display: block;
  margin-top: 43px;
  background: url(../Image/cot.jpg) no-repeat center;
  height: 110px;
  line-height: 110px;
  padding-left: 32px;
  font-size: 18px;
  color: #303030;
}
.sub-page .sidebar a.cot:hover {
  color: #004699;
  text-decoration: underline;
}
.sub-page .sidebar .cots {
  padding: 15px;
  font-size: 14px;
  line-height: 30px;
  background: #f1f1f1;
  color: #303030;
}
.sub-page .locat {
  width: 915px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.sub-page .locat i {
  display: block;
  float: left;
  width: 5px;
  height: 22px;
  background: #004699;
}
.sub-page .locat b {
  display: block;
  float: left;
  font-size: 22px;
  color: #004699;
  margin-left: 10px;
}
.sub-page .locat .location {
  color: #666;
  font-size: 14px;
}
.sub-page .locat .location a {
  color: #666;
}
.sub-page .locat .location a:hover {
  color: #004699;
}
.sub-page .pro-list {
  width: 930px;
}
.sub-page .pro-list li {
  float: left;
  margin-left: 15px;
  margin-bottom: 20px;
  width: 295px;
}
.sub-page .pro-list li a {
  display: block;
}
.sub-page .pro-list li a .img {
  border: 1px solid #c8c8c8;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 293px;
  height: 227px;
  overflow: hidden;
}
.sub-page .pro-list li a .img img {
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a .tit {
  border: 2px solid #e5e5e5;
  border-top: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #1d384c;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.sub-page .pro-list li a:hover .img {
  border-color: #004699;
}
.sub-page .pro-list li a:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sub-page .pro-list li a:hover .tit {
  color: #004699;
  border-color: #004699;
}
.sub-page .locat2 {
  width: 100%;
}
.sub-page .pro-text {
  width: 755px;
}
.sub-page .pro-text .title {
  height: 48px;
  line-height: 32px;
  font-size: 22px;
  color: #373737;
  border-bottom: 4px solid #004699;
  font-weight: bold;
}
.sub-page .pro-text .cots {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin-top: 21px;
}
.sub-page .pro-text .cots p {
  float: left;
  font-size: 16px;
  color: #2d2d2d;
}
.sub-page .pro-text .cots p span {
  color: #004699;
}
.sub-page .pro-text .cots b {
  display: block;
  float: left;
  margin-left: 4px;
  font-size: 24px;
  color: #004699;
}
.sub-page .pro-text .cots a {
  display: block;
  float: right;
  width: 160px;
  height: 42px;
  text-align: center;
  color: #fff;
  background: #004699;
  font-size: 18px;
}
.sub-page .pro-text .content {
  margin-top: 40px;
  font-size: 14px;
  line-height: 28px;
  color: #858585;
}
.sub-page .pro-tap {
  margin-top: 42px;
}
.sub-page .pro-tap .taps {
  overflow: hidden;
}
.sub-page .pro-tap .taps li {
  float: left;
  width: 148px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dadada;
  margin-right: -1px;
  background: #efefef;
  text-align: center;
  font-size: 16px;
  color: #656464;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}
.sub-page .pro-tap .taps li.on {
  background: #004699;
  border-color: #004699;
  color: #fff;
}
.sub-page .pro-tap .taps2 {
  padding-top: 30px;
}
.sub-page .pro-tap .taps2 img {
  max-width: 100%;
}
.sub-page .pro-tap .taps2 .tap {
  display: none;
  font-size: 16px;
  line-height: 2;
}
.sub-page .pro-tap .taps2 .tap.on {
  display: block;
}
.sub-page .pro-tap .taps2 .tap.txqx .img {
  width: 710px;
}
.sub-page .pro-tap .taps2 .tap.txqx .img li {
  display: none;
}
.sub-page .pro-tap .taps2 .tap.txqx .img li.on {
  display: block;
}
.sub-page .pro-tap .taps2 .tap.txqx .tits {
  width: 450px;
  overflow: hidden;
}
.sub-page .pro-tap .taps2 .tap.txqx .tits li {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  float: left;
  cursor: pointer;
}
.sub-page .pro-tap .taps2 .tap.txqx .tits li:nth-child(2n) {
  float: right;
}
.sub-page .pro-tap .taps2 .tap.txqx .tits li.on {
  border-color: #004699;
  background: #004699;
  color: #fff;
}
.sub-page .article {
  width: 915px;
}
.sub-page .article h1 {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #333;
  font-weight: bold;
}
.sub-page .article .pro-img {
  text-align: center;
}
.sub-page .article .pro-img img {
  max-width: 80%;
}
.sub-page .article .desct {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  background: #f1f1f1;
}
.sub-page .article .desct b {
  display: block;
  float: left;
  padding: 0 20px;
  background: #004699;
  color: #fff;
}
.sub-page .article .content {
  font-size: 16px;
  line-height: 2.5;
}
.sub-page .article .content img {
  max-width: 915px;
}
