@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
  margin: 0;
  padding: 0;
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body {font-size: 1.4rem;/*1.4 × 10px = 14px */}

body {
  font-family: "Microsoft YaHei" ! important;
  color: #000000;
  background: #fff;
  margin: 0 auto;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
  max-width:100%;
  border: 0px;
  vertical-align: middle;
}

li {
  list-style: none;
}

.pc{
  display: block;
}
.wap{
  display: none;
}

.head{
  
padding-bottom: 30px;
  
border-bottom: 1px solid rgba(221,221,221,1);
}
.head .logo{
  
float: left;
  
padding-top: 45px;
}
.head .logo img{
  
}

.head .words{
  
float: left;
  
padding-left: 32px;
  
padding-top: 36px;
}
.head .words .comname{
  
font-size: 30px;
  
font-family:MicrosoftYaHei-Bold;
  
font-weight:bold;
  
color:rgba(144 41 30);
  
letter-spacing: 14px;
}
.head .words .dec{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(137,137,137,1);
}

.head .tel{
  
float: right;
  
height: 120px;
  
background:linear-gradient(-40deg,rgba(144 41 30),rgba(214 47 47));
  
border-radius:0px 0px 20px 20px;
  
width: 340px;
  
color: #fff;
  
padding-top: 28px;
  
padding-left: 58px;
}
.head .tel .tit{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
}
.head .tel .num{
  
font-size: 30px;
  
font-family:ArialMT;
  
font-weight:400;
  
color:rgba(255,255,255,1);
  
padding-left: 43px;
  
background: url(../images/tel.png) no-repeat left center;
}




.nav_list{
  height: 79px;
}
.nav_list ul{
  
}
.nav_list ul li{
  float: left;
  position: relative;
}
.nav_list ul li .dot{display: block;width:;width: 101px;text-align: center;line-height: 79px;}
.nav_list ul li .h2tit{
  position: relative;
}
.nav_list ul li:last-child .h2tit:after{
display:none;}
.nav_list ul li .h2tit:after{
  position: relative;
  content: "-";
  right: 0px;
  top: 0px;
  width: 20px;
  line-height: 79px;
  text-align: right;
  color: #666;
  font-size: 22px;
  display: none;
  position: absolute;
}
.nav_list ul li .h2tit a{
  display: block;
  line-height: 79px;
  font-size: 16px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  position: relative;
  color:#666666;
  overflow: hidden;
  z-index: 5;
  padding:0 38px;
}
.nav_list ul li .h2tit a:after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height:3px;
  background:rgba(0,119,203,1);
  content: "";
  top: -3px;
  -webkit-transition:all 0.2s;
  -o-transition:all 0.2s;
  -moz-transition:all 0.2s;
  -ms-transition:all 0.2s;
  transition:all 0.2s;
  display: none;
}
.nav_list ul li .h2tit a:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height:3px;
  background:rgba(0,119,203,1);
  content: "";
  bottom: -3px;
  -webkit-transition:all 0.2s;
  -o-transition:all 0.2s;
  -moz-transition:all 0.2s;
  -ms-transition:all 0.2s;
  transition:all 0.2s;
  display: none;
}
.nav_list ul li .h2tit a:hover{
  color: #da4747;
}
.nav_list ul li .h2tit a:hover:after{
top: 0px;
}
.nav_list ul li .h2tit a:hover:before{
bottom: 0px;
}



.nav_list ul li.current .h2tit a{
  color: rgba(214 47 47);
}
.nav_list ul li.current .h2tit a:after{
top: 0px;
}
.nav_list ul li.current .h2tit a:before{
bottom: 0px;
}
.nav_list ul li dl{




position:absolute;
top: 79px;
left: 50%;
-o-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
background:#02A148;


  width: 100%;
  z-index: 54;
  top: 64px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width:120px;
}
.nav_list ul li:hover dl{
  opacity: 1;
  z-index: 13;
  visibility: visible;
  opacity: 1;
  top: 79px;
}
.nav_list ul li dl dd{
  
}
.nav_list ul li dl dd a{
  display: block;
  line-height: 40px;
  font-size: 12px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:#FFF;
  text-align: center;
}
.nav_list ul li dl dd a:hover{

text-align: center;

color: #da4747;
}
.nav_list ul li:last-child{
  margin-right: 0px;
}
.nav_list ul *{
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}




.banner{
  position: relative;
}
.banner .owl-theme .owl-controls{
  position: absolute;
  left: 0px;
  bottom:0px;
  width: 100%;
  margin: 0px;
}

.banner .owl-theme .owl-controls .owl-page span{
  opacity: 1;
  background: #ccc;
  opacity: .7;
}
.banner .owl-theme .owl-controls .owl-page.active span{
background: #da4747;
opacity: 1;
}
.banner img{
  display: block;
  width: 100%;
}


.main .search{
  height: 100px;
}
.main .search .keywords{
  float: left;
width: calc(100% - 300px);
  overflow: hidden;
}
.main .search .keywords .title{
  float: left;
  width: 103px;
  line-height: 100px;
  color: rgba(102,102,102,1);
}
.main .search .keywords .title strong{font-size: 14px;color: rgba(214 47 47);}
.main .search .keywords .left{
  float: left;
  width: calc(100% - 110px);
  line-height: 100px;
}
.main .search .keywords .left a{
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}
.main .search .keywords .left a:hover{text-decoration: underline;color: #03a54b;}
.main .search .keywords .left b{
  width: 40px;
  text-align: center;
  color: #999;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  display: none;
}
.main .search *{


-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}
.main .search .search_words{float: right;padding-top: 27px;}
.main .search .search_words form{
  width:284px;
  height:40px;
  /* background:rgba(232,232,232,1); */
  border-radius:20px;
  display: block;
  position: relative;
}
.main .search .search_words form span{
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 40px;
  left: 19px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(23,50,106,1);
  padding-right: 18px;
  background: url(../images/ri.png) no-repeat right center;
  color: rgba(136,136,136,1);
}
.main .search .search_words form .words{
  display: block;
  width: 100%;
  height: 100%;
  border:1px solid #f0f0f0;
  background: none;
  text-indent: 77px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.main .search .search_words form .send{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center center;
}
*{
  outline: none;
}


.sec_1{
  
background: rgba(250,250,250,1);
  
padding-top: 60px;
  
padding-bottom: 77px;
}
.sec_1 .title{
  
zoom: 1;
  
overflow: hidden;
  
margin-bottom: 49px;
}
.sec_1 .title .titlemodel{
  
float: left;
}
.sec_1 .title .titlemodel .en{
  
text-transform: uppercase;
  
font-size: 27px;
  
font-family:Microsoft-Yi-Baiti;
  
font-weight:400;
  
color:rgba(144 41 30);
  
height: 27px;
  
margin-bottom: 21px;
}
.sec_1 .title .titlemodel .cn{
  
/* font-size: 24px; */
  
/* font-family:MicrosoftYaHei; */
  
/* font-weight:400; */
  
/* color:rgba(144 41 30); */
  
line-height: 24px;
}
.sec_1 .title .titlemodel .cn .cn2{
  
float: left;
  
font-size: 24px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(144 41 30);
}
.sec_1 .title .titlemodel .cn .line{
  
margin-top: 12px;
  
display: inline-block;
  
margin-left: 44px;
  
font-size: 24px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(144 41 30);
  
width: 97px;
  
height:1px;
  
background:rgba(220,220,220,1);
  
float: left;
}
.sec_1 .title .titlemodel .cn .b{
  
float: left;
  
margin-left: 28px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(119,119,119,1);
}
.sec_1 .title .hd{
  
float: right;
  
padding-top: 53px;
}
.sec_1 .title .hd a{
  
float: left;
  
margin-left: 50px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(102,102,102,1);
}
.sec_1  .bd{
  
}
.sec_1  .bd .model{
  
}
.sec_1 .bd .model .list li:nth-child(4n){
  margin-right:0px;
}
.sec_1  .bd .model .list{
  
zoom: 1;
  
overflow: hidden;
}
.sec_1  .bd .model .list li{
  
float: left;
  
width: 23%;
  
position: relative;
  
margin-right: 2%;
}
.sec_1  .bd .model .list li .imgbox{
  
overflow: hidden;
  
height: 0;
  
position: relative;
  
width: 100%;
  
padding-bottom: 86%;
}
.sec_1  .bd .model .list li .imgbox img{
  
height: auto;
  
left: 0;
  
position: absolute;
  
top: 0;
  
width: 100%;
}
.sec_1  .bd .model .list li:hover .imgbox img{
  -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.sec_1 .bd .model .list li:hover .title a{
color: #fff;
background:rgba(144 41 30);
}

.sec_1 .title .hd a{

-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.sec_1 .title .hd a:hover{
color:rgba(144 41 30); 
}
.sec_1 .title .hd a.current{
color:rgba(144 41 30); 
}


.sec_1  .bd .model .list li .title{
  
margin-bottom: 31px;
}
.sec_1  .bd .model .list li .title a{
  
display: block;
  
height: 60px;
  
background:rgba(242,242,242,1);
  
border-radius:0px 0px 10px 10px;
  
text-align: center;
  
line-height: 60px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(119,119,119,1);
}
.sec_1  .bd *{
  -webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}

.sec_2{
  
height: 340px;
  
background:linear-gradient(0deg,rgba(144 41 30),rgba(214 47 47));
}
.sec_2 .title{height: 52px;padding-top: 38px;color: #fff;}

.sec_2 .title .left:after{
  content:"";
  width: 100px;
  height: 100px;
  position:absolute;
  left:0px;
  bottom:0px;
  background:url(../images/dz.png) no-repeat center center;
}
.sec_2 .title .left:before{
  content:"";
  width:8px;
height:8px;
background:rgba(255,255,255,1);
position:absolute;
left:142px;
bottom:6px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);

}


.sec_2 .title .left{
  
float: left;
  
padding-left: 183px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
  
letter-spacing: 2px;
  
position: relative;
}
.sec_2 .title .right{
  
float: right;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
  
padding-left: 24px;
  
background: url(../images/tel2.png) no-repeat left center;
  
height: 22px;
  
line-height: 14px;
}
.sec_2 .title .right strong{
  
font-size: 22px;
  
font-family:ArialMT;
  
font-weight:400;
  
color:rgba(255,255,255,1);
}
.sec_2 .list{
  
padding-top: 72px;
}
.sec_2 .list li:last-child{
  margin-right:0px;
}
.sec_2 .list li{
  
float: left;
  
width: 12.57%;
  
margin-right: 2%;
  
text-align: center;
}
.sec_2 .list li .imgbox{
  
width: 100px;
  
height:100px;
  
background:rgba(198,175,112,0);
  
border:1px solid rgba(255, 255, 255, 1);
  
border-radius:50%;
  
line-height: 100px;
  
margin: auto;
  
margin-bottom: 17px;
}
.sec_2 .list li .imgbox img{
  
}
.sec_2 .list li .tit{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
}


.sec4{
  padding-top: 80px;
  padding-bottom: 90px;
}
.sec4 .left{
  float: left;
  width: 440px;
}
.sec4 .item *{
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
}
.sec4 .item{
  position: relative;
}
.sec4 .left img{
  display: block;
  width: 100%;
}
.sec4 .right{
  float: right;
  padding-left: 70px;
  width: 725px;
}
.sec4 .right .en{
  font-size:40px;
  font-weight:400;
  color:rgba(0,119,203,1);
  padding-top: 15px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 45px;
  font-family:Microsoft-Yi-Baiti;
  font-weight:400;
  color:rgba(209,0,0,1);
  /* height: 45px; */
  line-height: 45px;
}
.sec4 .right .title{
  font-size:44px;
  font-weight:300;
  color: #333333;
  /* padding-left: 60px; */
  font-size: 22px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  margin-bottom: 44px;
}
.sec4 .right .title strong{
  
color: #00A13A;
  
font-weight: bold;
}
.sec4 .right .desc{
  font-size:18px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
margin-bottom: 36px;
padding-left: 60px;
}
.sec4 .right .link{
  zoom: 1;
  overflow: hidden;
  margin-bottom: 56px;
}
.sec4 .right .link a{
  display: inline-block;
  vertical-align: middle;
  width:118px;
  height:40px;
  background:linear-gradient(180deg,rgba(0,119,203,1),rgba(6,108,179,1),rgba(13,94,150,1));
  text-align: center;
  line-height: 40px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  margin-right: 8px;
  width: 150px;
  height:40px;
  background:rgba(51,51,51,1);
  border-radius:10px;
}
.sec4 .right .link a:hover{
background:linear-gradient(0deg,rgba(144 41 30),rgba(214 47 47));
}
.sec4 .right .title2{
  
font-size: 32px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(0,119,203,1);
  
line-height:32px;
  
margin-bottom: 31px;
  
font-size: 22px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(51,51,51,1);
}
.sec4 .right .desc2{
  
font-size: 15px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(102,102,102,1);
  
line-height:30px;
  
margin-bottom: 40px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(119,119,119,1);
}
.sec4 .right .tel{
  
display: block;
  
width: 230px;
  
height:50px;
  
background: url(../images/tel.png) no-repeat center center;
  
text-indent: 64px;
  
font-size: 18px;
  
font-family:Arial-BoldMT;
  
font-weight:bold;
  
color:rgba(255,255,255,1);
  
line-height: 50px;
}
.sec4 .item *{

-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}







.sec4 .owl-theme .owl-controls{
position: absolute;
right: 0px;
top: 0px;
margin: 0px;
}
.sec4 .owl-theme .owl-controls .owl-buttons div{
border: none;
border-radius: 0px;
background: none;
opacity: 1;
width: 43px;
margin: 0px;
padding: 0px;
height:13px;
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;
position: absolute;
}

.sec4  .owl-theme .owl-controls .owl-buttons .owl-prev{
  /* margin-right: 22px; */
  background: url(../images/left.png) no-repeat center center;
  left: 0px;
  /* height: 100%; */
  width: 20px;
}
.sec4 .owl-buttons:after{
  position:absolute;
  top: 6px;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100px;
  height:1px;
  background:rgba(204,204,204,1);
  content:"";
}
.sec4  .owl-theme .owl-controls .owl-buttons .owl-next{background: url(../images/right.png) no-repeat center center;right: 0px;/* height: 100%; */width: 20px;}
.sec4 .owl-buttons{
  width: 160px;
  position: absolute;
  right: 0px;
  top: 82px;
}
.sec5{
  
padding-bottom: 60px;
}
.sec5 .left{
  
float: left;
  
width: 45%;
}
.titlemodel2{
  
}
.titlemodel2 .en{
  
font-size: 30px;
  
font-family:Microsoft-Yi-Baiti;
  
font-weight:400;
  
color:rgba(209,0,0,1);
  
text-transform: uppercase;
}
.titlemodel2 .cn{
  font-size:24px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(68,68,68,1);
  padding-top: 8px;
  margin-bottom: 45px;
  /* font-size: 14px; */
  /* font-family:MicrosoftYaHei; */
  /* font-weight:400; */
  /* color:rgba(136,136,136,1); */
  /* line-height:30px; */
}
.sec5 .left .desc{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(136,136,136,1);
  
line-height:30px;
  
margin-bottom: 35px;
}
.sec5 .left .more{
  
display: block;
  
width: 140px;
  
height:40px;
  
background:rgba(51,51,51,1);
  
border-radius:20px;
  
text-align: center;
  
line-height: 40px;
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
}
.sec5 .right{
  
float: right;
  
width: 48%;
}
.sec5 .right img{
  
width: 100%;
  
display: block;
}
.sec6:after{
  height:546px;
background:rgba(244,244,244,1);
content:"";
position:absolute;
left:0px;
bottom:0px;
width:100%;
}
.sec6 .container{
  position:relative;
  z-index:3;
}
.sec6{
  
/* height: 726px;
  
background: #ccc; */
  
position: relative;
}
.sec6 .left{
  
float: left;
  
width: 370px;
}
.sec6 .left .imgbox{
  
margin-bottom: 46px;
}
.sec6 .left .imgbox img{
  
}
.sec6 .left .dec{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(119,119,119,1);
  
line-height:30px;
  
margin-bottom: 70px;
}
.sec6 .left .line{
  
width: 17px;
  
height:1px;
  
background:rgba(102,102,102,1);
  
margin-bottom: 10px;
}
.sec6 .left .tit{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(119,119,119,1);
  
/* line-height:30px; */
  
margin-bottom: 20px;
}
.sec6 .left .num{
  
font-size: 22px;
  
/* font-family:ArialMT; */
  
font-weight:400;
  
color:rgba(209,0,0,1);
}
.sec6 .right{
  
float: right;
  
width: calc(100% - 370px);
  
padding-left: 6%;
}
.sec6 .right .list li:nth-child(3n){
  margin-right:0px;
}
.sec6 .right .en{
  
padding-top: 51px;
  
font-size: 42px;
  
font-family:Microsoft-Yi-Baiti;
  
font-weight:400;
  
color:rgba(209,0,0,1);
  
line-height:30px;
  
text-transform: uppercase;
  
margin-bottom: 21px;
}
.sec6 .right .cn{
  
font-size: 22px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(51,51,51,1);
  
line-height:30px;
  
zoom: 1;
  
overflow: hidden;
}
.sec6 .right .cn a{
  
float: right;
  
width: 30px;
  
height: 20px;
  
background: url(../images/right.png) no-repeat right center;
}
.sec6 .right .list{
  
padding-top: 129px;
}
.sec6 .right .list li{
  
float: left;
  
width: 31.3%;
  
margin-right: 3%;
  
margin-bottom: 3%;
}
.sec6 .right .list li a{
  
}
.sec6 .right .list li img{
  
width: 100%;
}

.sec7{
  
padding-top: 80px;
}
.sec7 .title:after{
position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
content:"";
width:100%;
height:1px;
background:rgba(221, 221, 221, 1);
}
.sec7 .title{
  
font-size: 22px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(51,51,51,1);
  
line-height:30px;
  
position: relative;
}
.sec7 .title span{
  
display: inline-block;
  
background: #fff;
  
padding-right: 60px;
  
position: relative;
  
z-index: 43;
}
.sec7 .list1 li:nth-child(2n){
  float:right;
}
.sec7 .list1{
  
padding-top: 40px;
  
zoom: 1;
  
overflow: hidden;
}
.sec7 .list1 li{
  
float: left;
  
width: 48%;
}
.sec7 .list1 li .imgbox{
  
float: left;
  
width: 160px;
  
/* height:160px; */
  
overflow: hidden;
}
.sec7 .list1 li .imgbox img{
  
width: 100%;
}
.sec7 .list1 li .content{
  
float: left;
  
padding-left: 40px;
  
width: calc(100% - 160px);
}
.sec7 .list1 li .content .h2tit{
  
padding-top: 15px;
  
margin-bottom: 10px;
}
.sec7 .list1 li .content .h2tit a{
  
font-size: 17px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(68,68,68,1);
  
display: block;
}
.sec7 .list1 li .content .time{
  
font-size: 14px;
  
font-family:ArialMT;
  
font-weight:400;
  
color:rgba(136,136,136,1);
  
margin-bottom: 20px;
}
.sec7 .list1 li .content .desc{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(136,136,136,1);
}


.sec7  .list2{
  
padding-top: 23px;
}
.sec7  .list2 li:nth-child(3n){
margin-right:0px;
}
.sec7  .list2 li{
  
float: left;
  
width: 30%;
  
padding-top: 25px;
  
padding-bottom: 25px;
  
border-bottom: 1px solid rgba(229,229,229,1);
  
margin-right: 5%;
}


.sec7  .list2 li a .tit:before{
  content:"-";
  position:absolute;
  left:0px;
  top:0px;
  font-size:20px;
  line-height:18px;
}


.sec7  .list2 li a{
  
}
.sec7  .list2 li a .tit{
  
float: left;
  
padding-left: 28px;
  
font-size: 16px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(85,85,85,1);
  
position: relative;
}
.sec7  .list2 li a .time{
  
font-size: 12px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(153,153,153,1);
  
float: right;
}
.sec7 .right{
  
float: right;
  
width: 30%;
}

.sec7 *{
  -webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}
.sec7 .list1 li .content .h2tit a:hover,.sec7  .list2 li a .tit:hover{
  color: rgba(214 47 47)
}


.footer{
  
}
.footer .flink{
  
padding-top: 80px;
  
padding-bottom: 50px;
}
.footer .flink a{
  display:inline-block;
  vertical-align:top;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  margin-right:60px;
  color:rgba(119,119,119,1);
  margin-top: 16px;
  }
.footer .flink .link{
  
font-size: 50px;
  
font-family:Arial-BoldMT;
  
font-weight:bold;
  
color:rgba(144 41 30);
  
text-transform: uppercase;
  
margin-right: 60px;
}
.footer .flink .link a{
  
}

.footer .footer_sec_1{
  background:linear-gradient(0deg,rgba(144 41 30),rgba(214 47 47));
  padding-top: 81px;
  color: #fff;
  padding-bottom: 90px;
}
.footer .footer_sec_1 .tit{
  
display: inline-block;
  
vertical-align: middle;
  
font-size: 16px;
  
font-family:MicrosoftYaHei-Bold;
  
font-weight:bold;
  
color:rgba(255,255,255,1);
  
width: 151px;
}
.footer .footer_sec_1 .link{
  
display: inline-block;
  
vertical-align: middle;
  
width: calc(100% - 156px);
  
zoom: 1;
  
overflow: hidden;
}
.footer .footer_sec_1 .link a{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
  
opacity:0.8;
  
display: block;
  
float: left;
  
width: 12.5%;
  
text-align: center;
}
.footer .footer_sec_1 .cobo2{
  
border-top: 1px solid rgba(255,255,255,0.1);
  
margin-top: 29px;
  
padding-top: 61px;
}
.footer .footer_sec_1 .cobo2 .imgbox{
  
float: left;
  
width: 30%;
}
.footer .footer_sec_1 .cobo2 .imgbox img{
  
}
.footer .footer_sec_1 .cobo2 .item2{
  
float: left;
  
width: 50%;
}
.footer .footer_sec_1 .cobo2 .item3{
  
float: left;
  
width: 20%;
}
.footer .footer_sec_1 .cobo2  .tit{
  
font-size: 16px;
  
font-family:MicrosoftYaHei-Bold;
  
font-weight:bold;
  
color:rgba(255,255,255,1);
  
margin-bottom: 27px;
  
width: auto;
}
.footer .footer_sec_1 .cobo2  .desc{
  
}
.footer .footer_sec_1 .cobo2  .desc p img{
  
margin-right: 12px;
}
.footer .footer_sec_1 .cobo2  .desc p span{
  
font-size: 14px;
  
font-family:MicrosoftYaHei;
  
font-weight:400;
  
color:rgba(255,255,255,1);
  
/* opacity:0.8; */
}
.footer .footer_sec_1 .cobo2  .desc p a{
  
color: #fff;
  
text-transform: uppercase;
}

.footer .footer_sec_1 .cobo2 .item2 .desc p{
  
margin-bottom: 30px;
}
.footer .footer_sec_1 .cobo2 .item3 .desc p{
  
margin-bottom: 8px;
}


.sec6 .right .list li{
  overflow: hidden;
  position: relative;
}
.sec6 .right .list li:after{
  background:rgba(144 41 30);
opacity:0.6;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
content: "";
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
top: 100%;
}
.sec6 .right .list li:hover:after{
  top: 0

}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color: #da4747;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#555;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background: url(../images/side_con_icon03.png) no-repeat center 20px;display:block;transition:all .4s;border-radius:50%;overflow:hidden;background-size: 30px;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;color: #ff6f25;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.wz_n_of_title{ text-align:center; margin:50px 0; overflow:hidden;}
.wz_n_of_title h3{ line-height:38px; font-size:25px; color:#333; font-weight:bold;}
.wz_n_of_title h3 a{color:#333;}
.wz_n_of_title p{ font-size:18px; color:#666;}
.wz_n_of{ width:100%; overflow:hidden;}
.wz_n_of img{ max-width:100%;}


.bottom_bar{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background:#006158;
  background: -webkit-linear-gradient(top, #cc2e2d, #932a1f);
  background: linear-gradient(top,#89e639, #6db92b);
  z-index: 88888;
}
.bottom_bar ul{
  
}
.bottom_bar ul li{
  float: left;
  width: 33.33%;
  height: 50px;
  text-align: center;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
display: -moz-box; /* Firefox 17- */  
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
display: -moz-flex; /* Firefox 18+ */  
display: -ms-flexbox; /* IE 10 */  
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
            flex-direction: column;
            justify-content: center;
}
.bottom_bar ul li a{
  color: #fff;
}
.bottom_bar ul li a img{
display: block;
height:20px;
margin:0px auto;
font-size: 2rem
}

.footer .footer_sec_1 .link a:hover{
  opacity: 1;
  text-decoration: underline;
}




.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}