﻿@charset "utf-8";
/*清除默认样式 */
*{box-sizing:border-box}
/*body,html{overflow-x:hidden}*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body,h1,div,p,span,li,a,button,input,select,textarea{font-family:"微软雅黑", "Microsoft YaHei", Arial, sans-serif;color:#333}
article,aside,details,figcaption,figure,header,hgroup,menu,nav,section,summary,time,mark,audio,video {display:block;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol{list-style:none}
a{text-decoration:none;color:var(--ftcolor)}
a:hover{text-decoration:none}
table{border-collapse:collapse;table-layout:fixed}
input,textarea{outline:none;border:none}
input{border:none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance:none}
:-moz-placeholder{color:var(--ftcolor);opacity:.55;}
::-moz-placeholder{color:var(--ftcolor);opacity:.55;}
input:-ms-input-placeholder{color:var(--ftcolor);opacity:.55;}
input::-webkit-input-placeholder{color:var(--ftcolor);opacity:.55;}
textarea{resize:none;overflow:auto}
button,input,select,textarea{font-size:100%}
img{max-width:100%;display:block}
/*清除浮动*/
.clear{zoom:1}
.clear:after{content:"";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}

/*居中区域*/
.wrap{width:1200px;max-width:100%;margin:0 auto}
/* @media (max-width:1366px){ .wrap{width:92%} } */


/*body隐藏*/
/* body,html{background-color:#f5f5f5} */
.allbody{height:100%;overflow:hidden}
.lf{float:left}
.rt{float:right}

[transition="4s"]{transition:.4s;-webkit-transition:.4s}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{background-image:none;font-weight:bold;font-family:宋体;text-align:center}
.boxflex{display: -webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-box-flex:wrap;-ms-flex-wrap:wrap}

/* 头部导航 */
.headtop{height:40px;background-color:#054dcc}
.headtop .welcome,
.headtop .service,
.headtop .item a{color:#fff;line-height:40px;font-size:12px}
.headtop .service{margin-left:76px;background-color:transparent}
.headtop .item{padding:0 20px;margin-top:13px;line-height:1;border-right:1px solid #fff}
.headtop .item:nth-last-of-type(1){border-right:none}
.headtop .item a{line-height:1}
.headtop .item a:hover{text-decoration:underline}
.headtop .item .iconbox{margin-right:11px;position:relative}
.headtop .item .iconbox .num{color:#054dcc;background-color:#fff;font-size:12px;font-family:Arial;line-height:12px;padding:0 3px;border-radius:100%;position:absolute;top:-6px;right:-8px}
.headcen{padding:7px 0}
.headcen .logo{padding-top:0px}
.headcen .input{width:320px;height:44px;border:1px solid #054dcc;}
.headcen .input input{width:100%;height:100%;padding:0px 19px;font-size:16px}
.headcen .input input::-webkit-input-placeholder{color:#999}
.headcen .btn{width:80px;height:44px;color:#fff;line-height:44px;background-color:#054dcc;text-align:center;cursor:pointer}
.indexban.swiper-container-horizontal>.swiper-pagination-bullets{bottom:33px}
.indexban.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:9px;height:9px;border-radius:9px;background-color:#054dcc;opacity:1;margin:0 10px}
.indexban.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{width:16px;height:16px;border:2px solid #054dcc;background-color:transparent}
.headbot{height:50px;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;text-align:center;position:relative;background-color:#f7f7f7}
.headbot .navone{margin-left:5px;display:inline-block}
.headbot .navitem{display:inline-block;position:relative}
.headbot .navone{vertical-align:top;margin-left:0;padding-left:0px;position:relative}
.headbot .navone .navitemtop{padding-right:34px;background-image:url(../images/navdown.png);background-repeat:no-repeat;
    background-position:right center}
/* .headbot .navitem:nth-last-of-type(1){padding:0 0 0 38px} */
.headbot .navitem .navitemtop,
.headbot .navone .navitemtop{cursor:pointer}
.headbot .navitem .navitemtop .name a,
.headbot .navone .navitemtop .name a{font-size:16px;line-height:48px}
.headbot .navone .navitemtop .name a:hover{color:#fff}
.headbot .navone .navitemtop .icon{margin-right:20px;margin-top:18px}
.headbot .navone .navitemtop .down{margin-top:21px;margin-left:20px}
.headbot .navitem .navitemtop .name,
.headbot .navitem .navitemtop{position:relative}
.headbot .navitem .navitemtop{padding:0 30px;}
.headbot .navitem:hover .navitemtop{background-color:#fff}
.headbot .navitem .navitemtop:before{content:"";width:0;height:2px;background-color:#054dcc;position:absolute;bottom:-1px;left:0;transition:.4s;-webkit-transition:.4s}
.headbot .navitem:hover .navitemtop:before{width:100%}
.headbot .navitem.cur .navitemtop .name:after{opacity:1}
.headbot .navitem:hover .navitemtop .name,
.headbot .navitem.cur .navitemtop .name{color:#054dcc;/*font-weight:bold;*/}

.itemschild{width:100%;position:relative;background-color:#fafafa;z-index:19}
.itemchild{display:none}
.headbot .navitem .childbox{width:100%;display:none;background-color:#fafafa;padding:0 2px;position:absolute;top:49px;left:0;z-index:999}
.headbot .navitem .childbox .childlist{position:relative}
.headbot .navitem .childbox .childlist a{display:block;color:#666;text-align:center;padding:14px 0;font-size: 14px; border-bottom:1px dashed #e6e6e6;transition:.4s;-webkit-transition:.4s}
.headbot .navitem .childbox .childlist:nth-last-of-type(1) a{border-bottom:none}
.headbot .navitem .childbox .childlist:hover a{color:#054dcc}
.headbot .navitem .childbox .childlist:nth-last-of-type(1){margin-bottom:0}
.itemchild .child-r .gradson{display:none;padding-left:56px}
.itemchild .child-r .gradson a{color:#999}
.itemchild .childname{text-align:left}
.itemchild .childname a,
.itemchild .child-r .gradsonlist a{transition:.4s;-webkit-transition:.4s;color:#999;display:block}
.itemchild .childname:hover a,
.itemchild .child-r .gradsonlist:hover a,
.itemchild .childname.cur a{color:#054dcc;font-weight:bold}
.itemchild .child-r .gradsonlist{text-align:left;margin-bottom:20px}
.headbot .navone:hover .navitemtop .name{color:#fff}
.headbot .navone:hover .navitemtop .icon img.img1{display:none}
.headbot .navone:hover .navitemtop .icon img.img2{display:block}
.headbot .navone:hover{background-color:#054dcc;}
.headbot .navone:hover .navitemtop .name a{color:#fff}
.headbot .navone:hover .navitemtop{background-image:none}
.headbot .navone:hover .sernavitems,
.headbot .navtwo:hover .sernavitems{display:block}
.headbot .sernavitems{width:1200px;position:absolute;top:47px;left:0;z-index:999;display:none}
.headbot .navtwo .sernavitems{top:49px}
.headbot .sernavitems .sernavitem.cur .sernavchild{display:block}
.headbot .navtwo{position:relative}
.headbot .navtwo .sernavitems{left:-188px}
/* .headbot .sernavitem{background-color:#fafafa} */
.headbot .sernavitem-one{width:188px;height:59.7px;background-color:#4b4b4b;padding:18px 18px 18px 30px;cursor:pointer;transition:.4s;-webkit-transition:.4s}
.headbot .sernavitem-one .name a{color:#fff;line-height:24px;font-size: 14px}
.headbot .sernavitem-one .icon{margin-top:6px;margin-right:11px}
.headbot .sernavitem .sernavchild{padding:10px 14px 230px 30px;position:absolute;top:0;left:188px;background-color:#fff;display:none;width:calc(1200px - 188px)}
.headbot .sernavitem .sernavchild-tlist{border-right:0px solid #ccc;padding-right:5px;padding-left:5px;margin-right:5px;margin-bottom:6px;color:#999}
.headbot .sernavitem .sernavchild-tlist .name{color:#666;letter-spacing:1px;font-size: 14px}
.headbot .sernavitem .sernavchild-tlist:hover .name{color:#054dcc}
.headbot .sernavitem .sernavchild .indextop{border-bottom:0px solid #f2f2f2}
.headbot .sernavitem .sernavchild-bot{width:100%;position:absolute;bottom:0;left:0;padding:0 34px 28px 30px}
.headbot .sernavitem .sernavchild-bot .bot{margin-top:30px}
.headbot .sernavitem .sernavchild-bot .botlist{width:47.5%;margin-right:3%}
.headbot .sernavitem .sernavchild-bot .botlist:nth-of-type(2){margin-right:0}
.headbot .sernavitem .sernavchild-bot .botlist .img{overflow:hidden}
.headbot .sernavitem .sernavchild-bot .botlist .img img{transition:.4s;-webkit-transition:.4s}
.headbot .sernavitem .sernavchild-bot .botlist .textbox{width:calc(100% - 220px);margin-left:20px}
.headbot .sernavitem .sernavchild-bot .botlist .textbox .title{color:#333;font-size:14px;height:22px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.headbot .sernavitem .sernavchild-bot .botlist .textbox .text{color:#666;letter-spacing:1px;height:48px;line-height:22px;font-size:12px;overflow:hidden;text-align:left;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.headbot .sernavitem .sernavchild-bot .botlist .textbox .more{width:88px;height:25px;background-color:#5a8cb7;color:#fff;line-height:25px;border-radius:25px;margin-top:13px;font-size:12px;}
.headbot .sernavitem .sernavchild-bot .botlist:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05)}
.headbot .sernavitem .sernavchild-bot .botlist:hover .textbox .title{color:#054dcc}
.headbot .sernavitem .sernavchild-tlist:nth-of-type(1){padding-left:0}
.headbot .sernavitem .sernavchild-tlist a{display:block;line-height:1}
.headbot .sernavitem .sernavchild-tlist a.navcart{margin-left:5px}
.headbot .sernavitem.cur .sernavitem-one{background-color:#727171;}
.headbot .sernavitem.cur .sernavchild{display:block}
.headbot .sernavitem .sernavchildlist:hover .sernavchild-two .name{background-image:url(../img/navright2_cur.png)}
.headbot .sernavitem .sernavchildlist:hover .sernavchild-two .name a{color:#054dcc}
.headbot .sernavitem .sernavchildlist:hover .sernavgardson{display:block}


.popups{width:100%;height:100%;position:fixed;top:0;left:0;display:none;z-index:99}
.popups.cur{display:block}
.popups .bg{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.3);z-index:99}
.popups .popupsbox{position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);-webkit-transform:translate3d(-50%, -50%, 0);-moz-transform:translate3d(-50%, -50%, 0),-ms-transform:translate3d(-50%, -50%, 0);z-index:100}

.pageNow{ height:60px;background-color:#fff;border-bottom:#e5e5e5 solid 1px;line-height:59px}
.pageNow .box{ background:url(../img/nimg14_1.png) left center no-repeat; padding-left:24px;}
.pageNow .box span{ padding:0 10px; background:url(../img/ico3.png) center no-repeat; width:4px; height:8px; display:inline-block;}
.pageNow em{font-style:normal}

.sideTitle{ height:110px; background:#054dcc; position:relative;}
.sideTitle .ico{ position:absolute; left:43px; top:56px;}
.sideTitle .name1{ padding:35px 0 0 75px; font-size:18px; color:#fff;}
.sideTitle .name2{ padding:2px 0 0 75px; font-size:14px; color:#fff; opacity:0.5}
.sideTitle2{ height:110px; background:#054dcc; position:relative; width:220px;}
.sideTitle2 .ico{ position:absolute; left:36px; top:40px;}
.sideTitle2 .name1{ padding:35px 0 0 75px; font-size:18px; color:#fff;}
.sideTitle2 .name2{ padding:2px 0 0 75px; font-size:14px; color:#fff; opacity:0.5; text-transform:uppercase}
.sideNav2{ width:220px; background:#fff; padding:26px 0 26px 25px; border-bottom:#054dcc solid 4px; margin-bottom:20px;}
.sideNav2 .list li{ width:217px; position:relative}
.sideNav2 .list li.on, .sideNav2 .list li:hover, .sideNav2 .list li.currentDt{ background:#5a8cb7 url(../img/nimg15_1.png) left top no-repeat; color:#fff;}
.sideNav2 .list li a{ display:block; height:40px; line-height:40px; font-size:15px; width:197px; cursor:pointer; padding-left:20px; position:relative;}
.sideNav2 .list li.on a, .sideNav2 .list li:hover a, .sideNav2 .list li.currentDt a{ background:url(../img/ico6.png) right center no-repeat; height:40px; line-height:40px; color:#fff; font-size:15px;}
.sideNav2 dl{display:none;}
.sideNav2 dl.navContent{margin-bottom:8px;padding:8px 20px}
.sideNav2 dd{ padding:10px 0}
.sideNav2 dd a{ display:block; height:auto; line-height:18px; background:url(../img/ico7.png) left center no-repeat; padding-left:15px;}
.sideNav2 dd a:hover, .sideNav2 dd a.on{ background:url(../img/ico7on.png) left center no-repeat; color:#5a8cb7; font-weight:bold;}

.sideList{ padding-top:20px; width:220px;}
.sideList li{ margin-bottom:10px;}
.sideList li a{ display:block; position:relative; width:220px; height:123px; color:#fff;}
.sideList li .bg{ position:absolute; left:0px; top:27px; width:165px; height:68px; background:url(../img/nimg165Bg.png) no-repeat; z-index:11;}
/* .sideList li .bg2{ background:url(../images/nimg165Bg2.png) no-repeat;} */
.sideList li .name{ padding:12px 0 6px 14px; font-size:16px; font-weight:bold; color:#fff;}
.sideList li .msg{ padding-left:14px; color:#fff;font-size:12px}
.sideList li .name2{ padding:10px 0 2px 14px; font-size:16px; font-weight:bold; color:#fff;}
.sideList li .msg2{ padding-left:14px; width:122px;}

.pager{text-align:center;margin-top:20px}
.pager .pagerfx{display:inline-block;vertical-align:top;width:26px;height:26px;font-family:宋体;text-align:center;line-height:26px;font-weight:bold;font-size:16px;color:rgba(232,232,232,1);background-color:rgba(117,117,117,1);border-radius:26px}
.pager .pagerfx.prev{margin-right:42px}
/* .pager .pagerfx.prev{background:url(../img/page-l.png)}
.pager .pagerfx.next{background:url(../img/page-r.png)} */
.pager .pagerlist,
.pager .eppils{display:inline-block;vertical-align:top;color:#666;font-weight:bold;font-size:15px;font-family:Arial;margin-right:42px;line-height:26px}
.pager .pagerlist.cur{color:#054dcc;font-size:20px}
.pager .pagerlist:not(.cur):hover{color:#054dcc}
.bgfa{background-color:#fafafa}

@media (max-width:1366px){
    .headbot .sernavitem .sernavchild-bot .bot{margin-top:16px}
    .indextop{padding-bottom:10px}
    .headbot .sernavitem .sernavchild-bot{padding:0 34px 10px 34px}
    .headbot .sernavitem .sernavchild-tlist{margin-bottom:15px}
}

/* swiper */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}


.pro-welcomezong {
    
    width: 1200px;
    
    /* background: url(http://www.jinsan.cn/static/images/product/dlbg.png) no-repeat scroll 0 0; */
   
   
	position: relative;
	
    z-index: 299;
	clear: both;
	margin: -480px auto 0 auto;

   
}

.pro-welcome {
    
    width: 215px;
    height: 480px;
    /* background: url(http://www.jinsan.cn/static/images/product/dlbg.png) no-repeat scroll 0 0; */
    background: #fff;
    border-top: 3px solid #054dcc;
    box-shadow: 0 0 10px #cacaca;
    position: relative;
	float: right;


	
   
}
.pro-top {
    margin-top: 17px;
    padding-bottom: 13px;
    text-align: center;
    border-bottom: #e8e8e8 dashed 1px;
}

.pro-top p {
    color: #333;
    margin-top: 5px;
}
.userInfo img {
    border-radius: 52px;
    height: 60px;
    width: 60px;
	margin: 0 auto;
}
.loginhref {
    background: #054dcc none repeat scroll 0 0;
    border: 1px solid #054dcc;
    color: #fff;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    width: 120px;
    margin: 5px 0px 8px 46px;
}

.reghref {
    color: #666;
}

.hrefc {
    display: block;
    height: 28px;
    width: 97px;
}

.hrefc01 {
    background: url(../images/dl01.png) no-repeat scroll 0 0;
}

.hrefc02 {
    background: url(../images/dl02.png) no-repeat scroll 0 0;
}

.hrefc03 {
    background: url(../images/dl03.png) no-repeat scroll 0 0;
}

.hrefc01:hover {
    background: url(../images/dl01_1.png) no-repeat scroll 0 0;
}

.hrefc02:hover {
    background: url(../images/dl02_1.png) no-repeat scroll 0 0;
}

.hrefc03:hover {
    background: url(../images/dl03_1.png) no-repeat scroll 0 0;
}

.pro-center {
    padding: 3px 0px 3px 50px;
    border-bottom: 1px dashed #e8e8e8;
    background: #f5f5f5;
}

.pro-center ul li {
    margin: 8px 0px;
}

.pro-bottom p {
    color: #333;
}


.pro-bottom {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.pro-bottom img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
	margin: 0 auto;
}

.explore-insurance-contanir{width:100%;background:#f7f7f7;margin-top: 20px;margin-bottom: 0px}
.explore-insurance-contanir h2,.finding-service-contanir h2{text-align:center;font-size:44px;font-weight:500;letter-spacing:2px;width:1200px;margin:0 auto;padding-top: 10px;padding-bottom: 20px;  }
.finding-service-contanir h3{text-align:center;font-size:44px;font-weight:500;letter-spacing:2px;width:1200px;margin:0 auto;padding-top: 20px;}
ul,
li {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}

.tj3-container {
    width: 1200px;
    margin: 0 auto;
}

.tj3-top {
    height: 162px;
    background: #fff;
    padding-top: 35px;
    box-shadow: 0 5px 6px 0 rgba(236, 236, 236, 0.75);
    box-sizing: border-box;
}

.tj3-top .tj3-til {
    width: 499px;
    height: 38px;
    margin: 0 auto;
    background: url(../images/tj3Til.png) center center/100% 100% no-repeat;
}

.tj3-top .tj3-tab_btn {
    margin-top: 36px;
    padding-left: 56px;
    width: 100%;
    box-sizing: border-box;
}

.tj3-top .tj3-tab_btn li {
    float: left;
    margin-right: 180px;
    height: 54px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #262626;
    letter-spacing: 0;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
.tj3-top .tj3-tab_btn li:hover {
  color:#054dcc;
}
.tj3-top .tj3-tab_btn li i {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    height: 5px;
}

.tj3-top .tj3-tab_btn .tab_active {
    color: #054dcc;
}

.tj3-top .tj3-tab_btn .tab_active i {
    background: url(../images/tabActive.png) center center/100% 100% no-repeat;
}

.tj3-top .tj3-more {
    font-size: 18px;
    color: #909090;
    letter-spacing: 0;
    line-height: 40px;
    text-decoration: none;
    margin-left: 33px;
}

.tj3-top .tj3-more span {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../images/tj3Xuebi.png) 0px 0px/200px 200px no-repeat;
    margin-left: 8px;
}

.tj3-top .tj3-more:hover {
    color: #054dcc;
}

.tj3-top .tj3-more:hover span {
    background: url(../images/v2/tj3Xuebi.png) -8px 0px/200px 200px no-repeat;
}

.tj3-bottom .tj3-product-list {
    padding-top: 23px;
}

.tab-con {
    display: none;
    width: 1185px;
    margin: 0 auto;
}


/* .tj3-bottom .tj3-product-list {
    display: block;
} */

.tj3-bottom .tj3-product-list .tj3-product {
    position: relative;
    float: left;
    display: block;
    width: 581px;
    height: 183px;
    background: #FFFFFF;
    border: 2px solid #E7E7E7;
    box-shadow: 0 5px 8px 0 #F1F1F1;
    border-radius: 4px;
    padding: 12px 14px 12px 28px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tj3-bottom .tj3-product-list .tj3-product:nth-child(odd) {
    margin-right: 21px;
}

.tj3-product .product-url {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  z-index: 1;
}

.tj3-product .product-kind {
    position: absolute;
    width: 78px;
    height: 31px;
    color: #fff;
    right: -2px;
    top: -1px;
    text-align: center;
    line-height: 31px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 4px;
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 2;
}


.product-left {
    width: 335px;
    float: left;
}

.product-left .til {
    font-size: 20px;
    color: #262626;
    line-height: 24px;
    margin-top: 8px;
    width: 296px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  		font-weight:600;
}

.product-left .doc {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    
	height: 64px;
}

.product-left .tag {
    margin-top: 5px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-left .tag span {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #9F9F9F;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 19px;
}

.product-left .tag span i {
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-right: 2px;
    background: url(../images/tj3Xuebi.png) 0px -13px/200px 200px no-repeat
}

.product-left .age {
    font-size: 13px;
    color: #9F9F9F;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 6px;
}

.product-left .zuhe {
    height: 31px;
    margin-top: 16px;
}

.product-left .zuhe .price-box {
    font-size: 17.16px;
    color: #E93E4E;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.88px;
    font-weight: 600;
}

.product-left .zuhe .price-box .price {
    font-size: 22.88px;
    color: #E93E4E;
    letter-spacing: 0;
    text-align: center;
    line-height: 22.88px;
    font-weight: 600;
}

.product-left .zuhe .price-box .qi {
    font-size: 14.88px;
    color: #DD494A;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    margin-left: 2px;
}

.product-left .zuhe a {
    font-size: 15px;
    color: #333333;
    float: right;
    font-weight: 600;
    display: inline-block;
    width: 118px;
    height: 31px;
    border-radius: 20px;
    text-align: center;
    line-height: 31px;
    text-decoration: none;
    margin-right: 15px;
}

.product-left .zuhe a i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/tj3Xuebi.png) -20px 0px/200px 200px no-repeat;
    margin-left: 7px;
  position: relative;
  top:5px;
}

.product-right {
    width: 171px;
    height: 158px;
    float: right;
    overflow: hidden;
  		border-radius:5px;
}

.product-right img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s
}

.tj3-product:hover {
    border: 2px solid #054dcc !important;
}

.tj3-product:hover .product-left .til {
    color: #054dcc;
}

.tj3-product:hover .product-left .tag span {
    color: #054dcc;
}

.tj3-product:hover .product-left .tag span i {
    background: url(../images/tj3Xuebi.png) 0px -29px/200px 200px no-repeat
}

.tj3-product:hover .product-left .zuhe .tb {
    background-image: linear-gradient(-63deg, #0E72F7 7%, #0949AB 100%);
    box-shadow: 0 6px 10px -4px rgba(154, 199, 255, 0.59);
    color: #FFFFFF;
}

.tj3-product:hover .product-left .zuhe .tb i {
    background: url(../images/tj3Xuebi.png) -20px -52px/200px 200px no-repeat;
}

.tj3-product:hover .product-left .zuhe .zx {
    background-image: linear-gradient(-62deg, #FFC62C 0%, #EE7400 100%);
    box-shadow: 0 6px 10px -4px #FFCF7F;
    color: #FFFFFF;
}

.tj3-product:hover .product-left .zuhe .zx i {
    background: url(../images/tj3Xuebi.png) -20px -26px/200px 200px no-repeat;
}

.tj3-product:hover .product-right img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    -ms-transform: scale(1.1);
    -ms-transform-origin: 50% 50%;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 50% 50%;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -o-transform: scale(1.1);
    -o-transform-origin: 50% 50%
}

.explore-insurance-contanirfw{width:100%;background:#fff;margin-top: 20px}
.explore-insurance-contanirfw h2,.finding-service-contanirfw h2{text-align:center;font-size:44px;font-weight:500;letter-spacing:2px;width:1200px;margin:0 auto;padding-bottom: 20px;}


.pull-left {
            float: left;
        }
.pull-right{float:right}
.color-blue{color:#1565c0}.bg-white{background:#fff}.bg-blue{background:#1565c0}.color-blue:hover{color:#5698e4}
.finding-service{width:100%;padding-top:30px}
.finding-service{margin-top:80px;height:618px; }

.finding-service-describe .hotPro{font-weight:100;margin-top:2px;font-size:16px;letter-spacing:0}
.color-blue-me{font-size:16px;margin-top:2px}
.color-white{color:#fff;letter-spacing:2px}
.explore-insurance-main{width:1200px;overflow:hidden;height:440px}
.explore-insurance-main .explore-insurance-item{position:relative;height:368px;border-radius:6px;margin-top:57px;border:1px solid #e6e6e6;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;box-shadow:0 15px 30px rgba(0,0,0,.1)}
.explore-insurance-img-box,.explore-insurance-main img{border-top-left-radius:6px;border-top-right-radius:6px}
.explore-insurance-img-box img:hover{transform:scale(1.1);transform-origin:50% 50%;-ms-transform:scale(1.1);-ms-transform-origin:50% 50%;-moz-transform:scale(1.1);-moz-transform-origin:50% 50%;-webkit-transform:scale(1.1);-webkit-transform-origin:50% 50%;-o-transform:scale(1.1);-o-transform-origin:50% 50%}
.explore-insurance-main .explore-insurance-item.on{-webkit-box-shadow:0 6px 11px 0 #e0e0e0;-moz-box-shadow:0 6px 11px 0 #e0e0e0;-ms-box-shadow:0 6px 11px 0 #e0e0e0;-o-box-shadow:0 6px 11px 0 #e0e0e0;box-shadow:0 6px 11px 0 #e0e0e0;margin-top:45px}
.explore-insurance-main .explore-insurance-item.on:hover{box-shadow:0 9px 25px 0 #e0e0e0}
.explore-insurance-item span.readMore{position:absolute;right:38px;bottom:20px}
.explore-insurance-main img{height:171px;transition:transform 1s;-ms-transition:transform 1s;-o-transition:transform 1s;-webkit-transition:transform 1s;-moz-transition:transform 1s}
.explore-insurance-main a:hover div div div img{transform:scale(1.1);transform-origin:50% 50%;-ms-transform:scale(1.1);-ms-transform-origin:50% 50%;-moz-transform:scale(1.1);-moz-transform-origin:50% 50%;-webkit-transform:scale(1.1);-webkit-transform-origin:50% 50%;-o-transform:scale(1.1);-o-transform-origin:50% 50%}
.explore-insurance-main h3{text-align:center;font-size:16px;color:#000;font-weight:500;margin-top:38px;letter-spacing:2px}
.explore-insurance-main p{padding:0 30px;color:#7a7a7a;font-size:14px;margin-top:20px;font-weight:100}
.explore-insurance-main a{color:#1565c0;font-size:14px;letter-spacing:2px}
.explore-insurance-img-box{position:relative;overflow:hidden;z-index:99}
.explore-insurance-img-box .ban-tag{width:76px;height:22px;position:absolute;left:29px;top:26px;text-align:center;line-height:22px;border-radius:5px;color:#fff;font-size:14px}
.finding-service-contanir{width:1200px;margin:0 auto}
.finding-service-item{width:33.33%;float:left;margin-top:56px}
.finding-service-item img{width:163px;border-radius:50%;box-shadow:0 5px 25px 0 rgba(0,0,0,.3);display:block;margin:0 auto;transition:width 1s,height 1s,transform .5s;-moz-transition:width 1s,height 1s,transform .5s;-webkit-transition:width 1s,height 1s,transform .5s;-o-transition:width 1s,height 1s,transform .5s}
.finding-service-item img:hover{transform:scale(1.1);transform-origin:50% 50%;-ms-transform:scale(1.1);-ms-transform-origin:50% 50%;-moz-transform:scale(1.1);-moz-transform-origin:50% 50%;-webkit-transform:scale(1.1);-webkit-transform-origin:50% 50%;-o-transform:scale(1.1);-o-transform-origin:50% 50%}
.finding-service-item h4,.finding-service-item p{width:280px;margin:0 auto;text-align:center;color:#fff}
.finding-service-describe{margin-top:23px}
.finding-service-item h4{font-size:18px;margin-top:42px;letter-spacing:4px}
.finding-service-item p{font-size:16px;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;margin-top:20px;line-height:28px;font-weight:100}
.vip-service{background:#f8f8f8;overflow:hidden;padding-bottom:94px}
.vip-service-contanir{width:1148px;margin:0 auto}
.vip-service-contanir h2{text-align:center;margin-top:90px;margin-bottom:24px;font-size:32px;font-weight:500;letter-spacing:2px;line-height:44px;color:#4A4A4A}
.service-robot-btn,.vip-service-btn{display:block;height:50px;width:220px;text-align:center;line-height:50px;font-size:14px;color:#fff;background:#1565c0;border-radius:40px;margin:24px auto 0;letter-spacing:2px;font-weight:100}
.service-robot-btn:hover,.vip-service-btn:hover{background:#1d77de;cursor:pointer}
.why-choose-contanir{width:1200px;margin:0 auto;overflow:hidden;padding-bottom:60px}
.why-choose-contanir h2{margin-top:40px;font-size:44px;text-align:center;margin-bottom:40px;color:#303234;font-weight:500;letter-spacing:2px;line-height:50px}
.why-choose-contanir .why-choose-items{width:33.33%;float:left}
.why-choose-imgbox{width:120px;height:120px;margin:0 auto 52px}
.why-choose-imgbox img{height:100%;width:100%;border-radius:50%}
.why-choose-imgbox a img:hover{cursor:pointer}
.why-choose-textbox{width:280px;text-align:center;margin:0 auto}
.why-choose-textbox span{font-size:14px;opacity:.8;color:#7a7a7a;letter-spacing:1.75px}
.why-choose-textbox h4{margin-top:10px;font-size:16px;font-weight:500;color:#303234;letter-spacing:2px}
.why-choose-textbox p{margin-top:14px;font-size:16px;color:#494b4e;line-height:26px;letter-spacing:2px}

.ziBtntt
{
	font-size: 24px;
	color: #054dcc;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	width: 240px;
	height: 55px;
	line-height: 50px;
	border-radius: 20px;
	margin: 0 auto;
	
	border: 2px solid #054dcc;
	

}




.m2lxBom { padding: 80px 0px 96px; background: url(../images/m2lx_bg.jpg) repeat center center; margin-top: 50px}
.m2lx_t { font-size:44px;font-weight:500;letter-spacing:2px; line-height: 52px; text-align: center; margin-bottom: 40px; }
.m2lxFmBox { background: #FFF; margin: 0px 28px; padding: 80px 60px 62px; box-shadow: 0 0 8px 5px rgba(0,0,0,0.06); position: relative; }
.m2lxSubmit, .m2lxSubmit:hover { text-align: center; height: 50px; width: 154px; font-size: 20px; line-height: 50px; color: #FFF; background: #054dcc; display: block; margin-left: -77px; position: absolute; left: 50%; bottom: -25px; }
.m2lxFmul { margin: 0px -12px; }
.m2lxFmul li { padding: 0px 12px; margin-bottom: 26px; min-height:50px; }
.m2lx_int { line-height: 50px; background: #F1F1F1; height: 50px; width: 100%; padding: 0px 25px; font-size: 16px; color: #333; border-width: 0px; border-style: none; }
.m2lx_area { height: 149px; padding: 17px 25px; font: 16px/26px "微软雅黑"; background: #F1F1F1; color: #333; border-width: 0px; border-style: none; width: 100%;  }
.m2wlCon2{ background: url(../images/m2wl_bg1.jpg) no-repeat center center; padding: 45px 0px; }
.m2wlCon1 { padding: 20px 0px 75px; }
.m2wlc1L { float: left; padding-left: 10px; }
.m2wlc1R { padding-top: 50px; margin-left: 770px; }
.m2wl_t1 { font-size: 36px; line-height: 62px; font-weight: normal; display: block; margin-bottom: 22px; }
.m2wlSrcBox1 { height: 402px; overflow: hidden; }
.m2wlu1 li { padding: 12px 0px 34px; font-size: 20px; line-height: 44px; }
.m2wlu1 li strong { font-size: 28px; line-height: 44px; margin-bottom: 10px; display: block; font-weight:  bold; }
.m2wlu1 li p{  font-size: 20px; line-height: 44px; }
.m2wlc2R { float: right; }
.m2wlc2L { margin-right: 770px;}
.m2wl_t2 { font-size: 36px; line-height: 62px; font-weight: normal; display: block; margin-bottom: 22px; color: #FFF;  }
.m2wlSrcBox2 { height: 420px; color: #FFF; }
.m2wlSrcBox2 .m2wlu1{padding-right:120px;}
.m2wlSrcBox1 .m2wlu1{padding-left: 160px}
.m2wlSrcBox2 .mCSB_scrollTools{left:auto; right:0px;}
.m2wlSrcBox1 .mCSB_scrollTools{left:0; right:auto;}
.col-xs-12{float:left}.col-xs-12{width:100%}
.col-sm-6{width:50%}
.col-sm-12{float:left}.col-sm-12{width:100%}
.col-md-6{width:50%}
.container{ width:1200px;margin:0 auto;}

.hzkh_sbei {
	height: 310px;
	width: 100%;
	background-image: url(../images/hzkh_sbei_bg.png);
	background-repeat: repeat-x;
	border-bottom: 0px solid #d6d4d4;
	margin-top: 0px;
	clear: both;
}
.hzkh_sbei_nr {
	height: 300px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px dashed #789ab3;
}
.sy_about_nr{ float:left; width:1190px; height:250px;margin-top:50px;}
.divconent{ float:left; width:1190px;  height:240px; line-height:23px;font-family:"微软雅黑"; color:#4a4949; font-size:12px;padding-top: 0px}
.ssy_about_tu{ float:left; width:103px; height:64px; padding-right:5px;}
.ssy_about_tu img{ float:left; width:97px; height:58px; border:1px solid #b1b9de; padding:2px;}

.sy_about_top{ float:left; width:1180px; height:85px; border-bottom:0px solid #079fe0;  padding-top: 10px;padding-bottom: 10px}
.tab1{width:390px;height:85px;line-height:85px; font-size:16px;float:left;text-align:center;cursor:pointer; color:#fff;font-weight:normal; font-family:"微软雅黑";}
.tab1 a{width:390px;height:85px;line-height:85px; font-size:16px;float:left;text-align:center;cursor:pointer; color:#fff; font-weight:normal; font-family:"微软雅黑";}
.tab1 a:hover{width:390px;height:85px;line-height:85px; font-size:16px;float:left;text-align:center;cursor:pointer; color:#E9E7E7;font-weight:normal; font-family:"微软雅黑";}
.tab2{width:390px;height:85px;line-height:85px;font-size:16px; float:left;text-align:center;cursor:pointer; color:#4a4a4a; font-weight:bold; font-family:"微软雅黑";}
.tab2 a{width:390px;height:30px;line-height:85px;font-size:16px; float:left;text-align:center;cursor:pointer; color:#4a4a4a; font-weight:bold; font-family:"微软雅黑";}

.cen{ margin:0 auto; width:100%; background:url(../images/cen_bj.gif);}

.banner_k{ margin:0 auto; width:1190px;}

.sy_syyi_nr{
	float:left;
	width:1190px;
	height: 187px;
}



.scrolltitle{height:177px;font-size:14px;width:1176px; margin:20px auto 15px auto;}



a.abtn{display:block;height:45px;width:25px;overflow:hidden;background:url(../images/sy_left.png); margin-top:72px;}

a.aleft{float:left;}

a.agrayleft{cursor:default; background:url(../images/sy_left.png);}

a.aright{float:right;background:url(../images/sy_right.png);}

a.agrayright{cursor:default;background:url(../images/sy_right.png);}

.scrolllist{
	width:1170px;
	height:177px;
	margin:0 auto 0 auto;
	border: 0px solid #000;
}

.scrolllist .imglist_w{width:1110px;height:197px;overflow:hidden;float:left; margin-left:5px; display:inline;position:relative;/*必要元素*/list-style-type:none}

.scrolllist .imglist_w ul{width:20000px;position:absolute;left:0px;top:0px;list-style-type:none}

.scrolllist .imglist_w li{width:278px; height:177px; background:url(../images/sy_syyq_bj.gif);float:left;list-sytle:none;}

.scrolllist .imglist_w li img{ float:left; width:258px; height:159px; margin-top:8px; margin-left:11px;  display:inline;}

.scrolllist .imglist_w li a{color:#3366cc;text-decoration:none;float:left;}

.scrolllist .imglist_w li a:hover img{filter:alpha(opacity=86);-moz-opacity:0.86;opacity:0.86;}

.scrolllist .imglist_w li p{height:48px;line-height:24px;overflow:hidden;float:left;}




.flex {

    display: flex;
	padding-top: 30px

}
.scene .scene_box .ele[data-v-54f7a98f] {
	flex: 1;
	height: 495px;
	padding-top: 35px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative
}

.scene .scene_box .ele .inner_box[data-v-54f7a98f] {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.scene .scene_box .ele .bg_img[data-v-54f7a98f] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2
}
.scene .scene_box .ele:hover .tit[data-v-54f7a98f] {
	color: #ff6a00;
	border-bottom: 1px solid #ff6a00;
}
.scene .scene_box .ele:hover .ziBtn[data-v-54f7a98f] {
	background: #ff6a00;
	border: none;
}
.scene .scene_box .ele[data-v-54f7a98f]:hover {
	box-shadow: 0 4px 40px 0 rgba(27, 31, 64, .2)
}

.scene .scene_box .ele:hover .inner_box[data-v-54f7a98f] {
	transform: translateY(-20px)
}

.scene .scene_box .ele:hover .line_1[data-v-54f7a98f] {
	transform: rotate(90deg);
	margin: 20px 0
}

.scene .scene_box .ele .tit[data-v-54f7a98f] {
	font-family:'微软雅黑';
	font-size: 24px;
	color: #fff;
	letter-spacing: 0
}

.scene .scene_box .ele .line_1[data-v-54f7a98f] {
	width: 23px;
	height: 1px;
	opacity: .5;
	background: #fff;
	margin: 15px 0;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.scene .scene_box .ele .text_box[data-v-54f7a98f] {
	cursor: pointer
}

.scene .scene_box .ele .text_box .text_ele[data-v-54f7a98f],
.scene .scene_box .ele .text_box a[data-v-54f7a98f] {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	width: 208px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 7px
}
.scene .scene_box .ele .ziBtn[data-v-54f7a98f]
{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	width: 140px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	margin: 0 auto;

}
.scene .scene_box .ele .text_box .text_ele[data-v-54f7a98f]:hover {
	background: hsla(0, 0%, 100%, .1);
	border: 1px solid #fff
}

.scene .scene_box .item_1 .mini_img[data-v-54f7a98f] {
	width: 68px;
	height: 73px;
	margin-bottom: 37px
}

.scene .scene_box .item_2 .mini_img[data-v-54f7a98f] {
	width: 78px;
	height: 73px;
	margin-bottom: 37px
}

.scene .scene_box .item_3 .mini_img[data-v-54f7a98f] {
	width: 65px;
	height: 75px;
	margin-bottom: 37px
}

.scene .scene_box .item_1[data-v-54f7a98f] {
	background-image: linear-gradient(0deg, #00479d, #00479d)
}

.scene .scene_box .item_2[data-v-54f7a98f] {
	margin: 0 30px;
	background-image: linear-gradient(180deg, #00479d, #00479d)
}

.scene .scene_box .item_3[data-v-54f7a98f] {
	background-image: linear-gradient(180deg, #00479d, #00479d)
}
.jinsan_process{
    background: url(../images/jinsan_process.jpg) center center no-repeat;
    width: 100%;
    height: 613px;
    clear: both;
}
.jinsan_process .jinsan_address{
    margin-top: 95px;
    width: 1080px;
    height: 60px;
    float: left;
    position: relative;
    left: calc(50% - 515px);
	padding-top: 20px
}
.jinsan_process .jinsan_address li{
    display: inline-block;
    color: #fff;
	width: 150px;
    font-size: 14px;
    line-height: 30px;
}
.ms_column_process{
    position: relative;
    top: 10%;
}
.jinsan_process .work_persent{
    position: relative;
    top: 99px;
    left: 224px;
    overflow: hidden;
    width: 1100px;
    font-size: 15px;

}
.jinsan_process .work_persent li{
    float: left;
    width: 216px;
}
.w1180 .zh_title {
    font-size: 44px;
    font-weight: normal;
    color: #333333;
	font-family: '微软雅黑';
	line-height: 44px;
}
.ms-column {
    height: 25px;
    margin: 0 auto;
    padding: 0px 0;
    text-align: center;
}
.mj-newb div, .mj-newb h2 {
    display: inline-block;
}

.mj-newb .new_vision {
    width: 100%;
    line-height: 20px;
}

.mj-newb span {
    display: inline-block;
    background: #e8e8e8;
}

.mj-newb .new_line {
    width: 32px;
    height: 1px;
    position: relative;
    top: -2px;
}

.mj-newb .new_circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.mj-newb .en_title {
    width: 190px;
    color: #666666;
    font-size: 12px;
}

.mj-newb .new_offset {
    margin-left: -4px;
}

.new_vision div {
    position: relative;
    top: -1px;
}

.w1180 {
    width: 1200px;
    margin: 54px auto 65px;
}

.mj-newb {
    height: 104px;
    padding: 0 15px;
    overflow: hidden;
}







.liucheng_list h5{font-size: 44px;color: #333;text-align: center;margin-bottom: 20px;color: #333;margin-top: 63px;}
.liucheng_list .tit_line{width: 60px;height: 13px;margin: 0 auto 38px;}
.liucheng_list {
	width: 1200px;
    height: 448px;
	margin: 0 auto;
}
.liucheng_listzong {
	width: 100%;
    height: 488px;
	background: #f7f7f7;
	padding-top: 10px;
	padding-bottom: 30px;
}
.liucheng_list li {
    width: 210px;
    height: 260px;
    float: left;
    list-style: none;
    margin: 0 45px;
}

.liucheng_list li p {
    padding-top: 141px;
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    text-align: center;
}

.liucheng_list li p:hover {
    color: #044c84;
}

.liucheng_list .step01 {
    background-image: url(../images/step01.png);
}

.liucheng_list .step01:hover {
    background-image: url(../images/step01_active.png);
}

.liucheng_list .step02 {
    background-image: url(../images/step02.png);
}

.liucheng_list .step02:hover {
    background-image: url(../images/step02_active.png);
}

.liucheng_list .step03 {
    background-image: url(../images/step03.png);
}

.liucheng_list .step03:hover {
    background-image: url(../images/step03_active.png);
}

.liucheng_list .step04 {
    background-image: url(../images/step04.png);
}

.liucheng_list .step04:hover {
    background-image: url(../images/step04_active.png);
}


/*资质领先*/
.index-tsfw {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

.tsfw-l-bg {
    width: 250px;
    height: 320px;
    background: url(../images/c01.png) no-repeat 0 0;
}

.tsfw-l-bg01 {
    background-position: 0 0;
}

.tsfw-l-bg02 {
    background-position: 0 -458px;
    height: 400px;
}

.tsfw-l-bg04 {
    background-position: 0 -1258px;
    height: 400px;
}

.tsfw-l-bg05 {
    background-position: 0 -1658px;
    height: 400px;
    position: relative;
}

.index-tsfw-l {
    width: 230px;
    padding: 25px 0 0 40px;
}

.index-tsfw-r {
    width: 1219px;
    background: #fff;
    /*border: 1px solid #e8e8e8;*/
    border-left: 1px solid #e8e8e8;
    /*border-top: 1px solid #e8e8e8;*/
    border-right: none;
    border-bottom: none;
    margin: 0 auto;
}
.divpro{
    border-top: 1px solid #e8e8e8;
    /*border-left: 1px solid #e8e8e8;*/
    /*border-bottom: 1px solid #e8e8e8;*/
}
.index-tsfw-r-1 {
    width: 925px;
}
#tsfw-r01{
    overflow: hidden;
}

.index-tsfw-r-1 .long_vertical_line{
    width: 1px;
    height: 250px;
    background: #e8e8e8;
    margin: 0 auto;
    display: inline-block;
    float: left;
}

.index-tsfw-l h2 a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    width: 200px;
    display: inline-block;
    margin-top: 5px;
    background: url(../images/pic4.png) no-repeat 0 0;
    transition: margin-left 0.15s ease-in-out 0s;
}

.index-tsfw-l h2 a:hover {
    margin-left: 10px;
}

.tsfw-xx {
    padding-top: 30px;
    width: 230px;
    font-size: 14px;
}

.alp {
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    padding-left: 40px;
    color: #fff;
    margin: 0 0 5px 62px;
    border-right: 0;
}

.tsfw-xx .alp-nml {
    width: 230px;
    margin-left: 0;
    text-align: center;
    background: #fff;
    color: #ff5256;
    padding-left: 0;
}

.alp a:link, .tsfw-xx .alp a:visited {
    color: #fff;
}

.tsfw-xx .alp-nml a:link, .tsfw-xx .alp-nml a:visited {
    color: #ff5256;
}

.index-tsfw-l .tsfw-zzxk .alp-nml a {
    color: #5a9df8;
}
.left {
    float: left;
}

.right {
    float: right;
}

.overflow {
    overflow: hidden;
}
.zzlx-l {
    width: 410px;
    height: 250px;
    /*margin-left: -16px;*/
    margin-top: 10px;
}
.zzlx-l-li01{
    line-height: 30px;
    position: relative;
}
.zzlx-l.reMenWenDa_list li{
    /*margin-left: 30px;*/
}
.zzlx-l-li01 .li_circle{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d3d3d3;
    margin-right: -35px;
    margin-left: 24px;
    position: absolute;
    top: 22px;
}


 .zzlx-r {
    width: 539px;
    height: 457px;
}


.zzlx-l li a:hover, .zzlx-r-ola a:hover {
    color: #ff5256;
}

.yewu-title {
    display: inline-block;
    padding: 9px 0 11px;
    font-size: 14px;
    color: #666;
}
.first-page-HYKD .yewu-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 388px;
}
.first-page-HYKD .zzlx-l-li01{
    line-height: 25px;
}
.yewu-article {
    color: #999;
    font-size: 12px;
    height: 51px;
}

.ml40 {
    margin: 0 30px 0 48px;
}

.yewu-but {
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #ff5256;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    color: #ff5256;
}

.zzlx-l-li01 a.yewu-but:hover, .zzlx-r-li02 a.yewu-but:hover {
    background: #ff5256;
    color: #fff;
}

.zzlx-img1 {
    width: 482px;
    height: 132px;
    display: block;
    margin: 10px auto 0;
}

.zzlx-img2 {
    width: 482px;
    height: 285px;
    display: block;
    margin: 10px auto 10px;
    overflow: hidden;
}

.zzlx-img3 {
    width: 482px;
    display: block;
    margin: 10px auto 10px;
    overflow: hidden;
}

.zzlx-r-li01 {
    width: 269px;
    height: 75px;
    line-height: 75px;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    font-size: 14px;
}

.zzlx-r-li01 a {
    color: #333;
}

.zzlx-r-ola .nbr {
    border-right: 0;
}

.mt10 {
    margin-top: 10px;
}

.zzlx-r-ola .zzlx-r-li02 {
    width: 539px;
    border-top: 1px solid #f0f0f0;
}

.zzlx-l .zzlx-l-li02 {
    width: 410px;
    height: 228px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.zzlx-l-li02 .yewu-article {
    height: 95px;
}


#LRfloater0 {
    display: none !important;
}

/*part03*/
.part03{
	width:100%;
	height: 730px;
	background: #fff;
	overflow: hidden;
}
.part03cont{
	width:100%;
	height: 730px;
	margin-top: 0;
}
.part03cont .tabs{
	width:830px;
	height: 65px;
	margin: 5px auto 0 auto;
	border-bottom: 5px #dcdcdc solid;
}
.part03cont .tabs .tab{
	width:165px;
	height: 65px;
	margin: 0 1px 0 0;
	float: left;
	font-size: 22px;
	line-height: 70px;
	text-align: center;
	color: #48484a;
	cursor: pointer;
}
.part03cont .tabs .active{
	border-bottom: 5px #054dcc solid;
}
.part03cont .tabcont{
	width:1180px;
	height: 556px;
	padding: 35px 10px;
	margin: 55px auto 0 auto;
	background: url(../images/part03tabcont.png) no-repeat;
	background-size: 100%;
}
.part03cont .tabcont img{
	float: left;
}
.part03cont .tabcont .news{
	width:550px;
	height: 455px;
	float: right;
}
.part03cont .tabcont .news .hot_news{
	width:100%;
	height: 245px;
	background: #e9e9e9;
	float: right;
}
.part03cont .tabcont .news .hot_news div{
	width:100%;
	height: 100px;
	font-size: 22px;
	line-height: 100px;
	text-align: center;
	color: #3e3a39;
	font-weight: bold;
}
.part03cont .tabcont .news .hot_news p{
	width:92%;
	height: auto;
	margin: 0 4%;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	text-indent: 2em;
	color: #4d4d4d;
}
.news_list li{
	width:100%;
	height: 30px;
	float: left;
	margin: 10px 0;
}
.news_list li a{
	width:535px;
	height: 30px;
	padding-left: 15px;
	/*list-style:disc;*/
	background: url(../images/dot.png) no-repeat 5px center;
	float: left;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #4d4d4d;
	text-decoration: none;
}
.news_list li p{
	width:90px;
	height: 30px;
	float: right;
}
.hide{
	display: none;
}
.show{
	display: block;
}

 .cs-kjfw {
            margin-top: 50px;
            margin-bottom: 60px;
        }
        
        .cs-kjfw .til {
            width: 410px;
            height: 61px;
            background: url(../images/cs-kjfw.png) center center/410px 61px no-repeat;
            margin: 0 auto;
        }
        
        .cs-kjfw .kjfw-list {
            margin-top: 43px;
        }
        
        .cs-kjfw .kjfw-list .kjfw {
            display: block;
            width: 20%;
            float: left;
        }
        
        .cs-kjfw .kjfw-list .kjfw .kjfw-img {
            position: relative;
            top: 0;
            width: 135px;
            height: 135px;
            margin: 0 auto;
            transition: top .5s;
            -ms-transition: top .5s;
            -o-transition: top .5s;
            -webkit-transition: top .5s;
            -moz-transition: top .5s;
        }
        
        .cs-kjfw .kjfw-list .kjfw p {
            font-size: 18px;
            color: #333333;
            letter-spacing: 0;
            text-align: center;
            margin-top: 15px;
        }
        
        .cs-kjfw .kjfw-list .kjfw:hover .kjfw-img {
            top: -6px;
        }
        
        .cs-kjfw .kjfw-list .kjfw:hover p {
            color: #3F95FF;
        }
        
        .cs-kjfw .kjfw-list .wwcdd .kjfw-img {
            background: url(../images/wwcdd.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .qytg .kjfw-img {
            background: url(../images/qytg.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .bacx .kjfw-img {
            background: url(../images/bacx.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .lpsq .kjfw-img {
            background: url(../images/lpsq.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .cfnl .kjfw-img {
            background: url(../images/cfnl.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .wwcdd:hover .kjfw-img {
            background: url(../images/wwcdd1.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .qytg:hover .kjfw-img {
            background: url(../images/qytg1.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .bacx:hover .kjfw-img {
            background: url(../images/bacx1.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .lpsq:hover .kjfw-img {
            background: url(../images/lpsq1.png) center center/135px 135px no-repeat;
        }
        
        .cs-kjfw .kjfw-list .cfnl:hover .kjfw-img {
            background: url(../images/cfnl1.png) center center/135px 135px no-repeat;
        }
        

.guwmenn {
	background: url("../images/about1.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn:hover {
	background: url("../images/about1.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_spny {
	background: url("../images/spny.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_spny a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_spny a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_spny:hover {
	background: url("../images/spny.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_gyzzcl {
	background: url("../images/gyzzcl.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_gyzzcl a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_gyzzcl a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_gyzzcl:hover {
	background: url("../images/gyzzcl.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_jiaju {
	background: url("../images/jiaju.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_jiaju a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_jiaju a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_jiaju:hover {
	background: url("../images/jiaju.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_zyyl {
	background: url("../images/zyyl.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_zyyl a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_zyyl a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_zyyl:hover {
	background: url("../images/zyyl.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_fangzhi {
	background: url("../images/fangzhi.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_fangzhi a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_fangzhi a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_fangzhi:hover {
	background: url("../images/fangzhi.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_shiyouhg {
	background: url("../images/shiyouhg.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_shiyouhg a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_shiyouhg a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_shiyouhg:hover {
	background: url("../images/shiyouhg.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_hjhb {
	background: url("../images/hjhb.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_hjhb a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_hjhb a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_hjhb:hover {
	background: url("../images/hjhb.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_gyhgp {
	background: url("../images/gyhgp.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_gyhgp a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_gyhgp a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_gyhgp:hover {
	background: url("../images/gyhgp.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_gaofenzi {
	background: url("../images/gaofenzi.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_gaofenzi a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_gaofenzi a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_gaofenzi:hover {
	background: url("../images/gaofenzi.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_shengwuky {
	background: url("../images/shengwuky.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_shengwuky a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_shengwuky a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_shengwuky:hover {
	background: url("../images/shengwuky.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}

.guwmenn_ourservice {
	background: url("../images/shengwuky.png") no-repeat left 20px rgb(0,160, 233); width:220px; height: 60px; margin-top: 15px;
}
.guwmenn_ourservice a h2 {
	color: rgb(255, 255, 255); padding-top: 15px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenn_ourservice a p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}

.guwmenn_ourservice:hover {
	background: url("../images/shengwuky.png") no-repeat left 20px rgb(2,120, 174); width:220px; height: 60px; margin-top: 15px;
}





























.guwmenus {
	background: url("../images/aboutus.png") no-repeat left 45px rgb(0,160, 233); width:220px; height: 120px; margin-top: 20px;
}
.guwmenus h2 {
	color: rgb(255, 255, 255); padding-top: 40px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmenus p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}





.main {
	margin: 0px auto; width: 1200px;
}

.mleft {
	width:220px; float: left;
}
.guwmen {
	background: url("../images/guidao.png") no-repeat left 45px rgb(0,160, 233); width:220px; height: 120px; margin-top: 20px;
}
.news {
	background: url("../style/news1.png") no-repeat left 45px rgb(0,160, 233);
}
.fuwu {
	background: url("../fuwu.png") no-repeat left 45px rgb(0, 146, 63);
}
.zhaoshang {
	background: url("../images/zhaoshang.png") no-repeat left 45px rgb(140, 189, 61);
}
.guwmen h2 {
	color: rgb(255, 255, 255); padding-top: 40px; padding-left: 64px; font-size: 20px; font-weight: normal;
}
.guwmen p {
	color: rgb(239, 239, 239); padding-left: 64px; font-size: 14px; margin-top: 8px;
}
.qyejj {
	border: 1px solid rgb(239, 239, 239); border-image: none; width: 220px;
}
.qyejj ul {
	padding-top: 20px; padding-bottom: 20px;
}
.qyejj ul li {
	height: 50px; padding-right: 30px; padding-left: 30px;
}
.qyejj ul li a {
	background: url("../images/youtj.png") no-repeat right; height: 50px; color: rgb(82, 82, 82); line-height: 50px; font-size: 14px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 0px; border-bottom-style: solid; display: block;
}
.qyejj ul li:hover {
	background: url("../images/liyou.png") no-repeat 300px rgb(0,160, 233);
}
.qyejj ul li:hover a {
	background: url("../images/youtjb.png") no-repeat right ; color: rgb(255, 255, 255);
}
.qyejjen ul li {
	height: auto;
}
.qyejjen ul li a {
	height: auto; line-height: normal; padding-top: 20px; padding-bottom: 20px;
}
.qyejj ul .cur {
	background: url("../images/liyou.png") no-repeat 300px rgb(0,160, 233); border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; position: relative;
}
.qyejjen ul .cur {
	background: rgb(80, 175, 73); height: auto; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.qyejj ul .cur a {
	background: url("../images/youtjb.png") no-repeat right; color: rgb(255, 255, 255);
}
.qyejj ul .cur span {
	background: url("../images/liyou.png") no-repeat; top: 0px; width: 26px; height: 50px; right: -26px; display: block; position: absolute; z-index: 88;
}
.qyejjen ul .cur a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.qyejjen ul .cur span {
	background: none;
}
.nright {
	width: 1200px; padding-bottom: 80px; float: right;
}
.lanmudao {
	margin-top: 40px;
}
.lanmudao .jjian {
	color: rgb(0,160, 233); font-size: 20px; float: left;
}
.lanmudao .jjian font {
	color: rgb(153, 153, 153); font-size: 14px; margin-left: 3px;
}
.lanmudao .youdao {
	background: url("../images/daoh.png") no-repeat left; color: rgb(102, 102, 102); padding-left: 20px; font-size: 14px; float: right; display: inline-block;
}
.lanmudao .youdao a {
	color: rgb(102, 102, 102); font-size: 14px;
}
.lpx {
	margin-top: 20px; border-bottom-color: rgb(214, 212, 212); border-bottom-width: 2px; border-bottom-style: solid;
}
.nright h2 {
	color: rgb(51, 51, 51); padding-bottom: 30px; font-size: 20px; font-weight: normal; margin-top: 50px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.nright .content {
	width: 1200px; color: rgb(102, 102, 102); line-height: 2em; font-size: 14px; margin-top: 40px;
}
.nright .content .imgc {
	border: 5px solid rgb(80, 175, 73); border-image: none; width: 320px; height: 215px; margin-right: 30px; margin-left: 15px; float: left; display: block;
}
.nright .content .imgc img {
	margin-top: -15px; margin-left: -20px;
}
.InBanner1 {
	margin: 0px auto; text-align: center;
}
.InBanner1 div {
	background-position: 50% top; width: 100%; height: 9px; background-repeat: no-repeat;
}

.newslb {
	padding-bottom: 40px; margin-top: 40px; border-bottom-color: rgb(235, 235, 235); border-bottom-width: 1px; border-bottom-style: dashed;
}
.newslb dt {
	width: 210px; height: 141px; margin-right: 30px; float: left;
}
.newslb dt img {
	max-width: 210px;
}
.newslb dd h3 {
	font-weight: normal;
}
.newslb dd h3 a {
	color: rgb(0, 160, 233); font-size: 18px;
}
.newslb dd h3 a:hover {
	color: rgb(255, 160, 0); font-size: 18px;
}
.newslb dd h4 {
	color: rgb(153, 153, 153); font-size: 14px; font-weight: normal; margin-top: 10px; margin-bottom: 16px;
}
.newslb dd p {
	color: rgb(102, 102, 102); line-height: 28px; font-size: 14px; margin-bottom: 16px;height: 40px;
}
.newslb dd h5 {
	font-weight: normal;
}
.newslb dd h5 a {
	color: rgb(0,160, 233); font-size: 14px;
}
.newslb dd h5 a:hover {
	color: rgb(255,160, 0); font-size: 14px;
}
.page {
	width: 100%; text-align: center; margin-top: 40px; margin-bottom: 80px;
}
.page a {
	background: rgb(245, 245, 245); width: 36px; height: 36px; text-align: center; color: rgb(102, 102, 102); line-height: 36px; overflow: hidden; font-size: 14px; margin-right: 3px; margin-left: 3px; display: inline-block;
}
.page .a1 {
	width: 56px;
}
.page span {
	background: rgb(246, 124, 1); width: 36px; height: 36px; text-align: center; color: rgb(255, 255, 255); line-height: 36px; overflow: hidden; margin-right: 3px; margin-left: 3px; display: inline-block;
}
.page .aleft {
	background: url("pagesleft.png") no-repeat rgb(245, 245, 245);
}
.page .aright {
	background: url("pagesright.png") no-repeat rgb(245, 245, 245);
}
.nright h1 {
	text-align: center; color: rgb(51, 51, 51); font-size: 24px; font-weight: normal; margin-top: 45px; margin-bottom: 26px;
}
.nright .time {
	text-align: center;
}
.nright .time span {
	color: rgb(191, 208, 224); font-size: 12px; margin-right: 20px; margin-left: 20px; display: inline-block;
}
.nright .time .rqbg {
	background: url("rqbg.png") no-repeat left; padding-left: 20px;
}
.nright .time .lnrs {
	background: url("lnrs.png") no-repeat left; padding-left: 20px;
}

.channel-list {

	text-align:right;

	margin-top: 30px;
}

.channel-list .pro-list {

	width:930px;

	_margin-right:-20px;

	padding-bottom:20px
}

.channel-list .pro-list li {

	float:left;

	width:25%
}
.channel-list .pro-list .pro-panels {
	margin:0 13px 20px 0;
	border:1px solid #dedede;
	height:280px;
	position:relative;
	text-align:center;
	font-family:'微软雅黑';
	overflow:hidden
}
.channel-list .pro-list .pro-panels:hover, .channel-list .pro-list .hover {
	border-color:#fda040
}
.channel-list .pro-list .p-img {
	padding:0px 0 10px;
	text-align:center
}
.channel-list .pro-list .p-img img {
	vertical-align:top;
	width:100%;
	height:148px
}
.channel-list .pro-list .p-name {
	line-height:35px;
	padding:0 20px;
	height:38px;
	overflow:hidden;
	margin-bottom: 20px
	
}
.channel-list .pro-list .p-name a {
	color:#000;
	font-size:16px;
}

.channel-list .pro-list .p-name a:hover {
	color:#ff6a00
}
.channel-list .pro-list .p-name1 {
	line-height:23px;
	padding:0 20px 10px 20px;
	height:48px;
	overflow:hidden;
	text-align:left;
}
.channel-list .pro-list .p-name1 a {
	color:#666;
}
.channel-list .pro-list .p-name1 a:hover {
	color:#ff6a00
}
.channel-list .pro-list .p-price {
	padding-top:3px;
	color:#e01d20;
	line-height:30px
}

.channel-list .pro-list .p-price b {
	font-size:20px;
	font-weight:400;

	font-family:"微软雅黑"
}
.channel-list .pro-list .p-price em {
	font-size:16px
}
.channel-list .pro-list .p-button {
	position:absolute;
	left:-1px;
	width:224px;
	bottom:-1px
}
.channel-list .pro-list .p-button table {
	width:100%;
	table-layout:fixed;
	border-collapse:collapse
}
.channel-list .pro-list .p-button td {
	border:1px solid #dedede
}
.channel-list .pro-list .p-button a, .channel-list .pro-list .p-button label {
	display:block;
	height:30px;
	line-height:30px;
	color:#666;
	overflow:hidden;
	white-space:nowrap
}
.channel-list .pro-list .p-button .p-button-cart, .channel-list .pro-list .p-button .p-button-an {
	color:#e01d20
}
.channel-list .pro-list .p-button .p-button-cart-disabled, .channel-list .pro-list .p-button .p-button-an-disabled {
	cursor:not-allowed;
	background-color:#e01d20;
	color:#FFF
}
.channel-list .pro-list .p-button a:hover {
	text-decoration:none;
	background-color:#e01d20;
	color:#FFF
}
.channel-list .pro-list .p-tag {
	position:absolute;
	top:0;
	left:0
}

.gwche{

	text-align:center;

	margin-top:20px;

	background:url(../images/gwcc.png) no-repeat;

	width:132px;

	line-height:42px;

	color:#FFF;

	margin: 0 auto;
}
.gwche:hover{

	text-align:center;

	margin-top:20px;

	background:url(../images/gwcc1.png) no-repeat;

	width:132px;

	line-height:42px;

	color:#FFF;

	margin: 0 auto;
}
.gwche .gww { display:inline-block; width:132px; line-height:42px;  background:url(../images/gwcc.png) no-repeat; line-height:42px; color:#FFF; font-size:14px; border:none; cursor:pointer; text-align:center}

.gwche .gw span{ color:#FFF; text-align:center;}



/*turnpage*/


.turnpage{width:1100px; text-align:left; float:left; margin-top:15px; margin-left:15px; display:inline; margin-bottom: 50px;}

.turntxt{float:left; display:inline; line-height:30px; font-size:14px;}

.pagenum{float:right;  display:inline;}

.pagenum span{float:left;display:block;color:#000; border:1px solid #054dcc; padding:4px 5px; margin-right:3px; font:14px/14px "微软雅黑";border-radius: 4px; }

.turnpage a:link,.turnpage a:visited{float:left; display:block; color:#000; border:1px solid #054dcc;padding:4px 5px; margin-right:3px; font:14px/14px "微软雅黑";border-radius: 4px;}

.turnpage a:hover,.hovera{float:left; display:block;background:#054dcc; color:#fff !important;border:1px solid #054dcc;padding:4px 5px; margin-right:3px; font:14px/14px "微软雅黑";border-radius: 4px;}

.ny_cen{

	margin:0px auto;

	width:1200px;

	margin-bottom: 30px;

}

.ny_ts{ margin:0 auto; width:1100px; height:206px; }

.ny_ts_1{ float:left;width:1100px; height:506px; background:url(../images/tishi.png) no-repeat; margin-top:20px; margin-bottom:20px;}

.ny_ts_wz{ float:left; width:890px; height:30px; line-height:30px; text-align:center; margin-top:130px; font-weight:bold; font-size:14px; margin-left:200px; display:inline;}

.ny_ts_wz2{ float:left; width:890px; height:30px; line-height:30px; text-align:center; font-size:14px;margin-left:200px; display:inline;}

.ny_right_xm_nr1{ float:left; width:1085px; margin-left:15px; display:inline; margin-top:20px;}

.ny_right_xm_nr1 ul{ width:1075px;}

.ny_right_xm_nr1 ul li{ float:left; width:1075px; height:24px; line-height:24px;  border-bottom:1px dotted #ccc; margin-top:10px;}

.ny_right_xm_nr1 ul li a{ float:left; display:block; width:785px; margin-left:10px; display:inline; overflow:hidden;}

.ny_right_xm_nr1 ul li a:hover{ color:#000000; text-decoration:underline;}

.ny_right_xm_nr1 ul li span{ float:right; margin-right:8px; display:inline; color:#999;}

.menu-subtitle {
    width: 930px;
    height: 30px;
    border-bottom: 0px dotted #e8e8e8;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 5px;
	text-align: left;
}
.menu-subtitle:hover {
    width: 930px;
    height: 30px;
    border-bottom: 0px dotted #e8e8e8;
    font-size: 14px;
    font-weight: 600;
    color: #054dcc;
    position: relative;
    margin-bottom: 5px;
	text-align: left;
}
.menu-subtitle i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #4b4b4b;
    margin-right: 8px;
	border-radius: 50%
}


