html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff;color:#333;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}
img{vertical-align:middle;}
/********General**********/
.wrap{margin:0 auto;width:100%;min-width:1200px;}
.container{width:1200px;margin:0 auto;}

/*头部*/
.head{width:100%;height:90px;position:absolute;left:0;top:40px;z-index:99999;background:#fff;}
.logo{font-size:28px;width:248px;height:90px;line-height:90px;overflow:hidden;}
.logo img{vertical-align:middle;max-width:248px;max-height:90px;margin-top:-7px;}
.tel{padding-top:24px;padding-left:8px;}
.nav{overflow:hidden;width:798px;height:90px;}
.nav li{float:left;margin-left:16px;width:98px;height:90px;text-align:center;}
.nav a{display:block;width:98px;height:90px;line-height:90px;}
.nav a:hover{background:#303052;color:#fff;}
/*ban*/
.slider-focus{position:relative;width:100%;height:666px;overflow:hidden;min-width:1200px;;}
.slider-focus .hd{position:absolute;width:100%;height:22px;left:0;bottom:20px;z-index:0;line-height:24px;text-align:center;}
.slider-focus .hd li{display:inline-block;vertical-align:middle;width:12px;height:12px;margin:0 4px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;font-size:0;line-height:0;text-indent:-9999em;border:1px solid #fff;cursor:pointer;}
.slider-focus .hd li.on{background:#fff;}
.slider-focus .bd{position:relative;z-index:0;}
.slider-focus .bd li{position:relative;text-align:center;}
.slider-focus .bd li a{-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;height:666px;display:block;}  /* 去掉链接触摸高亮 */
/*头部end*/
/*头部end*/

/*底部*/
.footer{clear:both;}
.dnav{width:100%;height:68px;background:#303052;}
.dnav ul li{float:left;width:170px;line-height:68px;color:#fff;text-align:center;}
.dnav ul .m{width:1px;height:15px;background:rgba(255,255,255,0.4);margin-top:27px;}
.dnav ul li a:hover{text-decoration:underline;}
.foot{width:100%;height:318px;background:#222;}
.dibu{width:100%;height:228px;}
.d-logo{padding-top:80px;width:180px;height:60px;overflow:hidden;margin-right:194px;}
.d-logo img{vertical-align:middle;width:180px;height:60px;}
.d-lx{width:600px;padding-top:84px;}
.d-lx p{color:#cfcfcf;line-height:30px;}
.erweima{width:100px;height:100px;padding-top:62px;}
.erweima img{width:100px;height:100px;}
.bottom{width:100%;height:89px;border-top:1px solid rgba(125,125,125,0.48);}
.bottom span{color:#656565;text-transform:uppercase;padding-top:24px;}
.bottom a:hover{color:#fff;}
/*底部end*/

/*首页*/
.chanpin{width:100%;height:974px;}
.sy-title{text-align:center;padding-top:75px;}
.sy-title h1{font-weight:bold;font-size:30px;}
.sy-title p{color:#808080;padding-top:13px;}
.cp-type{text-align:center;margin-top:38px;overflow:hidden;}
.cp-type li{display:inline-block;min-width:126px;height:33px;line-height:33px;margin:0 3px 12px 3px;}
.cp-type li a{display:block;padding:0 18px;height:33px;background:#999;color:#fff;}
.cp-type li a:hover{background:#303052;}
.sy-pro{margin-top:25px;overflow:hidden;}
.sy-pro li{float:left;margin:0 10px 18px 10px;width:380px;text-align:center;white-space:nowrap;}
.sy-pro span{display:block;width:100%;height:48px;line-height:48px;overflow:hidden;}
.sy-li-img{width:380px;height:260px;overflow:hidden;}
.sy-li-img img{
    width:100%;height:100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.sy-li-img img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.sy-pro a:hover{color:#303052;}

.ad{width:100%;height:370px;background:url("../Image/ad-bg.jpg")/*tpa=http://www.yzhyy.cn/App/Home/View/Default/Public/Image/ad-bg.jpg*/ no-repeat center;color:#fff;text-align:center;}
.ad h3{font-size:18px;letter-spacing:20px;padding-top:102px;}
.ad h1{font-size:36px;padding-top:18px;}
.ad span{display:inline-block;width:283px;height:43px;line-height:43px;border-radius:43px;border:1px solid #fff;font-size:24px;font-family:'SimSun';letter-spacing:2px;margin:28px auto 0 auto;}
.ad span img{padding-right:10px;vertical-align:-1px;}

.anli{width:100%;height:635px;background:#f1f1f1;}
.al-btn{width:177px;height:47px;margin:22px auto 0 auto;}
.al-btn a{display:block;width:175px;height:45px;border:1px solid #dcdcdc;text-align:center;line-height:45px;color:#6f6f6f;}
.al-btn a:hover{border:1px solid #303052;background:#303052;color:#fff;}

.guanyu{width:100%;height:466px;}
.gy-l{width:597px;height:321px;padding-top:68px;}
.gy-l img{width:597px;height:321px;}
.gy-r{width:524px;padding-top:90px;}
.gy-r h1{font-size:30px;}
.gy-r h1 span{font-size:24px;color:#888;text-transform:uppercase;padding-left:10px;vertical-align:2px;}
.gy-r h3{width:512px;height:41px;line-height:41px;background:#303052;color:#fff;font-size:16px;padding-left:12px;margin-top:23px;}
.gy-r p{line-height:28px;color:#555;padding-top:26px;}
.gy-r a{display:block;width:133px;height:34px;border:1px solid #dcdcdc;text-align:center;line-height:34px;margin-top:18px;}
.gy-r a:hover{border:1px solid #303052;background:#303052;color:#fff;}

.xinwen{width:100%;height:327px;background:#eee;}
.sy-news{padding-top:66px;overflow:hidden;}
.sy-news li{float:left;width:558px;height:114px;margin-right:84px;}
.sy-news li:last-child{margin-right:0;}
.xw-l{width:158px;height:114px;}
.xw-l img{width:158px;height:114px;}
.xw-r{width:370px;}
.xw-r h3{font-size:18px;padding-top:6px;}
.xw-r span{display:block;color:#999;padding-top:8px;}
.xw-r p{line-height:20px;color:#888;padding-top:12px;}
.sy-news li a:hover{color:#303052;}
.xw-btn{width:177px;height:47px;margin:54px auto 0 auto;}
.xw-btn a{display:block;width:175px;height:45px;border:1px solid #dcdcdc;text-align:center;line-height:45px;color:#6f6f6f;}
.xw-btn a:hover{border:1px solid #303052;background:#303052;color:#fff;}
/*首页end*/

.main{overflow:hidden;padding:78px 0 120px 0;background:#f8f8f8;}
.article{overflow:hidden;padding:0 40px 60px 40px;background-color:#fff;min-height:400px;}
.article p{font-size:14px;line-height:28px;}

.ny-title{text-align:center;padding-top:48px;margin-bottom:32px;}
.ny-title h1{font-weight:bold;font-size:30px;}
.ny-title p{color:#808080;padding-top:13px;}

#allmap p{line-height:10px;margin:10px;white-space:nowrap;}

.page{margin:10px 20px 15px 0;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/***************global*****************/

.contact{width:100%;margin:0 auto;}
.con-l{width:800px;}
.con-r{width:100px;}
.con-r img{width:100px;height:100px;}

.pro{margin-top:25px;overflow:hidden;}
.pro li{float:left;margin:0 12px 18px 11px;width:350px;text-align:center;white-space:nowrap;}
.pro span{display:block;width:100%;height:48px;line-height:48px;overflow:hidden;}
.li-img{width:350px;height:239px;overflow:hidden;}
.li-img img{
    width:100%;height:100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.li-img img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.pro a:hover{color:#303052;}
/*************index&goods**************/
.pro_info{width:100%;margin-bottom:27px;}
.pro_info_l{width:400px;position:relative;}
/*产品放大镜效果*/
.preview{width:400px; height:342px; margin:0px 0px 0px 100px; }
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:4px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url("../Image/d_08.png")/*tpa=http://www.yzhyy.cn/App/Home/View/Default/Public/Image/d_08.png*/ no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url("../Image/d_09.png")/*tpa=http://www.yzhyy.cn/App/Home/View/Default/Public/Image/d_09.png*/ no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:274px; overflow:hidden;}
.bigImg #midimg{width:400px; height:274px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
/*.pro_info_l img{width:463px;}*/
.pro_info_r{width:446px;padding-top:6px;margin-right:100px;}
.pro_info_r p{line-height:32px;}
.pro_more{width:172px;height:47px;margin-top:68px;}
.pro_more a{display:block;width:172px;height:48px;background:#aaa;color:#fff;text-align:center;line-height:48px;border-radius:8px;}
.pro_more a:hover{background:#303052;}
/*.pro_info .rel_center{margin:22px 0 16px;margin-left:-320px;width:640px;}
.pro_name{display:block;color:#303052;text-align:center;font-size:16px;}*/
.info_title{margin:30px 0 28px 0;width:100%;height:30px;background:#ececec;}
.info_title b{display:inline-block;padding-left:10px;height:100%;border-right:1px solid #fff;background:#303052;color:#fff;line-height:30px;}
/********goods_info&jobs_info*******/
.xiangguan h3{width:100%;height:60px;line-height:60px;font-size:18px;border-bottom:1px solid #eee;margin-bottom:24px;overflow:hidden;}
.xiangguan h3 a{font-size:14px;color:#666;float:right;padding-top:8px;}
.xiangguan h3 a:hover{color:#303052;}

.news li{float:left;width:100%;height:114px;margin-bottom:34px;}
.news-l{width:158px;height:114px;}
.news-l img{width:158px;height:114px;}
.news-r{width:940px;}
.news-r h3{font-size:18px;padding-top:6px;}
.news-r span{display:block;color:#999;padding-top:8px;}
.news-r p{line-height:20px;color:#888;padding-top:12px;}
.news li a:hover{color:#303052;}
/****************news*****************/
.news_title{color:#303052;text-align:center;line-height:40px;}
.meta{color:#999;text-align:center;line-height:28px;}
.meta img{width:600px;padding:10px 0 20px 0;}
/***********news_info**************/

.order{margin:40px 0 120px 46px;line-height:40px;}
.order img{vertical-align:-5px;cursor:pointer;}
.order input{padding:0 3px;}
.order textarea{padding: 3px;}
#submit{width:90px;height:34px;border:none;background:#ddd;color:#fff;cursor:pointer;}
/**************order&message********/

.case li{float:left;width:346px;height:277px;margin:0 14px 20px 13px;}
.case a{width:346px;height:277px;display:block;}
.case li img{width:346px;height:221px;}
.case li span{display:block;width:100%;height:56px;text-align:center;line-height:56px;overflow:hidden;}
.case a{
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.case a:hover{
    color:#303052;
    -webkit-box-shadow:0px 5px 15px #ccc;
    -moz-box-shadow:0px 5px 15px #ccc;
    box-shadow:0px 5px 15px #ccc;
}

.hon li{float:left;width:256px;height:397px;margin:0 12px 20px 12px;}
.hon li img{width:256px;height:341px;}
.hon li span{display:block;width:100%;height:56px;text-align:center;line-height:56px;overflow:hidden;}
.hon a:hover{color:#303052;}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#303052;text-decoration:underline;}

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}

.f{ float:right; margin-right:10px; _margin-top:7px;}

/*上一页_下一页*/
#prev_next{margin: 10px 20px;clear: both;overflow: hidden;}
#prev_next li{margin: 5px 0;}
/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}
.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}
.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}
.map li{float:left;margin:0 5px;}*/