.pt30 {
  padding-top: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pt5 {
  padding-top: 5px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pt40 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pt60 {
  padding-top: 60px;
}

body {
  max-width: 1920px;
  margin: 0px auto;
  outline: none;
}

body.on {
  overflow: hidden;
}

html {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

html.on1 {
  transform: translate(-90%, 0px);
  -webkit-transform: translate(-90%, 0px);
}

* {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

:root {
  --color1: #153350;
  --color2: #00afca;
}

.pre-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: var(--color2);
  border-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: var(--color2);
}

.navbar-nav > li {
  float: left;
}

.navbar-nav {
  margin: 0;
}

.navbar-right {
  margin: 0;
  float: right;
}

.yContent {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.pre-headerTop {
  background-color: var(--color1);
  position: relative;
  z-index: 3;
}

.pre-headerTop .yContent {
  padding: 0;
}

.pre-headerTop .search {
  width: 37px;
  height: 37px;
  float: left;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.pre-headerTop .topNav {
  float: left;
}

.pre-headerTop .topNav a {
  padding: 0px 7px;
  line-height: 37px;
  font-size: 11px;
  display: block;
  min-width: 40px;
  color: #fff;
  background-color: var(--color2);
}

.pre-headerTop .topNav a.dropdown-toggle {
  background-color: var(--color1);
}

.pre-headerTop .topNav .dropdown-menu {
  padding: 0;
}

.pre-headerTop .topNav .dropdown-menu a {
  background-color: var(--color2);
}

.pre-headerTop .topNav .dropdown-menu a:hover {
  color: #fff;
}

.searchWarp {
  background-color: var(--color2);
  top: 0px;
  left: 0;
  padding-top: 37px;
  padding-bottom: 37px;
  width: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.searchWarp.on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.searchWarp .searchWarpCen {
  padding: 28px 30px 0;
}

.searchWarp input, .searchWarp button {
  height: 77px;
  border: none;
}

.searchWarp .input-group {
  max-width: 306px;
  width: 100%;
}

.searchWarp .btn-default {
  background-color: var(--color1);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 77px;
  border: none;
}

.searchWarp .btn-default:hover, .searchWarp .btn-default:focus, .searchWarp .btn-default:active {
  background-color: var(--color1);
}

.pre-headerMain {
  background-color: #fff;
  padding: 24px 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navMain {
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
}

.navMain .menuNav .menu-li {
  position: static;
}

.navMain .menuNav .menu-li.active .a1, .navMain .menuNav .menu-li:hover .a1, .navMain .menuNav .menu-li.on .a1 {
  color: #fff;
  background-color: var(--color2);
}
.navMain .menuNav .menu-li.active .a1.onNavLiLink, .navMain .menuNav .menu-li:hover .a1.onNavLiLink, .navMain .menuNav .menu-li.on .a1.onNavLiLink {
  color: #fff;
  background: #00afca url(../images/bonhomme-active.png) no-repeat 20px 50%;
}
.navMain .menuNav .menu-li .a1.onNavLiLink{
  border: 3px solid #00afca;
  color: #00afca;
  border-radius: 50px;
  text-align: left;
  padding: 20px 20px 20px 96px;
  max-width: 260px;
  margin: 0 auto;
  background: url(../images/bonhomme.png) no-repeat 20px 50%;
}

.navMain .menuNav .menu-li.active .a1:before, .navMain .menuNav .menu-li:hover .a1:before, .navMain .menuNav .menu-li.on .a1:before {
  opacity: 1;
}

.navMain .menuNav .menu-li > .topMu {
  background-color: #fff;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  margin: 0;
  padding: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.navMain .menuNav .menu-li > .topMu > li > a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #153350;
  padding: 10px 0;
  border-bottom: 3px solid #e2efef;
}

.navMain .menuNav .menu-li > .topMu > li > a.onNavLi{
  background: #00afca url(../images/arr-btn.png) no-repeat 20px 50%;
  padding: 10px 20px 10px 55px;
  color: #fff;
  border-bottom: none;
}

.navMain .menuNav .menu-li .topChildMu1 {
  display: block;
  border: none;
  margin-top: 30px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.navMain .menuNav .menu-li .topChildMu1 > li {
  font-size: 14px;
  font-weight: normal;
}

.navMain .menuNav .menu-li .topChildMu1 > li > a {
  display: block;
  padding: 7px 0;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #153350;
  white-space: nowrap;
}

.navMain .menuNav .menu-li .a1 {
  color: #153350;
  font-weight: bold;
  display: block;
  padding: 25px 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.navMain .menuNav .menu-li .a1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  opacity: 0;
  border: 10px solid var(--color2);
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.indexBanner1 {
  overflow: hidden;
}

.indexBanner1 .text {
  right: 0;
  bottom: 60px;
}

.indexBanner1 .text h3 {
  font-size: 106px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}

.indexBanner1 .text .jj {
  font-size: 60px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
}

.indexBanner1 .text .textHref {
  text-align: right;
}

.indexBanner1 .text .a1 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: var(--color2);
  padding: 0 30px;
  height: 66px;
  line-height: 66px;
  margin-top: 30px;
  border-radius: 33px;
}

.main1 {
  margin-top: 60px;
}

.main1 ul {
  margin: -13px;
}

.main1 li {
  padding: 13px;
}

.main1 li:nth-child(3n+1) {
  clear: both;
}

.main1 li:first-child .item {
  border-radius: 50px 0 0 0;
}

.main1 li:last-child .item {
  border-radius: 0 0 50px 0;
}

.main1 .item {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.main1 .item .img h3{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.main1 .item .nr {
  padding: 20px 50px;
  min-height: 292px;
}

.main1 .item .time {
  font-size: 14px;
  color: var(--color1);
  line-height: 1.8;
  margin-bottom: 30px;
}

.main1 .item .readTime{
  position: relative;
  padding-left: 38px;
  z-index: 1;
}

.main1 .item .readTime:before{
  content: "";
  width: 28px;
  height: 20px;
  background: url(../images/time.png) 50% 50% no-repeat transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}

.main1 .item h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 30px;
  color: var(--color1);
}

.main1 .item h3 .s1 {
  font-size: 14px;
}

.main1 .more {
  display: inline-block;
  min-width: 128px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  color: var(--color2);
  border-radius: 23px;
  border: 1px solid var(--color2);
}

.main1 .more:hover, .main1 .more.on {
  background-color: var(--color2);
  color: #fff;
}

.title1 h2 {
  color: var(--color1);
}

.title1 h2 .s1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}

.title1 h2 .s2 {
  font-size: 14px;
  line-height: 1.6;
}

.title2 h2 {
  color: var(--color1);
}

.title2 h2 .s1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}

.title2 h2 .s2 {
  font-size: 21px;
  line-height: 1.6;
}

.main2 {
  padding-top: 60px;
}

.main2 .title1 {
  padding-bottom: 60px;
}

.main2 li .item .nr {
  padding: 20px;
}

.main2 li .item h3 {
  color: var(--color1);
  line-height: 1.4;
  margin-bottom: 15px;
}

.main2 li .item h3 .s1 {
  font-weight: bold;
  font-size: 48px;
}

.main2 li .item h3 .s2 {
  font-weight: normal;
  font-size: 38px;
}

.main2 li .item .jj {
  font-size: 18px;
  color: var(--color1);
  line-height: 1.6;
  margin-bottom: 20px;
}

.main2 .more {
  display: inline-block;
  min-width: 128px;
  height: 46px;
  text-align: center;
  line-height: 44px;
  color: var(--color2);
  border-radius: 23px;
  border: 1px solid var(--color2);
}

.main2 .more:hover, .main2 .more.on {
  background-color: var(--color2);
  color: #fff;
}

.main3 .text {
  right: 0;
  top: 0;
  width: 50%;
  padding: 0 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1190px;
  background: url(../images/voile-blanc-pro.png) no-repeat left top;
  background-size: 100% 100%;
}

.main3 .text h3 {
  font-size: 74px;
  line-height: 1.4;
  font-weight: bold;
  color: var(--color1);
}

.main3 .text .s1 {
  margin-top: 30px;
  font-size: 44px;
  font-weight: normal;
  color: var(--color1);
}

.main3 .text .s2 {
  font-size: 30px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--color1);
}

.main3 .more {
  display: inline-block;
  min-width: 216px;
  margin-top: 30px;
  height: 80px;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  border-radius: 40px;
  border: 1px solid var(--color2);
  background-color: var(--color2);
  color: #fff;
}

.main3 .more:hover, .main3 .more.on {
  background-color: #fff;
  color: var(--color2);
}

.main4 {
  padding: 80px 0;
}

.main4 .title2 {
  padding-bottom: 80px;
}

.main4 ul {
  text-align: center;
}

.main4 li {
  margin: 0 20px;
}

.main4 li img {
  width: 100%;
}

.footer .foot-right {
  padding-top: 15px;
  border-top: 1px solid #cdcdcd;
}

.footer .foot-right .s1 {
  font-size: 12px;
  color: var(--color1);
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer .foot-right .s2 {
  font-size: 18px;
  color: var(--color1);
  line-height: 1.6;
}

.footer .foot-right .s2 .txt, .footer .foot-right .s2 .ico {
  vertical-align: middle;
}

.footer .foot-right .s2 .txt {
  color: var(--color1);
  text-decoration: underline;
  font-weight: bold;
}

.footer .foot-right .s2 .ico {
  margin-left: 15px;
}

.footer .foot-right .s2 .ico .fa {
  color: #fff;
  background-color: #f00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.footer .foot-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .foot-nav li.on{
  border-bottom: 2px solid #00afca;
}
.footer .foot-nav a {
  color: var(--color1);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 15px;
  display: block;
}

.footer .foot-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .footLogo {
  max-width: 209px;
  width: 100%;
}

.footer .beian {
  font-size: 14px;
  color: #181818;
  padding: 15px 0;
  line-height: 1.6;
}

.footer .beian a {
  color: var(--color1);
}

.footer .beian a:hover {
  color: var(--color2);
}

.weizhi {
  font-size: 12px;
  line-height: 1.8;
  padding-top: 60px;
}

.weizhi a, .weizhi span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.weizhi a.on, .weizhi span.on {
  color: var(--color2);
}

.weizhi a:hover {
  text-decoration: underline;
}

.typeInfo {
  padding-top: 15px;
}

.typeInfo h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: normal;
  list-style: 1.6;
  color: var(--color1);
}

.typeInfo .jj {
  font-size: 18px;
  line-height: 32px;
  margin: 20px 0 0;
  color: var(--color1);
}

.typeInfo .more {
  border-radius: 40px;
  margin-top: 20px;
  border: 1px solid #00afca;
  display: block;
  max-width: 400px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #00afca;
}

.typeInfo .more:hover {
  background-color: #00afca;
  color: #fff;
}

.productList .mMore {
  text-align: center;
  margin-top: 40px;
}

.productList .mMore a {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  font-weight: 500;
  color: #fff8ff;
  background-color: #38b1ce;
  border-radius: 55px;
  line-height: 26.54px;
}

.listButtons .pull-right a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.listButtons .pull-right a:hover i, .listButtons .pull-right a.on i {
  color: #38b1cf;
}

.listButtons .pull-right a i {
  font-size: 32px;
  color: #333;
  line-height: 40px;
}

.productList1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.productList1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.productList1 li {
  width: 33.33333%;
  padding: 15px;
}

.productList1 li .item {
  padding-bottom: 20px;
  min-height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.productList1 li .img {
  /* background: url(../images/calqueimagearticle.png) center center no-repeat; */
  background-size: cover;
  position: relative;
  z-index: 1;
}

.productList1 li .img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url(../images/calqueimagearticle.png) top center no-repeat; */
  opacity: .6;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.productList1 li .img img {
  object-fit: cover;
}

.productList1 li .nr {
  padding: 14px 38px;
}

.productList1 li .nr h3 {
  font-size: 24px;
  color: #153350;
  font-weight: 500;
  text-align: left;
  margin: 20px 0;
}

.productList1 li .nr .jj {
  font-size: 16px;
  line-height: 28px;
  color: #55667c;
  text-align: left;
}

.productList1 li .nr .a1 {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  color: #00afca;
  margin-top: 20px;
}

.productList2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.productList2 li {
  padding: 15px 0;
}

.productList2 li:first-child .item {
  border-top-left-radius: 40px;
}

.productList2 li:last-child .item {
  border-bottom-right-radius: 40px;
}

.productList2 li .item {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.productList2 li .img {
  max-width: 340px;
  width: 100%;
  /* background: url(../images/calqueimagearticle.png) center center no-repeat; */
  background-size: cover;
  position: relative;
  z-index: 1;
}

.productList2 li .img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url(../images/calqueimagearticle.png) top center no-repeat; */
  opacity: .6;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.productList2 li .img img {
  height: 100%;
  object-fit: cover;
}

.productList2 li .nr {
  font-size: 16px;
  padding: 25px 60px;
  color: #0e2952;
  width: calc(100% - 340px);
}

.productList2 li .nr h3 {
  font-size: 24px;
  color: #153350;
  font-weight: 500;
  text-align: left;
  margin: 20px 0;
}

.productList2 li .nr .jj {
  font-size: 16px;
  line-height: 28px;
  color: #55667c;
  text-align: left;
}

.productList2 li .nr .a1 {
  display: block;
  text-align: right;
  text-decoration: underline;
  font-size: 16px;
  line-height: 28px;
  color: #00afca;
  margin-top: 20px;
}

.contact {
  background-image: url(../images/bg-contact.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  background-color: #0c2138;
}

.contact .weizhi a, .contact .weizhi span {
  color: #fff;
}

.contact .weizhi a.on, .contact .weizhi span.on {
  color: #00afca;
}

.contact .info {
  max-width: 855px;
  width: 100%;
  margin: 20px auto 0;
}

.contact .info h3 {
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}

.contact .info .jj {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.contact .contactForm {
  max-width: 955px;
  width: 100%;
  margin: 60px auto 0;
}

.contact .contactForm ul{
  display: none;
}
.contact .contactForm ul.on{
  display: block;
}

.contact .contactForm label {
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.contact .contactForm input[type=text] {
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  padding: 16px 0px;
  font-size: 15px;
  border: none;
  border-bottom: 2px solid #ccc;
}
.contact .contactForm textarea{
  border: 1px solid #B3BEC5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  resize: none;
  height: 244px;
  width: 100%;
  padding: 16px 30px;
  font-size: 15px;
  color: #000000;
}

.contact .contactForm input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}

.contact .contactForm input[type=text]::-moz-placeholder {
  color: #ccc;
}

.contact .contactForm input[type=text]:-ms-input-placeholder {
  color: #ccc;
}

.contact .contactForm input[type=text]:focus {
  border: none;
  border-bottom: 2px solid #00afca;
  color: #fff;
}

.contact .contactForm input[type=text]:focus::-webkit-input-placeholder {
  color: #ccc;
}

.contact .contactForm input[type=text]:focus::-moz-placeholder {
  color: #ccc;
}

.contact .contactForm input[type=text]:focus:-ms-input-placeholder {
  color: #ccc;
}

.contact .contactForm button.realVal{
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  max-width: 500px;
  padding: 16px 0px;
  outline: none;
  font-size: 15px;
  border: none;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
}
.contactMsg{
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.contact .contactForm button {
  padding: 12px 22px;
  background: #00afca;
  color: #FFFFFF;
  border: none;
  outline: none;
  text-transform: uppercase;
  margin-top: 15px;
}
.contact .contactForm .dropdown-item{
  position: relative;
  z-index: 1;
  padding: 5px 0;
  padding-left: 30px;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
.contact .contactForm .dropdown-item.on,.contact .contactForm .dropdown-item:hover{
  background-color: #eee;

}
.contact .contactForm .dropdown-item:before{
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  content: '';
  color: #69d2e7;
  margin-right: 11px;
  background: url(../images/arrow-ls.png) 0 0 no-repeat transparent;
  width: 12px;
  height: 10px;
  display: inline-block;
}

.contact .xieyi {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

.contact .xieyi li {
  padding: 20px 0;
}

.contact .xieyi li span {
  text-decoration: underline;
}

.contact .xieyi li input[type="checkbox"], .contact .xieyi li .txt {
  vertical-align: middle;
  display: inline;
  margin: 0;
}

.contact .xieyi li input[type="checkbox"] {
  margin-right: 5px;
}

.contact .foot-right {
  padding-top: 15px;
  border-top: 1px solid #cdcdcd;
}

.contact .foot-right .s1 {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact .foot-right .s2 {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}

.contact .foot-right .s2 .txt, .contact .foot-right .s2 .ico {
  vertical-align: middle;
}

.contact .foot-right .s2 .txt {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.contact .foot-right .s2 .ico {
  margin-left: 15px;
}

.contact .foot-right .s2 .ico .fa {
  color: #fff;
  background-color: #f00;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.typeArticle {
  margin: 0 -15px;
}

.typeArticle .left .article {
  padding-right: 85px;
  border-right: 1px solid #ddd;
}

.typeArticle .right {
  padding-left: 35px;
}

.typeArticle .right .tit {
  font-size: 28px;
  color: #153350;
  font-weight: 500;
}

.typeArticle .right ul {
  margin: 0 -15px;
}

.typeArticle .right li {
  padding: 15px;
}

.typeArticle .right .item {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.typeArticle .right .item .nr {
  padding: 15px;
}

.typeArticle .right .item .nr h3 {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}

.typeArticle .right .item .nr h3 .s1 {
  color: #55667c;
}

.typeArticle .right .item .nr h3 .s2 {
  color: #153350;
}

.typeArticle .right .more {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 9px 15px;
  margin-top: 15px;
  border-radius: 20px;
  background-color: #00afca;
  float: right;
}

.article {
  font-size: 14px;
  line-height: 28px;
  color: #153350;
}

.article .tit {
  font-size: 40px;
  font-weight: normal;
  color: var(--color1);
  line-height: 1.3;
}

.article img {
  max-width: 100%;
}

.article .bq {
  margin-top: 10px;
  font-size: 14px;
  color: #00afca;
  line-height: 40px;
}

.article .bq .share, .article .bq .time, .article .bq .time2 {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.article .bq .share .ico, .article .bq .time .ico, .article .bq .time2 .ico {
  color: var(--color1);
  margin-right: 5px;
}

.article .bq .share {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #153350;
}

.article .chapo {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  margin: 20px 0;
  color: #153350;
}

.article .chapo h3 {
  font-size: 20px;
  color: #153350;
  line-height: 1.3;
}

.article #mUl li {
  line-height: 28px !important;
  padding-bottom: 10px;
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: #153350;
}

.article #mUl li:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: '';
  color: #69d2e7;
  margin-right: 11px;
  background: url(../images/arrow-ls.png) 0 0 no-repeat transparent;
  width: 12px;
  height: 10px;
  display: inline-block;
}

.article .colorBk {
  padding: 20px 20px 20px 20px;
  background-color: #00a7c9;
}

.article .colorBk h4 {
  font-size: 18px;
  color: #153350;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.75em;
}

@media (max-width: 1279px) {
  .navMain .menuNav .menu-li.active > .topMu, .navMain .menuNav .menu-li:hover > .topMu, .navMain .menuNav .menu-li.on > .topMu {
    display: block;
  }
  .navMain .menuNav .menu-li > .topMu {
    position: static;
    text-align: center;
    background-color: rgba(0, 175, 202, 0.06);
  }
  .navMain .menuNav .menu-li .topChildMu1 {
    margin-top: 0;
  }
  .indexBanner1 .text h3 {
    font-size: 60px;
  }
  .indexBanner1 .text .jj {
    font-size: 20px;
  }
  .yContent {
    padding: 0 15px;
  }
  .pre-header {
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .pre-headerTop {
    background-color: #fff;
    position: static;
    z-index: inherit;
  }
  .pre-headerTop .topNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: var(--color1);
    padding-right: 47px;
  }
  .pre-headerTop .topNav .nav {
    float: right;
  }
  .pre-headerTop .search {
    top: 0px;
    right: 10px;
    width: 37px;
    height: 37px;
    float: left;
    position: absolute;
    z-index: 3;
    cursor: pointer;
  }
  .pre-navMain .navbar-toggle {
    display: block;
    margin: 0;
  }
  .pre-navMain .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .searchWarp {
    width: 100%;
  }
  .main3 .text h3 {
    font-size: 60px;
  }
  .main3 .text .s1 {
    font-size: 30px;
  }
  .main3 .text .s2 {
    font-size: 15px;
  }
  .main3 .text .more {
    font-size: 12px;
    line-height: 50px;
    height: 50px;
  }
  .title1 h2 .s1 {
    font-size: 38px;
  }
  .title1 h2 .s2 {
    font-size: 14px;
  }
  .title2 h2 {
    color: var(--color1);
  }
  .title2 h2 .s1 {
    font-size: 36px;
  }
  .main4 {
    padding: 60px 0;
  }
  .main4 .title2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .listButtons .yContent {
    max-width: 970px;
  }
  .productList1 .yContent {
    max-width: 970px;
  }
  .productList1 li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .main1 li {
    width: 50%;
    float: left;
  }
  .main1 li:nth-child(3n+1) {
    clear: none;
  }
  .main1 li:nth-child(2n+1) {
    clear: both;
  }
  .main2 li .item .nr h3 {
    font-size: 28px;
  }
  .main2 li .item .nr .jj {
    font-size: 14px;
  }
  .main3 .text h3 {
    font-size: 42px;
  }
  .main3 .text .s1 {
    font-size: 18px;
  }
  .main3 .text .s2 {
    font-size: 14px;
  }
  .main3 .text .more {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
  }
  .title2 h2 .s2 {
    font-size: 18px;
  }
  .main4 li img {
    max-width: 100px;
  }
  .typeArticle .left .article {
    padding-right: 0px;
    border-right: none;
  }
  .typeArticle .right {
    padding-top: 40px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .pre-headerTop .search {
    top: 80px;
    right: 30px;
    width: 40px;
    height: 40px;
    float: left;
    background-color: #fff;
    background-image: url(../images/search-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .indexBanner1 .text h3 {
    font-size: 40px;
  }
  .indexBanner1 .text .jj {
    font-size: 16px;
  }
  .indexBanner1 .text .a1 {
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    right: 0;
    left: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .searchWarp {
    padding: 20px;
    top: 100%;
    height: auto;
    display: none;
  }
  .searchWarp.on {
    display: block;
  }
  .searchWarp .searchWarpCen {
    padding: 0;
  }
  .searchWarp input, .searchWarp button {
    height: 47px;
  }
  .main2 {
    padding-top: 40px;
  }
  .main2 .title1 {
    padding-bottom: 40px;
  }
  .main2 ul {
    display: block;
    max-width: 500px;
    margin: auto;
  }
  .main3 {
    overflow: hidden;
  }
  .main3 .img1 {
    max-height: 374px;
    width: auto;
  }
  .main3 .text {
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  .main3 .text h3 {
    font-size: 30px;
  }
  .main4 {
    padding: 40px 0;
  }
  .main4 .title2 {
    padding-bottom: 40px;
  }
  .footer .foot-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .listButtons .yContent {
    max-width: none;
  }
  .productList1 .yContent {
    max-width: none;
  }
  .productList1 li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .productList2 li .item {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .productList2 li .img, .productList2 li .nr {
    width: 100%;
    max-width: 100%;
  }
  .productList2 li .nr {
    padding: 30px;
  }
  .article .tit {
    font-size: 26px;
  }
  .article .bq .share, .article .bq .time, .article .bq .time2 {
    margin-right: 10px;
    display: block;
    vertical-align: auto;
  }
}

@media (max-width: 650px) {
  .indexBanner1 .text {
    position: static;
    text-align: center;
    padding-top: 30px;
  }
  .indexBanner1 .text h3 {
    color: #55667c;
    margin-bottom: 10px;
  }
  .indexBanner1 .text .jj {
    color: #55667c;
  }
  .indexBanner1 .text .textHref {
    text-align: center;
  }
  .main2 {
    padding-top: 20px;
  }
  .main2 .title1 {
    padding-bottom: 20px;
  }
  .main3 {
    overflow: hidden;
  }
  .main3 .img1 {
    max-height: none;
    width: 100%;
  }
  .main3 .text {
    position: static;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
  }
  .title1 h2 .s1 {
    font-size: 24px;
  }
  .title2 h2 .s1 {
    font-size: 24px;
  }
  .title2 h2 .s2 {
    font-size: 14px;
  }
  .main4 {
    padding: 20px 0;
  }
  .main4 .title2 {
    padding-bottom: 20px;
  }
  .main4 li img {
    max-width: 60px;
  }
}

@media (max-width: 481px) {
  .topLogo {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .topLogo img {
    display: block;
    width: 100%;
  }
  .main1 li {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .navMain {
    display: block;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .menuNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menuNav .menu-li {
    flex-shrink: 1;
    flex-grow: 1;
    align-self: center;
    padding-bottom: 10px;
  }
  .menuNav .menu-li.on > .topMu, .menuNav .menu-li:hover > .topMu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .menuNav .menu-li > .topMu {
    z-index: 1;
    border: none;
    width: 100%;
  }
  .menuNav .menu-li > .topMu > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #181818;
    padding: 10px 0;
    border-bottom: 3px solid #e2efef;
  }
  .menuNav .menu-li > .topMu > li > a:hover {
    background-color: transparent;
  }
  .menuNav .menu-li > .topMu.topMu1 > li {
    width: 20%;
    padding: 10px;
  }
  .menuNav .menu-li > .topMu.topMu2 > li {
    width: 25%;
    padding: 10px;
  }
  .menuNav .menu-li .topChildMu1 {
    display: block;
    border: none;
    margin-top: 30px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .menuNav .menu-li .topChildMu1 > li {
    font-size: 14px;
    font-weight: normal;
  }
  .menuNav .menu-li .topChildMu1 > li > a {
    display: block;
    color: #666;
    padding: 7px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .main2 li .item .nr {
    padding: 55px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .main2 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .main2 ul:last-child {
    flex-direction: row-reverse;
  }
  .main2 ul li {
    width: 50%;
  }
}


.sXuanList li{
  float: left;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.sXuanList li .checkboxUi{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #00a7c9;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.sXuanList li .checkboxTxt{
  margin-left: 5px;
}
.sXuanList li [type=checkbox]{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  outline: none;
  opacity: 0;
}
.sXuanList li [type=checkbox]:hover+.checkboxUi{
  background-color: #ccc;
}
.sXuanList li [type=checkbox]:checked+.checkboxUi:before{
  content: "";
  position: absolute;
  left: 11px;
  top: 5px;
  z-index: 1;
  width: 9px;
  height: 15px;
  border: solid #00afca;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.shareMenu{
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.shareMenu.on{
  display: inline-block;
}
.shareMenu .share-item{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
}

.formListYOrN li{
  padding: 15px;
  font-size: 14px;
  color: #333;
}
.formListYOrN li:nth-child(odd){
  background-color: #eee;
}
.formListYOrN li:nth-child(even){
  background-color: #fff;
}
.formListYOrN li .txt{
  font-size: 14px;
  color: #333;
}
.formListYOrN li .formYOrN input[type=radio],.formListYOrN li .formYOrN label{
  display: inline-block;
  vertical-align: middle;
}
.formListYOrN li .formYOrN input[type=radio]{
  outline: none;
  margin-top: 0;
}
.formListYOrN li .formYOrN label{
  padding-right: 5px;
  margin-left: 10px;
  font-weight: normal;
}

.formListLiuYan{
  background-color: rgb(184, 237, 245,0.3);
  padding: 20px;
}
.formListLiuYan li{
  margin-top: 20px;
}
.formListLiuYan .ipt{
  border: 1px solid #153350;
  outline: none;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
.searchList li{
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.searchList li h3{
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.searchList li h3 a:hover{
  text-decoration: underline;
}
.searchList li .jj{
  font-size: 14px;
  color: #333;
  line-height: 2.2;
}

/*鍒嗛〉*/
.page2 {
  /*overflow: hidden;*/
  text-align: center;
  padding: 10px;
  clear: both;
}

.page2 .ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.page2 .rows {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .current {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #337ab7;
  border-left: 1px solid #e4eaec;
}

.page2 .prev {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .first {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .end {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .next {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  color: #76838f;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-left: 1px solid #e4eaec;
}

.page2 .num, .page2 .rows, .page2 .prev, .page2 .next, .page2 .current, .page2 .first, .page2 .end {
  border-radius: 5px;
  border: 1px solid #e4eaec;
  margin: 0px 3px;
}


.loginList li .item{
  text-align: center;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 450px;
}


.loginList li{
  padding: 15px;
}
.loginList li .item p{
  margin: 0;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #153350;
  text-transform: uppercase;
}

.loginList li .item .btn-container {
  margin: 40px 0 0;
}
.loginList li .item .btn-container a {
  background: #be202e;
  color: #FFFFFF;
}
.loginList li .item .btn-container a.button{
  outline: none;
  font-size: 23.59px;
  font-weight: 500;
  border: none;
  padding: 14px 36px;
  border-radius: 55px;
  line-height: 26.54px;
  display: inline-block;
  -webkit-transition: 150ms ease-in-out all;
  -o-transition: 150ms ease-in-out all;
  transition: 150ms ease-in-out all;
}
.loginList li .item .btn-container a:hover {
  background: #70121a;
}

.article #mUl2 li {
  line-height: 28px !important;
  /* padding: 5px 0; */
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: #153350;
}

.article #mUl2 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: '';
  color: #69d2e7;
  margin-right: 11px;
  background: url(../images/arrow-ls.png) 0 0 no-repeat transparent;
  width: 12px;
  height: 10px;
  display: inline-block;
}
.article .chapo2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  margin: 10px 0;
  color: #153350;
}

.article #yinsiUl li {
  line-height: 28px !important;
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: #153350;
}

.article #yinsiUl li:before {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  content: '';
  color: #69d2e7;
  margin-right: 11px;
  background: url(../images/arrow-ls.png) 0 0 no-repeat transparent;
  width: 12px;
  height: 10px;
  display: inline-block;
}