﻿/*清除CSS浏览器默认样式*/
/* reset */
html{color:#333;background:#fff;font-size:12px;font-family:"Microsoft Yahei";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
img{border:none;}
em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}

q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */

/* link */
a{color:#333;text-decoration:none;}
a:hover{color:#f60;}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
/*===============================样式区域====================================*/
#index_wk{width:100%;position:relative;overflow:hidden;min-width:1002px;}
/*顶部区域*/
#head_top{width:100%;height:107px;background:url("../images/top_bg.jpg") repeat center center;}
.head_top_con{width:1002px;height:107px;margin:0 auto;}
.head_top_con .head_logo{width:378px;height:81px;margin-top:13px;}
.head_top_con .head_smOne{width:326px;height:47px;margin:25px 0 0 0;padding-top:10px;}
.head_top_con .head_smOne h2{font-size:20px;color:#FE6600;margin-bottom:10px;}
.head_top_con .head_smOne p{color:#333;font-size:12px;}
.head_top_con .head_TelChose{width:166px;height:108px;}
.head_top_con .head_TelChose .head_choose{width:166px;height:32px;line-height:32px;font-size:14px;}
.head_top_con .head_TelChose .head_choose a{float:left;}
.head_top_con .head_TelChose .head_choose a:nth-child(1){margin-left:25px;}
.head_top_con .head_TelChose .head_choose span{margin:0 10px;}
.head_top_con .head_TelChose .head_tel{width:166px;height:44px;padding-top:17px;}
.head_top_con .head_TelChose .head_tel p{width:154px;text-align:center;color:#A1A1A1;}
.head_top_con .head_TelChose .head_tel span{font-size:22px;color:#DA241B;margin-top:8px;display:block;text-align:center;width:166px;}
/*导航*/
#head_nav{width:100%;height:43px;background:#333;}
.nav{width:1002px;height:43px;margin:0 auto;}
.nav ul li{width:87px;height:42px;border-left:1px solid #5A5A5A;border-right:1px solid #000000;float:left;text-align:center;line-height:43px;}
.nav ul li a{color:#fff;width:88px;height:43px;display:block;}
.nav ul li a.nav_aStyle{background:#ED9C00;border-left:none;}

/*底部区域*/
#footer{width:100%;height:144px;background:#3F3F3F;}
.footer_con{width:982px;height:124px;margin:0 auto;padding-top:20px;padding-left:20px;}
.footer_con p{color:#C5C5C5;margin:10px 0;}
.footer_con a{color:#C5C5C5;}

/*banner区域*/
#banner{width:100%;height:376px;min-width:1002px;position:relative;}
.banner_style{width:100%;height:376px;position:absolute;left:0px;top:0px;display:none;}
#banner ul{position:absolute;left:45%;bottom:10px;}
#banner ul li{width:15px;height:15px;background:#909090;float:left;margin-left:10px;cursor:pointer;}
#banner ul li.banner_liStyle{background:#ED9C00;}

/*热门搜索 搜索框区域*/
#HotSearch{width:100%;height:40px;background:url("../images/HotSearch_bg.jpg") repeat-x;margin-bottom:10px;}
.HotSearch_con{width:1002px;height:40px;margin:0 auto;}
.HotSearch_left{width:auto;height:40px;line-height:40px;}
.HotSearch_left p{font-size:12px;color:#333;float:left;}
.HotSearch_left a{font-size:12px;color:#ED9C00;float:left;margin-right:4px;margin-left:2px;}
.HotSearch_left a:hover{color:#CF8B09;}
.search{width:253px;height:28px;position:relative;margin-top:6px;}
.search #inputText{width:251px;height:28px;border:none;border:1px solid #ddd;text-indent:8px;outline:inherit;border-radius:24px;}
.search .labelCon{position:absolute;left:12px;top:6px;color:#B5B5B5;font-size:14px;}
.search .InputSearch{width:15px;height:15px;background:url("../images/ico01.png") no-repeat center center;
                            position:absolute;right:12px;top:7px;border:none;cursor:pointer;outline:inherit;}

/*首页内容区域*/
#index_main{width:100%;height:auto;}
.index_main_top{width:1002px;height:350px;margin:0 auto 13px;}
.index_mainLeft{width:323px;height:348px;border:1px solid #ddd;}
.mainLeft_title{width:323px;height:40px;}
.mainLeft_title p{height:40px;line-height:40px;text-align:center;width:160px;float:left;border-bottom:1px solid #ddd;font-size:16px;cursor:pointer;}
.mainLeft_title p:nth-child(1){border-right:1px solid #ddd;}
.mainLeft_title p.mainLeft_pStyle{border-bottom:none;color:#ED9C00;font-weight:700;}
.index_mainLeft_txt{width:324px;height:308px;position:relative;}
.index_mainLeft_txt .index_about{width:280px;height:270px;padding:19px 22px;position:absolute;top:0px;left:0px;}
.index_mainLeft_txt .index_about img{width:282px;height:105px;margin-bottom:10px;}
.index_mainLeft_txt .index_about p{font-size:12px;text-indent:2em;line-height:20px;color:#666;}
.index_mainLeft_txt .index_about a{color:#ED9C00}
.index_mainLeft_txt .index_about a:hover{color:#CF8B09;}
.index_news{width:304px;height:288px;position:absolute;top:0px;left:0px;padding:10px;display:none;}
.index_news a{width:304px;height:35px;display:block;border-bottom:1px dotted #ddd;color:#666;margin-top:5px;}
.index_news a:hover{color:#ED9C00}
.index_news a p{height:31px;line-height:31px;width:223px;overflow:hidden;}
.index_news a span{height:31px;line-height:31px;}
.index_mainRight{width:668px;height:348px;border:1px solid #ddd;position:relative;}
.mainRight_title{height:40px;width:668px;border-bottom:1px solid #ED9C00;}
.mainRight_title p{line-height:40px;display:inline-block;margin-left:30px;color:#ED9C00;font-size:16px;}
.mainRight_title a{line-height:40px;margin-right:10px;}
.mainRight_con{width:549px;height:266px;margin:24px auto 0;position:relative;overflow:hidden;}
.mainRight_con ul{width:1000%;height:266px;position:absolute;left:0px;top:0px;}
.mainRight_con ul li{width:549px;height:266px;float:left;}
.mainRight_con ul li p{width:549px;text-align:center;font-size:16px;color:#666;line-height:15px;height:15px;margin-top:15px;}
.img_left{width:309px;height:229px;}
.img_left img{width:309px;height:229px;display:block;}
.img_right{width:230px;height:229px;}
.img_right img{width:113px;height:112px;margin-bottom:2px;float:left;margin-right:2px;}
.attL,.attR{width:25px;height:88px;background:url("../images/jt.png") no-repeat;position:absolute;top:137px;cursor:pointer;}
.attL{left:15px;background-position:1px 1px;}
.attR{right:15px;background-position:-39px 1px;}
.index_main_img{width:1002px;height:651px;margin:0 auto;}
.index_main_img img{width:1002px;height:651px;border:1px solid #ddd;}

/*案例区域*/
#index_case{width:100%;height:173px;background:#F7F7F7;margin-top:10px;}
.cases{width:1002px;height:173px;margin:0 auto;position:relative;}
.casesTitle{width:1002px;height:43px;border-bottom:1px solid #ED9C00;}
.casesTitle p{height:43px;line-height:43px;color:#ED9C00;font-size:16px;margin-left:10px;}
.casesTitle p span{color:#A8A8A8;font-size:12px;}
.casesTitle a{line-height:43px;margin-right:6px;}
.cases_img{width:922px;height:83px;margin:16px auto 0;position:relative;overflow:hidden;}
.cases_img ul{width:1000%;height:83px;position:absolute;left:0px;top:0px;}
.cases_img ul li{width:123px;height:83px;float:left;margin-right:10px;}
.cases_img ul li img{width:123px;height:83px;display:block;}
.attrL,.attrR{width:17px;height:36px;background:#BB9101;color:#fff;line-height:36px;text-align:center;position:absolute;bottom:52px;cursor:pointer;}
.attrL{left:10px;}
.attrR{right:10px;}


/*文章导码*/
.PageNum{margin:0 auto;border-right:none;text-align:center;width:100%;height:58px;padding-top:29px;}
.PageNum a{height:50px;text-align:center;font-size:14px;padding:16px 20px;background:#fff;border:1px solid #ddd;}
.PageNum a.UpDown{width:95px;}
.PageNum a.number{background:#ED9C00;color:#fff;}
/*========================================内页====================================================*/
#ny_banner{width:100%;height:200px;}
.nyWK{width:100%;height:auto;margin-top:13px;margin-bottom:30px;}
.nyMain{width:1002px;height:auto;margin:0 auto;}
.nyMain_left{width:200px;height:auto;}
.nyMain_left1{width:200px;height:auto;}
.mainLeft_nav1{width:200px;height:auto;background:#ED9C00;padding-bottom:5px;}
.mainLeft_nav{width:200px;height:auto;background:#ED9C00;padding-bottom:5px;}
.mainLeft_nav1 ul.otherMain_nav{width:185px;height:auto;margin:0 auto;}
.mainLeft_nav1 ul.otherMain_nav li{width:185px;height:auto;margin-top:10px;}
.mainLeft_nav1 ul.otherMain_nav li p{width:150px;height:37px;background:#D0D0D0 url("../images/icon/dian.png") no-repeat 17px center;
                line-height:37px;font-size:14px;padding-left:35px;cursor:pointer;}
.mainLeft_nav1 ul.otherMain_nav li div.liotherNav{width:185px;height:auto;display:none;}
.mainLeft_nav1 ul.otherMain_nav li div.liotherNav a{width:145px;height:37px;background:#fff;border-bottom:1px dotted #ddd;
            line-height:37px;display:block;padding-left:40px;}
.mainLeft_nav h2,.mainLeft_nav1 h2{width:185px;height:50px;line-height:50px;color:#fff;font-size:18px;padding-left:15px;}
.mainLeft_nav a{display:block;width:160px;height:36px;border-bottom:1px dotted #ddd;background:#fff;margin:0 auto;line-height:36px;padding-left:30px;}
.leftMain_mess{width:200px;height:auto;margin-top:15px;}
.leftISO{width:200px;height:298px;}
.leftISO h2,.leftContect h2{width:180px;height:29px;background:url("../images/icon/tt.png") no-repeat left center;font-size:18px;font-weight:normal;
        line-height:29px;padding-left:20px;}
.isoImg{width:198px;height:265px;border:1px solid #ddd;margin-top:2px;}
.isoImg img{width:153px;height:213px;margin:20px auto 0;display:block;}
.isoImg p{width:198px;text-align:center;line-height:18px;margin-top:5px;}
.leftContect{width:200px;height:auto;margin-top:18px;}
.contactLeft{width:178px;height:auto;border:1px solid #ddd;padding:15px 10px;margin-top:3px;}
.contactLeft h3{font-size:14px;margin-bottom:13px;color:#000;}
.contactLeft p{margin-bottom:13px;color:#7A7A7A;line-height:26px;}
.contactLeft span{color:#ED9C00;font-size:18px;display:block;margin-bottom:13px;font-weight:bold;}
.nyMain_right{width:789px;height:auto;border:1px solid #ddd;}
.crumbs{width:779px;height:41px;background:url("../images/icon/cubg.jpg") repeat-x;padding-left:10px;line-height:41px;}
.crumbs a.crumbsLast{color:#ED9C00;font-weight:bold;}
.nyMain_con{width:729px;height:auto;padding:10px 30px;}
.nyMain_conT{width:729px;height:66px;border-bottom:1px solid #ddd;text-align:center;line-height:66px;}
.nyMain_conT h2{font-size:18px;}
.nyMain_conC{width:729px;height:auto;font-size:14px;line-height:32px;color:#666;padding:28px 0;}
.nyMain_conC img{display:block;margin:10px 0;}

.newsListWk{width:729px;height:auto;margin-top:20px;margin-bottom:40px;}
.newsList_a{width:689px;height:37px;display:block;border-bottom:1px dotted #ddd;line-height:37px;
        background:url("../images/icon/list.jpg") no-repeat 10px center;padding-left:40px;}
.newsList_a p{float:left;}
.newsList_a span{float:right;}
.nyMain_ConDate{width:729px;height:36px;line-height:36px;margin-bottom:10px;margin-top:10px;}
.dateP1{margin-left:40px;}
.dateP2{margin-right:40px;}
.udP1 a,.udP2 a{color:#FE6600;}
.udP1{color:#FE6600;}
.udP2{color:#FE6600;}
.newsDetails{width:729px;height:auto;font-size:14px;color:#666;line-height:33px;}
.newsDetails img{display:block;margin:10px auto;}
.newsUpDown{width:729px;height:36px;line-height:36px;margin:10px 0;}

/*成功案例列表*/
.success_list{width:789px;height:auto;padding:26px 20px;}
.success_list a.sucsl_a{width:202px;height:241px;float:left;margin-left:13px;margin-right:42px;margin-bottom:18px;}
.success_list a.sucsl_a img{width:202px;height:202px;display:block;}
.success_list a.sucsl_a p{width:202px;height:39px;line-height:39px;text-align:center;}

/*展示*/
.ny_product_right{width:789px;float:right;padding-top:73px;background:#fff;}
.ny_product_right_img{width:789px;height:388px;}
.ny_product_box{width:311px;height:311px;margin-left:28px;position:relative;float:left;}
.ny_product_box .ny_product_sml{width:311px;height:311px;position:relative;}
.ny_product_box .ny_product_sml img{width:311px;height:311px;}
.ny_product_sml span.product_move{width:69px;height:79px;background:#666;position:absolute;top:0px;left:0px;filter:alpha(opacity=50);
    -moz-opacity:0.5;opacity:0.5;display:none;}
.ny_product_sml span.product_shade{width:100%;height:100%;position:absolute;left:0px;top:0px;}
.ny_product_big{width:310px;height:280px;background:green;position:absolute;left:331px;top:0px;
                overflow:hidden;border:1px solid #c0c0c0;display:none;}
.ny_product_big img{position:absolute;left:0p;top:0px;}
.ny_product_about{width:400px;height:280px;float:left;margin-left:40px;margin-top:20px;}
.ny_product_about span{width:400px;display:block;line-height:29px;color:#666;font-size:14px;}
.ny_product_about a{width:257px;height:45px;background:#ED9C00;border:1px solid #DE6E00;color:#fff;text-align:center;font-size:18px;line-height:45px;
                    display: block;margin-top:30px;}
.product_img_choose{width:311px;height:43px;margin-left:64px;margin-top:10px;}
.product_img_choose ul li{width:43px;height:43px;background:green;float:left;margin-right:8px;cursor:pointer;}
.product_img_choose ul li img{width:43px;height:43px;}
.product_img_choose ul li.choose_style{border:1px solid #C30008;}
.product_xiang{width:789px;height:31px;background:#F5F5F5;margin-top:31px;}
.product_xiang ul li{width:113px;height:31px;background:#fff;float:left;margin-left:10px;line-height:31px;text-align:center;border:1px solid #E2E2E2;
                        border-bottom:none;cursor:pointer;}
.product_cp_txt{width:689px;padding:54px 50px 118px;}
.product_cp_txt p{font-size:14px;color:#666;line-height:26px;}
.product_buy{width:182px;height:41px;background:#FF995C;border:1px solid #DE6E00;color:#fff;text-align:center;font-size:16px;line-height:41px;
                    display: block;margin:30px auto 0;}

img.onlineMap{display:block;width:594px;height:492px;margin:0px auto 15px;}
p.onlineP{width:710px;height:99px;margin:20px auto 15px;font-size:14px;line-height:26px;color:#666;}

/*联系我们*/
.contectCon{width:753px;height:331px;background:url("../images/tel_bg.png") no-repeat left -32px;
            margin:0px auto;padding-top:40px;}
.contectTxt{width:357px;height:331px;}
.contectTxt h2{font-size:24px;margin-bottom:25px;margin-top:25px;color:#ED9C00;}
.contectTxt p{font-size:14px;color:#666;line-height:30px;}
img.mapContect{display:block;width:673px;height:550px;margin:15px auto;}

/*在线留言*/
.messageMain{width:617px;height:617px;margin:30px auto 30px;}
.messageInput{width:617px;height:33px;margin-bottom:18px;}
.messageInput p{width:80px;height:33px;line-height:33px;float:left;text-align:right;}
.messageInput input{width:522px;height:33px;float:right;border:none;border:1px solid #ddd;outline:inherit;}
.messageTextarea{width:617px;height:110px;}
.messageTextarea p{width:80px;line-height:110px;text-align:right;float:left;}
.messageTextarea textarea{width:524px;height:110px;resize:none;float:right;border:none;border:1px solid #ddd;}
input.messSub{width:104px;height:36px;text-align:center;line-height:36px;color:#fff;
    background:#ED9C00;border:none;margin:40px 0px 10px 300px;}