/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		

	margin:0 auto;
	font-size:14px;	
	font-family:arial,Microsoft Yahei;	
	background:#fff;
	color:#333;

}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;
    max-width: 100%;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#9a3b29;	
}
ul{
	list-style-type:none;	
	border:0;
	width:auto;
}
em{
	font-style:normal;	
}
span{
	float:none;
	margin:0;	
	
}
.f_l{
	float:left;	
}
.f_r{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

/*header 开始*/
.header{
    position:relative;
    height: 80px;
    width: 100%;
    background: rgba(255,255,255,.7);
}
.header .logo{	
    float:left; 
    margin-top:0px; 
    margin-bottom:5px; 
}
.header .logo img{max-height:70px;}

.m1{ float:right; color:#fff;}
.m1 a{ 
    width:35px; 
    height:35px; 
    display:inline-block; 
    text-align:center; 
    line-height:35px; 
    vertical-align:middle; 
    color:#fff;
}
.m1 a:hover,.m1 .aa{ background:#b2142b;}
.seach{ float:left; margin-top:6px; margin-left:10px; }
.seach input[type="text"]{ 
    float:left; 
    width:120px; 
    height:20px; 
    background:rgba(255,255,255,0.6); 
    border:0px; 
    padding-left:5px; 
    padding-right:5px; 
    box-sizing:border-box; 
    font-size:12px;
}
.seach input[type="button"]{ 
    float:left; 
    width:26px; 
    height:20px; 
    background:url(../images/pic19.jpg) center center no-repeat; 
    border:0px; 
    cursor:pointer;
}
.pc-nav{ 
    float:left; 
    margin-left:180px; 
    width:auto;
}
.nav{
	float:left; 
	height:auto; 
	font-size:16px;
	color:#153768;	
}
.nav>li{ 
    float:left;  
    width:auto; 
    margin-left:15px; 
    text-align:center;  
}
.nav>li>a{ 
    display:block;
    width:100%;
    padding-left:15px; 
    padding-right:15px; 
    height:80px; 
    line-height:80px; 
    vertical-align:middle; 
    color:#262626; 
    box-sizing:border-box; 
    transition:all 0.4s;
}
.nav>li:hover,.nav>.hover{   }
.nav>.hover>a,.nav>li:hover>a{color:#fff; background:#1d61ac; }
.nav li .nav-ct:after{ 
    content:url(../images/head02.png); 
    display:inline-block; 
    vertical-align:middle; 
    margin-left:5px;
}
.nav .hover .nav-ct:after,.nav li:hover .nav-ct:after{content:url(../images/head02_h.png); }
.nav li>.nav-c{ 
    display:none; 
    width:100%; 
    height:auto;
    position:absolute; 
    z-index:9999999; 
    background:#f5f5f5; 
    box-shadow:0px 0px 3px #ccc; 
    box-sizing:border-box;  
    top: 80px;    
    left: 0px;  
}
.nav li>.nav-c a{ } 
.nav li>.nav-c a:hover{ }
.nav li:hover>.nav-c{ display:block;}
.nav-cLeft{ 
    width:60%; 
    height:auto; 
    background:#f5f5f5; 
    float:left; 
    padding:50px 50px 50px 5%;
    box-sizing:border-box; 
}
.nav-cRight{
    width:40%;
    background:#fff; 
    float:right; 
    padding:50px 5% 50px 50px;
    box-sizing:border-box; 
    text-align:left; 
}
.nav li dl{ 
    float:left; 
    width:25%; 
    height:auto; 
    text-align:left; 
    overflow:hidden; 
    padding-left:20px; 
    padding-right:20px; 
    box-sizing:border-box;
}
.nav li dl dt{ 
    background-position:left center; 
    background-repeat:no-repeat;
    box-sizing:border-box; 
    width:100%; 
    margin-bottom:5px;    
    font-size: 16px;    
    color: #333;    
    line-height: 40px;
}
.nav li dl dt img{ 
    display:inline-block; 
    margin-right:5px; 
    vertical-align:middle;
}
.nav li dl dt:hover img{ display:none;}
.nav li dl dt a{ color:#333; display:block;}
.nav li dl dt a:hover{
    padding-left:30px;  
    background-image:none;
    background-color:#1d61ac; 
    background-repeat:no-repeat; 
    color:#fff; 
}
.nav li dl dt a:hover:after{ 
    content:url(../images/head05.png); 
    display:inline-block; 
    float:right; 
    margin-right:20px;
}
.nav li dl dd{ 
    padding-left:30px; 
    box-sizing:border-box; 
    width:100%; 
    line-height:20px; 
    margin-bottom:10px;
    font-size: 14px;
    box-sizing:border-box; 
    color: #666;
}
.nav-cRight img{ max-width:100%; margin-bottom:15px;}
.nav-cRight p{  font-size: 14px;
    color: #666;
    line-height: 24px;}
.nav-cRight .more{ 
    text-align:center; 
    float:left; 
    background:#d83b1c;
    background-repeat:no-repeat; 
    background-position:right center; 
    width:165px; 
    height:40px; 
    line-height:40px; 
    vertical-align:middle;
    display:inline-block; 
    color:#fff; 
    padding-left:20px; 
    box-sizing:border-box; 
    font-size:14px;
}
.nav-cRight .more:after{ 
    content:url(../images/wel02.png); 
    display:inline-block; 
    vertical-align:middle; 
    margin-left:20px;
}

/*pc端头部导航 开始*/
.nav{ 
    width:900px; 
    height:auto; 
    margin:0 auto; 
    position:relative;
}
 .navT{ 
    width:100%; 
    z-index:2; 
    position:relative;
}
 .navT li{
    position: relative;
    width:16%; 
    float:left; 
    text-align:center; 
    line-height:76px; 
    vertical-align:middle; 
    margin-right: 5px;
 }
 .navT li a{ 
    font-size:18px; 
    display:block; 
    color:#333;
}
.nav_box{
    position: absolute;
    top:70px;
    left:0;
    display: none;
    width:560px;
    height: auto;
    overflow: hidden;
    background:url(../images/bgc1.png) bottom right repeat;
    padding:10px;
    border-radius: 10px;
}
 .navT li:hover .nav_box{ display: block; }
 .navT .hover a,.navT li:hover a{
    color: #9a3b29!important;
    font-weight: bold;
 }

 .navCon{ 
    width:580px; 
    height:auto; 
    position:absolute; 
    top:80px; 
    background:#CCC;    
    z-index: 2;
 }
 .line{ 
    width:118px; 
    height:3px; 
    background:#a31959; 
    display:inline-block; 
    position:absolute; 
    top:77px; 
    left:0px; 
    z-index:0;
}
#ys{
    width:100%;
    height: auto;
    overflow: hidden;
    padding:50px 0;
    background:#f6f6f6;
    margin-bottom: 30px;
}
#ys h1{
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 30px;
    color:#9b3e2f;
    letter-spacing:5px;
}
.ysimg{ text-align: center; }
 .con1{ 
    width:100%; 
    height:auto; 
    float:left; 
    overflow:hidden; 
    display:none; 
    background:rgba(255,255,255,1);
}
 .navCC{ 
    width:100%; 
    height:auto; 
    min-height:300px; 
    padding:30px; 
    box-sizing:border-box;
}
.navCC a{ 
    display: block;
    width: 40%;
    height: auto; 
    float:left; 
    padding-right:30px; 
    box-sizing:border-box; 
    text-align: center;
    line-height:20px; 
    margin-right: 10px;
    margin-bottom:15px; 
    vertical-align:middle; 
    background:rgb(29, 97, 172,.7);
    color:#fff!important;
    padding:3% 5%;
    border-radius: 5px;
}
.navCC a:hover{
    background:rgb(29, 97, 172)!important;
}
 .navCC2{ 
    width:100%;  
    height:auto; 
    float:left; 
    background:#fff; 
    min-height:215px; 
    box-sizing:border-box; 
}
.navLC{
    /*background:#cdddf3;*/ 
    width:412px; 
    height:auto; 
    min-height:215px; 
    float:left; 
    display:none;
    padding:30px; 
    box-sizing:border-box; 
}
.navLC h3{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: left;
}
.navLC p{
    line-height: 30px;
    font-size: 12px;
    text-align: left;
}
.navLC_div{
    float: left;
    width: 44%;
    height: auto;
    margin-right: 2%;
    padding: 0 2%;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px dashed #f685b9;
}
.navLC_div:hover{
    background:rgb(163, 25, 89);
    color:#fff!important;
}
.navLC a{
    width:100%; 
    display:block; 
    float:left; 
    padding-right:0px; 
    box-sizing:border-box; 
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px; 
    vertical-align:middle;
}

.navList{
    width:167px; 
    height:auto; 
    float:left; 
    background:rgb(163, 25, 89);
    min-height:300px; 
    padding-top:15px; 
    padding-bottom:15px;
    box-sizing:border-box;  
}
.line2{ 
    width:168px; 
    height:40px; 
    background:#a31959; 
    display:inline-block; 
    position:absolute; 
    top:15px; 
    left:0px; z-index:0; 
    background:url(../images/bgg.jpg) right top no-repeat;
}
.navList a{ 
    display:block; 
    width:100%; 
    height:auto; 
    line-height:20px; 
    padding-left:15px; 
    padding-right:15px; 
    box-sizing:border-box; 
    padding-top:10px; 
    padding-bottom:10px; 
    vertical-align:middle; 
    color:#fff;
}
/*.navList a:hover,.navList .oo{background:#cdddf3; color:#a31959;}*/
.navList a:hover,.navList .oo{
    /*background:#cdddf3; */
    color:#a31959;
}
.navList .oo{ 
    position: relative;
    color: #a31959 !important; 
    z-index: 3;
}
.navList .oo:after{ 
    display: block;
    position: absolute; 
    right: 0;
    top:50%;
    margin-top:-3px;
    border:5px solid rgba(201,10,38,0);
    border-left-color: #a31959;
    content: "";
}
.bgc1{
    background:url(../images/bgc1.png) bottom right no-repeat;
}
.bgc2{
    background:url(../images/bgc2.png) bottom right no-repeat;
}
.bgc3{
    background:url(../images/bgc3.png) bottom right no-repeat;
}
.bgc4{
    background:url(../images/bgc4.png) bottom right no-repeat;
}
.bgc5{
    background:url(../images/bgc5.png) bottom right no-repeat;
}
.bgc6{
    background:url(../images/bgc6.png) bottom right no-repeat;
}
/*pc端头部导航 结束*/

/*首页产品滚动  开始*/
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: 300ms;
      transform: scale(0.8);
    }
    .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
    }

.swiper_img img{
    border-radius: 20px;
}
.img_bg{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: auto;
    background:;
}
.swiper_tit{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: linear-gradient(to right, transparent, #863021);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: right;
}
.swiper_tit h1{
    margin-top: 20%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.swiper_tit h3{
    font-size: 16px;
    color:#fff;
    line-height: 28px;
    margin-right: 20px;
}

/*首页产品滚动  结束*/

.mnav{ width:100%; height:auto;}
.mnav>li{ width:100%; height:auto; float:left;}
.mnav>li>a{}
.mnav dl{width:100%; height:auto; float:left;}
.mnav dl dt{
    width:100%; height:auto; float:left; line-height:30px; font-size:15px;  padding:10px 10px 10px 20px; box-sizing:border-box;
}
.mnav dl dt:before{ 
    content:""; display:inline-block; width:5px; height:5px; background:#d6401a; margin-right:10px; vertical-align:middle;
}
.mnav dl dd{width:100%; height:auto; float:left;}
.mnav-c{width:100%; height:auto; float:left;}
.mnav-c>a{width:100%; height:auto; float:left;}

.mnav>li{    
    width: 100%;    float: left;    height: auto;    overflow: hidden;    border-bottom: 1px solid rgba(206,206,206,0.4); margin-left: 0px;    
    box-sizing: border-box;
}
.mnav>li>a{
    padding: 15px;    
    box-sizing: border-box;    
    display: block;    
    font-size: 18px;    
    color: #fff;
    text-align: center;   
    width: 100%;    
    height: auto;    
    line-height: 30px;       
    font-weight: normal;
}
.mnav-c{
    left: 0px;    
    margin-left: 0px;    
    display: none;    
    position: relative;    
    height: auto;    
    width: 100%;    
    float: left;    
    background: none; 
    top: 0px;    
    padding-top: 0px;    
    border: 0px;    
    box-shadow: none;    
    padding: 0px;
}
.mnav-c a{ 
    width: 100%;    
    display: block;    
    float: left;    
    line-height: 30px;   
    padding-top: 5px;    
    padding-bottom: 5px;    
    vertical-align: middle;    
    padding-left: 30px;    
    padding-right: 10px;    
    color: #7d7d7d;    
    box-sizing: border-box;    
    text-align: left;
}
.mnav>li:hover>a, .mnav .hover>a {    
    color: #FFF;    
    border: 0px; 
    /*background: #d6401a;*/ 
    background-color: #863021; 
    border-radius: 0px;    
    overflow: hidden;
}
	
.wap-nav{ display:none;}
.pc-nav{ display:block;}
.mob-nav{ display:none;}

.tel{ 
    position: absolute;
    float: left;
    margin-left: 40px;
    line-height: 80px;
    vertical-align: middle;
    top: 0;
    right: 120px;
}
.tel img{ vertical-align: middle; }
.tel a{ vertical-align: middle; margin:0 10px; font-weight: bold; font-size: 16px;}
.tel span{ color:#d53d19; font-size:20px;}
.openSearch{ 
    position:absolute; 
    right:0px; 
    top:0; height:80px; 
    width:80px; 
    background:#b4b4b4; 
    text-align:center; 
    line-height:80px; 
    vertical-align:middle; 
    cursor:pointer;
}
.openSearch img{ 
    display:inline-block; 
    vertical-align:middle;
}
.search1{
    display: none;
    position:absolute; 
    right:0px; 
    top:0; 
    height:80px; 
    background:#222222; 
    width:310px; 
    transition:all 0.2s;
}
.close{ 
    cursor:pointer; 
    width:50px; 
    height:80px; 
    text-align:center; 
    line-height:80px; 
    vertical-align:middle; 
    float:left;
}
.close img{ 
    display:inline-block; 
    vertical-align:middle; 
    transition:all 0.4s;
}
.close:hover img{ transform:rotate(360deg);}
.search1 .inp5{ 
    width:180px; 
    height:80px; 
    border:0px; 
    background:none; 
    float:left; 
    color:#fff; 
    font-size:14px;
}
.search1 .inp6{ 
    width:80px; 
    height:80px;
    background:url(../images/head01.png) #963929 center center no-repeat; 
    text-align:center;
    line-height:80px; 
    vertical-align:middle; 
    border:0px; 
}

/*header 结束*/

/*footer 底部开始*/
footer {
    width: 100%;
    background:url(../images/bg_b.jpg) no-repeat;
    padding: 30px 0 7px; 
    overflow:hidden;
}

.footer-top {
    width:100%; 
    overflow:hidden;
    padding-bottom: 30px;
}

.footer-bot { 
    width:100%; 
    overflow:hidden;
    padding: 6px 0;
    background: #191919;
}
.footer-bot-left{
    text-align: center;
}
.footer-bot-left p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    vertical-align: middle;
}

.footer-bot-left p span {
    margin:0 20px;
    vertical-align: middle;
}
.footer-bot-left p span img {
    vertical-align: middle;
}
.footer-bot-left a {
    font-size: 13px;
    color: #f2f2f2;
    line-height: 23px;
    margin-right: 10px;
    transition: color .3s
}
.footer-top-center {
    float: left;
    width: 85%
}

.footer-top .weixin {
    float:right;
    width: 12%;
    float: left;
    text-align: center;
}

.footer-top .weixin img {
    width: 70%;
    height:auto;
    margin:0 auto;
}

.footer-top h2 {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 7px;
    opacity: 1;
    filter: alpha(opacity=100)
}
.footer-top-left .submit {
    width: 32%;
    background: #e60012;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 2px
}
.footer-top-left h4 {
    font-size: 12px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    line-height: 20px;
    padding-top: 10px;
    width: 76%
}

.footer-top-center li {
    width: 12%;
    float: left;
}
.footer-top-center li:last-child {
    width: 28%;
}
.footer-top-center li p {
    font-size: 14px;
    color: #9a3b29;
    line-height: 28px;
}

.footer-top-center li a {
    color: #ffffff;
    transition: color .3s;
}
.footer-top-center li a:hover {
    color: #dd231f;
}
.banner{ 
    width:100%; 
    height:auto; 
    overflow:hidden; 
    /*margin-top:80px;*/
}
.ab_2img{
    float: right; width:30%; height: auto; margin-left: 20px;
}


/* main_image */
.main_visual{
    height:685px;
    overflow:hidden;
    position:relative;
}
.main_image{
    height:100%;
    overflow:hidden;
    position:relative;
}
.main_image ul{
    width:9999px;
    height:100%;
    overflow:hidden;
    position:absolute;
    top:0;left:0;
    margin-top:0px; 
    margin-left:0px;
}
.main_image li{
    float:left;
    width:100%;
    height:100%;
}
.main_image li span{
    display:block;
    width:100%;
    height:100%; 
    background-position:center top; 
    background-repeat:no-repeat; 
    position:relative;
    background-size: 100%;
}
.main_image li span div{ 
    background:rgba(255,255,255,0.8); 
    width:400px; 
    height:auto; 
    border-radius:0px 120px 0px 0px; 
    border-right:10px solid #efa540; 
    font-size:24px; 
    color:#294a70; 
    font-weight:bold; 
    padding:35px; 
    margin-top:200px; 
    position:absolute; 
    left:20%;
}
.main_image li a{
    display:block;
    width:100%;
    height:100%;
}


div.flicking_con{
    position:absolute;
    bottom:10px;
    left:45%;
    z-index:999;
    width:800px;
    height:21px;
    margin:0 0 20px -50px;
}
div.flicking_con a{
    float:left;
    width:120px;
    height:28px;
    margin:0;
    padding:0;
    background:url('../images/btn_main_img.png') 0 0 no-repeat;
    display:block;
    text-indent:-1000px;
}
div.flicking_con a.on{background-position:0 -27px}
#btn_prev,#btn_next{
    z-index:11111;
    position:absolute;
    display:block;
    width:73px!important;
    height:74px!important;
    top:50%;
    margin-top:-37px;
    display:none;
}
#btn_prev{
    background:url(../images/hover_left.png) no-repeat left top;left:100px;
}
#btn_next{
    background:url(../images/hover_right.png) no-repeat right top;right:100px;
}

.part01{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom: 60px;
}
.index-title{
    position: relative;
    width:100%; 
    height:auto;
    padding: 30px 0;
}
.index-title div{    
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 22px;
}
.index-title div span{
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.index-title div:after {
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background:#863020;
    bottom: -5px;
    left:50%;
    margin-left: -40px;
    content: "";
}

.teclist{
    width:100%;
    height: auto;
    overflow: hidden;
}
.teclist li{
    position: relative;
    float:left;
    width:48%;
    margin:0 1%;
    overflow: hidden;
    opacity: 1;
    text-align: center;
}
.teclist li img{
    transition: all 2s;float: left;
    width: 100%;
}
.teclist li:hover img{
    transform: scale(1.2);
}
.tec_c{
    position: absolute; 
    padding:80px; 
    box-sizing:border-box;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.6);
}
.tec_c .tec_txt{
    width:100%; height:100%;
    border:2px solid rgba(255,255,255,.3);
}
.tec_c .tec_txt p{ 
    position:absolute; 
    width:100%; 
    text-align:center; 
    top:50%; 
    margin-top:-20px;
    font-size: 36px; 
    line-height:40px; 
    vertical-align:middle;
    font-weight: bold; 
    left:0px;
    text-align: center;
    color: #fff;
}
.gdBox{ 
    width:100%; 
    height:auto; 
    float:left; 
    position:relative; 
}
.gdList{
    width:100%; 
    height:auto; 
    float:left;
}
.gdList ul{
    width:100%; 
    height:auto; 
    float:left;  
}
.gdList ul li{ 
    width:33.33%; 
    float:left; 
    overflow:visible; 
}
.gdListCbox{
    width:100%; 
    height:auto; 
    float:left; 
    transition:all 0.4s;
}
.gdListCImg{
    width:45%; 
    height:329px; 
    float:left; 
    overflow:hidden;
}
.gdListCImg img{ 
    min-height:100%; 
    min-width:100%; 
    max-width:none;
}
.gdListC{
    width:55%; 
    height:auto; 
    background:#fff; 
    float:left; 
    padding:25px; 
    box-sizing:border-box; 
    border:1px solid #c3c3c3; 
}
.gdListCText{
    width:100%; 
    height:auto; 
    float:left; 
    border:1px solid #168dca; 
    padding:20px;
    box-sizing:border-box; 
    text-align:center; 
}
.gdListCText h1{ 
    width:100%; 
    height:30px; 
    line-height:30px; 
    vertical-align:middle; 
    float:left;
    font-size:20px; 
    text-align:center; 
    color:#2b2a2a; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    margin-bottom:20px;
}
.gdListCText p{
    width:100%; 
    height:125px; 
    float:left; 
    font-size:12px; 
    color:#838282; 
    background:#f1f1f1; 
    padding:10px; 
    box-sizing:border-box; 
    line-height:20px; 
    overflow:hidden; 
    margin-bottom:20px;
    text-align:left;
}
.gdListCText dl{ 
    text-align:left;
    width:100%; 
    height:50px; 
    overflow:hidden;
    float:left; 
    margin-bottom:20px;
}
.gdListCText dd{
    width:100%; 
    height:auto; 
    float:left; 
    line-height:25px; 
    vertical-align:middle;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
}
.gdListCText dd a{ 
    color:#2b2a2a; 
    font-size:12px; 
}
.gdListCText dd a:hover{ color:#168dca;}
.gdListCText dd:before{ 
    content:""; display:
    inline-block; 
    width:7px; 
    height:7px; 
    background:#171717; 
    margin-right:10px; 
    vertical-align:middle;
}
.moreP{ 
    width:auto; 
    display:inline-block; 
    background:#a31959; 
    line-height:40px; 
    vertical-align:middle; 
    height:40px;
    padding-left:40px; 
    padding-right:40px; 
    color:#fff; 
    cursor:pointer; 
    transition:all 0.4s; 
}
.moreP:hover{ background:#024d9d;color:#fff;}
.gdBottom{ 
    width:100%; 
    height:40px; 
    overflow:hidden; 
    float:left; 
    text-align:center;
}

.gdList ul li:hover .gdListCbox{ 
    transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.nvli{ width:100%; height: auto; overflow: hidden;padding:20px 0;}
.nvli li{
    float: left;
    width:23%;
    height: auto;
    line-height: 35px;
    margin:1%;
    background:rgba(204,205,206,.15);
    overflow: hidden;
    text-align: center;
    transition: all .6s;
}
.nvli li:hover{
    color:#fff;
    background:#a31959;
    border-radius: 5px;
}
.na01list{
    width:90%;
    height: auto;
    margin:15px auto 15px;
    overflow: hidden;
}
.na01list h2{
    width:100%;
    height: auto;
    line-height: 45px;
    text-align: center;
    background:rgba(37,122,194,1);
    color:#fff;
    text-align: center;
    font-size: 16px;
}
.pr_left{
    float: left;
    width:40%;
    height: auto;
    margin-right: 2%;
    overflow: hidden;
}
.pr h1{
    position: relative;
    font-size: 34px;
    line-height: 50px;
    padding:10px 0px 10px 30px;
    text-align: left;
    border-bottom: 2px solid #50504f;
    color:#9a3b29;
}
.pr h1:before{
    position: absolute;
    width:10px;
    height: 20px;
    left:0;
    top:50%;
    margin-top:-10px;
    background: #9a3b29;
    display: block;
    content: ""
}
.pr h2{
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    margin:50px 0 60px 0;
}
.pr_right{
    float: left;
    width:58%;
    height: auto;
    margin-left: 2%;
    overflow: hidden;
}
.pr .pr1{
    float: right;
    overflow: hidden;
    margin:20px 0;
}
.pr02_left{
    float: left;
    width:58%;
    height: auto;
    margin-right: 2%;
    overflow: hidden;
}
.pr02_right{
    float: left;
    width:40%;
    height: auto;
    margin-left: 2%;
    overflow: hidden;
}
.pr2 h1{
    position: relative;
    font-size: 34px;
    line-height: 50px;
    padding:10px 30px 10px 0;
    text-align: right;
    border-bottom: 2px solid #50504f;
    color:#9a3b29;
}
.pr2 h1:after{
    position: absolute;
    width:10px;
    height: 20px;
    right:0;
    top:50%;
    margin-top:-10px;
    background: #9a3b29;
    display: block;
    content: ""
}
.pr2 h2{
        float: right;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    margin:60px 0 0 60px;
}
.pr2 .pr02{
    float: left;
    overflow: hidden;
    margin:20px 0;
}

 .preBtn,.nextBtn{ 
    width:50px; 
    height:80px; 
    position:absolute; 
    top:50%; 
    margin-top:-40px; 
    cursor:pointer; 
    z-index:222; 
    border-radius:3px; 
    overflow:hidden;
}
.preBtn{ left:40px;}
.nextBtn{right:40px;}
.preBtn i:first-child, .preBtn i:last-child,.nextBtn i:first-child, .nextBtn i:last-child{
    background:rgba(0,0,0,0.7); 
    position:absolute;  
    display:inline-block; 
    width:2px; 
    height:40px;
}
.preBtn i:first-child{  
    transform:rotate(45deg);
    left:22px; top:8px; 
}
.preBtn i:last-child{  
    left:22px; 
    top:36px; 
    transform:rotate(135deg);
}
.nextBtn i:first-child{  
    transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    left:22px; 
    top:8px;
}
.nextBtn i:last-child{  
    left:22px; 
    top:36px; 
    transform:rotate(45deg);
    -moz-transform:rotate(45deg);	
    /* Firefox */
    -webkit-transform:rotate(45deg);	
    /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
}
  .preBtn:hover,.nextBtn:hover{ background:rgba(0,0,0,0.6);}
  .preBtn:hover i,.preBtn:hover i, .nextBtn:hover i,.nextBtn:hover i{ background:#fff;}
  
.gg{ 
    width:100%; 
    height:auto; 
    background:#f7f7f7; 
    line-height:65px; 
    vertical-align:middle;
}
.list1{ 
    width:100%; 
    height:auto; 
    float:left; 
    background:url(../images/pic01.png) left center no-repeat; 
    padding-left:60px; 
    box-sizing:border-box;
}
.list1 li{ 
    width:47%; 
    height:auto; 
    float:left; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    margin-right:3%;
}
.list1 li span{ 
    float:left; 
    font-size:16px; 
    color:#009b4c; 
    margin-right:5px; 
    font-weight:bold;
}
.list1 li div{ 
    float: left; 
    width:70%; 
    height:auto; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
}
.list1 li div a{ font-size:16px; color:#515050;}
.list1 li div a:hover{ 
    text-decoration:underline; 
    color:#009b4c;
}
.con_tt{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin:50px 0;
}
.list2{ 
    height:auto; 
    overflow:hidden;
    margin: 50px auto;
}
.list2 li{ 
    width: 45%;
    margin:2.5%;
    height:auto; 
    float:left;  
    box-sizing:border-box; 
    text-align:center; 
    margin-bottom:20px; 
    box-shadow: 0px 0px 10px 6px rgba(134, 48, 33, .3);
}

.list2 li .list2-1{ 
    width:100%; 
    height:auto; 
    overflow:hidden;  
    float:left; 
    text-align:center; 
    transition:all 0.6s; 
    left:20px;
    overflow: hidden;
}
.list2 li .list2-1 img{ 
    max-width:100%; 
    max-height:100%; 
    display:inline-block; 
    vertical-align:middle; 
    transition:all 0.4s;
}
.list2 li .list2-2 h1{ 
    width: 100%;
    height: auto;
    /* float: left; */
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    background:#863021;
}

.list2 li:hover .list2-1 h1{color:#1c61ac;}
.list2 li:hover .list2-1 img{ transform:scale(1.2);}
.more2{ 
        color: #fff;
    text-align: center;
    /* float: left; */
    background: #9a3b29;
    background-repeat: no-repeat;
    background-position: right center;
    width: 165px;
    height: auto;
    margin: 0 auto;
    line-height: 35px;
    vertical-align: middle;
    display: inline-block;
    /* padding-left: 20px; */
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
}
.more2:after{ 
    content:url(../images/wel02.png); 
    display:inline-block; 
    vertical-align:middle;
    margin-left:20px;
}
.list2 li:hover .more2{background:#9a3b29;}


.list21{ 
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.list21 li{ 
    width:25%; 
    height:auto; 
    float:left; 
    box-sizing:border-box; 
    text-align:center; 
    position:relative;
}
.list21 li a{ display:block;}
.list21 li .list21-1{ 
    width:100%; 
    height:auto;
    float:left; 
    text-align:center; 
    box-sizing:border-box; 
    transition:all 0.6s; 
    position:relative; 
    z-index:0;
}
.list21 li .list21-1 img{
    width:100%; 
    height:auto; 
    display:block; 
    vertical-align:middle;
}
.list21 li .list21-2{ 
    width:100%; 
    height:100%; 
    line-height:30px; 
    vertical-align:middle; 
    text-align:center; 
    position:absolute; 
    left:0px; 
    top:0; 
    font-size:26px; 
    color:#fff;  
    z-index:1; 
    transition:all 0.4s;
}
.list21 li .list21-2 div{ 
    position:absolute; 
    right:40px; 
    bottom:40px;
    transition:all 0.4s;
}
.list21 li .list21-2 div:after{ 
    content:url(../images/1.png); 
    display:inline-block; 
    margin-left:10px; 
    vertical-align:middle;
}
.list21 li:hover .list21-2{ 
    background:rgba(178,20,43,0.75);  }
.list21 li:hover .list21-2 div{ 
    bottom:50%; 
    margin-bottom:-15px; 
    right:50%; 
    margin-right:-70px;
}

.pr-le{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:50px auto;
}
.pr-le h2,.p_tt{ 
    width: 100%;
    height: auto;
    /* background: rgba(163,25,89,.8); */
    overflow: hidden;
    color: #a31959;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 30px;
    border-radius: 3px;
    border-bottom: 1px dashed #a31959;
}
.pr-le_li{
    width:100%;
    height:auto;
    overflow: hidden;
}
.pr-le_li li,.pr-leimg{
    width:100%;
    height: auto;
    overflow: hidden;
}
.pr-le_li li p{
    width:96%;
    height: auto;
    text-align: center;
    line-height: 22px;
    padding:5px;
    margin-bottom: 15px;
    font-size: 14px;
    background: #afbcc5;
    color: #fff;
}

.pc_l{
    width:100%;
    height: auto;
    overflow: hidden;
    padding:3px 0;
}
.pc_l .pc_span{
    float: left;
    width:60px;
    height: auto;
    font-weight: bold;
    overflow: hidden;
    line-height: 22px;
}
.pc_l .pc_txt{
    float: left;
    width:200px;
    height: auto;
    overflow: hidden;
    line-height: 22px;
}

/*产品页面左侧无缝滚动 开始*/
.picMarquee-top {
    margin: 0 auto;
    width: 210px;
    overflow: hidden;
    position: relative;
}
.picMarquee-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}
.picMarquee-top .hd .prev {
    background: url(../images/arrow.png) 0 -100px no-repeat;
}
.picMarquee-top .hd .next {
    background: url(../images/arrow.png) 0 -140px no-repeat;
}
.picMarquee-top .hd .prev, .picMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}
.picMarquee-top .bd ul li .pic{ text-align: center; }
.picMarquee-top .bd ul li .pic img{ 
    width:100%; 
    height: 120px; 
    overflow: hidden; 
    display: block; 
    padding:2px; 
}
.picMarquee-top .bd ul li .title{ 
    width:100%; 
    height: auto; 
    overflow: hidden;     
    background:#799dc7; 
    line-height: 30px; 
    text-align: center; 
    font-size: 14px; 
    margin-bottom:15px;
}
.picMarquee-top .bd ul li .title a{color:#fff;}

/*产品页面左侧无缝滚动 结束*/

.section{ 
    width:100%; 
    height:auto; 
    background:url(../images/bg1.jpg) center top no-repeat; 
    padding-top:120px; 
    padding-bottom:120px; 
    overflow:hidden;
}
.tt1{ 
    width:100%; 
    height:auto; 
    text-align:center; 
    float:left; 
    margin-bottom:90px; 
}
.tt1 h1{ 
    width:100%; 
    height:auto; 
    text-align:center; 
    font-size:48px; 
    font-weight:bold; 
    color:#fff;
}
.tt1 h2{ 
    width:100%; 
    height:auto; 
    text-align:center; 
    font-size:26px; 
    font-weight:bold; 
    color:#fff; 
    margin-top:10px; 
    margin-bottom:10px;
}
.tt1 span{ 
    display:inline-block; 
    width:80px; 
    height:3px; 
    background:#00e26f; 
}

.list3{ 
    width:100%; 
    height:auto; 
    float:left;
}
.list3 li{ 
    width:25%; 
    height:auto; 
    float:left; 
    text-align:center; 
    padding-left:20px; 
    padding-right:20px; 
    box-sizing:border-box;
}
.list3 li h1{ 
    font-size:60px; 
    color:#4be57d; 
    font-weight:bold;
}
.list3 li h2{ 
    font-size:24px; 
    color:#fff;
}

.section2{ 
    width:100%; 
    height:auto; 
    background:#009b4e; 
    padding-top:15px; 
    padding-bottom:15px; 
    overflow:hidden;
}
.list4{ 
    width:100%; 
    height:auto; 
    float:left;
}
.list4 li{ 
    width:25%; 
    padding-right:20px; 
    box-sizing:border-box; 
    float:left; 
    background-position:left center; 
    background-repeat:no-repeat; 
    background-size:auto 40px; 
    padding-left:60px; 
    box-sizing:border-box;
}
.list4 li h1{ 
    font-size:18px; 
    color:#fff; 
    margin-bottom:0px;
}
.list4 li p{ 
    font-size:14px; 
    color:#fff;
}
.list5{ 
    width:100%; 
    height:auto; 
    float:left; 
    margin-top:80px; 
    margin-bottom:80px;
}
.list5 li{ 
    width:33.33%; 
    height:auto; 
    float:left;
}
.list5 li .list5-1{ 
    float:left; 
    width:130px; 
    height:130px; 
    background:#eeeeee; 
    border-radius:50%; 
    overflow:hidden;
}
.list5 li .list5-1 img{ 
    max-width:100%; 
    transition:all 0.6s;
}
.list5 li .list5-2{ 
    width:60%; 
    height:auto; 
    float:right; 
    padding-top:20px;
}
.list5 li .list5-2 h1{ 
    width:100%; 
    float:left; 
    font-size:24px; 
    color:#000000;
}
.list5 li .list5-2 h2{ 
    width:100%; 
    float:left;  
    font-size:14px; 
    color:#737373;
}
.list5 li .list5-2 span{ 
    float:left;
    display:block; 
    width:46px; 
    height:3px; 
    background:#009b4c; 
    margin-bottom:10px; 
    margin-top:15px;
}
.list5 li:hover h1{ color:#009b4e;}
.list5 li:hover .list5-1 img{ transform:rotate(360deg)}

.section3{
    width:100%; 
    height:auto; 
    float:left; 
    background:#f8f8f8; 
    padding-top:75px; 
    padding-bottom:75px; 
    overflow:hidden;
}
.tt2{ 
    width:100%; 
    height:auto; 
    float:left; 
    margin-bottom:30px;
}
.tt2-1{ 
    float:left; 
    width:300px; 
    height:auto;
}
.tt2-1 h3{
    float:left; 
    width:100%; 
    height:auto; 
    overflow:hidden;  
    font-size:36px; 
    color:#030303;
    line-height:35px; 
    vertical-align:middle;
}
.tt2-1 h3 i{ 
    display:inline-block; 
    width:40px; 
    height:4px; 
    background:#b2142b; 
    vertical-align:middle; 
}
.tt2-1 h3 span{ 
    display:inline-block; 
    margin-right:10px;
}
.more{ 
    color: #5e5b5b;
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.tt2-2{ 
    float:right; 
    margin-top:70px; 
}
.list6{ 
    width:100%; 
    height:auto; 
    float:right; 
    text-align:right;
}
.list6 li{ 
    cursor:pointer; 
    display:inline-block; 
    width:125px; 
    height:48px; 
    background:; 
    text-align:center; 
    border:1px solid #9a9a9a; 
    color:#9a9a9a; 
    line-height:48px; 
    vertical-align:middle; 
    margin-left:20px; 
}
.list6 li:hover,.list6 .cur{ 
    background:#9a9a9a; 
    color:#fff;
}
.list7{ 
    width:100%; 
    height:auto; 
    float:left;
}
.list7 li{ 
    width:31.33%; 
    margin-right:3%; 
    float:left; 
    margin-bottom:40px; 
    transition:all 0.4s;
}
.list7 li:nth-child(3n){ margin-right:0px;}
.list7 li .list7-1{ 
    float:left; 
    width:100%; 
    font-size:12px; 
    margin-bottom:10px; 
    color:#858484;
}
.list7 li h1{
    float:left; 
    font-weight:normal; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    margin-bottom:10px;  
    width:100%; 
    font-size:16px; 
    color:#202020; 
    transition:all 0.4s;
}
.list7 li p{
    float:left;  
    width:100%; 
    font-size:14px; 
    color:#767676; 
    line-height:24px; 
    height:48px; 
    overflow:hidden; 
    margin-bottom:20px; 
    transition:all 0.4s;
}
.list7 li .list7-2{
    float:left;  
    width:100%; 
    height:282px; 
    overflow:hidden; 
    margin-bottom:15px;
}
.list7 li .list7-2 img{ 
    width:100%; 
    height:100%; 
    transition:all 0.6s;
}
.list7 li:hover { background:#b2142b;}
.list7 li:hover h1{ 
    color:#fff; 
    padding:0px 20px 0px 20px; 
    box-sizing:border-box; 
}
.list7 li:hover .list7-2 img{ 
    transform:scale(1.2);}
.list7 li:hover p{
    padding:0px 20px 0px 20px; 
    box-sizing:border-box; 
    color:rgba(255,255,255,0.7);
}
.list7 li:hover .list7-1{
    padding:0px 20px 0px 20px; 
    box-sizing:border-box; 
    color:rgba(255,255,255,0.7);
}
.list8{ 
    width:100%; 
    height:auto; 
    float:left;
}
.list8 li{ 
    width:23%; 
    margin-right:2.5%; 
    float:left; 
    height:165px; 
    margin-bottom:2.5%; 
    overflow:hidden; 
    position:relative;
}
.list8 li:nth-child(4n){ margin-right:0px;}
.list8 li .list8-1{ 
    width:100%; 
    height:165px; 
    line-height:165px; 
    vertical-align:middle; 
    float:left; 
    background:#f1f1f1; 
    text-align:center;
}
.list8 li .list8-1 img{ 
    max-width:100%; 
    max-height:100%; 
    display:inline-block; 
    vertical-align:middle;
}
.list8 li .list8-2{ 
    width:100%; 
    height:165px; 
    float:left; 
    background:rgba(0,155,76,0.9); 
    font-size:24px; 
    color:#fff; 
    text-align:center; 
    line-height:165px; 
    vertical-align:middle; 
    position:absolute; 
    top:165px; 
    transition:all 0.6s;
}
.list8 li:hover .list8-2{ top:0px; }
.list_tec{ 
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.list_tec li{ 
    width: 100%;
    height:auto; 
    float:left; 
    padding:20px; 
    box-sizing:border-box; 
    text-align:center; 
    border:1px solid #e4e4e4; 
    margin-bottom:20px; 
    position:relative;
}
.list_tec li .list_tec-1{ 
    width:355px; 
    max-height:225px; 
    overflow:hidden;  
    float:left; 
    text-align:center; 
    margin-bottom:20px;  
    box-sizing:border-box; 
    transition:all 0.6s; 
    position:absolute; left:20px;
}
.list_tec li .list_tec-1 img{ 
    max-width:100%; 
    height: auto; 
    display:inline-block; 
    vertical-align:middle; 
    transition:all 0.4s;
}
.list_tec li .list_tec-2{ 
    min-height:225px; 
    padding-left:385px; 
    width:100%; 
    height:auto; 
    float:left; 
    font-size:18px; 
    color:#181818;  
    overflow:hidden; 
    box-sizing:border-box; 
    text-align:left;
}
.list_tec li .list_tec-2  h1{
    white-space:nowrap; 
    text-overflow:ellipsis; 
    font-size:20px; 
    margin:10px 0; 
    font-weight:bold;
}
.list_tec li .list_tec-2 p{ 
    line-height:25px; 
    font-size:14px; 
    height:100px; 
    margin-bottom:20px; 
    color:#666; 
    overflow:hidden;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.list_tec li:hover{ 
    background:#f5f5f5;  
}
.list_tec li:hover .list_tec-2{
    color:#1c61ac;
}
.list_tec li:hover .list_tec-1 img{ 
    transform:scale(1.2);
}
.list_sol{ 
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.list_sol li{ 
    width: 31.33%;
    margin: 1%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.list_sol li .list_sol-1{     
    width: 100%;
    height: 185px;
    overflow: hidden;
    /* float: left; */
    text-align: center;
    /* margin-bottom: 20px; */
    box-sizing: border-box;
    transition: all 0.6s;
}
.list_sol li .list_sol-1 img{ 
    max-width:100%; 
    max-height:100%; 
    display:inline-block; 
    vertical-align:middle; 
    transition:all 0.4s;
}
.list_sol li .list_sol-2{ 
    min-height:225px; 
    width:100%; 
    height:auto; 
    float:left; 
    font-size:18px; 
    color:#181818;  
    overflow:hidden; 
    box-sizing:border-box; 
    text-align:left;
}
.list_sol li .list_sol-2  h1{
    white-space:nowrap; 
    text-overflow:ellipsis; 
    font-size:20px; 
    margin:10px 0; 
    font-weight:bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list_sol li .list_sol-2 p{ 
    line-height:25px; 
    font-size:14px; 
    height:100px; 
    margin-bottom:20px; 
    color:#666; 
    overflow:hidden;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.list_sol li:hover{ background:#f5f5f5;  }
.list_sol li:hover .list_sol-2{color:#1c61ac;}
.list_sol li:hover .list_sol-1 img{ transform:scale(1.2);}
.list_sol-2 span{
    width:100%;
    height: auto;
    overflow: hidden;
}


.new_tt{
    font-size: 24px; 
    line-height: 45px;
    margin:30px auto;
    text-align: left;
}


.list_new {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.list_new li {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #313131;
    margin-bottom: 20px;
    position: relative;
}
.list_new li .n_txt{
    float: left;
    width:80%;
    height: auto;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
    color: #111;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list_new li .time_r{
    float: right;
    width: 10%;
    height: auto;
    overflow: hidden;
    text-align: right;}
.time_r h2{
    font-size: 34px;
}
.time_r h3{
    font-size: 24px;
}
.list_new li:hover{
    background:#f2f0f0;
    color: #545456;
}
.p_bbox{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:20px auto 40px;
    text-align: center;
}
.p_bbox span{
    margin:0 10px;
}
.p_bbox span i{
    margin:0 10px;
    font-style:normal;
    font-weight: bold;
}
.line_box{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:30px 0;
    border-top:2px solid #dddbdb;
    padding-top:20px;
}
.line_box .line_box_b{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding:10px;
}
.line_box .line_box_b:hover{
    background:#f9f9f9;
}




.tt3{
    width:100%; 
    height:auto; 
    float:left; 
    text-align:center; 
    margin-bottom:35px;
}
.tt3 h1{ 
    font-size:48px; 
    color:34a4a4a; 
    font-weight:bold;
}
.tt3 h2{
    font-size:24px; 
    color:34a4a4a;
}
.tt3 span{ 
    display:inline-block; 
    width:75px; 
    height:3px; 
    background:#009b4c;
}
.section4{ 
    padding-top:80px; 
    padding-bottom:80px; 
    height:auto; 
    overflow:hidden;
}

.footer-1{ 
    width:240px; 
    height:auto; 
    float:left; 
    margin-right:40px;
}
.footer-1 dl{ 
    width:100%; height:auto; float:left; }
.footer-1 dt{ 
    width:100%;
    font-weight:bold;  
    height:auto; 
    float:left;
    border-bottom:1px solid #bcbcbc; 
    font-size:16px; 
    color:#292929; 
    line-height:30px; 
    padding-bottom:10px; 
    margin-bottom:15px;
}
.footer-1 dl dd{ 
    width:50%; 
    float:left; 
    line-height:30px; 
    height:auto;
}
.footer-1 dl dd a{ color:#333333;}
.footer-1 dl dd a:hover{ color:#39a148;}

.list40{ 
    width:12.5%; 
    height:auto; 
    float:left; 
    padding-right:2%; 
    padding-left:2%; 
    box-sizing:border-box; 
}
.list40 dt{ 
    float:left; 
    width:auto; 
    height:auto; 
    color:#fff; 
    margin-bottom:5px; 
    font-size:14px;
    line-height:40px; 
    vertical-align:middle;  
}
.list40 dt a{color:#fff; }
.list40 dt a:hover{font-weight:bold;}
.list40 dd{
    float:left;  
    width:100%; 
    height:auto; 
    line-height:20px; 
    vertical-align:middle; 
    padding-top:5px; 
    padding-bottom:5px; 
    color:#a0a0a0; 
}
.list40 dd a{ color:#a0a0a0;}
.list40 dd a:hover{ color:#fff;}
.last{ width:25%;}
.list40 .yellow{ color:#d75f11;}
.footer-2{
    width:100%; 
    float:left; 
    height:auto; 
    text-align:center; 
    padding-top:15px; 
    padding-bottom:15px;  
    background:#313131; 
    color:rgba(255,255,255,0.3);
}

.ab{ 
    width:100%; 
    height:280px; 
    background-position:center bottom; 
    background-repeat:no-repeat; 
    position:relative; 
    margin-bottom:10px;
}
.con-top{ 
    width:100%; 
    height:auto; 
    float:left; 
    overflow:hidden;  
    margin-bottom:30px;
}
.con-top-1{ 
    width:100%; 
    height:auto; 
    float:left; 
    margin-bottom:20px; 
    text-align:center;
}
.con-top-1 h1{ 
    font-weight:bold; 
    color:#101010; 
    font-size:36px; 
    width:100%; 
    height:auto; 
    float:left; 
    text-align:center; 
    text-transform:uppercase;
}
.con-top-1 h2{ 
    display:inline-block; 
    width:36px; 
    height:2px; 
    background:#b2142b;
}
.ab-nav{ 
    width:100%; 
    height:auto; 
    float:left; 
    text-align:center;  
    padding-top:10px; 
    padding-bottom:10px; 
    margin-bottom:40px;
}
.ab-nav a{ 
    display:inline-block; 
    line-height:60px; 
    border:1px solid #fff; 
    padding-left:40px; 
    padding-right:40px; 
    font-size:18px; color:#333; 
    margin-left:5px; 
    margin-right:5px; 
    box-sizing:border-box; 
    background:#f5f5f5;
}
.ab-nav a:hover,.ab-nav .on	{ 
    color:#fff; 
    background:#d63e19;	
}

.probox{
    overflow: hidden;
    padding-top:60px;
}

.probox_tt{
    width:300px;
    font-size: 30px;
    line-height: 70px;
    color:#863021;
    border-bottom: 2px solid #863021;
    margin-bottom: 40px;
}
.w30{ 
    width:30%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
 }
.w40{ 
    width:40%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
 }
.w50{ 
    width:50%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
 }
 .w60{ 
    width:60%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
 }
.w70{ 
    width:70%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
 }


.probox_txt{
    overflow: hidden;
    margin-bottom: 40px;
}

.probox_txt h1{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.p3_1list{
    margin:40px 0;
    overflow: hidden;
}
.p3_1list li{
    float: left;
    width:24.6%;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
}

.probox_txt h2 {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    padding-top:10px;
}

.probox_txt h2:before{
    position: absolute;
    display: block;
    top:-10px;
    left:50%;
    margin-left:-10px;
    width:20px;
    height: 6px;
    background:#863021;
    content: ""
}
.probox_txt h3 {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    padding-top:15px;
}
.p3_2list{
    margin:40px 0;
    overflow: hidden;
}
.p3_2list li{
    float: left;
    width:49.5%;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
}
.bt_top{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.bt_top p{ text-indent: 2em; line-height: 30px; }
.bt_p04{
    position: relative;
    padding-left:25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 35px;
}
.bt_p04:before{
    position: absolute;
    display: block;
    width:6px;
    height: 30px;
    background:#863021;
    left:0;
    top:50%;
    margin-top:-15px;
    content: "";
}
.bt_pp{
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left:25px;
    color:#605d5d;
}
.bt_pp2{
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
    padding-left:25px;
    color:#605d5d;
}
.p4-list{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:30px 0;
}
.p4-list li{
    float: left;
    width:48%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}
.p4-list li:nth-child(2n){
    margin-left: 2%;
    margin-right: 0;
}
.p4-list li div{ overflow: hidden; }
.p4-list li div img{ transition: all .6s;}
.p4-list li:hover div img{ transform: scale(1.2);}
.p4-list li p{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin:15px 0;
}









.content{
    width:100%;
    height: auto;
    overflow: hidden;
}
.bgf2{background: #f2f2f2;}
.con_top{
    height: auto;
    overflow: hidden;
    text-align: right;
    line-height: 45px;
    padding:15px 0;
}
.con{  
    height:auto; 
    overflow:hidden; 
    min-height:300px; 
}
.sec_tit{
    width:100%;
    height: auto;
    margin:60px auto 30px;
    overflow: hidden;
}
.sec_tit h1{
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: #111;
}
.sec_tit h3{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #7f7f7f;
    padding-bottom: 20px;
}
.sec_tit h3:after{
    position: absolute;
    display: block;
    left:0;
    bottom:5px;
    width:60px;
    height: 3px;
    background:#863021;
    content: "";
}
.con p{ 
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.abb{ float: right;}
.ab_02{
    height: auto;
    overflow: hidden;
    margin:30px auto;
}
.ab_02 h1{
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    overflow: hidden;
    background:#9a3b29;
    color:#fff;
    padding:15px 0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 50px;
}
.ab_2_box_left{
    float: left;
    width:65%;
    height: auto;
    overflow: hidden;
    margin-right: 3%;
    background:url(../images/logo_bg.png) center no-repeat;
}
.ab_2_box_rgith{
    float: right;
    width:30%;
    height: auto;
    overflow: hidden;
}

.ab_2_bottom{
    width:80%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.ab_2_blist{
    width:94%;
    height: auto;
    overflow: hidden;
    padding:3%;
    border-radius: 20px;
    background:#fff;
    margin:20px 0;
}
.ab_2_blist li{
    float: left;
    width:23%;
    height: auto;
    overflow: hidden;
    margin:1%;
    text-align: center;
}
.ab_2_blist li h2{
    font-size: 60px;
    line-height: 80px;
    font-weight:bold;
}
.ab_2_blist li h2 span{
    font-size: 32px;
}
.ab_2_blist li h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.pr_1_box{ margin:30px auto; overflow: hidden; }
.pr_1_img{
    float: left;
    height: auto;
    overflow: hidden;
    width:40%;
}

.pr_1_txt{
    float: left;
    width:56%;
    margin-left: 4%;
}
.ht{
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    color:#863021;
    margin-top:60px;
}
.pr_1_txt .ptext{
    width:100%;
    height: auto;
    overflow: hidden;
}
.pr_1_txt .ptext p{
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    color:#4d4d4d;
}

.ys_1box{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.ys_txt{
    position: absolute;
    width:30%;
    height: auto;
    overflow: hidden;
    color:#fff;
    margin-left: 10%;
}

.ys_ml{ left:5%; top:15%; }
.ys_mr{ right:0%; top:15%;  }

.ys_txt h1{
    font-size: 40px;
    margin-bottom: 20px;
}
.ys_txt p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0!important;
    font-weight: normal;
}





.txt img{ max-width:100%; }
.txt{ line-height:25px; font-size:16px;}
.txt p{ margin-bottom:20px;}

.jj{
    width:100%; 
    height:auto; 
    overflow:hidden;
    background:url(../images/dd.jpg) center bottom no-repeat; 
    padding-bottom:300px;
}
.pagelist{ 
    width:100%; 
    height:auto; 
    float:left; 
    text-align:center; 
    margin-top:0px; 
    margin-bottom:30px;
}
.pagelist .curPage,.pagelist a:hover{ 
    background:#9a3b29; 
    color:#fff; 
}
.pagelist a{ 
    font-size:14px; 
    cursor:pointer; 
    display:inline-block; 
    line-height:40px; 
    margin-left:1px; 
    margin-right:1px; 
    color:#8d8d8d; 
    background:#f2eeef; 
    box-sizing:border-box;  
    width:40px; 
    height:40px;
    border-radius: 50%;
}
.pagelist .noclick{ 
    cursor:no-drop; 
    color:#8d8d8d;
}
.pagelist .noclick:hover{
    cursor:no-drop;
    background:#ccc;  
    color:#8d8d8d;
}

.ntitle{
    width:100%; 
    height:auto; 
    float:left; 
    font-weight:bold; 
    font-size:20px; 
    text-align:center; 
    color:#000; 
    margin-bottom:20px; 
    line-height:22px; 
    margin-top:20px; 
}
.ntime{
    width:100%; 
    height:auto; 
    float:left; 
    font-size:14px; 
    color:#C5C5C5;
    text-align:center;
    margin-bottom:30px; 
}
.nnnext{ 
    float:left; 
    width:100%; 
    height:auto; 
    float:left;
    margin-bottom:30px; 
    margin-top:30px; 
    border-top:1px solid #ccc; 
    padding-top:20px;  
}
.nnnext p{ 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    margin-bottom:5px; 
    line-height:25px;
}
.position{ 
    width:100%; 
    height:auto; 
    border-bottom:1px solid #ededed;  
    font-size:12px; 
    box-sizing:border-box; 
    color:#848484; 
    border-radius:5px 5px 0px 0px; 
    margin-bottom:40px;
}
.position a{ 
    color:#848484;}
.position a:hover{color:#b2142b;}

.proT{ 
    width:100%; 
    height:auto; 
    font-size:28px; 
    color:#000; 
    font-weight:bold; 
    margin-bottom:20px;
}
.proT:before{ 
    content:""; 
    display:inline-block; 
    width:10px; 
    height:20px; 
    background:#b2142b; 
    margin-right:15px;
}
.proLeft{ 
    width:200px; 
    height:auto; 
    float:left; 
    margin-bottom:40px;
}
.proRight{ 
    float:right; 
    width:955px; 
    height:auto;
}
.list12{ 
    width:100%; 
    height:auto; 
    float:left;
    border-top:1px solid #e4e4e4;
}
.list12 li{
    width:100%; 
    height:auto; 
    float:left; 
    border:1px solid #e4e4e4; 
    border-top:0px; 
    box-sizing:border-box; 
    overflow:hidden; 
    transition:all 0.4s; 
}
.list12 li a{
    width:100%; 
    height:auto; 
    overflow:hidden; 
    display:block; 
    padding:30px; 
    box-sizing:border-box;
    font-size:18px; 
    color:#666; 
    line-height:30px; 
    vertical-align:middle; 
    background:url(../images/con09.png) 30px center no-repeat; 
    background-size:auto 20px; 
    padding-left:60px;
    transition:all 0.4s;
}
.list12 li .list12-1{ 
    width:80%; 
    height:auto; 
    float:left; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
}
.list12 li .list12-2{ 
    float:right; color:#bababa;
}
.list12 li:hover{ background:#d63e19;}
.list12 li:hover a{ 
    color:#fff; 
    background:url(../images/con09h.png) 30px center no-repeat;
}
.list12 li:hover .list12-2{ 
    color:rgba(255,255,255,0.7);
}


.text_left{
    float:left;
    width:280px;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
}
.text_left h1{
    width:100%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color:#1d61ac;
    overflow: hidden;
}
.text_left_list{
    width:100%;
    height: auto;
    overflow: hidden;
}
.text_left_list li{
    width:100%;
    height: auto;
    height: 50px;
}
.text_left_list li h2{
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color:#1d61ac;
}
.text_left_list li h2:hover{
    background-color: #b9d7f9;
}


.text_right{
    float:left;
    width:1090px;
    height: auto;
    overflow: hidden;

}
.text_right h3{
    width:100%;
    height: auto;
    line-height: 40px;
    border-bottom:1px solid #eee;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}



.m3  select{display: none;}
.m3lt {
    width: 710px;
    height: 560px;
    float: left;
}
.m3rt{
    width: 340px;
    float: right;
    background: url(../images/m6.png)center no-repeat;
    height: 460px;
    margin-top: 65px;
    background-size: cover;
}

.m3rt dl{
    width: 268px;
    padding-right: 18px;
    overflow-y:auto;
    margin:30px auto 0; 
    height: 400px;
}

.m3rt dl dt{
    font-size: 16px;
    font-weight: bold;
}

.m3rt dl dd{
    width: 100%;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}

.m3rt dl dd .img{
    width: 267px;
    height: 134px;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px 0;
}

.m3rt dl dd .img img{
    display: block;width: 100%;
}

.m3rt dl dd .d1{
    line-height: 14px;
    margin-bottom: 10px;
}

.m3rt dl dd .d2{
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 13px;
}

.m3rt dl dd .d2 span{
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.m3rt dl::-webkit-scrollbar{ 
    width:4px;
}

.m3rt dl::-webkit-scrollbar-thumb{ 
    background:#666;
    border-radius: 10px;
}

.m3rt dl::-webkit-scrollbar-track{ 
    background:#ccc;
}

.case{
    width:100%;
    height: auto;
    background-color: #f4f4f4;
    overflow: hidden;
    padding:30px 0;
}
.caselist{
    width:94%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
}
.caselist li{
    position: relative;
    float:left;
    width:19%;
    height: 450px;
    margin-right:1%;
    overflow: hidden;
    border-radius: 10px;
}
.caselist li img{
    transition: all 2s;
}
.caselist li:hover img{
    transform: scale(1.2);
}
.ca_txt{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.ca_b{
    position: absolute;
    bottom:5%;
    left:10%;
    width:80%;
    height: 40px;
}
.ca_b .ca_l{
    width:80%; float:left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.ca_b .ca_r{ float:right;
    width:30px;
    height: 30px;
    line-height: 25px;
    border:2px solid #fff;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    vertical-align: center;
    color:#fff;
    margin-top:5px;
    border-radius: 5px;
}
.moree{
    width:200px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    margin:30px auto 0;
    line-height: 40px;
    color: #adafb0;
    border: 1px solid #adafb0;
    border-radius: 5px;
    transition: all 2s;
}
.moree:hover{
    background:#1c61ac;
    color:#fff !important;
}
.top_t{
    text-align: right;
    padding-right: 15px;
    line-height: 40px;
}
.proxt{
    position: relative;
    width:90%;
    height: auto;
    margin:20px auto 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;

}
.proxt:after{
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-5%;
    width:10%;
    height: 4px;
    background-color: #1d61ac;
    content: "";
}

.part03{ 
    width:100%; 
    height:auto; 
    padding-bottom: 20px;
    padding-top:0px;  
    /*background: url(../images/ab_index_bg.jpg) top no-repeat;*/
    overflow: hidden;
}
.part03 .index-title{ 
    border:#333;
    padding-top:40px; 
    padding-bottom:40px; 
    width:100%; margin-bottom:20px;
    overflow: hidden;
}
.part03_l{overflow: hidden;}
.part03_ll{
    float: left;
    width:50%;
    height:auto;
    overflow: hidden;
}
.part03_ll .p3-tit{
    font-size: 28px;
    line-height: 45px;
    font-weight: bold;
    text-transform:capitalize;
}
.part03_ll .p3-tit_b{
    font-size: 14px;
    line-height: 22px;
}
.part03-txt{ 
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
    padding-top: 10px;
}
.p3pp{ line-height: 28px; }
.part03-txt h2{ 
    position: relative; 
    width:100%; 
    height: auto; 
    font-size: 24px; 
    font-weight: bold; 
    overflow: hidden; 
    margin-bottom: 30px; 
    padding-bottom: 30px; 
}
.part03-txt h2:after{
    position: absolute;
    display: block;
    width: 45px;
    height: 4px;
    background: #9a3b29;
    left: 30px;
    bottom: 0;
    content: "";
}
.p3_more{
    margin:50px 0;
    width:120px;
    height: auto;
    font-size: 14px;
    text-align: left;
    line-height: 35px;
    transition: all .6s;
}
.p3_more:hover{
    color:#9a3b29;
    font-weight: bold;
}
.par_tt{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.par_tt:after {
    position: absolute;
    display: block;
    width: 45px;
    height: 4px;
    background: #a31959;
    left: 30px;
    bottom: 0;
    content: "";
}
.parlist{
    width:100%;
    height: auto;
    overflow: hidden;
}
.parlist li{
    float: left;
    width:16%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-right: 2px;
    border:1px solid #e6e8e8;
    margin-bottom: 2px;
}
.parlist li img{ text-align: center; width:auto; height: 80px; transition: all .6s;}
.parlist li:hover img{transform: scale(1.1);}
.parlist li:hover{background:rgba(255,255,255,.5);}
.parlist li:nth-child(7){margin-left:8%;}


.part04-t h5 {
    position: absolute;
    z-index: -1;
    font-size: calc(12px - -2.88rem + 1rem);
    color: #eee;
    font-weight: 600;
    top: -10px;
    left: 0;
}
.part03_rr{
    float: left;
    width:46%;
    height: auto;
    margin-left:4%;
    overflow: hidden;
}
.part04-t{ 
    width:100%; 
    height:auto; 
    float:left; 
    position:relative;
    margin-bottom: 30px;
}
.part04-t>span{ float:left;font-size: 24px;
    color: #24272b;
    line-height: 42px;
    margin-bottom: 22px;
    font-weight: bold;
    position: relative;
}
.newa{
    display: inline-block;
    margin-left:20px;
}
.newa .anli{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    width:160px;
    height: auto;
    border-right: 1px solid #b9bbbd;
    text-align: center;
    overflow: hidden;
}
.anli:hover,.newcov{
    color:#1d61ac;
}
.part04-t>span i{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-left:15px;
}
.part04-t .more3{display: inline-block;
    font-size: 14px;
    color: #24272b;
    position: absolute;
    top: 16px;
    right: 0;
    width: 95px;
    transition: color .3s;}
.part04-t .more3>span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #b0b0b0 url(../images/wel04.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transition: background .3s;
}

.nnlist{ 
    width:100%; 
    height:auto; 
    float:left;
}
.nnlist li{ 
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.4s;
    border-bottom: 2px solid #111;
    margin-bottom: 2%;
}

.nnlist li:hover{ background:#f9f9f9;}
.nnlist li:hover .nnMore{ opacity: 1.0; }

.nnli_l{
    float: left;
    width:20%;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
    transition: all .6s;
}
.nnlist li:hover .nnli_l{ transform: scale(1.1); }
.nnli_r{
    position: relative;
    float: left;
    width: 65%;
    height: auto;
    margin-left: 3%;
}
.nnli_r h3{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.nnli_r .nn_txt{
    width:100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.nnlistTime{
    width: 10%;
    height: auto;
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    line-height: 28px;
    z-index: 2;
    position: relative;
    transition: margin .3s;
}
.nnlistTitle{
    width:100%; 
    height:auto; 
    float:left;
    font-size: 22px;
    color: #fff; 
    margin-bottom:20px;
    z-index: 2;
    position: relative;
    line-height: 40px;
    transition: margin .3s;
}
.nnlistCon{
    width:100%; 
    height:auto; 
    float:left;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    position: relative;
    line-height: 28px;
    transition: margin .3s;
}
.nnMore{
    width: 90px;
    height: 30px;
    background: #963929;
    opacity: 0.7;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 14px;
    border-radius: 3px;
    z-index: 2;
    color: #fff;
    line-height: 30px;
    transition: left .3s, background .3s;
}
.caseBox{ 
    width:100%; 
    height:auto; 
    float:left; 
    position:relative;
}
.caseBox .preBtn{}
.caseBox .nextBtn{}
.caseLl{
    width:100%; 
    height:auto; 
    float:left;
}
.caseLl ul{
    width:100%; 
    height:auto; 
    float:left;
}
.caseLl ul li{  
    padding-right:20px; 
    box-sizing:border-box; 
    float:left;  
    transition:all 0.3s; 
    overflow:hidden;
}
.caseLl ul li a{ 
    position:relative; 
    display:block; 
    width:100%; 
    height:auto; 
    float:left;
}
.caseListCbox{
    width:100%; 
    height:auto; 
    float:left;
}
.caseListCImg{
    width:100%; 
    height:auto; 
    float:left; 
    overflow:hidden;
    border-radius: 20px;
}
.caseListCImg img{ width:auto; float:left;}
.caseLl ul li:hover { width:780px;}
.caseLl ul li:hover a{ color:#666!important; }
.caseListC{
    width:100%; 
    height:auto; 
    float:left; 
    position:absolute; 
    height:100%; 
    top:100%; 
    left:0px; 
    box-sizing:border-box; 
    padding:40px; 
    transition:all 0.4s; 
    margin-top:-160px; 


}
.caseLl ul li:hover .caseListC{
    top:0px; 
    margin-top:0px; 
    background: linear-gradient(to right, rgba(131, 49, 33, 0), rgba(131, 49, 33, 1));
    border-radius: 20px;
}
.caseListCText{
    width:100%; 
    height:auto; 
    float:left;
}
.caseListCText h1{    
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.caseListCText h2{    
    font-size: 16px;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    line-height: 24px;
    min-height: 24px;
}
.caseListCText p{    
    font-size: 18px;
    color: #fff; 
    height:60px; 
    overflow:hidden;
    line-height: 34px;
    margin-top: 18px;
}
.caseMore{    
    margin-top: 10px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
}

.case{
    width:100%;
    height: auto;
    background-color: #f4f4f4;
    overflow: hidden;
    padding:30px 0;
}
.case_list{
    width:94%;
    height: auto;
    margin:30px auto;
    overflow: hidden;
}
.case_list li{
    position: relative;
    float: left;
    width: 32%;
    height: 320px;
    margin-right: 1%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.case_list li img{
    transition: all 2s;
}
.case_list li:hover img{
    transform: scale(1.2);
}
.case_txt{
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.case_b{
        position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,.1);

}
.case_b {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /* height: 40px; */
    line-height: 40px;
    background-color: rgba(255,255,255,.2);
}
.case_b h3{
    width:100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    text-align: center;
    border-bottom: none;
}
.conleft{
    float: left;
    width: 50%;
    height:auto;
    overflow: hidden;
}
.cimg{
    width:500px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    max-width: 100%;
}
.list11 {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.list11 li{
    float: left;
    width:25%;
    height: auto;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;

}
.list11 li img{
    vertical-align: middle;
}
.list11_t{
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    vertical-align: middle;
    color:#863021;
}
.list11_b{
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color:#4c4c4c;
}


.conb{
    position: relative;
    width:100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    padding-left:30px;
    margin:20px 0;
}
.conb:before{
    display: block;
    position: absolute;
    left:0;
    top:50%;
    width:10px;
    height: 20px;
    margin-top: -10px;
    background:#9b3e2f;
    content: "";
}
.lxwm_ts {
    height: auto;
    color: #863021;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 65px;
    padding-left: 0px;
    text-align: center;
    margin: 60px 0;
}
.lxwm {
    padding: 35px 0;
    overflow: hidden;
}
.lxwm .form {
    width:80%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    /*background: url(../images/message_bj.png) right no-repeat;*/
}
.lxwm .form .w30 {
    margin-top: 16px;
    float: left;
    width: 30%;
    height: auto;
    text-align: left;
    margin-right: 5%;
    margin-bottom: 50px;
}
.lxwm .form div:nth-child(3n){ margin-right: 0!important; }
.lxwm .form .w100 { 
    width:100%;
    height: auto;
    overflow: hidden;
    margin:30px 0;
}
.lxwm label {
    width: 100%;
    text-align: left;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
}
.lxwm .form label {
    line-height: 40px;
}
.lxwm .form input.txt {
    width: 280px;
    height: 36px;
    margin-left: 0px;
    margin-right: 32px;
    border: none;
    border-bottom: 2px solid #111;
}
.lxwm .form textarea {
    width: 100%;
    height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 6px;
    margin-right: 32px;
    border: none;
    border-bottom: 2px solid #111;
    margin-bottom: 30px;
}
.btn {
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.btn ul{
    width:460px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.newser{
    margin:50px auto 50px;
    padding-bottom: 50px;
}
.ne_left{
    float: left;
    width:40%;
    height: 50px;
    overflow: hidden;
    margin-right: 10%;
    background:#863021;
    color:#fff;
    border-radius: 20px;
}
.ne_left select{
    width:95%;
    height: 50px;
    border: none;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #e4e4e4;
    padding-left:25px;
    letter-spacing: 2px;
}
.custom-select {
  -webkit-appearance: none; /* 移除默认样式 */
  -moz-appearance: none;
  appearance: none; /* 移除默认样式 */
  background: url(../images/jt_black2.png); /* 添加自定义图标 */
  background-repeat: no-repeat;
  background-position: right center; /* 图标位置 */
  padding-right: 20px; /* 确保有足够的空间显示图标 */
  z-index: 999;
}
.ne_left select option{ line-height: 30px!important; }

.ne_right{
    float: left;
    width:50%;
    height: auto;
    overflow: hidden;
}

.query-li {
    position: relative;
    margin-bottom: 30px;
    font-size: 0;
}
.query-b {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 285px);
    height: 55px;
    background: #863021;
    color: #e4e4e4;
    box-shadow: 0 0 5px #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    padding-left: 50px;
}
.P16 {
    font-size: 16px;
}
.query-a {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    line-height: 55px;
}
.query-c {
    width: 190px;
    padding-left: 40px;
    color: #863021;
    font-weight: bold;
}

.fdj{
    position: absolute;
    left:15px;
    top:15px;
    width:30px;
    height: 30px;
}

.P22 {
    font-size: 22px;
}







.lxwm .form a.submit {
    background: #9b3e2f;
    color: #FFFFFF;
    float: left;
}
.lxwm .form a {
    width: 140px;
    height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    margin:0 35px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}
.lxwm .form a.clear {
    background: #D3D3D3;
    color: #000000;
    float: left;
}
.fengcailist{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:20px 0;
}
.fengcailist li{
    position: relative;
    float: left;
    width:33.33%;
    height: 320px;
    overflow: hidden;
}
.fengcailist li img{
    width:100%;
    height: 100%;
    transition: all .6s;
}
.fengcailist li:hover img{
    transform: scale(1.1);
}
.fcbox{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    opacity: 0.2;

}
.fengcailist li:hover .fcbox{ opacity: 0; }
.case_b .case_r{ float:right;
    width:30px;
    height: 30px;
    line-height: 25px;
    border:2px solid #fff;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    vertical-align: center;
    color:#fff;
    margin-top:5px;
    border-radius: 5px;
}
.map{
    width: 50%;
    height: 350px;
    margin: 50px auto;
}
.pro_title{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    padding:15px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.proV_img{
    width:60%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    margin:0 auto 30px;
}
.pro_inq {
    position: relative;
    background: #f8f9fa;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
    border-radius: 5px;
    margin-top: 30px;
}
.pro_inq .title {
    color: #fff;
    background: #9a3b29 url(../images/ser_bg.jpg) no-repeat center center;
    padding: 12px 20px 42px 20px;
    font-family: "Montserrat Medium";
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.pro_inq .subject_title {
    border: 1px solid #eee;
    background: #eee;
    line-height: 46px;
    padding: 0px 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 5px;
}
.col-sm-6 {
    width: 45%;
    margin-right: 5%;
}
.col-sm-12 {
    width: 100%;
}
.main_more{ display: block; }
.pro_inq .text {
    margin-bottom: 10px;
    color: #666;
    line-height: 20px;
    background: #eef2f5;
    margin-top: -50px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 20px;
    margin-top: -30px;
}
.pro_inq .inquiry .input-group span {
    display: block;
    position: relative;
}
.pro_inq .inquiry .input-group span:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background: url(../images/icon.png) 100px 100px;
    background-repeat: no-repeat;
    z-index: 333;
}
.pro_inq .inquiry {
    padding: 20px;    overflow: hidden;
}
.row {
    margin-right: -15px;
    margin-left: -15px;    overflow: hidden;
}
.pro_inq .inquiry .input-group {
    height: 32px;
    margin-bottom: 20px;
    float: left;
    margin-top: 20px;
}
.pro_inq .inquiry .form-control {
    border: 1px solid #e5e5e5;
    line-height: 50px;
    background: none;
    height: 50px;
    color: #666;
    font-size: 15px;
    width: 94%;
    box-shadow: none;
    padding-right: 45px;
    background-position: 95% 12px;
    background-repeat: no-repeat;
    padding-left: 10px;
    border-radius: 0;
    max-width: 100%;
    border-radius: 5px;
}
.form-cc01{ border:none!important; }
.cform-item__wrap img {
    height: auto;
    display: inline-block;
    margin: 0 5px !important;
    max-width: 100px;
}
.main_more input {
    line-height: 45px;
    height: 45px;
    padding: 0px 26px;
    padding-right: 60px;
    background: #9a3b29 url(../images/send.png) no-repeat 80% center;
    font-size: 16px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: 0.6s all;
    border-radius: 0;
    border-radius: 0;
    font-family: "Montserrat Medium";
    border-radius: 23px;
    margin-top: 20px;
}
.cform-item__wrap {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 200px;
}

.con_right {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con_right h3 {
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}
.rr h3 {
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}
.hh2{ line-height: 40px; margin-bottom: 30px; font-weight: bold; }
.new_top{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 95px;
}
.sty1 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    line-height: 90px;
    color: #333;
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
.sty1:after {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -10px;
    background: #9a3b29;
    content: "";
}
.new_top .new_top_l{
    float: left;
    width:23%;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
}
.new_top .new_top_l img{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition:all .6s;
}
.new_top:hover .new_top_l img{
    transform: scale(1.1);
}
.new_top .new_top_r{
    float: left;
    width:70%;
    height: auto;
    overflow: hidden;
}
.new_top .new_top_r h2{
    width:100%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
    margin-bottom: 20px;
}
.new_top .new_top_r h2 img{
    vertical-align: middle;
    margin-right:15px;
}

.new_top_text{
    width:100%;
    height: auto;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.time{
    width:100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 14px;
}
.section10 {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}
.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.joinlist {
    height: auto;
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.section-title .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #c8c8c8;
    font-weight: 200;
    margin-top: 0px !important;
    line-height: 1.8em;
}
.section-title.text-center .text {
    max-width: 720px;
    margin: 0 auto;
}
.section-title h4 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #4b8ec3;
    line-height: 1.2em;
}
.joinhh {
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    background: #4b8ec3;
    border-radius: 5px;
}
.joinlist li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.join01, .join02, .join03, .join04, .join05 {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    line-height: 50px;
}
.joinhh .join01:after, .joinhh .join02:after, .joinhh .join03:after, .joinhh .join04:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 30px;
    background: #72a9d4;
    content: "";
    margin-top: 10px;
}
.jo_txt {
    position: relative;
    display: none;
    width: 60%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    background: #f9f9f9;
    padding: 30px 20%;
}
.closed {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
.sty1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding-top: 30px;
    text-align: center;
}
.jo_txt h2 {
    text-align: center;
}
.sty2 {
    font-size: 16px;
    line-height: 35px;
    max-width: 765px;
    position: relative;
    padding: 30px;
    text-align: center;
}
.jo_txt h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    background: #206fbe;
    border-radius: 5px;
}
.jo_txt p {
    line-height: 30px;
}
.sec_nav{
    width:100%;
    height: auto;
    overflow: hidden;
    padding:20px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.sec_nav a{
    font-size: 18px;
    line-height: 30px;
    padding:10px 40px;
    text-align: center;
}
.sec_cov,.sec_nav a:hover{
    color:#4b8ec3;
    font-weight: bold;
}

@media screen and (max-width: 1500px){
    .main_visual { height: 550px;}
    .navT li,.line{ width: 100px;}
    .index-title div:before { left: 34%;}
    .index-title div:after { right: 34%;}



}

@media screen and (max-width: 1400px){
.wrapin{width:1200px;}
.navT li,.line{ width: 100px;}
.pc-nav {margin-left: 70px;}
.text_right {
    float: left;
    width: 890px;
}
.list2 li .list2-1 {
    width: 200px;
    height: 150px;
}
.list2 li .list2-2 {
    min-height: 150px;
    padding-left: 215px;
}
.list2 li .list2-2 p {
    height: 55px;
}
.tel {
    right: 10%;
}








}
@media screen and (max-width: 1366px){
    .index-title div:before { left: 32%;}
    .index-title div:after { right: 32%;}

}


@media screen and (max-width: 1200px){
.header {
    position: fixed;
    top: 0;
}
.wrapin{width:1024px;}
.wap-nav{ 
    display:block;
    float:right; 
    margin-top:32px;
}
.header2{
    position:fixed; 
    top:0px; 
    left:0px; 
    z-index:1;
}
.tel{ 
    float:right; 
    margin-right:30px;}
.openSearch{  
    right:0px; 
    width:50px;
}
.pc-nav{ display:none;}
.mob-nav{ 
    display:none;
    position:fixed;
    left:0px; 
    top:80px;
    width:100%; 
    overflow:auto; 
    z-index:99999; 
    left:0px;
    background: rgba(0,0,0,.5); 
}
	
.baguetteBoxOne{ width:1024px;}
.gallery a {width:33.33%; height:; }

.proLeft{ display:none;}
.proRight{ width:100%;}
.proT{ display:none;}

.main_visual {    height: 559px;}
.main_image li span{ background-size:auto 100%;}

.ab {    width: 100%;}
.list10 li div {
    overflow: hidden;
    width: 100%;
    height: 250px;
}
.text_right {
    width: 714px;
}






}
	






@media screen and (max-width: 1024px){
img{ max-width:100%;}
		
.wrapin{width:970px;}
.text_right {
    width: 660px;
}
.tel {
    float: right;
    margin-right: 90px;
}
.wap-nav {
    padding-right: 50px;
}
.map {
    width: 100%;
}
.main_visual { height: 425px;}
.list2 li .list2-1{ width:250px; height:187.5px;}
.list2 li .list2-2{ padding-left:285px; min-height:189px;}
.list2 li .list2-2 p {
    line-height: 25px;
    font-size: 14px;
    height: 78px;
    margin-bottom: 20px;
    color: #666;
    overflow: hidden;
}
.list2 li .list2-2 h1{ margin-top:0px;}
.list3 li h1 {
    font-size: 34px;
}
.list3 li h2 {
    font-size: 16px;}
.section {    
    padding-top: 60px;    
    padding-bottom: 60px;
}
.footer{ display:none;}
.tt1 {    margin-bottom: 45px;}
.list4 li p {
    font-size: 12px;
}
.list4 li h1 {
    font-size: 16px;
}
.list5 li .list5-1 {
    float: left;
    width: 75px;
    height: 75px;
}
.list5 li .list5-2{ padding-top:0px;}
.list5 li .list5-2 h1 {    font-size: 20px;}
.list5 li .list5-2 span {
    margin-bottom: 6px;
    margin-top: 6px;
}
.list7 li .list7-2 {
    float: left;
    width: 100%;
    height: 180px;
}
.list9 li .list9Img {
    width: 100%;
    height: 205px;
}
.list8 li .list8-1 {
    width: 100%;
    height: 108px;
    line-height: 108px;
}
.list8 li {
    height: 108px;
}
	
.list10 li div {    height: 175px;}
.list10 li h1{ 
    line-height:30px; 
    padding-left:10px; 
    padding-right:10px; 
    font-size:14px;
}
.moreP{ 
    padding-left:20px; 
    padding-right:20px;
}
}



	
@media screen and (max-width: 768px){
.header {
    position: fixed;
    top: 0;
}
.tel {
    position: absolute;
    float: right;
    margin-right: 90px;
    top: 0;
    right: 12%;
}
.openSearch {
    position: absolute;
    right: 0;
    top: 0;
}
.search {top:0;}
.tec_c{ 
    padding:20px;
}
.caselist li{ 
    height:260px;
}
.nnlist li{ 
    width:50%; 
    height:450px; 
    padding:20px;}

.nnlistTitle{ 
    margin-bottom:20px;
}
.nnMore{ left:20px;}
.nnlist li:nth-child(4),.nnlist li:nth-child(3){ 
    width:50%;
}
.openSearch {
    right: 0;
}
.baguetteBoxOne {
    width:640px;
}
.wrapin{width:640px;}
.ab {
    width: 100%;
    height: 150px;
    background-size: 100%;
}
.text_left {
    display: none;
}
.text_right {
    width: 100%;
}
.con-top {    margin-top: 30px;
    margin-bottom: 30px;
}
.list10 li div {
    height: 146px;
}
.main_visual {
    height: 340px;
}

.list6 li {
    width: 103px;
    height: 45px;
  
    line-height: 45px;
    margin-left: -1px;
}
.list7 li .list7-2 {
    float: left;
    width: 100%;
    height: 150px;
}
.footer-1 {
    width: 100%; margin-bottom:10px;
}
.footer-1 dl dd {
    width: auto;
    float: left;
    line-height: 30px;
    height: auto;
    margin-right: 10px;
}
.footer-2 {
    width: 100%;
}
.footer-1 dt{ margin-bottom:5px;}
.footer-3 {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
}
.list9 li .list9Img {
    width: 100%;
    height: 150px;
}
.list21 li{ width:50%;}
.list21 li .list21-2{ font-size:20px;}
footer{ padding:0px;}
.footer-top{ display:none;}
	}



	
@media screen and (max-width:640px){

.tel { top: -10%; margin-right: 20px;}
.preBtn, .nextBtn{ width: 30px; height: 50px;}
.preBtn i:first-child, .preBtn i:last-child, .nextBtn i:first-child, .nextBtn i:last-child{ width: 2px; height: 20px;}
.preBtn i:first-child { transform: rotate(45deg); left: 14px; top: 8px;}
.nextBtn i:last-child { left: 14px; top: 22px;}
.nextBtn i:first-child{ left: 14px; top: 8px;}
.preBtn i:last-child { left: 14px; top: 22px; transform: rotate(135deg);}
.mob-nav{ top:60px;}
.part01{ padding-top:0px; padding-bottom:40px;}
.caselist li { height:195px; width: 49%;}
.caselist li:nth-child(5) { display: none;}
.ca_b { position: absolute; bottom: 5%; left: 5%; width: 88%; height: 40px;}
.nnlist li{ width:100%; height:auto;}
.nnlist li:nth-child(2) { width: 100%;}
.nnlist li:nth-child(4), .nnlist li:nth-child(3){ width:100%; height:auto;}
.nnMore{ position:relative; left:auto; width: 120px; height: 35px; line-height: 35px; bottom:auto; float:left; margin-bottom:10px; margin-top:15px;}
.nnlistTime{ margin-bottom:10px; width: 100%;}
.nnli_l {width: 30%;}
.nnli_r { width: 61%;}
.nnli_r h3 { margin-bottom: 10px;}
.part03_ll,.part03_rr { width: 100%;}
.tec_c .tec_txt p{ font-size:18px;}
.list12 li a{ padding:10px; background-position:7px center; padding-left:27px; font-size:14px; background-size: auto 12px;}
.list12 li .list12-1{ width:70%;}
.list23 li { width: 100%;}
.zpt{ font-size:14px; padding-left:15px; padding-right:15px;}
.list701 li:nth-child(1){ padding-left:0px;}
.list60-t{ padding-left:15px; padding-right:15px; font-size:14px;}
.openhr{ font-size:14px; right:10px;}
.list701 li:nth-child(2),.list701 li:nth-child(3),.list701 li:nth-child(4){ display:none;}
.list701 li:nth-child(1){ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; width:70%;}
.list60-c{ padding-left:20px; font-size:12px;}
.con{ min-height:auto; margin-bottom:20px;}
.openSearch{ width:60px; height:60px; line-height:60px; right:0;}
.search{ height:60px;}
.close{ height:60px; line-height:60px;}
.search .inp5{ height:60px;}
.search .inp6{ height:60px; line-height:60px; }
.wrapin{width:90%;}
.conleft{ width:100%;}
.conright{ width:100%;}
.list21 li{ width:50%;}
.header .logo{ max-height:40px;margin-top: 10px;  margin-bottom: 10px;}
.header .logo img{ max-height:40px;}
.banner { margin-top:60px;}
.tt2-1 h3{ font-size:28px;}
.wap-nav { display: block; float: right; margin-top: 15px; padding-right: 0;}
div.flicking_con a { width: 55px;}
.header { height: 95px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,.2);}

.nnlistTitle { font-size: 18px; line-height: 30px;}
.nnlistCon { font-size: 14px;  line-height: 28px;}
.ab { width: 100%; height: 80px; margin-top: 50px;}
.list_tec li .list_tec-2 { min-height: 225px; padding-top: 240px; padding-left: 0;}
.ab-nav{ display:none;}
.mob-nav{ top:60px;}
.txt{ font-size:14px;}
.con-top{ margin-top:0px; margin-bottom:0px;}
.con-top-1 h1{ font-size:24px;}
.list9 li { float: left; width: 48%;}
.list9 li:nth-child(even){ margin-right:0px;}
.list9 li:nth-child(odd){ margin-right:3%;}
.list7 li { position:relative; padding-left:130px; box-sizing:border-box; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #e4e4e4; width: 100%;}
.list7 li:nth-child(even){ margin-right:0px;}
.list7 li:nth-child(odd){ margin-right:0%;}
.list7 li .list7-2{ width:120px; height:auto; position:absolute; left:0px;}
.main_visual { height: 255px;}
.swiper_tit h1 { font-size: 18px; margin-bottom: 0;}
.swiper_tit h3 { font-size: 14px;}
.list1 li { width: 100%; line-height:20px;}
.list1 { background: url(../images/pic01.png) left 5px no-repeat; padding-left: 50px; padding-top: 10px; padding-bottom: 10px;}
.list1 li span{ font-size:12px;}
.list1 li div a { font-size: 12px; color: #515050;}
.list2 li .list2-1 { position:relative; width:100%; height:auto; left:0px;}
.list2 li .list2-2 h1{ white-space:normal; text-overflow: ellipsis; font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.more2 { width: 130px;}
.list_sol li { width: 98%; margin:0 auto 20px;}
.case_list li { position: relative; float: left; width: 48%; height: 170px; margin-right: 2%; margin-bottom: 2%; overflow: hidden; border-radius: 10px;}
.list_sol li .list_sol-1 { height: 140px;}
.list2 li .list2-2 { font-size: 14px; padding-left:0px;}

.list3 li { width: 50%; margin-bottom:15px;}
.tt1 h1 { font-size: 35px;}
.tt1 h2 { width: 100%; height: auto; text-align: center; font-size: 20px; font-weight: bold; color: #fff; margin-top: 0px; margin-bottom: 0px;}
.list4 li { width: 50%; margin-bottom:10px;}
.list5 li { width: 100%; margin-bottom:15px;}
.list5 { width: 100%; height: auto; float: left; margin-top: 30px; margin-bottom: 30px;}
.list5 li .list5-2 { width: 72%;}
.section3 { padding-top: 30px; padding-bottom: 30px; overflow: hidden;}
.tt2-2 { float: right; margin-top: 20px; width: 100%;}
.list6 li { width: 33.33%; box-sizing:border-box;}
.list8 li { width: 48%; margin-right: 2%;}
.section4 { padding-top: 30px; padding-bottom: 30px;}
.nav{ top:66px;}
.list10 li { width: 48%; margin-right: 3%;}
.list10 li:nth-child(even){ margin-right:0px;}
.list10 li:nth-child(odd){ margin-right:3%;}
.ab-nav a{ margin-bottom:10px;}
.m3lt { width: 100%; height: auto; float: left;}
.m4{ width:100%; height:auto;}
.m3 select { display: block; width: 90%; margin: 10px auto; height: 30px; border-radius: 5px;}
.m3rt { width: 100%; float: none; padding-top: 10px; margin-top: 0; overflow: auto;}
.list19 li dl dd { line-height: 20px; float: left; width: 50%;}


.footer-bot-left { width: 96%; margin: 0 auto;}

.ban_ab{padding-top:95px;}
.ab_2_box_left { width: 100%;}
.ab_2_bottom { width: 96%;}
.ab_2img{ width:100%; }
.ht { font-size: 24px; margin-top: 0px;}
.pr_1_txt .ptext p { line-height: 28px;}

.p2img{ width:40%!important; }
.p3_1list li { width: 48.6%;}
.p3_2list li {width: 48.5%;}
.ys_txt h1 { font-size: 26px; margin-bottom: 10px;}
.focus { display: none;}
.query-b { width: calc(100% - 5px);}
.list_new li .time_r { width: 20%;}
.map { height: auto;}
.lxwm .form .w30 { width: 47%;}
.ys_1box { height: 350px; margin-bottom: 0px;}
.ysimg{ text-align: center;  width: 200%;}
.ys_txt { width: 80%;}
.ys_mr { right: 0%;  top: 5%;}

}
