@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "微软雅黑";
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}

a {
    font-size: 12px;
    text-decoration: none;
    color: #65726e;
}

ul li {
    list-style: none;
}

img {
    border: none;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.cls {
    clear: both;
}
/*通用*/
.m-t-15{
    margin-top: 15px;
}
.m-r-15{
    margin-right: 15px;
}
.topbox {
    width: 100%;
    background: url(../Images/top.jpg) repeat-x;
    height: 34px;
}

#top {
    width: 1000px;
    margin: 0 auto;
}

.welcome {
    width: auto;
    float: left;
}

.welcome {
    color: #767777;
    line-height: 34px;
}

.qiehuan {
    float: right;
    width: 200px;
}

.qiehuan ul li {
    float: left;
    line-height: 34px;
    margin-right: 10px;
}

.chine {
    background: url(../Images/china.jpg) no-repeat 0px 10px;
}

.english {
    background: url(../Images/english.jpg) no-repeat 0px 10px;
}

.qiehuan a {
    margin-left: 25px;
}

.logobox {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
    height: 110px;
}

.logo {
    height: 90px;
}

.tel {
    width: 266px;
    height: 110px;
    background: url("../Images/tel-bg.png") no-repeat;
}
.tel h1,.tel h2{
    padding-left: 50px;
}
.tel h1{
    padding-top: 30px;
    font-size: 16px;
    font-weight: normal;
}
.tel h2{
    font-size: 20px;
    color: #FF7E12;
    font-weight: normal;
}

.navbox {
    width: 100%;
    height: 44px;
    background: url("../Images/nav_bg.png") repeat-x;
}

.nav {
    width: 999px;
    margin: 0 auto;
    border-left: #7373FF solid 1px;
}

.nav ul li {
    float: left;
    line-height: 44px;
    width: 141px;
    text-align: center;
    border-right: #7373FF solid 1px;
    display: block;
}

.nav ul li:hover ,.nav ul li.current{
    background: url("../Images/nav_hover_bg.jpg") repeat-x;
}
.nav ul li a {
    display: block;
    color: #fff;
}

/* 轮播图 */
#indexslide {
    width: 100%;
    height: 425px;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

#indexslide li {
    width: 100%;
    height: 425px;
    float: left;
}

#indexslide .bd {
    width: 100%;
    height: 425px;
    position: relative;
    overflow: hidden;
}

#indexslide ul {
    position: absolute;
    top: 0;
    left: 0;
}

#indexslide li a {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerindex {
    text-align: center;
    z-index: 10;
    position: absolute;
    width: 100%;
    bottom: 30px;
    height: 16px;
    width: 60px \9;
    left: 50% \9;
    margin-left: -30px \9;
}

.bannerindex dd {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: left \9;
}

.bannerindex dd.on {
    background-color: #d1b366;
    border: 2px solid #d1b366;
}

.slide-left {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../Images/large_left.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -50px;
}

.slide-left:hover {
    background-position: 0 -40px;
}

.slide-right {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../Images/large_right.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -50px;
}

.slide-right:hover {
    background-position: 0 -40px;
}

/*首页产品展示*/

.product_title {
    height: 38px;
    background: url("../Images/product_title_bg1.jpg") repeat-x;
}

.product_title h4 {
    float: left;
    display: block;
    width: 134px;
    line-height: 38px;
    background: url("../Images/product_title_bg.png") repeat-x center;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.product_title a.more{
    float: right;
    display: block;
    width: 36px;
    height: 38px;
    background: url("../Images/more.jpg") no-repeat left center;
    text-indent: -100000px;

}
/*首页产品列表*/
.product-list {
    padding: 15px;
}
.product-list li {
    width:175px;
    float: left;
}

.product-list li img {
    width: 169px;
    height: 124px;
    border: 1px solid #dadada;
    padding: 2px;
}

.product-list li p {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

/*荣誉认证滚动*/
/*scroll*/
.scroll{
    width:1000px;
    margin-top:42px;
}
.scroll a.prev{
    float:left;
    display: block;
    width: 16px;
    height: 46px;
    margin-top:53px;
    margin-right:15px;
    background:url("../Images/rz_left.jpg") no-repeat;
}
.scroll a.next{
    float:right;
    display: block;
    width: 16px;
    height: 46px;
    margin-top:53px;
    margin-left:15px;
    background:url("../Images/rz_right.jpg") no-repeat;
}

.scroll .scrollul{
    float:left;
}
.scroll .scrollul ul li{
    float: left;
    width: 157px;
    padding-left:15px;
    padding-right:15px;
}
.scroll .scrollul ul li img{
    display:block;
    width: 151px;
    height:120px;
    padding:2px;
    background: #fff;
    border:#D4D4D4 solid 1px;
}














/*技术支持*/
.key-bg {
    background: url(../Images/bg-key.jpg) repeat-x;
}

.key {
    width: 1002px;
    margin: 0 auto;
    height: 37px;
    line-height: 37px;
}

.key a {
    margin: 0 10px;
}

.search-box {
    width: 300px;
    float: right;
    margin-top: 7px;
}

.search-box input.box {
    width: 200px;
    height: 23px;
    float: left;
    line-height: 23px;
    color: #969696;
    display: inline;
    background: url(../Images/bg-search.jpg) left top no-repeat;
    padding-left: 23px;
}

.search-box input.btn {
    float: left;
}

.sy-pro {
    width: 1002px;
    margin: 0 auto;
}
/*主体内容*/
.container{
    width: 1000px;
    margin: 0 auto;
    padding-top: 15px;
}
.left{
    float: left;
    width: 205px;
    margin-right: 15px;
}
.left-box{
    width: 203px;
    border: 1px solid #7373FF;
}
.title{
    background: url("../Images/product_title_bg.png") repeat-x;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}
/*侧边栏*/
.sidebar{
    padding: 0px 10px;
}
.sidebar ul li{
    line-height: 34px;
    margin-top:10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #7473FF url("../Images/sidebar-li.png") no-repeat 160px 8px;
}
.sidebar ul li a{
    display: block;
    color: #FFF;
}
.left-contact{
   padding: 15px;
    line-height: 25px;
}

/*右边内容*/
.right{
    float: right;
    width:778px ;
    border: 1px solid #e3e3e3;
    border-top: 1px solid #1D2088;
}
.crumb{
    width: 748px;
    height: 38px;
    line-height: 38px;
    background: url("../Images/crumb-bg.jpg") repeat-x;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}
.crumb span{
    padding-right: 10px;
    color: #65726e;
}
.right-container{
    padding: 15px;
}
.style-1{
    line-height: 25px;
}
/*缩略图列表*/
.style-2 {
    margin: 0 auto;
    width: 748px;
    text-align: center;
}

.style-2 ul {
    list-style: none;
    overflow: hidden;
}

.style-2 li {
    width: 231px;
    padding: 3px 12px 3px 6px;
    float: left;
}

.style-2 li img {
    width: 225px;
    height: 169px;
    border: 1px solid #dadada;
    padding: 2px;
}

.style-2 li span {
    display: block;
    text-align: center;
    line-height: 26px;
    color: #222;
    font-size: 12px;
}

.container-product .thumb{
    width: 500px;
    margin: auto;
}
.container-product .thumb img{
    width: 500px;
}
.container-product li{
    line-height: 25px;
}

/*新闻中心*/
.news_list {
    width: 745px;
    display: block;
    overflow: hidden;
    list-style: none;
}

.news_list li {
    border-bottom: 1px dashed #cdcdcd;
    line-height: 36px;
    display: block;
    clear: both;
    height: 36px;
}

.news_list li a {
    display: block;
    float: left;
    width: 600px;
    background: url(../images/done.jpg) no-repeat 1px center;
    padding-left: 18px;
    outline: none;
}

.news_list li span {
    display: block;
    float: right;
    color: #444;
    font-size: 12px;
}

.news_time {
    width: 745px;
    margin: auto;
    margin-top: 10px;
    color: #666;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 8px;
}










/*首页产品列表*/
.product {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.product_list {
    width: 206px;
    float: left;
    margin-right: 15px;
}



.product_list_nr li {
    line-height: 34px;
}

.product_list_nr a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-left: 9px;
    font-size: 12px;
    line-height: 34px;
    display: block;
}

.product_list_nr {
    width: 174px;
    margin-left: 15px;
    padding-bottom: 18px;
}

.f_x {
    background: url(../Images/product_list_bg.jpg) no-repeat 0px 0px;
    width: 174px;
    line-height: 34px;
    margin-bottom: 8px;
}

.f_x ul {
    margin-top: 10px;
    margin-bottom: 13px;
    list-style: none;
}

.f_x ul li {
    padding-left: 20px;
    line-height: 34px;
    border-bottom: 1px solid #eee;
    background: url(../Images/+.jpg) no-repeat 10px 15px;
}

.f_x ul li a {
    font-size: 12px;
    color: #444;
}

#menu {
    display: block;
}

.indexpro ul {
    display: none;
}

.product_list {
    border: 1px solid #7373FF;
}

.product_list_title {
    padding-bottom: 10px;
}

.product_right {
    width: 775px;
    float: right;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}


.product_pic ul {
    margin-top: 15px;
}

.product_pic p {
    text-align: center;
    line-height: 28px;
    width: 170px;
    background: #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_pic ul li {
    float: left;
    margin-left: 17px;
    text-align: center;
}

.product_pic ul li img {
    border: 1px solid #ccc;
    padding: 1px;
    width: 170px;
}

.product_pic ul li a {
    color: #444;
}

.product_pic ul li:hover a {
    color: #c80909;
}

.bianju {
    margin-bottom: 20px;
}



.rzbox {
    height: 264px;
    width: 100%;
    background: #f0f1f0;
    margin-top: 20px;
}

.rz {
    width: 1000px;
    margin: 0 auto;
}

.rzbox h4 {
    font-size: 20px;
    color: #017ad7;
    text-align: center;
    line-height: 60px;
}

.rzbox h4 a {
    color: #017ad7;
    font-size: 20px;
}

.rz_title {
    width: 400px;
    height: 6px;
    background: url(../Images/rz_title_bg.jpg) repeat-x;
    margin: 0 auto;
}

/*for_scroll*/
.bx_wrap {
    position: relative;
}

.bx_wrap ul {
    margin-left: -10px;
}

.bx_wrap ul li {
    margin: 22px 0 0 0px;
}

.bx_wrap a.prev {
    width: 16px;
    display: block;
    height: 24px;
    outline-style: none;
    outline-width: 0;
    position: absolute;
    top: 72px;
    left: -30px;
    text-indent: -9999px;
    background: url(../Images/rz_left.jpg) no-repeat left;
}

.bx_wrap a.prev:hover {
    background: url(../Images/rz_left.jpg) no-repeat right;
}

.bx_wrap a.next {
    width: 15px;
    display: block;
    height: 24px;
    right: 0px;
    outline-style: none;
    outline-width: 0;
    position: absolute;
    top: 70px;
    text-indent: -9999px;
    background: url(../Images/rz_right.jpg) no-repeat right;
}

.bx_wrap {
    margin-left: 20px;
}

.bx_wrap a.next:hover {
    background: url(../Images/rz_right.jpg) no-repeat left;
}

.bx_container #example1 li {
    float: left;
}

.bx_container #example1 img {
    width: 175px;
    height: 131px;
}

/*index_over*/

.banner_pic {
    width: 100%;
    height: 205px;
    overflow: hidden;
    margin-top: 1px;
}

.left_com {
    width: 208px;
    float: left;
    height: auto;
    overflow: hidden;
}

.lt {
    margin-top: 16px;
}

.lx_list_nr {
    width: 195px;
    line-height: 25px;
    padding-left: 5px;
}

.lx_list_nr img {
    width: 195px;
}

.middle {
    width: 1000px;
    margin: 0 auto;
    height: 335px;
}

.about {
    width: 724px;
}

.about h4 {
    float: left;
    color: #017ad7;
    font-size: 20px;
    line-height: 42px;
    margin-top: 15px;
}

.about span.ten {
    font-size: 14px;
    color: #49c6f7;
    float: left;
    margin-top: 30px;
}

.about_pic {
    width: 287px;
    text-align: left;
    margin-top: 18px;
    float: left;
}

.about_pic img {
    padding: 6px;
    border: 1px solid #cccdcc;
    width: 260px;
}

.about_nr {
    margin-top: 18px;
    line-height: 26px;
    color: #333
}

.contact {
    width: 246px;
}

.contact h4 {
    float: left;
    color: #017ad7;
    font-size: 20px;
    line-height: 42px;
    margin-top: 15px;
}

.contact span.ten {
    font-size: 14px;
    color: #49c6f7;
    float: left;
    margin-top: 30px;
}

.contact_nr {
    line-height: 25px;
    color: #444;
    margin-top: 18px;
    width: 230px;
    margin-left: 5px;
    font-size: 12px;
}

.contact_nr ul {
    margin-top: 28px;
    width: 215px;
    margin-left: 5px;
}

.contact_nr ul li {
    line-height: 26px;
    color: #444;
}

/*工厂参观开始*/
.cgbox {
    width: 100%;
    background: #f0f1f0;
    height: 296px;
}

.cg {
    width: 1000px;
    margin: 0 auto;
}

.cg_top {
    padding-top: 36px;
}

.cg_title {
    width: 263px;
    text-align: center;
    float: left;
}

.cg_title h4 {
    float: left;
    margin-left: 30px;
    color: #017ad7;
    font-size: 20px;
}

.cg_title span {
    float: left;
    font-size: 14px;
    color: #49c6f7;
    float: left;
    margin-top: 5px;
}

/*7.31change*/
.pro_pic_bg {
    margin: 30px 5px 0 15px;
    width: 220px;
    height: 175px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.pro_pic_bg .btn_bg a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.pro_pic_bg img {
    padding: 4px;
    border: 1px solid #c5c6c5;
    width: 210px;
}

.bd_pic {
    position: absolute;
    width: 160px;
    height: 180px;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.bd_pic a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

/*工厂参观结束*/
.bottom {
    width: 1001px;
    margin: 0 auto;
    overflow: hidden;
}

/*新闻中心*/
.news {
    width: 487px;
    margin-top: 15px;
    float: left;
}

.news h4 {
    float: left;
    color: #017ad7;
    font-size: 20px;
    line-height: 42px;
    margin-top: 15px;
}

.news span {
    font-size: 14px;
    color: #49c6f7;
    float: left;
    margin-top: 30px;
}

.news ul li {
    line-height: 33px;
    padding-left: 17px;
    background: url(../Images/done.jpg) left center no-repeat;
    border-bottom: 1px dashed #ccc;
}

.news ul li a {
    color: #444;
}

.news ul li b {
    float: right;
    color: #9f9f9f;
    font-weight: normal;
    font-size: 12px;
}

/*技术支持*/
.jishu {
    width: 487px;
    margin-top: 15px;
    float: right;
}

.jishu h4 {
    float: left;
    color: #017ad7;
    font-size: 20px;
    line-height: 42px;
    margin-top: 15px;
}

.jishu span {
    font-size: 14px;
    color: #49c6f7;
    float: left;
    margin-top: 30px;
}

.jishu ul li {
    line-height: 33px;
    padding-left: 17px;
    background: url(../Images/done.jpg) left center no-repeat;
    border-bottom: 1px dashed #ccc;
}

.jishu ul li a {
    color: #444;
}

.jishu ul li b {
    float: right;
    color: #9f9f9f;
    font-weight: normal;
    font-size: 12px;
}



.gexian {
    background: url(../Images/reunt.jpg) no-repeat;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.footer {
    width: 100%;
    background: #1D2088;
}

.foooter_nr {
    width: 1000px;
    margin: 0 auto;
}

.foooter_nr p {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}

.foooter_nr a {
    color: #fff;
    margin-left: 15px;
}

.footer_line {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #FFF;
    margin-top: 16px;
}

.footer_yejiao {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}




/*返回顶部*/
#back-to-top {
    position: fixed;
    bottom: 5%;
    right: 10px;
    z-index: 100000;
}
#back-to-top a{
    display:block;
    width: 60px;
    height: 60px;
    text-indent: -10000px;
    background: url(../Images/goTop.png) no-repeat 0 0;
}
#back-to-top a:hover {
    background: url(../Images/goTop.png) no-repeat 0px -60px;
}




.pages {
    margin-top: 6px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

.pages a, .pages font, .pages i {
    border: 1px solid #DDD;
    color: #333;
    margin: 1px;
    padding: 2px 6px;
    text-decoration: none;
    font-size: 12px;
}

.pages b {
    border: 1px solid #2C97E5;
    color: #333;
    margin: 1px;
    padding: 2px 6px;
    text-decoration: none;
    background: #2C97E5;
    color: #FFF;
    font-size: 12px;
}

.pages a:hover {
    border: 1px solid #2C97E5;
    color: #333;
    margin: 1px;
    padding: 2px 6px;
    text-decoration: none;
    background: #2C97E5;
    color: #FFF;
    font-size: 12px;
}
