@charset "utf-8";
/*index-header */
.header{
    height: 70px;
    background-color: #060c26;
}
.header .head{
    height: 70px;
}
.search{
    width: 151px;
    height: 22px;
    margin-top: 24px;
    margin-right: 10px;
    margin-left: 30px;
}
.search form{
    width: 151px;
    height: 22px;
    position: relative;
}
.search input{
    
	 -ms-border-radius:20px;
	  -o-border-radius:20px;
	  -moz-border-radius:20px;
    border: 1px solid #fff;
    background-color: #060c26;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    color: #ffffff;
    width: 140px;
}
.search form button{
    position: absolute;
    right: -1px;
    top: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    
	 -ms-border-radius:50%;
	  -o-border-radius:50%;
	  -moz-border-radius:50%;
    text-align: center;
    background-color: #ffffff;
}
.search form button img{
    width: 11px;
    height: 11px;
    margin-bottom: 2px;
    margin-left: 1px;
}
.nav li{
    float: left;
    overflow: hidden;
   margin-right: 20px;
    width: 70px;
}
.nav li a{
    overflow: hidden;
    height: 30px;
    margin-top: 20px;
    width: 70px;
    position: relative;
}
.nav li a {
    width: 70px;
    text-align: center;
}
.nav li a p{
    color: #ffffff;
    text-align: center;
}
.nav li a .zn{
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}
.nav li a .en{
    position: absolute;
    top: -20px;
    width: 70px;
    left: 0;
    line-height: 26px;
    padding-bottom: 3px;
    height: 26px;
}
.nav li a .en span:hover{
    border-bottom: 1px solid #ffffff;
}
.banner{
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
	overflow:hidden;
}
.banner img{
    height: 500px;
}
.banner .swiper-pagination-bullet{
    width: 12px!important;
    height: 12px!important;
    background: #ffffff!important;
    opacity: 1!important;
}
.banner .swiper-pagination-bullet-active{
    background: #333333!important;
}
.main .module{
    margin-bottom: 30px;
}
.main .module::after{
	content:"";
	display:block;
	clear:both;
}
.main .module .module-left{
    width: 240px;
}
.main .module .module-right{
    width: 960px;
}
.main .module .module-left .module-bt{
    font-size: 18px;
	line-height: 26px;
    color: #333333;
	font-weight:bold;
}
.list-kind1 li{
    float: left;
    margin-right: 10px;
    width: 184px;
    overflow: hidden;
	padding-bottom: 20px;
}
.list-kind1 li a{
    height: 260px;
    position: relative;
}
.list-kind1 li:nth-of-type(5){
    margin-right: 0;
}
.list-kind1 li:first-child + li + li + li + li{
	 margin-right: 0;
}
.list-kind1 li img{
    width: 100%;
    height: 260px; ;
}
.list-kind1 li .time{
    line-height: 40px;
    padding-left: 10px;
    color: #666666;
}
.mask{
    position: absolute;
    width: 100%;
    height: 260px;
    background: rgba(0,0,0,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);    
    left: 0;
    top: 0;
    display: none;
}
.mask p{
    text-align: center;
    line-height: 260px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.main .module .cooper-list li{
    float: left;
    margin-right: 10px;
	margin-bottom: 10px;
    height: 68px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 184px;
    vertical-align: middle;
    text-align: center;
    line-height: 68px;

}
.main .module .cooper-list li:nth-of-type(5n){
    margin-right: 0;
}
.main .module .cooper-list li:first-child + li + li + li + li{
	 margin-right: 0;
}

.main .module .cooper-list li:first-child + li + li + li + li{
	 margin-right: 0;
}
.main .module .cooper-list li img{
    vertical-align: middle;
}

.shop-list li:first-child{
    width: 570px;
}
.shop-list li:nth-of-type(3){
    margin-right: 0;
}
.shop-list li:first-child + li + li{
margin-right:0}
.shop-banner{
    height: 260px;
    position: relative;
}
.shop-banner .shopDiv{
    position: absolute;
    height: 70px;
    line-height: 60px;
    padding-left: 20px;
    width: 550px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.3)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0), rgba(0,0,0,.3)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.0),rgba(0,0,0,.3));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#7f000000,endColorStr=#7f000000,gradientType=0);
}
.shop-banner .shopDiv p{
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
    text-shadow: 5px 5px 5px #333333;
}
.shop-banner .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: #ffffff!important;
    opacity: 1!important;
}
.shop-banner .swiper-pagination-bullet-active{
background: #cfcfcf!important;
}
.shop-banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px!important;
}
.main .module .news-list{
    background: #f6f6f6;
    padding-left: 70px;
    padding-right: 60px;
    width: 830px;
    height: 205px;
    padding-top: 15px;

}
.main .module .news-list li{
    margin-bottom: 15px;
    height: 20px;
 overflow: hidden;
    width: 100%;
}
.main .module .news-list li a{
    display: inline-block;
    line-height: 20px;
    width: 72%;
    overflow: hidden;
    text-overflow:ellipsis;
white-space:nowrap;
    font-size: 16px;

}
.main .module .news-list li a:hover{
    text-decoration: underline;
}
.main .module .news-list li .time{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-right: 3%;
    width: 12%;
    text-align: center;
}
.main .module .news-list li .news-kind{
    /*width: 80px;*/
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
    margin-right: 3%;
    text-align: center;
    width: 10%;
}


.more{
    line-height: 30px;color: #999999
}
.more:hover{
    color: #333333;
    text-decoration: underline;
}
.list-kind2 li{
    width: 32.5%;
	margin-right: 10px;
    height: 218px;
    float: left;
    margin-bottom: 5px;
    position: relative;

}
.list-kind2  li:nth-of-type(3n){
    margin-right: 0;
}
.list-kind2  li img{
    width: 100%;
    height: 218px;
}
/*list haa shadow p*/
.has-shadow{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 80%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 5px 5px 5px #333333;
}
/*list haa shadow p*/
.share{
    height: 55px;
    background: #e8eaed;

}
.share .share-main{
    position: relative;
}
.share .icon{
    width:36px;
    height: 36px;
    margin-top: 10px;
}
.share .icon img{

}
.share .wb{

    margin-right: 10px;
    background-image: url("../images/wb_15.png");
    background-size: 100% 100%;
}
.share .wx{
    background-image: url("../images/wx_15.png");
    background-size: 100% 100%;
    position: relative;
}
.share .wx .wx-bg{
    position: absolute;
    top: -60px;
    left: -50px;
    display: none;
    background: url("../images/wx-bg_15.png") no-repeat center;
    background-size: 100% 100%;
    width: 190px;
    height: 190px;
}
.share .wx .wx-bg img{
    width: 90px;
    height: 90px;
    margin-left: 45px;
    margin-top: 20px;
}
.share .wx .wx-bg p{
text-align: center;
    line-height: 25px;
}
.share  .bt-logo{
    position: absolute;
    right: -15px;
    top: 5px;
    cursor: pointer;
}
.share .return-top{
    right: -75px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}



/*Product*/
.pro-banner{
    width: 825px;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto 50px auto;
}
.swiper-container2{
    width: 755px!important;
    height: 120px;
    position: static!important;
}
.swiper-container2 .swiper-wrapper{
    width: 755px;
    height: 120px;
    margin: 0 auto;
}
.swiper-container2 .swiper-slide{width: 120px!important;}
.swiper-container2 .swiper-slide img{width: 120px;height:120px}
.swiper-container2 .swiper-button-prev{
    display: block;
    width: 25px;
    height: 120px;
    top: 22px;
    left: 0;
    background: url("../images/pro-Bleft_03.jpg") no-repeat left;
    background-size: 100% 100%;

}
.swiper-container2 .swiper-button-next{
    display: block;
    width: 25px;
    height: 120px;
    top:22px;
    right: 0;
    background: url("../images/pro-Bright_05.jpg") no-repeat right;

}
.swiper-container2 .swiper-button-prev:hover{
    background: url("../images/pro-Bleft-hover_03.jpg") no-repeat left;
}
.swiper-container2 .swiper-button-next:hover{
    background: url("../images/pro-Bright-hover_05.jpg") no-repeat right;

}

.pro-txt{
    width: 730px;margin: 0 auto;
    text-indent: 2rem;
    font-size: 16px;
    margin-bottom: 70px;
    line-height: 30px;
}
.pro-list{
    width: 1005px;
    margin: 0 auto;
}
.pro-list li{
    width: 328px;
float: left;
height: 230px;
margin-right: 10px;
position: relative;
margin-bottom: 8px;
}
.pro-list li:nth-of-type(3n){
    margin-right: 0;
}
.pro-list li a img{
    width: 330px;
    height: 230px;
}
.pro-list li p{
    position: absolute;
    top: 80%;
    text-align: center;
}
/*all*/
.single{
    padding-top: 60px;
    padding-bottom: 30px;
}

.news-left{
    width: 250px;
}
.news-right{
    width: 950px;
    overflow: hidden;
}
.news-left .history-news{
    width: 200px;
}
.news-left h3{
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
}
.news-left li{
    margin-top: 15px;
}
.news-left li a::before{
    content: "▶";
    display: inline;
    margin-right: 10px;
    color: #cfcfcf;
}
.news-left li a{
    color: #333333;
}
.news-right .news-list{
    width: 100%;
    margin-bottom: 25px;
}
.news-right .news-list li{
    margin-bottom: 15px;
    height: 20px;
    overflow: hidden;
    width: 100%;
}
.news-right .news-list li a{
    display: inline-block;
    line-height: 20px;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 16px;
}
.news-right .news-list li a:hover{
    text-decoration: underline;
}

.news-right .news-list li .time{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-right: 2%;
    width: 9%;
    text-align: center;
}
.news-right .news-list li .news-kind{
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    color: #ffffff;
    margin-right: 2%;
    text-align: center;
    width: 7%;
}
.news-right .year{
    margin-bottom: 15px;
}

.us-left{
    width: 200px;
}
.us-left li{
    margin-bottom: 10px;
}
.us-left li .cur{
    background: url("../images/black_03.png") no-repeat ;
    color: #ffffff;
}
.us-left li a{
    width: 90px;
    height: 25px;
    text-align: center;
    line-height: 25px;display: block;
    background: url("../images/gray_03.png") no-repeat;
}
.us-right{
    width: 1000px; font-size:14px;
}
.us-right img{
    max-width: 100%;
}
.us-right .toggle{

   padding: 15px;
}
.us-right .toggle p{
    line-height: 30px;
}
.us-right .service{
    padding-bottom: 20px;
    font-size: 20px;
}
.us-right .has-toggle .open{
    font-weight: bold;cursor:pointer;
    line-height: 60px;
    border-top: 1px dotted #666666;
}
.us-right .has-toggle .open img{
    width: 18px;
    height: 18px;
    margin-top: 22px;
    margin-right: 5px;
}
.us-right .has-toggle .open span{
    width: 13px;
    height: 13px;
    background: #cfcfcf;
    color: #333333;
    margin-top: 20px;
    cursor: pointer;
}
.us-right .has-toggle .open .open-icon{
    background: url("../images/open_03.png")!important;
}
.us-right .has-toggle .open .close-icon{
    background: url("../images/close_06.jpg");
}
.suggest{
    width: 95px;
}
.suggest a{
    width: 90px;display: block;
    border: 1px solid #666666;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #666666;
}
.suggest p{
    width: 100px;
    font-weight: bold;
    font-size: 12px;
}
.contact-kind .ewm{
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
}
.job{
width:1000px;
}
.rc{
    margin-bottom: 20px;
}
.rc p{
    line-height: 30px;
    color: #666666;
}
.job .job-head{
    border: 1px solid #cfcfcf;
    line-height: 50px;
    height: 50px;
	background:#f8f8f8;
    padding-left: 20px;
    padding-right: 20px;
}
.job .job-head span{
    width: 33.333%;
    display: block;
    float: left;
    font-weight: bold;
    box-sizing: border-box;
}
.job .job-list-head{
    border: 1px solid #cfcfcf;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
	cursor:pointer;
}
.job .job-list .zp span{
    width: 33.333%;
    display: block;
    float: left;
    box-sizing: border-box;
  color: #666666;
}
.job-txt{
    padding: 30px 20px;
display: none;
    background: #fcfcfc;
	border:#e5e5e5 1px solid;
	border-top:none;

}
.job-txt h3{
    margin-bottom: 15px;

}
.job-txt p{
    line-height: 30px;
    color: #666666;
}
.job-list li:first-child >.job-txt{
    display: block;
}
.job .job-list-head .up{
    padding-right: 25px;
    background: url("../images/down_03.png") no-repeat right;
}
.job .job-list-head .down{
    padding-right: 25px;
    background: url("../images/up_03.png") no-repeat right;
}
.send{
    height: 40px;
    line-height: 40px;
}
.sug-box{
    width: 1115px;
	font-size:14px;
    margin: 0 auto;
    height: 615px;
    padding-top: 40px;
    background: #f4f4f4;
}
.sug-box input{
    border: 1px solid #cfcfcf;
    line-height: 38px;
    height: 38px;
    width: 360px;
    padding-left: 10px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.sug-box input:nth-of-type(2n){
    margin-right: 0;
}
.mr40{margin-right:40px !important;}
.mr0{margin-right:0px !important;}
.sug-box h3{
    text-align: center;
    color: #333333;
    font-size: 26px;
    margin-bottom: 35px;
}
.sug-box p{
    text-align: left;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
	font-size:14px;
}
.sug-box textarea{
    width: 763px;
    padding: 10px;
    height: 195px;
	border: 1px solid #ccc;
}
.sug-btn{
    width: 200px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    background: #9c1e22;
    cursor: pointer;
    border-radius: 5px;
    display: block;
	border:none; font-size:16px;
    margin: 30px auto 0 auto;
}
.del .del-left{
    width: 950px;

}
.del .del-right{
    width: 200px;
    padding-left: 50px;
    overflow: hidden;
}
.del .del-left .place{
    height: 25px;
    line-height: 25px;
    position: relative;
    margin-bottom: 40px;
}
.del .del-left .place .places{
    color: #333333;
    height: 25px;
    line-height: 25px;
 float: left;
    position: relative;
    margin-right: 10px;
}
.del .del-left .place .places p{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background: #cfcfcf;

}
.del .del-left .place .places::after{
    content: "";
float: left;
    display: block;
    width: 0;
    height: 0;
    color: white;
    text-align: center;
    border-top: 12px solid transparent;
    border-left: 10px solid #cfcfcf;
    border-bottom: 13px solid transparent;
}
.del .del-left .place .gg{
    line-height: 25px;
    background: #ffffff;
    float: left;
    z-index: 55;
    padding-right: 10px;
}
.del .del-left .place .line{
    height: 1px;
    width: 680px;
    background: #cfcfcf;
    position: absolute;
    top: 13px;
    left: 182px;
    z-index: -1;
}
.del-bt{
    font-size: 24px;
    margin-bottom: 30px;
}
.del-main img{
    width: 100%;
    margin-bottom: 20px;
}
.prev-next{
    height: 70px;
    margin-bottom: 30px;
}
.time{
    color:#666666;
    margin-bottom: 40px;
}
.time:hover{
    text-decoration: underline;
}
.prev-next p{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.prev-next p span{
    color: #666666;
}
.prev-next p span:hover{
    text-decoration: underline;
}
.del-right h3 {
    padding-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #333333;
}
.del-right .del-list1{
    margin-bottom: 40px;
}
.del-right .del-list1 li{
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    position: relative;
}
.del-right .del-list1 li img{
    width: 100%;
    height: 140px;
}
.del-right .del-list2 li a::before{
    content: "▶";
    display: inline;
    margin-right: 10px;
    color: #cfcfcf;
}
.del-right .del-list2 li{
    line-height: 25px;
    color: #333333;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}
.del-contact{
    padding-top: 15px;
}
.del-contact p{
    text-align: center;
}
.del-contact img{
    width: 90px;
    height: 90px;
    margin: 30px 55px;
}
.del-right .del-list3{
    padding: 20px;
}
.del-right .del-list3 li{


    height: 68px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 68px;

}
.del-right .del-list3 li img{
    vertical-align: middle;
 width: 80%;

}
.business-top{
    margin-bottom: 60px;
    height: 125px;
}
.business-top h3{
    font-size: 24px;
    margin-bottom: 30px;
}

