@import url(anim.css);

@charset "utf-8";

/*选中背景色*/

::selection {background:#8e4634;color:white;}

::-moz-selection {background:#8e4634;color:white;}

/*全局控制*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */

div,dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

h1,h2,h3,h4,h5,h6,

pre, code,/* text formatting elements 文本格式元素 */

form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */

p,blockquote,th, td /* table elements 表格元素 */ {margin: 0;padding: 0;}

/** 设置默认字体 **/

body,

button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}

h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:14px;}

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */

code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */

small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化

*/

table,td,tr,th{font-size:12px;}

caption,th {text-align:left;}

/** 重置列表元素 **/

ul, ol, li { list-style: none; }

li{list-style-type:none;}

q:before,q:after {content:'';}

abbr,acronym {border:0;font-variant:normal;}

address,caption,cite,code,dfn,em,th,var,optgroup {font-weight:normal; font-style:normal;}

del,ins{text-decoration:none;}

/** 重置文本格式元素 **/

a {color:#333;text-decoration:none;outline:none;}

a:visited {color:#333;text-decoration:none;}

a:hover {color:#8e4634;text-decoration:none;}

a:active {color:#8e4634;}

/** 重置表单元素 **/

legend { color: #666; } /* for ie6 */

fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */

button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */

sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */

sub { vertical-align: text-bottom; }

/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/

table { border-collapse: collapse; border-spacing: 0; }

/** 清除浮动 **/

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}

body{background:#fff;font:14px/20px microsift yahei,Tahoma,Arial,Helvetica,sans-serif; color:#333;}

input[type="text"],textarea{-webkit-appearance:none;}

input{_background:#fff;}

textarea{background:#fff;}

select{*background:#fff;}

.clearfix:before,.clearfix:after{content:"";display:table;}

.clearfix:after{clear:both;}

.clearfix{zoom:1;}

.clear{clear:both;overflow:hidden;display:block;background:#fff;}

.fl{float:left;}

.fr{float:right;}

.bl1 {clear:both; height:1px; overflow:hidden; display:block; background:#fff;}

.lines {clear:both; height:1px; overflow:hidden; display:block; background:#f1f1f0;}

.bl5 {clear:both; height:5px; overflow:hidden; display:block;}

.bl10 {clear:both; height:10px; overflow:hidden; display:block;}

.bl15 {clear:both; height:15px; overflow:hidden; display:block;}

.bl20 {clear:both; height:20px; overflow:hidden; display:block;}

.bl30 {clear:both; height:30px; overflow:hidden; display:block;}

.bl40 {clear:both; height:40px; overflow:hidden; display:block;}

.bl50 {clear:both; height:50px; overflow:hidden; display:block;}

.bl60 {clear:both; height:60px; overflow:hidden; display:block;}

.bl80 {clear:both; height:80px; overflow:hidden; display:block;}

.bl100 {clear:both; height:100px; overflow:hidden; display:block;}

.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}

.dis{display:block;}.disno{display:none;}

.undis{display:none;}

.fl{float:left;}.fr{float:right;}.cl{clear:both;}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

.pzr{ position: relative;}

.wrap{width:1200px;margin:0 auto;min-width:1200px;}

/*头部区域*/

/*header*/

.top{width:100%;background:#F3F3F3;height:36px;line-height:36px;position:relative;z-index:20;float:left;min-width:1200px;}

.top span{float:right;}

.navbg{width:100%;height:50px;line-height:50px;position:relative;float:left;background:#fff;z-index:10;min-width:1200px;}

.navs{height:50px;line-height:50px;}

.navs li{float:left;margin:0}

.navs li a{display:block;padding:0 20px;text-align:center;font-size:15px;color:#000;font-weight:bold;}

.navs li a:hover{color:#fff;text-decoration:none;background:#8e4634;}

.navs li a.on,.navs li.on a{color:#fff;background:#8e4634;}

.navs li ul{display:none;position:absolute;z-index:9999;left:-18px;border:1px solid #ccc;box-shadow:0px 0px 10px rgba(0,0,0,0.1);}

.navs li ul li{float:none;display:block;position:relative;line-height:40px;_display:inline;}

.navs li ul li ul{position:absolute;top:0;left:90px;border-left:1px solid #00995E}

.navs li ul li ul li{float:none;}

.navs li ul li a,.navs li.on ul li a{display:block;width:90px;height:35px;line-height:35px;text-align:center;background:#fcf6e6;color:#7a3828;border-bottom:1px dotted #ccc}

.navs li ul li a:hover{color:#fff; background:#8e4634;}

.navs .t{background:url(../images/navchild.png) no-repeat 110px center #8e4634;background-size:auto 8px;}

.navs .t:hover{background:url(../images/navchild.png) no-repeat 110px center #00A666;background-size:auto 8px;}

.navs li ul li ul li a{background:#00A666;border-bottom:1px solid #00995E}



.searchbg{float:left;background:url(../images/searchbg.gif) repeat-x top;height:37px;width:100%;}

.searchbg .todays{float:left;line-height:34px;height:34px;}

.searchbg .search{float:right;z-index:10;margin:4px 0 0;}

.searchbg .search input{height:24px;width:220px;background:#fff;border:1px solid #D6D6D6;padding:0 0 0 5px;}

.searchbg .search button{height:26px;width:100px;cursor:pointer;padding:0;background:url(../images/search.gif) repeat-x #D6D6D6;border:1px solid #D6D6D6;color:#033267}

.searchbg .search a{color:#fff;}





.sbanner{width:100%;clear:both; display:block;overflow:hidden;background:#fff;height:150px;margin:10px 0;}



/* banner */

.head{height:110px;width:100%;margin:0 auto;clear:both;float:left;background:url(../images/headbg.png) #fbf7ec;position:relative;max-width:100%;z-index:0;min-width:1200px; background-size: cover}

.head .logo{width:407px;height:83px;position:relative;float:left;margin:14px 0 0;}

.head .logo h1{width:407px;height:83px;}

.head .logo h1 a{background:url(../images/logo.png) no-repeat; background-size:auto 83px;text-indent:-9999px;width:407px;height:83px;display:block;}

.head .tel{float:right;margin:30px 0 0;z-index:99;height:48px;background:url(../images/tela.png) no-repeat 0 center;padding:0 0 0 68px;background-size:auto 48px;}
.head .tel span{font-size:18px;color:#fff;}
.head .tel p a{font-size:24px;color:#fff;line-height:30px;font-family: "Bahnschrift"}
.head .tela{float:left;margin:0 30px 0 30px;}
.head .telb{float:left;background:url(../images/tela.png) no-repeat 0 center;padding:0 0 0 68px;background-size:auto 48px;}


.banners {height:400px;width:100%;margin:0 auto;clear:both;background:#fff;position:relative;max-width:100%; z-index:0;}
.banner{position: relative;bottom:0;left:0;width:100%;}

.banner a{display:block;background-repeat:no-repeat;background-position:center top;height:400px;}

.banner .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}

.banner .slick-arrow{position: absolute;border:none;top:46%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat #fff;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.banner .slick-prev{left:2%;}

.banner .slick-next{right:2%;background-position:-50px 0px;}

.banner .slick-arrow:hover{background-color:#333;}

.banner .slick-dots{ position: absolute;left: 50%;bottom:20px;transform: translateX(-50%); z-index: 1000;}

.banner .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 5px;border-radius:50%;}

.banner .slick-dots li.slick-active{background:#8e4634;}





/*首页*/

.indexl{float:left;width:880px;}

.indexr{float:right;width:300px;}



.flashk{width:440px;float:left;height:310px; background: #ddd}

.flash{float:left;width:440px;height:310px;overflow: hidden}

.flash .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}

.flash .slick-arrow{position: absolute;border:none;top:40%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.flash .slick-prev{left:2%;}

.flash .slick-next{right:2%;background-position:-50px 0px;}

.flash .slick-arrow:hover{background-color:#333;}

.flash .slick-dots{ position: absolute;right:10px;bottom:12px;transform: translateX(-5%); z-index: 1000;}

.flash .slick-dots li{width:10px;height:10px;background:#fff;float:left;margin:0 4px;border-radius:5px;}

.flash .slick-dots li.slick-active{background:#b0531e;width:10px;}

.flash li{position: relative;}

.flash li img{float:left;width:440px;height:310px;}

.flash li p{position:absolute;bottom:0;left:0;background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);height:45px;line-height:45px;width:96%;padding:0 2%;color:#fff;}



.inews{width:420px;float:right;}

.inews ul li{background: url(../images/dian.gif) 0px 13px no-repeat;padding-left:15px;line-height:33px;height:33px;border-bottom:1px dotted #ccc;}

.inews ul li h3{float:left;}.inews ul li span{float:right;}



.inewsa{width:440px;float:left;}

.inewsa ul li{background: url(../images/dian.gif) 0px 13px no-repeat;padding-left:15px;line-height:33px;height:33px;}

.inewsa ul li h3{float:left;}.inewsa ul li span{float:right;}



.inewsb{width:420px;float:right;}

.inewsb ul li{background: url(../images/dian.gif) 0px 13px no-repeat;padding-left:15px;line-height:33px;height:33px;}

.inewsb ul li h3{float:left;}.inewsb ul li span{float:right;}



.inewsc{width:100%;}

.inewsc ul li{background: url(../images/dian.gif) 0px 13px no-repeat;padding:5px 0;border-bottom:1px dotted #e5e5e5;padding-left:15px;line-height:24px;width:100%;float:left;}

.inewsc ul li h3{float:left;}.inewsc ul li span{float:left;color:#999;padding:0 0 0 5px;font-size:12px;}



.title{width:100%;background:url(../images/news_bg.png) no-repeat left top;height:34px;line-height:34px;margin:0 0 5px 0;}

.title h2{float:left;padding:0 0 0 40px;height:30px;line-height:30px;}.title h2 a{color:#fff;font-weight:bold;}

.title span{float:right;}.title span a{color:#999;}



.titlea{width:100%;border-bottom:1px solid #8e4634;height:28px;line-height:28px;margin:0 0 5px 0;}

.titlea h2{float:left;padding:0 0 0 30px;width:101px;background:url(../images/bg_newTabF2.png) no-repeat bottom center;}.titlea h2 a{color:#fff;font-weight:bold;}

.titlea ul,.titleb ul{float:left;}

.titlea ul a,.titleb ul a{padding:5px;margin:0 3px;}

.titlea ul a:hover,.titleb ul a:hover,.titlea ul a.hover,.titleb ul a.hover{background:#b0531e;color:#fff;}

.titlea span{float:right;}.titlea span a{color:#8e4634;}.titlea span a:hover{color:#f60;}



.titleb{width:100%;border-bottom:2px solid #8e4634;height:30px;line-height:30px;margin:0 0 5px 0;}

.titleb h2{float:left;text-align:center;width:111px;background:#8e4634;margin:0 30px 0 10px;}.titleb h2 a{color:#fff;font-weight:bold;}

.titleb span{float:right;}.titleb span a{color:#333;}





.titlec{width:100%;background:url(../images/danwei.jpg) no-repeat left top;height:34px;line-height:34px;margin:0 0 5px 0;}

.titlec h2{float:left;text-align:center;width:111px;margin:0 30px 0 0;}.titlec h2 a{color:#fff;font-weight:bold;}

.titlec span{float:right;}.titlec span a{color:#333;}





.indexpic{width:440px;margin:0 auto;position:relative;float:left;left:0px;}

.indexpic .slick-slide{padding:10px;}

.indexpic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:35%;position: absolute; text-indent:-9999px; cursor: pointer;}

.indexpic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}

.indexpic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}

.ipic{width:100%;height:100%;position: relative;overflow: hidden;text-align: center;}

.ipic .pic{height:150px;width:100%;overflow:hidden;}

.ipic .pic img{width:200px;height:150px;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}

.ipic p{padding:10px 0;background:#FCFCFC;width:100%;}

.ipic:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);display: block;}

.ipic a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}



.iabout img{width:96%;padding:2%;}



.rimg img{width:100%;padding:3px 0;height:auto;}

.idaohan{width:100%;float:left;padding:10px 0;}

.idaohan ul li{width:33.33333%;float:left;text-align:center;padding:10px 0 0;}

.idaohan ul li img{width:50%;height:auto;}



.iyuyue a{display: block;width:99.5%;border:1px solid #b0531e;color:#fff;text-shadow:#000 1px 1px 2px;float:left;border-radius:5px;margin:5px 0;height:50px;line-height:50px;font-size:24px;

    background: -webkit-linear-gradient(left,#dd9d78,#b0531e);

    background: -o-linear-gradient(right,#dd9d78,#b0531e);

    background: -moz-linear-gradient(right,#dd9d78,#b0531e);background: linear-gradient(to right,#dd9d78,#b0531e);}

.iyuyue a i{width:120px;height:50px;display: block;float:left;}

.iyuyue a .icona{background:url(../images/yuyuea.png) no-repeat center center;background-size:auto 35px;}

.iyuyue a .iconb{background:url(../images/yuyueb.png) no-repeat center center;background-size:auto 35px;}

.iyuyue a .iconc{background:url(../images/yuyuec.png) no-repeat center center;background-size:auto 35px;}



.ilink{background:#eee;border:1px solid #ccc;height:100px;width:878px;}

.ilink h6{width:20px;color:#fff;float:left;background:#8e4634;height:80px;text-align:center;padding:10px 5px;position:relative;}

.ilink h6:after{content:''; position:absolute; top:45px; right:-5px; width:0; height:0; margin-left:-6px; border:6px solid transparent; border-right:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;border-left-color:#8e4634;}



.ilink ul{padding:10px;float:left;width:828px;}

.ilink ul a{padding:0 10px 0 0;}



.iks{padding:10px 0;width:100%;}

.iks ul li{float:left;width:138px;line-height:30px;height:30px;border:1px solid #8e4634;text-align:center;overflow:hidden;margin:0 8px 8px 0;}

.iks ul li a{color:#333;background:#F4F4F4;display:block;font-size:12px;}

.iks ul li a:hover{background:#8e4634;color:#fff;}

.iks ul li:nth-child(6n){margin-right:0;}



.indexpro{width:880px;margin:20px auto 0;height:190px;position:relative;float:left;left:0px;}

.indexpro .slick-slide{padding:5px 10px 0;}

.indexpro .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:40%;position: absolute; text-indent:-9999px; cursor: pointer;}

.indexpro .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}

.indexpro .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}

.indexpro .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}

.indexpro .slick-dots li{width:8px;height:8px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}

.indexpro .slick-dots li.slick-active{background:#b0531e;}

.indexpro .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }



.ilistpic{position: relative;background:#fff;height:150px;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);}

.ilistpic a{display:block;height:150px;}

.ilistpic .pic{width:110px;height:150px;float:left;overflow: hidden}

.ilistpic .pic img{width:110px;height:auto;float:left;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}

.ilistpic .txt{width:150px;height:150px;float:right;padding:0;position: relative;}

.ilistpic .txt h3{font-size:16px;font-weight:bold;padding:10px 0 0;}
.ilistpic .txt h3 i{position:relative;font-size:12px; font-style: normal;color:#8e4634;}
.ilistpic .txt span{color:#fff;background:#8e4634;padding:2px 10px;position: absolute;bottom:10px;}

.ilistpic .txt p{color:#666;margin:5px 0;line-height:21px;}



.ilistpic a:hover .pic .picimg img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.ilistpic:hover{background:#B6E2FF;}



/*内页*/

.cobg{width:100%;background:url(../images/bg.png) repeat-x top #fff;display:block;float:left;}

.co{width:1230px;margin:0 auto;padding:0 15px;min-width:1230px;background:url(../images/cobg.png) repeat-y center;display:block;}

.main{width:100%;margin:10px auto;min-width:100%;background:#fff;float:left;}

.col{width:240px;float:left;position:relative}

.cor{float:right;width:948px;background:url(../images/corbg.jpg) no-repeat top left #fff;border:1px solid #dbaf95;}



.cname{color:#fff;width:230px;height:35px;line-height:35px;padding:0 0 0 10px;background:url(../images/cname.jpg) no-repeat top left;}

.cname h4{font-size:18px;background:url(../images/cname.png) no-repeat 0 center;padding:0 0 0 30px;}

.pnavtit{ display:none;}



.local{height:40px;line-height:40px;width:100%;color:#666;}

.local span{background:url(../images/local.png) no-repeat 10px center;background-size:auto 18px;padding:0 0 0 30px;}

.local a{color:#666;}.local a:hover{color:#8e4634;}



.pnav{float:left;width:238px;border:1px solid #dbaf95;border-top:none;border-bottom:none;}

.pnav ul li{float:left;width:100%;animation: slideInLeft ease-out 0s forwards;-webkit-animation: slideInLeft ease-out 0s forwards}

.pnav ul li.on a{background:url(../images/righta.png) no-repeat 210px center #dbaf95; z-index:1;color:#fff;}

.pnav a{padding:10px 15px;position:relative;display: block;overflow: hidden;font-size:15px;color:#333;position:relative;display:block;margin:0;border-bottom:1px solid #dbaf95;}

.pnav a:hover,.pnav a.act{color:#fff;}

.pnav a.act{background:#333;}

.pnav a, .pnav a:before, .pnav a:after,.pnav ul li.on a{box-sizing: border-box;-webkit-transition: 0.5s;transition: 0.5s;}

.pnav a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height:60px;background:#c67d50;z-index: -1;}

.pnav a:hover:before {width: 100%;}

.pnav a:active {background: #333;}

.pnav a.current{background: #c67d50;color:#fff;}



.anav{text-align:center;height:58px;line-height:58px;width:100%;position: relative;}

.anav:after{content:""; position: absolute;bottom:0px;left:0;width:100%;border-bottom:2px solid #ddd; z-index:0;}

.anav a{font-size:15px;margin:0 18px;padding:18px 10px;position: relative;z-index: 1;color:#333;}

.anav a:hover,.anav a.act{border-bottom:2px solid #8e4634;color:#666;}

.about{width:908px;padding:20px;}

.abouttitle{font-size:24px;font-weight:bold;text-align:center;padding:10px 0;}

.aboutcon{float:left;width:100%;line-height:24px;padding:10px 0 40px;}

.aboutcon td{padding:5px 0 5px 5px;font-size:14px;border:1px solid #ccc;}

.aboutcon img{max-width:100%;height:auto;}

.aboutfzt{font-size:24px;color:#E80200;text-align: center;padding:20px 0 25px;}

.contact{width:50%;float:left}

.contact h2{width:100%;font-size:24px;color:#8e4634;font-weight:bold;padding:0 0 10px 0;}

.contact p{font-size:18px;padding:10px 0;}

.maps{width:49%;height:350px;float:left;border:1px solid #ccc;}

.maptxta{width:200px;height:120px;font-size:12px;}

.maptxta .company,.maptxtb .company{font-size:14px;color:#8e4634;padding:0 0 0 5px;}

.maptxtb{width:300px;height:110px;font-size:12px;}



/*产品栏目*/

.piclists{width:100%;clear:both;margin:20px auto;float:left;}

.piclists ul{width:101.5%;float:left;}

.piclists ul li{float:left;text-align:center;height:auto;width:15.1666666%;margin:0 1.5% 20px 0;visibility: visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}

.piclists ul li:hover{background:#fff-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.1);box-shadow:0 0 7px 1px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}

.piclists ul li .pic{overflow: hidden;background: #fff url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center;height:300px;}

.piclists ul li .pic img{width: 100%;height: 100%;object-fit: cover;	transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}

.piclists ul li h2{padding:5px 0;font-size:14px;}

.piclists ul li p{padding:0 0 10px;height:20px; overflow:hidden;}

.piclists ul li span{text-align:center; position:relative;background:#fff;border:1px solid #ddd;padding:5px 50px;margin:0 0 15px;color:#4C4747;}

.piclists ul li a:hover span{border:1px solid #DC0C0C;color:#fff;}

.piclists ul li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.piclists ul li a span, .piclists ul li a span:before, .piclists ul li a span:after {box-sizing: border-box;-webkit-transition: 0.5s;transition: 0.5s;}

.piclists ul li a span:before {content: '';position: absolute;width:0;top:0px;left: 0;height:27px;background: #DC0C0C;z-index:0;}

.piclists ul li a:hover span:before {width: 100%;}

.piclists ul li a span i{ position: relative; z-index: 1; font-style: normal}



.newslist{width:100%;margin:0 auto 20px;float:left;}

.newslist ul li{width:100%;float:left;margin:0 0 20px 0;visibility:visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}

.newslist ul li a{background:#fafafa;display: block;width:98%;height:145px;padding:1%;}

.newslist ul li .img{float:left;width:200px;height:145px;overflow: hidden;margin:0 10px 0 0;}

.newslist ul li .img img{width:200px;height:145px;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}

.newslist ul li .txt{height:110px;padding:10px 10px 0 10px}

.newslist ul li .txt span{color:#999;font-size:12px;padding:4px 0 4px 20px;}

.newslist ul li .txt span.time{background:url(../images/time.png) no-repeat left center;}

.newslist ul li .txt span.hits{background:url(../images/views.png) no-repeat left center;}

.newslist ul li .txt h2{color:#333;font-size:18px;font-weight:bold;}

.newslist ul li .txt p{padding:10px 0;color:#999;}

.newslist ul li a:hover{ background:#f4e6de;-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2); box-shadow:2px 2px 5px rgba(0,0,0,0.2);}

.newslist ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.newslist ul li a:hover h2{color:#8e4634;}



.newsli ul li{width:100%;float:left;border-bottom:1px solid #eee;height:45px;line-height:45px;}

.newsli ul li h2{float:left;}

.newsli ul li span{float:right;}



.toplist{width:100%;margin:10px 0 0;}

.toplist ul li{border-bottom:1px solid #ddd;height:42px;line-height:42px;}

.toplist ul li span{color:#73AC53;font-size:12px;padding:0 5px 0 0;float:right;}

.toplist ul li a{padding:0 15px;display:block;-webkit-transition:padding-left .8s;-moz-transition: padding-left .8s;-o-transition: padding-left .8s;}

.toplist ul li a:hover{background:#D2E9C5;color:#73AC53;padding-left:10px;}



/*图片列表*/

.piclist{width:100%;clear:both;margin:10px auto 20px;float:left;}

.piclist ul{width:102%;float:left;}

.piclist ul li{float:left;width:31.33333%;margin:0 2% 20px 0;height:240px;visibility: visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}

.piclist ul li a{background:#fff;display:block;float:left;overflow:hidden;position: relative; text-align:center;padding:0;-webkit-transition: all .2s linear;transition: all .2s linear;}

.piclist ul li a .pic{overflow: hidden;background: #fff url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center;height:210px;}

.piclist ul li a .pic img{width: 100%;height: 100%;object-fit: cover;	transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}

.piclist ul li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.piclist ul li a p{color:#000;width:100%;float:left;height:30px;line-height:30px;}



/*列表内容页*/

.listConts{line-height:26px;color:#666;width:100%;padding:20px 0 0;float:left;}

.listConts .titles{font-size:26px;color:#333;text-align: center;}

.listConts .desc{width:400px;font-size:12px;padding:10px 0 15px;color:#999;margin:0 auto;height:30px;}

.time{background:url(../images/time.png) no-repeat 0 center;padding:0 0 0 20px;width:80px;float:left;}

.hits{background:url(../images/views.png) no-repeat 0 center;padding:0 0 0 20px;width:25px;float:left;}

.listConts .share{float:left;width:200px;}

.listConts .share span{float:left;}

.listConts .showimg{margin:20px 0;text-align:center;}

.listConts .showimg a img{border:1px solid #ccc;padding:1px;}

.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}

.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}

.listConts .author{text-align:right;color:#999;}

.listConts .post{padding:10px 0 20px;width:100%;float:left;}

.listConts .post img{max-width:908px;}

.listConts .post table td{border:1px solid #ccc;}



.post-next-prev{position:relative;border-top:1px solid #eee;padding:20px 0 0 0;margin:30px 0 0 0;color:#666;font-size:16px;width:100%;}

.post-next-prev a{color:#666;padding:10px 0;line-height:36px;}

.post-next-prev a:hover{color:#8e4634}

.tuititle{background:#8e4634;width:100%;float:left;margin:20px 0;height:40px;line-height:40px;}

.tuititle span{background:#b0531e;padding:10px 30px;color:#fff;font-size:16px;}

.tuititle a{float:right;padding:0 10px 0 0;}

/*产品详情*/

.prodetail{ position:relative;padding:30px 0;width:100%;}

.detaill{width:402px;margin:0 auto;}



.detailpic{margin:0 auto;height:400px;width:400px;overflow:hidden;border:1px solid #EAEAEA;text-align:center;}

.detailpic ul{height:400px;width:400px;overflow:hidden;}

.detailpic a{width:400px;height:400px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;padding:0px;}

.detailpic img{vertical-align: middle;max-width:400px;max-height:400px;}



/*图片小图预览列表*/

.spec-preview{width:402px;height:500px;border:1px solid #DFDFDF;}

.spec-scroll{clear:both;margin:5px 0 0 0;width:402px;}

.spec-scroll .prev{float:left;margin-right:6px;}

.spec-scroll .next{float:right;}

.spec-scroll .prev{display:block; background:url(../images/lefta.png) no-repeat center center;width:11px;height:86px; cursor:pointer;}

.spec-scroll .next{display:block; background:url(../images/rightb.png) no-repeat center center;width:11px;height:86px; cursor:pointer;}

.spec-scroll .items{float:left;position:relative;width:372px;height:88px;overflow:hidden;}

.spec-scroll .items ul{position:absolute;width:999999px;height:88px;}

.spec-scroll .items ul li{float:left;width:93px;text-align:center;}

.spec-scroll .items ul li a.img{width:86px;height:86px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;border:1px solid #EAEAEA;padding:0px;}

.spec-scroll .items ul li a.img img{vertical-align:middle;max-height:86px;max-width:86px;}

.spec-scroll .items ul li.tb-selected .img{border:1px solid #4FC242;}



.pcon{width:100%;}



/*feedback*/

.feedback{padding:20px 0 50px;width:100%;float:left;}

.feedback ul li{float:left;width:100%;padding:5px 0;}

.feedback ul li label{float:left;width:100px;padding:10px;font-size:16px;text-align: right}

.feedback ul li input{float:left;width:250px;padding:10px;border:1px solid #C8C8C8;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;}

.feedback ul li textarea{float:left;width:480px;padding:10px;height:250px;border:1px solid #C8C8C8;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;}

.feedback ul li button{background: #8e4634;border: 1px solid #8e4634;-moz-border-radius: 2px 2px 2px 2px;-moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;-webkit-border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;color: #FFFFFF;display:inline-block;font-size:16px;height:42px;line-height:42px;padding:0 60px;cursor: pointer;}

.feedback ul li input.finput{width:120px;}



/*科室*/

.ks{width:100%;margin:0 auto;overflow: hidden; }

.ks h2{font-size:24px;color:#333333;text-align:center;padding:20px 0 30px;line-height:30px;}

.ktit{ text-align: center;}

.ktit a{ background: #8e4634;color:#fff;padding:10px 30px; border-radius:5px;margin:0 4px;}

.ktit a:hover{ background:#0B65C2;color:#fff;}

.kstk{width:100%;position:relative;padding:30px 0;margin:0 auto;overflow: hidden; border-bottom:1px solid #f1f1f1;}

.kstk h3{width:100%;margin:0; background:#fff;color:#333;font-size:20px;height:45px;line-height:45px; display: block;}



.kstk span{float:left;padding:0 10px;font-size:18px;height:40px;line-height:40px;cursor: pointer;display: block;margin:0 10px;}

.kstk span.hover{border:1px solid #eee;border-bottom:1px solid #fff;background:#fff;position:relative;font-weight:bold;}

.kstk .kstktit{border-bottom:1px solid #E8E8E8;height:40px;}



.kstit{width:100%;padding:20px 0;float:left;}

.kstit h4{float:left;font-size:24px;}

.kstit span{float:right;border:1px solid #a4a4a4;border-radius:5px;font-size:14px;padding:2px 5px;}

.ksintrcon{overflow:auto;position:relative;width:100%;max-width:100%;padding:0;float:left;max-height:315px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}





.kspic ul li{float:left;margin:0 30px 20px 0;width:400px;height:267px;-moz-box-shadow:0px 5px 3px #e3e3e3; -webkit-box-shadow:0px 5px 5px #e3e3e3; box-shadow:0px 5px 5px #e3e3e3;}

.kspic ul li img{width:400px;height:267px;}



.kspic{width:1230px;margin:0 auto;height:360px;position:relative}

.kspic .slick-slide{padding:10px;}

.kspic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:40%; background:#000; position: absolute; text-indent:-9999px; cursor: pointer;}

.kspic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}

.kspic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}

.kspic .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}

.kspic .slick-dots li{width:12px;height:12px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}

.kspic .slick-dots li.slick-active{background:#50C643;}

.kspic .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }







.kstk ul{width:100%;float:left;overflow:hidden;}

.kstk ul{width:1240px;float:left;}

.kstk ul li{width:143px;float:left;overflow: hidden;margin:0 8px 8px 0;background:#eee;}

.kstk ul li a{background-position:center 10px;background-repeat:no-repeat;display:block;border:1px solid #E8E8E8;border-radius:4px;width:141px;height:40px;line-height:40px;padding:0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 50px;}

.kstk ul li a:hover,.kstk ul li a.hover{background:#8e4634;color:#fff;}



/*医生详情*/

.doctordetail{position:relative;padding-bottom:20px;width:100%;margin:20px 0 0;height:360px;}

.doctordetail .doctorpic{float:left;width:360px;height:430px;}

.doctordetail .doctorpic img{position:absolute;left:55px;top:71px;width:210px;height:310px;}

.doctordetail .doctorpic span{position:absolute;width:360px;height:430px;left: 0;top: 0;background:url(../images/doctor_clip.png) no-repeat left top;z-index: 1}



.doctordetail .doctortxt{width:752px;float:right;background-color: #fff;box-shadow: 5px 5px 24px -6px rgba(51, 51, 51, 0.1);margin-top: 33px;padding: 38px 70px 38px 18px;height:284px;}

.doctordetail .doctortxt h1{font-size:24px;font-weight:bold;color:#333;padding:20px 0 30px;background:url(../images/line.png) repeat-x bottom;}

.doctordetail .doctortxt h1 span{font-size:18px;font-weight:100;}

.doctordetail .doctortxt p{padding:20px 0 0;font-size:16px;}

.doctordetail .doctortxt .zhuangchang{float:left;width:100%;color:#434343;margin:30px 0 0;font-size:16px;line-height:28px; }

.doctorcontitle{font-size:24px;font-weight:bold;position: relative;color:#333;padding:30px 0 0;width:100%;height:40px;line-height:40px;}

.doctorcontitle:after{content:"";width:120px;height:16px;background-color: rgba(0, 102, 200, 0.5);position: absolute;left:0;bottom:0;z-index: -1;}



.doctordetail .ddoctorcon{float:left;width:100%;color:#434343;font-size:16px;padding:30px 0 0 0;line-height:28px; background:url(../images/app-img.png) repeat-x top left;}

.doctorcon{padding:20px 0;}



/*护理园地*/

.huli{padding:5%;width:90%;}

.margin25{margin:0 0 0 25px;}

.margin20{margin:0 0 0 20px;}

.hulithree{width:385px;height:520px;background:#f9f9f9;}

.hulifour{width:285px;height:520px;background:#f9f9f9;}





.hlabout{width:100%;float:left;height:300px;}

.hlaboutpic{float:left;width:815px;height:300px;background:#ddd;overflow: hidden}



.hlaboutpic .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}

.hlaboutpic .slick-arrow{position: absolute;border:none;top:40%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.hlaboutpic .slick-prev{left:2%;}

.hlaboutpic .slick-next{right:2%;background-position:-50px 0px;}

.hlaboutpic .slick-arrow:hover{background-color:#333;}

.hlaboutpic .slick-dots{ position: absolute;left: 50%;bottom:20px;transform: translateX(-50%); z-index: 1000;}

.hlaboutpic .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 5px;border-radius:50%;}

.hlaboutpic .slick-dots li.slick-active{background:#8e4634;}

.hlaboutpic{position: relative;}

.hlaboutpic img{float:left;width:815px;height:300px;}

.hlaboutpic p{color:#fff;}







.hlabouttxt{float:right;color:#fff;width:315px;height:230px;background:#3b3b3b;padding:30px 35px 40px 35px;}

.hlabouttxt h1 {font-size:24px;}

.hlabouttxt p {line-height:26px;padding:10px 0;}

.hlabouttxt a {font-size: 14px;color: #390404;display: block;margin: 0 auto;width: 110px;height: 30px;line-height: 32px;text-align: center;background:#cccc99;border-radius: 4px;}

.hlabouttxt a:hover {background:#ffffff;}



.huliad{float:left;width:285px;height:150px;overflow: hidden}

.tijianad{float:left;width:385px;height:210px;overflow: hidden}

.huliad .slick-dots button,.tijianad .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}

.huliad .slick-arrow,.tijianad .slick-arrow{position: absolute;border:none;top:40%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}

.huliad .slick-prev,.tijianad .slick-prev{left:2%;}

.huliad .slick-next,.tijianad .slick-next{right:2%;background-position:-50px 0px;}

.huliad .slick-arrow:hover,.tijianad .slick-arrow:hover{background-color:#333;}

.huliad .slick-dots,.tijianad .slick-dots{ position: absolute;right:10px;bottom:12px;transform: translateX(-5%); z-index: 1000;}

.huliad .slick-dots li,.tijianad .slick-dots li{width:10px;height:10px;background:#fff;float:left;margin:0 4px;border-radius:5px;}

.huliad .slick-dots li.slick-active,.tijianad .slick-dots li.slick-active{background:#b0531e;width:10px;}

.huliad li,.tijianad li{position: relative;}

.huliad li img{float:left;width:285px;height:150px;}

.tijianad li img{float:left;width:385px;height:210px;}

.huliad li p,.tijianad li p{position:absolute;bottom:0;left:0;background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);height:45px;line-height:45px;width:96%;padding:0 2%;color:#fff;}

.huliinto{line-height:28px;}

.hulili {width:100%;margin: 0 auto;}

.hulili li {width: 100%;font-size: 14px;color: #a0a0a0;line-height: 40px;height: 40px;overflow: hidden;border-bottom: #d5d5d5 1px dashed;}

.hulili li:last-child {border-bottom: none}

.hulili li a{display: block;font-size: 14px;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;text-align: left;transition: all 0.2s;}

.hulili li h3{float:left;}

.hulili li span{float:right;color: #7d7d7d;}



.hulipic{width:1220px;margin:0 auto;height:240px;position:relative;float:left;left:-10px;}

.hulipic .slick-slide{padding:10px;}

.hulipic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:40%;position: absolute; text-indent:-9999px; cursor: pointer;}

.hulipic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}

.hulipic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}

.hulipic .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}

.hulipic .slick-dots li{width:8px;height:8px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}

.hulipic .slick-dots li.slick-active{background:#008F86;}

.hulipic .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }



.ihulipic{position: relative;overflow: hidden;background:#fff;}

.ihulipic img{width:100%;height:160px;float:left;}

.ihulipic{width:230px;height:180px;float:left;padding:15px 0;}

.ihulipic h3{font-size:16px;padding:5px 0;text-align: center}





/*分页样式*/

.page_list{width:100%;height:24px;line-height:24px;text-align:center;letter-spacing:0;font-size:12px;margin:0 0 30px 0;}

.page_list li{display:inline-block;}

.page_list a{display:inline-block;color:#333;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 3px;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}

.page_list .active span{color:#333;border:1px solid #ccc;background:#ccc;text-align:center;padding:0 8px;margin:0 1px;display: inline-block;}



#menua{display:none;}



.ditu{float:left;width:100%;height:400px; }

/*页脚区域*/

.footer{background:url(../images/footerbg.png) #7d2a32;width:100%;float:left;clear:both;color:#fff;padding:10px 0;min-width:1200px;}

.footer .flogo{width:343px;height:70px;position:relative;float:left;margin:30px 0 0;}

.footer .flogo h1{width:343px;height:70px;}

.footer .flogo h1 a{background:url(../images/foot-logo.png) no-repeat; background-size:auto 70px;text-indent:-9999px;width:343px;height:70px;display:block;}

.footer .ftxt{float:left;padding:35px 0 0 65px;}

.footer .ftxt p{line-height:30px;}

.footer .shiye{float:right;margin:20px 0 0;}

.footer .weixin{float:right;text-align:center;}

.footer .weixin li{float:left;margin:0 0 0 30px}

.footer .weixin img{width:100px;}

.footer a{color:#fff;}.footer a:hover{color:#D1F8F6}

.footnav{display:none;}

/*Top按钮*/

*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/

.tbox{width:50px;float:right;position:fixed;right:10px;z-index:10;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/

.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}

.middle{ font-size: 0;}

.middle:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}

.middle-cont{ display: inline-block; vertical-align: middle; font-size: 14px; letter-spacing: 0;}

.rightnav { position: fixed; right: 0; top: 50%; width: 70px; z-index: 99; margin-top: -190px; }

.rightnav .item { width: 70px; height: 70px; overflow: hidden; background: #fff; border-radius: 5px; position: relative; margin-bottom: 6px; -webkit-box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1); box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1); }

.rightnav .tit { font-size: 14px; color: #fff; text-align: center; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #8e4634; line-height: 20px; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }

.rightnav .middle { width: 100%; height: 100%; }

.rightnav .item:hover .tit { opacity: 1; }

.gotop1 { -webkit-transition: all 0.8s ease; transition: all 0.8s ease; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); visibility: hidden; cursor: pointer; }

.gotop1.show { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }





@keyframes slideInLeft {

    from {

        transform:translate3d(-50%, 0, 0)

    }

    to {

        opacity: 1;

        transform: none

    }

}

@-webkit-keyframes slideInLeft {

    from {

        -webkit-transform:translate3d(-50%, 0, 0)

    }

    to {

        opacity: 1;

        -webkit-transform: none

    }

}

@keyframes slideInUp {

    from {

        transform:translate3d(0, 50%, 0)

    }

    to {

        opacity: 1;

        transform: none

    }

}

@-webkit-keyframes fadeInUp {

    from {

        -webkit-transform:translate3d(0, 50%, 0)

    }

    to {

        opacity: 1;

        -webkit-transform: none

    }

}













































