/* 公共CSS */

@font-face{
  font-family: lamp;
  src: url(../font/AdobeHeitiStd-Regular.otf);
}
@font-face{
  font-family: cuheiti;
  src: url(../font/义启粗黑体.ttf);
}

/* img hover */
.imgout:hover img{
  width: 100%;
  height: 100%;
}
ul li .imgout:hover img{
  width: 100%;
  height: 100%;
}

/* 头部 */
.header{
  width: 100%;
  height: 5rem;
}
.container{
  height: 5rem;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  min-height: 5rem;
  margin-bottom: 0;
  border: none;
}
.navbar-brand {
  height: auto;
  padding: 1.3rem 0;
}
.navbar-brand>img {
  width: 15.875rem;
  height: 2.375rem;
}
/* 导航栏 */
.navul{
  margin-top: 1.5rem;
}
.nav>li{
  border-radius: 4px;
  margin-left: .5rem;
  z-index: 999;
  background-color: rgba(221, 221, 221,.9);
}
.nav>li:first-child{
  margin-left: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #6a6a6a;
  font-family: lamp;
}
.nav>li>a{
  padding: .5rem;
  font-size: .84rem;
  text-align: center;
}
.nav>li:first-child>a{
  padding: .5rem 1.17rem;
}
.nav>li:hover{
  background-color: #076ce0;
}
.navbar-default .navbar-nav>li:hover>a {
  color: #fff;
}




/* 轮播图 */
.bannerout{
  width: 100%;
}
.banner{
  width: 78rem;
  height: 31.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner .ul{
  position: absolute;
  left: 0;
  width: 9999px;
}
.banner .ul li{
  float: left;
}
.banner .ul li a{
  display: block;
  width: 78rem;
  height: 31.5rem;
}
.banner .ul li img{
  display: block;
  width: 78rem;
  height: 31.5rem;
}
.banner .bar{
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
}
.banner .bar li{
  float: left;
  width: .8rem;
  height: .8rem;
  background-color: #fff;
  margin-left: .6rem;
  border-radius: 50%;
  cursor: pointer;
  animation: wid .6s forwards;
}
@keyframes wid{
	0%{
		margin-left:0.6rem;
	}
	25%{
		margin-left:1.2rem;
	}
	50%{
		margin-left:0.6rem;
	}
	75%{
		margin-left:1.2rem;
	}
	100%{
		margin-left:0.6rem;
	}
}
.banner .bar li:hover {
  background-color: #076ce0;
  box-shadow: 0 0 7px 3px #e2e3e2;
}
.banner .bar .cur {
  background-color: #076ce0;
  margin-left: 0;
}
.banner .left,
.banner .right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: rgba(7, 108, 224,.8);
  text-decoration: none;
  color: white;
  text-align: center;
  line-height: 4rem;
  font-size: 2.5rem;
  font-weight: normal;
  display: block;
  z-index: 999;
}
.banner .left:hover,
.banner .right:hover{
  box-shadow: 0 0 7px 10px #e2e3e2;
}
.banner .left{
  left: .5rem;
}
.banner .right{
  right: .5rem;
}



/* 标题 */
.title{
  width: 100%;
  height: 7rem;
  margin-top: 2.7rem;
  text-align: center;
  position: relative;
}
.title h3{
  font-family: cuheiti;
  font-size: 1.33rem;
  color: #076ce0;
}
.title p{
  font-family: lamp;
  font-size: .78rem;
  color: #3e3e3e;
  line-height: 2.17rem;
}
.title ::after{
  content: '';
  width: 2.5rem;
  border-top: 2px solid #076ce0;
  position: absolute;
  top: 4.2rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 分页 */
.pagination{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 3rem;
}
.pagination li{
  display: inline;
  text-align: center;
}
.pagination a{
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
  border-color: #ddd;
  color: #4285F4;
  background: #fff;
}
.pagination a:hover {
  background: #eee;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}
.pagination a.active, 
.pagination a:active {
  border-color: #4285F4;
  background: #4285F4;
  color: #fff;
}
.pagination li:first-child a {
  border-radius: 6px 0 0 6px;
}
.pagination li:last-child a {
  border-radius: 0 6px 6px 0;
}


/* 底部 */
.footer{
  width: 100%;
  height: 13.4rem;
  background-color: #2b2b2b;
}
.footer .footerin{
  width: 68%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footerin>img{
  display: block;
  width: 8.21rem;
  height: 2.4rem;
}
.footerin .footul{
  width: 29rem;
  display: flex;
  justify-content: space-around;
}
.footul li{
  width: 5rem;
}
.footul li p{
  font-size: .68rem;
  color: white;
  font-family: lamp;
  margin-bottom: .67rem;
}
.footul li ul{
  width: 100%;
}
.footul li ul li{
  width: 100%;
}
.footul li ul li a{
  font-size: .59rem;
  color: white;
  font-family: lamp;
  margin-bottom: .6rem;
}



/* 媒体查询 */
html{
  font-size: 24px;
}
@media screen and (max-width:1920px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 81%!important;
  }
}
@media screen and (max-width:1600px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 81%!important;
  }
}
@media screen and (max-width:1440px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 82%!important;
  }
}
@media screen and (max-width:1366px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 82%!important;
  }
}
@media screen and (max-width:1200px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 82%!important;
  }
}
@media screen and (max-width:1100px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 83%!important;
  }
}
@media screen and (max-width:992px){
  .container, .core, .businesspic .busipic, .powericon, .outdoor, .contentout .content,
  .information, .information2, .footer .footerin ,.show, .menber, .contact, .message{
    width: 86%!important;
  }
}
@media screen and (max-width:800px){
  .container, .core, .businesspic .busipic, .powericon, .contentout .content, 
  .information, .information2, .footer .footerin ,.show, .menber{
    width: 90%!important;
  }
}
@media screen and (max-width:768px){
  .container, .core, .businesspic .busipic, .powericon,.powicon .iconul, .assurance .assu,
  .information, .information2, .footer .footerin ,.show, .menber, .brandstyle .bstyle, 
  .action .actionul, .contbut .contb, .exchang, .method, .contentout .content{
    width: 96%!important;
  }
  .newlist{
    width: 86%;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .nav>li {
    width: 27rem;
    align-self: flex-end;
  }
  .nav>li>a {
    font-size: 2.2rem;
    text-align: center;
  }
  .navbar-brand>img {
    width: 49.875rem;
    height: 7.375rem;
  }
  .core {
    height: 47rem;
  }
  .core .text {
    width: 52rem;
  }
  .core .text p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }
  .core .text a {
    width: 10.83rem;
    height: 3.92rem;
    font-size: 1.85rem;
    border-radius: 3.96rem;
    line-height: 3.92rem;
  }
  .title h3 {
    font-size: 3.33rem;
  }
  .title ::after{
    width: 5.5rem!important;
    top: 100%!important;
  }
  .title p{
    font-size: 1.78rem;
  }
  .businesspic{
    height: 21rem;
  }
  .busiul li {
    width: 21.458rem;
    height: 20.833rem;
  }
  .busiul li img {
    width: 20rem;
    height: 19rem;
  }
  .powericon {
    height: 33rem;
  }
  .powerul li {
    width: 22.458rem;
    height: 23.833rem;
  }
  .powerul li img {
    width: 10.25rem;
    height: 10.25rem;
  }
  .powerul li h5 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
  }
  .powerul li p {
    font-size: 1.4rem;
    line-height: 2.25rem;
  }
  .powerul li::after {
    width: 5.5rem;
  }
  .aboutc {
    height: 37.58rem;
  }
  .aboutc .aboutpic {
    width: 35.25rem;
    height: 48.417rem;
    top: -14%;
    left: 3%;
  }
  .aboutpic img {
    width: 33.3rem;
    height: 46.5rem;
  }
  .aboutc .abtext {
    width: 36.75rem;
    height: 28.1rem;
  }
  .abtext h3 {
    font-size: 3.3rem;
  }
  .abtext h3 span {
    font-size: 1.95rem;
  }
  .abtext p {
    font-size: 1.37rem;
    line-height: 2.25rem;
  }
  .abtext::after {
    width: 5.5rem;
  }
  .abtext a {
    width: 10.8rem;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 2rem;
  }
  .title {
    margin-top: 10.7rem;
  }
  .information {
    height: 116.17rem;
  }
  .information .inforul {
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .inforul li {
    width: 33.17rem;
    margin-bottom: 4rem;
  }
  .inforul li .inforimg {
    height: 32.75rem;
  }
  .inforul li .inforimg img {
    width: 31.04rem;
    height: 30.17rem;
  }
  .inforul li h5 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .inforul li p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .footer {
    height: 30.4rem;
  }
  .footerin>img {
    width: 22.21rem;
    height: 8.4rem;
  }
  .footerin .footul {
    width: 41rem;
  }
  .footul li {
    width: 14rem;
  }
  .footul li p {
    font-size: 2rem;
    margin-bottom: .67rem;
  }
  .footul li ul li a {
    font-size: 1.2rem;
  }
  .show .title{
    margin-top: 6.7rem;
  }
  .show .tit{
    font-size: 2rem;
    line-height: 3.1rem;
    margin-bottom: 4.3rem;
    margin-top: 3rem;
  }
  .listul li {
    width: 31.83rem;
    height: 30.5rem;
    margin-bottom: 6.5rem;
  }
  .listul li a img {
    width: 30.083rem;
    height: 28.625rem;
  }
  .listul li .listtit {
    width: 22.417rem;
    height: 6.67rem;
    bottom: -2.6rem;
  }
  .listul li .listtit p {
    font-size: 1.87rem;
  }
  .aboutc {
    height: 46.58rem;
    margin-top: 12.5rem;
  }
  .aboutc .aboutpic {
    width: 34.25rem;
    height: 59.417rem;
    left: 3%;
  }
  .aboutpic img {
    width: 32.3rem;
    height: 57.3rem;
  }
  .aboutc .abtext {
    height: 17.1rem;
  }
  .abtext h3 {
    font-size: 3.3rem;
  }
  .abtext h3 span {
    font-size: 2rem;
  }
  .abtext p {
    font-size: 1.67rem;
    line-height: 2.75rem;
  }
  .abtext::after {
    width: 5.5rem;
    top: 67%;
  }
  .abtext a {
    width: 10.8rem;
    height: 4rem;
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 2rem;
  }
  .menber .title{
    margin-bottom: 5rem;
  }
  .menberul li {
    width: 33.17rem;
    height: 50.58rem;
  }
  .menberul li a {
    height: 39.75rem;
  }
  .menberul li a img {
    width: 31.42rem;
    height: 37.96rem;
  }
  .menberul li p {
    font-size: 2.85rem;
  }
  .menberul li p span {
    font-size: 1.78rem;
  }
  .brandstyle {
    height: 42.5rem;
  }
  .bstyle h3 {
    font-size: 4.42rem;
  }
  .bstyle p {
    font-size: 1.5rem;
    line-height: 4.3rem;
  }
  .biconul li {
    width: 15.75rem;
    height: 15.75rem;
  }
  .biconul li p {
    font-size: 3.28rem;
    line-height: 3.5rem;
  }
  .biconul li p span {
    font-size: 1.8rem;
  }
  .information2 .title {
    margin-top: 6.7rem;
    margin-bottom: 7rem;
  }
  .information2 .title ::after {
    top: 120%!important;
  }
  .actionul li {
    height: 23.75rem;
  }
  .actionul li .time {
    width: 16.83rem;
    height: 15.83rem;
  }
  .actionul li .time p {
    font-size: 7.3rem;
    line-height: 5rem;
  }
  .actionul li .time p span {
    font-size: 2.7rem;
  }
  .actionul li .text {
    width: 51rem;
  }
  .actionul li .text h5 {
    font-size: 2.25rem;
    line-height: 5.5rem;
  }
  .actionul li .text p {
    font-size: 1.67rem;
    line-height: 2.5rem;
  }
  .contact h3 {
    font-size: 5.67rem;
  }
  .contact h3 span {
    font-size: 2.975rem;
  }
  .contact p {
    font-size: 2.25rem;
    line-height: 4.17rem;
  }
  .contact img {
    width: 100%;
    height: 29.58rem;
  }
  .message .text {
    width: 36.75rem;
  }
  .message .text h3 {
    font-size: 5.67rem;
  }
  .message .text p {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  .message .form {
    width: 27.5rem;
  }
  form p {
    font-size: 2.9rem;
    line-height: 4.5rem;
  }
  form input {
    width: 28.75rem;
    height: 3.7rem;
    margin-bottom: 3rem;
  }
  form textarea {
    width: 28.75rem;
    height: 26.17rem;
    margin-bottom: 1.8rem;
  }
  form input[type="submit"] {
    width: 11.42rem;
    height: 4.92rem;
  }
  .contbut {
    height: 19.9rem;
  }
  .contb p {
    font-size: 2.1rem;
  }
  .exchang {
    height: 48rem;
    padding: 0;
  }
  .exchang>a {
    width: 34.1rem;
    height: 21.83rem;
  }
  .exchang .etext {
    width: 36rem;
  }
  .etext .text h1 {
    font-size: 8.5rem;
  }
  .etext .text .txt h4 {
    font-size: 2.7rem;
  }
  .etext .text .txt h3 {
    font-size: 3.2rem;
  }
  .etext .tet span {
    margin-top: -0.5rem;
    font-size: 2.39rem;
  }
  .etext .tet p {
    font-size: 1.79rem;
    line-height: 2.58rem;
  }
  .method {
    height: 86.8rem;
    padding: 0;
  }
  .method .title ::after {
    top: 8rem!important;
  }
  .method>a {
    width: 27.17rem;
    height: 40.83rem;
  }
  .method .mtext {
    width: 33.58rem;
    height: 51rem;
  }
  .method .mtext p {
    line-height: 3.17rem;
    font-size: 2rem;
  }
  .method .mtext p::before {
    width: 5.7rem;
    height: 5.7rem;
    font-size: 2.8rem;
    line-height: 3.4rem;
    left: -26%;
  }
  .powicon {
    height: 25rem;
  }
  .iconul li {
    width: 25rem;
    height: 10.25rem;
  }
  .iconul li a {
    width: 10.25rem;
    height: 10.25rem;
  }
  .iconul li p {
    font-size: 1.6rem;
    line-height: 2.9rem;
  }
  .nlistul li {
    height: 25rem;
  }
  .nlistul li>a {
    width: 21.83rem;
    height: 15.58rem;
  }
  .nlistul li a img {
    width: 20.3rem;
    height: 14rem;
  }
  .nlistul li .text h4 {
    font-size: 2rem;
    line-height: 3.3rem;
  }
  .nlistul li .text p {
    font-size: 1.7rem;
    line-height: 2.65rem;
  }
  .otitle h3 {
    font-size: 3.03rem;
  }
  .otitle h3 span {
    font-size: 10.67rem;
  }
  .otitle p {
    font-size: 2.07rem;
  }
  .outdoorul li {
    width: 16.3rem;
    height: 23.83rem;
  }
  .outdoorul li img {
    width: 9rem;
    height: 9rem;
  }
  .outdoorul li h4 {
    font-size: 2.2rem;
  }
  .outdoorul li p {
    font-size: 1.38rem;
  }
  .allul .bigicon {
    width: 20rem;
    height: 20rem;
  }
  .assurance {
    height: 55.8rem;
  }
  .assu h3 {
    font-size: 3.5rem;
    line-height: 16.17rem;
  }
  .assu>img {
    width: 34rem;
    height: 25.7rem;
  }
  .assu .assuul {
    width: 38.6rem;
  }
  .assuul li {
    margin-bottom: 4.58rem;
  }
  .assuul li img {
    width: 4.25rem;
    height: 3.125rem;
  }
  .assuul li:nth-child(3) img {
    width: 4.67rem;
  }
  .assuul li .astext a {
    font-size: 2rem;
  }
  .assuul li .astext p {
    font-size: 1.45rem;
    line-height: 2.25rem;
  }
  .contentout {
    padding-top: 8.3rem;
  }
  .contentin .crinav {
    height: 8rem;
  }
  .crinav .navul {
    font-size: 2.2rem;
  }
  .contentin .tip{
    display: none;
  }
  .contentin .continin {
    width: 100%;
  }
  .continin .imgtxt {
    margin-top: 5.6rem;
  }
  .imgtxt .img1 {
    height: 35.9rem;
  }
  .imgtxt p {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}