/*
    header
*/

.header {
    height: 247px;
    background: url(../image/header_bg.jpg) center center no-repeat;
}

.header-hd {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.header-hd a {
    display: inline-block;
    color: #666;
    padding: 0 15px;
}

.header-hd a:last-child {
    padding-right: 0;
}

.header-bd {
    height: 157px;
}

.logo {
    height: 157px;
    width: 800px;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.header-tel {
    padding: 0 0 0 50px;
    min-width: 260px;
    margin: 58px 0 0 0;
    background: url(../image/hd_phone.png) left center no-repeat;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
}

.header-tel p {
    font-size: 16px;
    color: #333;
}

.header-tel p i {
    font-size: 26px;
    color: #0065b5;
}


/*
    é¡¶éƒ¨å¯¼èˆª
*/

.navbar {
    height: 42px;
    line-height: 42px;
}

.nav {
    width: 1100px;
    height: 42px;
    line-height: 42px;
    margin: 1px auto 0 auto;
}

.nav>ul {
    display: flex;
}

.nav>ul>li {
    flex: 1 1 auto;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.nav li.on>a,
.nav>ul>li>a:hover {
    background: url('../image/nav_icon2.jpg') repeat-x center;
    color: #024a9e;
}

.nav li>ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    background: #024a9e;
    display: none;
}

.nav li>ul>li>a {
    display: block;
    line-height: 40px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.nav li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, .2);
}


/*
    æœç´¢
*/

.i-search {
    height: 28px;
    line-height: 28px;
    margin: 0 auto 2px auto;
    overflow: hidden;
}

.i-search-hd {
    overflow: hidden;
    max-width: 800px;
}

.i-search-hd span {
    color: #0065b5;
    font-weight: bold;
}

.i-search-hd a {
    display: inline-block;
    color: #666;
}

.i-search-hd a:after {
    content: "|";
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    color: #666;
}

.i-search-hd a:last-child:after {
    content: "";
}

.i-search-bd {
    height: 28px;
    line-height: 28px;
    width: 234px;
}

.search__key {
    line-height: 26px;
    border: solid 1px #e3e3e3;
    border-right: none;
    display: block;
    width: 184px;
    float: left;
    font-size: 12px;
    color: #999;
    padding-left: 10px;
    box-sizing: border-box;
    height: 28px;
}

.search__button {
    width: 47px;
    background: url(../image/ssbtn_bg.jpg) center center no-repeat;
    cursor: pointer;
    height: 28px;
    line-height: 26px;
    border: none;
    float: left;
}


/*product*/

.i-pro-hd {
    width: 234px;
    overflow: hidden;
    background: url(../image/classfiy_bg.jpg) center center repeat-y;
    height: 973px;
}

.i-pro-hd .tit {
    background: url(../image/classfiy_topbg.jpg) center center no-repeat;
    height: 56px;
    text-align: center;
    line-height: 56px;
}

.i-pro-hd .tit a {
    font-size: 16px;
    color: #fff;
}

.i-pro-hd h2 {
    height: 36px;
    line-height: 28px;
    background: url(../image/classfiy_icon1.jpg) 23px center no-repeat;
    background-color: #dedede;
    font-weight: normal;
    margin: 23px 0px 5px 24px;
    padding: 1px 0 0 38px;
    border-top: solid 1px #d9d9d9;
    overflow: hidden;
}

.i-pro-hd h2 a {
    font-size: 16px;
    color: #0065b5;
}

.i-pro-hd ul {
    margin: 0 auto 0 40px;
    width: 180px;
    display: none;
}

.i-pro-hd ul li {
    border-bottom: 1px dashed #cdcdcd;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 36px;
    background: url(../image/classfiy_icon2.jpg) 24px center no-repeat;
    width: 155px;
    overflow: hidden;
}

.i-pro-hd ul li a {
    font-size: 14px;
    color: #555;
}

.i-pro-bd {
    width: 936px;
    overflow: hidden;
    padding: 0 0 15px 30px;
    margin: 15px 0 0 0;
    background: url('../image/pro_bg.png') no-repeat center bottom;
}

.i-pro-bd ul {
    background-color: #f8f8f8;
}

.i-pro-bd ul li {
    width: 221px;
    height: 224px;
    padding: 0 10px 0 0;
}

.i-pro-bd ul li:hover .img {
    border-color: #0065B5;
}

.i-pro-bd ul li .img {
    display: block;
    padding: 3px;
    width: 221px;
    box-sizing: border-box;
    border: solid 1px #e4e4e4;
}

.i-pro-bd ul li .img img {
    width: 100%;
    display: block;
}

.i-pro-bd ul li .text {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    width: 221px;
    overflow: hidden;
}

.i-pro-bd ul li .text a {
    display: block;
    color: #555;
    text-align: center;
}

.i-pro-bd .tit {
    border-bottom: solid 1px #dbdbdb;
    height: 27px;
    line-height: 27px;
    padding: 0 0 6px 0;
    margin: 9px 0 18px auto;
    font-size: 16px;
    color: #0065b5;
    font-weight: bold;
}

.i-pro-bd .tit a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}


/*superiority*/

.i-superiority {
    height: 1042px;
    overflow: hidden;
    margin-top: 10px;
    background: url(../image/sup_boxbg.jpg) center center no-repeat;
}

.i-sup-con dl {
    height: 265px;
    overflow: hidden;
    margin: 0px 15px 10px 15px;
}

.i-sup-con dl dt {
    margin: 40px 0 0 0;
    width: 520px;
    background: url(../image/sup_01.png) left top no-repeat;
}

.i-sup-con dl:nth-of-type(1) {
    margin: 40px 15px 60px 15px;
}

.i-sup-con dl:nth-of-type(2) {
    height: 333px;
    overflow: hidden;
    background: url(../image/sup_pic02bg.png) center bottom no-repeat;
}

.i-sup-con dl:nth-of-type(2) dt {
    background: url(../image/sup_02.png) left top no-repeat;
}

.i-sup-con dl:nth-of-type(3) dt {
    background: url(../image/sup_03.png) left top no-repeat;
}

.i-sup-con dl dt h4 {
    background: url(../image/sup_commonbg.png) center bottom no-repeat;
    font-size: 18px;
    color: #f00505;
    padding: 0 0 18px 110px;
    font-weight: bold;
}

.i-sup-con dl dt h4 b {
    display: block;
    font-size: 26px;
    color: #000;
    line-height: 40px;
}

.i-sup-con dl:nth-of-type(1) dt h4 {
    margin: 0 0 14px 0;
}

.i-sup-con dl:nth-of-type(2) dt h4 {
    margin: 0 0 14px 0;
}

.i-sup-con dl dt p {
    font-size: 14px;
    color: #333;
    margin: 0 0 0 86px;
    line-height: 40px;
    padding: 0 0 0 20px;
    background: url(../image/sup_icon2.jpg) left 16px no-repeat;
}

.i-sup-con dd {
    border: #ccc 3px solid;
}


/*case*/

.i-case-tit {
    height: 85px;
    line-height: 85px;
    color: #fff;
    margin: 0 0 22px 0;
    background: url(../image/case_tit.png) center center no-repeat;
}

.i-case-tit a.left {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 200px;
}

.i-case-tit a.right {
    width: 75px;
    line-height: 15px;
    height: 37px;
    margin: 35px 0 0 0;
    text-align: center;
    font-weight: normal;
    background: url(../image/case_more.jpg) center center no-repeat;
    display: block;
    font-size: 12px;
    color: #fff;
}

.i-case-bd {
    width: 900px;
    padding: 19px 0 0 0;
}

.i-case-bd ul li {
    text-align: center;
    float: left;
    background-color: #e8e8e8;
    width: 291px;
    height: 206px;
    margin: 0 0 10px 9px;
}

.i-case-bd ul li img {
    padding: 3px;
    display: block;
    margin: 0 auto;
}

.i-case-bd ul li .text {
    height: 24px;
    line-height: 26px;
}

.i-case-bd ul li .text a {
    font-size: 14px;
    color: #666;
    display: block;
}

.i-case-bd ul li .text a:hover {
    color: #0065B5;
}


/*mid*/

.i-mid {
    height: 130px;
    overflow: hidden;
    background: #0065b5 url('../image/mid.jpg') no-repeat center;
    margin: 30px 0 30px 0;
}

.i-mid .w {
    height: 100%;
    position: relative;
}

.i-mid-tel {
    color: #b2243e;
    font-size: 16px;
    position: absolute;
    top: 77px;
    left: 838px;
}


/*about*/

.i-box {
    border: solid 1px #e8e8e8;
    height: auto;
    overflow: hidden;
}

.i-box .tit {
    height: 39px;
    line-height: 39px;
    font-weight: normal;
    background: url(../image/tit_bg.jpg) center center repeat-x;
}

.i-box .tit a.left {
    width: 115px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    display: block;
    background: url(../image/tit_bg2.png) center center no-repeat;
    color: #f1f1f1;
}

.i-box .tit a.right {
    padding: 0 25px 0 0;
    font-size: 12px;
    color: #666666;
}

.i-about {
    width: 882px;
}

.i-about-hd {
    height: 259px;
    overflow: hidden;
    margin: 25px 0 0 20px;
}

.i-about-hd .img {
    width: 293px;
    height: 259px;
    margin: 0 14px 0 0;
    background: url(../image/about_imgbg.jpg) center bottom no-repeat;
}

.i-about-hd .img img {
    width: 250px;
    height: 221px;
    display: block;
    margin-left: 15px;
    border: #dbd9d9 4px solid;
}

.i-about-hd .text {
    font-size: 12px;
    width: 500px;
}

.i-about-hd .text h4 {
    padding: 8px 0 0 0;
    font-size: 16px;
    color: #0065b5;
}

.i-about-bd h3 {
    margin: 0 auto 26px auto;
    text-align: center;
    background: url(../image/comp_topbg.jpg) center center no-repeat;
    font-size: 18px;
    color: #0065b5;
    font-weight: normal;
    display: none;
}

.i-about-bd ul li {
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
}

.i-about-bd ul li img {
    padding: 2px;
    border: solid 1px #e4e4e4;
}

.i-about-bd ul li .text {
    display: block;
    height: 50px;
    line-height: 40px;
    width: 205px;
    font-size: 14px;
}

.i-about-bd ul li .text a {
    display: block;
}

.i-about-desc {
    display: block;
    width: 500px;
    height: 160px;
    overflow: hidden;
    color: #666666;
    line-height: 28px;
    padding: 12px 0 8px 0;
    font-size: 14px;
}

.i-about-more {
    display: block;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../image/ckbtn_bg.png) center center no-repeat;
    float: right;
    margin-right: 10px;
    color: #fff;
}

.i-about-more:hover {
    color: #fff;
}


/*honor*/

.i-honor {
    overflow: hidden;
    width: 315px;
    float: left;
    border-left: solid 1px #e8e8e8;
}

.i-honor .tit {
    margin-bottom: 28px;
}

.i-honor-con ul li img {
    display: block;
    margin: 0 auto;
    padding: 3px;
    border: solid 2px #e1e1e1;
}

.i-honor-con ul li .text {
    width: 315px;
    line-height: 42px;
    height: 32px;
    margin-bottom: 45px;
    overflow: hidden;
}

.i-honor-con ul li .text a {
    display: block;
    text-align: center;
    padding: 0 25px;
}


/*equipment*/

.i-equipment {
    height: 416px;
    margin: 40px auto 10px auto;
    overflow: hidden;
    background: url(../image/equi_bg.jpg) center center no-repeat;
}

.i-equipment .hd {
    height: 36px;
    line-height: 36px;
    width: 1020px;
    margin: 50px auto 30px auto;
    border-bottom: dashed 1px #80b8de;
}

.i-equipment .hd ul li {
    display: inline-block;
}

.i-equipment .hd ul li a {
    font-weight: normal;
    color: #fff;
    display: block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}

.i-equipment .hd ul li.on a {
    font-weight: bold;
    color: #0065b5;
    background: url(../image/equi_tbg.jpg) center center no-repeat;
}

.i-equipment-more {
    background: url(../image/equi_icon.png) left top no-repeat;
    width: 78px;
    height: 19px;
    line-height: 19px;
    display: block;
    text-align: center;
    color: #0065B5;
}

.i-equipment .bd {
    height: 202px;
    overflow: hidden;
    display: inline-block;
    margin-left: 65px;
}

.i-equipment .bd ul li {
    height: auto;
    padding: 0 15px;
    overflow: hidden;
}

.i-equipment .bd ul li img {
    padding: 2px;
    border: solid 1px #dfe2e3;
}

.i-equipment .bd ul li .text {
    width: 227px;
}

.i-equipment .bd ul li .text a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    width: 227px;
}


/*faqs*/

.picMarquee-top {
    position: relative;
    overflow: hidden;
}

.i-faqs {
    width: 314px;
    height: 456px;
    /*overflow: hidden;
    position: relative;*/
    margin: 14px 0 30px 0;
    background: url(../image/faq_bg.png) right 35px no-repeat;
}
.i-faqs .bd ul {
    overflow: hidden;
    zoom: 1;
}
.i-faqs .bd ul li {
    height: 143px;
    width: 290px;
    overflow: hidden;
    background-color: #fff;
}

.i-faqs .bd ul li p,
.i-faqs .bd ul li h5 {
    font-size: 12px;
    padding: 0 0 0 50px;
}

.i-faqs .bd ul li h5 {
    background: url(../image/wen.jpg) left 5px no-repeat;
    margin: 25px 0 0 0;
    font-weight: normal;
    line-height: 32px;
    color: #555;
}

.i-faqs .bd ul li p {
    line-height: 24px;
    height: 72px;
    width: 220px;
    color: #666;
    background: url(../image/da.jpg) left 4px no-repeat;
    margin: 0 0 14px 0;
    overflow: hidden;
}


/*news*/

.i-news {
    width: 886px;
    height: 456px;
    overflow: hidden;
    margin: 14px 0 30px 0;
    background-color: #ffffff;
}

.i-news .tit ul li {
    display: inline-block;
}

.i-news .tit ul li a {
    display: block;
    color: #000;
}

.i-news .tit ul li a.left {
    background: none;
    color: #000;
}

.i-news .tit ul li.on a {
    background: url('../image/tit_bg3.jpg') no-repeat center;
    color: #fff;
}

.i-news .bd ul li {
    width: 850px;
    height: 82px;
    margin: 20px auto 10px auto;
    border-bottom: #ccc 1px dotted;
}

.i-news .bd ul li .img {
    width: 136px;
    margin: 0 20px 0 0;
}

.i-news .bd ul li .img img {
    padding: 2px;
    border: solid 1px #e4e4e4;
}

.i-news .bd ul li .text {
    width: 688px;
}

.i-news .bd ul li .text h4 {
    float: left;
    width: 560px;
    font-size: 16px;
    color: #0065b5;
    height: 20px;
}

.i-news .bd ul li:hover {
    background-color: #f5f5f5;
    box-shadow: 5px 5px 10px #ccc;
}

.i-news .bd ul li .text span {
    display: block;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../image/ckbtn_bg.png) center center no-repeat;
    float: right;
    margin-right: 10px;
    color: #fff;
}

.i-news .bd ul li .text p {
    color: #666;
    line-height: 24px;
    height: 50px;
    width: 688px;
    font-size: 14px;
    padding-top: 8px;
    overflow: hidden;
}


/*link*/

.i-link {
    margin: 20px auto;
    height: auto;
    overflow: hidden;
}

.i-link .tit {
    color: #0065b5;
    width: 260px;
    height: 39px;
    line-height: 28px;
    margin: 0 auto;
    font-size: 22px;
    border-bottom: #0065b5 3px solid;
    text-align: center;
}

.i-link-con {
    height: auto;
    overflow: hidden;
    border: solid 1px #dfdfdf;
    line-height: 38px;
    padding: 10px 0;
}

.i-link-con a {
    padding: 0 0 0 16px;
    font-size: 12px;
    color: #666666;
}


/*
    å›¾ç‰‡å·¦å³æŽ’åˆ—
*/

.items-img_inline {
    position: relative;
    overflow: hidden;
}

.items-img_inline dt {
    float: left;
    margin-right: 20px;
}

.items-img_inline dt img {
    width: 100%;
}

.items-img_inline dd {}

.items-img_inline dd .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.items-img_inline dd p {
    line-height: 1.3;
    color: #666;
}

.items-img_inline .more {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*
    å›¾ç‰‡é»˜è®¤æŽ’åˆ—
*/

.items-img {
    overflow: hidden;
}

.items-img li {
    float: left;
    margin: 0 25px 25px 0;
    width: 208px;
}

.items-img li .item-hd {
    width: 208px;
    height: 208px;
}

.items-img li .item-hd a {
    display: block;
    border: solid 1px #ccc;
}

.items-img li .item-hd img {
    width: 100%;
    display: block;
}

.items-img li .item-bd {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}


/*
    æ¡ˆä¾‹æ»šåŠ¨æŒ‰é’®
*/

.icol-l {
    float: left;
    width: 575px;
    padding-right: 90px;
}

.icol-c {
    float: left;
    width: 10px;
    height: 400px;
    background: url(../image/col-line.png) no-repeat
}

.icol-r {
    float: right;
    width: 485px;
    padding-left: 40px;
}

.col-l {
    width: 240px;
    float: left;
}

.col-r {
    width: 908px;
    float: right;
}


/*
    footer
*/

.footer {
    height: 234px;
    overflow: hidden;
    background: url(../image/foot_bg.png) top center no-repeat;
}

.footer-nav {
    text-align: center;
    height: 44px;
    line-height: 40px;
}

.footer-nav a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.footer-nav a:after {
    content: "|";
    color: #fff;
    padding: 0 18px;
    display: inline-block;
}

.footer-nav a:last-child:after {
    content: "";
}

.footer-con {
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 10px;
}

.footer-con p {
    display: inline-block;
}


/*npage*/

.npage-pos {
    background-position: -63px -57px;
    line-height: 27px;
    text-indent: 10px;
    color: #000;
    margin-bottom: 10px;
    background: url(../image/tit1.gif) repeat-x;
    border: 1px solid #ccc;
    height: 32px;
    font-size: 12px;
}


/**/

.nbanner {
    height: 230px;
    background: url(../image/nban_bg3.jpg) center top;
}

.main {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
}

.main_con {
    padding: 20px 50px 50px 50px;
    min-height: 500px;
}

.um-hd {
    float: left;
    width: 203px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.um-bd {
    float: right;
    width: 980px;
    border: #ccc solid 1px;
}

.main_nei .ml {
    float: right;
}

.main_nei .mr {
    float: left;
}

.sider {}

.sider__hd {
    height: 50px;
    padding: 8px;
    background-color: #F18B16;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
}

.sider__hd .en {
    display: block;
    font-size: 14px;
}

.sider__bd li {
    position: relative;
}

.sider__bd li i {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 36px;
    height: 40px;
    background: url(../image/img.png) no-repeat 0 -169px;
    cursor: pointer;
}

.sider__bd li a:hover {
    background: inherit;
}

.sider__bd dl {
    display: none;
}

.sider__bd li.on dl {
    display: block;
}

.sider__bd li.on i {
    background-position: 0 -209px;
}

.um-items-img li {
    width: 223px;
    overflow: hidden;
    float: left;
    padding: 10px 0px;
    margin: 0 22px 0 0;
}

.um-items-img li .text {
    height: 30px;
    line-height: 30px;
}

.um-items-img li .text a {
    display: block;
    text-align: center;
    color: #666;
}


/*
    æ–°é—»åˆ—è¡¨é¡µå·¦å³æŽ’åˆ—
*/

.items-text_desc li {
    margin-bottom: 20px;
    padding: 5px;
    border-bottom: #CCC 1px dotted;
}

.items-text_desc li:hover {
    background-color: #f5f5f5;
    box-shadow: 5px 5px 10px #ccc;
}

.items-text_desc .item-bd {
    width: 750px;
}

.items-text_desc .item-bd .tit {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #0065b5;
}

.items-text_desc .item-bd span {
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px 0 8px;
    color: #666;
}

.items-text_desc .item-bd .desc {
    width: 720px;
    font-size: 14px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
    color: #666;
}

.items-text_desc .item-bd b.right {
    display: block;
    font-weight: normal;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: url(../image/ckbtn_bg.png) center center no-repeat;
    float: right;
    color: #fff;
    margin-right: 10px;
}


/*å†…é¡µæ–°é—»*/

.news-bd {
    padding: 0;
    border: none;
}

.um-news {
    margin: 0 !important;
}


/*
        å†…é¡µå·¦ä¾§
    */

.um-hd-panel {}

.um-hd-panel_tit {
    color: #333;
    font-size: 14px;
    background: url(../image/tit1n.gif) no-repeat;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    overflow: hidden;
    font-weight: bold;
}

.um-menu_hd img {
    max-width: 100%;
}

.um-hd-contact_con .text {
    padding: 0px 5px 20px 20px;
    line-height: 24px;
}

.um-hd-contact_con .tel {
    background: url(../image/tel.gif) no-repeat scroll 10px 18px;
    line-height: 20px;
    padding: 10px 0 10px 65px;
}

.um-hd-contact_con .tel p {
    display: block;
    font-size: 18px;
    color: #0065B5;
}

.um-hd-menu_con {
    background: #fff;
    padding: 4px 11px 8px;
    overflow: hidden;
}

.um-hd-menu_con li {
    background: url(../image/tit3n.gif) no-repeat;
    height: 33px;
    line-height: 33px;
    padding-left: 28px;
    overflow: hidden;
    margin-top: 4px;
}

.um-hd-menu_con li a {
    display: block;
}

.um-bd_hd {
    height: 36px;
    padding: 0 15px;
    line-height: 36px;
    border: #ccc solid 1px;
    margin-bottom: 10px;
}

.um-bd_bd {
    width: 958px;
    margin: 0 auto;
    line-height: 30px;
}

.um-bd_hd .tit {
    float: left;
    font-size: 16px;
    color: #333;
}

.um-hd-xgpro li {
    text-align: center;
    margin: 10px auto;
}

.um-hd-xgpro li .img {
    width: 201px;
}

.um-hd-xgpro li img {
    border: 1px solid #DFDFDF;
    display: inline-block;
}

.um-hd-xgpro li .text {
    width: 201px;
}

.um-hd-xgpro li .text h4 {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.um-bd-xgnews {
    width: 980px;
    float: right;
    border: #ccc solid 1px;
    margin-top: 25px;
}

.um-bd-xgnews .tit {
    background: url(../image/tit1.gif) repeat-x;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
}

.um-bd-xgnews ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 17px 0 0px;
    width: 940px;
    float: left;
    overflow: hidden;
    background: url(../images/ico55.gif) no-repeat center left;
    margin-left: 20px;
    border-bottom: #CCC 1px dotted;
}

.um-bd-xgnews ul li h4 {
    max-width: 90%;
    float: left;
    font-size: 12px;
}

.um-bd-xgnews ul li span {
    float: right;
}

.pos {}

.pos,
.pos a {
    color: #333;
}

.detail {}

.um-page_tit {
    padding: 20px 0;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-size: 23px;
}

.detail .imgs {
    text-align: center;
}


/*-------------------------------------------------*/


/*detail*/

.about {}

.about h1 {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f1f1f1;
    font-size: 14px;
}

.detail img {
    max-width: 860px;
    _width: expression(this.width>860?860: true);
}

.detail .cont {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.8;
}

*html .detail img {
    width: expression(this.width > 860 ? "860": this.width);
}


/*æ–°é—»è¯¦ç»†é¡µ*/

.news h1 {
    text-align: center;
}

.meta {
    height: 26px;
    line-height: 26px;
    border-bottom: #666 dashed 1px;
    margin-bottom: 20px;
    color: #999;
    text-align: center;
}


/*about*/

.about_detail h1 {
    padding: 15px 0;
    border-bottom: #c2d9ea solid 1px;
}

.about_detail .artInfo {
    display: none;
}

.page_list_img li {
    float: left;
    margin: 10px;
    display: inline;
    zoom: 1;
    width: 228px;
    height: 190px;
    overflow: hidden;
}

.page_list_img li img {
    width: 220px;
    height: 165px;
    padding: 4px;
    background: #fff3d0;
    border: #fc6800 solid 1px;
}

.page_list_img li .list_title {
    text-align: center;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** äº§å“åˆ—è¡¨
**/

.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}


/*äº§å“è¯¦ç»†*/

.product_detail {
    padding-left: 20px;
}

.um-imgZoom {
    float: left;
    margin-right: 20px;
}

.um-imgZoom p {
    text-align: center;
    padding-bottom: 10px;
}

#zoom_box {
    display: block;
    zoom: 1;
    width: 300px;
    height: 300px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}

#zoom_box img {
    margin: 0;
    padding: 0;
}

#zoom_box img.big_small {
    max-width: 300px;
    max-height: 300px;
    _width: expression(this.width>300&&this.width>this.height?300: true);
    _height: expression(this.height>300?300: true);
}

#zoom_list {
    width: 302px;
    height: 60px;
    background: #EFEFEF;
}

#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 232px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist {
    position: absolute;
}

#thumblist li {
    float: left;
    width: 58px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
}

#thumblist li span {
    width: 52px;
    height: 52px;
}

#thumblist li span a {
    width: 50px;
    height: 50px;
    font-size: 42px;
    border: 1px solid #FFF;
}

#thumblist li span img {
    max-height: 50px;
    max-width: 50px;
    _width: 50px;
    _height: 50px;
}

#big_box {
    float: left;
}

#big_box span {
    width: 302px;
    height: 242px;
}

#big_box span a {
    width: 300px;
    height: 240px;
    font-size: 200px;
}

#big_box span img {
    max-width: 300px;
    max-height: 240px;
}

.p_info li {
    margin-bottom: 10px;
}

.um-imgDetail {}

.um-imgDetail .tag {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: #ddd solid 1px;
    border-bottom: #054dd6 solid 2px;
    background: #f8f8f8;
}

.um-imgDetail .tag b {
    display: block;
    color: #054dd6;
    font-size: 14px;
}

.um-imgDetail .tit {
    border-bottom: 1px dashed #CCCCCC;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.um-imgDetail .img span {
    display: block;
    text-align: center;
    color: #BCBBBB;
    line-height: 24px;
    font-size: 14px;
}

.um-imgDetail .img img {
    display: block;
    margin: 10px auto;
}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 0 10px;
    margin: 15px -10px;
}

.pagenav p {
    width: 450px;
    height: 30px;
}

.pagenav a {
    color: #666;
}

.pagenav a:hover {
    color: #0065B5;
}

.um-bd_imgShow_ft .items-img li {
    width: 187px;
}

.um-bd_imgShow_ft .items-img li .item-hd {
    width: 187px;
    height: 187px;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


/*
** å›¾ç‰‡
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** ä¸‹è½½
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    padding: 10px 0 10px;
    font: 12px 'å®‹ä½“';
    position: relative;
    top: 30px;
    margin-bottom: 25px;
}

#pages a {
    display: inline-block;
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    min-width: 60px;
    box-sizing: border-box;
    font-size: 14px;
}

#pages a:first-child {
    margin-left: 15px;
}

#pages a.a1 {
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    margin-top: 0px;
    min-width: 60px;
    box-sizing: border-box;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    background: #0065b5;
    border: 1px solid #0065b5;
    color: #fff;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    min-width: 60px;
    box-sizing: border-box;
}

.page .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*ç•™è¨€åé¦ˆ*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #305bb7;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #0d43b4;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "å®‹ä½“";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*å®‹ä½“å®‹ä½“*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #314E8C
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}