
.position{height: 80px; line-height: 80px; position: relative; overflow: hidden;  z-index: 2;}
.location{float: left; font-size: 14px;}
.product-menu{}
.product-menu li{ float:left; width:160px; text-align:center;}
.product-menu li:hover,
.product-menu li.on{background:#efeeee;}
.product-menu li.on .dot{color:#0088d7;}
.product-menu .table{ display:table; height:110px; width:100%;}
.product-menu .table-cell{ display:table-cell; vertical-align:bottom;}
.product-menu .pic img{ max-width:90px; max-height:90px;}
.product-menu p.dot{ margin:0; padding:15px 0; line-height:19px;}

.product-con {
    overflow: hidden;
    padding-top: 50px;
    background: #f7f7f7;
}

.center {
    width: 1290px;
    margin: 0 auto;
}

.product_list {
}
.product_list ul li {
    display: block;
    float: left;
    width: 300px;
    margin: 0 20px 30px 0;
    background: #fff;
}
.product_list ul li:nth-child(4n){}
.product_list ul li * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.product_list ul li:hover .pic img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.product_list ul li .pic {
    width: 300px;
    /*height: 320px;*/
    overflow: hidden;
}
.product_list ul li .pic img {
    width: 100%;
    vertical-align: middle;
    /*height: 320px;*/
}
.proli_wen {
    padding: 10px 15px 25px 15px;
}
.product_list ul li .ntit {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
}
.product_list ul li .p1 {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-top: 6px;
    height:40px;
}
.product_list ul li .p2 {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.product_list ul li .line {
    width: 0;
    height: 4px;
    background: #0088d7;
    position: relative;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
}
.product_list ul li:hover .line {
    width:100%;

}
.product_list ul li:hover{
    box-shadow: 2px 2px 10px #909090;

}
.product_list ul li .btn {
    overflow: hidden;
    width: 270px;
    height: 42px;
    background: url(../images/prolistclassifybg01.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.product_list ul li .btn a {
    display: block;
    width: 133px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
.product_list ul li .btn a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/prolistclassify_icon04.png) no-repeat center;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.product_list ul li .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.product_list ul li .btn a:hover {
    color: #099ddf;
}
.product_list ul li .btn .more:hover {
    background: url(../images/prolistclassifybg02.png) no-repeat center;
}
.product_list ul li .btn .more:hover i {
    background: url(../images/prolistclassify_icon05.png) no-repeat center;
}

.pro_main {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    zoom: 1;
    overflow: hidden;
    padding-top:30px;
}
.prodetailsinfo {
    padding-top:20px;
    clear:both;
    zoom:1;
    margin-bottom:45px;
}
.prodbaseinfo_a {
    float: left;
    width: 640px;
    margin-left: 50px;
    z-index: 1;
    position: relative;
    height: 415px;
}

.h2_prodtitle {
    font-size:22px;
    color:#414141;
    padding:2px 0 10px;
    line-height:1.6em;
    border-bottom: 1px dashed #DCDCDC;
}
.ul_prodinfo {
    padding:6px 0;
    overflow:hidden;
    zoom:1;
}
.ul_prodinfos {
    margin-top: 15px;
    padding:6px 15px;
    overflow:hidden;
    zoom:1;
    background:#f3f3f3;
    font-size:14px;
    font-weight:bold;
}
.ul_prodinfos li {
    padding:5px 0 25px;
    line-height: 28px;
}
.ul_prodinfo li {
    font-size: 14px;
    float: left;
    margin: 6px 0;
    overflow: hidden;
    white-space: pre-line;
    color: #999;
    line-height: 28px;
    height: 250px;
}
.ul_prodinfo li span {
    font-size:14px
}
.hottel {
    color: #111;
    font-size: 25px;
    display: block;
    line-height: 30px;
}
.propar a{
    background: #0062b2;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.propar a:hover{
    box-shadow:0px 2px 5px #999;
    text-decoration: none;
}

.prodetails-tabtit{height: 50px; border-bottom: 1px solid #e8e8e8;}
.prodetails-tabtit ul{overflow: hidden;}
.prodetails-tabtit li{float: left; margin-right: 1px; min-width: 140px; height: 50px; line-height: 50px; background: #ccc; border: 1px solid #e8e8e8; border-bottom: 0; padding: 0 30px; border-radius: 4px 4px 0 0; font-size: 20px; color: #333; text-align: center;}
.prodetails-con{}
.prodetails-con p{margin: 0;}
.prodetails-con img {display: block;margin: 0 auto;max-width: 100%;}


.product_list2 {}

.product_list2 ul a {
    width: 24%;
    float: left;
    border: 1px solid #f2f2f2;
    margin-left: 1%;
    display: block;
    margin-top: 40px;
}

.product_list2 ul a:nth-child(4n+1) {
    margin-left: 0;
}

.product_list2 ul a:nth-child(1) {
    margin-left: 0;
}

.product_list2 ul li {
    text-align: center;
    padding-top: 10px;
}

.product_list2 ul li p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 4px 0;
}

.product_list2 img{
    width: 100%;
}


.product_list2 ul a:hover {
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 15px #C8C8C8;
}

.product_list2 ul a:hover li p {
    color: #e10616;
}

.product_list2 ul a:hover li i {
    color: #e10616;
}

.pro_main {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    zoom: 1;
    overflow: hidden;
    padding-top:30px;
}
.prodetailsinfo {
    padding-top:20px;
    clear:both;
    zoom:1;
    margin-bottom:45px;
}
.prodbaseinfo_a {
    float: left;
    width: 640px;
    margin-left: 50px;
    z-index: 1;
    position: relative;
    height: 415px;
}

.h2_prodtitle {
    font-size:22px;
    color:#414141;
    padding:2px 0 10px;
    line-height:1.6em;
    border-bottom: 1px dashed #DCDCDC;
}
.ul_prodinfo {
    padding:6px 0;
    overflow:hidden;
    zoom:1;
}
.ul_prodinfos {
    margin-top: 15px;
    padding:6px 15px;
    overflow:hidden;
    zoom:1;
    background:#f3f3f3;
    font-size:14px;
    font-weight:bold;
}
.ul_prodinfos li {
    padding:5px 0 25px;
    line-height: 28px;
}
.ul_prodinfo li {
    font-size: 14px;
    float: left;
    margin: 6px 0;
    overflow: hidden;
    white-space: pre-line;
    color: #999;
    line-height: 28px;
    height: 250px;
}
.ul_prodinfo li span {
    font-size:14px
}
.hottel {
    color: #111;
    font-size: 25px;
    display: block;
    line-height: 30px;
}
.propar a{
    background: #0062b2;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.propar a:hover{
    box-shadow:0px 2px 5px #999;
    text-decoration: none;
}

.prodetails-tabtit{height: 50px; border-bottom: 1px solid #e8e8e8;}
.prodetails-tabtit ul{overflow: hidden;}
.prodetails-tabtit li{float: left; margin-right: 1px; min-width: 140px; height: 50px; line-height: 50px; background: #ccc; border: 1px solid #e8e8e8; border-bottom: 0; padding: 0 30px; border-radius: 4px 4px 0 0; font-size: 20px; color: #333; text-align: center;}
.prodetails-con{}
.prodetails-con p{margin: 0;}
.prodetails-con img {display: block;margin: 0 auto;max-width: 100%;}

.picmax{ width:502px;float: left; height:auto; margin:0 auto; overflow:hidden;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%;height:350px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:500px;height:352px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:500px;height:413px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:500px;display:none;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 20px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #f3f3f3;
    background: #ebebeb;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
}
.spec-scroll .items{float:left;position:relative;width:450px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:85px;text-align:center;cursor: pointer;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:70px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}
#info_itemid_1{ height:700px; background-position:center top; background-repeat:no-repeat;}
#info_itemid_1 .center{ position:relative; width:840px;}
#info_itemid_1 .pic{ padding-top:97px; text-align:center;}
#info_itemid_1 .float_icon li{ list-style:none; position:absolute;}
#info_itemid_1 .float_icon li .icon{ border-radius:4px; background:#f7f7f7;}
#info_itemid_1 .float_icon li .icon img{ display:block; width:70px; height:69px;}
#info_itemid_1 .float_icon li .icon img.hover{ display:none;}
#info_itemid_1 .float_icon li .txt{ position:absolute; display:none; top:0; font-size:16px; color:#ddd; line-height:26px;white-space:nowrap;}
#info_itemid_1 .float_icon li .txt_right{ left:80px;}
#info_itemid_1 .float_icon li .txt_left{ right:80px;}
#info_itemid_1 .float_icon li:hover .icon{ background:#f26a20;}
#info_itemid_1 .float_icon li:hover .icon img{ display:none;}
#info_itemid_1 .float_icon li:hover .txt,
#info_itemid_1 .float_icon li:hover .icon img.hover{display:block;}
.prod-Advantage-big{ margin:50px 0; position:relative;}
.prod-Advantage-big .item{ position:relative; overflow:hidden;}
.prod-Advantage-big .item .pic img{ width:100%; height:600px;}
.prod-Advantage-big .item .info{ position:absolute; left:60px; right:60px; top:60px; bottom:60px; z-index:10; line-height:26px;}
.prod-Advantage-big .bx-wrapper{ position:relative; z-index:1;}
.prod-Advantage-big .bx-pager{ display:table; margin:0 auto;}
.prod-Advantage-big .bx-pager div{ float:left;margin:0 10px; width:100px;}
.prod-Advantage-big .bx-pager div a{ display:block; height:4px; background:#ddd; overflow:hidden; line-height:100px;}
.prod-Advantage-big .bx-pager div a.active{ background:#555;}
.prod-Advantage-big .bx-controls-direction a{ background:url(../images/btn.png) no-repeat left bottom #f9f9f9;}
.prod-Advantage-big .bx-controls-direction a:hover{ background-color:#f26a20; background-position:left top;}
.prod-Advantage-big .bx-controls-direction a::before{ display:none;}
.prod-Advantage-big .bx-controls-direction a.bx-prev{ left:-100px;}
.prod-Advantage-big .bx-controls-direction a.bx-next{ right:-100px; background-position: right top;}
.prod-Advantage-big .bx-controls-direction a.bx-next:hover{background-position: right bottom;}
.prod-Advantage-big .title{ font-size:24px; color:#333; text-align:center; padding:30px 0;}
.bx-controls-direction a,
.bx-controls-direction a::before{position:absolute; top:50%;}
.bx-controls-direction a{ width:50px; height:50px; margin-top:-25px; background:#c92a32; overflow:hidden; line-height:1000px;}
.bx-controls-direction a.disabled{ background:#f9f9f9; cursor:default; display:none;}
.bx-controls-direction a::before{ content:'';width:12px; height:20px;margin-top:-10px;background:url(../images/btn_product.png) no-repeat left -21px; left:50%; margin-left:-6px;}
.bx-controls-direction a.bx-next::before{ background-position:right -21px;}
.bx-controls-direction a.bx-prev.disabled::before{ background-position: left top;}
.bx-controls-direction a.bx-next.disabled::before{ background-position: right top;}
.bx-controls-direction a.bx-prev{ left:0;}
.bx-controls-direction a.bx-next{ right:0;}

.prod-Scenes{ padding:55px 0 9px 0;}
.prod-Scenes .example-table td{ padding-bottom:6px; vertical-align:top;}
.prod-Scenes .example-table td.pic-2{ padding-bottom:0;}
.prod-Scenes .example-table td.pic-2 .pic{ margin-bottom:6px;}
.prod-Scenes .example-table .pic{ position:relative; margin-right:6px; overflow:hidden;}
.prod-Scenes .example-table td.pad_end .pic{margin-right:0;}
.prod-Scenes .example-table td.w2,
.prod-Scenes .example-table td.w1{ width: 25.3125%;}
.prod-Scenes .example-table .pic img{ width:100%; display:block;}
.prod-Scenes .example-table .pic .txt{ position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); text-align:center; line-height:40px; color:#fff; font-size:16px; width:100%;}


.title {
    margin: 50px 0 50px 0;
    text-align: center;
    height: 60px;
}
.title .titleleft {
    width: 50%;
    float: left;
    text-align: right;
    height: 64px;
    line-height: 64px;
}
.title .titleleft span {
    font-size: 36px;
    padding-right: 32px;
}
.title .titleright {
    width: 50%;
    float: left;
    height: auto;
    text-align: left;
}
.title .titleright span {
    color: #0054a4;
}
@charset "utf-8";
/*网站公共样式开始*/
/*reset*/
#nodata {
    padding: 80px;
    padding-left: 150px;
    border: solid 1px #eee;
    margin: 10px 0;
    background: url(../images/nodata.gif) no-repeat 20px 20px;
    background-color: #fff;
}
/* mub01InpageBannerr 模板1公共广告高度*/
.mub01InpageBannerr {
    width: 100%;
    height: 450px;
}
.mub01InpageBannerr a {
    display: block;
    margin: 0 auto;
    height: 450px;
}
/* 搜索*/
#paging ul {
    width:898px;
}
#paging .paging {
    margin-top: 20px;
}
.InpageSearch {
    width: 100%;
}
.InpageSearch .top {
    padding-top: 52px;
    height: 108px;
    background: #e5e5e5;
}
.InpageSearch .Input {
    width: 608px;
    height: 57px;
    position: relative;
    margin: 0 auto;
}
.InpageSearch .Input input#seachkeywords {
    width:520px;
    height: 57px;
    line-height: 57px;
    padding: 0 60px 0 28px;
    font-size: 16px;
    color: #333333;
    border: none;
    background: url(../images/inpagesearchbg01.png) no-repeat center;
    outline: none;
}
.InpageSearch .Input a {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.InpageSearch .mainCon {
    padding: 30px 30px;
    background: #fff;
}
.InpageSearch .mainCon .conBox .searchTitle {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.InpageSearch .mainCon .conBox .box {
    width: 100%;
    overflow: hidden;
}
.InpageSearch .mainCon .conBox .box li {
    padding: 20px 0 26px;
    border-bottom: 1px solid #e5e5e5;
}
.InpageSearch .mainCon .conBox .box li:first-child {
    border-top: 1px solid #e5e5e5;
}
.InpageSearch .mainCon .conBox .box li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.InpageSearch .mainCon .conBox .box li h3 a {
    color: #333333;
    text-decoration: none;
}
.InpageSearch .mainCon .conBox .box li p.p1 {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 18px;
}
.InpageSearch .mainCon .conBox .box li p.p1 a {
    color: #666666;
    text-decoration: none;
}
.InpageSearch .mainCon .conBox .box li p.p2 {
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
}
.InpageSearch .mainCon .conBox .box li p.p2 span {
    display: block;
    float: left;
    font-size: 14px;
    color: #666666;
}
.InpageSearch .mainCon .conBox .box li p.p2 a {
    display: block;
    float: left;
    font-size: 14px;
    color: #666666;
    font-family: arial;
    margin-left: 32px;
    background: url(../images/inpagesearch_icon02.png) no-repeat left center;
    padding-left: 24px;
}
.InpageSearch .mainCon .conBox .box li:hover h3 a {
    color: #b10e21;
}
.InpageSearch .mainCon .conBox .box li.cpsosu {
    float: left;
}
.InpageSearch .mainCon .conBox .box li.cpsosu .Pic {
    display: block;
    width: 300px;
    overflow: hidden;
    float: left;
}
.InpageSearch .mainCon .conBox .box li.cpsosu .Pic img {
    display: block;
    transform:scale(1);
    transition: all 2s ease-out;
    width:300px;
}
.InpageSearch .mainCon .conBox .box li.cpsosu:hover .Pic img {
    transform: scale(1.2);
}
.InpageSearch .mainCon .conBox .box li.cpsosu .intro {
    padding: 0px 32px 0;
    width:776px;
    float: left;
}
input.go {
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 4px;
    top: 4px;
    border: navajowhite;
    background: url(../images/inpagesearch_icon01.png) no-repeat center;
    cursor:pointer;
}
.keys {
    color: #0054a4
}
.searchpaging {
    margin-top: 25px;
}
/* webMap 网站地图*/
.map_main {
    overflow: hidden;
    border: solid 5px #F0F0F0;
    margin: 20px 0;
    padding-bottom: 30px;
    background: #fff;
}
.sitemap_con {
    width: 1120px;
    margin: 0 auto;
    color: #666;
}
.sitemap_con .map_top {
    border-bottom: solid 1px #d7d7d7;
}
.sitemap_con .map_top img {
    float: left;
}
.site_r_link {
    width: 136px;
    margin-top: 20px;
    border: 1px solid #cdcdcd;
    background: #F8F8F8;
    padding: 5px 10px;
    float: right;
}
.site_plc {
    background: url(../images/ico27.png) no-repeat 0 11px;
    padding: 5px 0;
    text-indent: 10px;
}
.sitemap_con h4 {
    line-height: 30px;
    margin: 10px 0;
    margin-right: 10px;
    width: 100%;
}
.sitemap_con h4 a {
    color: #000;
    font-size: 16px;
}
.b4 {
    border: 1px dashed #efefef;
    padding: 10px 5px;
}
.b4 ul {
    padding: 0 11px;
}
.b4 li {
    float: left;
    line-height: 25px;
    width: 342px;
    overflow: hidden;
    margin: 0 10px;
    font-size: 14px;
}
.b4 li a {
    color: #000;
}
.b4 li a:hover {
    color: #0054a4;
}
.qcfd {
    float: none;
}
/*网站公共样式结束*/
/* 模板1公共面包屑导航*/
.mub01address {
    width: 100%;
}
.mub01address .container {
    position: relative;
}
.mub01address .con {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    height: 50px;
    background: url(../images/mub01addressbg.png);
}
.mub01address .p1 {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    float: left;
    width: 1180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mub01address .p1 a {
    color: #fff;
    padding: 0 4px;
}
.mub01address .p1 img {
    margin: 0 10px 0 20px;
    position: relative;
    top: 4px;
}
.mub01address .p2 {
    float: right;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    margin-right: 22px;
}
.mub01address_search .con {
    top: 0px;
}
/* mub01Title 模板1公共标题*/
#mub01Title {
    padding-top: 0px;
}
.mub01Title h3 em {
    color: #0054a4;
    font-weight: bold;
}
.mub01Title h3 i {
    display: inline-block;
    height: 1px;
    background: #e5e5e5;
    width: 534px;
    position: relative;
    top: -6px;
}
.mub01Title h3 i.xianR {
    margin-left: 12px;
}
.mub01Title p {
    font-size: 12px;
    color: #999999;
    font-family: arial;
    margin-top: 6px;
    text-align: center;
}
/* mub01Top*/
.mub01Top {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #eaeaea;
}
.mub01Top h3 {
    font-size: 20px;
    color: #333333;
    float: left;
}
.mub01Top h3 i {
    display: block;
    width: 24px;
    height: 1px;
    background: #0054a4;
    position: relative;
    top: 18px;
}
.mub01Top a.more {
    display: block;
    font-size: 14px;
    color: #666666;
    float: right;
    margin-right: 6px;
    text-decoration: none;
    line-height: 34px;
}
.mub01Top a.more:hover {
    color: #0054a4;
}
/* proList 产品列表内页*/
/* proListClassify*/
.proListClassify {
    width: 100%;
    padding-top: 30px;
}
.proListClassify .sidebar {
    width: 320px;
    float: left;
}
.proListClassify .sidebar .top {
    width: 320px;
    height: 70px;
    background: url(../images/prolistclassify_icon01.png) no-repeat 267px center #0088d7;
}
.proListClassify .sidebar h3 {
    padding: 20px 0 0 26px;
    font-size: 24px;
    font-weight: normal;
}
.proListClassify .sidebar h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.proListClassify .sidebar h3 em {
    font-weight: bold;
    color: #fff;
}
.proListClassify .sidebar h3 span {
    font-size: 10px;
    color: #fff;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.proListClassify .sidebar .box1 {
    padding: 26px;
    background: #fff;
}
.proListClassify .sidebar .box1 dl {
    margin-top: 20px;
}
.proListClassify .sidebar .box1 dl:first-child {
    margin-top: 0;
}
.proListClassify .sidebar .box1 dt {
    height: 56px;
    /*text-indent: 26px;*/
    font-size: 18px;
    background: #eaeaea;
    line-height: 56px;
}


.proListClassify .sidebar .box1 dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    background: url(../images/prolistclassify_icon02.png) no-repeat 220px center;
    text-indent: 25px;
    text-decoration: none;
    border: 1px solid #eaeaea;
    padding-right: 65px;
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}
.proListClassify .sidebar .box1 dd a:first-child {
    border-top: none;
}
.proListClassify .sidebar .box1 dd a:hover, .proListClassify .sidebar .box1 dd a.cur {
    color: #0088d7;
    background: url(../images/prolistclassify_icon03.png) no-repeat 220px center;
    font-weight: bold;
}
.proListClassify .sidebar .box2 {
    margin-top: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.proListClassify .sidebar .box2 .phone {
    background: url(../images/prolistclassify_phone.png) no-repeat 32px center;
    padding-left: 86px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.proListClassify .sidebar .box2 .phone span {
    display: block;
    font-size: 14px;
    color: #333333;
}
.proListClassify .sidebar .box2 .phone p {
    font-size: 24px;
    color: #0088d7;
}
.proListClassify .sidebar .intro {
    padding: 28px 28px 24px;
}
.proListClassify .sidebar .intro p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    line-height: 20px;
}
.proListClassify .sidebar .intro p em {
    font-size: 14px;
    color: #333;
}
.proListClassify .section {
    width: 850px;
    float: right;
}
.proListClassify .section .con ul {
    width: 105%;
}



.proListClassify {
    width: 100%;
    padding-top: 30px;
}
.proListClassify .sidebar {
    width: 320px;
    float: left;
}

.proListClassify .sidebar h3 {
    padding: 20px 0 0 26px;
    font-size: 24px;
    font-weight: normal;
}
.proListClassify .sidebar h3 a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.proListClassify .sidebar h3 em {
    font-weight: bold;
    color: #fff;
}
.proListClassify .sidebar h3 span {
    font-size: 10px;
    color: #fff;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.proListClassify .sidebar .box1 {
    padding: 26px;
    background: #fff;
}
.proListClassify .sidebar .box1 dl {
    margin-top: 20px;
}
.proListClassify .sidebar .box1 dl:first-child {
    margin-top: 0;
}
.proListClassify .sidebar .box1 dt a {
    margin-left: 20px;
    display: block;
    color: #333;
    text-decoration: none;
    width: 80%;
    float: left;
}
.proListClassify .sidebar .box1 dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    background: url(../images/prolistclassify_icon02.png) no-repeat 220px center;
    text-indent: 25px;
    text-decoration: none;
    border: 1px solid #eaeaea;
}
.proListClassify .sidebar .box1 dd a:first-child {
    border-top: none;
}
.proListClassify .sidebar .box1 dd a:hover {
    color: #0054a4;
    background: url(../images/prolistclassify_icon03.png) no-repeat 220px center;
    font-weight: bold;
}
.proListClassify .sidebar .box2 {
    margin-top: 20px;
    background: #fff;
}
.proListClassify .sidebar .box2 .phone {
    background: url(../images/proListClassify_phone.png) no-repeat 32px center;
    padding-left: 86px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.proListClassify .sidebar .box2 .phone span {
    display: block;
    font-size: 14px;
    color: #333333;
}
.proListClassify .sidebar .box2 .phone p {
    font-size: 24px;
    color: #0054a4;
}
.proListClassify .sidebar .intro {
    padding: 28px 24px 24px;
}
.proListClassify .sidebar .intro p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    line-height: 20px;
}
.proListClassify .sidebar .intro p em {
    font-size: 14px;
    color: #333;
}
.proListClassify .section {
    width: 850px;
    float: right;
}
.proListClassify .section .con ul {
    width: 105%;
}
.proListClassify .section .con li {
    width: 420px;
    height: 680px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.proListClassify .section .con li .Pic {
    display: block;
    width: 420px;
    height: 242px;
    overflow: hidden;
}
.proListClassify .section .con li .Pic img{width: 420px; height: 242px;}
.proListClassify .section .con li .intro {
    padding: 28px 32px 0;
    height: 200px;
    background: #fff;
    position: relative;
}
.proListClassify .section .con li .intro h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.proListClassify .section .con li .intro h3 a {
    color: #333333;
    text-decoration: none;
}
.proListClassify .section .con li .intro p {
    line-height: 22px;
    color: #666666;
    font-size: 13px;
    margin-top: 14px;
}
.proListClassify .section .con li .intro .btn {
    overflow: hidden;
    width: 281px;
    height: 42px;
    background: url(../images/prolistclassifybg01.png) no-repeat center;
    position: absolute;
    bottom: 26px;
    left: 60px;
}
.proListClassify .section .con li .intro .btn a {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
.proListClassify .section .con li .intro .btn a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/prolistclassify_icon04.png) no-repeat center;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.proListClassify .section .con li .intro .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
.proListClassify .section .con li .intro .btn a:hover {
    color: #fff;
}
.proListClassify .section .con li:hover h3 a {
    color: #0054a4;
}
.proListClassify .section .con li .intro .btn a.more:hover {
    background: url(../images/prolistclassifybg02.png) no-repeat center;
}
.proListClassify .section .con li .intro .btn a.more:hover i {
    background: url(../images/prolistclassify_icon05.png) no-repeat center;
}
.proListClassify .section .con li .intro .btn a.zx:hover {
    background: url(../images/prolistclassifybg03.png) no-repeat center;
}
.proListClassify .section .con li .intro .btn a.zx:hover i {
    background: url(../images/prolistclassify_icon05.png) no-repeat center;
}


.ProductList {
    background-color: #fff;
    border-top: 1px #e8e8e8 solid;
    border-left: 1px #e8e8e8 solid;
    border-right: 1px #e8e8e8 solid;
    margin-bottom: 20px;
}
.ProductList dl {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px #e8e8e8 solid;
}
.ProductList dl dt {
    background-color: #f9f9f9;
    border-right: 1px #e8e8e8 solid;
    display: block;
    height: 80px;
    line-height: 80px;
    width:10%;
    text-align: center;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.ProductList dl dd {
    width: 90%;
    padding-top: 25px;
}
.ProductList dl dd a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-left:20px;
}
.ProductList dl dd a em {
    height: 30px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    padding: 0 4px 0 8px;
    border: 1px solid transparent;
    border-bottom: none;
    display: inline-block;
    position: relative;
    z-index: 2;
}


.proListClassify .sidebar .box1 dd{display: none;}

.proDetailsIntro {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.proDetailsIntro .conL {
    width:480px;
    float: left;
    position: relative;
    height: 388px;
    border-right: 1px solid #e4e4e4;
}

.proDetailsIntro .conL img{
    width:480px;
    height: 388px;
}

.proDetailsIntro .conL i {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    overflow: hidden;
    top: 50%;
    margin-top: -22px;
}
.proDetailsIntro .conL i.prev {
    left: -1px;
}
.proDetailsIntro .conL i.next {
    right: -1px;
}
.proDetailsIntro .conL .btnList {
    width: 100%;
    height: 10px;
    text-align: center;
    position: absolute;
    bottom: 18px;
}
.proDetailsIntro .conL .btnList span {
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    position: relative;
    background-color: #ccc;
    border-radius:50%;
    margin-left: 14px;
    cursor: pointer;
}
.proDetailsIntro .conL .btnList span.cur {
    background-color: #0054a4;
}
.proDetailsIntro .conL .btnList span:first-child {
    margin-left: 0;
}
.proDetailsIntro .conL .conBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.proDetailsIntro .conL .conBox ul {
    position: relative;
    top: 0;
    left: 0;
}
.proDetailsIntro .conL .conBox li {
    float: left;
    width: 100%;
}
.proDetailsIntro .conL .conBox li img {
    display: block;
    width: 100%;
    height: auto;
}
.proDetailsIntro .conR {
    float: right;
    width: 42%;
    height: 100%;
    position: relative;
    margin-right: 5%;
}
.proDetailsIntro .conR h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proDetailsIntro .conR>i {
    display: block;
    height: 1px;
    margin: 15px 0 18px 0;
    background: #e4e4e4;
}
.proDetailsIntro .conR p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    overflow:hidden;
}
.proDetailsIntro .conR .boxzx {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.proDetailsIntro .conR .boxzx .zx {
    display: block;
    width: 150px;
    height: 53px;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 53px;
    background-color: #0054a4;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
}

.conR .boxzx .zx { width: 197px; height: 60px; line-height: 60px; /*background: url(../images/proDetailsIntroBg011.png) no-repeat center;*/ background-color: #0061cf; border-radius: 30px; }

.proDetailsIntro .conR .boxzx .zx img {
    position: relative;
    margin-left: 12px;
}
.proDetailsIntro .conR .boxzx .phone {
    float: left;
    padding-left: 55px;
    margin-left: 3%;
    margin-top: 6px;
}
.conR .boxzx .phone { padding-left: 56px; background: none; position: relative;}
.conR .boxzx .phone>i { display: block; width: 44px; height: 44px; background-color:#0054a4; border-radius: 50%; position: absolute; left: 0; top: 0; z-index: 9;  }
.conR .boxzx .phone>i:before { content: ''; display: block; width: 100%; height: 100%; background: url(../images/proListClassify_phone.png) no-repeat; position: absolute; left: 0; top: 0; z-index: 99; border-radius: 50%;}

.proDetailsIntro .conR .boxzx .phone span {
    display: block;
    font-size: 13px;
    color: #666666;
}
.proDetailsIntro .conR .boxzx .phone em {
    display: block;
    font-size: 24px;
    color: #0054a4;
}


.p14-product-2-tit {
    line-height: 46px;
    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 #4c4c4c;
    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:last-child {
    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 h3 {
    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 h3 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: #0168b7;
}

.p14-product-2-list dl:hover h3 a {
    color: #0168b7;
}


.fixed{
    position: fixed;
    top: 150px

}

.container {
    width:1500px;margin: 0 auto;
}

.container .sidebar {
    height:860px;overflow:auto;width:340px;
}
.container .sidebar .top{
    width:340px;
}
.xj_cnt dl dt img {
    width: 100%;
    height: 278px;
}
.tit01 {
    text-align: center;
    font-family: "Microsoft YaHei";
    color: #333;
    display: block;
    height: 160px;
    box-sizing: border-box;
    clear: both;
    padding-top: 45px;
    background: url(../images/tit01.png?ver=1)no-repeat center 85px;
}
.tit01 h2 {
    font-size: 28px;
}
.tit01 span {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #999;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 5px;
}
.xj {
    padding-top: 15px;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}
.xj_cnt dl {
    width: 98%;
    background: #f5f5f5;
    height: 278px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 5px #d8d8d8;
    margin: 0 auto 30px;
}
.xj_cnt .desc {
    padding-top: 10px;
}
.xj_cnt dl dt {
    float: left;
    width: 45%;
}
.xj_cnt dt,.xj_cnt dt img {
    padding-left: 30px;
}
.xj_cnt dl dd {
    width: 45%;
    float: left;
    padding-left: 60px;
    padding-top: 76px;
    position: relative;
    box-sizing: border-box;
}
.xj_cnt dl dd h2 {
    color: #0060b7;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.xj_cnt dl dd em {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 70px;
    height: 65px;
    color: #fff;
    background: #0060b7;
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 63px;
}
.xj_cnt p {
    word-spacing: -1.5px;
    font-size: 18px;
}

.proDetailsCanS {
    width: 1160px;
}

.proListClassify .section {
    width:1150px;
}
.proListClassify .section .proDetailsIntro {
    height: 550px;
}

.proListClassify .section .proDetailsIntro .conR p {
    line-height: 30px;
}

@media (max-width: 1280px) {
    .center {
        width:1240px;
    }
    .product_list ul li {
        width:295px;
    }
    .product_list ul li .pic {
        width:295px;
    }
    .product_list ul li:nth-child(4n) {
        margin: 0 0 30px 0;
    }

    .product_list ul li .btn {
        width: 240px;
    }
    .product_list ul li .btn a {
        width: 120px;
    }

    .container {
        width:1280px;margin: 0 auto;
    }

    .container .sidebar {
        height:860px;overflow:auto;width:300px;
        margin-left:20px;
    }
    .container .sidebar .top{
        width:340px;
    }
    .xj_cnt dl dt img {
        width: 100%;
        height: 278px;
    }
    .proListClassify .section {
        width: 950px;
    }
    .proListClassify .section .proDetailsCanS {
        width:950px;
    }
    .proListClassify .section .proDetailsCanS img {
        width:950px;
    }
    .proDetailsIntro .conL {
        width: 450px;
        height: 365px;
    }
    .proDetailsIntro .conL img{
        width: 450px;
        height: 365px;
    }

    .proDetailsIntro .conR .boxzx .zx {
        height:45px;
        line-height:45px;
        font-size: 16px;
    }
    .proDetailsIntro .conR .boxzx .phone em {
        font-size:20px;
    }

    .proListClassify .section .proDetailsIntro {
        height: 480px;
    }

    .container .sidebar .top {
        width:100%;
        background: url(../images/prolistclassify_icon01.png) no-repeat 240px center #0054a4;
    }
    .proListClassify .sidebar .box1 dt {
        font-size:16px;
    }
    .proListClassify .sidebar h3 {
        font-size:22px;
    }
}


