﻿* {
	/*box-sizing:content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: arial, "微软雅黑", Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1440{
  width: 1440px;
  margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1150{
  width: 1150px;
  margin: 0 auto;
}
.w1100{
  width: 1100px;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*.banner li{
  height: 580px;
}*/


body.index_bg{
  /*background-color: #ccc;*/
}

.index_top{
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 50px;
}
.index_top .w1440{
  position: relative;
}
.index_top .logo{

}
.index_top .logo a{
  display: block;
}
.index_top .logo a img{
  display: block;
}
.index_top .nav_btn{
  margin-right: 60px;
}
.index_top .nav_btn a{
  display: block;
  width: 61px;
  height: 61px;
  background-color: #38383a;
  border-radius: 100%;
  padding-top: 20px;
  transition: all 0.3s;
}
.index_top .nav_btn a p{
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.index_top .nav_btn a p:nth-child(3){
  margin-bottom: 0px;
}
.index_top .nav_btn.on a{
  padding-top: 30px;
  background-color: #fff;
}
.index_top .nav_btn.on p{
  background-color: #474749;
  margin-bottom: 0px;
}
.index_top .nav_btn.on p:nth-child(1){
  transform: rotate(-45deg);
}
.index_top .nav_btn.on p:nth-child(2){
  transform: rotate(45deg);
}
.index_top .nav_btn.on p:nth-child(3){
  opacity: 0;
}
.index_top .index_top_menu{
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0px;
  top: 225px;
}
.index_top .index_top_menu ul{
  float: left;
  width: 300px;
  margin-right: 335px;
}
.index_top .index_top_menu li a{
  display: block;
  font-size: 48px;
  line-height: 80px;
  color: #fff;
  transition: all 0.3s;
}
.index_top .index_top_menu li a:hover{
  color: #ca151d;
}
.index_top .index_top_menu .text{
  float: left;
  padding-top: 30px;
}
.index_top .index_top_menu .text p{
  color: #b0b0b0;
  font-size: 12px;
  margin-bottom: 40px;
}
.index_top .index_top_menu .text h3{
  color: #ca151d;
  font-size: 46px;
  margin-bottom: 8px;
}
.index_top .index_top_menu .text h4{
  color: #ffffff;
  font-size: 16px;
}
.index_top_menu_bg{
  display: none;
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(56,56,56,0.95);
}




.banner{
  height: 1055px;
  background: url(../image/banner_bg.png) no-repeat right bottom;
}
.banner .w1440{
  position: relative;
}
.banner .flexslider{
  background: none;
  position: absolute;
  right: 0px;
  width: 1680px;
}
.flexslider{
  height: 920px;
}
.flexslider .slides li{
  height: 920px;
  background-position: left top !important;
}
.flexslider .slides li a{
  display: block;
  height: 100%;
}
/*隐藏幻灯片箭头*/
.flexslider .flex-direction-nav{
  display: none;
}

.main_tl{
  position: relative;
  margin-bottom: 40px;
}
.main_tl i{
  position: absolute;
  left: -125px;
  top: 0px;
  font-size: 42px;
  line-height: 56px;
  color: #ca151d;
  font-weight: bold;
}
.main_tl i:after{
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 5px;
  margin-top: -3px;
  background-color: #ca151d;
}
.main_tl h3{
  font-size: 40px;
  line-height: 56px;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.main_tl p{
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
}

.main1{
  margin-top: 10px;
  overflow-x: hidden;
  margin-bottom: 130px;
}
.main1 .main_tl p{
  width: 595px;
}
.main1 .main1_con{
  position: relative;
  height: 796px;
}
.main1 .main1_con .main1_bg{
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 1680px;
  background: url(../image/main1_bg.jpg) no-repeat left center;
}
.main1 .main1_con .text{
  position: relative;
  z-index: 99;
  padding: 50px 0 0 45px;
}
.main1 .main1_con .left a{
  display: block;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  transition: all 0.3s;
}
.main1 .main1_con .left a:hover{
  color: #ca151d;
}
.main1 .main1_con .right{
  width: 1230px;
  height: 630px;
  margin-top: 45px;
  background-color: rgba(255,0,0,0.55);
  padding: 70px 110px;
}
.main1 .main1_con .right li{
  float: left;
  width: 40%;
  margin-right: 20%;
  margin-bottom: 60px;
}
.main1 .main1_con .right li:nth-child(2n){
  margin-right: 0px;
}
.main1 .main1_con .right li:nth-child(n+2){
  margin-bottom: 0px;
}
.main1 .main1_con .right li h3{
  font-size: 28px;
  color: #fff;
  margin-bottom: 18px;
}
.main1 .main1_con .right li p{
  font-size: 12px;
  line-height: 21px;
  height: 84px;
  color: #e8e8e8;
  margin-bottom: 30px;
}
.main1 .main1_con .right li a{
  display: block;
  width: 205px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 20px;
  text-align: center;
}


.main2{
  margin-bottom: 125px;
}
.main2 .main_tl p{
  width: 795px;
}

.main2 .main2_con li{
  float: left;
  width: 33.333333%;
}
.main2 .main2_con li a{
  display: block;
  position: relative;
}
.main2 .main2_con li .img{
  position: relative;
  overflow: hidden;
}
.main2 .main2_con li a .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
}
.main2 .main2_con li .img img{
  display: block;
  width: 100%;
  /*transition: all 0.3s;*/
}
.main2 .main2_con li .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 0 0 30px 60px;
}
.main2 .main2_con li h1{
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-style: italic;
}
.main2 .main2_con li h2{
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.main2 .main2_con li h3{
  font-size: 20px;
  color: #fff;
}
.main2 .main2_con li a:hover .img:after{
  opacity: 0.4;
}
/*.main2 .main2_con li a:hover .img img{
  transform: scale(1.1);
}
*/
.main3{
  margin-bottom: 55px;
}
.main3 .main_tl{
  margin-bottom: 60px;
}
.main3 .main3_con{
  height: 765px;
  background: url(../image/main3_sk.jpg) no-repeat right bottom;
}
.main3 .main3_con .w1440{
  position: relative;
  height: 655px;
}
.main3 .main3_con .w1440:after{
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #504f52;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1680px;
}
.main3 .main3_con .left{
  position: relative;
  z-index: 1;
  width: 590px;
  height: 100%;
  background: url(../image/main3_le_bg.jpg) no-repeat right bottom;
}
.main3 .main3_con .right{
  position: relative;
  z-index: 1;
  width: 850px;
  height: 100%;
  background: url(../image/main3_ri_bg.jpg) no-repeat center;
}
.main3 .main3_con .right .text{
  width: 430px;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 80px 50px 0 50px;
}
.main3 .main3_con .text h3{
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.main3 .main3_con .text p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 60px;
}
.main3 .main3_con .text a{
  display: block;
  width: 205px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 230px;
  transition: all 0.3s;
}
.main3 .main3_con .text a:hover{
  color: #ca151c;
  border-color: #ca151c;
}
.main3 .main3_con .text img{
  display: block;
}

.foot{
  height: 600px;
  background: url(../image/foot_bg.jpg) no-repeat center;
  padding-top: 70px;  flex-shrink: 0; /* 禁止页脚收缩 */
  background-size: cover;
  width: 100%;
}
.foot .left a{
  display: block;
  margin-bottom: 20px;
}
.foot .left a img{
  display: block;
}
.foot .left p{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 225px;
}
.foot .left h1{
  font-size: 46px;
  color: #ff0000;
  margin-bottom: 10px;
}
.foot .left h2{
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.foot .left h3{
  font-size: 12px;
  color: #b0b0b0;
  text-transform: uppercase;
}

.foot .right{
  margin-top: 20px;
}
.foot .right ul{
  height: 206px;
  margin-bottom: 190px;
}
.foot .right li{
  float: left;
  height: 100%;
  padding: 0 60px;
  border-right: 1px solid #38383a;
}
.foot .right li:last-child{
  border-right: 0px;
  padding-right: 0px;
}
.foot .right li>a{
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.foot .right li dd a{
  display: block;
  color: #e2e2e2;
  font-size: 14px;
  line-height: 27px;
  margin: 5px 0;
  transition: all 0.3s;
}
.foot .right li a:hover{
  color: #ca151c;
}
.foot .right .foot_ico{
  float: right;
}
.foot .right .foot_ico a{
  display: block;
  float: left;
  margin-left: 23px;
}

/*内页头部*/
.top{
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  background-color: rgba(0,0,0,0.9);
}
.top a.logo{
  float: left;
  display: block;
  margin-top: 30px;
}
.top .logo img{
  display: block;
}
.top .nav{
  float: right;
  padding-top: 40px;
}
.top .nav li{
  float: left;
  margin: 0 45px;
}
.top .nav li:last-child{
  margin-right: 0px;
  margin-left: 30px;
}
.top .nav li a{
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  transition: all 0.3s;
}
.top .nav li a:hover{
  color: #ca151d;
}

.page_ban{
  position: relative;
  /*height: 680px;*/
  height: 840px;
  /*background: url(../images/page_ban_sk.jpg) no-repeat right bottom;*/
}
.page_ban:after{
  content: "";
  position: absolute;
  z-index: -1;
  right: 0px;
  bottom: 0px;
  width: 750px;
  height: 380px;
  background-color: #ca151d;
}
.page_ban.page_ban_pro{
  height: 815px;
}
.page_ban.page_ban_pro:after{
  height: 320px;
}
.page_ban .w1440{
  position: relative;
}
.page_ban .page_ban1{
  height: 680px;
}
.page_ban .ban_bg {
    height: 680px;
    position: absolute;
    right: 0px;
    width: 1597px;
}
.page_ban .title{
  position: absolute;
  left: 0px;
  top: 270px;
}
.page_ban .title h1{
  font-size: 55px;
  color: #ca151d;
  font-weight: bold;
  font-style: italic;
  white-space: pre-wrap;
  text-transform: uppercase;
}
.page_ban .title h2{
  font-size: 30px;
  color: #ca151d;
}
.page_ban .xx{
  position: absolute;
  top: 240px;
  right: -85px;
  width: 19px;
  text-align: center;
}
.page_ban .xx:after{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 27px;
  background-color: #3f3a39;
}
.page_ban .xx p{
  font-size: 12px;
  color: #3f3a39;
}
.page_ban .page_ban2{
  padding-top: 55px;
}
.page_ban .page_nav li{
  float: left;
}
.page_ban .page_nav li a{
  display: block;
  width: 168px;
  font-size: 16px;
  line-height: 78px;
  border: 1px solid #000;
  border-left: 0px;
  text-align: center;
  transition: all 0.3s;
}
.page_ban .page_nav li:first-child a{
  border-left: 1px solid #000;
}
.page_ban .page_nav li.on a{
  background-color: #000;
  color: #fff;
}
.page_ban .page_text{
  width: 470px;
}
.page_ban .page_text p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
/*产品页面当前位置*/
.page_ban .location{}
.page_ban .location a.back{
  position: relative;
  display: block;
  float: left;
  padding-left: 80px;
  line-height: 60px;
  font-size: 16px;
  color: #000;
  margin-right: 55px;
  transition: all 0.3s;
}
.page_ban .location a.back:after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  background: url(../image/back_ico.png) no-repeat center;
  border: 1px solid #000;
  border-radius: 100%;
}
.page_ban .location a.back:hover{
  color: #ca151d;
}
.page_ban .location .list{
  padding: 15px 0;
}
.page_ban .location .list a{
  display: inline-block;
  font-size: 16px;
  color: #050505;
  line-height: 30px;
  transition: all 0.3s;
}
.page_ban .location .list span{
  display: inline-block;
  margin: 0 5px;
}
.page_ban .location .list a:hover{
  color: #ca151d;
}

/*源自德国*/
.yzdg_main1{
  height: 655px;
  overflow: hidden;
  margin: 80px 0 115px;
}
.yzdg_main1 .w1440{
  position: relative;
  height: 100%;
}
.yzdg_main1 .yzdg_main1_bg{
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0px;
  width: 1680px;
  background: url(../image/yzdg_main1_bg.jpg) no-repeat center;
}
.yzdg_main1 .text{
  position: relative;
  z-index: 1;
  float: right;
  padding-top: 85px;
  width: 315px;
}
.yzdg_main1 .text h3{
  font-size: 36px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.yzdg_main1 .text h5{
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
.yzdg_main1 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.yzdg_main1 h1{
  position: absolute;
  bottom: 70px;
  right: 0px;
  font-size: 220px;
  font-weight: bold;
  color: #e62129;
  mix-blend-mode: multiply; /*正片叠底*/
  letter-spacing: -15px;
}

.yzdg_main2{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 135px;
  overflow: hidden;
}
.yzdg_main2:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.yzdg_main2 .w1440{
  position: relative;
}
.yzdg_main2 .yzdg_main2_bg{
  position: absolute;
  top: 0px;
  left: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/yzdg_main2_bg.jpg) no-repeat center;
}
.yzdg_main2 .yzdg_main2_bg h1{
  position: absolute;
  left: 75px;
  bottom: 55px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
  letter-spacing: -5px;
}
.yzdg_main2 .text{
  position: relative;
  z-index: 1;
  width: 470px;
}
.yzdg_main2 .text h3{
  font-size: 40px;
  line-height: 72px;
  color: #fff;
}
.yzdg_main2 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 150px;
}
.yzdg_main2 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.yzdg_main3{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 135px;
  overflow: hidden;
}
.yzdg_main3 .w1440{
  position: relative;
  z-index: 1;
}
.yzdg_main3 .w1440:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: -240px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
}
.yzdg_main3 .yzdg_main3_bg{
  position: absolute;
  top: 0px;
  right: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/yzdg_main3_bg.jpg) no-repeat center;
}
.yzdg_main3 .yzdg_main3_bg h1{
  position: absolute;
  z-index: 1;
  right: -250px;
  top: 130px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
}
.yzdg_main3 .text{
  position: relative;
  z-index: 2;
  float: right;
  width: 240px;
}
.yzdg_main3 .text h3{
  font-size: 40px;
  line-height: 72px;
  color: #fff;
}
.yzdg_main3 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 180px;
}
.yzdg_main3 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.yzdg_main4{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 140px;
  overflow: hidden;
}
.yzdg_main4:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.yzdg_main4 .w1440{
  position: relative;
}
.yzdg_main4 .yzdg_main4_bg{
  position: absolute;
  top: 0px;
  left: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/yzdg_main4_bg.jpg) no-repeat center;
}
.yzdg_main4 .yzdg_main4_bg h1{
  position: absolute;
  left: 80px;
  bottom: 55px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
}
.yzdg_main4 .text{
  position: relative;
  z-index: 1;
  width: 470px;
}
.yzdg_main4 .text h3{
  font-size: 40px;
  line-height: 72px;
  color: #fff;
}
.yzdg_main4 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 180px;
}
.yzdg_main4 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.yzdg_main5{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 120px;
  overflow: hidden;
}
.yzdg_main5 .w1440{
  position: relative;
  height: 100%;
  z-index: 1;
}
.yzdg_main5 .w1440:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: -240px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
}
.yzdg_main5 .yzdg_main5_bg{
  position: absolute;
  top: 0px;
  right: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/yzdg_main5_bg.jpg) no-repeat center;
}
.yzdg_main5 .text{
  position: relative;
  z-index: 2;
  float: right;
  width: 240px;
}
.yzdg_main5 .text h3{
  font-size: 40px;
  line-height: 72px;
  color: #fff;
}
.yzdg_main5 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 180px;
}
.yzdg_main5 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.yzdg_main5 h1{
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 80px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
}


/*匠心与工艺*/
.jxgy_main1{
  position: relative;
  height: 835px;
  overflow: hidden;
  margin: 80px 0 140px;
}
.jxgy_main1:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.jxgy_main1 .w1440{
  position: relative;
}
.jxgy_main1 .jxgy_main1_bg{
  position: absolute;
  z-index: 0;
  top: 65px;
  left: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/jxgy_main1_bg.jpg) no-repeat center;
}
.jxgy_main1 .jxgy_main1_bg h1{
  position: absolute;
  left: 75px;
  bottom: 55px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
  letter-spacing: -5px;
}
.jxgy_main1 .text{
  position: relative;
  z-index: 1;
  float: left;
  padding-top: 65px;
  width: 470px;
}
.jxgy_main1 .text h3{
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.jxgy_main1 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 120px;
}
.jxgy_main1 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.jxgy_main2{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 125px;
  overflow: hidden;
}
.jxgy_main2 .w1440{
  position: relative;
  z-index: 1;
}
.jxgy_main2 .w1440:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: -240px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
}
.jxgy_main2 .jxgy_main2_bg{
  position: absolute;
  top: 0px;
  right: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/jxgy_main2_bg.jpg) no-repeat center;
}
.jxgy_main2 .jxgy_main2_bg h1{
  position: absolute;
  z-index: 1;
  right: -250px;
  top: 130px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
}
.jxgy_main2 .text{
  position: relative;
  z-index: 2;
  float: right;
  width: 241px;
}
.jxgy_main2 .text h3{
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.jxgy_main2 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 145px;
}
.jxgy_main2 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
}

.jxgy_main3{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 125px;
  overflow: hidden;
}
.jxgy_main3:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.jxgy_main3 .w1440{
  position: relative;
}
.jxgy_main3 .jxgy_main3_bg{
  position: absolute;
  top: 0px;
  left: 305px;
  height: 760px;
  width: 1375px;
  background: url(../image/jxgy_main3_bg.jpg) no-repeat center;
}
.jxgy_main3 .jxgy_main3_bg h1{
  position: absolute;
  left: 80px;
  bottom: 55px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
}
.jxgy_main3 .text{
  position: relative;
  z-index: 1;
  width: 470px;
}
.jxgy_main3 .text h3{
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.jxgy_main3 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  margin-bottom: 140px;
}
.jxgy_main3 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}


/*舒适点亮生活*/
.sssh_main1{
  position: relative;
  margin: 80px 0 110px;
  padding-top: 80px;
  height: 1080px;
}
.sssh_main1 .w1440{
  position: relative;
  height: 100%;
}
.sssh_main1 .w1440:before{
  content: "";
  position: absolute;
  right: 585px;
  bottom: 0px;
  width: 1095px;
  height: 655px;
  background-color: #ca151d;
}
.sssh_main1 .sssh_main1_bg{
  position: absolute;
  top: 0px;
  left: -85px;
  width: 860px;
  height: 725px;
  background: url(../image/sssh_main1_img.png) no-repeat center;
}
.sssh_main1 .text{
  position: relative;
  z-index: 1;
  width: 510px;
  padding-top: 505px;
}
.sssh_main1 .text h3{
  font-size: 68px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.sssh_main1 .text h5{
  font-size: 40px;
  line-height: 56px;
  color: #1b1b1b;
  margin-bottom: 35px;
}
.sssh_main1 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.sssh_main1 .right{
  width: 530px;
}
.sssh_main1 .right li{
  position: relative;
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 40px;
}
.sssh_main1 .right li:nth-child(2n){
  margin-right: 0px;
}
.sssh_main1 .right li .text2{
  position: relative;
  padding-left: 60px;
}
.sssh_main1 .right li span{
  position: absolute;
  left: 0px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #ca151d;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  color: #fff;
}
.sssh_main1 .right li h3{
  font-size: 24px;
  color: #000;
  line-height: 42px;
  margin-bottom: 5px;
}
.sssh_main1 .right li p{
  font-size: 14px;
  color: #4b4b4b;
  line-height: 24px;
}

/*新闻*/
.newsli{
  margin-top: 80px;
  padding: 100px 0 0 95px;
  margin-bottom: 110px;
}
.newsli ul{
  margin-bottom: 80px;
}
.newsli li a{
  position: relative;
  display: block;
  border-bottom: 1px solid #4a4a4a;
  padding: 25px 0 25px 380px;
  transition: all 0.3s;
}
.newsli li .date{
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -20px;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
}
.newsli li .text h3{
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.newsli li .text p{
  font-size: 14px;
  line-height: 24px;
  color: #484848;
  transition: all 0.3s;
}
.newsli li a:hover{
  background-color: #000;
}
.newsli li a:hover .date{
  color: #ca151d;
}
.newsli li a:hover .text h3{
  color: #fff;
}
.newsli li a:hover .text p{
  color: #fff;
}

.news{
  margin-top: 80px;
}
.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 50px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .fy{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.news .fy .prev,.news .fy .next{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.news .fy a{
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #999;
  line-height: 35px;
  text-align: center;
  font-family: "宋体";
  transition: all 0.3s;
  /*background-color: #f1f1f1;*/
}
.news .fy a:hover{
  background-color: #ca151c;
  color: #fff;
}

/*服务支持*/
.fwzc_main{
  position: relative;
  margin-top: 80px;
}
.fwzc_main:before{
  content: "";
  position: absolute;
  right: 0px;
  bottom: 150px;
  width: 755px;
  height: 400px;
  background-color: #ca151d;
}
.fwzc_main .w1440{
  position: relative;
  height: 920px;
}
.fwzc_main .w1440:after{
  content: "";
  position: absolute;
  z-index: 0;
  background: url(../image/fwzc_bg.png) no-repeat center;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1680px;
}
.fwzc_main .right{
  position: relative;
  z-index: 1;
  width: 850px;
  height: 656px;
  background: url(../image/fwzc_ri_img.jpg) no-repeat center;
}
.fwzc_main .right .text{
  position: relative;
  width: 430px;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 80px 50px 0 50px;
}
.fwzc_main .text h3{
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.fwzc_main .text p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 120px;
}
.fwzc_main .text img{
  display: block;
}
.fwzc_main .right h1{
  position: absolute;
  right: -75px;
  bottom: -30px;
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

/*下载中心*/
.downli{
  margin-top: 80px;
  padding: 90px 0 0 95px;
  margin-bottom: 110px;
}
.downli ul{
  margin-bottom: 80px;
}
.downli li{
  position: relative;
  display: block;
  border-bottom: 1px solid #4a4a4a;
  padding: 50px 75px 50px 380px;
  transition: all 0.3s;
}
.downli li .date{
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -20px;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
}
.downli li .text h3{
  float: left;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.downli li .text a{
  display: block;
  float: right;
  color: #000;
  width: 205px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #000;
  text-align: center;
  transition: all 0.3s;
}
.downli li:hover{
  background-color: #000;
}
.downli li:hover .date{
  color: #ca151d;
}
.downli li:hover .text h3{
  color: #fff;
}
.downli li:hover .text a{
  color: #ca151d;
  border-color: #ca151d;
}

/*产品*/
.pro_main{
  margin: 80px 0 90px;
  height: 855px;
  background: url(../image/pro_bg.jpg) no-repeat center;
}
.pro_main .w1440{
  position: relative;
  height: 100%;
}
.pro_main .left{
  width: 555px;
  padding-top: 75px;
}
.pro_main .left h3{
  font-size: 40px;
  color: #ca151d;
  margin-bottom: 18px;
}
.pro_main .left p{
  font-size: 14px;
  color: #141414;
  line-height: 24px;
  margin-bottom: 68px;
}
.pro_main .left ul{
  padding-left: 120px;
}
.pro_main .left li h5{
  font-size: 24px;
  color: #000;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 7px;
}
.pro_main .left li p{
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.pro_main .left li h5 span{
  display: inline-block;
  font-size: 24px;
  color: #ca151d;
  line-height: 24px;
  /*margin-top: 40px;
  margin-bottom: 7px;*/
}
.pro_main .left li p span{
  display: inline-block;
  color: #ca151d;
  font-size: 16px;
  line-height: 30px;
}
.pro_main .right{
  padding-top: 200px;
  width: 800px;
}
.pro_main .right .bd{
  margin-bottom: 30px;
}
.pro_main .right .bd li a{
  display: block;
}
.pro_main .right .bd li img{
  display: block;
  width: 100%;
}
.pro_main .right .hd{
  text-align: center;
}
.pro_main .right .hd a{
  display: inline-block;
  width: 50px;
  height: 20px;
  background: url(../image/jt_le.png) no-repeat center;
  margin: 0 8px;
  transition: all 0.3s;
}
.pro_main .right .hd a.next{
  transform: rotateY(180deg);
}
.pro_main .right .hd a:hover{
  background: url(../image/jt_le_h.png) no-repeat center;
}
.pro_main .foot_wz{
  position: absolute;
  left: 460px;
  bottom: 115px;
}
.pro_main .foot_wz h3{
  font-size: 58px;
  color: #ca151d;
  font-weight: bold;
  text-transform: uppercase;
  mix-blend-mode: multiply; /*正片叠底*/
  font-style: italic;
}

.pro_main.pro5 .foot_wz{
  left: 460px;
  bottom: 115px;
}
.pro_main.pro6 .foot_wz{
  left: 115px;
  bottom: 215px;
}
.pro_main.pro7 .foot_wz{
  left: 115px;
  bottom: 215px;
}
.pro_main.pro8 .foot_wz{
  left: 115px;
  bottom: 215px;
}
.pro_main.pro9 .foot_wz{
  left: 115px;
  bottom: 215px;
}


/*产品详情*/

.pro_page_main1{
  margin-top: 105px;
  margin-bottom: 105px;
}
.pro_page_main1 .img img{
  display: block;
}
.pro_page_main1 .text{
  width: 600px;
}
.pro_page_main1 .text h3{
  font-size: 50px;
  line-height: 48px;
  color: #ca151d;
  margin-bottom: 20px;
}
.pro_page_main1 .text h3 span{
  display: inline-block;
  margin-left: 25px;
  font-size: 20px;
  color: #3e3a39;
}
.pro_page_main1 .text p{
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  font-family: "微软雅黑";
  text-align: justify;
}
.pro_page_main1 .text .left{
  width: 380px;
}
.pro_page_main1 .text .left h3{
  width: 120px;
  line-height: 32px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.pro_page_main1 .text .left li{
  float: left;
  width: 50%;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 24px;
}
.pro_page_main1 .text .right{
  float: right;
  width: 220px;
}
.pro_page_main1 .text .right h3{
  width: 120px;
  line-height: 32px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.pro_page_main1 .text .right li{
  font-size: 14px;
  color: #2e2e2e;
  line-height: 24px;
}
.pro_page_main1 .text h5{
  width: 120px;
  line-height: 32px;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.pro_page_main2{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 135px;
  overflow: hidden;
}
.pro_page_main2:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.pro_page_main2 .w1440{
  position: relative;
}
.pro_page_main2 .pro_page_main2_bg{
  position: absolute;
  top: 0px;
  left: 365px;
  height: 760px;
  width: 1315px;
  background: url(../image/p1_m2_bg.jpg) no-repeat center;
}
.pro_page_main2 .pro_page_main2_bg h1{
  position: absolute;
  left: 75px;
  bottom: 55px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
  letter-spacing: -5px;
  text-transform: uppercase;
}
.pro_page_main2 .text{
  position: relative;
  z-index: 1;
  width: 470px;
}
.pro_page_main2 .text h3{
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.pro_page_main2 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  height: 190px;
}
.pro_page_main2 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.pro_page_main3{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 135px;
  overflow: hidden;
}
.pro_page_main3 .w1440{
  position: relative;
  z-index: 1;
}
.pro_page_main3 .w1440:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: -65px;
  right: -240px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
}
.pro_page_main3 .pro_page_main3_bg{
  position: absolute;
  top: 0px;
  right: 395px;
  height: 760px;
  width: 1285px;
  background: url(../image/p1_m3_bg.jpg) no-repeat center;
}
.pro_page_main3 .text{
  position: relative;
  z-index: 2;
  float: right;
  width: 330px;
}
.pro_page_main3 .text h3{
  font-size: 40px;
  line-height: 72px;
  color: #fff;
  margin-bottom: 10px;
}
.pro_page_main3 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  height: 240px;
}
.pro_page_main3 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.pro_page_main4{
  height: 825px;
  position: relative;
  padding-top: 65px;
  margin-bottom: 135px;
  overflow: hidden;
}
.pro_page_main4:after{
  content: "";
  position: absolute;
  top: 0px;
  width: 955px;
  height: 325px;
  background-color: #c40f17;
  mix-blend-mode: multiply; /*正片叠底*/
}
.pro_page_main4 .w1440{
  position: relative;
  height: 100%;
}
.pro_page_main4 .pro_page_main4_bg{
  position: absolute;
  top: 0px;
  left: 365px;
  height: 760px;
  width: 1315px;
  background: url(../image/p1_m4_bg.jpg) no-repeat center;
}
.pro_page_main4 .w1440 h1{
  position: absolute;
  left: 45px;
  bottom: 65px;
  font-size: 81px;
  color: #ca141d;
  font-weight: bold;
  font-style: italic;
  mix-blend-mode: multiply; /*正片叠底*/
  letter-spacing: -5px;
  text-transform: uppercase;
}
.pro_page_main4 .text{
  position: relative;
  z-index: 1;
  width: 470px;
}
.pro_page_main4 .text h3{
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 20px;
}
.pro_page_main4 .text h5{
  font-size: 14px;
  line-height: 24px;
  color: #ecebeb;
  height: 190px;
}
.pro_page_main4 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}


/*m2*/
.page_ban.pro_page_27 .title{
  left: 540px;
  top: 190px;
}
.pro_page_main1.pro_wkq_m2_1 .text h5{
  margin-bottom: 15px;
}

.pro_page_main1.pro_wkq_m2_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_wkq_m2_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_wkq_m2_1 .text li h4{
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
.pro_page_main1.pro_wkq_m2_1 .text li p{
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m2_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m2_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  margin-right: 10px;
}

.pro_page_main2.pro_wkq_m2_2 .pro_page_main2_bg{
  background: url(../image/p2_m2_bg.jpg) no-repeat center;
}
.pro_page_main3.pro_wkq_m2_3 .pro_page_main3_bg{
  background: url(../image/p2_m3_bg.jpg) no-repeat center;
}
.pro_page_main4.pro_wkq_m2_4 .pro_page_main4_bg{
  background: url(../image/p2_m4_bg.jpg) no-repeat center;
}


/*m3*/
.page_ban.pro_page_28 .title{
  left: 310px;
  top: 330px;
}
.pro_page_main1.pro_wkq_m3_1 .text h5{
  margin-bottom: 15px;
}

.pro_page_main1.pro_wkq_m3_1 .text ul{
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m3_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_wkq_m3_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_wkq_m3_1 .text li h4{
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
.pro_page_main1.pro_wkq_m3_1 .text li p{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m3_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m3_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  margin-right: 10px;
}

.pro_page_main2.pro_wkq_m3_2 .pro_page_main2_bg{
  background: url(http://www.oshland.com/template/oushilang/static/pro_img/wkq/p3_m2_bg.jpg) no-repeat center;
}
.pro_page_main3.pro_wkq_m3_3 .pro_page_main3_bg{
  background: url(../image/p3_m3_bg.jpg) no-repeat center;
}
.pro_page_main4.pro_wkq_m3_4 .pro_page_main4_bg{
  background: url(http://www.oshland.com/template/oushilang/static/pro_img/wkq/p3_m4_bg.jpg) no-repeat center;
}

.pro_page_main3.pro_wkq_m3_3 .text h3{
  width: 360px;
}

/*m4*/
.page_ban.pro_page_29 .title{
}
.pro_page_main1.pro_wkq_m4_1 .text h5{
  margin-bottom: 15px;
}
.pro_page_main1.pro_wkq_m4_1 .text ul{
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m4_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_wkq_m4_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_wkq_m4_1 .text li h4{
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
.pro_page_main1.pro_wkq_m4_1 .text li p{
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m4_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m4_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  margin-right: 10px;
}

.pro_page_main3.pro_wkq_m4_3 .pro_page_main3_bg{
  background: url(../image/p4_m3_bg.jpg) no-repeat center;
}

.pro_page_main3.pro_wkq_m4_3 .text h3{
  width: 360px;
}

/*m5*/
.page_ban.pro_page_30 .title{
  left: 310px;
  top: 330px;
}
.pro_page_main1.pro_wkq_m5_1 .text h3{
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m5_1 .text h5{
  margin-bottom: 15px;
}
.pro_page_main1.pro_wkq_m5_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m5_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
  margin-right: 10px;
}

.pro_page_main3.pro_wkq_m5_3 .pro_page_main3_bg{
  background: url(../image/p5_m3_bg.jpg) no-repeat center;
}
.pro_page_main3.pro_wkq_m5_3 .text h3{
  line-height: 56px;
}

/*m6*/
.page_ban.pro_page_31 .title{
  left: 0px;
  top: 240px;
}
.pro_page_main1.pro_wkq_m6_1 .text h3{
  margin:20px 0 30px;
}
.pro_page_main1.pro_wkq_m6_1 .text p{
  line-height: 24px;
}

.pro_page_main1.pro_wkq_m6_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m6_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}
.pro_page_main1.pro_wkq_m6_1 .text dl dd:nth-child(1){
  margin-right: 75px;
}

.pro_page_main3.pro_wkq_m6_3 .pro_page_main3_bg{
  background: url(../image/p6_m3_bg.jpg) no-repeat center;
}
.pro_page_main3.pro_wkq_m6_3 .text h3{
  line-height: 56px;
}

/*m9*/
.page_ban.pro_page_32 .title{
  left: 540px;
  top: 250px;
}
.page_ban.pro_page_32 .title h1{
  color: #fff;
}
.page_ban.pro_page_32 .title h2{
  color: #fff;
}
.pro_page_main1.pro_wkq_m9_1 .text h5{
  margin-bottom: 15px;
}

.pro_page_main1.pro_wkq_m9_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_wkq_m9_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_wkq_m9_1 .text li h4{
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
.pro_page_main1.pro_wkq_m9_1 .text li p{
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 30px;
}
.pro_page_main1.pro_wkq_m9_1 .text dl.left{
  width: auto;
}
.pro_page_main1.pro_wkq_m9_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_wkq_m9_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}
.pro_page_main1.pro_wkq_m9_1 .text dl dd:nth-child(1){
  margin-right: 40px;
}

.pro_page_main2.pro_wkq_m9_2 .pro_page_main2_bg{
  background: url(../image/p2_m2_bg.jpg) no-repeat center;
}
.pro_page_main3.pro_wkq_m9_3 .pro_page_main3_bg{
  background: url(../image/p9_m3_bg.jpg) no-repeat center;
}
.pro_page_main4.pro_wkq_m9_4 .pro_page_main4_bg{
  background: url(../image/p9_m4_bg.jpg) no-repeat center;
}

.pro_page_main4.pro_wkq_m9_4 .w1440 h1{
  left: 0px;
  bottom: 55px;
}

/*fsq mh101*/
.page_ban.pro_page_33 .title{
  left: 0px;
  top: 250px;
}
.page_ban.pro_page_33 .title h1{
  color: #fff;
}
.page_ban.pro_page_33 .title h2{
  color: #fff;
}
.pro_page_main1.pro_fsq_h101_1 .text h5{
  margin-bottom: 5px;
}
.pro_page_main1.pro_fsq_h101_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_fsq_h101_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_fsq_h101_1 .text li h4{
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
}
.pro_page_main1.pro_fsq_h101_1 .text li p{
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.pro_page_main1.pro_fsq_h101_1 .text dl.left{
  width: auto;
}
.pro_page_main1.pro_fsq_h101_1 .text dl{
  margin-left: 40px;
}
.pro_page_main1.pro_fsq_h101_1 .text dl dd{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}
.pro_page_main1.pro_fsq_h101_1 .text dl dd:nth-child(1){
  margin-right: 40px;
}

.pro_page_main2.pro_fsq_h101_2 .pro_page_main2_bg{
  background: url(../image/p1_m2_bg1.jpg) no-repeat center;
}
.pro_page_main3.pro_fsq_h101_3 .pro_page_main3_bg{
  background: url(../image/p1_m3_bg1.jpg) no-repeat center;
}
.pro_page_main4.pro_fsq_h101_4 .pro_page_main4_bg{
  background: url(http://www.oshland.com/template/oushilang/static/pro_img/fsq/p1_m4_bg.jpg) no-repeat center;
}
.pro_page_main2.pro_fsq_h101_2 .pro_page_main2_bg h1{
  font-size: 64px;
  left: -100px;
  bottom: 90px;
  letter-spacing: -1px;
}
.pro_page_main2.pro_fsq_h101_2 .text h3{
  padding-top: 20px;
}
.pro_page_main3.pro_fsq_h101_3{
  margin-bottom: 105px;
}



/*fsq mh103*/
.page_ban.pro_page_34 .title{
  left: 0px;
  top: 250px;
}

/*.pro_page_main1.pro_fsq_h103_1 .text li{
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #3b3b3b;
  margin-bottom: 5px;
}*/
.pro_page_main1.pro_fsq_h103_1 .text li{
  font-size: 14px;
  color: #2e2e2e;
  line-height: 24px;
}

.pro_page_main2.pro_fsq_h103_2 .pro_page_main2_bg{
  background: url(../image/p3_m2_bg.jpg) no-repeat center;
}

.pro_page_main2.pro_fsq_h103_2 .pro_page_main2_bg h1{
  font-size: 64px;
  left: -100px;
  bottom: 90px;
  letter-spacing: -1px;
}
.pro_page_main2.pro_fsq_h103_2 .text{
  width: 550px;
}
.pro_page_main2.pro_fsq_h103_2 .text h3{
  padding-top: 20px;
}
.pro_page_main2.pro_fsq_h103_2 .text h5{
  font-size: 16px;
  letter-spacing: 1px;
}



/*fsq mh107*/
.page_ban.pro_page_35 .title{
  left: 0px;
  top: 250px;
}
.pro_page_main1.pro_fsq_h107_1 .text p.cn{
  color: #000;
  margin-bottom: 15px;
}
.pro_page_main1.pro_fsq_h107_1 .text p.en{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 50px;
}

.pro_page_main1.pro_fsq_h107_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
}
.pro_page_main1.pro_fsq_h107_1 .text li:nth-child(2n){
  margin-right: 0px;
}
.pro_page_main1.pro_fsq_h107_1 .text li h4{
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
}
.pro_page_main1.pro_fsq_h107_1 .text li p{
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #3b3b3b;
  margin-bottom: 15px;
}

.pro_page_main2.pro_fsq_h107_2 .pro_page_main2_bg{
  background: url(../image/p7_m2_bg.jpg) no-repeat center;
}
.pro_page_main2.pro_fsq_h107_2 .pro_page_main2_bg h1{
  font-size: 64px;
  left: -100px;
  bottom: 90px;
  letter-spacing: -1px;
}
.pro_page_main2.pro_fsq_h107_2 .text h3{
  padding-top: 20px;
}



/*xfxt 1*/
.page_ban.pro_page_36 .title{
  left: 0px;
  top: 250px;
}
.page_ban.pro_page_36 .title h1{
  color: #fff;
}
.page_ban.pro_page_36 .title h2{
  color: #fff;
}
.pro_page_main1.pro_xfxt_1_1 .text{
  padding-right: 50px;
}
.pro_page_main1.pro_xfxt_1_1 .text h3{
  margin-bottom: 30px;
}
.pro_page_main1.pro_xfxt_1_1 .text p.cn{
  color: #000;
  margin-bottom: 15px;
}
.pro_page_main1.pro_xfxt_1_1 .text p.en{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 35px;
}
.pro_page_main1.pro_xfxt_1_1 .text li{
  float: left;
  width: 46%;
  margin-right: 8%;
  font-size: 14px;
  line-height: 28px;
  color: #434343;
}
.pro_page_main1.pro_xfxt_1_1 .text li:nth-child(2n){
  margin-right: 0px;
}

.pro_page_main2.pro_xfxt_1_2 .pro_page_main2_bg{
  background: url(../image/p1_m2_bg2.jpg) no-repeat center;
}
.pro_page_main2.pro_xfxt_1_2 .pro_page_main2_bg h1{
  font-size: 64px;
  left: -250px;
  bottom: 90px;
  letter-spacing: -1px;
}
.pro_page_main2.pro_xfxt_1_2 .text{
  width: 550px;
}
.pro_page_main2.pro_xfxt_1_2 .text h3{
  padding-top: 50px;
}


/*cngd 1*/
.page_ban.pro_page_37 .title{
  left: 0px;
  top: 250px;
}
.page_ban.pro_page_37 .title h1{
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}
.page_ban.pro_page_37 .title h2{
  color: #fff;
}
.pro_page_main1.pro_cngd_1_1 .text{
  padding-right: 50px;
}
.pro_page_main1.pro_cngd_1_1 .text h3{
  margin-bottom: 15px;
}
.pro_page_main1.pro_cngd_1_1 .text p.cn{
  color: #000;
  margin-bottom: 15px;
}
.pro_page_main1.pro_cngd_1_1 .text p.en{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}
.pro_page_main1.pro_cngd_1_1 .text li{
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}


/*cngd 2*/
.page_ban.pro_page_38 .title{
  left: 35px;
  top: 250px;
}
.page_ban.pro_page_38 .title h1{
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}
.page_ban.pro_page_38 .title h2{
  color: #fff;
}
.pro_page_main1.pro_cngd_2_1 .text{
  padding-right: 50px;
}
.pro_page_main1.pro_cngd_2_1 .text h3{
  margin-bottom: 20px;
}
.pro_page_main1.pro_cngd_2_1 .text p.cn{
  color: #000;
  margin-bottom: 10px;
}
.pro_page_main1.pro_cngd_2_1 .text p.en{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 45px;
}

.pro_page_main1.pro_cngd_2_1 .text h5{
  margin-bottom: 10px;
}
.pro_page_main1.pro_cngd_2_1 .text li{
  float: left;
  width: 48%;
  margin-right: 4%;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}
.pro_page_main1.pro_cngd_2_1 .text li:nth-child(2n){
  margin-right: 0px;
}



/*cngd 3*/
.page_ban.pro_page_39 .title{
  left: 30px;
  top: 210px;
}
.page_ban.pro_page_39 .title h1{
  color: #fff;
  font-size: 70px;
  margin-bottom: 20px;
}
.pro_page_main1.pro_cngd_3_1 .text h3{
  margin-bottom: 20px;
}
.pro_page_main1.pro_cngd_3_1 .text p{
  padding-right: 55px;
}
.pro_page_main1.pro_cngd_3_1 .text p.cn{
  color: #000;
  margin-bottom: 5px;
}
.pro_page_main1.pro_cngd_3_1 .text p.en{
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 50px;
}
.pro_page_main1.pro_cngd_3_1 .text li{
  float: left;
  width: 65%;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}
.pro_page_main1.pro_cngd_3_1 .text li:nth-child(2n){
  width: 35%;
}



/*ntzj 1*/
.page_ban.pro_page_40 .title{
  left: 25px;
  top: 350px;
}
.page_ban.pro_page_40 .title h1{
  font-size: 70px;
  margin-bottom: 10px;
}

.pro_page_main1.pro_ntzj_1_1 .text h3{
  padding-top: 40px;
  margin-bottom: 20px;
}
.pro_page_main1.pro_ntzj_1_1 .text p.cn{
  margin-bottom: 5px;
}
.pro_page_main1.pro_ntzj_1_1 .text p.en{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 45px;
}
.pro_page_main1.pro_ntzj_1_1 .text li{
  float: left;
  width: 60%;
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}
.pro_page_main1.pro_ntzj_1_1 .text li:nth-child(2n){
  width: 40%;
}



/*ntzj 2*/
.page_ban.pro_page_40 .title{
  left: 25px;
  top: 350px;
}
.page_ban.pro_page_40 .title h1{
  font-size: 70px;
  margin-bottom: 10px;
}

.pro_page_main1.pro_ntzj_2_1 .text h3{
  padding-top: 40px;
  margin-bottom: 20px;
}
.pro_page_main1.pro_ntzj_2_1 .text p{
  padding-right: 50px;
}
.pro_page_main1.pro_ntzj_2_1 .text p.cn{
  color: #464646;
  margin-bottom: 15px;
}
.pro_page_main1.pro_ntzj_2_1 .text p.en{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 45px;
}
.pro_page_main1.pro_ntzj_2_1 .text li{
  float: left;
  width: 60%;
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}
.pro_page_main1.pro_ntzj_2_1 .text li:nth-child(2n){
  width: 40%;
}
.pro_page_main2.pro_ntzj_2_2 .pro_page_main2_bg{
  background: url(../image/p2_m2_bg1.jpg) no-repeat center;
}
.pro_page_main2.pro_ntzj_2_2 .text{
  padding-left: 25px;
}
.pro_page_main2.pro_ntzj_2_2 .text h3{
  font-size: 86px;
  line-height: 96px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.pro_page_main2.pro_ntzj_2_2 .text h5{
  font-size: 40px;
  height: 130px;
}
.pro_page_main2.pro_ntzj_2_2 .text p{
  font-size: 18px;
  line-height: 45px;
  color: #3b3b3b;
}


/*ntzj 3*/
.page_ban.pro_page_40 .title{
  left: 25px;
  top: 350px;
}
.page_ban.pro_page_40 .title h1{
  font-size: 70px;
  margin-bottom: 10px;
}

.pro_page_main1.pro_ntzj_3_1 .text h3{
  padding-top: 40px;
  margin-bottom: 20px;
}
.pro_page_main1.pro_ntzj_3_1 .text p.cn{
  margin-bottom: 5px;
}
.pro_page_main1.pro_ntzj_3_1 .text p.en{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 45px;
}
.pro_page_main1.pro_ntzj_3_1 .text ul{
  width: 750px;
}
.pro_page_main1.pro_ntzj_3_1 .text li{
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}


/*ntzj 4*/
.page_ban.pro_page_43 .title{
  left: 115px;
  top: 300px;
}
.page_ban.pro_page_43 .title h1{
  font-size: 70px;
  color: #fff;
  margin-bottom: 10px;
}
.page_ban.pro_page_43 .title h2{
  color: #fff;
}

.pro_page_main1.pro_ntzj_4_1 .text h3{
  padding-top: 40px;
  margin-bottom: 30px;
}
.pro_page_main1.pro_ntzj_4_1 .text p{
  padding-right: 50px;
}
.pro_page_main1.pro_ntzj_4_1 .text p.cn{
  margin-bottom: 15px;
}
.pro_page_main1.pro_ntzj_4_1 .text p.en{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 45px;
}
.pro_page_main1.pro_ntzj_4_1 .text ul{
  width: 750px;
}
.pro_page_main1.pro_ntzj_4_1 .text li{
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}

.pro_page_main2.pro_ntzj_4_2 .pro_page_main2_bg{
  background: url(../image/p4_m2_bg.jpg) no-repeat center;
}
.pro_page_main2.pro_ntzj_4_2 .text{
  padding-left: 5px;
}
.pro_page_main2.pro_ntzj_4_2 .text h3{
  font-size: 86px;
  line-height: 96px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-left: 25px;
  padding-top: 85px;
}
.pro_page_main2.pro_ntzj_4_2 .text h5{
  font-size: 40px;
  height: 150px;
  padding-left: 25px;
}
.pro_page_main2.pro_ntzj_4_2 .text h4{
  font-size: 18px;
  line-height: 24px;
  color: #3b3b3b;
}
.pro_page_main2.pro_ntzj_4_2 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
  margin-bottom: 20px;
}