*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
html,body,.wrap{
    width: 100%;
    color: #5a5a5a;
    background-color: rgb(231, 231, 231);
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
/*头部*/
.header{
    width: 100%;
}
.header .header-top{
    background: url(http://tpl-ce3039b.pic34.websiteonline.cn/upload/klmd.jpg) no-repeat;
    font-family: 微软雅黑;
    font-size: 12px;
    position: relative;
}
.header .header-top .header-top-con{
    position: relative;
}
.header .header-top .welcome{
    line-height: 34px;
}
.header .header-top .number{
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    line-height: 34px;
}
.header .header-top .number img{
    width: 26px;
    height: 26px;
    vertical-align: -8px;
}
.header .header-top .number .phone{
    font-size: 14px;
    color: rgb(255, 130, 97);
    font-weight: bold;
}
.header .header-top .en{
    display: none;
    position: absolute;
    right: 50px;
    top: 0;
    float: right;
    line-height: 34px;
}
.header .header-top .en a{
    color: #333;
}
.header .header-top .en a:hover{
    color: #f40;
}
.header-nav{
    height: 69px;
}
.header-nav .header-nav-con{
    position: relative;
}
.header-nav .header-nav-left img{
    margin: 7.5px 0;
    width: 425px;
    height: 53px;
}
.header-nav .header-nav-right{
    position: absolute;
    right: 0;
    top: 0;
    height: 69px;
}
.header-nav .header-nav-right ul{
    font-size: 0;
}
.header-nav .header-nav-right>ul>li{
    width: 82px;
    height: 69px;
    padding: 0 5px;
    display: inline-block;
    line-height: 69px;
    text-align: center;
}
.header-nav .header-nav-right ul>.active{
    background: url(../images/nav.png)no-repeat;
    background-position: center;     
}
.header-nav .header-nav-right>ul>.active>a{
    display: inline-block;
    width: 82px;
    height: 54px;
    color: #fff; 
    font-weight: normal;    
}
.header-nav .header-nav-right>ul>li>a{
    color: #434343;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-size: 12px;
    vertical-align: 1px;
}
.header-nav .header-nav-right ul>.productlist{
    position: relative;
}
.header-nav .header-nav-right ul>.productlist .menu{
    z-index: 3;
    display: none;
    position: absolute;
    left: -8px;
    top: 55px;
    padding: 10px 5px 8px;
    background-color: rgb(217, 217, 217);
}
.header-nav .header-nav-right ul>.productlist .menu li{
    width: 90px;
    height: 31px;
    padding: 0 5px;
    text-align: center;
}
.header-nav .header-nav-right ul>.productlist .menu li:hover{
    background-color: #09357f;
}
.header-nav .header-nav-right ul>.productlist .menu li:hover a{
    color: #fff;
}
.header-nav .header-nav-right ul>.productlist .menu li a{
    display: block;
    color: #434343;
    font-size: 12px;
    width: 90px;
    height: 31px;
    line-height: 31px;
}

/*banner*/
.banner{
    position: relative;
    width: 100%;
    height: 500px;
}
.banner img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 0;
    background: #fff;
    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;
}
.text-top{
    z-index: 3;
    position: absolute;
    left: 247px;
    top: 80px;
    color: #fff;
    font-family: 微软雅黑;    
}
.text-top .title{
    font-weight: bold;
    font-size: 0;
    line-height: 140%;
}
.text-top .con{
    font-size: 0;
    line-height: 200%;
}
.text-bottom{
    position: absolute;
    left: 400px;
    top: 234px;
    z-index: 3;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 0;
    line-height: 300%;
}
.text-bottom .list li{
    list-style: disc;
}
/*新闻轮播*/
.search{
    background: url(../images/search.jpg)no-repeat;
    background-size: 100% 40px;
}
.search .search-con{
    position: relative;
    height: 40px;
}
.search .search-left .laba{
    position: absolute;
    left: 11px;
    top: 8px;
    width: 27px;
    height: 24px;
}
.search .search-left .news-list{
    position: absolute;
    left: 41px;
    top: 6px;
    width: 509px;
    height: 28px;
    overflow: hidden;
}
.search .search-left .news-list ul{
    position: absolute;
    left: 0px;
    width: 3680px;
    white-space: nowrap;
    height: 28px; 
    animation: move 100s linear infinite;
}
.search .search-left .news-list li{
    float: left;
    margin-right: 25px;
}
.search .search-left .news-list a{
    color: #434343;
    font-family: Microsoft YaHei;
    font-size: 12px;
}
.search  .search-right{
    font-size: 0;
    float: right;
    margin-top: 4px;
}
.search  .search-right img{
    vertical-align: -11px;
    height: 31px;
    cursor: pointer;
}
@keyframes move{
    from{
        left: 0px;
    }
    to{
        left: -3680px
    }
}

/*左侧产品列表*/
.product{
    width: 1200px;
    margin: 0 auto;
}
.product .product-left{
    float: left;
}
.product .product-list{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    width: 210px;
    border:  1px solid #ccc;
}
.product .product-list .product-list-title{
    width: 210px;
    height: 48px;
    line-height: 48px;
    background-color: #ddd;
    /*text-align: center;*/
}
.product .product-list .product-list-title p span:nth-child(1){
    margin-left: 20px;
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: bold;
}
.product .product-list .product-list-title p span:nth-child(2){
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.product .product-list .product-list-con li{
    padding-left: 20px;
    width: 190px;
    height: 35px;
}
.product .product-list .product-list-con li img,
.product .product-list .product-list-con li a{
    line-height: 35px;
}
.product .product-list .product-list-con li a{
    font-size: 14px;
    color: #666;
}
.product .product-list .product-list-con li a:hover{
    color:#0099ff;
}
.product .product-con{
    margin-right: 10px;
    margin-top: 30px;
    float: right;
}
.product .product-con .product-con-title{
    width: 928px;
}
.product .product-con .product-con-title p{
    width: 920px;
}
.product .product-con .product-con-title p span{
    margin-left: 10px;
    float: left;
    font-weight: bold;
    font-family: 微软雅黑;
    font-size: 18px;
}
.product .product-con .product-con-title p .more{
    float: right;
}
.product .product-con .product-con-title p a img{
    width: 92px;
    height: 25px;
    vertical-align: top;
}
.product .product-con .product-con-title .line{
    width: 928px;
    height: 27px;
}
.product .product-con .product-con-title .line img{
    width: 928px;
    height: 26px;
}
/*首页六个产品展示*/
.product-show{
    margin-left:10px; 
    max-width: 906px;
}
.product-show li{
    vertical-align: top;
    width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid transparent;
    float: left;
}
.product-show li:hover{
    border-color: #237fcc;
}
.product-show li.picright{
    margin-right: 0;
}
.product-show li .img{
    height: 170px;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-bottom: 8px;
    overflow: hidden;;
}
.product-show li div img{
    max-width: 250px;
    margin: 0px auto;
    max-height: 260px;
    width: 200px;
    height: 150px;
}
.product-show li .text{
    height: 40px;
    padding: 0 3px 0 6px;
}
.product-show li .text .title{
    margin-top: 9px;
}
.product-show li .text .title a{
    font-family: Microsoft YaHei;
    color: #434343;
    font-weight: bold;
    line-height: 140%;
    font-size: 14px;
}
.product-show li .text .mid{
    margin-top: 1px; 
    line-height: 16px;  
}
.product-show li .text .mid a{
    font-family: Microsoft YaHei;
    color: #cccccc;
    line-height: 140%;
    font-size: 12px; 
}
.product-show li .text .mid a:hover{
    color: #2c90ff;
}
.product-show li .text .bot span:nth-child(1){
    font-family: Microsoft YaHei;
    color: #666666;
    line-height: 140%;
    font-size: 12px;    
}
.product-show li .text .bot span:nth-child(2){
    font-family: arial;
    font-size: 18px;
    color: #237fcc;
    font-weight: bold;
    line-height: 140%;
}

/*关于我们*/
.wrap>.about{
    overflow: hidden;
    position: relative;
    margin-top: 80px;
    width: 100%;
    min-height: 508px;
    background-color: rgb(240, 240, 240);
}
.about .about-con{ 
    width: 1200px;
    margin: 50px auto 0;
}
.about .about-con .about-con-left{
    float: left;
    width: 600px;
    height: 309px;
}
.about .about-con .about-con-left img{
    width: 100%;
    height: 100%;
}
.about .about-con .about-con-right{
    float: right;
    width: 600px;
    height: 309px;
    position: relative;
    background-color: rgb(217, 217, 217);
}
.about .about-con .about-con-right .line{
    left: 19px;
    top: 12px;
    position: absolute;
    width: 49px;
    height: 30px;
}
.about .about-con .about-con-right .line div{
    border-top: 4px solid #237fcc;
    margin: 15px 0;
    width: 100%;
}
.about .about-con .about-con-right .title{
    left: 19px;
    top: 37px;
    position: absolute;
    width: 570px;
    height: 39px;
}
.about .about-con .about-con-right .title .before{
    font-weight: bold;
    font-family: 微软雅黑;
    font-size: 22px;
    line-height: 140%;
}
.about .about-con .about-con-right .title .after{
    font-size: 12px;
    line-height: 140%;    
}
.about .about-con .about-con-right .text-con{
    left: 19px;
    top: 94px;
    position: absolute;
    width: 567px;
    height: 120px;
}
.about .about-con .about-con-right .text-con p{
    font-family: 微软雅黑;
    line-height: 200%;
    font-size: 12px;
}
.about .about-con .about-con-right .more{
    left: 21px;
    top: 235px;
    position: absolute;
    width: 98px;
    height: 27px;
}
/*.about .about-img{
    background: url(../images/aboutb.jpg);
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: 100% 100%;
    min-width: 1200px;
}
.about .about-img .about-img-con{
    width: 1200px;
    margin: 0 auto;
}*/
.about .aBottom{
    height: 100px;
    background-color: transparent;
    background-image: url(http://tpl-ce3039b.pic34.websiteonline.cn/upload/3_74f7.jpg);
    background-position: center center;
    width: 100%;
    min-width: 1200px;
}
.about .aBottom .abCon{
    position: relative;
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.about .aBottom .abCon .abLeft{
    width: 600px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0;
}
.abCon .abLeft .text{
    left: 11px;
    top: 28px;
    position: absolute;
    z-index: 101;
    width: 318px;
    height: 61px;
    font-style: italic;
}
.abCon .abLeft .text p{
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
}
.abCon .abLeft .text span{
    color: #d9d9d9;
    line-height: 140%;
    font-size: 12px;
}
.abCon .abLeft .qq{
    width: 227px;
    height: 71px;
    left: 339px;
    top: 18px;
    position: absolute;
}
.abCon .abLeft .qq a{
    width: 60px;
    height: 60px;
    padding: 2px;
    padding-right: 10px;
    display: block;
    float: left;
    overflow: hidden;    
}
.abCon .abLeft .qq a p{
    width: 60px;
    height: 120px;
    top: -64px;
    position: relative;
}
.abCon .abLeft .qq a:hover p{
    transform: translateY(64px);
    transition: transform 0.2s linear ;
}
.abLeft .qq a p img{
    width: 60px;
    height: 60px;
}
.abCon .abRight{
    position: absolute;
    left: 600px;
    width: 600px;
    height: 100px;
    float: right;
}
.abCon .abRight ul{
    position: absolute;
    left: 25px;
    top: 20px;
    color: rgb(204, 204, 204);
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 100%;
}
.abCon .abRight ul li{
    float: left;
    margin: 0 20px;
}
.abCon .abRight ul li p:nth-child(2){
    text-align: center;
}
.abCon .abRight ul li p:nth-child(3){
    font-size: 12px;
    line-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}
.abCon .abRight ul li>span{
    display: inline-block;
    width: 0;
    height: 61px;
    border-left: 1px solid #ccc;
}
.abCon .abRight ul li p span{
    display: inline-block;
    width: 39px;
    height: 4px;
    background: #ccc;
}
.advantage{
    position: relative;
    /*width: 1200px;*/
    width: 100%;
    min-height: 911px;
    margin: 100px auto 0;
    display: none;
}
.advantage .advTitle{
    position: absolute;
    width: 100%;
    left: 0px;
}
.advantage .advEng{
    /*width: 1200px;*/
    width: 100%;    
    height: 16px;
    text-align: center;
    line-height: 140%;    
}
.advantage .advCh{
    height: 33px;
    /*width: 1200px;*/
    width: 100%;
    
    text-align: center;    
    font-weight: bold;
    font-size: 24px;
    font-family: 微软雅黑;
    color: rgb(67, 67, 67);
    line-height: 140%;
}
.advantage .advBg{
    position: absolute;
    height: 28px;
    background-color: transparent;
    background-image: url(http://tpl-ce3039b.pic34.websiteonline.cn/upload/mtig.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*left: -192px;*/
    width:100%;
    top: 50px;
}
.advantage .advCon{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -600px;
    word-wrap: break-word;
    padding: 0px;
    border: 0px solid transparent;
    height: 811px;
    width: 1200px;
    background-image: url(http://tpl-ce3039b.pic34.websiteonline.cn/upload/1203.jpg);
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
}
.advantage .advCon .con p:nth-child(1){
    font-weight: bold;
    color: rgb(35, 127, 204);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 50.3999977111816px;
}
.advantage .advCon .con p:nth-child(2){
    font-weight: bold;    
    font-family: 微软雅黑;
    font-size: 17px;
    line-height: 230%;
    color: rgb(67, 67, 67);
}
.advantage .advCon .con p:nth-child(3),
.advantage .advCon .con p:nth-child(4){
    font-family: 微软雅黑;
}
.advantage .advCon .Con1,
.advantage .advCon .Con2,
.advantage .advCon .Con3,
.advantage .advCon .Con4{
    position: absolute;    
    width: 580px;
    /*height: 100px;*/
}
.advantage .advCon .Con1{
    /*left: -800px;*/
    left: 0;
    top: 58px;  
}
 .advantage .advCon .Con2{
    /*left: 1400px;*/
    left: 600px;
    top: 299px;
}
.advantage .advCon .Con3{
    /*left: -800px;*/
    left: 0;
    top: 454px;
}
.advantage .advCon .Con4{
    /*left: 1400px;*/
    left: 600px;
    top: 645px;
}

/*新闻*/
.news{
    position: relative;
    width: 100%;
    min-height: 790px;
    background-color: rgb(240, 240, 240);
    margin: 0 auto;
}
.news .newsTitle{
    width: 100%;
    height: 58px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 48px;
}
.news .newsTitle .newsEng{
    color: rgb(90, 90, 90);
    font-family: Arial, 宋体, Helvetica, sans-serif, Verdana;
    font-size: 12px;
    font-weight: normal;
    line-height: 140%;
}
.news .newsTitle .newsCh{
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    font-family: 微软雅黑;
    color: rgb(67, 67, 67);
}
.news .newsBg{
    position: absolute;
    height: 28px;
    background-color: transparent;
    background-image: url(http://tpl-ce3039b.pic34.websiteonline.cn/upload/mtig.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    top: 100px;
}
.news .newsCon{
    width: 1200px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -215px;
}
.news .newsCon .newsLeft{
    float: left;
    width: 1200px;
    height: 549px;
    background-color: rgb(231, 231, 231);
    /*background: orange;    */
}
.news .newsCon .newsLeft .con1{
    left: 32px;
    top: 27px;
    position: absolute;
    z-index: 100;
    width: 1136px;
    height: 38px;
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent transparent rgb(204, 204, 204);
    border-width: 0px 0px 1px;
    display: block;
    border-style: solid;
}
.newsCon .newsLeft .con1 strong{
    font-family: 微软雅黑;
    font-size: 18px;
    color: rgb(67, 67, 67);
    line-height: 140%;
}
.news .newsCon .newsLeft .con1 a{
    width: 98px;
    height: 27px;
    position: absolute;
    top: -5px;
    left: 1036px;
}
.news .newsCon .newsLeft .con2{
    left: 34px;
    top: 100px;
    position: absolute;
    z-index: 129;
    width: 1135px;
    height: 150px;
    /*background: orange;*/
}
.news .newsCon .newsLeft .con2>a{
    width: 200px;
    height: 140px;
    margin-right: 8px;
    float: left;
}
.newsCon .newsLeft .con2 a img{
    width: 200px;
    height: 140px;
}
.newsCon .newsLeft .con2 div{
    width: 927px;
    overflow-wrap: break-word;
    float: left;
}
.newsCon .newsLeft .con2 .title{
    width: 518px;
    margin-bottom: 5px;
}
.newsCon .newsLeft .con2 .title a{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #09357f;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}
.newsCon .newsLeft .time{
    font-size: 12px;
}
.newsCon .newsLeft .con2 .time{
    width: 518px;
    height: 16px;
    padding-top: 12px;
    color: #929292;    
}
.newsCon .newsLeft .con2 .abstract{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
}
.newsCon .newsLeft .con3,
.newsCon .newsLeft .con4{
    position: absolute;
    left: 39px;
    width: 1122px;
    height: 99px;
}
.newsCon .newsLeft .con3{
    top: 267px;    
}
.newsCon .newsLeft .con4{
    top:366px;
}
.newsCon .newsLeft .con3 .title,
.newsCon .newsLeft .con4 .title{
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsCon .newsLeft .con3 .title a,
.newsCon .newsLeft .con4 .title a{  
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 4px;
    color: #09357f;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}
.newsCon .newsLeft .con3 .time,
.newsCon .newsLeft .con4 .time{
    margin-bottom: 6px;
    color: #929292;
}
.newsCon .newsLeft .con3 .abstract,
.newsCon .newsLeft .con4 .abstract{
    line-height: 140%;
    font-family: Microsoft YaHei;
    font-size: 12px;
    padding-top: 4px;
    color: #5A5A5A;
}
.news .newsCon .newsRight{
    display: none;
    position: relative;
    float: right;
    width: 396px;
    height: 549px;
    background-color: rgb(231, 231, 231);     
}
.news .newsCon .newsRight .con1{
    width: 345px;
    height: 38px;
    left: 34px;
    top: 27px;
    position: absolute;
    word-wrap: break-word;
    padding: 0px;
    border-color: transparent transparent rgb(204, 204, 204);
    border-width: 0px 0px 1px;
    border-style: solid;
}
.news .newsCon .newsRight .con1 strong{
    font-size: 18px;
    line-height: 140%;
    color: rgb(67, 67, 67);
    font-family: 微软雅黑;
}
.news .newsCon .newsRight .con2{
    left: 45px;
    top: 122px;
    position: absolute;
    z-index: 177;
    width: 280px;
    height: 393px;
    /*border: 1px solid red;*/
    overflow: hidden;
}
.news .newsCon .newsRight .con2 .plant{
    position: absolute;
    width: 1400px;
    height: 393px;
    left: 0;
    top: 0;
    /*border: 1px solid black;*/
}
.news .newsCon .newsRight .con2 .plant li{
    width: 240px;
    height: 393px;
    padding: 0 20px;
    float: left;
}
.news .newsCon .newsRight .con2 .plant li img{
    width: 240px;
    height: 393px;
}
.news .newsCon .newsRight .btnLeft,
.news .newsCon .newsRight .btnRight{
    margin-top: 285px;
    width: 30px;
    height: 48px;
    opacity: 0.2;
}
.news .newsCon .newsRight .btnLeft img,
.news .newsCon .newsRight .btnRight img{
    width: 30px;
    height: 48px;
}
.news .newsCon .newsRight .btnLeft{
    margin-left: 15px;
    float: left;
}
.news .newsCon .newsRight .btnRight{
    margin-right: 42px; 
    float: right;
}
.news .newsCon .newsRight .btnLeft:hover,
.news .newsCon .newsRight .btnRight:hover{
    opacity: 0.5;    
}
/*底部*/
.wrap .footer{
    font-size: 12px;
    width: 100%;
    height: 127px;
    background-color: rgb(9, 53, 127)
}
.wrap .footer .fooCon{
    position: relative;
    width: 1200px;
    height: 127px;
    margin: 0 auto;
    color:#cccccc; 
    font-family: Microsoft YaHei;             
}
.footer .fooCon .con1>ul{
    padding-left: 20px;
    left: 278px;
    top: 29px;
    position: absolute;
    z-index: 127;
    width: 691px;
    height: 30px;
}
.footer .fooCon .con1>ul>li{
    width: 87px;
    height: 30px;
    float: left;  
}
.footer .fooCon .con1>ul>li:hover >a{
    color: #fff;
}
.footer .fooCon .con1>ul>li:nth-child(2){
    position: relative;
}
.footer .fooCon .con1>ul>li:nth-child(2):hover ul{
    display: block;
}
.footer .fooCon .con1>ul>li>a:hover{
    font-weight: bold;
}
.footer .fooCon p{
    text-align: center;
}
.footer .fooCon p:nth-child(2){
    padding-top: 60px;
}
.footer .fooCon ul li ul{
    display: none;
    position: absolute;
    top: 23px;
}
.footer .fooCon ul li ul li{
    float: left;
    width: 77px;
    height: 22px;
    padding:  0 5px;
    line-height: 22px;
    text-align: center;
    background-color: #0097e6;
}
.footer .fooCon ul li ul li a{
    display: block;
    text-align: center;
    font-family: arial;
    font-size: 12px;
    color: #fff;
}
.footer .fooCon ul li ul li:hover{
    background-color: #237fcc;
}
.footer .fooCon .con1>ul>li>a{
    font-family: Microsoft YaHei;    
    width: 48px;
    height: 30px;
    padding: 0 19.5px;
    color:#cccccc;          
}
.footer .fooCon .con2{
    left: 0px;
    top: 65px;
    position: absolute;;
    width: 1200px;
    height: 20px;
    text-align: center;
}
.footer .fooCon .con3{
    width: 1200px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 69px;
    text-align: center;
    margin-left: -1px;
}
.anchors{
    display: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url(http://static.websiteonline.cn/website/plugin/gototop/view/sysbgimage/style3.png);
    position: fixed;
    right: 0;
    bottom: 120px;
}

/*关于我们*/
.banner1{
    position: relative;
    width: 100%;;
    height: 250px;
}
.banner1 .text-top{
    position: absolute;
    left: 247px;
    top: 65px;
}
.banner1 img{
    width: 100%;
    height: 250px;
}

/*左侧联系我们*/
.contact-us{
    position: relative;
    margin: 30px 0 30px 20px;
    width: 210px;
    border:  1px solid #ccc;
}
.product .contact-us .contact-us-title{
    width: 210px;
    height: 48px;
    line-height: 48px;
    background-color: #ddd;
    /*text-align: center;*/
}
.product .contact-us .contact-us-title p span:nth-child(1){
    margin-left: 20px;
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: bold;
}
.product .contact-us .contact-us-title p span:nth-child(2){
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.product .contact-us .contact-us-con p{
    margin-left: 12px;   
    font-family: 微软雅黑;     
}
.product .contact-us .contact-us-con p img{
    vertical-align: middle;
}
.product .contact-us .contact-us-con .ewm{
    position: absolute;
    left: 124px;
    top: 210px;
}
.product .contact-us .contact-us-con .ewm p{
    margin: 0;
    font-size: 12px;
    line-height: 200%;
}
/*简介主要内容*/
.about-con1{
    margin-left: 15px;;
    max-width: 913px;
}
.about-con1 .title p:nth-child(1){
    font-family: 微软雅黑;
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
}
.about-con1 .title p:nth-child(2){
    font-size: 12px;
    line-height: 140%; 
    color: rgb(204, 204, 204);   
}
.about-con1 .about-text{
    margin: 20px auto;
}
.about-con1 .about-text p{
    text-indent: 2em;
    font-family: 微软雅黑;
    line-height: 140%;
    font-size: 12px;
}
.product-con-title p a{
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-family: 'Microsoft YaHei';
}
.product-con-title p a:hover{
    text-decoration: underline;
}

/*产品界面*/
.page{
    text-align: center;
    font-size: 12px;
}
.page .pager_link{
    border: 1px solid #D5D5D5;
    display: inline-block;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    margin: 0 2px;
}
.page .on{
    border: none;
    color: #D00;
}
.page a{
    color: #5a5a5a;
}

/*新闻动态*/
.news-show{
    margin-left: 15px;
    max-width: 906px;
}
.news-show .news-index li{
    margin-bottom: 15px;
    line-height: 140%;
}
.news-show .news-index li .title{
    margin-bottom: 5px;
}
.news-show .news-index li .title a{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 4px;
    color: #5A5A5A;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
}
.news-show .news-index li .title a:hover{
    color: #ff8261;
}
.news-show .news-index li .time{
    display: block;
    font-family: arial;
    font-size: 11px;
    padding-top: 2px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}
.news-show .news-index li .abstract{
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    padding-top: 4px;
    color: #5A5A5A; 
}

/*联系我们*/
.address{
    margin-left: 20px;
    margin-top: 20px;
}
.address p{
    line-height: 180%;
}

/*新闻详细页*/
.news2{
    margin-bottom: 30px;
}
.news2 .news2-con{
    margin-top: 30px;
    margin-bottom: 30px;    
}
.news2 .news2-con p.title{
    text-indent: 0;    
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #ed3c46;
    font-weight: bold;
}
.news2 .news2-con p.time{
    text-indent: 0;
    text-align: center;
}
.news2 .news2-con p.time span{
    line-height: 21px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    margin-right: 20px;
}
.news2 .news2-con p{
    max-width: 928px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #868686;
    text-indent: 2em;
    line-height: 200%;
}
.news2 .news2-page{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    line-height: 200%;    
}
.news2 .news2-page a{
    font-family: Microsoft YaHei;
    color: #5A5A5A;
}
.news2 .news2-page a:hover{
    text-decoration: underline;
}


/*产品详细*/
.product2{
    max-width:900px;
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 30px;    
}
.product2 .product2-show{
    text-align: center;
    margin-bottom: 30px;
}
.product2 .product2-show img{
    max-width: 800px;
}
.product2 .product2-text{
    margin-bottom: 30px; 
}
.product2 .product2-text .title{
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
}
.product2 .product2-text p{
    color: #5A5A5A;
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 27px;
}
.product2 .product2-page{
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #5A5A5A;
    line-height: 200%;  
}
.product2 .product2-page a{
    font-family: Microsoft YaHei;
    color: #5A5A5A;
}
.product2 .product2-page a:hover{
    text-decoration: underline;
}