/* 字体引入 */
@font-face {
  font-family: 'r';
  src: url('../fonts/ProximaNova-Regular.ttf');
}
@font-face {
  font-family: 'br';
  src: url('../fonts/BrignellSunday-Regular.ttf');
}
@font-face {
  font-family: 'b';
  src: url('../fonts/proxima-nova-bold.ttf');
}
.wpcf7-response-output {
	color:white;
}
/* 网站基本宽度（注意修改） */
.container {
  max-width: 1230px;
  padding: 0 15px;
}
#header .yuy {
	background:#b80924;
	color:white;
	font-size:14px;
	line-height:50px;
	height:50px;
}
#header .yuy li {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
}
#header .yuy li:hover {
	text-decoration:underline;
}
#header .h-top {
  padding: 25px 0;
  background: #fff;
}
#header .h-top .container .cont-info {
  margin-right: 85px;
}
#header .h-top .container .cont-info li {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
#header .h-top .container .cont-info li:last-of-type {
  margin-right: 0;
}
#header .h-top .container .cont-info li .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  text-align: center;
  margin-right: 25px;
}
#header .h-top .container .cont-info li .icon i {
  line-height: 46px;
  font-size: 25px;
  color: #b80924;
}
#header .h-top .container .cont-info li .info {
  font: 18px/30px r;
  color: #333333;
}
#header .nav {
  position: relative;
  z-index: 999;
  background: #0d2f5d;
}
#header .nav .container {
  padding: 0 15px;
  position: relative;
	line-height:56px;
	height:56px;
}
#header .nav .container .logo2 {
  display: none;
  text-align: center;
}
#header .nav .container .search-box {
  width: 152px;
  height: 37px;
  background: #b80924;
  border-radius: 18px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	line-height:normal;
}
#header .nav .container .search-box input[type="text"] {
  width: 100%;
  height: 37px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 45px 0 20px;
  font: 16px sans-serif;
  color: #fff;
}
#header .nav .container .search-box input[type="submit"] {
  width: 24px;
  height: 23px;
  background: url(../images/search.png) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
}
#header .nav .container .menu-box {
  position: relative;
	line-height:48px;
	margin-top:6px;
}
#header .nav .container .menu-box .menu::after {
  content: "";
  display: table;
  clear: both;
}
#header .nav .container .menu-box .menu > li {
  float: left;
  margin-left: 55px;
  position: relative;
}
#header .nav .container .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .container .menu-box .menu > li > a {
  font: bold 18px vani;
  color: #fff;
  text-transform: capitalize;
}
#header .nav .container .menu-box .menu > li:hover > a {
  color: #b80924;
}
#header .nav .container .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background-color: #333;
  z-index: 101;
  border-radius: 5px;
/*   overflow: hidden; */
  display: none;
}
#header .nav .container .menu-box .menu > li .sub-menu li a {
  color: #fff;
  font: 14px/30px sans-serif;
  display: block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-align: center;
  text-transform: capitalize;
}
#header .nav .container .menu-box .menu > li .sub-menu li a:hover {
  background-color: #b80924;
}
#header .nav .container .menu-box .menu > li .sub-menu li {
	position:relative;
}
#header .nav .container .menu-box .menu > li .sub-menu ul {
	position:absolute;
	left:100% !important;
	top:0;
}
#header .nav .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 19px;
  border: none;
  outline: none;
  background-color: transparent;
  display: none;
}
#header .nav .container .toggle-btn i {
  font-size: 30px;
  color: #333;
}
#header .toggle-nav {
  position: fixed;
  left: -270px;
  top: 0;
  padding-top: 80px;
  width: 270px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  transition: 300ms;
  display: none;
  z-index: 998;
}
#header .toggle-nav.open {
  left: 0;
}
#header .toggle-nav .menu > li {
  padding: 0 15px;
}
#header .toggle-nav .menu > li > a {
  display: block;
  font: 18px/40px r;
  color: #000;
  text-transform: uppercase;
}
#header .toggle-nav .menu > li .sub-menu > li > a {
  display: block;
  font: 16px/35px r;
  color: #000;
  padding-left: 15px;
  text-transform: capitalize;
}
#header .toggle-nav .menu > li .sub-menu > li li a:before {
	content:'-';
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#header .toggle-nav .search-box2 {
  padding: 15px;
}
#header .toggle-nav .search-box2 input {
  width: 80%;
  height: 40px;
  border: none;
  font: 16px r;
  color: #000;
  padding-left: 15px;
  background-color: #ccc;
}
#header .toggle-nav .search-box2 button {
  width: 20%;
  height: 40px;
  border: none;
  background-color: #000;
}
#header .toggle-nav .search-box2 button i {
  font-size: 18px;
  color: #fff;
}
#header .toggle-nav .h-lan2 {
  padding: 10px;
}
#header .toggle-nav .h-lan2 .title {
  font: 18px r;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#header .toggle-nav .h-lan2 .link {
  display: flex;
  justify-content: space-around;
}
#header .toggle-nav .h-lan2 .link a {
  font: 16px/30px r;
  color: #000;
  padding-left: 40px;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(1) {
  background: url(../images/en.png) left center no-repeat;
}
#header .toggle-nav .h-lan2 .link a:nth-of-type(2) {
  background: url(../images/cn.png) left center no-repeat;
}
.index-banner .swiper-slide {
  height: 660px;
  overflow: hidden;
  position: relative;
}
.index-banner .swiper-slide:nth-of-type(1){
	background: url(../images/banner.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(2){
	background: url(../images/banner2.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(3){
	background: url(../images/banner3.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(4){
	background: url(../images/banner4.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide:nth-of-type(5){
	background: url(../images/banner5.jpg) center center no-repeat;
  background-size: cover;
}
.index-banner .swiper-slide .inner {
  position: absolute;
  max-width: 900px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
}
.index-banner .swiper-slide .inner p:nth-of-type(1) {
  font: bold 48px vani;
  color: #fff;
}
.index-banner .swiper-slide .inner p:nth-of-type(2) {
  font: 25px/35px arial;
  color: #fff;
  margin-bottom: 60px;
}
.index-banner .swiper-slide .inner a {
  display: block;
  width: 166px;
  height: 48px;
  border: 3px solid #fff;
  margin: 0 auto;
  font: bold 18px/42px arial;
  color: #fff;
  transition: 300ms;
}
.index-banner .swiper-slide .inner a:hover {
  background: #fff;
  color: #0d2f5d;
}
.index-about {
  padding: 70px 0;
}
.index-about .container .left {
  width: 56%;
  padding-right: 70px;
}
.index-about .container .left p:nth-of-type(1) {
  display: inline-block;
  font: bold 18px vani;
  color: #333;
  position: relative;
  margin-bottom: 10px;
}
.index-about .container .left p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  background: #da251c;
  right: -50px;
  top: 10px;
}
.index-about .container .left p:nth-of-type(2) {
  font: bold 24px vani;
  color: #333;
  margin-bottom: 20px;
}
.index-about .container .left p:nth-of-type(3) {
  font: 16px/28px arial;
  color: #666;
  margin-bottom: 45px;
}
.index-about .container .left a {
  display: block;
  width: 153px;
  height: 42px;
  background: #b80924;
  font: bold 18px/42px arial;
  color: #fff;
  text-align: center;
  transition: 300ms;
}
.index-about .container .left a:hover {
  background: #333;
}
.index-about .container .right {
  width: 44%;
}
.index-about .container .right img {
  width: 100%;
  cursor: pointer;
}
.index-service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-service .item {
  flex: 1;
  height: 670px;
  position: relative;
}
.index-service .item:nth-of-type(1) {
  background: url(../images/is1.jpg) center center no-repeat;
  background-size: cover;
}
.index-service .item:nth-of-type(2) {
  background: url(../images/is2.jpg) center center no-repeat;
  background-size: cover;
}
.index-service .item:nth-of-type(3) {
  background: url(../images/is3.jpg) center center no-repeat;
  background-size: cover;
}
.index-service .item:nth-of-type(4) {
  background: url(../images/is4.jpg) center center no-repeat;
  background-size: cover;
}
.index-service .item .tit {
  font: bold 24px vani;
  color: #fff;
  padding: 45px 35px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.index-service .item .tit::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 3px;
  background: #b80924;
  left: 35px;
  bottom: 0;
}
.index-service .item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 35px 35px;
}
.index-service .item .content p {
  font: 16px/30px arial;
  color: #fff;
  margin-bottom: 25px;
}
.index-service .item .content a {
  font: bold 18px arial;
  color: #fff;
}
.index-service .item .content a:hover {
  color: #b80924;
}
.index-product {
  padding: 80px 0 75px;
}
.index-product .container .left {
  width: 48%;
  padding-right: 95px;
}
.index-product .container .left h1 {
  font: bold 36px vani;
  color: #333333;
  margin-bottom: 50px;
}
.index-product .container .left h1 span {
  color: #b80924;
	font-size:inherit;
}
.index-product .container .left .tabs {
  font-size: 0;
  margin-bottom: 65px;
}
.index-product .container .left .tabs a {
  display: inline-block;
  width: 55px;
  height: 44px;
  border: 2px solid #c4c4c4;
  text-align: center;
}
.index-product .container .left .tabs a:hover {
  background: #c4c4c4;
}
.index-product .container .left .tabs a:hover i {
  color: #fff;
}
.index-product .container .left .tabs a i {
  font-size: 25px;
  color: #c4c4c4;
  line-height: 40px;
}
.index-product .container .left .tabs span {
  display: inline-block;
  width: 55px;
  height: 44px;
  text-align: center;
  font: 24px/44px br;
  color: #333;
}
.index-product .container .left .content {
  margin-bottom: 135px;
}
.index-product .container .left .content p:nth-of-type(1) {
  font: bold 20px arial;
  color: #333;
  margin-bottom: 20px;
}
.index-product .container .left .content p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #666;
}
.index-product .container .left .link {
  display: block;
  width: 185px;
  height: 55px;
  background: #b80924;
  font: bold 20px/55px arial;
  color: #fff;
  text-align: center;
  transition: 300ms;
}
.index-product .container .left .link:hover {
  background: #333;
}
.index-product .container .right {
  width: 52%;
  margin-top: 20px;
}
.index-product .container .right #ip-nav {
  margin-bottom: 40px;
}
.index-product .container .right #ip-nav .swiper-slide {
  width: auto;
  font: 20px arial;
  color: #333333;
}
.index-product .container .right #ip-nav .swiper-slide.active {
  color: #b80924;
}
.index-product .container .right .list {
  position: relative;
  display: none;
}
.index-product .container .right .list.active {
  display: block;
}
.index-product .container .right .list #ip-top {
  margin-bottom: 30px;
}
.index-product .container .right .list #ip-thumbs {
  max-width: 455px;
}
.index-product .container .right .list img {
  width: 100%;
}
.index-product .container .right .list .swiper-button-next,
.index-product .container .right .list .swiper-button-prev {
  width: 44px;
  height: 57px;
}
.index-product .container .right .list .swiper-button-next {
  background: url(../images/ip-next.png) center center no-repeat;
}
.index-product .container .right .list .swiper-button-prev {
  background: url(../images/ip-prev.png) center center no-repeat;
}
.index-why {
  padding: 90px 0 135px;
  background: url(../images/iwbg.jpg) center center no-repeat;
  background-size: cover;
}
.index-why .container .tit {
  text-align: center;
  max-width: 995px;
  margin: 0 auto 105px;
}
.index-why .container .tit p:nth-of-type(1) {
  font: bold 36px vani;
  color: #fff;
  margin-bottom: 15px;
}
.index-why .container .tit p:nth-of-type(1) span {
  color: #b80924;
	font-size:inherit;
}
.index-why .container .tit p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #fff;
}
.index-why .container .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-why .container .list .item {
  width: 27%;
  padding-left: 80px;
  margin-bottom: 60px;
}
.index-why .container .list .item:nth-of-type(1) {
  background: url(../images/iw1.png) left 5px no-repeat;
}
.index-why .container .list .item:nth-of-type(2) {
  background: url(../images/iw2.png) left 5px no-repeat;
}
.index-why .container .list .item:nth-of-type(3) {
  background: url(../images/iw3.png) left 5px no-repeat;
}
.index-why .container .list .item:nth-of-type(4) {
  background: url(../images/iw4.png) left 5px no-repeat;
  margin-bottom: 0;
}
.index-why .container .list .item:nth-of-type(5) {
  background: url(../images/iw5.png) left 5px no-repeat;
  margin-bottom: 0;
}
.index-why .container .list .item:nth-of-type(6) {
  background: url(../images/iw6.png) left 5px no-repeat;
  margin-bottom: 0;
}
.index-why .container .list .item p:nth-of-type(1) {
  font: bold 20px arial;
  color: #fff;
  margin-bottom: 10px;
}
.index-why .container .list .item p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #fff;
}
.index-news {
  padding: 70px 0 85px;
}
.index-news .container .tit {
  text-align: center;
  font: bold 36px vani;
  color: #333;
  position: relative;
  margin-bottom: 80px;
}
.index-news .container .tit span {
  color: #b80924;
	font-size:inherit;
}
.index-news .container .tit::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #b80924;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
.index-news .container #in .swiper-slide .img-box {
  width: 47%;
}
.index-news .container #in .swiper-slide .img-box img {
  width: 100%;
}
.index-news .container #in .swiper-slide .info {
  width: 50%;
}
.index-news .container #in .swiper-slide .info p:nth-of-type(1) {
  font: 20px b;
  color: #333;
  margin-bottom: 25px;
}
.index-news .container #in .swiper-slide .info p:nth-of-type(2) {
  font: 18px r;
  color: #333;
  padding-bottom: 25px;
  margin-bottom: 40px;
  background: url(../images/line.png) left bottom no-repeat;
}
.index-news .container #in .swiper-slide .info p:nth-of-type(3) {
  font: 16px/30px r;
  color: #333;
}
.index-news .container #in #in-page {
  left: 30px;
}
.index-news .container #in .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: transparent;
  position: relative;
}
.index-news .container #in .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: block;
}
.index-news .container #in .swiper-pagination-bullet::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #1b1b1b;
  display: none;
}
.index-contact {
  padding: 90px 15px 100px;
  text-align: center;
  background: url(../images/icbg.jpg) center center no-repeat;
  background-size: cover;
}
.index-contact p:nth-of-type(1) {
  font: bold 36px vani;
  color: #fff;
  margin-bottom: 20px;
}
.index-contact p:nth-of-type(1) span {
  color: #b80924;
	font-size:inherit;
}
.index-contact p:nth-of-type(2) {
  font: 20px/30px r;
  color: #fff;
  margin-bottom: 95px;
}
.index-contact a {
  display: block;
  width: 225px;
  height: 60px;
  background: #b80924;
  font: bold 24px/60px arial;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: 300ms;
}
.index-contact a:hover {
  background: #333;
}
.index-partner {
  padding: 60px 0;
}
.index-partner .swiper-slide img {
  width: 100%;
}
#footer .top {
  padding: 55px 0 35px;
  background: #0d0d0d;
}
#footer .top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .top .container .item:nth-of-type(1) {
  width: 37%;
  padding-right: 60px;
}
#footer .top .container .item:nth-of-type(1) .logo {
  margin-bottom: 30px;
}
#footer .top .container .item:nth-of-type(1) p {
  font: 16px/30px arial;
  color: #fff;
  margin-bottom: 30px;
}
#footer .top .container .item:nth-of-type(3) ul {
	margin-top:10px;
}
#footer .top .container .item:nth-of-type(3) ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .top .container .item:nth-of-type(3) ul li:last-of-type {
  margin-right: 0;
}
#footer .top .container .item:nth-of-type(3) ul li i {
  font-size: 16px;
  color: #fff;
}
#footer .top .container .item:nth-of-type(2) {
  width: 37%;
  padding-right: 95px;
}
#footer .top .container .item:nth-of-type(2) p {
  font: bold 36px vani;
  color: #fff;
  margin-bottom: 20px;
}
#footer .top .container .item:nth-of-type(2) ul li {
  font: 16px/30px arial;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
}
#footer .top .container .item:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .top .container .item:nth-of-type(2) ul li:nth-of-type(1)::after {
	content: "地址 :";
  position: absolute;
  left: 0;
  top: 0;
  font: 16px/30px arial;
  color: #fff;
}
#footer .top .container .item:nth-of-type(2) ul li:nth-of-type(2)::after {
	content: "电话 :";
  position: absolute;
  left: 0;
  top: 0;
  font: 16px/30px arial;
  color: #fff;
}
#footer .top .container .item:nth-of-type(2) ul li:nth-of-type(2)::after {
	content: "传真 :";
  position: absolute;
  left: 0;
  top: 0;
  font: 16px/30px arial;
  color: #fff;
}
#footer .top .container .item:nth-of-type(2) ul li:nth-of-type(4)::after {
	content: "邮箱 :";
  position: absolute;
  left: 0;
  top: 0;
  font: 16px/30px arial;
  color: #fff;
}
#footer .top .container .item:nth-of-type(3) {
  width: 26%;
}
#footer .top .container .item:nth-of-type(3) p:nth-of-type(1) {
  font: bold 36px vani;
  color: #fff;
  margin-bottom: 20px;
}
#footer .top .container .item:nth-of-type(3) p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #fff;
  margin-bottom: 25px;
}
#footer .top .container .item:nth-of-type(3) a {
  display: block;
  width: 115px;
  height: 33px;
  font: 16px/33px r;
  color: #fff;
  text-align: center;
  background: #b80924;
  transition: 300ms;
}
#footer .top .container .item:nth-of-type(3) a:hover {
  background: #333;
}
#footer .bottom {
  padding: 15px;
  background: #000;
  text-align: center;
  font: 18px r;
  color: #fff;
}
.video-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0,0,0,.6);
  display: none;
}
.video-wrapper .video{
  position: absolute;
  max-width: 800px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.video-wrapper .close{
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.inner-banner {
  height: 385px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;
}
.breadcrumbs{
  padding: 15px 0;
}
.breadcrumbs a,.breadcrumbs span{
  font: 16px arial;
  color: #000;
}
.breadcrumbs a:hover{
  color: #b80924;
}
.breadcrumbs .pdf,.inner-tec .pdf{
  display: inline-block;
  width: 200px;
  height: 40px;
  background: #0d2f5d;
  text-align: center;
  font: 16px/40px arial;
  color: #fff;
  border-radius: 3px;
  margin-left: 20px;
}
.inner-tec .pdf {
	margin-top:30px;
	margin-left:0;
}
.inner-page {
  padding: 70px 0;
}
.inner-page .container .side-menu {
  width: 20%;
}
.inner-page .container .side-menu h1 {
  font: bold 24px vani;
  color: #333;
}
.inner-page .container .side-menu h1 span {
  color: #b80924;
}
.inner-page .container .side-menu .top {
  background: #0d2f5d;
  margin-bottom: 15px;
}
.inner-page .container .side-menu .top .tit {
  font: bold 20px/60px vani;
  color: #b80924;
  padding-left: 15px;
}
.inner-page .container .side-menu .top ul>li {
  border-top: 3px solid #002847;
}
.inner-page .container .side-menu .top ul>li>a {
  display: block;
  font: 16px/35px arial;
  color: #fff;
  padding-left: 15px;
}
.inner-page .container .side-menu .top ul>li>a:hover {
  background: #b80924;
}
.inner-page .container .side-menu .top ul>li.current-cat a{
  background: #b80924;
}
.inner-page .container .side-menu .top ul>li .children{
  background: #000;
}
.inner-page .container .side-menu .top ul>li .children li{
  border: none;
}
.inner-page .container .side-menu .bottom {
  background: #0d2f5d;
  padding: 18px 20px 50px;
}
.inner-page .container .side-menu .bottom p:nth-of-type(1) {
  font: bold 20px vani;
  color: #b80924;
}
.inner-page .container .side-menu .bottom p:nth-of-type(2) {
  font: 16px/30px arial;
  color: #fff;
  margin-bottom: 25px;
}
.inner-page .container .side-menu .bottom ul li {
  font: 14px/25px arial;
  color: #fff;
  padding-left: 40px;
}
.inner-page .container .side-menu .bottom ul li:nth-of-type(1) {
  background: url(../images/tel.png) left center no-repeat;
  margin-bottom: 25px;
}
.inner-page .container .side-menu .bottom ul li:nth-of-type(2) {
  background: url(../images/email.png) left center no-repeat;
}
.inner-page .container .inner-page-r {
  width: 76%;
}
.inner-page .container .inner-about p {
  font: 16px/30px arial;
  color: #333333;
}
.a-factory {
  padding: 35px 0 70px;
  background: #0d2f5d;
}
.a-factory .tit {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  font: bold 24px vani;
  color: #b80924;
  position: relative;
  margin-bottom: 30px;
}
.a-factory .tit::after {
  content: "";
  width: 91px;
  height: 3px;
  background: #b80924;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.a-history {
  padding: 35px 0 70px;
  background: #0d2f5d;
}
.a-history .tit {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  font: bold 24px vani;
  color: #b80924;
  position: relative;
  margin-bottom: 30px;
}
.a-history .tit::after {
  content: "";
  width: 91px;
  height: 3px;
  background: #b80924;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.a-history img {
  width: 100%;
}
.a-honour {
  padding: 35px 0 70px;
}
.a-honour .tit {
  font: bold 24px vani;
  color: #333;
  position: relative;
  margin-bottom: 30px;
}
.a-honour .tit span {
  color: #b80924;
}
.a-honour .tit::after {
  content: "";
  width: 91px;
  height: 3px;
  background: #b80924;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inner-product {
  margin-top: 40px;
  position: relative;
}
.inner-product .grid-box {
  margin: 0 -12px;
}
.inner-product .grid-box .column {
  padding: 0 12px;
  margin-bottom: 40px;
}
.inner-product .grid-box .column .img-box .img {
  width: 100%;
}
.inner-product .grid-box .column p {
  font: bold 18px/28px arial;
  color: #333;
	margin-top:10px;
}
.inner-product .grid-box .column > a {
  display: block;
  width: 107px;
  height: 31px;
  font: bold 14px/31px arial;
  color: #fff;
  text-align: center;
  background: #b80924;
  transition: 300ms;
}
.inner-product .grid-box .column > a:hover {
  background: #333;
}
.inner-prodet {
  margin-top: 40px;
}
.inner-prodet .top {
  margin-bottom: 60px;
}
.inner-prodet .top .left {
  width: 45%;
}
.inner-prodet .top .left img {
  width: 100%;
}
.inner-prodet .top .right {
  width: 53%;
}
.inner-prodet .top .right .p-name {
  font: bold 20px arial;
  color: #333;
  margin-bottom: 10px;
}
.inner-prodet .top .right .com-name {
  font: 16px arial;
  color: #666;
  margin-bottom: 40px;
}
.inner-prodet .top .right .contact {
  margin-bottom: 44px;
}
.inner-prodet .top .right .contact a {
  display: inline-block;
  vertical-align: middle;
}
.inner-prodet .top .right .contact a:nth-of-type(1) {
  width: 25px;
  height: 25px;
  background: #b80924;
  text-align: center;
}
.inner-prodet .top .right .contact a:nth-of-type(1) i {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
.inner-prodet .top .right .contact a:nth-of-type(2) {
  width: 233px;
  height: 25px;
  background: #d26273;
  font: 14px/25px arial;
  color: #fff;
  text-align: center;
}
.inner-prodet .top .right ul li{
  width: 32%;
}
.inner-prodet .top .right ul li img{
  width: 100%;
}
.inner-prodet .bottom h1 {
  font: bold 20px vani;
  color: #333;
  margin-bottom: 30px;
}
.inner-prodet .bottom h1 span {
  color: #b80924;
}
.inner-news {
  position: relative;
  top: -55px;
  margin-bottom: -55px;
}
.inner-news .container .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-news .container .nav li {
  flex: 1;
  position: relative;
  background: #0d2f5d;
}
.inner-news .container .nav li a {
  display: block;
  font: bold 30px/110px vani;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.inner-news .container .nav li:hover::after {
  opacity: 1;
}
.inner-news .container .nav li.current-cat::after{
  opacity: 1;
}
.inner-news .container .nav li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  bottom: 0;
  background: #b80924;
  z-index: 1;
  opacity: 0;
  transition: 300ms;
}
.inner-news .container .list li {
  padding: 80px 165px 30px 15px;
  background: #0d2f5d;
  border-bottom: 1px dashed #fff;
}
.inner-news .container .list li:last-of-type {
  border-bottom: none;
}
.inner-news .container .list li p:nth-of-type(1) {
  font: bold 20px arial;
  color: #fff;
  margin-bottom: 15px;
}
.inner-news .container .list li p:nth-of-type(1) a:hover {
  color: #b80924;
}
.inner-news .container .list li p:nth-of-type(2) {
  font: 18px arial;
  color: #fff;
  margin-bottom: 10px;
}
.inner-news .container .list li p:nth-of-type(3) {
  font: 16px/28px arial;
  color: #fff;
}
.form {
  padding: 35px 0 90px;
  background: #0d2f5d;
}
.form .container h1 {
  font: bold 20px vani;
  color: #b80924;
  text-align: center;
  margin-bottom: 45px;
}
.form .container ul {
  font-size: 0;
  text-align: center;
}
.form .container ul li {
  display: inline-block;
}
.form .container ul li:not(:last-of-type) input {
  width: 100%;
  height: 42px;
  background: #9fadc0;
  border: none;
  outline: none;
  font: bold 20px/30px vani;
  color: #b80924;
  padding: 0 30px;
}
.form .container ul li:not(:last-of-type) input::-webkit-input-placeholder {
  color: #b80924;
}
.form .container ul li textarea {
  width: 100%;
  height: 180px;
  background: #9fadc0;
  border: none;
  outline: none;
  font: bold 20px/42px vani;
  color: #b80924;
  padding: 0 30px;
}
.form .container ul li textarea::-webkit-input-placeholder {
  color: #b80924;
}
.form .container ul li:nth-of-type(1) {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.form .container ul li:nth-of-type(2) {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.form .container ul li:nth-of-type(3) {
  width: 32%;
  margin-bottom: 15px;
}
.form .container ul li:nth-of-type(4) {
  width: 100%;
  margin-bottom: 50px;
}
.form .container ul li:nth-of-type(5) {
  width: 190px;
}
.form .container ul li:nth-of-type(5) input {
  width: 100%;
  height: 50px;
  background: #b80924;
  border: none;
  outline: none;
  font: bold 18px/58px vani;
  color: #fff;
  text-align: center;
  transition: 300ms;
}
.form .container ul li:nth-of-type(5) input:hover {
  background: #333;
}
.inner-contact {
  padding: 45px 0 110px;
}
.inner-contact .container h1 {
  font: bold 36px vani;
  color: #333;
  text-align: center;
  margin-bottom: 70px;
}
.inner-contact .container h1 span {
  color: #b80924;
	font-size:inherit;
}
/* .inner-contact .container .info {
  width: 60%;
  padding-right: 30px;
} */
.inner-contact .container .info p{
  font: 18px/30px sans-serif;
  color: #333;
}
.inner-contact .container .info h2 {
  font: bold 30px vani;
  color: #333;
}
.inner-contact .container .map {
  width: 40%;
}
.inner-contact .container .map h2 {
  font: bold 30px vani;
  color: #333;
}
.inner-quality {
  padding: 75px 0 105px;
}
.inner-quality .container h1 {
  font: bold 24px vani;
  color: #333;
  margin-bottom: 65px;
}
.inner-quality .container h1 span {
  color: #b80924;
}
.inner-quality .container ul li {
  margin-bottom: 25px;
}
.inner-quality .container ul li:nth-of-type(2n-1) .img-box {
  float: left;
}
.inner-quality .container ul li:nth-of-type(2n-1) .info {
  float: right;
  padding-left: 35px;
}
.inner-quality .container ul li:nth-of-type(2n) .img-box {
  float: right;
}
.inner-quality .container ul li:nth-of-type(2n) .info {
  float: left;
  padding-right: 45px;
}
.inner-quality .container ul li .img-box {
  width: 48.75%;
}
.inner-quality .container ul li .img-box img {
  width: 100%;
}
.inner-quality .container ul li .info {
  width: 51.25%;
  margin-top: 95px;
}
.inner-quality .container ul li .info p:nth-of-type(1) {
  font: bold 26px vani;
  color: #333;
}
.inner-quality .container ul li .info p:nth-of-type(2) {
  font: 18px/30px arial;
  color: #333;
}
.newdet-page .news {
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.inner-tec{
  padding: 70px 0;
}
.inner-tec .container{
  font-size: 16px;
  line-height: 25px;
}
.inner-tec .container .inner-tec-left{
	width: 20%;
}
.inner-tec .container .inner-tec-left img{
	width: 100%;
}
.inner-tec .container .inner-tec-right{
	width: 80%;
}
.inner-tec .container .wpulike{
	display: none;
}
.inner-tec .container .tec1{
  margin-bottom: 45px;
}
.inner-tec .container .tec1 p:nth-of-type(1){
  font: 24px b;
  color: #333333;
  margin-bottom: 35px;
}
.inner-tec .container .tec1 p:nth-of-type(1) span{
  color: #b80924;
}
.inner-tec .container .tec1 p:nth-of-type(2){
  font: 18px/30px r;
  color: #333333;
}
.inner-tec .container .tec2{
  margin-bottom: 50px;
}
.inner-tec .container .tec2 .grid-box{
  margin-bottom: 40px;
}
.inner-tec .container .tec2 .column{
  text-align: center;
  font: 30px b;
  color: #333333;
  position: relative;
}
.inner-tec .container .tec2 .column a{
  display: inline-block;
  padding-top: 20px;
  color: #0d2f5d;
}
.inner-tec .container .tec2 .column p{
  padding-top: 40%;
}
.inner-tec .container .tec2 .column:nth-of-type(7) p{
padding-top: 20%;
}
.inner-tec .container .tec2 .column img{
  width: 100%;
}
.inner-tec .container .tec2 .column img~a{
  display: none;
}
.inner-tec .container .tec2>p{
  font: 18px/30px r;
  color: #333333;
}
.inner-tec .container .tec3 p{
  font: 28px b;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
.inner-tec .container .tec3 img{
  width: 100%;
}
.inner-tec .container .tec3 img:first-of-type{
  margin-bottom: 50px;
}
.content{max-width: 1200px;margin:0px auto;height:auto;*zoom:1;}
.yy_detail{ width: 100%; height: auto; overflow: hidden;}
.yy_detail .img{ width: 18%; float: left;}
.yy_detail .img img{ width: 100%; border-radius: 50%;}
.yy_detail .text{ width: 78%; float: right;}
.yy_detail .text h3{ margin-bottom: 20px;}
.yy_detail .text p{ color: #848484;}
.yy_bt{ width: 100%; height: 75px; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; line-height: 75px; margin: 30px 0; color: #2d50a2; font-size: 18px; overflow: hidden;}
.yy_text{ width: 100%; height: auto; }
.yy_text img{ max-width: 100%;}

.yy_1{ height: auto; overflow: hidden;}
.yy_1 .left{ width: 720px; height: auto; float: left;}
.yy_1 .left h3{ color: #333; font-size: 30px; margin-bottom: 20px;}
.yy_1 .left p{ width: 620px; color: #8a8a8a; font-size: 16px;padding-bottom: 20px;}
.yy_1 .right{ width: 480px; height: auto; float: right;}

.yy_2{ height: auto;}
.yy_2 .left{ width: 240px; height: auto; float: left; margin-top: -51px;}
.yy_2 .center{ width: 480px; height: auto; float: left;}
.yy_2 .right{ width: 480px; height: auto; float: right; padding: 20px 0 0 30px;}
.yy_2 .right h3{ color: #333; font-size: 30px; margin-bottom: 20px;}
.yy_2 .right p{ width: 90%; color: #8a8a8a; font-size: 16px; margin-bottom: 20px;}

.yy_3{ height: auto; overflow: hidden; width: 100%;}
.yy_3 .center{ width: 480px; background: #fff; margin-left: 240px; padding: 20px 0 0 30px; height: 160px; float: left;}
.yy_3 .center h3{ color: #333; font-size: 28px; margin-bottom: 10px;}
.yy_3 .center p{ width: 70%; color: #8a8a8a; font-size: 16px; padding-bottom: 20px;}

.yy_4{ height: 480px; width: 100%; background: url(../images/yy_bg1.jpg) center;margin-top:20px;}
.yy_4 .left{ width: 720px; height: 480px; float: left; background: #324ea1; padding: 130px 0 0 0;}
.yy_4 .left h3{ color: #333; font-size: 28px; color: #fff; margin-bottom: 20px;}
.yy_4 .left p{ width: 620px; color: #b3bede; font-size: 16px;padding-bottom: 20px;}
.yy_4 .right{ width: 480px; height: auto; float: right; margin-top: -97px;}

.yy_5{ height: auto; overflow: hidden; width: 100%; background: url(../images/yy_bg2.jpg) center;}
.yy_5 .left{ width: 720px; height: auto; float: left;}
.yy_5 .right{ width: 480px; height: 484px; float: right; background: #4cacdf; padding: 130px 0 0 30px;}
.yy_5 .right h3{ color: #333; font-size: 28px; color: #fff; margin-bottom: 20px;}
.yy_5 .right p{ width: 100%; color: #bce1f4; font-size: 16px;padding-bottom: 20px;}

.yy_6{ height: auto; overflow: hidden;}
.yy_6 .left{ width: 720px; height: auto; float: left;}
.yy_6 .left h3{ color: #333; font-size: 28px; margin-bottom: 40px; padding-top: 100px;}
.yy_6 .left p{ width: 600px; color: #8a8a8a; font-size: 16px;padding-bottom: 20px;}
.yy_6 .right{ width: 480px; float: right;}

.more{ background: url(../images/jiantou.png) no-repeat right center; padding-right: 30px;font-size: 18px;color: #333;}
.h_yingBox{
      display: none;
    }

.news-page {
	padding:0;
}
.news-page div#nav {
  border-bottom: 1px solid #333333;
  background:none;
  padding:0;
}
.news-page div#nav ul.ui {
  margin: -1rem 0 0;
  position:relative;
}
.news-page div#nav ul.ui li {
  font-size: 16px; position:relative;
  color: #000;
  line-height: 30px;
  padding: 1.5rem 10px 1rem;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
/*   position:static; */
	
}
.news-page div#nav ul.ui li a {
  color: inherit;
  display: block;font-size: 16px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-page div#nav ul.ui li:hover,
.news-page div#nav ul.ui li.active {
  background: #c2000f;
  color: white;
}
.news-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:1;
  display:none;
  margin-top:0;
  border:1px solid #ccc;
/*   border-top:none; */
}
.news-page div#nav ul.ui li ul li {
  line-height:30px; padding:10px 5px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.news-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.news-page div#nav ul.ui li ul ul.children2 {
  top:0;
  left:100%;
  display:none !important;
}
.news-page div#nav ul.ui ul.children li:hover ul.children2{
	display:block !important;
}
.news-page .bread-crumbs{
	padding:20px 0;
/*   position: absolute;
  bottom: 90px;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff; */
}
.news-page .bread-crumbs a,span{
  font-size: 18px;
}
.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li h2 a {
  color:inherit;
   font-size: 22px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #be1a19;
}

.news-page .init-2 ul.newslist {
  padding: 40px 0;
}
.news-page .init-2 ul.newslist li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul.newslist li .new-tu{
  width: 30%; 
  float: left;
}
.news-page .init-2 ul.newslist li .text{
  width: 67%;
  float: right;
}

.news-page .init-2 ul.newslist li h2 {
  font-size: 22px;
  color: #222;
  padding-bottom: 20px;
}
.news-page .init-2 ul.newslist li time {
  font-size: 12px;
  color: #585858;
  display: block;
  padding: 10px 0;
}
.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  color: #585858;
}
.news-page .init-2 ul.newslist li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-2 ul.newslist li:hover h2 {
  color: #be1a19;
}
.news-page .init-3 {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  #header .h-top .container .cont-info {
    margin-right: 0;
  }
  #header .nav .container .search-box {
    right: 15px;
  }
  .inner-quality .container ul li:nth-of-type(2n-1) .info {
    margin-top: 30px;
  }
  .inner-quality .container ul li:nth-of-type(2n) .info {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
	.inner-banner {
		margin-top:56px;
	}
  #header .h-top,#header .yuy {
    display: none;
  }
  #header .nav .container {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  }
  #header .nav .container {
    padding: 10px;
    background: #fff;
  }
  #header .nav .container .menu-box {
    display: none;
  }
  #header .nav .container .search-box {
    display: none;
  }
  #header .nav .container .logo2 {
    display: block;
  }
  #header .nav .container .logo2 img {
    width: 250px;
  }
  #header .nav .container .toggle-btn {
    display: block;
  }
  #header .toggle-nav {
    display: block;
  }
  .index-banner {
    margin-top: 56px;
  }
  .index-banner .swiper-slide {
    height: 500px;
  }
  .index-service .item {
    flex: auto;
    width: 100%;
    height: 500px;
  }
  .index-news .container #in #in-page {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 30px;
  }
  .index-banner .swiper-slide .inner p:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .index-about .container .right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .index-about .container .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .index-product .container .left {
    width: 100%;
    float: none;
    margin-bottom: 80px;
    padding-right: 0;
  }
  .index-product .container .right {
    width: 100%;
    float: none;
  }
  .index-product .container .left .content {
    margin-bottom: 60px;
  }
  .index-product .container .right .list #ip-next,
  .index-product .container .right .list #ip-prev {
    display: none;
  }
  .index-why .container .list .item {
    width: 49%;
  }
  .index-news .container #in .swiper-slide .img-box {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .index-news .container #in .swiper-slide .info {
    width: 100%;
    float: none;
  }
  #footer .top .container .item {
    margin-bottom: 60px;
  }
  #footer .top .container .item:nth-of-type(1) {
    width: 100%;
    padding: 0;
  }
  #footer .top .container .item:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
  #footer .top .container .item:nth-of-type(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .inner-page .container .side-menu {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-page .container .inner-page-r {
    width: 100%;
    float: none;
  }
  .inner-prodet .top .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-prodet .top .right {
    width: 100%;
    float: none;
  }
  .inner-quality .container ul li {
    margin-bottom: 60px;
  }
  .inner-quality .container ul li .img-box {
    width: 100%!important;
    float: none!important;
  }
  .inner-quality .container ul li .info {
    width: 100%!important;
    float: none!important;
    padding: 0!important;
  }
  .h_yingBox{
      width: 100%;
      height: auto;
      margin: 20px 0;
      padding: 0 20px;
      display: block;
    }
    .h_yBt{
      display: inline-block;
      width: 100%;
      height: auto;
    }
    .h_yBt h3{
      color: #333;
      font-size: 24px;
      float: left;
      width: 100%;
      height: auto;
      margin: 10px 0;
      text-align:center ;
    }
    .h_yBt p{
      color: #8a8a8a;
      font-size: 14px;
      float: left;
      width: 100%;
      height: auto;
      margin: 10px 0;
      text-align:center ;
    }
     .h_yBtB{
      padding-bottom: 10px;
     }
    .h_yBtB1{
      display: inline-block;
      width: 48%;
      height: auto;
      margin-top: 10px;
    }
    .h_yBtB2{
      float: right;
      width: 48%;
      height: auto;
      margin-top: 10px;
    }
    .h_yBtB .left{
      float: left;
      width: 100%;
      
    }
    .i_btn{
      background-size: 100% 100% !important;
    }
    .h_yBtB .left img{
      float: left;
      width: 100%;
    }
    .h_yBtB .left p{
      float: left;
      width: 100%;
      display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
         overflow: hidden;
    }
    .h_yBtB .left h3{
      font-size: 18px;
      float: inherit;
      width: 100%;
      margin: 10px 0;
    }
    .yy{
      display: none;
    }
}
@media (max-width: 576px) {
  #header .nav .container .logo2 img {
    width: 180px;
  }
  #header .nav .container .toggle-btn {
    top: 15px;
  }
  #header .nav .container .toggle-btn i {
    font-size: 25px;
  }
  .index-banner {
    margin-top: 51px;
  }
  .index-banner .swiper-slide {
    height: 300px;
  }
  .index-banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 20px;
  }
  .index-banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 14px;
    line-height: 20px;
  }
  .index-banner .swiper-slide .inner a {
    width: 120px;
    height: 40px;
    border-width: 1px;
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
  }
  .index-about {
    padding: 40px 0;
  }
  .index-about .container .h3{
    font-size: 34px;
  }
  .index-about .container .left p:nth-of-type(2) {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .index-about .container .left p:nth-of-type(3) {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .index-about .container .left a {
    font-size: 16px;
  }
  .index-service .item {
    height: 400px;
  }
  .index-service .item .tit {
    font-size: 18px;
  }
  .index-service .item .content p {
    font-size: 14px;
    line-height: 25px;
  }
  .index-service .item .content a {
    font-size: 16px;
  }
  .index-product {
    padding: 60px 0;
  }
  .index-product .container .left h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .index-product .container .left .content p:nth-of-type(2) {
    font-size: 14px;
    line-height: 25px;
  }
  .index-product .container .left .link {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .index-product .container .right #ip-nav .swiper-slide {
    font-size: 14px;
  }
  .index-why {
    padding: 60px 0;
  }
  .index-why .container .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .index-why .container .tit p:nth-of-type(2) {
    font-size: 14px;
    line-height: 25px;
  }
  .index-why .container .tit {
    margin-bottom: 60px;
  }
  .index-why .container .list .item {
    width: 100%;
    margin-bottom: 40px!important;
  }
  .index-why .container .list .item:last-of-type {
    margin-bottom: 0!important;
  }
  .index-why .container .list .item p:nth-of-type(1) {
    font-size: 18px;
  }
  .index-why .container .list .item p:nth-of-type(2) {
    font-size: 14px;
  }
  .index-news {
    padding: 60px 0;
  }
  .index-news .container .tit {
    font-size: 25px;
    margin-bottom: 60px;
  }
  .index-news .container #in .swiper-slide .info p:nth-of-type(1) {
    font-size: 18px;
  }
  .index-contact p:nth-of-type(1) {
    font-size: 30px;
  }
  .index-contact p:nth-of-type(2) {
    font-size: 18px;
  }
  .index-contact a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #footer .top .container .item:nth-of-type(2) p {
    font-size: 25px;
  }
  #footer .top .container .item:nth-of-type(3) p:nth-of-type(1) {
    font-size: 25px;
  }
  #footer .bottom {
    font-size: 14px;
  }
  .inner-banner {
    height: 250px;
  }
  .inner-page {
    padding: 40px 0;
  }
  .inner-news {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .inner-news .container .nav {
    display: none;
  }
  .inner-news .container .list li {
    padding: 30px;
  }
  .form .container ul li:nth-of-type(1) {
    width: 100%;
  }
  .form .container ul li:nth-of-type(2) {
    width: 100%;
  }
  .form .container ul li:nth-of-type(3) {
    width: 100%;
  }
  .inner-news .container .list li p:nth-of-type(1) {
    font-size: 18px;
  }
  .inner-news .container .list li p:nth-of-type(2) {
    font-size: 14px;
  }
  .inner-contact .container h1 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .inner-contact .container .info {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 40px;
  }
  .inner-contact .container .info h2 {
    font-size: 20px;
  }
  .inner-contact .container .map {
    width: 100%;
    float: none;
  }
  .inner-contact .container .map h2 {
    font-size: 20px;
  }
  .inner-quality {
    padding: 60px 0;
  }
  .inner-quality .container h1 {
    margin-bottom: 40px;
  }
  .inner-quality .container ul li .info p:nth-of-type(1) {
    font-size: 20px;
  }
  .inner-quality .container ul li .info p:nth-of-type(2) {
    font-size: 14px;
    line-height: 25px;
  }
  .inner-tec{
    padding-top: 40px;
  }
  .inner-tec .container .tec2 .column p{
    display: none;
  }
  .inner-tec .container .tec2 .column img~a{
  display: inline-block;
}
.inner-tec .container .tec2 .column a{
  display: none;
}
.inner-tec .container .inner-tec-left{
	width: 100%;
	float: none;
}
.inner-tec .container .inner-tec-right{
	width: 100%;
	float: none;
}
}
