﻿@charset "utf-8";
body{ margin:0px; padding:0px; font-family:微软雅黑,Arial; font-size:12px; height:auto; width:100%; height:auto; color:#666666;; }
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0;  }
img,table,tr,td{border:0px;}
table{border-collapse:collapse;}
tr{ border:1px solid #B2B6B9; }
ul{ margin:0px; padding:0px; list-style:none;}
p{ border:0px; margin:0px; padding:0px;}
a{ text-decoration:none;color:#867f6f; font-size:12px; font-family:微软雅黑,Arial;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color;}
a:hover{  text-decoration:underline; color:#7b7566; }
button, input, select, textarea {font-size: 14px;font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;}
.line1{width:100%;border-bottom:1px #5c5c5c dashed;height:14px;*border-bottom:1px #5c5c5c dashed; margin-bottom:14px; border-bottom-style:dotted;}
.line2{width:100%;border-bottom:2px #e8e8e8 solid;height:14px;*border-bottom:1px #5c5c5c solid; margin-bottom:14px; }
.point1{ cursor:pointer;}
.clear{ clear:both;}
.break{word-wrap: break-word;white-space: normal;  word-break: break-word;}
.breaken{word-wrap: break-word;white-space: normal;  word-break: break-all;}
.hidden{overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.divno{ font-size:0px; height:1px;}
.left{ float:left;}
.right{ float:right;}
.middle{ vertical-align:middle; margin:auto 3px 2px 0px;}
.width20f{width:20%!important;}
.width30f{width:30%!important;}
.width40f{width:40%!important;}
.width50f{width:50%!important;}
.width60f{width:60%!important;}
.width70f{width:70%!important;}
.width80f{width:80%!important;}
.width90f{width:90%!important;}
.width100f{width:100%!important;}

.width70p{width:70px!important;}
.width100p{width:100px!important;}
.width130p{width:130px!important;}
.filter3{filter:alpha(opacity=30);-moz-opacity:0.3; -khtml-opacity: 0.3;opacity: 0.3;}
.filter4{filter:alpha(opacity=40);-moz-opacity:0.4; -khtml-opacity: 0.4;opacity: 0.4;}
.filter5{filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity: 0.5;opacity: 0.5;} 
.filter6{filter:alpha(opacity=60);-moz-opacity:0.6; -khtml-opacity: 0.6;opacity: 0.6;} 
.filter7{filter:alpha(opacity=70);-moz-opacity:0.7; -khtml-opacity: 0.7;opacity: 0.7;} 
.radius5{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;}
.shadow{-moz-box-shadow:1px 1px 3px #ff4b01; -webkit-box-shadow:1px 1px 3px #ff4b01;box-shadow:1px 1px 3px #ff4b01;}
.triangle-left {width:0;height:0;border-top:30px solid transparent;border-bottom:30px solid transparent;border-right:30px solid yellow;}
.triangle-down {width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #0066cc;}
.triangle-up{width:0;height:0;border:30px solid transparent;border-bottom-color:#fff;} 
.triangle-up2{width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;   border-bottom:30px solid #fff;}
.triangle-right{width:0;height:0;border-top:50px solid transparent;border-bottom: 50px solid transparent;   border-left: 50px solid green;}
.gray{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.input{width:100%;height:30px;line-height:30px;display: inline-block;border:1px solid #E8E8E8; color:#666666}
.input:hover{box-shadow: 0 0 .2em rgba(0,0,0,0.4);-moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);}
.input:active{box-shadow: 0 0 .2em rgba(0,0,0,0.4);-moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);}
.button{cursor:pointer; width:100%;height:30px;line-height:30px;margin:0px;text-decoration: none;font: bold 1.5em 'Trebuchet MS',Arial, Helvetica;display: inline-block;text-align: center;color: #fff;border: 1px solid #F2F2F2;text-shadow: 0 1px 0 rgba(0,0,0,0.4);box-shadow: 0 0 .05em rgba(0,0,0,0.4);-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);}
.button:hover {color:#FFFFFF; text-decoration:none;box-shadow: 0 0 .1em rgba(0,0,0,0.4);-moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);}
.button:active { color:#FFFFFF;text-decoration:none; position: relative;top: 1px;}
.button-silver{color:#fff;font-size:12px; background:#c5c5c5;background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5) );background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5');}
.button-silver:hover{color:#fff;font-size:12px;background: #eaeaea;background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea) );background: -moz-linear-gradient(-90deg, #c5c5c5, #eaeaea);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5c5c5', EndColorStr='#eaeaea');}
.button-silver:active{background: #c5c5c5;}
 .button-khaki{background: #A2B598;background: -webkit-gradient(linear, left top, left bottom, from(#BDD1B4), to(#A2B598) );background: -moz-linear-gradient(-90deg, #BDD1B4, #A2B598);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BDD1B4', EndColorStr='#A2B598');}
.button-khaki:hover{background: #BDD1B4;background: -webkit-gradient(linear, left top, left bottom, from(#A2B598), to(#BDD1B4) );background: -moz-linear-gradient(-90deg, #A2B598, #BDD1B4);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A2B598', EndColorStr='#BDD1B4');}
.button-khaki:active{background: #A2B598;}
.button-blue{background:#B9E563;background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#B9E563) );background: -moz-linear-gradient(-90deg, #B9E563, #4477a1);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8BC220', endColorstr='#A7DF3A');}
.button-blue:hover{background: #81a8cb;background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');}
.button-blue:active{background: #4477a1;}
.button-brown{background: #8f3714;background: -webkit-gradient(linear, left top, left bottom, from(#bf6f50), to(#8f3714) );background: -moz-linear-gradient(-90deg, #bf6f50, #8f3714);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf6f50', EndColorStr='#8f3714');}
.button-brown:hover{background: #bf6f50;background: -webkit-gradient(linear, left top, left bottom, from(#8f3714), to(#bf6f50) );background: -moz-linear-gradient(-90deg, #8f3714, #bf6f50);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8f3714', EndColorStr='#bf6f50');}
.button-brown:active{background: #8f3714;}
.button-green{background: #428739;background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739) );background: -moz-linear-gradient(-90deg, #c8dd95, #428739);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');}
.button-green:hover{background: #c8dd95;background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95) );background: -moz-linear-gradient(-90deg, #428739, #c8dd95);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');}
.button-green:active{background: #428739}
.button-red{background: #CB3139;background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#CB3139) );background: -moz-linear-gradient(-90deg, #E84B6E, #CB3139);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#CB3139');}
.button-red:hover{background: #E84B6E;background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E) );background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E');}
.button-red:active{background: #D82741;}
.button-purple{background: #6F50E7;background: -webkit-gradient(linear, left top, left bottom, from(#B8A9F3), to(#6F50E7) );background: -moz-linear-gradient(-90deg, #B8A9F3, #6F50E7);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8A9F3', EndColorStr='#6F50E7');}
.button-purple:hover{background: #B8A9F3;background: -webkit-gradient(linear, left top, left bottom, from(#6F50E7), to(#B8A9F3) );background: -moz-linear-gradient(-90deg, #6F50E7, #B8A9F3);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6F50E7', EndColorStr='#B8A9F3');}
.button-purple:active{background: #6F50E7;}
.button-black{background: #141414;background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#141414) );background: -moz-linear-gradient(-90deg, #656565, #141414);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#656565', EndColorStr='#141414');}
.button-black:hover{background: #656565;background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#656565) );background: -moz-linear-gradient(-90deg, #141414, #656565);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#141414', EndColorStr='#656565');}
.button-black:active{background: #141414;}
.button-orange{background: #f09c15;background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');}
.button-orange:hover{background: #f8c939;background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) );background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');}
.button-orange:active{background: #f09c15;}
.button-w-40{width:40px;}
.button-w-50{width:50px;}
.button-w-60{width:60px;}
.button-w-80{width:80px;}
.button-w-100{width:100px;}

.img-verifyCode{cursor:pointer;width:100px; margin-left:3px;height:32px;border:0px;vertical-align:middle;}

.table{width:100%; border:0px;}
.table tr{width:100%; border:0px;}
.table tr td{border:0px;}
 
.center{ width:990px;margin:0px auto;}
.center_pro{ width:880px;margin:0px auto;}
.header{height:110px;width:100%; margin:0px;padding:0px;background:#FFFFFF;  -moz-box-shadow: 5px 1px 20px #adadad;-webkit-box-shadow:5px 1px 20px #adadad;box-shadow:5px 1px 20px #adadad;z-index:1000000; position:fixed;top:0px;}
.header_float{margin-top:110px;}
.header-logo{float:left;width:197px; height:75px;border-right:1px solid #f5b38c;margin:20px 0px 0px 0px;}
.header-logo img{margin:5px 0px 0px 10px; }
.header-menu{float:left;width:630px;height:60px; margin:50px 0px 0px 20px ; padding:0px;}
.header-menu ul{ width:630px;height:60px;position:relative;overflow:hidden;margin:auto;}
.header-menu ul li{display:block;float:left;min-width:120px;height:60px;line-height:60px;padding-right:0px;line-height:60px;list-style:none;}
.header-menu ul li a{display:block;width:120px;font-size:14px; height:45px; line-height:45px; display:inline-block;padding:0px 0px;border-right:1px solid #e0e0e0; }
.header-menu ul li .buoy{width:120px;left:-120px;position:absolute;height:3px;bottom:0px;}
.header-menu ul li .buoy span{height:3px;background:#eb6619;display:block;width:100px; margin:0px auto;}
.header-menu ul li.liaojie a{background:url(../images/menu01.png) top center no-repeat;}
.header-menu ul li.guanyu a{background:url(../images/menu02.png) top center no-repeat;}
.header-menu ul li.lihe a{background:url(../images/menu03.png) top center no-repeat;}
.header-menu ul li.zhishi a{background:url(../images/menu04.png) top center no-repeat;}
.header-menu ul li.hezuo a{background:url(../images/menu05.png) top center no-repeat;}
.header-menu ul li a span{display:block;position:absolute;left:0px;top:0;font-weight:normal;font-size:10px;-webkit-text-size-adjust:none;opacity:0.6;filter:alpha(opacity=60);}
.header-menu ul li.liaojie a{position:relative;}
.header-menu ul li.liaojie a i.fbuoy{position:absolute;bottom:-15px;width:100%;height:3px;background:#eb6619;}
.header-right{float:right;width:115px; text-align:right; height:110px; background:url(../images/header-right01.png) bottom right no-repeat;}
.banner{position: relative;clear:both; width:100%;height:550px;background:url(../images/banner01.jpg) center center no-repeat;}
.banner ul.full-screen-slides { width: 100%; height: 550px; position: relative; z-index: 1;}
.banner ul.full-screen-slides li { width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0;}
.banner ul.full-screen-slides li a { display: block; width: 750px; height: 550px; text-indent: -9999px; margin-left: -365px; position: absolute; z-index: 2; left: 50%; top: 0px;}
.banner ul.full-screen-slides-pagination {font-size: 0; text-align: center; display: block; list-style: none; width: 766px; height: 6px; padding: 7px 8px; margin-left: -395px; position: absolute; left: 50%; bottom: 20px; z-index: 3;}
.banner ul.full-screen-slides-pagination li {display: inline-block; width: 18px; height: 18px; margin-left: 6px; background: rgba(0,0,0,0.5); overflow: hidden; cursor: pointer; border-radius: 9px;}
.banner ul.full-screen-slides-pagination a {display: block; width: 100%; height: 100%; padding: 0; margin: 0; text-indent: -9999px;}
.banner ul.full-screen-slides-pagination .current {background: #F30;}
.page-body{width:100%;margin:0px auto;}
.page-body-center{width:1200px;margin:0px auto;}
.footer{width:100%; height:300px; background:#eb661a;}
.footerright{float:left;width:520px;padding:34px 0px 0px 0px;}
.footerright .bstitle{margin:0px 0px 0px 95px;width:342px; height:22px;background:url(../images/footer_title01.png) left center no-repeat;}
.footerright .bsqrcode{margin:10px 0px 0px 95px;}
.footerright .bsqrcode img{margin:0px 25px 0px 0px;}
.footercenterborder{float:left;width:2px;height:183px;background:#ffffff;font-size:0px;margin:50px 0px 0px 0px; }
.footerleft{float:left;width:467px;padding:30px 0px 0px 0px;position:relative;}
.footerleft .bslogo{width:100%;height:91px;background:url(../images/footerlogo.png) 106px center no-repeat;}
.footerleft .bstitle{width:100%;height:35px;font-size:24px;color:#ffffff; text-indent:106px; margin:10px 0px;}
.footerleft .bstxt{width:260px;height:48px;line-height:24px; font-size:16px;color:#ffffff; margin:0px 0px 0px 106px; }
.footerleft .bsicon{position:absolute;top:200px;left:250px;height:40px;z-index:1000; }
.footerleft .bsicon i{display:inline-block;color:#494949;font-size:40px; }
.footerleft .bsicon i:hover{color:#ffffff;}

.index_intro{height:380px;padding:90px 0px 0px 0px;}
.index_intro .bsleft{width:430px;height:380px; float:left;background:url(../images/index_into02.png) 76px center no-repeat;}
.index_intro .bsleft2{float:right;width:420px; padding:0px 0px 0px 140px;}
.index_intro .bsright{width:280px;height:380px; ;position: relative;}
.index_intro .bsright .flex-active-slide .slide img{width:280px;height:280px; padding:0px; margin:0px auto;}
.index_intro .bsright .flex-control-paging{width:100%;text-align:center; position:absolute;bottom:0px;z-index:100000;display:none;}
.index_intro .bsright .flex-control-paging li{display:inline-block; padding:0px 3px;}
.index_intro .bsright .flex-control-paging li a{height: 12px;width: 12px;margin: 0 3px;display: inline-block;overflow: hidden;text-indent: -100px;font-size: 0;border-radius: 50%;background: #ddd;}
.index_intro .bsright .flex-control-paging li a:hover{text-decoration:none;background:#666;}
.index_intro .bsright .flex-control-paging li a.flex-active{background:#666;}
.index_intro .bsright .flex-direction-nav{z-index:1000;height:100px;}
.index_intro .bsright .flex-direction-nav .flex-prev{position:absolute;z-index: 5;top: 50%;left:-100px; height: 60px;width: 30px;background:   url(../images/cur_left.png) no-repeat;margin-top: -30px;overflow: hidden;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color;}
.index_intro .bsright .flex-direction-nav .flex-prev:hover{opacity: 0.6;filter: alpha(opacity:60);}
.index_intro .bsright .flex-direction-nav .flex-next{position:absolute;z-index: 5;right:-100px; top: 50%;height: 60px;width: 30px;background:url(../images/cur_right.png) no-repeat;margin-top: -30px;overflow: hidden;-webkit-transition-duration: 0.2s;transition-duration: 0.2s;-webkit-transition-property: color, background-color;}
.index_intro .bsright .flex-direction-nav .flex-next:hover{opacity: 0.6;filter: alpha(opacity:60);}
.index_intro .bsright .bx_list{float:left;width:606px;}
.index_intro .bsright .bx_list01{clear:both;width:100%;height:300px;}
.index_intro .bsright .bx_list01 img{float:left; width:202px;height:300px;}
.index_intro .bsright .bx_list02{clear:both;width:100%;height:185px;}
.index_intro .bsright .bx_list02 img{float:left;width:303px;height:185px;}
.index_intro_hf{width:100%;height:68px; background:url(../images/index_pangxieintro.jpg) center center no-repeat;}
.index_banner_list{width:100%;padding:30px 0px 0px 0px; clear:both; }
.index_banner_list ul li{width:100%;height:550px;margin:0px 0px 15px 0px;}
.index_banner_list ul li .floaticon{width:990px;margin:0px auto;height:550px; position:relative;}
.index_banner_list ul li i{position:absolute;left:355px;top:-135px; z-index:100; display:block;width:280px;height:280px;background:url(../images/floaticon.png) center center no-repeat;}
.index_banner_list ul li.li1{background:url(../images/indexBannerList1.png) center center no-repeat;}
.index_banner_list ul li.li2{background:url(../images/indexBannerList2.png) center center no-repeat;}
.index_banner_list ul li.li2 .bsimg2{ }
.index_banner_list ul li.li3{background:url(../images/indexBannerList3.png) center center no-repeat;}
.index_banner_list ul li.li4{background:url(../images/indexBannerList4.png) center center no-repeat;}
.index_banner_list ul li.li5{background:url(../images/indexBannerList5.png) center center no-repeat;}
.index_title_xuanzhe{height:62px; background:url(../images/title_xuanzhebg.png) center center no-repeat;margin:60px 0px 0px 0px;}
.index_xuanzhe{clear:both; padding:60px 0px 0px 0px;}
.index_xuanzhe .bsleft{float:left;width:260px; height:335px;background:url(../images/title_xuanzhe_intro.png) center center no-repeat}
.index_xuanzhe .bsright{float:left;width:730px;height:335px;}
.index_xuanzhe .bsright ul li{float:left;width:324px; margin:0px 20px 0px 0px;}
.index_xuanzhe .bsright ul li .bsimg{}
.index_xuanzhe .bsright ul li .bsimg img{width:302px;height:298px; border:1px solid #d2d2d2; padding:10px;}
.index_title_gushi{height:62px; background:url(../images/title_gushi_bg.png) top center no-repeat;margin:60px 0px 0px 0px;padding:35px 0px 0px 0px;}
.index_title_gushi .bstxt{width:966px;margin:0px auto; height:33px;line-height:33px; color:#5b5b5b;font-size:15px; }
.index_title_gushi .bstxt a{float:right;color:#5b5b5b;font-size:15px;}
.index_gushi{margin:10px 0px 60px 0px;}
.index_gushi ul li{ float:left;width:420px;height:370px;border:2px solid #b7b7b7; -moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius:15px;padding:0px; margin:0px 35px 0px 35px;}
.index_gushi ul li .bsimg{ text-align:center; }
.index_gushi ul li .bsimg img{width:388px;height:263px;margin:10px 0px 0px 0px;}
.index_gushi ul li .bstitle{text-indent:10px; width:100%;height:38px;line-height:38px; border-top:2px solid #b7b7b7;color:#5b5b5b;font-size:24px; padding:15px 0px 0px 0px;}
.index_gushi ul li .bstitle a{color:#5b5b5b;font-size:24px; }
.index_gushi ul li .bstitle a:hover{color:#7b7a7a; text-decoration:none;}
.index_gushi ul li .bslink{text-align:right;height:30px;line-height:30px;}
.index_gushi ul li .bslink a{color:#5b5b5b;font-size:16px;margin:0px 5px 0px 0px;}
.index_gushi ul li .bslink a:hover{color:#7b7a7a;}

.page_pro{}
.page_pro_top{border:1px solid #dfdfdf;margin:65px 0px 0px 0px;}
.page_pro_top .bstitle{float:left;width:420px;height:425px; text-align:center;}
.page_pro_top .bstitle img{width:360px;height:360px;margin:45px 0px 0px 0px;}
.page_pro_top .bsinfo{float:left;width:416px;height:425px;margin:0px 0px 0px 20px;}
.page_pro_top .bsinfo_top{height:43px;line-height:43px;background:url(../images/pro_title.jpg) center center no-repeat;}
.page_pro_top .bsinfo_title{height:60px;line-height:60px; color:#4f4f4f;font-size:21px; text-align:center;margin:0px 0px 15px 0px;}
.page_pro_top .bsinfo_subtitle{border-bottom:1px solid #d1d1d1; padding:0px 0px 25px 0px; line-height:25px; color:#000000;font-size:18px;margin:0px 0px 15px 0px; }
.page_pro_top .bsinfo_tuan{height:50px;line-height:50px; color:#4f4f4f;font-size:21px; text-align:center; margin:0px 0px 10px 0px;}
.page_pro_top .bsinfo_tuan span{vertical-align:middle; padding:0px 3px 0px 3px;margin:0px 15px 0px 0px; display:inline-block;width:60px;text-align:center;height:20px;line-height:20px;background:#eb6619;color:#ffffff;font-size:13px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;}
.page_pro_top .bsinfo_price{height:35px;line-height:35px; color:#eb6619;font-size:21px; text-align:center;}
.page_pro_top .bsinfo_price span{color:#999999;font-size:27px;text-decoration:line-through;margin:0px 10px 0px 10px;}
.page_pro_top .bsinfo_price font{color:#eb6619;font-size:43px;display:inline-block;margin:0px 10px 0px 10px;}
.page_pro_top .bsinfo_price a.bt{display:inline-block;margin:0px 0px 0px 10px; width:100px;text-align:center; color:#ffffff;font-size:18px;border:0px;height:30px;line-height:30px; background:#eb6619;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;}
.page_pro_icon{text-align:center;padding:90px 0px 0px 0px;margin:0px 0px 56px 0px;background:url(../images/pro_bg.jpg) center top  no-repeat;}
.page_pro_contents{width:100%;}
.page_pro_contents a{}
.page_pro_contents img{max-width:100%;}
.page_pro_list{}
.page_pro_list .bstitle{width:930px;margin:0px auto;height:35px;line-height:35px;text-align:right;border-bottom:2px solid #f19662;margin-bottom:35px;}
.page_pro_list .bstitle a{color:#4f4f4f;font-size:18px;}
.page_pro_list .bsimgbox{width:930px;margin:0px auto; padding:0px 0px 90px 0px;}
.page_pro_list .scroll_horizontal{position:relative;width:930px;height:420px;padding:0px; }
.page_pro_list .scroll_horizontal .box{overflow:hidden;position:relative;width:930px;height:422px;margin:0 auto;}
.page_pro_list .scroll_horizontal .list{overflow:hidden;width:9999px;}
.page_pro_list .scroll_horizontal .list li{float:left;width:320px; height:422px; margin:0px 0px 0px 0px;padding:0px;  }
.page_pro_list .scroll_horizontal .list li .div1{ text-align:center; padding:0px 10px;  }
.page_pro_list .scroll_horizontal .list li .div1 img{width: 204px;border:1px solid #d8d8d8;padding: 11px 14px; }
.page_pro_list .scroll_horizontal .list li .div2 a{color: #666666;cursor: pointer;display: block;font-size: 14px;height: 56px;line-height: 56px;overflow: hidden;text-align: center;width: 232px;}
.page_pro_list .scroll_horizontal .prev,
.page_pro_list .scroll_horizontal .next{display:none;position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(../img/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer; background-color:Red;}
.page_pro_list .scroll_horizontal .prev{display:none; left:5px;background:url(../script/jquery.cxscroll-1.2.2/img/ljt.jpg) center center no-repeat; }
.page_pro_list .scroll_horizontal .next{display:none;right:5px;background:url(../script/jquery.cxscroll-1.2.2/img/rjt.jpg) center center no-repeat; }
.page_pro_list .scroll_horizontal .prev:hover{ background:url(../script/jquery.cxscroll-1.2.2/img/ljth.jpg) center center no-repeat; }
.page_pro_list .scroll_horizontal .next:hover{  background:url(../script/jquery.cxscroll-1.2.2/img/rjth.jpg) center center no-repeat;}
.page_pro_list .scroll_horizontal ul li .bsbox{width:285px; height:420px; margin:0px 0px 35px 0px;padding:0px;border:1px solid #cfcfcf; }
.page_pro_list .scroll_horizontal ul li .bsicon{width:240px;margin:0px auto;height:43px;line-height:43px;background:url(../images/pro_bg1.jpg) right center no-repeat;}
.page_pro_list .scroll_horizontal ul li .bsselect{width:240px;margin:0px auto;font-family:宋体; color:#4f4f4f;font-size:14px;font-weight:bold; height:40px;line-height:40px; text-align:right; background:url(../images/mob_line_bg1.png) center bottom no-repeat;}
.page_pro_list .scroll_horizontal ul li .bstitle{width:240px; text-align:center; margin:0px auto;font-family:黑体; color:#4f4f4f;font-size:18px;height:40px;line-height:40px;}
.page_pro_list .scroll_horizontal ul li .bsimg{width:240px;margin:0px auto;}
.page_pro_list .scroll_horizontal ul li .bsimg img{width:240px;min-height:240px;}
.page_pro_list .scroll_horizontal ul li .bslihe{position:relative; width:240px; text-align:center; margin:0px auto;font-family:黑体; color:#4f4f4f;font-size:18px;height:42px;line-height:42px;}
.page_pro_list .scroll_horizontal ul li .bslihe i{text-decoration:none;font-style:normal; position:absolute;left:0px;top:12px; display:inline-block;padding:0px 5px;height:15px;line-height:15px; font-family:黑体; color:#ffffff;font-size:12px;background:#eb6619;border-radius:5px;}
.page_pro_list .scroll_horizontal ul li .bsprice{width:240px; text-align:center; margin:0px auto;color:#eb6619;font-size:36px;height:34px;line-height:40px;}
.page_pro_list .scroll_horizontal ul li .bsprice i{list-style:none;font-style:normal;  color:#eb6619;font-size:18px;margin:0px 10px 0px 10px; }
.page_pro_list .scroll_horizontal ul li .bsprice span{ color:#999999;font-size:22px;text-decoration:line-through;margin:0px 10px 0px 10px;}

