﻿@charset "utf-8";
/* CSS Document */
body {padding:0; margin:0; font-size:14px; font-family:"微软雅黑"; color:#212121; background:#000000;}
a{color:#212121;text-decoration:none;}
a:hover{color:#FF6600; text-decoration:none;}
a img{border:none;} 
div,ul,li,p,form,h1,h2{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
tr {padding: 0px; margin: 0px;list-style-type: none;}
.clearfloat {clear:both;height:0;font-size: 1px;line-heigt: 0px;}
#container {margin:0 auto; width:100%;overflow:hidden;min-width:1200px; background:#FFFFFF;}
.upfile { border: 1px solid #ccc; margin-left:10px;}

/*头部*/
.fixed_top {position: fixed; z-index:99999; width: 100%; float: left; top:0px;background: rgba(39, 39, 39, 0.52); }
.main_top{margin:0 auto; width:1200px;}
.logo { width:28%;  height: 95px;  float: left; overflow: hidden;}
.logo img {margin-top:13px; width:286px;}
.nav {width:72%;height: 95px; float: right;overflow: hidden;font-weight: bold;}
.nav a {color: #fff;}
.nav ul {float: right; width:810px; height: 95px;line-height: 95px; margin: 0px; padding: 0px;}
.nav ul li {float: left; width: 90px; height: 95px;text-align: center; color:#FFFFFF;}
.nav ul li a:hover {color: #FF6600;}
.munehover a{color:#FF6600;}

/*广告*/
#banner{margin:0 auto; height:550px; width:100%; margin-top:95px;}
#full-screen-slider { width:100%; height:550px; float:left; position:relative;}
#slides { display:block; width:100%; height:550px; list-style:none; padding:0; margin:0; position:relative;}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:28%; top:505px; z-index:999; margin:0}
#pagination li { display:block; list-style:none; width:12px; height:13px; float:left; margin-left:10px; border-radius:5px; background:url(ico-2.png) no-repeat;}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {background:url(ico-1.png) no-repeat;}


/*首页*/
.index_bg {position: fixed; z-index: -1;float: left; width: 100%; height:1422px;  background: url(bg.jpg) top center no-repeat; background-size: 100% 100%; top:95px;left: 0;}
.index_title{text-align:center; font-size:24px; color:#EAEAEA; margin-top:40px;}
.index_title span{font-size:28px; display:block; text-align:center; color:#FF6600; font-family:Arial, Helvetica, sans-serif;}
.index_about{margin:0 auto; width:1200px;}
.index_about_contact{display:block;}
.index_about_contact img{float:left; display:block; width:274px;}
.index_about_contact p{float:right; display:block; color:#fff; margin-top:40px; width:900px; line-height:35px;}
.index_about_contact p span{display:block; margin-top:20px;}
.index_about_contact p span a{width:125px; height:35px; display:block; border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; background:#FF6600; color:#FFFFFF; text-align:center; margin-left:240px;}
.index_about_contact p span a:hover{background:#FFF; color:#000;}

.index_app{margin:0 auto; width:1200px; padding-top:20px;}

.index-app-box {
    width: 1200px;
    margin: 40px auto 60px auto;
}

    .index-app-box img {
        width: 100%;
    }

.index-app-br {
    border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    overflow: hidden;
}

.index-app-box-win1 {
    position: relative;
    z-index: 1;
    float: left;
    width: 330px;
    height: 400px;
    margin-right:10px;
    
}

.index-app-box-win1 img {
        position: relative;
        z-index: 2;
    }

.index-app-box-win1-name {
    position: relative;
    z-index: 3;
    float: left;
    width:30px;
    height:120px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 220px;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
	text-align:center;
}

    .index-app-box-win1-name:hover {
        color: #f39801;
        border: 1px solid #f39801;
        background: #fff;
        font-weight: bold;
    }

.index-app-box-win1:hover img {
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}

.index-app-box-win1:hover .index-app-box-win1-name {
    margin-top: -180px;
}

.index-app-box-win2 {
    float: left;
    width: 520px;
    height: 220px;
    margin-bottom: 10px;
    margin-right:10px;
}

    .index-app-box-win2 img {
        position: relative;
        z-index: 2;
    }

.index-app-box-win2-name {
    position: relative;
    z-index: 3;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 550px;
    margin-top: -80px;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
	text-align:center;
}

.index-app-box-win2-name:hover {
        color: #f39801;
        border: 1px solid #f39801;
        background: #fff;
        font-weight: bold;
    }

.index-app-box-win2:hover img {
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}

.index-app-box-win2:hover .index-app-box-win2-name {
    margin-left: 300px;
}

.index-app-box-win3 {
    float: left;
    width: 330px;
    height: 220px;
    margin-bottom: 10px;
}

    .index-app-box-win3 img {
        position: relative;
        z-index: 2;
    }

.index-app-box-win3-name {
    position: relative;
    z-index: 3;
    float: left;
    width:30px;
    height:130px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: -380px;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    padding: 12px 10px;
	text-align:center;
}

    .index-app-box-win3-name:hover {
        color: #f39801;
        border: 1px solid #f39801;
        background: #fff;
        font-weight: bold;
    }

.index-app-box-win3:hover img {
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}

.index-app-box-win3:hover .index-app-box-win3-name {
    margin-top: -170px;
}

.index-app-box-win4 {
    float: left;
    width: 860px;
    height: 170px;
}

.index-app-box-win4 img {
        position: relative;
        z-index: 2;
    }

.index-app-box-win4-name {
    position: relative;
    z-index: 3;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 560px;
    transition: 0.3s;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
	text-align:center;
}

.index-app-box-win4-name:hover {
        color: #f39801;
        border: 1px solid #f39801;
        background: #fff;
        font-weight: bold;
    }

.index-app-box-win4:hover img {
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}

.index-app-box-win4:hover .index-app-box-win4-name {
    margin-top: -60px;
}

.index_product{margin:0 auto; width:1200px; padding-top:20px;}
.index-product-box {width:1200px;height: auto;margin: 20px auto;}
.index-product-box td{padding-left:10px;}
.index_product_list {
    position: relative;
    z-index: 1;
    width: 230px;
    height:335px;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 10px;
    margin-left: 12px;
	border-radius:10px;
}
.index_product_list:first-child{margin-left:0px;}


.index_product_list-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 20px 0;
}

.index_product_list-img img {
        width: 88%;

    }

.index_product_list-text {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    color: #333;
    transition: .5s;
	font-size:16px;
}

.index_product_list-alt {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    color: #b0b0b0;
    margin: 5px 0;
    transition: .5s;
}

.index_product_list-more {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    color: #f39800;
    text-transform: uppercase;
    transition: .5s;
}

.index_product_list:hover {
    box-shadow: 1px 1px 9px #666;
    background: #f39801;
}

.index_product_list:hover .index_product_list-img {
        padding: 0 4px;
        background: #f39801;
    }

.index_product_list:hover .index_product_list-img img {
            box-shadow: 0px 0px 6px #333;
        }

.index_product_list:hover .index_product_list-text {
        background: #f39801;
    }

.index_product_list:hover .index_product_list-alt {
        background: #f39801;
        color: #fff;
    }

.index_product_list:hover .index_product_list-more {
        background: #f39801;
        color: #f33;
    }


/*动作2 放大*/
.action2 {cursor: pointer;}

.action2:hover {
        animation: zoom1 0.6s linear;
        -moz-animation: zoom1 0.6s linear; /* Firefox */
        -webkit-animation: zoom1 0.6s linear; /* Safari 和 Chrome */
        -o-animation: zoom1 0.6s linear;
        -ms-animation: zoom1 0.6s linear;
        -webkit-transform: scale3d(1.1, 1.1,1.1);
        transform: scale3d(1.1, 1.1,1.1);
        -moz-transform: scale3d(1.1, 1.1,1.1);
        -ms-transform: scale3d(1.1, 1.1,1.1);
        -o-transform: scale3d(1.1, 1.1,1.1);
    }


.index-product-more{display:block; margin-top:20px;}
.index-product-more a{width:125px; height:35px; line-height:35px; display:block; border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; background:#FF6600; color:#FFFFFF; text-align:center; margin:0 auto;}
.index-product-more a:hover{background:#FFF; color:#000;}

.index_main{margin:0 auto; width:1200px; padding-top:20px;}
.index_news{float:left; width:680px;}
.index_news_title{display:block; height:31px;}
.index_news_title p{float:left; font-size:24px; color:#EAEAEA; display:block;}
.index_news_title p span{font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#FF6600; margin-left:8px;}
.index_news_title .more{float:right; display:block; margin-top:10px;}
.index_news_title .more a{color:#F60;}
.index_news_title .more a:hover{color:#fff;}
.index_news_list{width:680px;}
.index_news_list li{width:680px; float:left; display:block; margin:10px 0;}
.index_news_list li .title{float:left; display:block; font-size:16px;}
.index_news_list li .title a{color:#B2B2B2;}
.index_news_list li .title a:hover{color:#FF6600;}
.index_news_list li .date{float:right; display:block; color:#FF6600;}
.index_news_list li p{display:block; line-height:25px; color:#6E6E6E;padding-top:5px; clear:both;}


.index_contact{float:right; width:430px;}
.index_contact h1{display:block; font-size:18px; color:#FF6600; clear:both; margin:10px 0px;}
.index_contact p{ display:block; color:#B2B2B2; line-height:33px;}
.index_contact p a{ color:#B2B2B2;}


/*内容*/
#mainContent {width:1200px; margin:0 auto; margin-top:20px; padding-bottom:20px;}

.list-nav { position:relative; z-index:5; height:59px; overflow:hidden; margin-top:20px; text-align:center; border-bottom:1px solid #D4D4D4; background-color:#FFF; }
.list-navFixed { position:fixed; left:0; top:0; width:100%; margin-top:0; }
.list-nav .inr { margin:0 auto; clear:both; }
.list-nav ul { *width:750px; *margin:0 auto; }
.list-nav li { display:inline-block; *float:left; *display:block; height:58px; margin:0 15px; line-height:57px; font-size:16px; }
.list-nav li a { display:block; padding:0 20px; }
.list-nav li a:hover{ color:#FF6600; border-bottom:3px solid #FF6600; }
.list-nav .currclass{ color:#FF6600; border-bottom:3px solid #FF6600; font-weight:bold;}

.product-list-nav { margin:0 auto; margin-top:20px; width:1200px;}
.product-list-nav li {float:left; display:block; height:38px; margin:10px 8px; line-height:38px; font-size:16px; }
.product-list-nav li a { display:block; padding:0 8px;}
.product-list-nav li a:hover{ background:#FF6600; color:#FFF;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.product-list-nav .currclass{ background:#FF6600; color:#FFF; font-weight:bold;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}


#content {width:1200px;  padding-top:10px;}
#contentproduct {width:1200px; height:45px; border-bottom:dotted 1px #ddd;}
#wzdh {float:right; padding-top:17px;}
#contentrightcomtt {float:left; font-size:22px; line-height:45px;}
#aboutus{ width:1200px; clear:both; line-height:27px; padding:15px 0;}
#website{ width:1200px; clear:both; line-height:27px; padding:15px 0;}
#website p{font-size:16px; font-weight:bold; clear:both; margin:5px 0;}
#website li{float:left; margin-right:15px; margin-bottom:10px;}
.Customize{ width:1200px; clear:both; line-height:27px; padding:15px 0;}
.Customize .line{padding:8px 0; float:left; width:50%;}
.Customize .line .inputText{border:1px solid #dcdddd;color:#999;font-size:15px;padding:0 18px;width:90%;height:40px;line-height:40px;margin:0px;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
.Customize .lines .textArea{border:1px solid #dcdddd;color:#999;font-size:15px;padding:10px 18px;width:95%;height:128px;margin:10px 0;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}

#aboutusbg{ width:1200px; line-height:25px; padding:15px 0; background:url(us.jpg) top right no-repeat;}
#ddddd{font-size:18px; text-align:center;font-weight:bold; height:45px; line-height:45px;}
#dddd{margin-top:15px; text-align:center;}
#netx{margin-top:5px; text-align:center;}
#line{height:1px; border-top:dotted 1px #CCCCCC; margin-top:15px; display:block;}
#newspro {margin-top:10px; line-height:30px;display:block;}
#newspro td{text-align:center;}


/*产品搜索*/
.photolisting{ width:950px;}
.photolisting li{width:186px; float:left; height:185px; overflow:hidden; text-align:center;}
.photolisting img{width:175px; height:142px; border:#e8e8e8 1px solid; padding:2px;}
.photolisting a{ text-align:center; display:block; line-height:35px;}
.photolisting a:hover{ color:red; text-decoration:none;}
.multipage{width:950px; margin:0px auto; overflow:hidden; margin-top:20px;}


/*产品栏目*/
.list-product-box {width:1240px;height: auto;margin: 20px auto;}
.list_product_list {
    position: relative;
    z-index: 1;
    width: 230px;
    height:325px;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 10px;
    margin-right: 10px;
	border-radius:10px;
	border:solid 1px #CCCCCC;
}


.list_product_list-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 20px 0;
}

.list_product_list-img img {
        width: 88%;
    }

.list_product_list-text {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    color: #333;
    transition: .5s;
	font-size:16px;
}

.list_product_list-alt {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    color: #b0b0b0;
    margin: 5px 0;
    transition: .5s;
}

.list_product_list-more {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    color: #f39800;
    text-transform: uppercase;
    transition: .5s;
}

.list_product_list:hover {
    box-shadow: 1px 1px 9px #666;
    background: #f39801;
}

.list_product_list:hover .list_product_list-img {
        padding: 0 4px;
        background: #f39801;
    }

.list_product_list:hover .list_product_list-img img {
            box-shadow: 0px 0px 6px #333;
        }

.list_product_list:hover .list_product_list-text {
        background: #f39801;
    }

.list_product_list:hover .list_product_list-alt {
        background: #f39801;
        color: #fff;
    }

.list_product_list:hover .list_product_list-more {
        background: #f39801;
        color: #f33;
    }



/*tjcp*/
#tjcp{ width:1200px; clear:both; margin:20px 0;}
#tjcp img{padding:2px; border:solid 1px #CCCCCC}
#tjcp img:hover{padding:2px; border:solid 1px #ff6600}
#tjcp .t{line-height:35px;}

#Tab{margin:30px 0;}
.Menubox {width:100%;height:}
.Menubox ul{margin:0px;padding:0px;}
.Menubox li{float:left;display:block;cursor:pointer;width:23.8%; margin-right:10px;color:#444; background:#f2f2f2; font-size:18px;text-align:center;height:45px;line-height:45px;border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.Menubox li.hover{padding:0px;width:23.8%; background:#ff6600; color:#fff;height:45px;line-height:45px;}
.Menubox li:hover{padding:0px;width:23.8%; background:#ff6600; color:#fff;height:45px;line-height:45px;}
.Contentbox{clear:both;padding-top:8px;}
#nycppro {margin-top:20px; line-height:30px;}
#nycppro a{font-size:18px;}
#nycppro td{text-align:center;}
#order_ny{margin-top:20px; line-height:30px;}


#fenye{clear:both; margin:10px 20px 0 0;}
#fenye a{text-decoration:none; display:inline;border-radius: 3px;line-height:25px;}
#fenye .prev,#fenye .next{width:52px; text-align:center;  line-height:22px;}
#fenye a.curr{width:22px;background:#ff6600; border:1px solid #fff; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px}
#fenye a.num{width:22px;}
#fenye a:visited{color:#333333;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}

#nytjcp{clear:both; padding:6px;line-height:25px; margin-top:10px; display:block;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:450px; height:450px; max-width:450px; max-height:450px; border:solid 1px #CCCCCC;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:450px;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:450px;}
.spec-scroll{clear:both;margin-top:5px;}
.spec-scroll .prev{float:left;margin-right:8px; background:url(left.gif) no-repeat;  margin-top:20px;}
.spec-scroll .next{float:right; background:url(right.gif) no-repeat;  margin-top:20px;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:17px;height:54px; line-height:54px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:400px;height:56px;overflow:hidden; margin-top:20px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:54px;}
.spec-scroll .items ul li{float:left;width:75px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}


.prodtitle {LINE-HEIGHT: 45px; HEIGHT: 45px; FONT-SIZE:18px; text-align:left;}
.products_show_1 {PADDING-TOP: 15px; display:block;}
.show_left {WIDTH: 450px; FLOAT: left; }
.show_right {WIDTH:680px; FLOAT: right;}
.show_right UL {LINE-HEIGHT: 27px;}
.show_right UL LI {LINE-HEIGHT:25px; TEXT-OVERFLOW: ellipsis; WHITE-SPACE: nowrap; text-align:left; OVERFLOW: hidden;}
.show_right table{margin-bottom:10px;}
.show_right td{padding:5px;}

.back a{ margin:0 auto;display:block; height:35px; background:#F60; width:120px; text-align:center; line-height:35px; color:#FFF; margin-top:20px; font-size:18px;border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px;}
.back a:hover{background:#FF0000; color:#fff;}


#footer {margin:0 auto; width:100%;height:60px; background-color:#000000;position: relative;z-index: 2; margin-top:30px;}
#foot{margin:0 auto; width:1200px; line-height:60px; text-align:center; color:#666;}
#foot a{color:#666;}

/*右边浮动*/
.fixed{position:fixed;bottom:0px;right:0px;width:45px; z-index:9999999}
.fixed .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#d90d18;line-height: 45px;margin-top:1px;}
.fixed .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.fixed .child:hover{width:110px;background: #000;}
.fixed .child img{position:absolute;top:0px;left:0px;}
.fixed .child p{position: absolute;left:45px;color:#fff;}
#newBridge .icon-right-center{top:60% !important;display: none;}


.fixed .fixedfav{bottom:138px;}
.fixed .fixedQQ{bottom:92px;}
.fixed .fixedCall{bottom:46px;}
.fixed .fixedTop{position:absolute;right:0px;bottom:184px;color:#fff;background-color:#b2b2b2;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.fixed .fixedTop p {background:url(pointer_circle.png) no-repeat;width:25px; height:25px;margin:10px 0 0 10px; background-size:100%}
.fixed .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.fixed .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#d90d18;line-height: 45px;margin-top:1px;}
.fixed .fixedCode img {width:27px;margin:12px 0 0 9px}
.fixedCodeInfo{display:none;position:fixed;bottom:60px;right:45px;background:#fff; background:url(wx.jpg) no-repeat;width:133px; height:185px;}
.fixedCodeInfo .fixedCode {margin:6px 0 0 8px;  height:119px;width:119px;}