body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}



html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}



body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
    -webkit-text-fill-color: #fff;
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner02 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner02 .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner02 .slides {
    position: relative;
    z-index: 1;
}

.banner02 .slides li {
    height: 100%;
}

.banner02 .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
    display: none
}

.header {
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.header .logo a img {
    display: block;
    margin: 10px 0;
}

.header .tel {
    margin-top: 10px;
    background: url(images/toptel.png) no-repeat left center;
    font-size: 18px;
    color: #666666;
    padding-left: 60px;
    line-height: 60px;
}

.header .tel b {
    font-size: 24px;
    color: #333333;
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #2b59b7;
}

.color {
    color: #2b59b7;
}


/*menu*/

.header_nav {
    width: 100%;
    overflow: hidden;
    background: url(images/headerbg.jpg) repeat-x;
    line-height: 45px;
}

.nav-menu {
    position: relative;
    z-index: 101;
}

.nav-menu>li {
    float: left;
    text-align: center;
    width: auto;
    text-align: center;
    width:192px;
    height:46px;
}

.nav-menu li a {
    color: #FFF;
    font-size: 18px;
}

.nav-menu li.active,
.nav-menu li:hover {
    background: URL(images/headerhbg.jpg) repeat-x;
}

.main {
    margin-bottom: 10px;
}



.footer {
    background: url(images/footerbg.jpg) repeat-x top center;
    color: #fff;
}

.footer .nav-menu {
    overflow: hidden;
    color: #FFF;
    padding: 0;
    width: 240px;
}

.footer .nav-menu li {
    width: 50%;
    float: left;
    background: none;
    text-align: left;
    padding: 0;
}

.footer .nav-menu li a {
    font-size: 18px;
    display: block;
    line-height: 30px;
    color: #e5e5e5;
}

.footer .nav-menu li:last-child a {
    border-right: none;
}

.footer .footerTop {
    padding-top: 37px;
    overflow: hidden;
}

.footer .contact {
    width: 560px;
    line-height: 30px;
}

.footer h2 {
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 20px;
    display:block;
}

.footer h2 span {
    padding-left: 20px;
}

.footer .contact p {
    font-size: 18px;
    color: #e5e5e5;
    line-height: 30px;
}

.footer .chat {
    width: 158px;
    text-align: center;
    color: #ccc;
    line-height: 40px;
}

.footer .chat img {
    width: 128px;
    height: 128px;
    display: block;
    margin: 20px auto;
}

.footer .foot_nav {
    width: 100%;
    color: #d6d6d6;
    text-align: center;
    margin-top: 20px
}

.footer .foot_nav span {
    line-height: 30px;
    font-size: 14px;
}

.footer .foot_nav span a {
    color: #d6d6d6;
}

 /*首页banner*/
 
 .banner17 .shutter {
     overflow: hidden;
     width: 1920px;
     height: auto;
     position: relative;
     left: 50%;
     margin-left: -960px;
     top: 0;
 }
 
 .banner17 .shutter-img {
     z-index: 1;
 }
 
 .banner17 .shutter-img,
 .banner17 .shutter-img a {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
 }
 
 .banner17 .shutter-img a {
     cursor: default;
 }
 
 .banner17 .shutter-img a>img {
     width: 1920px;
     height: auto;
 }
 
 .banner17 .shutter-img .created {
     overflow: hidden;
     position: absolute;
     z-index: 20;
 }
 
 .banner17 .shutter-btn {
     width: 1300px;
     height: 64px;
     z-index: 9;
     position: absolute;
     top: 50%;
     margin-left: -650px;
     margin-top: -32px;
     left: 50%;
     clear: both;
     display: none;
 }
 
 .banner17:hover .shutter-btn {
     display: block;
 }
 
 .banner17 .shutter-btn li {
     width: 64px;
     height: 64px;
     cursor: pointer;
 }
 
 .banner17 .shutter-btn li.prev {
     float: left;
     background: url(images/left3.png) no-repeat;
 }
 
 .banner17 .shutter-btn li.next {
     float: right;
     background: url(images/right3.png) no-repeat;
 }
 
 .cover {
     display: inline-block;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
 }
 
 .title {
     width: 40%;
     float: left;
     overflow: hidden;
 }
 
 .title h2 {
     font-size: 40px;
     line-height: 60px;
     color: #333;
     font-weight: 600;
 }
 
 .title span {
     color: #999797;
     font-size: 18px;
     font-weight: normal;
     position: relative;
     display: inline-block;
     line-height: 30px;
 }
 
 .title span::after {
     content: "";
     width: 20px;
     height: 3px;
     background: #eb6100;
     position: absolute;
     left: 0;
     top: 0;
 }
 
 .title p {
     font-size: 21px;
     line-height: 36px;
     color: #737373;
     font-weight: normal;
 }
 /*index product*/
 
 .in-page1 {
     overflow: hidden;
     padding-top: 20px;
 }
 
 .in-page1 {
     overflow: hidden;
 }
 
 .in-page1 .tabTop {
     position: relative;
     overflow: hidden;
 }
 
 .in-page1 .tabTop li {
     color: #211d1e;
     width: 139px;
     height: 35px;
     font-size: 18px;
     line-height: 35px;
     float: left;
     border: 1px solid #a0a0a0;
     cursor: pointer;
     margin-left: 10px;
     position: relative;
     z-index: 10;
     text-align: center;
 }
 
 .in-page1 .tabTop li a {
     color: #333232;
 }
 
 .in-page1 .tabTop li:hover,
 .in-page1 .tabTop li.on {
     background: #2b59b7;
     border: 1px solid #2b59b7;
 }
 
 .in-page1 .tabTop li:hover a,
 .in-page1 .tabTop li.on a {
     color: #FFF;
 }
 
 .in-page1 .tabBottom {
     opacity: 0;
     height: 0;
     overflow: hidden;
 }
 
 .in-page1 .tabBottom.on {
     opacity: 1;
     height: auto;
 }
 
 .in-page1 .tabBottom .flag {
     overflow: hidden;
     margin: 30px 0 13px
 }
 
 .in-page1 .tabBottom .flag li {
     width: 590px;
     height: 386px;
     float: left;
     position: relative;
 }
 
 .in-page1 .tabBottom .flag li.list2 {
     margin-left: 20px;
 }
 
 .in-page1 .tabBottom .flag li img {
     display: block;
     margin: 0 auto;
 }
 
 .in-page1 .tabBottom .flag li h2 {
     color: #fafbfb;
     font-size: 18px;
     position: absolute;
     left: 0;
     bottom: 0;
     line-height: 54px;
     width: 100%;
     font-weight: normal;
     background: url(images/probg.png) repeat;
     text-align: center;
 }
 
 .proList {
     width: 1200px;
     display: block;
     margin: 0 auto
 }
 
 .proList .flexslider {
     width: 100%;
     position: relative;
     margin-top: 10px;
 }
 
 .proList .slides {
     position: relative;
     z-index: 1;
 }
 
 .proList .slides li a {
     display: block;
     margin: 0 auto;
     text-align: center;
     position: relative;
     width: 390px;
     height: 302px;
 }
 
 .proList .slides li a img {
     width: 390px;
     height: 302px;
     display: block;
     margin: 0 auto
 }
 
 .proList .slides li .titleM {
     color: #fafbfb;
     font-size: 18px;
     position: absolute;
     left: 0;
     bottom: 0;
     line-height: 54px;
     width: 100%;
     font-weight: normal;
     background: url(images/probg.png) repeat;
     text-align: center;
 }
 
 .proList .flex-control-nav {
     position: absolute;
     bottom: 10px;
     z-index: 2;
     width: 100%;
     text-align: center;
     display: none;
 }
 
 .proList .flex-direction-nav {
     position: absolute;
     z-index: 3;
     width: 100%;
     top: 14%;
     line-height: 0;
     font-size: 0
 }
 
 .proList .flex-direction-nav li a {
     display: block;
     width: 14px;
     height: 109px;
    /* background: url(images/arrow.png) no-repeat;*/
     overflow: hidden;
     cursor: pointer;
     position: absolute;
 }
 
 .proList .flex-direction-nav li a.flex-prev {
     left: 0;
     background-position: 0px 0px;
 }
 
 .proList .flex-direction-nav li a.flex-next {
     right: 0;
     background-position: -14px 0px;
 }
 
 .in-page2 {
     padding: 30px 0;
     overflow: hidden;
 }
 
 .in-page2 a.more {
     background: #2b59b7;
     border: 1px solid #2b59b7;
     width: 139px;
     height: 35px;
     font-size: 18px;
     line-height: 35px;
     float: right;
     color: #fff;
     text-align: center;
 }
 
 .in-page2 ul {
     text-align: left;
     margin: 0 -7px;
     width: 1250px;
 }

    .in-page2 ul li {
        width: 280px;
        height: 280px;
        border: 1px solid #d2d2d2;
        display: inline-block;
        margin: 22px 22px 0 0;
        overflow: hidden;

    }
        .in-page2 ul li .img {
            width: 280px;
            height: 280px;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            overflow: hidden;
        }

        .in-page2 ul li a img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
          
        }
 
 .in-page3 {
     overflow: hidden;
     padding: 30px 0 40px;
     background: url(images/advbg.jpg) no-repeat top center;
 }
 
 .in-page3 .title2 img {
     display: block;
     margin: 0 auto 30px;
 }
 
 .in-page3 .wrap {
     background: #FFF;
     padding: 40PX 18PX;
     overflow: hidden;
     position: relative;
 }
 
 .in-page3 .wrap .tel,
 .in-page4 .wrap .tel {
     background: url(images/24.jpg) no-repeat left center;
     color: #f2721f;
     font-size: 18px;
     position: absolute;
     right: 20px;
     bottom: 20px;
     padding-left: 60px;
 }
 
 .in-page3 .wrap .tel b,
 .in-page4 .wrap .tel b {
     font-size: 32px;
     display: block;
 }
 
 .in-page3 .fr {
     width: 670px;
 }
 
 .in-page3 .fr .tabTop {
     margin-left: -5px;
 }
 
 .in-page3 .fr .tabTop li {
     border: 1px solid #c9c9c9;
     width: 160px;
     height: 160px;
     float: left;
     margin-left: 5px;
     color: #4c4c4c;
     text-align: center;
     cursor: pointer;
 }
 
 .in-page3 .fr .tabTop li P {
     font-size: 21px;
     padding-top: 90px;
 }
 
 .in-page3 .fr .tabTop li span {
     font-size: 14px;
 }
 
 .in-page3 .fr .tabTop li.one {
     background: url(images/ico01.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.two {
     background: url(images/ico02.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.three {
     background: url(images/ico03.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.four {
     background: url(images/ico04.jpg) no-repeat center 20px;
 }
 
 .in-page3 .fr .tabTop li.one.on {
     background: url(images/ico01h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.two.on {
     background: url(images/ico02h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.three.on {
     background: url(images/ico03h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.four.on {
     background: url(images/ico04h.jpg) no-repeat center 20px #2b59b7;
 }
 
 .in-page3 .fr .tabTop li.on {
     border: 1px solid #2b59b7;
     color: #FFF;
 }
 
 .in-page3 .fr .tabBottom {
     display: none;
 }
 
 .in-page3 .fr .tabBottom.on {
     display: block;
 }
 
 .in-page3 .fr .tabBottom span {
     display: block;
     font-size: 36px;
     color: #b2b2b2;
     margin-top: 34px;
 }
 
 .in-page3 .fr .tabBottom h2 {
     color: #333333;
     font-size: 24px;
     background: #FFF;
     margin-top: -15px;
     position: relative;
     padding-bottom: 10px;
     margin-bottom: 34px;
 }
 
 .in-page3 .fr .tabBottom h2::after {
     content: "";
     left: 0;
     bottom: 0;
     background: #333;
     width: 20px;
     height: 3px;
     position: absolute;
 }
 
 .in-page3 .fr .tabBottom p {
     font-size: 18px;
     color: #666666;
     line-height: 32px;
     margin-top: 22px;
 }
 
 .case {
     overflow: hidden;
 }
 
 .case .title {
     text-align: center;
     font-size: 40px;
     color: #333333;
     line-height: 130px;
     width: 100%;
 }
 
 .case .slides li a img {
     width: 285px;
     height: 220px;
     display: block;
     margin: 0 auto
 }
 
 .case .flex-control-nav {
     display: none;
 }
 
 .case .flex-direction-nav {
     display: none;
 }
 
 .in-page4 {
     overflow: hidden;
 }
 
 .in-page4 .wrap {
     position: relative;
 }
 
 .in-page4 .title {
     width: 100%;
     text-align: center;
 }
 
 .in-page4 .title h2 {
     line-height: 130px;
     position: relative;
 }
 
 .in-page4 .title h2 i {
     background: #FFF;
     padding: 0 20px;
     font-size: 40px;
     color: #333333;
     font-style: normal;
     display: inline-block;
     position: relative;
     z-index: 10;
 }
 
 .in-page4 .title h2::after {
     content: "";
     position: absolute;
     left: 50%;
     top: 65px;
     height: 1px;
     background: #333;
     width: 800px;
     margin-left: -400px;
 }
 
/* .in-page4 .wrap .tel {
     background: url(images/242.png) no-repeat left center;
     color: #fff;
 }*/
 
 .in-page4 .fr {
     width: 550px;
     padding: 43px 25px;
     background: #2b59b7;
     color: #fff;
 }
 
 .in-page4 .fr h2 {
     font-size: 30px;
     line-height: 40px;
     padding-bottom: 30px;
 }
 
 .in-page4 .fr .text {
     padding-bottom: 30PX;
     height: 240px;
     overflow: hidden;
 }
 
 .in-page4 .fr .text p {
     font-size: 18px;
     line-height: 30px;
 }
 
 .in-page4 .fr a {
     float: left;
     width: 140px;
     height: 33px;
     background: #FFF;
     line-height: 33PX;
     text-align: center;
     color: #333;
 }
 
 .in-page5 {
     overflow: hidden;
     padding: 54px 0;
 }
 
 .in-page5 .pageFl,
 .in-page5 .pageFr {
     width: 598px;
 }
 
 .in-page5 .pageFl .title {
     width: 100%;
 }
 
 .in-page5 .pageFl .new img {
     margin: 25px 0;
     display: block;
 }
 
 .in-page5 .pageFl .new a h2 {
     color: #333232;
     font-size: 18px;
     font-weight: normal;
     line-height: 35px;
 }
 
 .in-page5 .pageFl .new a p {
     color: #999797;
     font-size: 16px;
     line-height: 30px;
 }
 
 .in-page5 .pageFr ul {
     margin-top: -10px;
 }
 
 .in-page5 .pageFr ul li {
     padding-bottom: 22px;
     border-bottom: 1px dashed #c9c9c9;
     margin-top: 22px;
     padding-left: 100px;
     position: relative;
 }
 
 .in-page5 .pageFr ul li:last-child {
     border: none;
 }
 
 .in-page5 .pageFr ul li .time {
     color: #1a1a1a;
     border: 1px solid #c9c9c9;
     width: 86px;
     height: 86px;
     position: absolute;
     left: 0;
     top: 0;
     text-align: center;
 }
 
 .in-page5 .pageFr ul li .time p {
     color: #666666;
     font-size: 16px;
     display: block;
 }
 
 .in-page5 .pageFr ul li .time b {
     font-size: 30px;
     color: #3f3f3f;
     display: block;
     padding-top: 10px;
 }
 
 .in-page5 .pageFr ul li h2 {
     color: #333333;
     font-size: 18px;
     line-height: 30px;
     font-weight: normal;
     padding-top: 10px;
 }
 
 .in-page5 .pageFr ul li p {
     color: #999797;
     font-size: 16px;
 }
 /* in_case */
 .in_title{text-align: center;margin-bottom: 30px;padding-top: 60px;}
.in_title h2{font-size: 40px;color: #333;font-weight: normal;}
.in_title h2 span{color: #40abf7;}
.in_title p{font-size: 18px;color: #999;margin-top: 15px;}
.in_case{padding-bottom: 60px;}
.in_case .wrap{overflow: hidden;}
.in_case .slideGroup{ width:100%;}
.in_case .slideGroup .parHd{ height:35px;text-align:center;margin-bottom: 30px;}
.in_case .slideGroup .parHd ul li{cursor:pointer; line-height:35px;display: inline-block;width: 110px;background:#40abf7;margin: 0 15px;}
.in_case .slideGroup .parHd ul li a{font-size: 18px;color: #fff;}

.in_case .slideBox{ overflow:hidden; zoom:1;position:relative;}
/* .in_case .slideGroup .parBd ul{ overflow:hidden; zoom:1;}
.in_case .slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;position:relative;}
.in_case .slideGroup .parBd ul li img{ width:285px; height:317px; display:block;}
.in_case .slideGroup .parBd ul li p{ line-height:43px;width: 178px;height: 43px;font-size: 21px;color: #fff;background:#40abf7;position: absolute;top: 137px;left: 55px;}
.in_case .slideGroup .parBd ul li .cover{width:285px; height:317px;position: absolute;top: 0;left: 0;display: none;}
.in_case .slideGroup .parBd ul li:hover .cover{display: block;} */
.in_case .slideGroup .parbd ul{ overflow:hidden; zoom:1;}
.in_case .slideGroup .parbd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center; border: 5px solid #c9c9c9;width: 279px;height: 328px;}
.in_case .slideGroup .parbd ul li img{ width:285px; height:285px; display:block;}
.in_case .slideGroup .parbd ul li p{ line-height:43px;width:279px;height: 43px;font-size: 21px;color: #fff;  background-color: #2B59B7;
    opacity: 0.9;}
.in_case .slideGroup .parbd ul li .cover{width:285px; height:317px;position: absolute;top: 0;left: 0;display: none;}
.in_case .slideGroup .parbd ul li:hover .cover{display: block;}




.position_wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px;
}

.position {
    height: 40px;
    line-height: 40px;
}

.position .span01 {
    display: block;
    padding-left: 20px;
    background: url(images/span01.png) no-repeat left center;
}


/*ny_left menu_list*/

.ny_left {
    width: 240px;
}

.menu_list .list_title {
    border-bottom: 1px solid #d1d1d1;
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    padding: 20px 0;
}

.menu_list .list_title span {
    display: block;
    text-indent: 2em;
    font-size: 18px;
}

.menu_list .list_title .sp01 {
    color: #d1d1d1;
    font-weight: 100;
}

.menu_list .m_1 {
    border: 1px solid #d1d1d1;
    border-top: none;
    border-bottom: none;
}

.menu_list .m_1>li {
    line-height: 48px;
    font-size: 14px;
    background: #f8f8f8;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    border-top: 2px solid #fff;
    position: relative;
}

.menu_list .m_1>li>a {
    border-left: 6px solid #f1f1f1;
    height: 48px;
    color: #525252;
    font-weight: bold;
    padding-left: 32px;
    display: block;
}

.menu_list .m_1>.m-list>a.active,
.menu_list .m_1>.m-list:hover>a {
    border-left: 6px solid #2b59b7;
    color: #2b59b7;
}

.menu_list .m_1>li .menu_btn {
    position: absolute;
    width: 50px;
    height: 48px;
    background: url(../images/public/ny_left_ico.png) no-repeat center;
    top: 0;
    right: 0;
    cursor: pointer;
}

.menu_list .m_1>li .menu_btn_active {
    background: url(../images/public/ny_left_ico_active.png) no-repeat center;
}

.menu_list .m_1>li .menu_btn:hover {
    background-color: #f9f9f9;
}

.menu_list .m_2 {
    display: none;
}

.menu_list .m_2>li {
    line-height: 36px;
    background: #fff;
    border-bottom: 1px dashed #ccc;
}

.menu_list .m_2>li:last-child {
    border-bottom: none;
}

.menu_list .m_2>li:first-child {
    border-top: 1px solid #ccc;
}

.menu_list .m_2>li a {
    display: block;
    padding-left: 38px;
    font-size: 12px;
}

.menu_list .m_2>li a.active,
.menu_list .m_2>li a:hover {
    color: #338acb;
}


/*ny_left menu_list*/

.menu_list {
    display: grid;
    margin-bottom: 30px;
}


/*ny_left slider_contact*/

.slider_contact {
    width: 100%;
    color: #333333;
}

.slider_contact .list_title {
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    text-indent: 2em;
}

.slider_contact .list_title strong {
    font-weight: normal;
    color: #d1d1d1;
    font-size: 14px;
    padding-left: 5px;
}

.slider_contact .contact {
    padding: 68px 20px 20px;
    border: 1px solid #d1d1d1;
    line-height: 26px;
    position: relative;
    background: #f8f8f8 url(images/contactbg.jpg) no-repeat 20px 20px;
}

.slider_contact .contact .telsp {
    position: absolute;
    top: 12px;
    left: 73px;
    height: 48px;
    color: #5b5b5b;
    line-height: 24px;
    font-size: 16px;
}

.slider_contact .contact .telsp em {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: block;
}


/*right top_share*/

.ny_right {
    width: 900px;
}

.ny_right .top_share {
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
}

.ny_right .top_share dt {
    width: 300px;
}

.ny_right .top_share dt a {
    padding: 0 5px;
}

.ny_right .top_share dd {
    /*width: 242px;*/
}

.ny_right .top_share .bdshare {
    display: inline-block;
}


/*prodouct_list*/

.pord_list li {
    float: left;
    width: 280px;
    margin: 10px;
    position: relative;
}

.pord_list li img {
    width: 280px;
    height: 265px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.pord_list li span {
    display: block;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.pord_list li .pro_cover {
    display: none;
    width: 282px;
    height: 267px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 9999;
    background: url(../images/public/probgh.png) no-repeat center center;
}

.pord_list li:hover .pro_cover {
    display: block;
    font-size: 0;
}


/*prodouct_listA*/

.proA {
    border: 1px solid #d1d1d1;
    padding: 10px 5px 10px;
    overflow: hidden;
    margin-top: 10px;
}

.proA .top {
    border: 1px solid #cccccc;
    line-height: 34px;
    height: 34px;
    width: 97%;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    background: url(../images/public/topbg.jpg) repeat-x scroll 0 0;
}

.proA .top span {
    background: url(../images/public/topico.png) no-repeat 10px center #338acb;
    padding: 0 10px;
    text-indent: 30px;
    display: block;
    color: #FFF;
    height: 34px;
    float: left;
    line-height: 34px;
}

.proA .top .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}

.proAul li {
    width: 221px;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 25px;
}

.proAul li a img {
    width: 218px;
    height: 180px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 5px;
}

.proAul li a span {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
}


/*prodouct_listB*/

.proB {
    border: 1px solid #d1d1d1;
    padding: 10px 5px 10px;
    overflow: hidden;
    margin-top: 10px;
}

.proB ul li {
    border-bottom: 1px dashed #cccccc;
    margin: 10px 10px;
    min-height: 205px;
}

.proB ul li a {
    display: block;
    float: left;
}

.proB ul li a img {
    width: 300px;
    height: 178px;
    padding: 5px;
    border: 1px solid #CCC;
}

.proB ul li span {
    float: left;
    display: block;
    width: 375px;
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
}

.proB ul li span.title {
    border: 1px solid #cccccc;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    position: relative;
    background: url(../images/public/topbg.jpg) repeat-x scroll 0 0;
}

.proB ul li span.title i {
    background: url(../images/public/ibg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    width: 174px;
    line-height: 34px;
    display: block;
    font-style: normal;
}

.proB ul li span.text {
    padding: 20px 0;
    line-height: 25px;
    color: #494949;
    height: 75px;
    overflow: hidden;
}

.proB ul li a.more {
    display: block;
    margin-left: 20px;
    line-height: 30px;
    border: 1px solid #338acb;
    border-radius: 10px;
    padding: 0 10px;
}


/*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: #2b59b7;
}

.page a.num {
    background: #fff;
    padding: 0 10px;
}

.page a.num:hover {
    padding: 3px 10px;
    color: #fff;
    background: #2b59b7;
}


/*recommended*/

.recommended {
    overflow: hidden;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #d1d1d1;
}

.recommended h4 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

.recommended ul li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.recommended ul li span {
    width: 86px;
    color: #a8a8a8;
    display: block;
    float: left;
}

.recommended ul li a {
    width: 70%;
    padding: 0 0 0 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*related product*/

.related {
    position: relative;
    margin: 20px auto;
    background: #fafafa;
    padding: 15px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
}

.related h4 {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 20px 12px;
}

.related .hd2 {
    overflow: hidden;
    height: 30px;
    text-align: center;
}

.related .hd2 ul {
    overflow: hidden;
    margin-top: 5px;
    zoom: 1;
}

.related .hd2 ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/public/prd_off.jpg) no-repeat;
}

.related .hd2 ul li.on {
    background-position: 0 0;
    background: url(../images/public/prd_on.jpg);
}

.related .bd2 ul {
    overflow: hidden;
    zoom: 1;
}

.related .bd2 ul .prdtitle {
    width: 219px !important;
    height: 210px;
    display: inline;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 6px;
    float: left;
}

.related .bd2 ul .prdtitle-large {
    margin: 0 8px;
}

.related .bd2 ul .prdtitle img {
    width: 201px;
    height: 200px;
    border: 1px solid #ccc;
}

.related .bd2 ul .prdtitle span {
    display: block;
    line-height: 30px;
}


/*show_page*/

.show_page {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.show_page li {
    width: 50%;
    float: left;
}


/*prodouct_showA*/

.product_showA h1 {
    font-size: 18px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.prodA_content {
    margin: 0 auto 30px;
    text-align: center;
}

.prodA_content img {
    width: 800px;
    margin: 0 auto;
}

.prodA_content .showA {
    width: 100%;
    margin: 20px 0;
    text-align: left;
    text-indent: 2em;
}

.case_info {
    font-weight: normal;
    font-size: 14px;
}

.case_info span {
    padding: 0 10px;
}


/*prodouct_showB*/

.product_showB .showB h1 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.product_showB .showB p {
    line-height: 26px;
}

.prodB_content {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.prodB_content h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.prodB_content .text_showB p {
    text-indent: 2em;
}

.top {
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    color: #04891d;
    background: url(../images/public/topbg.jpg) repeat-x;
}

.showB_intro {
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    position: relative;
}

.showB_intro .showB_left {
    float: left;
    margin-right: 20px;
}

.showB_intro .showB_right {
    width: 345px;
    padding: 0 10px 10px 0px;
    float: left;
}

.showB_intro .showB_right .showB_title {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.showB_intro .showB_right .showB_text {
    line-height: 25px;
}

.showB_intro .showB_right .rex {
    font-size: 16px;
}

.showB_intro .showB_right .rex span {
    font-size: 22px;
    color: #338acb;
}


/*jqzoom*/

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    width: 363px;
    height: 280px;
    margin: 0 auto;
    vertical-align: middle;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 350px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff/*url(../images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}


/*鍥剧墖灏忓浘棰勮鍒楄〃*/

.showB_preview {
    width: 360px;
    height: 270px;
    border: 1px solid #DFDFDF;
    display: table;
}

.showB_scroll {
    clear: both;
    margin-top: 5px;
    width: 360px;
    /*position:absolute;bottom:0px;right:10px;*/
}

.showB_scroll .prev {
    float: left;
    margin-right: 4px;
}

.showB_scroll .next {
    float: right;
}

.showB_scroll .prev,
.showB_scroll .next {
    display: block;
    font-family: "瀹嬩綋";
    text-align: center;
    width: 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    margin-top: 14px;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.showB_scroll .items {
    float: left;
    position: relative;
    width: 320px;
    height: 71px;
    overflow: hidden;
}

.showB_scroll .items ul {
    position: absolute;
    width: 999999px;
}

.showB_scroll .items ul li {
    float: left;
    width: 106px;
    text-align: center;
}

.showB_scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 93px;
    height: 65px;
}

.showB_scroll .items ul li img:hover {
    border: 2px solid #338acb;
    padding: 1px;
}


/*news_list-with pic*/

.news_list dl {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.news_list dl dt {
    width: 225px;
    height: 165px;
    float: left;
}

.news_list dl dt img {
    width: 220px;
    height: 160px;
    border: 1px solid #ccc;
    display: block;
}

.news_list dl dd {
    width: 647px;
    height: 165px;
    float: right;
}

.news_list dl dd h2 {
    font-size: 16px;
    padding: 5px 0;
}

.news_list dl dd h2:hover {
    color: #338acb;
}

.news_list dl dd span {
    color: #a3a3a3;
}

.news_list dl dd p {
    margin-top: 5px;
}


/*news_list-no pic*/

.news_list_nopic dl {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.news_list_nopic dl dd h2 {
    font-size: 16px;
}

.news_list_nopic dl dd h2:hover {
    color: #338acb;
}

.news_list_nopic dl dd span {
    color: #a3a3a3;
}


/*news_show*/

.news_content h1 {
    font-size: 18px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.news_content .newssp {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news_content .news_show {
    width: 100%;
    margin: 20px 0;
    text-align: left;
    text-indent: 2em;
}

.news_page {
    margin: 20px auto;
    overflow: hidden;
}

.news_page li {
    width: 400px;
    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;
}


.cSubCon {
    text-align: left;
    line-height: 22px;
}

.list_page {
    font-size: 16px;
}

.page_show {
    padding-top: 10px;
}

.commontext {
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
    overflow-x: auto;
    line-height: 22px;
}
.InnerMainContent li {
    overflow: hidden;
    line-height: 22px;
}

.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 #338acb;
}

.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: 160px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 0;
}

.guestbook_form .bookdl dd textarea {
    width: 439px;
    height: 112px;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 5px;
}

.guestbook_form .button {
    width: 150px;
    height: 32px;
    background: #2b59b7;
    border: none;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.guestbook_form .button:hover {
    background: #b8b8b8;
    color: black;
}

.guestbook_form .form_b {
    width: 693px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.guestbook_title {
    padding: 20px 20px 0;
    color: #2b59b7;
}

.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;
}

.bookpage {
    line-height: 40px;
    text-align: right;
}

.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;
}

.current2 {
    width: 17px;
    height: 17px;
    background: #3ab250;
    border: 2px solid #FFF;
    color: #FFF;
}

.num {
    width: 17px;
    height: 17px;
    background: #aaaaaa;
    border: 2px solid #FFF;
    color: #FFF;
}


/*download_list*/

.download_list dl {
    width: 33.3%;
    float: left;
    margin-top: 20px;
}

.download_list dl dt {
    text-align: center;
}

.download_list dl dt img {
    width: 80%;
    height: 240px;
    margin: 0 auto;
}

.download_list dl dd {
    text-align: center;
}

.download_list dl dd h2 {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*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;
}

.content {
    margin-bottom: 30px;
}


.bSubCon{overflow:hidden;color:#e5e5e5;text-align:left;line-height:30px;width: 90%;    font-size: 16px;}
.bSubCon a{color:#e5e5e5;    font-size: 16px;}
.bSubCon a:hover{color:yellow;text-decoration:underline;}
.rSubCon{padding:0 0 20px 0;overflow:hidden;color:#e5e5e5;text-align:left;line-height:30px;width: 90%;    font-size: 16px;}
.rSubCon a{color:#e5e5e5;    font-size: 16px;}
.rSubCon a:hover{color:yellow;text-decoration:underline;}



.plSubCon_1{clear:both;overflow:hidden;}
.plSubCon{overflow:hidden;}
.plSubCon ul{width:916px;list-style-type:none;}
.plSubCon li{width:288px;height:335px;float:left;margin-right:17px;}
.plSubCon .img{width:285px;height:285px;display:inline-block;margin:0 auto;border-width:1px;border-style:solid;border-color:#ccc;overflow:hidden;}
.plSubCon .maxLen{width:285px;text-align:center;}
.plSubCon .maxLen a{color:#333333;line-height:30px;}
.plSubCon .maxLen a:hover{color:#FF6600;text-decoration:underline;}

.plSubCon li img {
    transition: all .5s;
}

.plSubCon li:hover img {
    transform: scale(1.1, 1.1);
}



.piSubCon_1{display:none;overflow:hidden;}
.piSubCon_2{padding-bottom:10px;overflow:hidden;}
.piSubCon_3{font-size:12px;text-align:center;color:#b91c1a;margin-bottom:13px;overflow:hidden;}
.piSubCon_4{text-align:center;margin-top:8px;overflow:hidden;}
.piSubCon_5{text-align:center;clear:both;overflow:hidden;}
.piSubCon_6{float:left;padding-top:3px;overflow:hidden;}
.piSubCon_7{color:#585858;font-weight:bold;overflow:hidden;}
.piSubCon_8{clear:both;overflow:hidden;}
.piSubCon_9{font-weight:100;overflow:hidden;}
.piSubCon_10{text-align:left;overflow:visible;}
.piSubCon{text-align:left;line-height:22px;}
.prointro_title,.prointro_title2,#ProductBorder_3{font-size:12px;font-weight:700;overflow:hidden;padding:4px 0 0 20px;overflow:hidden;height:24px;border:1px solid #ccc;background:#F2F2F2;color:#AC1514;margin:0 0 15px;}
.prointro_title2{font-weight:normal;}
#ProductBorder_3{font-size:14px;}


.sclSubCon_1{clear:both;overflow:hidden;}
.sclSubCon ul{width:100%;list-style-type:none;}
.sclSubCon li{width:100%;height:95px;padding:10px 0;color:#808080;text-align:left;line-height:22px;}
.sclSubCon .img{width:90px;height:80px;margin:0 10px 0 0;border-width:1px;border-style:solid;border-color:#C0C0C0;overflow:hidden;float:left;}
.sclSubCon .link{color:#333333;font-weight:bold;}
.sclSubCon .link:hover{color:#FF6600;text-decoration:underline;}

.sciSubCon_1{padding:10px 0 0 0;overflow:hidden;}
.sciSubCon_2{text-align:center;overflow:hidden;}
.sciSubCon_3{padding:0 10px 0 10px;overflow:hidden;}
.sciSubCon{text-align:left;line-height:22px;}




.class_list_Outerborder {
    text-align: left;
    padding: 50px 0;
    width: 1220px;
}
.class_list {
    margin-top: 20px;
    height: 50px;
    text-align: left;
    overflow: hidden;
    float: right;
    display: block;

}
.tabA {
    display: inline-block;
    padding-left: 10px;
    height: 38px;
    line-height: 36px;
    padding-right: 10px;
    border: 1px solid #A1A1A1;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
    float: left;
}
.tablehover, a.tabA:hover {
    display: inline-block;
    padding-left: 10px;
    height: 38px;
    line-height: 36px;
    padding-right: 10px;
    border: 1px solid #fff;
    border-color: #2D58B4;
    background-color: #2D58B4;
    color: white;
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
}

.in-page0 {
    overflow: hidden;
    padding: 15px 0;
}
 
 .in-page0 .wrap {
     position: relative;
 }
  .in-page0 .wrap .left{
      width:70%;
      float:left;
  }
  .in-page0 .wrap .right{
      width:30%;
      float:right;
  }

.in-page00{
    overflow: hidden;
    padding:5px 0;
}

    .in-page00 .wrap {
        position: relative;
    }

.mpsSubCon1_1{float:left;overflow:hidden;}
.mpsSubCon1{padding:auto auto auto 10px;overflow:hidden;color:#717171;text-align:left;line-height:35px;font-size: 14px;}
.mpsSubCon1 .marquee{width:90%;text-align:left;line-height:35px;float:left;font-size: 14px;}
.mpsSubCon1 a{color:#333333;font-size: 14px;}
.mpsSubCon1 a:hover{color:#333333;text-decoration:underline;}


.sSubCon1{overflow:hidden;text-align:left;float:right;}
.sSubCon1 span{line-height:22px;float:left;}
.sSubCon1 .searchTextbox{width:250px;height:29px;display:inline-block;padding:2px;border-width:1px;border-style:solid;border-color:#CCCCCC;float:left;}
.sSubCon1 .searchButton{width:47px;height:35px;display:inline-block;margin:0 0 0 3px;border-width:1px;border-style:solid;border-color:#CCCCCC;background-color:transparent;float:left;cursor:pointer;}


.frlSubCon{padding:8px 0;overflow:hidden;color:#7C7C7C;text-align:left;line-height:25px;}
.frlSubCon .link{margin:0 2px;color:#7C7C7C;}
.frlSubCon .link:hover{color:#FF6600;text-decoration:underline;}

.srSubCon_1{clear:both;overflow:hidden;}
.srSubCon_2{clear:both;padding-top:15px;overflow:hidden;}
.srSubCon_3{margin-top:10px;overflow:hidden;}
.srSubCon_4{width:100%;overflow:hidden;}
.srSubCon{text-align:left;line-height:22px;}

.in-pagexw {
    overflow: hidden;
    padding: 15px 0;
}
 
 .in-pagexw .wrap {
     position: relative;
 }
  .in-pagexw .wrap .left{
      width:48%;
      float:left;
  }
    .in-pagexw .wrap .left .title {
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        float: initial;
    }
    .in-pagexw .wrap .left .title div {
       border-bottom:2px solid #2E58BA;
       display: inline-block;
    }
    .in-pagexw .wrap .left .title .more{
        float:right;
    }
  .in-pagexw .wrap .right{
      width:48%;
      float:right;
  }
    .in-pagexw .wrap .right .title {
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        float: initial;
    }
    .in-pagexw .wrap .right .title div {
       border-bottom:2px solid #2E58BA;
       display: inline-block;
    }
    .in-pagexw .wrap .right .title .more {
        float:right;
    }

.alitSubCon{overflow:hidden;padding-top: 10px;float:right; width: 370px;}
.alitSubCon ul{width:100%;list-style-type:none;}
.alitSubCon li{height:38px;border-bottom:1px solid #DCDCDC; text-align:left;line-height:37px;}
.alitSubCon .maxLen{width:282px;float:left;font-size:14px;}
.alitSubCon .maxLen a:hover{color:#FF6600;text-decoration:underline;}
.alitSubCon .time{color:#666666;float:right;}

.arlitSubCon{overflow:hidden;padding-top: 10px;}
.arlitSubCon ul{width:100%;list-style-type:none;}
.arlitSubCon li{height:38px;border-bottom:1px solid #DCDCDC;text-align:left;line-height:37px;}
.arlitSubCon .maxLen{width:480px;float:left;font-size:14px;}
.arlitSubCon .maxLen a:hover{color:#FF6600;text-decoration:underline;}
.arlitSubCon .time{color:#666666;float:right;}




.plSubCon12333_1{clear:both;overflow:hidden;}
.plSubCon12333{overflow:hidden;margin:20px 0 0 0;}
.plSubCon12333 ul{width:950px;list-style-type:none;}
.plSubCon12333 li{width:282px;height:330px;float:left;margin-right:17px;}
.plSubCon12333 .img{width:280px;height:280px;display:inline-block;margin:0 auto;border-width:1px;border-style:solid;border-color:#C0C0C0;overflow:hidden;}
.plSubCon12333 .maxLen{width:280px;text-align:center;line-height:35px;}
.plSubCon12333 .maxLen a{color:#333333;line-height:35px;}
.plSubCon12333 .maxLen a:hover{color:#FF6600;text-decoration:underline;}


.alSubCon_1{clear:both;overflow:hidden;}
.alSubCon ul{width:100%;list-style-type:none;}
.alSubCon li{width:97%;height:45px;padding:0 5px 0 15px;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#CCCCCC;overflow:hidden;background-image:url(//s.yizimg.com/images/shownewart.jpg);background-repeat:no-repeat;background-position:0px 19px;text-align:left;line-height:45px;}
.alSubCon .maxLen{width:70%;float:left;}
.alSubCon .maxLen a{color:#333333;}
.alSubCon .maxLen a:hover{color:#FF6600;text-decoration:underline;}
.alSubCon .time{width:25%;text-align:right;float:right;}

.arlSubCon_1{clear:both;overflow:hidden;}
.arlSubCon ul{width:100%;list-style-type:none;}
.arlSubCon li{width:97%;height:45px;padding:0 5px 0 15px;overflow:hidden;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#CCCCCC;background-image:url(//s.yizimg.com/images/shownewart.jpg);background-repeat:no-repeat;background-position:0px 19px;text-align:left;line-height:45px;}
.arlSubCon .maxLen{width:70%;float:left;}
.arlSubCon .maxLen a{color:#333333;}
.arlSubCon .maxLen a:hover{color:#FF6600;text-decoration:underline;}
.arlSubCon .time{width:25%;text-align:right;float:right;}

.aiSubCon_1{padding:10px 0 0 0;overflow:hidden;}
.aiSubCon_2{text-align:center;overflow:hidden;}
.aiSubCon_3{padding:0 0 0 0;overflow:hidden;}
.aiSubCon{text-align:left;line-height:22px;}

.ariSubCon_1{padding:10px 0 0 0;overflow:hidden;}
.ariSubCon_2{text-align:center;overflow:hidden;}
.ariSubCon_3{padding:0 0 0 0;overflow:hidden;}
.ariSubCon{text-align:left;line-height:22px;}


.divshowFrameimages0001 { width: 390px; height:390px; text-align: center; border: solid 0px #D9D9D9; margin: 12px 14px 0 0; overflow: hidden; position: relative;}
.imageskongzhi0001 { width: 390px; height: 390px; text-align: center; display: table-cell; vertical-align: middle; overflow: hidden; }
.productImagetest0001 { border: none; margin-top: expression(this.height <390?(390- this.height)/2:0); line-height:390px; border:0px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
.showProduct123123222 {
    width: 390px;
    line-height: 54px;
    background-color: #2B59B7;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    color: #fafbfb !important;
    font-size: 18px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0%;
}


    /* 点击链接后的样式 */
.active {
    background: URL(images/headerhbg.jpg) repeat-x;
    float: left;
    text-align: center;
    width: auto;
    text-align: center;
    width: 192px;
    height: 46px;
}