@charset "utf-8";
/* CSS Document */

.top_bg{ height:6rem;background: #fff; width:100%;position: relative;z-index: 10;}
.logo{width: 13.8%;padding: 1.7rem 1.5rem 0 0;text-align: right;}
.logo img{ width:5.8rem; height:2.2rem;}
.h_dw{font-size: 1.2rem;color: #333;width: 18%;float: left;padding: 1.3rem 0 0 1.2rem;position: relative;line-height: 1.6rem;}
.h_dw:before{content: "";width: 1px;height: 2.4rem;background: #e6e6e6;position: absolute;top: 1.5rem;left: 0;}
.h_dw span{display: block;font-size: 0.9rem;font-weight: normal;}
.h_nav{width:55%; height:6rem;overflow: hidden;}
.h_nav li{ float:left;height: 6rem;line-height: 6rem;overflow: hidden;padding: 0 1.2rem; background:url(../images/nav_bor.gif) no-repeat right 2.6rem;}
.h_nav li a{ font-size:0.8rem; color:#333;display:block; float:left;height: 6rem;}
.h_nav li a:hover,.h_nav li.cur a{ background:url(../images/nav_line.gif) no-repeat center 4rem;color: #be9a4d;}
.top_bg .isear{width:8%;height:18px;float: left;position: relative;margin-top: 2.5rem;}
.top_bg .isear .icon{display:block;width: 100%; height:18px;cursor:pointer;}
.top_bg .isear .icon:hover{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.top_bg .isearch{position:absolute;right:-28px;top: 3.5rem;padding:5px;background-color:#f3f3f3;width:295px;height:30px;border-radius:5px;opacity:0;visibility:hidden;z-index:5;transform-origin:100% 0;-webkit-transform-origin:100% 0;-webkit-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all .5s;transition:all .5s;}
.top_bg .isearch .ser_inp{display:block;float:left;width:204px;height:16px;line-height:16px;padding:7px 10px;border-top-left-radius:4px;border-bottom-left-radius:4px;position:relative; border:none;font-size: 16px;}
.top_bg .isearch .ser_so{cursor:pointer;display:block;float:left;width:70px;height:30px;line-height:30px;text-align:center;font-size:12px;background-color:#be9a4d;border-top-right-radius:4px;border-bottom-right-radius:4px;position:relative;color:#fff; border:none;font-size: 16px;}
.top_bg .isearch:before{content:'';position:absolute;display:block;border:5px solid transparent;border-right:7px solid #be9a4d;z-index:3;right:75px;top:16px;}
.top_bg .isear.open .isearch{opacity:1;visibility:visible;-webkit-transform:scale(1,1);transform:scale(1,1);}
.top_bg .isear .icon:hover{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
input::-webkit-input-placeholder {color: #666;}

i,em{ font-style:normal;}
html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 15px;}}
@media screen and (min-width: 1280px) {html {font-size: 16px;}}
@media screen and (min-width: 1366px) {html {font-size: 17px;}}
@media screen and (min-width: 1440px) {html {font-size: 18px;}}
@media screen and (min-width: 1600px) {html {font-size: 20px;}}
@media screen and (min-width: 1920px) {html {font-size: 24px;}}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}





.fullSlide{min-width:1200px;position:relative}
.fullSlide .bd li img{width:100%;display:block;line-height:0}
.fullSlide .hd{height:13px;z-index:9;bottom:20px;position:absolute;width:100%}
.fullSlide .hd ul{width:200px;margin:0 auto}
.fullSlide .hd ul li{width:15px;height:15px;background:rgba(255,255,255,0.3);display:block;border-radius:50%;cursor:pointer;float:left;text-indent:-99999px;margin-left:15px;border:1px solid #be9a4d}
.fullSlide .hd ul li.on{background:#fff}
.p1-search-1 {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}
.p1-search-1 a{color:#111;display:inline-block;margin-right:15px;font-size:16px}


.ty-banner-1{line-height: 0; text-align:center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.p1-search-1 p{color:#444;line-height:82px}
.p1-search-1 a{color:#444;display:inline-block;margin-right:15px}
.p1-search-1-inp{width:270px;height:30px;border-radius:20px;background:#fff;padding-left:10px;margin-top:28px}
.p1-search-1-inp input{border:0}
.p1-search-1-inp1{width:224px;height:30px;line-height:30px;color:#a9a9a9;float:left}
.p1-search-1-inp2{width:30px;height:30px;background:url(../images/VISkins-p1.png) no-repeat -258px -936px;float:right;cursor:pointer}
.p12-curmbs-1{font-size:14px;border-bottom:1px dashed #dcdcdc}
.p12-curblock{display:none}
.p12-curmbs-1 b{border-left:10px solid #000000;font-weight:normal;padding-left:8px}
.p12-curmbs-1 i{font-style:normal}
.p12-curmbs-1 span{padding:0 5px;height:46px;line-height:46px}
.leftnav-z1-desc{background:#fff;max-height:180px;margin-bottom:14px}
.leftnav-z1-desc dt{height:30px;padding:20px 0}
.leftnav-z1-desc dt b{display:inline-block;font-weight:normal;border-left:13px solid #e3e3e3;border-right:7px solid #e3e3e3;padding:0 12px 0 13px;font-size:28px;color:#7c7c7c}
.leftnav-z1-desc dt b span{font-size:18px;color:#bfbfbf;text-transform:uppercase;padding-left:10px}
.leftnav-z1-desc dd{padding:0 27px 0 27px}
.leftnav-z1-desc dd h4{font-size:24px;font-weight:normal;color:#797979;max-height:44px;line-height:44px;overflow:hidden}
.leftnav-z1-desc dd div{font-size:14px;line-height:24px;color:#666;max-height:48px;overflow:hidden}
.leftnav-z1-tit{height:50px;font-size:24px;font-weight:normal;line-height:50px;border-bottom:1px solid #ebebeb;margin-bottom:15px}
.leftnav-z1-tit span{display:inline-block;height:50px;border-bottom:1px solid #000000}
.leftnav-z1-list dl{width:32.2%;border:1px solid #dedede;margin-bottom:15px;background:#fff;float:left;margin-right:1.3%;box-sizing:border-box}
.leftnav-z1-list dl:nth-child(3n){margin-right:0}
.leftnav-z1-list dt img{width:100%;display:block}
.leftnav-z1-list dd{padding:6px 20px 5px 20px}
.leftnav-z1-list dd h4{height:45px;font-weight:normal;font-size:16px;color:#154c64;line-height:45px;overflow:hidden}
.leftnav-z1-list h4 a{display:block;height:45px;color:#727272;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.leftnav-z1-list dl:hover h4 a{color:#be9a4d}
.leftnav-z1-list-desc{height:40px;font-size:14px;line-height:20px;color:#666;margin-bottom:12px;overflow:hidden}
.leftnav-z1-list-deta{width:100px;height:40px;display:inline-block;border:1px solid #aaa;font-size:16px;line-height:40px;text-align:center}
.leftnav-z1-list dl:hover{border-color:#be9a4d}
.leftnav-z1-list dl:hover .leftnav-z1-list-desc a{color:#be9a4d}

.p1-info-3-tit{height:60px;font-size:24px;font-weight:normal;line-height:60px;background:#be9a4d;color:#fff;text-align:center}
.p1-info-3-list{padding:10px 10px 0}
.p1-info-3-list li h4{height:46px;font-size:14px;font-weight:normal;line-height:46px;color:#4b4a4a;border-bottom:1px dashed #dbdbdb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p1-info-3-list li h4 span{float:right}
.cbgg-01{background:#be9a4d;text-align:center;color:#fff}
.cbgg-01-img img{width:100%;display:block}
.cbgg-01 p{padding-top:15px}
.cbgg-01 p img{vertical-align:middle;margin-right:5px}
.cbgg-01 span{display:block;font-size:28px;font-weight:bold;font-family:Arial;padding-bottom:20px;padding-top:10px}


.pc-cx-tel-1{width:46%;height:56px;border-top:2px solid #e6e6e6;padding-top:10px;position:absolute;bottom:16px;right:3%}
.pc-cx-tel-1-t1{width:114px;height:44px;background:#be9a4d;font-size:18px;line-height:44px;text-align:center;float:right}
.pc-cx-tel-1-t1 a{display:block;color:#fff}
.pc-cx-tel-1-t2{height:56px;padding-left:70px;background:url(../images/pc-xc-icon2.png) no-repeat 10px top;font-size:18px;line-height:18px;color:#454545}
.pc-cx-tel-1-t2 p{line-height:24px}
.cpcc-ts-01{position:relative;padding:12px 0 16px;background:#fff}
.cpcc-ts-01-left{position:relative;width:45%;float:left;overflow:hidden;border:1px solid #e7e7e7;margin-left:20px}
.cpcc-ts-01-left-jt{width:12px;height:23px;position:absolute;top:50%;margin-top:-11px;cursor:pointer;z-index:33}
.cpcc-ts-01-left-prev{left:10px}
.cpcc-ts-01-left-next{right:10px}
.cpcc-ts-01-left-size{position:absolute;right:0;bottom:0;width:56px;height:26px;font-size:14px;line-height:16px;color:#787878;letter-spacing:3px}
.cpcc-ts-01-left-size em{font-style:normal}
.cpcc-ts-01-left-pic{width:100%;position:relative;text-align:center}
.cpcc-ts-01-left-pic li{width:100%;float:left}
.cpcc-ts-01-left-pic img{width:100%;margin:0 auto;display:block}
.cpcc-ts-01-right{width:46%;float:right;margin-right:3%}
.cpcc-ts-01-right-tit{font-size:22px;font-weight:normal;line-height:48px;color:#4a4a4a;border-bottom:1px solid #e5e5e5;margin-bottom:20px;}
.cpcc-ts-01-right-ftit{font-size:18px;font-weight:normal;line-height:48px;color:#6A6A6A;border-bottom:1px solid #e5e5e5;margin-bottom:20px;}
.cpcc-ts-01-right-con{font-size:15px;line-height:28px;margin-bottom:100px;max-height:188px;overflow:hidden}
.p14-prodcontent-1{padding:18px 0 42px;margin-bottom:22px}
.p14-prodcontent-1-tit{height:40px;font-size:24px;line-height:40px;border-bottom:2px solid #d4d4d4;margin-bottom:20px}
.p14-prodcontent-1-tit span{display:inline-block;height:40px;color:#464646;border-bottom:2px solid  #000000;padding-left:34px;background:url(../images/p14-icon11.png) no-repeat 2px center}
.p14-prodcontent-1-tit em{font-size:18px;font-family:Arial;text-transform:uppercase;font-style:normal;color:#c2c2c1}
.p14-product-2-tit{height:46px;line-height:46px;font-weight:normal;border-bottom:2px solid #dfdfdf;margin-bottom:30px;padding-top:26px}
.p14-product-2-tit b{display:inline-block;font-size:24px;font-weight:normal;color:#464646;padding-left:52px;border-bottom:2px solid #000000;background:url(../images/p14-icon11.png) no-repeat 22px center}
.p14-product-2-tit span{margin-left:10px;font-size:18px;font-family:Arial;color:#c2c2c1;text-transform:uppercase}
.p14-product-2-list dl{float:left;width:23.8%;border:1px solid #dfdfdf;margin-right:1.5%;box-sizing:border-box}
.p14-product-2-list dl:nth-child(4n){margin-right:0;}
.p14-product-2-list dl.p14-product-clear{margin-right:0}
.p14-product-2-list dl img{display:block;width:100%}
.p14-product-2-list dd{padding:10px 28px 10px 10px;margin-right:2px;position:relative}
.p14-product-2-list h4{height:30px;font-size:16px;font-weight:normal;line-height:30px;color:#191919;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-product-2-list h4 a{color:#191919}
.p14-product-2-desc{font-size:14px;line-height:24px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-product-2-list dl:hover{border-color:#be9a4d}
.p14-product-2-list dl:hover h3 a{color:#be9a4d}
.fdh-01-tit{background:#be9a4d;height:80px}
.fdh-01-tit h2{height:75px;font-size:24px;font-weight:normal;line-height:75px;color:#fff;border-bottom:1px solid #fff;text-align:center}
.fdh-01-tit h2 span{font-size:14px;text-transform:uppercase}
.fdh-01-nav-one h3{height:50px;line-height:50px;background:url(../images/p14-icon5.png) no-repeat right center #ececeb;margin-bottom:2px;overflow:hidden}
.fdh-01-nav-one h3 a{display:block;height:50px;font-size:15px;font-weight:normal;margin-right:10px;margin-left:15px;color:#666}
.fdh-01-nav-one h3.sidenavcur,.fdh-01-nav-one h3:hover{background:url(../images/p14-icon2.png) no-repeat right center  #be9a4d}
.fdh-01-nav-one h3.sidenavcur a,.fdh-01-nav-one h3:hover a{color:#fff}
.fdh-01-nav dl{padding:2px 0 4px}
.fdh-01-nav dt{height:50px;font-size:16px;line-height:50px;padding-left:54px;padding-right:40px;margin-bottom:1px;background:#ececec;position:relative;overflow:hidden}
.fdh-01-nav dt:after{content:"";width:8px;height:8px;border:2px solid #b8b8b8;border-style:solid solid none none;position:absolute;top:50%;right:32px;margin-top:-4px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.fdh-01-nav dt.sidenavcur:after,.fdh-01-nav dt:hover:after{border-color:#be9a4d}
.fdh-01-nav dt.sidenavcur a,.fdh-01-nav dt:hover a{color:#be9a4d}
.fdh-01-nav dd{border:1px solid #ececec;border-bottom:0}
.fdh-01-nav p{height:50px;font-size:14px;line-height:50px;padding-left:72px;padding-right:40px;border-bottom:1px solid #ececec;background:#fff;position:relative;overflow:hidden}
.fdh-01-nav p.sidenavcur a,.fdh-01-nav p:hover a{color:#be9a4d}
.fdh-01-nav p.sidenavcur:after,.fdh-01-nav p:hover:after{background:#000000}
.fdh-01-nav a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-info-2{background:#fff}
.p14-info-2-tit{height:60px;font-size:24px;line-height:60px;background:#be9a4d;color:#fff;text-align:center;margin-bottom:12px}
.p14-info-2-list dl{font-size:12px;line-height:18px;height:230px;overflow:hidden;text-align:center}
.p14-info-2-list dt{width:100%;border:1px solid rgba(153,153,153,0.3);box-sizing:border-box;margin:0 auto}
.p14-info-2-list dt img{display:block;width:100%;margin:0 auto}
.p14-info-2-list dd h3{height:40px;font-size:14px;font-weight:normal;line-height:40px;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-info-2-list-desc{height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-info-2-list dl:nth-last-child(1){border-bottom:0}
.cbgg-01{background:#be9a4d;text-align:center;color:#fff}
.cbgg-01-img img{width:100%;display:block}
.cbgg-01 p{padding-top:15px}
.cbgg-01 p img{vertical-align:middle;margin-right:5px}
.cbgg-01 span{display:block;font-size:28px;font-weight:bold;font-family:Arial;padding-bottom:20px;padding-top:10px}


 .p15-infolist-1-t1{padding:35px 49px 0px 21px;background:#fff;border-bottom:1px dashed #cacaca;margin-bottom:20px;height:164px}
.p15-infolist-1-t1 dt{position:relative;height:30px;font-size:18px;line-height:30px;margin-bottom:8px;padding-left:68px}
.p15-infolist-1-t1 dt a{display:block;color:#333;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p15-infolist-1-t1 dt span{display:block;width:60px;height:30px;font-size:18px;line-height:30px;text-align:center;color:#fff;position:absolute;top:0;left:-0px;background:#be9a4d}
.p15-infolist-1-t1-desc{height:72px;line-height:24px;margin-bottom:5px;overflow:hidden;padding-left:68px}
.p15-infolist-1-t1-deta{width:60px;float:right;padding-left:20px;background:url(../images/p14-icon21.png) no-repeat left center}
.p15-infolist-1-t1-deta a{display:block;color:#be9a4d}
.p14-infolist-1-list dl{border:1px solid #dedede;margin-bottom:15px;padding:22px 50px 22px 22px;background:#fff;overflow:hidden}
.p14-infolist-1-list dt{width:29.5%;float:left;margin-right:5.8%}
.p14-infolist-1-list dt img{width:100%;display:block}
.p14-infolist-1-list dd h4{height:40px;font-weight:normal;font-size:18px;color:#154c64;line-height:40px;margin-bottom:5px;overflow:hidden}
.p14-infolist-1-list h4 a{display:block;height:40px;color:#4b4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-infolist-1-list dl:hover{border:1px solid #be9a4d}
.p14-infolist-1-list dl:hover h4 a{color:#be9a4d}
.p14-infolist-1-list-desc{max-height:72px;font-size:14px;line-height:24px;color:#797979;margin-bottom:28px;overflow:hidden}
.p14-infolist-1-list-deta{width:90px;height:30px;line-height:30px;text-align:center;display:block;float:right;background:#b6b6b6;color:#fff}
.p14-infolist-1-list-deta a{color:#fff}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta{background:#be9a4d;border-color:#be9a4d}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a{color:#fff}

.p14-pro-1{background:#fff}
.p14-pro-1-tit{height:60px;font-size:24px;line-height:60px;margin-bottom:10px;background:#be9a4d;color:#fff;text-align:center}
.p14-pro-1-list dl{border:1px solid rgba(153,153,153,0.3);margin-bottom:10px;font-size:12px;box-sizing:border-box;line-height:18px;overflow:hidden}
.p14-pro-1-list dt{width:100%;height:178px;overflow:hidden}
.p14-pro-1-list dt img{display:block;width:100%;margin:0 auto}
.p14-pro-1-list dd h4{height:40px;font-size:14px;font-weight:normal;line-height:40px;overflow:hidden;text-align:center;text-overflow:ellipsis;color:#333;white-space:nowrap}
.p14-pro-1-list dd h4 a{display:block;color:#333}
.contact-z1{height:140px;background:url("images/contact-z1.jpg") no-repeat;color:#333;margin-bottom:30px}
.contact-z1 p{font-size:20px;height:30px;line-height:30px;padding:37px 0 0 95px;background:url(../images/contact-z1_tel.png) no-repeat 74px 44px}
.contact-z1 span{display:block;height:30px;font-weight:bold;font-size:18px;line-height:30px;padding-left:73px}

/*关于我们*/
.tl-fdh-02{height:55px;background:#fff;margin-bottom:20px;overflow:hidden}
.tl-fdh-02 li{width:20%;height:55px;font-size:18px;line-height:55px;text-align:center;float:left;border-right:1px solid #eee;margin-right:-1px;background:#efefed;cursor:pointer;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.tl-fdh-02 li a{display:block;height:55px;color:#595757}
.tl-fdh-02 li.sidenavcur,.tl-fdh-02 li:hover{background:url(../images/p16-icon6.png) no-repeat bottom center #be9a4d;border-color:#be9a4d}
.tl-fdh-02 li.sidenavcur a,.tl-fdh-02 li:hover a{color:#fff}
.k12-gl-gslb-3nf1-1-01-left dl{width:24%;float:left;background:#f0f0f0;margin:0 1.3% 13px 0}
.k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1){margin-right:0}
.k12-gl-gslb-3nf1-1-01-left dt{border:1px solid #e5e5e5;padding:10px 9px;background:#fff}
.k12-gl-gslb-3nf1-1-01-left dt img{display:block;width:100%}
.k12-gl-gslb-3nf1-1-01-left dd h4{height:50px;font-size:14px;line-height:50px;text-align:center;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f0f0f0}
.k12-gl-gslb-3nf1-1-01-left dd h4 a{color:#4b4a4a}

/*留言*/
.p4-order-form-1{overflow:hidden}
.p4-order-form-1 .p4-titlel-1{width:145px;height:46px;font-size:18px;line-height:46px;text-align:center;color:#fff;background:#000000}
.p4-order-form-1-con{border:1px solid #bbb;background:url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;padding:40px 15%}
.p4-order-form-1-con li p{padding-left:130px;color:#999;font-size:12px}
.p4-order-form-1-con li{margin-bottom:10px;font-size:14px;line-height:35px;color:#666;overflow:hidden}
.p4-order-form-1-con li span{font-weight:bold;color:#666}
.p4-order-form-1-con li b{color:#f00}
.p4-order-form-1-con li .row-hd{color:#666}
.timenum{padding-left:95px}
.p4-order-form-1-con li p{clear:both}
.p4-order-form-1-con label{display:inline-block;width:120px;color:#666;vertical-align:top;text-align:right;height:33px;line-height:33px;overflow:hidden}
#code_gg{width:80px;margin-right:10px;outline:none;padding-left:10px;border:1px solid #eee;height:33px;line-height:32px;color:#666}
.p4-order-form-1-con .inputs,.p4-order-form-1-con li select{width:73%;margin-right:10px;outline:none;padding-left:10px;border:1px solid #eee;height:33px;line-height:32px;color:#666;box-sizing:border-box}
.p4-order-form-1-con .radioandcheck{vertical-align:middle}
.p4-order-form-1-con .err{border:1px solid #c00}
.p4-order-form-1-con .p4-order-form-1-t1{width:100%}
.p4-order-form-1-t1 textarea{width:73%;height:102px;line-height:24px;border:1px solid #eee;outline:none;resize:none;overflow:auto;margin-right:10px;padding-left:10px;box-sizing:border-box}
.p4-order-form-1-con .p4-order-form-1-t2{width:100%}
.p4-order-form-1-t2 input{width:150px;vertical-align:top}
.p4-order-form-1-t2 span{width:153px;height:25px}
.p4-order-form-1-con .p4-order-form-1-t3{padding-left:120px}
.p4-order-form-1-con .p4-order-form-1-t3 input{width:80px;height:30px;border:0;text-align:center;margin-right:30px;color:#fff;padding-left:0;cursor:pointer}
.p4-order-form-1-con .p4-order-form-1-b1{background:#be9a4d;width:80px;height:30px;border:0;text-align:center;margin-right:30px;color:#fff;padding-left:0;cursor:pointer}
.p4-order-form-1-con .p4-order-form-1-b2{background:#767676}
.p4-order-form-1-con .p4-order-form-1-t4{overflow:auto;height:auto;min-height:35px;width:100%}
.p4-order-form-1-con .p4-order-form-1-t4 input{vertical-align:middle;width:14px;margin:0 10px}
.nsw-modal{width:100%;height:100%;background:rgba(225,225,225,0.5);position:fixed;top:0;left:0;z-index:99999}
.modal-dialog{position:fixed;color:#000000;top:150px;width:400px;border-radius:3px;min-height:155px;overflow:hidden;z-index:99998;margin-left:-200px;left:50%}
.modal-dialog .css-icon{background-image:url("images/modal-icons.png")}
.modal-dialog .modal-head{height:30px;line-height:30px;padding:0px 20px;background:#F6EFEF;font-size:14px}
.modal-dialog .modal-head .modal-logo{width:15px;height:15px;background-position:1px 0px;margin:8px 5px 0 0;float:left}
.modal-dialog .modal-head .close{float:right;width:15px;height:15px;background-position:-14px 0px;margin-top:8px}
.modal-dialog .modal-body{width:100%;min-height:125px;background:#ffffff}
.modal-dialog .modal-body .modal-body-left{width:140px;float:left}
.modal-dialog .modal-body .modal-body-left .icon{width:64px;height:64px;margin:30px 0 0 48px}
.modal-dialog .modal-body .modal-body-left .success-message{background-position:0px -14px}
.modal-dialog .modal-body .modal-body-left .warming-message{background-position:0px -78px}
.modal-dialog .modal-body .modal-body-right{width:260px;float:right;padding-top:20px}
.modal-dialog .modal-body .modal-body-right .close-btn{color:#000;text-align:center;width:90px;display:inline-block;height:24px;line-height:24px;background:#818079}
.modal-dialog .modal-body .modal-body-right p{line-height:30px}


/*新闻内页*/
 .p15-infocontent-1{margin-bottom:30px}
.p15-infocontent-1-tit{text-align:center;font-weight:normal;margin-bottom:40px;font-size:28px;line-height:40px;color:#535353;height:40px;overflow:hidden}
.p15-infocontent-1-bool{border-bottom:1px solid #000000;height:20px;font-size:12px;color:#909090}
.p15-infocontent-1-bool span{margin-right:20px}
.p15-infocontent-1-bool span a{color:#909090}
.p15-infocontent-1-bool i{font-style:normal;float:right;display:block;width:80px;height:20px;line-height:20px;text-align:center;color:#fff;background:#000000}
.p15-infocontent-1-bool i a{color:#fff}
.p15-infocontent-1-bool span{margin-right:15px}
.p15-infocontent-1-tag span{margin-right:10px}
.p14-pagination-1 dl{margin-bottom:24px;padding-right:40px}
.p14-pagination-1 dd{height:32px;font-size:14px;line-height:32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-pagination-1 dd b{float:right;font-weight:normal}
.p14-pagination-1 dd span{width:60px;height:32px;background:#a2a2a2;color:#fff;text-align:center;display:inline-block;margin-right:10px}
.p14-pagination-1 dt{height:1px;border-bottom:1px dashed #b5b5b5;margin-left:60px;padding-top:2px;margin-bottom:2px}
.p14-pagination-1 dd em{float:right;font-style:normal;padding-left:20px;font-weight:normal}
.p14-pagination-1 dl a{color:#4b4a4a}
.p14-pagination-1-href{float:right;font-size:18px;line-height:32px}
.p14-pagination-1-href span{display:inline-block;padding:0 6px;margin-left:4px;background:#000000}
.p14-pagination-1-href a{display:block;color:#fff}
.p14-pagination-1-key{min-height:40px;border-top:1px solid #000000;font-size:14px;line-height:40px;color:#575556}
.p14-pagination-1-key a{color:#575556}
.p14-pagination-1-key span{display:inline-block;margin:0 4px}
.p14-info-3{background:#f5f5f5;padding:8px 20px}
.p14-info-3-tit{height:55px;font-size:24px;font-weight:normal;line-height:55px;color:#4b4a4a}
.p14-info-3-list li h4{height:46px;font-size:14px;font-weight:normal;line-height:46px;color:#4b4a4a;border-top:1px dashed #dbdbdb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.p14-info-3-list li h4 a{color:#4b4a4a}
.p14-info-3-list li h4 span{float:right}


/*底部公共*/
.f_bg{background:url(../images/f_bg.jpg) no-repeat center 0;height:453px;overflow:hidden}
.footer{width:1200px;margin:0 auto}
.f_tel{height:160px;padding:40px 0 0;overflow:hidden}
.f_tel p{float:left;overflow:hidden;font-size:16px;color:rgba(255,255,255,0.8);line-height:32px;height:160px;background:url(../images/f_line01.png) no-repeat right 14px}
.f_tel p b{display:block;font-size:20px;font-family:Arial,Helvetica,sans-serif;padding:0 0 0 35px;color:#fff}
.f_tel span{padding:0 10px}
.f_tel .f_p01{width:385px}
.f_tel .f_p02{width:330px;padding-left:80px}
.f_tel .f_p03{width:300px;padding-left:100px;background:none}
.f_tel .f_p01 b{background:url(../images/f_ico01.png) no-repeat 0 3px}
.f_tel .f_p02 b{background:url(../images/f_ico02.png) no-repeat 0 4px}
.f_tel .f_p03 b{background:url(../images/f_ico03.png) no-repeat 0 4px}
.f_logo{width:465px;padding:15px 0 0}
.f_logo h5{width:160px;padding-top: 10px;}
.f_logo h5 img{width:160px;height:64px}
.f_logo p{font-size:18px;color:#fff;line-height:30px;padding:25px 0 0}
.f_nav{width:300px;padding:15px 0 0;}
.f_nav ul li{float:left;line-height:40px;width:150px;height:40px;overflow:hidden}
.f_nav ul li a{font-size:16px;color:rgba(255,255,255,0.8)}
.f_nav ul li a:hover{color:#fff}
.f_er{width:320px;padding:15px 15px 0 0;}
.f_er p{width:125px;padding:0 0 0 35px;float:left;text-align:center;line-height:0}
.f_er p img{width:125px;height:125px}
.f_er p span{display:block;font-size:14px;color:rgba(255,255,255,0.6);line-height:40px}
.f_bot{height:70px;line-height:70px;overflow:hidden;font-size:16px;color:#7a7a7a}
.f_bot span{padding:0 15px}
.f_bot a{color:#7a7a7a}
.client-2{width:45px;position:fixed;right:10px;top:60%;z-index:999;color:#fff}
.client-2 li a{text-decoration:none;color:#fff}
.client-2 li{margin-bottom:5px;width:45px;height:45px;border-radius:50%;cursor:pointer;position:relative}
.client-2 li.my-kefu-qq{background:#be9a4d url(../images/cimg23.png) center no-repeat}
.client-2 li.my-kefu-weixin{background:#be9a4d url(../images/cimg24.png) center no-repeat}
.client-2 li.my-kefu-tel{background:#be9a4d url(../images/cimg25.png) center no-repeat}
.client-2 li.my-kefu-shouye{background:#be9a4d url(../images/tohome.png) center no-repeat;background-size:26px}
.client-2 li.my-kefu-shouye a{width:45px;height:45px;display:block}
.client-2 li.my-kefu-ftop{background:#be9a4d url(../images/returnTop.png) center no-repeat}
.client-2 li p{height:20px;font-size:12px;line-height:20px;overflow:hidden;text-align:center;color:#fff}
.client-2 li.my-kefu-qq .cont{margin:0;background:#be9a4d url(../images/cimg23.png) 15px center no-repeat;border-radius:50px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:16px;width:130px;position:absolute;top:0;right:0;z-index:999}
.client-2 li.my-kefu-tel .cont{margin:0;background:#be9a4d url(../images/cimg25.png) 15px center no-repeat;border-radius:50px;padding-left:45px;height:45px;line-height:45px;color:#fff;font-size:18px;width:180px;position:absolute;top:0;right:0;z-index:999}
.client-2 .my-kefu-ftop{display:none}
.client-2 .my-kefu-ftop .my-kefu-main{padding-top:6px}
.client-2 li.my-kefu-weixin .cont{margin:0;width:115px;padding:5px;border:solid 1px #ccc;position:absolute;left:-150px;top:-44px;background-color:#fff}
.client-2 li.my-kefu-weixin .cont  span{display:block;line-height:20px;font-size:12px;text-align:center;color:#1a1a1a}
.client-2 li.my-kefu-weixin .cont  img{width:115px;height:115px}
.client-2 li:hover .cont{display:block!important}