@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
ul{list-style-type:none;}
li{ list-style:none;line-height: 35px;}
img{border:0px;}
a{text-decoration:none; font-size: 12px;}
.clear{clear: both;}
.left{float:left;}
.right{float:right;}
body{background:#ffffff; font-family: "微软雅黑"; font-size: 12px;overflow-x:hidden; }

/* CSS Header */
#he_01{width: 100%;height: 35px;margin:0 auto;background: #2d2d2d;}
#he_01_mid{width: 1200px;height: 35px;line-height: 35px;margin:0 auto;font-size: 12px;color: #9e9e9e;position: relative;}
#he_01_mid ul{position: absolute;right: 0px;top:10px;}
#he_01_mid ul li{margin-left:10px;font-size: 12px;color: #9e9e9e;float: left;height: 15px;line-height: 15px;}
#he_01_mid ul li a:hover{color: #e80000;}
#he_01_mid ul li a{font-size: 12px;color: #9e9e9e;}
#he_02{width: 1200px;height: 123px;margin:0 auto;position: relative;}
#he_02_logo{position: absolute;left: 0px;top:19px;width: 724px;height: 85px;background: url(../images/logo.png) left center no-repeat;}
#he_02_logo a{display: block;width: 724px;height: 85px;}
#he_02_tel{position: absolute;right: 20px;top:30px;background: url(../images/he_tel.png) left center no-repeat;padding-left: 35px;min-width: 22px;height: 63px;line-height: 30px;font-size: 16px;color: #37363e;}
#he_02_tel span{color: #cc0001;font-size: 30px;font-weight: bold;}
#he_03{width: 100%;height: 60px;margin:0 auto;background: #2d2d2d;border-top: solid 5px #cc0001;}
#he_03_mid{width: 1200px;height: 60px;margin:0 auto;}
#he_03_mid li{float: left;height: 60px;line-height: 60px;text-align: center;position: relative; }
#he_03_mid i{display: block;width: 32px;height: 18px;background: url(../images/hot.gif) center no-repeat;position: absolute;right: 0px;top:10px;}
#he_03_mid li a{display: block;color: #bcbcbc;font-size: 15px;transition:all 0.4s; padding:0px 28px;font-weight: bold;}
#he_03_mid li a:hover{background: #cc0001; color: #fff;}
#he_03_mid li .hover{background: #cc0001; color: #fff;}
#he_04{width: 100%;height: 446px;margin:0 auto;position: relative;}
#he_04_mid{width: 1920px;height: 446px;position: absolute;top:0px;z-index: 990}
#he_03_key{width:100%;height: 47px;background: #f3f3f3;margin:0 auto;}
#he_03_keymid{width: 1200px;height: 47px;margin:0 auto;position: relative;}
#he_key{width: 850px;height: 47px;background: url(../images/he_key.png) left center no-repeat;line-height: 47px;color: #2d2d2d;font-size: 12px;position: absolute;left: 0;top:0;}
#he_key span{padding-left: 12px;}
#he_key a{color: #2d2d2d;font-size: 12px;margin-right: 10px;}
#he_key a:hover{color: #e80000;}
#he_search{width: 323px;height: 30px;background: url(../images/search_bg.png) center no-repeat;position: absolute;right: 0;top:8px;}
#he_search #search_name{ width: 200px; height: 20px; line-height: 20px; float: left; margin:5px 0 0 20px;border:none; outline: none; color: #b8b8b8;background: none;}
#he_search #button{ width: 77px; height: 30px; float: right; cursor: pointer; background: none; border:none;}


/* CSS Footer */
#footer_link{width:100%;height:65px;margin:0 auto;background: #e2e2e2;}
#footer_link_mid{width: 1020px; padding-left: 180px; overflow: hidden; height: 65px;margin:0 auto;background: url(../images/link_bg.png) left center no-repeat;line-height: 65px;}
#footer_link_mid a{color: #585858;font-size: 14px;margin-right: 20px;}
#footer_link_mid a:hover{color: #e80000;}
#footer{width: 100%;height: 129px;padding:40px 0px;margin:0 auto;background: #333333;padding-bottom: 100px;}
#footer_mid{width: 1200px;height:129px;margin:0 auto; background: url(../images/footer_bg.png) left center no-repeat; position: relative;}
#footer_logo{width: 387px;height: 39px;position: absolute;left: 0px;top:48px;background: url(../images/footer_logo.png) left center no-repeat;}
#footer_lxwm{min-width: 240px;height: 129px;background: url(../images/footer_lxwm.png) left top no-repeat;padding-left: 240px;position: absolute;left: 558px;top:0px;font-size: 12px;color: #808080;line-height: 26px;}
#footer_copyright{position: absolute;left: 0px;top:90px;font-size: 12px;color: #808080;}
#footer_copyright a{font-size: 12px;color: #808080;}
/*底部问题*/
.bottom{
    width:100%;
    height:60px;
    background:url(../images/bottom-bg.png) left top repeat-x;
    position:fixed;
    bottom:0px;
        z-index:99999999999
}

.w1350{
    width:1350px;
    margin:0 auto;
    background:url(../images/bottom-hot.png) left top no-repeat;
    height:60px;
    position:relative;
}

.bottom-ask{
    position:absolute;
    top:13px;
    left:320px;
}

.bottom-ask li{
    float:left;
    display:inline-block;
    margin-left:15px;
}

.li1 a{
    background:#dade8c;
    padding:8px 8px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #333232;
    color:#000;
    font-size:14px;
    display:block;
}

.li1 a:hover{
    background:#f3f79c;
    text-decoration:none;
}

.li2 a{
    background:#86d4ae;
    padding:8px 8px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #333232;
    color:#000;
    font-size:14px;
    display:block;
}

.li2 a:hover{
    background:#95edc3;
    text-decoration:none;
}

.li3 a{
    background:#c7aa88;
    padding:8px 8px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #333232;
    color:#000;
    font-size:14px;
    display:block;
}

.li3 a:hover{
    background:#e0bf99;
    text-decoration:none;
}

.li4 a{
    background:#de8caf;
    padding:8px 8px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #333232;
    color:#000;
    font-size:14px;
    display:block;
}

.li4 a:hover{
    background:#f79cc3;
    text-decoration:none;
}

.li5 a{
    background:#9590d4;
    padding:8px 8px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #333232;
    color:#000;
    font-size:14px;
    display:block;
}

.li5 a:hover{
    background:#a6a1ed;
    text-decoration:none;
}


/*固定的悬浮窗*/

.yb_conct {

    position: fixed;

    z-index: 9999999;

    top: 200px;

    right: -127px;

    cursor: pointer;

    transition: all .3s ease;

}

.yb_bar ul li {

    width: 180px;

    height: 53px;

    font: 16px/53px 'Microsoft YaHei';

    color: #fff;

    text-indent: 54px;

    margin-bottom: 3px;

    border-radius: 3px;

    transition: all .5s ease;

    overflow: hidden;

}

.yb_bar .yb_top {

    background: url('../images/fixCont.png') no-repeat 0 0 #d01819;

}

.yb_bar .yb_phone {

    background: url('../images/fixCont.png') no-repeat 0 -57px #d01819;

}

.yb_bar .yb_QQ {

    text-indent: 0;

    background: url('../images/fixCont.png') no-repeat 0 -113px #d01819;

}

.yb_bar .yb_ercode {

    /*height:200px;*/



    background: url('../images/fixCont.png') no-repeat 0 -169px #d01819;

}

.hd_qr {

    padding: 0 29px 25px 29px;

}

.yb_QQ a {

    display: block;

    text-indent: 54px;

    width: 100%;

    height: 100%;
    font-size: 14px;

    color: #fff!important;

}



/* CSS Main */
#in_01_title{width: 1200px;height: 61px;margin:35px auto;background: url(../images/in_01_title.png) center no-repeat;}
#in_01_ul{width: 1200px;height: 200px;margin:0 auto;}
#in_01_ul li{width: 173px;height: 200px;float: left;margin:0px 33px;background: url(../images/in_01_li_bg.png) top center no-repeat; text-align: center;line-height: 45px;color: #7d7d7d;font-size: 16px;}
#in_01_ul li .in_01_icon{width: 173px;height: 149px; margin:0 auto;position: relative;}
#in_01_ul li .in_01_b{width: 173px;height: 149px; position: absolute;left: 0px;top:0px;background: url(../images/in_01_li_bg01.png) center no-repeat;z-index: 1;transition:all 0.4s;}
#in_01_ul li:hover .in_01_b{width: 173px;height: 149px;position: absolute;left: 0px;top:0px;background: url(../images/in_01_li_bg01_hover.png) center no-repeat;z-index: 1;}
#in_01_ul li .in_01_a{width: 173px;height: 149px;position: absolute;left: 0px;top:0px;z-index: 2;text-align: center;}
#in_02{width: 100%;height: 615px;margin:35px auto;background: url(../images/in_02_bg.jpg) center 12px repeat-x;}
#in_02_mid{width: 1200px;height: 615px;margin:0 auto;}
#in_02_l{width: 299px;height: 615px;float: left;}
#in_02_r{width: 890px;height: 615px;float: right;}
#in_02_title{width: 870px;height: 57px; float: right; margin-top: 12px;position: relative;}
#in_02_t{position: absolute;left: 0px;top:8px;line-height: 22px;color: #aaaaaa;font-size: 14px;}
#in_02_t span{font-weight: bold;font-size: 20px;color: #d53f40;}
#in_02_m{width: 123px;height: 31px;line-height: 31px;text-align: center;position: absolute;right: 10px;top:13px;}
#in_02_m a{display: block;background: #cc0001;color: #fff;font-size: 14px;transition:all 0.4s;}
#in_02_m a:hover{background: #000;}
#in_02_tel{position: absolute;right: 157px;line-height: 57px;height: 57px;color: #393939;font-size: 18px;}
#in_02_tel span{color: #cc0001;font-size: 20px;}
.in_02_ul{width: 100%;float: right;margin:0 auto; height: 542px;}
.in_02_ul li{width: 275px;height: 248px; overflow: hidden; float: left; border:solid 1px #e0e0e0; line-height: 25px;text-align: center; border-bottom: solid 3px #e0e0e0;margin-top:19px;margin-left: 19px;}
.in_02_ul li img{width: 261px;height: 195px;padding:7px;}
.in_02_ul li a{display: block;color: #666666;font-size: 16px;}
.in_02_ul li a:hover{color: #cd0008;}
.in_02_ul li:hover{border:solid 1px #cc0001;border-bottom: solid 3px #b40405;}
/*#in_02_ul{width: 1200px;margin:20px auto; position: relative;}
.picMarquee{ width:1200px;  overflow:hidden; }
.picMarquee .hd{ overflow:hidden;  height:0px;  margin:0; }
.picMarquee .bd{ padding:0px; margin:0;}
.picMarquee .bd ul{ overflow:hidden; zoom:1; }
.picMarquee .bd ul li{ margin:10px 20px; background: #f2f2f2;border:solid 1px #f2f2f2; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee .bd ul li a img{ width: 280px;height: 280px; display:block; border:3px solid #fff; transition:all 0.4s;}
.picMarquee .bd ul li a:hover img{ border-color:#fff;  }
.picMarquee .bd ul li a .icptit { display:block;line-height:45px; height:45px; overflow:hidden; color: #333;font-size: 16px; width:100%; text-align:center;transition:all 0.4s;}
.picMarquee .bd ul li a:hover .icptit{ background:#cc0001;color:#fff; }
.picMarquee .bd ul li a:hover img{ border:3px solid #cc0001;}
.picMarquee .picList{width:310px; height:auto; float:left; }*/


.pro_next{width: 42px;height: 42px;background: url(../images/gd_rt.png) center no-repeat;position: absolute;right: 0;top:113px;cursor: pointer;}
.pro_prev{width: 42px;height: 42px;background: url(../images/gd_lf.png) center no-repeat;position: absolute;left: 0;top:113px;cursor: pointer;}
#in_02_ulmid{width: 1200px;height: 279px;margin:0 auto;overflow: hidden;}
#in_02_ulmid li{width: 277px;height: 269px;float: left;margin-right:17px;text-align: center;padding:5px;background: #f0f0f0;line-height: 25px;transition:all 0.4s;}
#in_02_ulmid li a{display: block;color: #444444;font-size: 16px;}
#in_02_ulmid li img{width: 277px;height: 229px;}
#in_02_ulmid li:hover{background: #006ada;}
#in_02_ulmid li a:hover{color: #fff;}


#in_03{width: 100%;height: 639px; padding-top: 169px; margin:0 auto;background: url(../images/in_03_bg.png) center no-repeat;margin-top: 30px;}
#in_03_mid{width: 1200px;height: 530px;margin:0 auto;position: relative;}
#in_03_mid #in_03_li01{width:282px;height: 344px;position: absolute;left: 0px;top:0px;background: url(../images/in_03_li01.png) center no-repeat;}
#in_03_mid #in_03_li02{width:282px;height: 344px;position: absolute;left: 477px;top:0px;background: url(../images/in_03_li02.png) center no-repeat;}
#in_03_mid #in_03_li03{width:282px;height: 344px;position: absolute;right: 0px;top:0px;background: url(../images/in_03_li01.png) center no-repeat;}
#in_03_mid #in_03_li04{width:282px;height: 344px;position: absolute;left: 240px;bottom:0px;background: url(../images/in_03_li03.png) center no-repeat;}
#in_03_mid #in_03_li05{width:282px;height: 344px;position: absolute;right: 240px;bottom:0px;background: url(../images/in_03_li03.png) center no-repeat;}
#in_03_mid .in_03_num{width: 279px;height: 301px;position: absolute;left: 118px;top:40px;}
#in_03_mid .in_03_title{width: 282px;position: absolute;left: 0px;top:114px;text-align: center;color: #fff;font-weight: bold;font-size: 25px;}
#in_03_mid .in_03_info{width: 252px;position: absolute;left: 15px;top:158px; line-height: 23px; text-align: center;color: #fff;font-size: 14px;}
#in_03_mid .in_03_nun{width: 279px;height: 301px;position: absolute;left: 118px;top:60px;}
#in_03_mid .in_03_titlen{width: 282px;position: absolute;left: 0px;top:130px;text-align: center;color: #fff;font-weight: bold;font-size: 25px;}
#in_03_mid .in_03_infon{width: 252px;position: absolute;left: 15px;top:178px; line-height: 23px; text-align: center;color: #fff;font-size: 14px;}
#in_03_mid #in_03_li01:hover{animation: swing 1s;}
#in_03_mid #in_03_li02:hover{animation: swing 1s;}
#in_03_mid #in_03_li03:hover{animation: swing 1s;}
#in_03_mid #in_03_li04:hover{animation: swing 1s;}
#in_03_mid #in_03_li05:hover{animation: swing 1s;}
@-webkit-keyframes swing{
    20%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    60%{-webkit-transform:rotate(5deg);}
    80%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
    20%{-moz-transform:rotate(15deg);}
    40%{-moz-transform:rotate(-10deg);}
    60%{-moz-transform:rotate(5deg);}
    80%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
    20%{-ms-transform:rotate(15deg);}
    40%{-ms-transform:rotate(-10deg);}
    60%{-ms-transform:rotate(5deg);}
    80%{-ms-transform:rotate(-5deg);}
    100%{-ms-transform:rotate(0);}
}
@keyframes swing{
    20%{transform:rotate(15deg);}
    40%{transform:rotate(-10deg);}
    60%{transform:rotate(5deg);}
    80%{transform:rotate(-5deg);}
    100%{transform:rotate(0);}
}



#in_04_title{width: 1200px;height: 45px;margin:25px auto;background: url(../images/in_04_title.png) center no-repeat;}
#in_04_ul{width: 1200px;height: 202px;margin:0 auto;}
#in_05_title{width: 1200px;height: 22px;line-height: 22px;margin:25px auto;background: url(../images/intro_title_bg.png) repeat-x center left;position: relative;}
#in_05_title span{display: block;width: 90px;height: 22px;position: absolute;left: 0px;top:0px;background: #fff;color: #666666;font-size: 21px;}
#in_05_title i{font-style: normal;color: #d01819;}
#in_06{width: 100%;padding:20px 0px;margin:0 auto;background: #f5f5f5;}
#in_06_intro{width: 1200px;height: 229px;margin:0 auto;}
#intro_l{width: 810px;height: 229px;background: #fff;float: left;position: relative;}
#intro_img{width: 372px;height: 212px;position: absolute;left: 11px;top:8px;background: url(../images/intro_img.jpg) center no-repeat;}
#intro_c{width: 396px;height: 212px;position: absolute;left:400px;top:10px;line-height: 25px;color: #666666;font-size: 14px;}
#intro_m{width: 37px;height: 37px;position: absolute;right: 0px;bottom:0px;}
#intro_m a{display: block;width: 37px;height: 37px; transition:all 0.4s; background: #35353d url(../images/intro_more.png) center no-repeat;}
#intro_m a:hover{background: #D01819  url(../images/intro_more.png) center no-repeat;}
#intro_r{width: 377px;height: 229px;position: relative; background: #d01819 url(../images/lxwm_people.png) right bottom no-repeat;float: right;}
#intro_time{width: 103px;height: 115px;background: url(../images/hour.png) center no-repeat;position: absolute;left: 25px;top: 42px;}
#intro_r p{padding-left: 135px;padding-top: 30px;color: #fff;line-height: 30px;font-size: 15px;font-style: italic;}
#intro_r p span{font-weight: bold;font-size: 26px;}
#in_06_crcm_title{width: 1200px;height: 22px;line-height: 22px;margin:25px auto;position: relative;}
#in_06_crcm_title span{display: block;width: 90px;height: 22px;position: absolute;left: 0px;top:0px;color: #666666;font-size: 21px;}
#in_06_crcm_title i{font-style: normal;color: #d01819;}
#in_06_ul{width: 1200px;height: 189px;margin:0 auto;position: relative;}
#crcm_more{width: 46px;height: 189px;position: absolute;left: 0px;top:0px;}
#crcm_more a{display: block;width: 46px;height: 189px;background: #d01819 url(../images/crcm_more.png) center no-repeat;}
#crcm_ul{width: 1154px;height: 189px;position: absolute;right: 0px;top:0px;}
#in_07{width: 1200px;height: 405px;padding:50px 0px;margin:0 auto;}
#in_07_newsgs{width: 415px;height: 405px;float: left;}
#in_07_newshy{width: 415px;height: 405px;float: left;margin:0px 50px;}
#in_07_zxly{width: 245px;height: 405px;float: left;}
.in_07_title{width: 100%;height: 45px;margin:0 auto;border-bottom: solid 1px #bbbbbb;position: relative;}
.in_07_title1{width: 100%;height: 45px;margin:0 auto;position: relative;}
.in_07_t{width: 84px;height: 44px;position: absolute;left: 0px;top:0px;border-bottom: solid 1px #d30000;line-height: 44px;color: #666666;font-size: 21px;}
.in_07_t1{width: 84px;height: 44px;position: absolute;left: 0px;top:0px;line-height: 44px;color: #666666;font-size: 21px;}
.in_07_t i,.in_07_t1 i{font-style: normal;color: #d01819;}
.in_07_m{width: 76px;height: 45px;line-height: 45px;position: absolute;right: 0px;top:0px;background: url(../images/in_more.png) right center no-repeat;}
.in_07_m a{display: block;color: #666;font-size: 14px;}
.in_07_m a:hover{color: #e80000;}
.news_f{width: 100%;height: 90px;margin:22px auto;position: relative;}
.news_img{width: 150px;height: 90px;position: absolute;left: 0px;top:0px;}
.news_img img{width: 150px;height: 90px;}
.news_t{width: 243px;height: 30px;line-height: 30px;color: #000;font-size: 13px;position: absolute;right: 0px;top:0px;}
.news_i{width: 243px;line-height: 28px;color: #666666;font-size: 13px;position: absolute;right: 0px;top:30px;}
.news_i a{color: #d30000;font-size: 13px;}
.news_ul{width: 100%;height: 225px;margin:0 auto;}
.news_ul li{width: 100%;height: 32px;line-height: 32px;background: url(../images/icon.jpg) left center no-repeat;}
.news_ul li span{padding-left: 32px;}
.news_ul li a{display: block;color: #67676f;font-size: 14px;}
.news_ul li a:hover{color: #e80000;}

.in_zxly{width: 245px;height: 358px;margin:0 auto;background: url(../images/in_zxly_bg.jpg) center no-repeat;}
#wrap{ width:1200px; height:auto; margin: 20px auto;position: relative;z-index: 100;}


/*left*/
#left{width:299px; min-height:615px; float: left;position: relative;display: inline;}
.left_title{width: 299px;height: 82px;margin:0 auto;background: #393939 url(../images/left_title.png) center no-repeat;}
.left_ul{width: 297px;margin:5px auto; border:solid 1px #dbdbdb;padding-bottom: 4px;}
.left_ul li{width: 291px;height: 37px; line-height: 37px; margin:0 auto;margin-top: 4px;}
.left_ul li a{display: block;background: #ededed;color: #666666;font-size: 13px;transition:all 0.4s;}
.left_ul li a:hover{background: url(../images/left_hover.png) center no-repeat;color: #fff;}
.left_ul li span{padding-left: 73px;}
.left_ul li .hover{background: url(../images/left_hover.png) center no-repeat;color: #fff;}
.left_txt{width: 299px;height: 98px;margin:0 auto;background: #393939 url(../images/left_txt.png) center no-repeat;}
.lxwm_title{width: 299px;height: 82px;margin:0 auto; background: #393939 url(../images/lxwm_title.png) center no-repeat;}
.lxwm_ul{width: 297px;margin:5px auto; border:solid 1px #dbdbdb;}
.lxwm_ul p{padding:10px 20px;color: #666666;font-size: 14px;line-height: 30px;background: #ededed;margin:3px;}


/*product_info css*/
#zy_pro{width: 100%;margin:20px auto;}
#zy_pro_l{width: 400px; border:solid 1px #eeeeee; text-align: center; float: left; position: relative;}
#zy_pro_r{width: 450px;height: 360px; float: right; }
#zy_pro_title{width: 450px;height: 40px;line-height: 40px;color: #000;font-size: 28px;font-weight: bold;margin:0 auto;}
#zy_pro_info{width: 450px;min-height:120px; overflow: hidden; padding-top: 10px; border:dotted 1px #7b7b7b;border-left:none; border-right: 0; margin:10px auto;font-size: 14px;color: #666666;}
#zy_pro_info span{font-size: 16px;color: #cc0000;}
#zy_pro_share{width: 450px;height: 25px;margin:0 auto;line-height: 25px;color: #666;font-size: 14px;}
#zy_pro_tel{width: 450px;height: 56px;color: #be0202;font-family: Impact;font-size: 30px;background: url(../images/he_tel.png) left center no-repeat; margin:10px auto;line-height: 56px;text-indent: 35px;}
#zy_pro_btn{width: 450px;height: 32px;margin:0 auto;}
#zy_pro_btn a{width: 155px; text-align: center; height: 32px;line-height: 32px;float: left;display: block;margin-right: 10px;font-size: 14px!important;color: #fff!important;}
#zy_pro_btn .a_qq{background: #ffa200;}
#zy_pro_btn .a_order{background: #be0202;}
#zy_pro_btn a:hover{background: #000;}
#pro_nav{width: 100%;height: 50px;margin:0 auto; margin-top: 10px;background: #CC0001;}
#pro_nav li{float: left;width: 114px;height: 50px;line-height: 50px;text-align: center;}
#pro_nav li a{color: #fff;font-size: 16px;display: block;}
#pro_nav li a:hover{background: #414141;color: #fff;}
.pro_capital{width: 100%;height: 32px;line-height: 32px; background: #E6E6E6;margin:0 auto;margin-top: 10px;}
.pro_capital span{width: 96px;height: 32px;background: #CC0001;color: #fff;font-size: 14px;text-align: center;display: block;}
.pro_detail{width: 100%;height: auto;margin:0 auto;margin-top: 10px;font-size: 14px;color: #2e2e2e;line-height: 29px;}
#lxwm_c{width: 90%;padding:20px;margin:0 auto;}
#lxwm_c p{border-bottom: 1px dotted #999;height: 35px;line-height: 35px;}
#zy_fg{width: 100%;height: 370px;margin:0 auto;}
.zy_fg_title{width: 100%;height: 32px;margin:0 auto;background: #ebebeb;position: relative;}
.zy_fg_title span{display: block;width: 96px;height: 32px;line-height: 32px;text-align: center;background: #be0202;position: absolute;left: 0;top:0;color: #fff;font-size: 14px;}
#zy_pro_order{width: 426px;height: 370px;float: left;}
#zy_order{width: 100%;margin:0 auto;}
#zy_order .G_ul{margin:0;padding:0;}
.zy_btn{background:#dddddd;width:279px; transition:all 0.4s; height:29px;border: none;color: #666; font-size:14px; font-family: 微软雅黑;cursor:pointer;}
.zy_btn:hover{background: #be0202;color: #fff;}
#zy_pro_news{width: 426px;height: 370px;float: right;}
#zy_news{width: 100%;margin:0 auto;margin-top: 10px;}

/* CSS Ziye */
#right{width:890px; height:auto;float: right;}
#right_title{width: 890px;height:50px;position: relative;margin:0 auto;background: #e6e6e6;}
#title_left{float:left;width:143px;height:50px;line-height: 50px; text-align: center; font-size: 16px;color:#fff;background: #cc0001;}
#title_right{position: absolute;right: 20px;top:0px; color:#393939;min-width: 23px;height: 50px;line-height: 50px;padding-left: 26px;font-size: 12px;}
#title_right a{color:#393939;font-size: 12px;}
#title_right a:hover{color:#e80000;}
#right_content{ width: 98%; height:auto;margin:0 auto;padding-top: 20px;line-height:27px;color:#393939;font-size: 14px;}
#indexNews li{width:98%;height:45px;margin:0 auto;border-bottom:#D9D9D9 1px dotted;color:#393939;font-size: 14px;position: relative; background: url(../images/icon.png) left center no-repeat;}
#indexNews li a{height:45px;line-height:45px;display:block;color:#393939;font-size: 14px;}
#indexNews li span{position: absolute;height:45px;line-height:45px;color:#393939;font-size: 14px;right: 0px;top:0px;}
#indexNews li img{margin:13px 10px 0 0;}
#indexNews li a:hover{color:#e80000;}
#page{width:100%;height:40px; line-height:40px;text-align:right;margin:20px auto;color:#575656;font-size:14px;clear:both;}
#page a{color:#575656;font-size:14px;}
#page a:hover{color:#e80000;}
#newTitle{width:750px;line-height:30px;color:#000000;font-size:18px;text-align:center;margin:0 auto;}
#productTitle{width:100%;height:30px;color:#000000;font-weight: bold; font-size:20px!important;text-align:left;margin:0 auto;}
#newsInfo{width:750px;height:20px;color:#000000;font-size:12px;text-align:center;margin:10px auto;}
.newsinfoleft {padding-left: 30px;}
.xxsmys{ height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }

#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:600px; padding:3px; border:#dcdcdc solid 1px;}

#newsContent{width:100%;margin:0 auto;}
#picUL{ width:100%; height:100%; overflow:hidden;}
#picUL li{height:240px;width:206px;float:left;margin:0 5px 5px 7px;_margin:0 8px;text-align:center;cursor: pointer;}

#picUL li .pic_01{width:206px;height:204px; text-align: center;background: #ffffff;border:1px solid #dcdcdc;}
#picUL li .pic_01 img{max-height:200px;max-width:200px;padding:2px;vertical-align:middle;}
#picUL li .pic_01 span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle;}
#picUL li .pic_02{width:206px;text-align: center;line-height:30px;}
#picUL li a{color:#393939;font-size: 14px;}
#picUL li a:hover{color:#e80000;}
.G_tips{
	color:#666;
	width:486px;
	border:1px solid #dedede;
	padding:7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}


.recruitys{ width:670px; height:auto; padding:10px; background-color:#fafafa; border:#dedede solid 1px;}
.recruitcon{ height:173px;  border-bottom:#cdcdcd dashed 1px; margin:10px;}
.recruitcon1{ height:173px;  margin:10px;}
.recruitconl{ width:145px; height:153px; float:left; text-align:left;}
.recruitconc{ width:572px; height:153px; float:left; padding-left: 75px;}
.recruitconc li{ width:372px; height:35px; line-height:35px; color:#444444;}
.zwmcys{ color:#ff6c00; font-weight:bold;}
.recruitconr{ width:133px; height:auto; float:left; text-align:center;}
	.chakan{padding-top: 13px;}



.formys{ height:auto; padding:10px;}
.cpmcys{ width:300px; height:34px;border:1px solid #dedede;}
.formbz{ float:left;}
    .G_InputText{

    width:300px;

    height:30px;

    border:1px solid #d2d4d6;

}

.G_textarea{

    width:300px;

    height:100px;

    border:1px solid #dedede;

}

.G_ul{

    margin:0 auto;
}

.G_botton{

    width:55px;

    height:30px;

    line-height:30px;

    border:0;

    background:url(button.gif) no-repeat;

    cursor:pointer;

}

.borderLi{ width:500px; height:auto; padding-top:10px;}
.G_tips{

    

    width:486px;

    margin:10px auto 0 auto;

    border:1px solid #dedede;

    padding:7px;

    border-radius:5px;

    -moz-border-radius:5px;

    -webkit-border-radius:5px;

    box-shadow: 0px 0px 3px rgba(0,0,0,.1);

    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);

}

   .G_InputText1{

    width:160px;

    height:33px;

    border:none;outline: none;

}

.G_textarea1{

    width:200px;
    position: absolute;left: -40px;top:5px;
    height:65px;
border:none;outline: none;

}

.G_ul1{
    margin:0 auto;
    padding-top:86px;padding-left: 60px;
}

.G_botton1{
    width:211px;
    height:36px;
    border:0;
    cursor:pointer;
    position: absolute;
    left: -45px;top:94px;background: none;

}

.borderLi1{ width:170px; height:auto;margin-bottom:5px;position: relative;}


.cpfwnr{width:230px; height:100%;overflow:hidden;}
.cpfwnr dt{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(allbg.gif) no-repeat;background-position: 0 -137px;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dd{width:190px;margin:0 auto;line-height:2}
.cpfwnr dt a{width:213px;height:33px;display:block;padding:0 0 0 17px;background:url(a1.jpg) no-repeat;line-height:33px;font-size:12px;color:#0976b2;}
.cpfwnr dt:hover{background:url(allbg.gif) no-repeat;background-position: 0 -102px;color:#fff;}
.cpfwnr dd a{width:190px;height:25px;line-height:25px;margin:3px 0 0 0;color:#333;font-size:12px;}
.cpfwnr dd a:hover{color:#ff6c00;}


.page{margin:0 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;}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;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;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}

.f{ float:right; margin-right:10px; _margin-top:7px;}

.map{ float:right;margin-top: 20px;}
.map a{color:black;}