body {
  font-family: 'Microsoft YaHei',arial
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat-hairline_[allfont.net].ttf), url(../font/Montserrat-Regular.otf), url(../font/Montserrat-SemiBold.otf), url(../font/Montserrat-Thin.otf);
}
* {
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
.info {
  width: 80%;
  /*max-width: 1400px;*/
  margin: auto;
}
header .header_info {
  padding: 0 40px;
  height: 100px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
  position: fixed;
  width: 100%;
		top:0;
left:0;
z-index:9999;
box-shadow:0 0 10px rgba(0,0,0,0.2);
}
header .header_left .logo {
  line-height: 100px;
  float: left;
  max-width: 328px;
}
header .header_left .logo img {
  width: 100%;
}
header .nav {
  float: right;
}
header .nav .nav_list .nav_item {
  padding: 0 25px;
  float: left;
  line-height: 100px;
  list-style: none;
}
header .nav .nav_list .nav_item a {
  display: block;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
header .nav .nav_list .nav_item .active {
  color: #de0000;
  border-top: 4px solid #de0000;
  line-height: 90px;
}
header .nav_icon {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 20px;
}
header .nav_icon::before {
  content: "\e603";
}
header .nav_icon_active {
  font-size: 20px;
}
header .nav_icon_active::before {
  content: "\e604";
}
.clear {
  clear: both;
}


    .footer .footer_info {
        width: 1400px;
        max-width: 1400px;
        margin: 100px auto;
        visibility: inherit !important;
        margin-bottom: 0;
    }
.footer .footer_info .footer_left {
  float: left;
  width: 150px;
}
.footer .footer_info .footer_left .nav_list {
  font-size: 16px;
  color: #fff;
}
.footer .footer_info .footer_left .nav_list .nav_title {
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}
.footer .footer_info .footer_left .nav_list .nav_item {
  list-style-type: none;
}
.footer .footer_info .footer_left .nav_list .nav_item li {
  list-style-type: none;
  margin-bottom: 30px;
}
.footer .footer_info .footer_left .nav_list .nav_item li a {
  color: #a3aab1;
  text-decoration: none;
  font-weight: bold;
}
.footer .footer_info .footer_left .nav_list .nav_item li a:hover {
  color: #fff;
}
.footer .footer_info .footer_right {
  float: right;
}
.footer .footer_info .footer_logo {
  float: left;
}
.footer .footer_info .share {
  margin-top: 70px;
  padding-bottom: 40px;
  border-bottom: 2px solid #163650;
}
.footer .footer_info .footer_share {
  float: right;
}
.footer .footer_info .footer_share a {
  margin-left: 10px;
  position: relative;
  color: #fff;
  font-size: 28px;
}
.footer .footer_info .footer_share a .fooer_code {
  position: absolute;
  top: -135px;
  right: -50px;
}
.footer .footer_info .copyRight {
  color: #586675;
  padding: 30px 0 50px 0;
}
.footer .footer_info .copyRight .copyRight_info {
  float: left;
}
.footer .footer_info .copyRight .address {
  float: left;
  font-weight: bold;
}
.nav_banner {
  width: 100%;
  max-width: 1920px;
  margin:100px auto 0 auto;
}
.nav_banner img {
  width: 100%;
}
.nav_son {
  width: 100%;
  max-width: 1920px;
  height: 100px;
  max-height: 100px;
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
  margin: auto;
  position:relative;
  z-index:1;
}
.nav_son .nav_son_info {
  width: 100%;
  height: 100px;
  max-width: 1400px;
  margin: auto;
}
.nav_son .nav_son_info .nav_son_list .son_item {
  display: inline-block;
  padding: 0 45px;
  border-right: 2px solid #e5e5e5;
  margin-top: 36px;
  max-width:250px;
  height:30px;
  overflow:hidden;
}
.nav_son .nav_son_info .nav_son_list .son_item a {
  font-size: 20px;
  color: #222;
  padding-bottom: 36px;
}
.nav_son .nav_son_info .nav_son_list .son_item a.active {
  color: #de0000;
  font-weight: 600;
  border-bottom: 2px solid #de0000;
}
.nav_son .nav_son_info .nav_son_list :first-child {
  padding-left: 0;
}
.nav_son .nav_son_info .nav_son_list :last-child {
  border: 0;
}
.page_title {
  font-size: 40px;
  color: #222;

}
.content {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
  background: url(../images/logo_bg.jpg) repeat-y;
}
.content .info {
  padding-top: 110px;
}
.pageNumber {
  padding-top: 50px;
}
.pageNumber .pageNumber_left {
  float: left;
  vertical-align: middle;
  cursor: pointer;
}
.pageNumber .pageNumber_num {
  float: left;
  cursor: pointer;
}
.pageNumber .pageNumber_num ul li {
  display: inline-block;
  line-height: 60px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 18px;
  color: #999999;
  font-weight: bold;
}
.pageNumber .pageNumber_num ul .active {
  color: #222;
}
.pageNumber .pageNumber_right {
  float: left;
  vertical-align: middle;
  cursor: pointer;
}
.nav_mobile {
    width: 100%;
    height: 100%;
    background: url(../images/logo_bg.jpg);
    position: fixed;
    z-index: 999999;
    top: 100px;
    transform: translateX(-100%);
    overflow:auto;
}
.nav_mobile .nav_mobile_content {
  margin: 5%;
  position: relative;
}
.nav_mobile .nav_mobile_content .nav_mobile_list {
  float: left;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .list_one {
  padding-bottom: 25px;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .list_one a {
  color: #222;
  font-size: 24px;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .list_one .son_nav {
  display: none ;
  position: absolute;
  top: 80px;
  left: 200px;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .list_one .son_nav .son_nav_item {
  padding-bottom: 30px;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .list_one .son_nav .son_nav_item a {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .active a {
  color: #de0000;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .active .son_nav {
  display: block;
}
.nav_mobile .nav_mobile_content .nav_mobile_list .active::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #de0000;
  float: right;
  margin-left: 20px;
  margin-top: 15px;
}
.mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  display: none;
}
.m {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0px;
  background: #fff;
}
.mobile_nav_banner {
  display: none;
}
@media screen and (max-width: 1400px) {

  .footer .footer_info {
    width: 1100px;
  }
  .nav_son .nav_son_info {
    max-width: 1100px;
  }

  .my-video-dimensions {
    width: 1100px;
    height: 600px;
  }
header .nav .nav_list .nav_item a {
font-size: 16px;
}
header .nav .nav_list .nav_item {
padding: 0 19px;
}
}
@media screen and (max-width: 1220px){
.nav {
display: none;
}
.nav_icon {
display: block !important;
}
}
@media screen and (max-width: 1100px) {

  .footer .footer_info {
    width: 800px;
  }
    .nav_son .nav_son_info {
        
        overflow-x: scroll;
        
    }
  .nav_son .nav_son_info:-webkit-scrollbar {
    display: none;
  }
  .nav_son_list {
    width: 1400px;
    padding: 0 5%;
  }

  .news_content img {
    width: 100%;
  }
  .my-video-dimensions {
    width: 900px;
    height: 500px;
  }
}
@media screen and (max-width: 900px) {
  header .header_info {
    padding: 0 5% ;
  }
  header .header_left .logo img {
    width: 80%;
  }
  .pc_footer {
    display: none;
  }
  .mobile_footer {
    display: block !important;
  }
  .footer .footer_info {
    width: 100%;
    padding: 5% ;
    margin: 0;
  }
  .footer .footer_info .mobile_footer .footer_left {
    float: none;
    width: 100%;
  }
  .footer .footer_info .mobile_footer .footer_left .nav_list .nav_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 2px solid #0F304B;
  }
  .footer .footer_info .mobile_footer .footer_left .nav_list .active {
    color: #de0000;
    border-bottom: 2px solid #de0000;
  }
  .footer .footer_info .mobile_footer .footer_left .nav_list .nav_title::after {
    content: '+';
    font-size: 40px;
    float: right;
    line-height: 25px;
  }
  .footer .footer_info .mobile_footer .footer_left .nav_list .active::after {
    content: '-';
    font-size: 40px;
    float: right;
    line-height: 25px;
  }
  .footer {
    max-height: 100%;
    
  }
  .footer .footer_info .mobile_footer .footer_left .nav_list .nav_item {
    display: none;
    margin-bottom: 40px;
  }
  .footer .footer_info .footer_left .nav_list .nav_item li a {
    color: #fff;
  }
  .footer .footer_info .footer_right {
    text-align: right;
  }
  .footer .footer_info .footer_right img {
    width: 80%;
  }
  .info {
    width: 100%;
    padding: 5%  !important;
  }
  .product_honor_title {
    float: none !important;
    margin-bottom: 0 !important;
  }
  .project_honor .info .product_honor_title {
    width: 100% !important;
    margin: 40px 0 !important;
  }
  .project_honor .info .project_honor_list {
    width: 100% !important;
  }
  .subsidiary .subsidiary_list .subsidiary_item a .subsidiary_item_left {
    width: 100% !important;
  }
  .subsidiary .subsidiary_list .subsidiary_item {
    padding: 20px !important;
    position: relative;
  }
  .about_pro_left_title {
    width: 70%;
  }
  .subsidiary .subsidiary_list .subsidiary_item a .subsidiary_item_right {
    position: absolute;
    top: 30px;
    right: 60px;
  }
  .my-video-dimensions {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  header .nav_icon {
    right: 20px;
  }
  .pageNumber .pageNumber_num ul li {
    margin: 0 4px;
  }
  .my-video-dimensions {
    width: 330px;
    height: 250px;
  }
  .page_title {
    font-size: 28px;
  }
  .mobile_nav_banner {
    display: block;
  }
  .pc_nav_banner {
    display: none;
  }
}





.indent2 {
	text-indent: 2em;
}



/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #333;
}
.page svg {
  vertical-align: middle;
  fill: #333;
}
.page em {
  font-style: normal;
  font-size: 14px;
  margin: 0 5px;
}
.page a,
.page span {
  color: #333;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 50px;
  line-height: 48px;
  height: 50px;
  margin: 0 5px;
  padding: 0 7px;
  border: 1px #dcdcdc solid;
  vertical-align: middle;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #002340;
  border-color: #002340;
  color: #fff !important;
  font-weight: 700;
}
.page a.cur svg,
.page span.cur svg,
.page a:hover svg,
.page span:hover svg {
  fill: #fff;
}
@media screen and (max-width: 1279px) {
  .page em {
    font-size: 14px;
  }
  .page a,
  .page span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.first,
  .page em.first,
  .page a.prev,
  .page em.prev,
  .page a.next,
  .page em.next,
  .page a.last,
  .page em.last {
    display: inline-block;
  }
}


/*案例详细*/
.inside-show {
	font-size: 18px;
	padding-bottom: 50px;
}
.inside-show .title-info {
	padding-bottom: 50px;
  border-bottom: 2px solid #D0D1D3;
}
.inside-show .titleBig {
    font-size: 40px;
    padding-bottom: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.875;
}
.inside-show .date {
    font-size: 16px;
    color: #222;
}
.inside-show .nr {
	padding: 50px 0;
	min-height: 400px;
	line-height: 2;
}

.prevNext li {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.prevNext li a {
	color: #333;
	display: block;
	position: relative;
}
.prevNext li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 8px 7px 0;
	border-color: transparent #000 transparent transparent;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.prevNext .prev {
	text-align: left;
}
.prevNext .next {
	text-align: right;
}
.prevNext li a:hover {
	color: #de0000;
}
.prevNext li a:hover:before {
	border-color: transparent #de0000 transparent transparent;
}

@media screen and (max-width: 767px) {
	.inside-show {
		font-size: 16px;
	}
	.inside-show .title-info {
		padding-bottom: 20px;
	}
	.inside-show .titleBig {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.inside-show .date {
		font-size: 14px;
	}
	.inside-show .nr {
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: auto;
	}
}







        .lan a:hover {
            background: #de0000;
            color: #fff;
            border: 1px solid #de0000
        }

.nav_mobile .nav_mobile_content .lan {
    float: none;
    margin: 20px 0
}

@media(max-width:1400px) {
   
   

    .nav_mobile .nav_mobile_content .lan {
        float: none;
        margin: 20px 0;
        display: block
    }
}



.my-video-dimensions{
width:1440px;
height:800px;
}


@media(max-width:1600px) {
.my-video-dimensions{
width: 1100px;
height: 600px;
}

}


@media(max-width:1360px) {
.my-video-dimensions{
width: 900px;
height: 500px;
}

}

@media(max-width: 900px){
.my-video-dimensions {
width: 400px;
height: 300px;
}
}

@media(max-width: 550px){
.my-video-dimensions{
width:330px;
height:250px;
}
}