body,html {
    background:#fff;
    width:100%;
    -webkit-text-size-adjust:none;
}
*{
    padding:0px;
    margin:0px;
}
section{
   min-width:1200px;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%
}
li,ol,ul {
    list-style:none
}
em,i {
    font-style:normal
}
img {
    border:0
}
img,input {
    outline:none;
    color:#a5a4a4;
}

a {
    color:#000;
    text-decoration:none
}
a,html {
    -webkit-tap-highlight-color:transparent
}
.float_left{float:left;}
.float_right{float:right;}

.clearfix:after {
    display:block;
    content:'';
    clear:both;
    visibility:hidden
}
.hidden {
    display:none
}
header{
    height:205px;
	min-width:1200px;
}
.container-small{
    width:1200px;
    margin: 0 auto;
}
.container-big{
    width:100%;
    margin: 0 auto;
}

.font-bai{
    color:#fff;

}
.top1{
    height:28px;
    line-height:28px;
    background: #060d15;
    width:100%;
    font-size: 12px;
}
.top2{
    height:103px;
    line-height:103px;
    background: #ffffff;
    width:1200px;
    margin: 0 auto;
    line-height:103px;
}
.navs{
    height:74px;
    background:url("../myimg/navbg.png") repeat-x;
    width:100%;
    z-index: 99999;
}
.menu-item{
    width:169px;
    height:74px;
    padding:20px 0px;
    text-align: center;
    box-sizing: border-box;
    float:left;
    background:url("../myimg/menuitembg.png") no-repeat;
    position: relative;
}
.dropdown-menu{
    display: none;
    position: absolute;
    top:74px;
    width:100%;
    z-index: 99999;
}
.container-small>li:hover>.dropdown-menu{
    display: block;
}

.navbar-nav>li>.dropdown-menu{
    min-width: 100%;
    border-radius: 0;
    border: none;
    padding: 0;
    background: #fff;
}
.dropdown-menu>li>a{
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 40px;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #484848;
    text-align: center;
    background: #3a3a3a;
}
.dropdown-menu>li:last-child>a{
    border-bottom: 0;
}
.dropdown-menu>li>a:hover{
    background: #b04542;
    color: #fff;
}


.menu-item:hover{

    background:url("../myimg/menuitembg-nav.png") no-repeat;
}
.menu-item a{
    font-size:14px;
    line-height:16px;
    color:#fff;
    width:100%;
    display: block;
    height:34px;
}
.menu-item a>span{
    font-size:9px;
    line-height:10px;
}
footer{
    width:100%;
    height:360px;
    background: #333333;
	min-width:1200px;
}
.footinfo{
    height:295px;
    width:1200px;
    margin: 0 auto;
    position: relative;
}

.partone{
    width:275px;

}
.parttow{
    width:411px;
    padding:46px 46px;
    box-sizing: border-box;
}
.partthree{
    width:297px;
    padding:46px 56px;
    box-sizing: border-box;
}
.partfour{
    width:171px;
    height:241px;
    position: absolute;
    right:40px;
}
.foottitle{
    width:170px;
    height:53px;
    line-height:43px;
    font-weight:bold;
    font-size:12px;
    background:url("../myimg/foottitle.png") no-repeat 0 38px ;
    color:#fff;
}
.footword{
    font-size:12px;
    color:#fff;
    line-height:25px;
}
.foot_list_link>li{
    float:left;
    width:50%;

}
.foot_list_link>li>a{
    font-size:12px;
    color:#fff;
}
.copyright_con{
    height:65px;
    background: #212121;
    width:100%;
}
.copyright{
    height:65px;
    width:1200px;
    margin:0 auto;
    background: #212121;
    line-height:65px;
    text-align: left;

}
.friend_link_a>li{
    float:left;
    margin-right:15px;

}
.friend_link_a>li>a{
    font-size:12px;
    color:#fff;
}
.sliderbox{
    width:100%;
 
    margin-bottom:20px;
	margin:0 auto;
}
.sliderbox img{
    width:100%;
    max-width: 1920px;
}

.index_about{
    height:548px;
    padding-top:37px;
    background: #fafafa;
    width:100%;

}
.indexaboutinfo{
    width:1200px;
    margin: 0 auto;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
    background: url("../myimg/indexabout.jpg") no-repeat;
    height:397px;
    position: relative;

}

.indexaboutinfo ul{
    position: absolute;
	left:60px;
	top:51px;
	width:243px;

}
.indexaboutinfo ul>li{
    margin-bottom:1px;
}

.indexaboutinfo ul>li>a>img:hover{
    transform: scale(1.1);
}
.indexaboutinfo ul>li>a>img{
   transition: all 0.6s;

}

.indexaboutinfo div{
    position: absolute;
    width:340px;
    height:190px;
    font-size:12px;
    top:120px;
    right:34px;
    text-indent: 2em;
    line-height:20px;

}
.indexaboutinfo2{
    text-align: center;
    width:1200px;
    margin:  0px auto 0;
    background: #fff;
    padding:30px;
	display:flex;
	justify-content: space-between;
	box-sizing:border-box;
	height:136px;

}
.indexaboutinfo2 li{
    border-right:1px solid #efefef;
	width:300px;
	box-sizing:border-box;
	padding-left:15px;
    cursor: pointer;
}
.indexaboutinfo2 li:nth-child(4){
   border-right:0 !important;
}

.indexaboutinfo2 li:hover>div>h3{
   transform: scale(1.2);
}
.indexaboutinfo2 li>div{
   float:right;
   width:176px;
   text-align:left;
  
}
.indexaboutinfo2 li>div>h1{
 
	font-size:16px;
	color:#666666;
}
.indexaboutinfo2 li>div>h3{
    transition: all 0.6s;
	font-size:34px;
 
	color:#333333;
}


.indexaboutinfo2 li>img{
    float:left;
}
.ct{text-align: center;}
.index_anli{
    height: 1400px;
    position: relative;
    width:100%;
    margin-top: -151px;
}
.index_anlibg{
    background:#cd241d;
    width:100%;
    padding-top:50px;
    height:456px;
 
}
.anli_cate{
    width:1080px;
    margin:0 auto;
    z-index: 999;
}
.anli_cate>li{
    float:left;
}
.anli_cate>li>a>img:hover{
    margin-top:-8px;
}
.anli_pic_list{
    z-index: 999;
    width:1170px;
    height:904px;
    background: #fff;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    box-sizing: border-box;
    padding:14px;
    border:1px solid #f0f0f0;
    /*box-shadow:#ececec 0px 0px 2px 5px;*/


}
.anli_pic_list>li{
    width:368px;
    height:282px;
    position: relative;
    margin-bottom:15px;
}
.anli_pic_list>li:hover>div{
    display: block;
}
.anli_pic_list>li:hover>h3{
    display: block;
}
.anli_pic_list>li:hover>p{
    display: block;
}
.anli_pic_list>li>h3{
    display: none;
    position: absolute;
    top:80px;
    color:#fff;
    left:30px;
    font-size:14px;
}
.anli_pic_list>li>p{
    display: none;
    color:#fff;
    position: absolute;
    top:110px;
    left:30px;
    font-size:12px;
}
.show_more{
    width:98px;
    height:31px;
    background:#dc3941;
    color:#fff;
    font-size:12px;
    display: block;
    text-align: center;
    line-height:31px;
}
.anli_pic_list>li>a>img {
    width: 368px;
    height: 282px;
}
.anli_pic_list>li>div{
    width:368px;
    height:282px;
    background:#78a0d3;
    opacity: 0.6;

    position: absolute;
    top:0;
    left:0;
    display: none;
    padding:80px 20px;
    box-sizing: border-box;

}
.seemorediv{
    width:1000px;
    margin:20px auto;
    text-align: center;
}
.branduser{
    width:100%;

}
.brandusertitle{
    height:104px;
    line-height: 104px;
    text-align: left;
    width:1200px;
    margin:0 auto;
}
.brandlogo{
    width:1059px;
    height:400px;
    text-align:center;
    margin:0 auto;
}
.brandlogonav{
    width:178px;
    float:left;
}
.brandlogonav li{
    width:178px;
    float:left;
}
.brandlogonav li>a>img{
    transition: all 0.6s;
}
.brandlogonav li>a>img:hover{

    transform: scale(1.1);

}
.brandlogonav li:nth-child(1){
    height:80px;
}
.brandlogonav li:nth-child(2){
    height:80px;
}
.brandlogonav li:nth-child(3){
    height:79px;
}
.brandlogonav li:nth-child(4){
    height:78px;
}
.brandlogonav li:nth-child(5){
    height:83px;
}

.brandlogolist{
    display: flex;
    justify-content: space-between;
    background: url("../myimg/brandl_02.jpg");
    width:881px;
    height:400px;
    float:left;
    flex-wrap: wrap;

}
.brandlogolist li{
    width:164px;
    height:71px;
    text-align: center;
    line-height:61px;
}
.mytables{
    border:0;
    font-size: 0;
}

.mytables tr{
    border:0;
    font-size: 0;
}
.mytables tr>td{
    border:0;
    font-size: 0;
}
.yousi{
    width:100%;
    padding-top:20px;
    height: 480px;
	margin-top:20px;
}
.yousi_title{
    width:1200px;
    margin:0 auto;
}
.yousi_slider{
    width:1162px;
    height:61px;
    margin: 0 auto;
}
.yousi_slider li{
    float:left;
    cursor:pointer
}

.otos_01{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_01.jpg") no-repeat;
}

.otos_02{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_02.jpg") no-repeat;
}
.otos_03{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_03.jpg") no-repeat;
}
.otos_04{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_04.jpg") no-repeat;
}
.otos_05{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_05.jpg") no-repeat;
}
.otos_06{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_06.jpg") no-repeat;
}
.otos_07{
    width:165px;
    height:61px;
    display: block;
    background: url("../myimg/otos_07.jpg") no-repeat;
}
.otos_01:hover{
    background: url("../myimg/otoscur_01.jpg") no-repeat;
}
.otos_02:hover{
    background: url("../myimg/otoscur_02.jpg") no-repeat;
}
.otos_03:hover{
    background: url("../myimg/otoscur_03.jpg") no-repeat;
}
.otos_04:hover{
    background: url("../myimg/otoscur_04.jpg") no-repeat;
}
.otos_05:hover{
    background: url("../myimg/otoscur_05.jpg") no-repeat;
}
.otos_06:hover{
    background: url("../myimg/otoscur_06.jpg") no-repeat;
}
.otos_07:hover{
    background: url("../myimg/otoscur_07.jpg") no-repeat;
}



.yousi_slider_content{
    width:1162px;
    height:323px;
    margin: 0 auto;
}

.swiper-container2{
    position: relative;
    overflow: hidden;

}

.swiper-slide2{

    background: red;
    flex-shrink: 0;
    width: 100%;
    height: 390px;
    position: relative;

}
.swiper-wrapper2{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
}
.bl{
    display: block !important;
    width:100%;
    height:390px !important;

    color:#666666;

    position: relative;
}
.left{
    background: url("../myimg/left.png") no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    right:80px;
    top:239px;
    z-index: 99999;
    cursor: pointer;
}

.right{
    background: url("../myimg/right.png") no-repeat;
    width:30px;
    height:30px;
    position: absolute;
    right:40px;
    top:239px;
    z-index: 99999;
    cursor: pointer;
}

.slimg{
    position: absolute;
    left:30px;
    top:30px;
}
.sltitle{
    position: absolute;
    right:230px;
    top:60px;
}
.slclou{
    position: absolute;
    right: -9px;
    top: -40px;
    display: block;
    width:530px;
    height:180px;
    /* flex-wrap: wrap; */
}
.ptl{
    width:600px;
    float:left;
    padding-top:5px;
    box-sizing: border-box;
}
.ptr{
    width:520px;
    float:right;
    padding:50px 30px;
    box-sizing: border-box;
	font-size:14px;
	line-height:24px;
}
.ptr img{
    margin-left:-15px;
}
.fuwutitle{
    width:1200px;
    margin:0 auto;
    text-align: left;
	margin-top:40px;
}
.fuwubz{
    display: flex;
    width:1200px;
    height:125px;
    line-height:125px;
    margin: 0 auto;
    justify-content: space-between;
    padding:30px 0;
}
.fuwubz li{
    padding-top: 89px;
    box-sizing: border-box;
    text-align: center;
    color:#d7251d;
    font-size:16px;
    line-height:14px;
    cursor: pointer;
    width:125px;
    height:125px;
    position: relative;
}
.fuwubz li:hover>span{
    color:#d7251d;
}
.fuwubz li>span{
    position: absolute;
    top:6px;
    right:5px;
    color:#fff;
    font-size:14px;
    display:none;
}
.bzjt{
    width:30px !important;
    height:125px !important;
    padding:0 !important;
}
.fuwubz li:hover{

    color:#fff;
}
.fuwubz li:nth-child(1){
    background: url("../myimg/bz1.jpg") no-repeat;
}
.fuwubz li:nth-child(1):hover{
    background: url("../myimg/bz1cur.jpg") no-repeat;
}
.fuwubz li:nth-child(3) {
    background: url("../myimg/bz2.jpg") no-repeat;
}
.fuwubz li:nth-child(3):hover{
    background: url("../myimg/bz2cur.jpg") no-repeat;
}
.fuwubz li:nth-child(5){
    background: url("../myimg/bz3.jpg") no-repeat;
}
.fuwubz li:nth-child(5):hover{
    background: url("../myimg/bz3cur.jpg") no-repeat;
}
.fuwubz li:nth-child(7){
    background: url("../myimg/bz4.jpg") no-repeat;
}
.fuwubz li:nth-child(7):hover{
    background: url("../myimg/bz4cur.jpg") no-repeat;
}
.fuwubz li:nth-child(9){
    background: url("../myimg/bz5.jpg") no-repeat;
}
.fuwubz li:nth-child(9):hover{
    background: url("../myimg/bz5cur.jpg") no-repeat;
}
.fuwubz li:nth-child(11){
    background: url("../myimg/bz6.jpg") no-repeat;
}
.fuwubz li:nth-child(11):hover{
    background: url("../myimg/bz6cur.jpg") no-repeat;
}
.fuwubz li:nth-child(13){
    background: url("../myimg/bz7.jpg") no-repeat;
}
.fuwubz li:nth-child(13):hover{
    background: url("../myimg/bz7cur.jpg") no-repeat;
}
.newstitle{
    text-align: center;
    width:1200px;
    margin:0 auto;
    height:140px;
    line-height:140px;
}
.newscontainer{
    width:1200px;
    height:415px;
    margin: 0 auto;
}
.leftnews{
    width:585px;
    padding-left:5px;
    height:415px;

}
.news_small_title{
    width:585px;
    height:45px;
    line-height:45px;
    font-size:21px;
    color:#333333;
    font-weight:300;
    border-bottom: 1px solid #cccccc;
    background: url("../myimg/linebg.png") no-repeat left bottom;
}
.news_small_title span{
    color:#cccccc;
    font-size:11px;
    padding-left:5px;

}
.news_small_title a{
    float:right;
    display: block;
    color:#cccccc;
    font-size:11px;
}
.hotnews{
    padding:20px 3px;
    position: relative;
}
.tt{
    position: absolute;
    top: 246px;
    left: 23px;
}
.newsclou h2{
    padding-left:65px;
    line-height:30px;
    height:30px;
    color:#333333;
    font-size:16px;
    font-weight:200;
}
.newsclou p{
    padding-top:10px;
    color:#666666;
    font-size:12px;
	line-height:22px;
}
.newsclou{
    padding-left:40px;
}
.news_list li{
    width:585px;
    padding-top:15px;
    height: 188px;
    box-sizing: border-box;

}
.news_list li>a>img{
    float:left;
}
.newsitem{
    float:right;
    width:315px;
    padding:20px 20px;
    box-sizing: border-box;
}
.newsitem h2{
    font-size:14px;
    color:#333333;
	height:34px;
	line-height:34px;
}
.newsitem p{
    font-size:12px;
    color:#666666;
    line-height:22px;
}
.news_list li:nth-child(1){
    border-bottom:1px dashed #cccccc;
}
.brandlogolist li>a>img{
   transition: all 0.6s;
}
.brandlogolist li>a>img:hover{
    transform: scale(1.2);
	margin-top:3px;
}
.abouttitle{
    text-align: center;
    height:175px;
    /* line-height: 175px; */
    width:1200px;
    margin:0 auto;
}
.aboutcontent{
    text-align: center;

    width:1200px;
    margin:0 auto;
}
.content_text{
    text-align: left;
    padding:60px;
    color:#666666;
    font-size:14px;
    text-indent: 2em;
}
.content_text p{
    color:#666666;
    font-size:14px;
    text-indent: 2em;
    line-height:24px;
}
.aboutslider1{
    height:245px;
    position: relative;
    width:1069px;
    margin:0 auto;
}
.swiper-button-next2{
    border-radius: 50%;
    background: #ffffff;
    width:50px !important;
    height:50px !important;
    line-height:50px;
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 10;
    cursor: pointer;
    margin-top: -22px;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
}

 .swiper-button-prev2{
    border-radius: 50%;
    background: #ffffff;
    width:50px !important;
    height:50px !important;
    line-height:50px;
     position: absolute;
     top: 50%;
     right: -25px;
     z-index: 10;
     cursor: pointer;
     margin-top: -22px;
     box-shadow:#e4e2e2 0px 0px 30px 5px;
}
 .aboutbg{
     background: url("../myimg/aboutbg.jpg") no-repeat center center;
     width:100%;
     height:562px;
     background-size: cover;
     padding-top:70px;
     box-sizing: border-box;
     position: relative;
     margin-top:45px;
 }
 .wenhua_title{
     width:500px;
     text-align: center;
     margin:0 auto;
 }
.aboutfazhan_title{
    width:500px;
    text-align: center;
    margin:0 auto;
}
.fazhan_event{
    height:136px;
    position: relative;
    width:1200px;
    margin: 0 auto;
}
.fazhan_box{
    width:1200px;
    margin:0 auto;
}
.swiper-button-next3{
    border-radius: 50%;
    background: #ffffff;
    width:50px !important;
    height:50px !important;
    line-height:50px;
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 10;
    cursor: pointer;
    margin-top: -42px;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
    text-align: center;
}

.swiper-button-prev3{
    border-radius: 50%;
    background: #ffffff;
    width:50px !important;
    height:50px !important;
    line-height:50px;
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 10;
    cursor: pointer;
    margin-top: -42px;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
    text-align: center;
}
.wenhuan_ico{
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    width:1100px;
    height:220px;
}
.wenhuan_ico li{
    width:172px;
    height:212px;
    box-sizing: border-box;
    padding-top:170px;
    text-align: center;
    cursor: pointer;
}
.wenhuan_ico li:nth-child(1){
    background: url("../myimg/on-01.png") no-repeat;
}
.wenhuan_ico li:nth-child(2){
    background: url("../myimg/on-02.png") no-repeat;
}
.wenhuan_ico li:nth-child(3){
    background: url("../myimg/on-03.png") no-repeat;
}
.wenhuan_ico li:nth-child(4){
    background: url("../myimg/on-04.png") no-repeat;
}
.wenhuan_ico li:nth-child(5){
    background: url("../myimg/on-05.png") no-repeat;
}
.wenhuan_ico li:nth-child(6){
    background: url("../myimg/on-06.png") no-repeat;
}
.wenhuan_ico li:nth-child(1):hover{
    background: url("../myimg/over-01.png") no-repeat;
}
.wenhuan_ico li:nth-child(2):hover{
    background: url("../myimg/over-02.png") no-repeat;
}
.wenhuan_ico li:nth-child(3):hover{
    background: url("../myimg/over-03.png") no-repeat;
}
.wenhuan_ico li:nth-child(4):hover{
    background: url("../myimg/over-04.png") no-repeat;
}
.wenhuan_ico li:nth-child(5):hover{
    background: url("../myimg/over-05.png") no-repeat;
}
.wenhuan_ico li:nth-child(6):hover{
    background: url("../myimg/over-06.png") no-repeat;
}
.wenhuan_ico li>h2{
     font-size: 25px;
     color:#333333;
    font-weight:600;
 }
.wenhuan_ico li>p{
    font-size: 15px;
    color:#333333;
 
}
.fuwu-p{
    padding-top:30px;
}
.years{
    width:242px;
    height:80px;
    line-height:80px;
    font-size:49px;
    color:#cc3333;
    border-right:1px solid #cc3333;
    text-align: center;
    float:left;
    padding-left:30px;
    box-sizing: border-box;
}
.text_year{
    float:left;
    font-size:18px;
    color:#666666;
    padding:15px;
}
.chizhi{
    background: url("../myimg/chi.png") repeat-x;
    height:60px;
    width:1180px;
    display: flex;
    justify-content: space-between;
    padding-right:47px;
    box-sizing: border-box;
}
.chizhi li{
    cursor: pointer;
    width:60px;
    height:42px;
    box-sizing: border-box;
    padding-top:35px;
    text-align: left;
    margin-left:-6px;
}
.curli{
    background: url("../myimg/dian.png") no-repeat 0px 20px;
}
.chizhi li:hover{
    background: url("../myimg/dian.png") no-repeat 0px 20px;
}
.chizhi li>span{
    margin-left: -11px;
}
.telabout{
    height:176px;
    line-height:176px;
    text-align: center;
    padding-top:30px;
}
.aboutbottom{
    background: url("../myimg/aboutbottombg.jpg");
    height:688px;
    width:100%;
}
.zztitle{
    width:1200px;
    text-align: center;
    margin: 0 auto;
    height:88px;
    padding-top:30px;
}
.zztab{
    width:201px;
    height: 92px;
    padding-top:50px;
    line-height:35px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zztab li{
    height:35px;
    line-height:35px;
    width:90px;
    background: #f9f9f9;
    color:#666666;
    text-align: center;
    font-size: 15px;
    border:1px solid #666666;
    cursor: pointer;
}
.zztab li:hover{
    background: #d2232a;
    color:#fff;
}
.curzzli{
    background: #d2232a !important;
    color:#fff !important;
}
.zzcontent{
    width:1200px;
    height: 609px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;

}
.swiper-container3{
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 409px;
}
.zzcontent1{
    width:1200px;
    height: 609px;
    display: none;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.swiper-container4{
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    height: 409px;
}
.slider4{


}
.navlist{
    background: url("../myimg/navhome.png") no-repeat;
    height:25px;
    line-height: 25px;
    font-size:12px;
    color:#666666;
    padding-left:34px;
    width:1200px;
    margin:0 auto;
    display: block;
    text-align: left;
}
.product_cate{
    display: flex;
    justify-content: space-between;
    height: 120px;
    padding-top:15px;
    width:1200px;
    margin: 0 auto;
}
.product_cate li{
    position: relative;
    text-align: center;

    box-sizing: border-box;
    height:165px;


}
.product_cate li:nth-child(1){
    background: url("../myimg/h/001.jpg") no-repeat top center;
}
.product_cate li:nth-child(1):hover{
    background: url("../myimg/r/01.jpg") no-repeat top center;
}

.product_cate li:nth-child(2){
    background: url("../myimg/h/002.jpg") no-repeat top center;
}
.product_cate li:nth-child(2):hover{
    background: url("../myimg/r/02.jpg") no-repeat top center;
}
.product_cate li:nth-child(3){
    background: url("../myimg/h/003.jpg") no-repeat top center;
}
.product_cate li:nth-child(3):hover{
    background: url("../myimg/r/03.jpg") no-repeat top center;
}
.product_cate li:nth-child(4){
    background: url("../myimg/h/004.jpg") no-repeat top center;
}
.product_cate li:nth-child(4):hover{
    background: url("../myimg/r/04.jpg") no-repeat top center;
}
.product_cate li:nth-child(5){
    background: url("../myimg/h/005.jpg") no-repeat top center;
}
.product_cate li:nth-child(5):hover{
    background: url("../myimg/r/05.jpg") no-repeat top center;
}
.product_cate li:nth-child(6){
    background: url("../myimg/h/006.jpg") no-repeat top center;
}
.product_cate li:nth-child(6):hover{
    background: url("../myimg/r/06.jpg") no-repeat top center;
}
.product_cate li:nth-child(7){
    background: url("../myimg/h/007.jpg") no-repeat top center;
}
.product_cate li:nth-child(7):hover{
    background: url("../myimg/r/07.jpg") no-repeat top center;
}
.product_cate li:nth-child(8){
    background: url("../myimg/h/008.jpg") no-repeat top center;
}
.product_cate li:nth-child(8):hover{
    background: url("../myimg/r/08.jpg") no-repeat top center;
}
.product_cate li:nth-child(9){
    background: url("../myimg/h/009.jpg") no-repeat top center;
}
.product_cate li:nth-child(9):hover{
    background: url("../myimg/r/09.jpg") no-repeat top center;
}





.product_cate li>a>img{
    width:92px;
    height:70px;
}
.product_cate li>a{
    display: block;
    height:115px;
    width:100%;
    padding-top:70px;
    box-sizing: border-box;
}
.product_cate li>a:hover{
    display: block;
    border-bottom: 2px solid #d7241d;
}
.cur_cate:nth-child(1){
    background: url("../myimg/r/01.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(2){
    background: url("../myimg/r/02.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(3){
    background: url("../myimg/r/03.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(4){
    background: url("../myimg/r/04.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(5){
    background: url("../myimg/r/05.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(6){
    background: url("../myimg/r/06.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(7){
    background: url("../myimg/r/07.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(8){
    background: url("../myimg/r/08.jpg") no-repeat top center !important;
}
.cur_cate:nth-child(9){
    background: url("../myimg/r/09.jpg") no-repeat top center !important;
}
.cur_cate a{
    border-bottom: 2px solid #d7241d;

}
.cur_cate a>h2{
    color:#d7241d !important;
}
.cur_cate a>span{
    color:#d7241d !important;
}
.product_cate li>a>h2{
   font-size: 14px;
   color:#666666;
   font-weight: 300;
}
.product_cate li>a>span{
    font-size: 8px;
    color:#666666;
}
.product_cate li>a:hover,.product_cate li>a:hover>h2,.product_cate li>a:hover>span{
    color:#d7241d;

}

.product_list{
    width:1200px;
    margin: 0 auto;
}

.anli_pic_list_erji li>a>img{
    width:380px !important;
    height:292px !important;
}
.anli_pic_list_erji{
    z-index: 999;
    border:0 !important;
    width:1200px !important;

    background: #fff;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    box-sizing: border-box;
    padding:14px;



}
.anli_pic_list_erji>li{
    width:375px;
    height:292px;
    position: relative;
    margin-bottom:15px;

    box-sizing: border-box;
}
.anli_pic_list_erji>li:hover>div{
    display: block;
}
.anli_pic_list_erji>li:hover>h3{
    display: block;
}
.anli_pic_list_erji>li:hover>p{
    display: block;
}
.anli_pic_list_erji>li>h3{
    display: none;
    position: absolute;
    top:80px;
    color:#fff;
    left:30px;
    font-size:14px;
}
.anli_pic_list_erji>li>p{
    display: none;
    color:#fff;
    position: absolute;
    top:110px;
    left:30px;
    font-size:12px;
}

.anli_pic_list_erji>li>div{
    width:380px;
    height:292px;
    background:#78a0d3;
    opacity: 0.6;
    position: absolute;
    top:0;
    left:0;
    display: none;
    padding:80px 20px;
    box-sizing: border-box;

}

.anlicontent{
    width:1200px;
    margin:0 auto;
    padding:30px;
    box-sizing: border-box;
}
.anli_content_top{
    height:400px;
    padding-top:30px;
}

.anliimg{
    width:50%;
    float:left;
    text-align: center;
}
.anliimg img{
    width:543px;
    height:383px;
}
.anli_text{
    width:50%;
    float:left;
    box-sizing: border-box;
    padding:30px;
}
.anli_text h2{
    font-size:28px;
    color:#d8261a;
    line-height: 60px;
    height:60px;
    background: url("../myimg/h2bg.png") no-repeat bottom left;
}
.anli_text p{
    font-size:14px;
    color:#666666;
	margin-top:19px;
	line-height:24px;
}
.swiper-button-next22{
    border-radius: 50%;
    background: #ffffff;
    width:30px !important;
    height:30px !important;
    line-height:30px;
    position: absolute;
    top: 50%;
    left: -45px;
    z-index: 10;
    cursor: pointer;
    margin-top: -22px;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
}
.swiper-button-next22 img{
    border-radius: 50%;
}
.swiper-button-prev22{
    border-radius: 50%;
    background: #ffffff;
    width:30px !important;
    height:30px !important;
    line-height:30px;
    position: absolute;
    top: 50%;
    right: -45px;
    z-index: 10;
    cursor: pointer;
    margin-top: -22px;
    box-shadow:#e4e2e2 0px 0px 30px 5px;
}
.swiper-button-prev22 img{
    border-radius: 50%;
}
.w337{
    width:337px;
    height:225px;
}

.youshitab{
    width:1152px;
    height: 120px;
    padding-top:30px;
    line-height:35px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.youshitab li{
    height:60px;
    line-height:60px;
    width:160px;
    background: #dbdbdb;
    color:#333333;
    text-align: center;
    font-size: 15px;

    cursor: pointer;
}
.youshitab li:hover{
    background: #d7241d;
    color:#fff;
}
.curyoushili{
    background: #d7241d !important;
    color:#fff !important;
}
.youshicontent{
    width:1200px;
    padding:20px 90px;
    box-sizing: border-box;
    margin: 0 auto;
}
.youshicontent div{
    display: none;
}
.ban{
    display: block;
    width:50%;
    float:left;
    line-height:25px;
    padding-right:20px;
    box-sizing: border-box;
}
.all{
    display: block;
    width:100%;
    line-height:25px;
    padding-right:20px;
}
.all h2{
    font-size:14px;
    color:#d8261a;
    font-weight:bold;
}
.all p{
    font-size:14px;
    color:#666666;

}
.ban h2{
    font-size:14px;
    color:#d8261a;
    font-weight:bold;
}
.ban p{
    font-size:14px;
    color:#666666;

}
.youshicontent div>p{
    margin-top:10px;
    padding:20px 0;
    text-align: center;
}
.fuwucontent{
    padding:25px;
    box-sizing: border-box;
    width:1200px;
    margin: 0 auto;
}
.fuwu-p h3{
    border-left:6px solid  #d7241d;
    height:32px;
    line-height: 32px;
    font-size: 24px;
    color:#666666;
    text-align: left;
    padding-left:10px;
    font-weight: bold;
}
.fuwu-p p{
    line-height: 26px;
    font-size: 14px;
    color:#666666;
    text-align: left;
    padding-left: 30px;
    text-indent: 2em;
	margin-top:10px;
	margin-bottom:10px;
}
.pcenter{
    text-align: center !important;
}
.news_body{

}
.news_cate{
   width:1200px;
   margin:0 auto 20px;
   height:50px;
   line-height:40px;
   border-bottom:1px solid #eeeeee;

}
.news_cate a{
   display: block;
   width:150px;
   float:left;
   text-align: center;
    color:#666666;
}
.cura{
    background: url("../myimg/anowbg.png") bottom center no-repeat;

}
.news_lists{
    width:1200px;
    margin:0 auto;

}
.news_lists>li>img{
    width:294px;
    height:172px;
}
.news_lists>li{
    width: 1100px;
    height:215px;
    border:20px solid #fafafa;
    background:#fafafa;
    box-sizing: border-box;
    padding-left:10px;
    margin-bottom: 20px;
}
.news_text{
    padding:20px;
    width:750px;
    box-sizing: border-box;
    float:left;
}
.news_text h3{
    font-size:14px;
    color:#666666;
    height:40px;
    line-height:40px;
    font-weight: 200;
}
.news_text p{
    font-size:12px;
    color:#666666;
    height:40px;
    line-height:40px;
}
.news_text p>a{
    width:120px;
    height:30px;
    line-height: 30px;
    display: inline-block;
    background:#cb2a30;
    text-align: center;
    color:#fff;
}
.article_body{
    width:1200px;
    margin:0 auto;

}
.article_top{
    border-bottom:1px solid #eeeeee;
    height:82px;
    padding-top:20px;
    box-sizing: border-box;
}
.article_top h3{
    font-size:16px;
    color:#666666;
    height:24px;
    line-height:24px;
    text-align: center;
}
.article_top h1{
    font-size:12px;
    color:#666666;
    height:24px;
    line-height:24px;
    font-weight:100;
    text-align: center;
}
.article_content{
    padding:40px;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
}
.article_content p{
    font-size:14px !important;
	line-height:25px !important;
	padding:10px 0 !important;
	color:#666666;
}

.article_content img{
    display: block;
    margin:0 auto;
     
}
.keyword{
    width:100%;
    height:30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.keyword span{
    display: inline-block;
    float: left;
    width:70px;
    height:30px;
    line-height:30px;
    background: #cb2a30;
    color:#fff;
    text-align: center;
    margin-right:5px;
}
.keyword a{
    color:#cb2a30 !important;
    margin-right:20px;
}
.nextandpre{
    width:100%;
}
.nextandpre a{
    color:#999999;
    font-weight: bold;
    font-size: 14px;
    margin-right:30px;
}
.welcome{
    width:1178px;
    height:183px;
    background: #f4f4f4;
    margin: 0 auto;
    box-sizing: border-box;
    padding:9px 38px;
    margin-bottom: 20px;
}
.welcome img{
    float:left;
}
.welcome_title{
    width:800px;
    height:180px;
    float:left;
    padding:20px 30px;
    box-sizing: border-box;
}
.welcome_title h3{
    font-size: 28px;
    color:#676767;
    font-weight:400;
    height:60px;
    line-height:60px;
}
.welcome_title h3>span{
   color:#cc0000;
}
.welcome_title p{
    font-size: 15px;
    color:#666666;
    line-height:20px;
}
.address_box{
    width:1178px;
    height:290px;
    display: flex;
    justify-content: space-between;
    margin:10px auto 10px;

}

.address_box li{
    min-width:226px;
    height:290px;
    border:1px solid #ededed;
    text-align: center;
    padding:30px;
    box-sizing: border-box;
}
.address_box li>h3{
    color:#ce1010;
    font-size:21px;
    font-weight: 300;
    height:50px;
    line-height:40px;
}

.address_box li:hover{
   background: #f5f5f5;
}
.address_box li>p{
    color:#666666;
    font-size:14px;

}
.maps{
    width:1178px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
}
.pagesstyle{
   height:30px;
   line-height:30px;
   margin-bottom:15px;
   font-size:12px;
}

.pagesstyle a{
    background:#f5f5f5;
 
	border-radius:8px;
	padding:5px 10px;
	
	margin-right:10px;
	font-size:12px;
}
.current{
   background:#f04141 !important;
   color:#fff;
}
