/*body*/

.bg {
    background-color: #ebebeb;
}

body {
    font-family: "Microsoft YaHei", SimSun, SimHei;
    width: 100%;
    min-width: 1160px;
}

.centent {
    background-color: #FFF;
    width: 1110px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


/*son-nav*/

.son-nav {
    background-image: url(../images/list/son_nav_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    background-color: #0275c7;
    height: 45px;
}

.son-nav .sonw {
    line-height: 45px;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.son-nav .sonw .toptype {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background-color: #666666;
    text-align: center;
    height: 45px;
    width: 200px;
    float: left;
    line-height: 45px;
}

.son-nav .sonw ul {
    float: left;
    padding-left: 45px;
    line-height: 32px;
    padding-top: 6px;
    width: 915px;
}

.son-nav .sonw ul li {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    margin-left: 28px;
    padding-right: 14px;
    padding-left: 14px;
    float: left;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin-bottom: 13px;
}

.son-nav .sonw ul li a {
    color: #FFF;
}

.son-nav .sonw ul .on,
.son-nav .sonw ul li:hover {
    background-color: #3691d5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*list_product*/

.ncanye .mcul li {
    height: 320px;
    position: relative;
}

.ncanye .mcul li img {
    height: 320px;
}

.ncanye .mcul li:hover {
    background-color: #B4DEFE;
    border-top-color: #82C9FD;
    border-right-color: #82C9FD;
    border-bottom-color: #82C9FD;
    border-left-color: #82C9FD;
}

.ncanye .mcul li .zhezao {
    height: 320px;
    width: 320px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: none;
    background-image: url(../images/list/lantou.png);
}

.ncanye .mcul li:hover .zhezao {
    display: block;
}

.ncanye .mcul li .zhezao .biaoti {
    font-size: 25px;
    text-align: center;
    height: 30px;
    width: 100%;
    padding-top: 120px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.ncanye .mcul li .zhezao .chakan {
    font-size: 18px;
    line-height: 35px;
    background-color: #F39C00;
    height: 35px;
    width: 180px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-weight: bold;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.ncanye ul li {
    padding: 14px;
    float: left;
    height: 220px;
    width: 320px;
    border: 1px solid #dcdcdc;
    position: relative;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.ncanye ul li img {
    height: 220px;
    width: 320px;
}

.ncanye ul li a {
    color: #FFF;
}

.ncanye ul li .titname {
    background-image: url(../images/list/tit_name_bg.png);
    height: 36px;
    width: 320px;
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 18px;
    line-height: 36px;
}

.ncanye ul li .zhezhao {
    position: absolute;
    z-index: 999;
    height: 197px;
    width: 120px;
    left: 14px;
    top: 14px;
    padding-top: 23px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    background-image: url(../images/list/lantou.png);
    background-repeat: repeat;
}

.ncanye ul li .zhezhao img {
    width: 110px;
    margin-right: auto;
    margin-left: auto;
    height: 90px;
}

.ncanye ul li .zhezhao .titna {
    font-size: 20px;
    line-height: 30px;
    height: 35px;
}

.ncanye ul li .zhezhao .ymore {
    line-height: 23px;
    height: 23px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 17px;
    padding-left: 17px;
    border: 1px solid #FFF;
    margin-top: 10px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.centent .ncanye ul .none .zhezhao {
    display: none;
}

.ncanye ul li:hover .zhezhao {
    display: block;
}

.ncanye ul li:hover .zhezhao {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/*list page*/

.page {
    width: 100%;
    margin: 10px auto;
    line-height: 30px;
    text-align: right;
}

.page span {
    display: inline-block;
    padding: 0 10px 0 0;
}

.page a.num.select {
    padding: 3px 10px;
    color: #fff;
    background: #3671cf
}

.page a.num {
    background: #fff;
    padding: 0 10px;
}

.page a.num:hover {
    padding: 3px 10px;
    color: #fff;
    background: #3671cf
}


/*content-product*/

.zhuanti {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.zhuanti .huandeng {
    height: 550px;
    width: 1080px;
    padding-top: 10px;
}

.focusBox {
    position: relative;
    width: 1080px;
    height: 550px;
    overflow: hidden;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic img {
    width: 1080px;
    height: 550px;
    display: block;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    /*background: url(images/dot.png) no-repeat 0 -16px;*/
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    /*_background: url(images/dot8.png) no-repeat 0 -16px;*/
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev {
    width: 27px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
    background-image: url(../images/content/zt_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    left: 20px;
}

.focusBox .next {
    width: 27px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
    right: 20px;
    background-image: url(../images/content/zt_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.focusBox .prev:hover {
    background-image: url(../images/content/zt_left_on.png);
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

.focusBox .next:hover {
    background-image: url(../images/content/zt_right_on.png);
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

.picScroll-pro {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

.picScroll-pro .bd {}

.picScroll-pro .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-pro .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 238px;
    margin-top: 0;
    margin-right: 38px;
    margin-bottom: 0;
    border: 1px solid #dedede;
    height: 298px;
}

.picScroll-pro .bd ul li .pic {
    text-align: center;
}

.picScroll-pro .bd ul li .pic img {
    width: 238px;
    height: 247px;
    display: block;
}

.picScroll-pro .bd ul li .pic a:hover img {}

.picScroll-pro .bd ul li .title {
    line-height: 50px;
    font-size: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dedede;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
}

.picScroll-pro .bd .picList li:hover .title {
    background-color: #5BB8FD;
}

.picScroll-pro .bd .picList li:hover .title a {
    font-weight: bold;
    color: #FFF;
}

.picScroll-pro .bd .picList li {
    padding: 11px;
    margin-right: 10px;
    background-color: #f0f0f0;
    border-top-color: #f0f0f0;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    border-left-color: #f0f0f0;
}

.picScroll-pro .bd .picList li:hover {
    background-color: #B4DEFE;
    border-top-color: #82C9FD;
    border-right-color: #82C9FD;
    border-bottom-color: #82C9FD;
    border-left-color: #82C9FD;
}

.picScroll-pro .bd .picList .yingshili .pic img {
    height: 300px;
}

.picScroll-pro .bd .picList .yingshili {
    height: 351px;
}

.pro_ul h1,
.pro_anli h1,
.pro_cont h1,
.lingyu h1 {
    font-size: 24px;
    line-height: 76px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}

.pro_cont #pro_content h3 strong,
.ck3D strong {
    border-radius: 4px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 16px;
    color: #FFF;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    background-color: #2B97E5;
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: #000 -2px 2px 2px;
}

.pro_cont #pro_content h3 strong:hover,
.ck3D strong:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.ck3D {
    position: absolute;
    top: 37px;
    right: 0px;
}

.lingyu h1,
.pro_ul h1 {
    position: relative;
}


/*list-honer*/

.img_list ul li {
    float: left;
    height: 240px;
    width: 320px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
}

.img_list ul li img {
    height: 200px;
    width: 320px;
    text-align: center;
}

.img_list ul {
    margin-right: -25px;
}

.img_list ul li:hover {
    background-color: #0275c7;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.img_list ul li:hover a {
    color: #FFF;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.centent .pro_list ul li img {
    height: 350px;
    width: auto;
}

.centent .pro_list ul li {
    padding: 10px;
    height: auto;
}


/*content-honer*/

.centent .about {
    font-size: 13px;
    line-height: 30px;
    color: #666666;
    clear: both;
    min-height: 380px;
    float: none;
}

.centent .about .title {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    color: #0275c7;
    margin-bottom: 20px;
}


/*content-case*/

.pro-content {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.pro-content .pro-title {
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-bottom: 40px;
}

.pro-content .pro_img {
    float: left;
    width: 500px;
    text-align: center;
}

.picslide {
    position: relative;
    overflow: hidden;
    width: 502px;
    height: 602px;
}

.picslide .bigImg {
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 500px;
    border: 1px solid #CCC;
}

.picslide .bigImg li img {
    vertical-align: middle;
    height: 496px;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
}

.pro_canshu .jieguo {
    width: 495px;
}

.dinggou {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pro-content .pro_canshu {
    float: right;
    width: 495px;
}


/*news-list*/

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d2d2d2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.picScroll-left .hd ul li.on {
    background-color: #f94006;
}

.picScroll-left .bd {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
    padding: 14px;
    height: 300px;
    width: 320px;
    margin-top: 0;
    margin-right: 29px;
    margin-bottom: 0;
    margin-left: 0px;
    border: 1px solid #dcdcdc;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 320px;
    height: 180px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {}

.picScroll-left .bd ul li .title {
    line-height: 35px;
    padding-top: 7px;
}

.picScroll-left .hd .tf20 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #666666;
    line-height: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.picScroll-left .bd .picList li .title a {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

.picScroll-left .bd .picList li p {
    font-size: 12px;
    line-height: 19px;
}

.picScroll-left .bd .picList li .liaojie {
    font-size: 13px;
    line-height: 30px;
    color: #0275c7;
    padding-top: 8px;
}

.picScroll-left .bd .picList li:hover .title a {
    color: #0275c7;
}

.newslist ul li {
    padding: 20px;
    border: 1px solid #dcdcdc;
    height: 110px;
    margin-top: 20px;
}

.qixialist ul li {
    height: 45px;
    line-height: 45px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #BFBFBF;
    font-size: 18px;
}

.newslist ul li .date {
    float: left;
    height: 110px;
    width: 113px;
    margin-right: 40px;
    color: #FFF;
    background-color: #C5C5C5;
    font-family: Arial;
    text-align: center;
}

.newslist ul li .date .dater {
    font-size: 50px;
    line-height: 66px;
    color: #ffffff;
    height: 66px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}

.newslist ul li .date .datey {
    font-size: 16px;
    line-height: 43px;
    height: 43px;
}

.newslist ul li:hover .date {
    background-color: #0275c7;
}

.newslist ul li:hover .date .dater {
    border-bottom-color: #359ae2;
}

.newslist ul li .news_rt {
    float: left;
    height: 130px;
    width: 900px;
}

.newslist ul li .news_rt .news_title {
    font-size: 18px;
    line-height: 45px;
    color: #333333;
}

.newslist ul li .news_rt .news_title a {
    color: #282828;
}

.newslist ul li .news_rt .infos {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-top: 0px;
}

.newslist ul li:hover .news_rt .news_title a {
    font-weight: bold;
    color: #0275c7;
}

.newslist ul li .news_rt .infos a {
    color: #666666;
}


/*search*/

.search_title {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    padding: 0 10px;
}

.search_info {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.search_list {
    font-size: 14px;
    color: #333
}

.search_list li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    padding: 0 10px;
}

.search_list li:last-child {
    border-bottom: none;
}

.search_list li span {
    float: right;
}

.search_cnt {
    overflow: hidden;
    margin: 10px 0
}

.search_cnt form {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
    height: 28px;
}

.search_cnt input.txt {
    width: 120px;
    height: 26px;
    line-height: 26px;
    color: #a1a1a1;
    padding: 0 30px 0 5px;
    border: 1px solid #ccc;
    background: none;
}

.search_cnt input.btn {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 9999;
    background: url(../images/public/btnbg.png) no-repeat 0 0;
    width: 20px;
    height: 22px;
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
}

.top {
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    color: #04891d;
    background: url(../images/public/topbg.jpg) repeat-x;
}

.search_x {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.search_x .top {
    padding: 0 20px;
}

.search_x .xbox {
    padding: 0 20px;
}

.search_x .guestbook_top {
    text-indent: 25px
}

.news_page {
    margin: 20px auto;
    overflow: hidden;
}

.news_page li {
    width: 504px;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    background: #f5f5f5;
}

.news_page .pagepre {
    background: #f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext {
    text-align: right;
    padding-right: 30px;
    background: #f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center;
}

.news_page .pagepre:hover {
    background: #d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext:hover {
    background: #d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;
}


/*page_show*/

.list_page {
    font-size: 16px;
}

.page_show {
    padding-top: 10px;
}

.page_show p {
    text-indent: 2em;
}


/*志成家人*/

.news_list dl {
    width: 94%;
    margin-left: 3%;
    padding: 20px;
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;
}

.news_list dl dt {
    width: 30%;
}

.news_list dl dt img {
    width: 313px;
    height: 208px;
}

.news_list dl dd {
    width: 65%;
}

.news_list dl dd h2 {
    font-size: 24px;
    margin-top: 15px;
}

.news_list dl dd p {
    line-height: 30px;
    margin-top: 10px;
}

.news_list dl:hover dd h2 a {
    color: #0275C7;
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}


/*guestbook*/

.guestbook_show {
    margin: 20px auto 0;
}

.guestbook_top {
    height: 40px;
    background: #eee;
    line-height: 40px;
    padding: 0 10px 0 17px;
}

.guestbook_top .mustwrt {
    display: block;
    float: right;
}

.guestbook_show em {
    color: #f00;
    font-style: normal;
}

.guestbook_form .inp_one {
    width: 180px;
    height: 25px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 4px;
}

.guestbook_form .inp_one:focus {
    border: 1px solid #3671cf;
}

.guestbook_form {
    padding: 20px 20px 0;
}

.guestbook_form dl {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    padding: 10px 0;
}

.guestbook_form dt {
    width: 80px;
    float: left;
}

.guestbook_form dd {
    width: 510px;
    float: left;
}

.guestbook_form dd span {
    padding-left: 20px
}

.guestbook_form dd span b {
    font-weight: 500;
}

.guestbook_form dd span i {
    color: #F00;
    padding: 0 5px;
}

.guestbook_form dd span.quetion {
    display: block;
}

.guestbook_form .bookdl {
    height: 190px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 0;
}

.guestbook_form .button {
    width: 150px;
    height: 32px;
    background: #0275C7;
    border: none;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.guestbook_form .button:hover {
    background: #f1f1f1;
    color: #555;
}

.guestbook_form .form_b {
    width: 693px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.guestbook_title {
    padding: 20px 20px 0;
    color: #2a6cd4
}

.guestbook_title strong {
    color: #f00;
}

.guestbook_title b {
    padding: 0 10px;
    font-weight: normal;
}

.guestbook_cnt {
    padding: 5px 20px 20px;
    border-bottom: 1px dashed #ccc
}

.guestbook_reply {
    color: #f00;
    background: #f6f6f6;
    line-height: 40px;
}

.list_danye .left {
    width: 49%;
    height: auto;
}

.list_danye .left img {
    display: block;
    width: 100%;
}

.list_danye .right {
    width: 49%;
}