@charset "utf-8";
/* 公共样式 */
/* 
king www.eecong.com CSS QQ:80052083 
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0; margin: 0; } 
table {border-collapse: collapse; border-spacing: 0;} 
input,textarea{font-family: "微软雅黑";}
fieldset,img {border: 0;} 
address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;} 
ol,ul {list-style: none;} 
caption,th{text-align: left;} 
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;} 
q:before,q:after {content:'';} 
abbr,acronym {border: 0;}
.w1000{width:1000px;margin:0 auto;}
.w1200{width:1200px;margin:0 auto;}
/* 通用容器 */
.wrapper {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}
/* CSS Document My CSS Reset*/

body {font-family:"微软雅黑",Helvetica,Arial,sans-serif;font-size:12px;line-height:20px;color:#535353; }
h2 { font-size:24px;}
h3 { font-size:16px;}
h6 { font-size:14px;}

/* 常用css定义*/

a {text-decoration:none; color:#3f3f3f;}
a:hover {text-decoration:none; color:#fa4700;}
.a_ {text-decoration:underline;}
.a_hover {text-decoration:underline;}
.clear{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
/*浮动*/
.fl{ float:left;}
.fr{ float:right;}

/*圆角兼容*/
.radius2{
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
}
.radius3{
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
}

/*    定位关系     */
.absolute{position:absolute;}
.relative{position:relative;}
.m-c {margin:0 auto;}
/*  鼠标样式 */
.pointer{cursor:pointer;font-weight: bold;}
/* 取消边框 */
.NoBorder{border:0 none;}
/*  字体大小  */
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px !important;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px !important;}
/*  文本对齐方式  */
.t-l{text-align:left !important;}
.t-c{text-align:center !important;}
.t-r{text-align:right !important;}
/* 颜色*/
    .cWhite{color: #FFF;}
	.cGray1{color:#949494;}
    .cGray2{color: #666;}
	.cGray3{color: #999999;}
	.cGray4{color: #cccccc;}
	.cGray5{color:#727272;}
	.cGray6{color:#959595;}
	.cViolet{color:#88589e;}
	.cGreen{color:#00ff00;}
	.cRed{color: #da0029;}
	.cOrange{color:#ff4400!important;}
    .cBlue{ color: #0c73c2;}
    .cBlack{ color:#000;}
	.cGreen1{ color:#007f38;}
	
	
	
	.cOrange1 { color: #ff4400;}
    .cOrange1 a{ color: #ff4400;}
	.cOrange1 a:hover{ color: #ff4400; text-decoration:underline;}
    .cgree1 a{ color: #029744 !important;}
	.cgree1 a:hover{ color: #029744; text-decoration:underline;}
	.cBlue1 { color: #0e6cae;}
    .cBlue1 a{ color: #0e6cae;}
	.cBlue1 a:hover{ color: #0e6cae; text-decoration:underline;}
    /*
	
     * 定义行高
     * @class LH
     * @desc 使用较少,主要定义line-height属性
     */
    .lh1{ line-height:1px;  }
    .lh10{ line-height:10px; }
    .lh15{ line-height:15px; }
    .lh18{ line-height:18px; }
    .lh20{ line-height:20px; }
	.lh23{ line-height:23px;}
    .lh25{ line-height:25px;}
    .lh30{ line-height:30px;}
    .lh35{ line-height:35px;}
	.lh37{ line-height:37px;}
	.lh45{ line-height:45px;}
	.lh50{ line-height:50px;}
/*
* 从页面布局上隐藏元素
* @class hidden
* @desc    从布局上隐藏元素
*/
.hidden{display: none;}
.block {display:block;}
.inblock {display: inline-block;}
.inline {display:inline;}
/* 字体样式 */
.fb {font-weight:bold;}
.fn {font-weight:normal !important;}
.fsi {font-style:italic;}
.ti2 {text-indent:2px;}
.ti5 {text-indent:5px;}
.ti20 {text-indent:20px;}
/*不能自动换行，超出宽度能变成...，并隐藏*/
.toe {text-overflow:ellipsis;overflow:hidden; white-space:nowrap;}
/* 宽、高 */
.w862{ width:862px;}
.w776{ width:776px;}
.w705{ width:705px;}
.w700{ width:700px;}
.w680{ width:680px;}
.w670{ width:670px;}
.w630{ width:630px;}
.w612{ width:612px;}
.w600{ width:600px;}
.w580{ width:580px;}
.w560{ width:560px;}
.w525{ width:525px;}
.w520{ width:520px;}
.w500{ width:500px;}
.w470{ width:470px;}
.w460{ width:460px;}
.w400{ width:400px;}
.w380{ width:380px;}
.w375{ width:375px;}
.w350{ width:350px;}
.w425{ width:425px;}
.w300{ width:300px;}
.w290{ width:290px;}
.w280{ width:280px;}
.w270{ width:270px;}
.w230{ width:230px;}
.w220{ width:220px;}
.w200{ width:200px;}
.w190{ width:190px;}
.w183{ width:183px;}
.w170{ width:170px;}
.w150{ width:150px !important;}
.w65{ width:65px;}
.w50{ width:50px;}
.w35{ width:35px;}
.h25{ height:25px;}
.h39{ height:39px;}
.h50{ height:50px;}
.h80{ height:80px;}
.h100{height:100px;}


/* 内/外边距定义*/

.p5{ padding:5px;} 
.p10{ padding:10px;} 
.p15{ padding:15px;} 
.p20{ padding:20px;} 
.p25{ padding:25px;} 
.p30{ padding:30px;}
.p50{ padding:50px;}
.p100{ padding:100px;}

.pt3{ padding-top:3px;} 
.pt5{ padding-top:5px;} 
.pt8{ padding-top:8px;}
.pt9{ padding-top:9px;}
.pt10{ padding-top:10px;} 
.pt11{ padding-top:11px;} 
.pt12{ padding-top:12px;} 
.pt13{ padding-top:13px;} 
.pt15{ padding-top:15px;} 
.pt20{ padding-top:20px;} 
.pt25{ padding-top:25px;} 
.pt30{ padding-top:30px;}
.pt35{ padding-top:35px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt80{ padding-top:80px;}
.pt100{ padding-top:100px;}



.pb5{ padding-bottom:5px;} 
.pb10{ padding-bottom:10px;} 
.pb15{ padding-bottom:15px;} 
.pb20{ padding-bottom:20px;} 
.pb25{ padding-bottom:25px;} 
.pb30{ padding-bottom:30px;}
.pb50{ padding-bottom:50px;}
.pb100{ padding-bottom:100px;}
.pb150{ padding-bottom:150px;}


.pl0{ padding-left:0px;}
.pl2{ padding-left:2px;} 
.pl5{ padding-left:5px;} 
.pl10{ padding-left:10px;} 
.pl15{ padding-left:15px;} 
.pl20{ padding-left:20px;} 
.pl25{ padding-left:25px;} 
.pl28{ padding-left:28px;}
.pl30{ padding-left:30px;}
.pl35{ padding-left:35px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:80px;}
.pl100{ padding-left:100px;}
.pl120{ padding-left:120px;}
.pl140{ padding-left:140px;}
.pl150{ padding-left:150px;}
.pl175{ padding-left:175px;}
.pl200{ padding-left:200px;}
.pl230{ padding-left:230px;}
.pl300{ padding-left:300px;}
 
.pr2{ padding-right:2px;} 
.pr5{ padding-right:5px;} 
.pr8{ padding-right:8px;}
.pr10{ padding-right:10px;} 
.pr15{ padding-right:15px;} 
.pr20{ padding-right:20px;} 
.pr25{ padding-right:25px;} 
.pr30{ padding-right:30px;}
.pr50{ padding-right:50px;}
.pr100{ padding-right:100px;}
    
.m5{  margin:5px;} 
.m10{ margin:10px;} 
.m15{ margin:15px;} 
.m20{ margin:20px;} 
.m25{ margin:25px;} 
.m30{ margin:30px;}
.m50{ margin:50px;}
.m100{ margin:100px;}

.mt1{ margin-top:1px;} 
.mt5{ margin-top:5px;} 
.mt7{ margin-top:7px;} 
.mt08{ margin-top:8px;} 
.mt10{ margin-top:10px;}
.mt12{ margin-top:12px;} 
.mt15{ margin-top:15px;} 

.mt20 {
    margin: 0 auto 1px;
}
.mt25{ margin-top:25px;} 
.mt30{ margin-top:30px;} 
.mt40{ margin-top:40px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}

.mb5{ margin-bottom:5px;} 
.mb7{ margin-bottom:7px;} 
.mb9{ margin-bottom:9px;}
.mb10{ margin-bottom:10px;} 
.mb15{ margin-bottom:15px;} 
.mb20{ margin-bottom:20px;} 
.mb25{ margin-bottom:25px;} 
.mb30{ margin-bottom:30px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb80{ margin-bottom:80px;}
.mb100{ margin-bottom:100px;}

.ml0{ margin-left:0 !important;}
.ml1{ margin-left:1px;}
.ml5{ margin-left:5px;}
.ml6{ margin-left:6px;}
.ml7{ margin-left:7px;}
.ml8{ margin-left:8px;}
.ml9{ margin-left:9px;} 
.ml10{ margin-left:10px;} 
.ml15{ margin-left:15px;} 
.ml17{ margin-left:17px;} 
.ml20{ margin-left:20px;} 
.ml25{ margin-left:25px;} 
.ml30{ margin-left:30px;}
.ml35{ margin-left:35px;}
.ml40{ margin-left:40px;}
.ml50{ margin-left:50px !important;;}
.ml60{ margin-left:60px;}
.ml70{ margin-left:70px;}
.ml80{ margin-left:80px;}
.ml100{ margin-left:100px;}
.ml150{ margin-left:150px;}
.ml160{ margin-left:160px;}
.ml170{ margin-left:170px;}
.ml200{ margin-left:200px;}
.ml215{ margin-left:215px;}
.ml250{ margin-left:250px;}
.ml300{ margin-left:300px;}

.mr5{ margin-right:5px;} 
.mr10{ margin-right:10px;} 
.mr15{ margin-right:15px;} 
.mr20{ margin-right:20px;} 
.mr25{ margin-right:25px;} 
.mr30{ margin-right:30px;} 
.mr32{ margin-right:32px;}
.mr33{ margin-right:33px;}
.mr50{ margin-right:50px;}
.mr100{ margin-right:100px;}
    
    
    
    
    
.divPage { float: left; margin: 0px auto; overflow: hidden; width: 100%; line-height: 100px; height: 100px; text-align:center;FONT-SIZE: 12px;}
.divPage .page{width:39px; height:30px; border:1px solid #e1e1e1; font-family:Arial; text-align:center; line-height:30px; background-color:#FFF; font-size:12px; color:#0072bb;}
.divPage a{display:inline-block;}
.divPage a:hover{ text-decoration:none; border:1px solid #0072bb;}

.divPage .pageIndex { padding-left:8px;padding-right:8px;  margin-left:5px;}
.divPage .enabled {color: #333; padding:7px 8px 7px 8px; margin-left:10px;}
.divPage .selected {padding:7px 16px 7px 16px; margin-left:10px; background-color: #0072bb;color: #FFF;border: 1px solid #EEEEEE;}

.divPage .pageOptions{ margin-left:10px}

@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
body{ font-family:"寰蒋闆呴粦"; background:#f5f5f5;}
a{ text-decoration:none;}
img{ border:none;}
li{ list-style:none;}
input{outline:none;} 

.fl{float:left;}
.fr{float:right;}
.oh{overflow:hidden;}

.3_input2{ width:80px; height:40px; background:#1269d3;}

.jiaoyi{ width:1198px; height:248px; margin:20px auto; background:#fff; border:1px solid #eee;}
.jiaoyi1{ width:249px; height:148px; float:left; border-bottom:1px solid #eee; border-right:1px dashed #eee;}
.jiaoyi1_p1{ width:100%; height:18px; line-height:18px; font-size:18px; margin:24px 0 12px; text-align:center;}
.jiaoyi1_p2{ width:100%; height:24px; text-align:center; margin-bottom:20px;}
.jiaoyi1_p2 a{ height:22px; padding:0 23px; line-height:22px; border:1px solid #fcc17d; font-size:14px; display:inline-block; color:#fcc17d; overflow:hidden;}
.jiaoyi1_p3{ width:100%; height:24px; line-height:24px; text-align:center; font-size:12px; color:#666; }
.jiaoyi1_p3 span{ padding:0 6px; font-size:24px; color:#ed3900;}
.jiaoyi2{ width:396px; height:148px; padding:0 28px 0 24px; border-bottom:1px solid #eee; float:left; background:url(../../images/main/jiaoyi2_content_bg.jpg) 24px 42px no-repeat;}
.jiaoyi2_title{ width:100%; height:42px; line-height:42px; font-size:14px; color:#1269d3;}
.jiaoyi2_content{ width:377px; padding-left:19px; font-size:12px; color:#1269d3;}
.jiaoyi2_content ul{ width:100%; height:auto; overflow:hidden;}
.jiaoyi2_content ul li{ line-height:30px;float:left;width:100%}
.jiaoyi2_content ul li a{ float:left; color:#666;}
.jiaoyi2_content ul li a:hover{ color:#1269d3;}
.jiaoyi2_content ul li span{float:right; }
.jiaoyi3{ width:719px; height:60px; padding:20px 0 19px 30px; border-right:1px solid #eee; float:left; background:#fdfdfd;}
.jiaoyi3 p{ width:109px; float:left; line-height:30px; font-size:14px; color:#999;}
.jiaoyi3 p span{ font-size:32px; font-weight:bold; color:#3288f8;}

.jy_box {width:420px; height:40px; padding:9px; background:#fff; border:1px #eee solid; border-radius:2px; float:left;}
.jy_box .txtea{ float:left; width:320px; height:40px; border:none; line-height:20px; color:#a9a9a9; font-size:12px; resize:none; font-family:"Microsoft YaHei"; outline:none;}
.jy_box .txtbun{ float:right; width:80px; height:40px; background:#247ef2; border-radius:2px; border:none; color:#fff; line-height:40px; text-align:center; font-size:16px; font-family:"Microsoft YaHei";}


.jiaoyi4{ float:left; width:396px; height:60px; margin:20px 28px 19px 24px; }
.jiaoyi4 a{ width:396px; height:16px; display:block; padding-bottom:8px; text-indent:20px; background:url(../../images/main/icon.jpg) left top no-repeat; line-height:16px; font-size:14px; color:#333;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.jiaoyi4 a:hover{ color:#1269d3;}
.jiaoyi4 p{ width:100%; height:36px; line-height:18px; font-size:12px; color:#666;}

.brand{ width:1200px; margin:20px auto 0; overflow:hidden; height:180px; background:#fff;}
.brand_title{ width:1148px; height:58px; padding:0 25px; border:1px solid #eee;}
.brand_title h2{ float:left; height:18px; padding-top:20px; line-height:18px; font-size:18px; color:#333; font-weight:100;}
.brand_title a{ float:right; height:12px; line-height:12px; margin-top:26px; font-size:12px; display:inline-block; padding-right:24px; color:#999; background:url(../../images/main/brand_title_bg.png) right top no-repeat;}
.brand_title a:hover{ color:#1168d2; background:url(../../images/main/brand_title_bg2.png) right top no-repeat;}
.brand_content{ width:1200px; height:120px; position:relative;}
.brand_content img{ width:100px; height:30px; float:left; padding:15px 24px 14px 25px; border-right:1px solid #eee; border-bottom:1px solid #eee;}
.brand_content_line{ width:1px; height:120px; background:#eee; position:absolute; top:0; left:0;}

.floor{ width:1200px; height:200px; margin:20px auto 0; background:#fff; overflow:hidden;}
.floor_title{ width:1148px; height:68px; padding:0 25px; border:1px solid #eee;}



.floor .hdDiv {
    border-bottom: 2px solid #4eabff;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv2 {
    border-bottom: 2px solid #ff6900;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}

.floor .hdDiv span {
    background-color: #4eabff;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}


.floor .hdDiv2 span {
    background-color: #ff6900;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.floor .hdDiv .more {
    color: #666;
    font-size: 13px;
    position: absolute;
    right: 0;
}
.hdDiv p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv2 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv p a {
    color: #999;
    margin-left: 20px;
}
.hdDiv2 p a {
    color: #999;
    margin-left: 20px;
}
.floor .hdDiv3 {
    border-bottom: 2px solid #ff5458;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv3 span {
    background-color: #ff5458;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv3 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv3 p a {
    color: #999;
    margin-left: 20px;
}

.floor .hdDiv4 {
    border-bottom: 2px solid #1abd9b;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv4 span {
    background-color: #1abd9b;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv4 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv4 p a {
    color: #999;
    margin-left: 20px;
}
.floor .hdDiv5 {
    border-bottom: 2px solid #ffaa11;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv5 span {
    background-color: #ffaa11;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv5 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv5 p a {
    color: #999;
    margin-left: 20px;
}

.floor .hdDiv6 {
    border-bottom: 2px solid #428bca;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv6 span {
    background-color: #428bca;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv6 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv6 p a {
    color: #999;
    margin-left: 20px;
}
.floor .hdDiv7 {
    border-bottom: 2px solid #5cb85c;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv7 span {
    background-color: #5cb85c;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv7 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv7 p a {
    color: #999;
    margin-left: 20px;
}
.floor .hdDiv8 {
    border-bottom: 2px solid #f60;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv8 span {
    background-color: #f60;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv8 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv8 p a {
    color: #999;
    margin-left: 20px;
}
.floor .hdDiv9 {
    border-bottom: 2px solid #4a4a4a;
    color: #333;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    padding-left: 70px;
    position: relative;
}
.floor .hdDiv9 span {
    background-color: #4a4a4a;
    color: #fff;
    font-size: 23px;
    height: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.hdDiv9 p {
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    text-align: right;
}
.hdDiv9 p a {
    color: #999;
    margin-left: 20px;
}
.navside{position:fixed;z-index:0;top:300px;left:275px;width:38px;display:none;}
.navside li{width:30px;text-align:center;height:40px;margin-bottom:2px;background-color:#f2f2f2;padding:3px 5px 0px 5px;}
.navside li.current{background:#0283ee;}
.navside li.current a{color:#fff;}
.navside li a{color:#333;font-family:"Hiragino Sans GB","Microsoft Yahei"}

.navside li {
    background-color: #f2f2f2;
    height: 40px;
    margin-bottom: 2px;
    padding: 3px 5px 0;
    text-align: center;
    width: 30px;
}

.hdDiv p a:hover{ color:#2277e6;}
.floor_title span{ float:left; line-height:68px; padding-right:8px; font-size:24px; color:#2277e6; font-family:Arial, Helvetica, sans-serif;}
.floor_title h2{ float:left; line-height:68px; font-size:18px; color:#333; }
.floor_title p{ float:right; height:14px; line-height:14px; font-size:14px; text-align:right; margin-top:32px;}
.floor_title p a{ margin-left:20px; color:#999;}
.floor_title p a:hover{ color:#2277e6;}
.floor_content{ width:1200px; height:480px; position:relative;}
.floor_content_left{ float:left; width:250px; height:100%;}
.floor_content_left ul li{ width:124px; height:39px; float:left; line-height:39px; font-size:12px; overflow:hidden; text-align:left; text-indent:15px; border-right:1px solid #eee; border-bottom:1px solid #eee;}
.floor_content_left ul li a{ width:100%; height:100%; display:block; color:#999;}
.floor_content_left ul li:hover{ background:#fdfdfd;}
.floor_content_left ul li:hover a{ color:#2277e6;}
.floor_content_left_ad img{ width:249px; height:239px; border-right:1px solid #eee; border-bottom:1px solid #eee;}
.floor_content_center{float:left; width:780px; height:100%;}
.floor_content_center li{ float:left; width:165px; height:210px; padding:15px 14px 14px 15px; border-right:1px solid #eee; border-bottom:1px solid #eee;}
.floor_content_center li:hover{ background:#fdfdfd;}
.floor_content_center li img{ float:left; width:160px; height:150px; display:block;}
.floor_content_center_li_p1{ float:left; width:100%; height:40px; line-height:18px; font-size:14px; margin-top:5px;overflow: hidden;}
.floor_content_center_li_p1 a{ color:#333;}
.floor_content_center_li_p2{ float:left; height:24px; line-height:24px; font-size:12px; color:#2277e6; font-family:Arial, Helvetica, sans-serif;}
.floor_content_center_li_p2 span{ font-size:16px;}
.floor_content_center_li_p3{ float:right; height:24px; line-height:24px; font-size:12px; color:#fcae52;}
.floor_content_center_li_p2 span{ font-family:Arial, Helvetica, sans-serif; }
.floor_content_right{ float:left; width:219px; height:100%;}

.floor_content_right ul li {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #999;
    font-size: 12px;
    height: 52.3px;
    line-height: 16px;
    padding: 10px 14px 9px 15px;
    width: 200px;
}
.floor_content_right ul li a{ color:#555; width:180px; display:inline-block; background:url(../../images/main/floor_content_right_li_bg.png) top right no-repeat;padding-right: 40px;overflow: hidden;height: 20px;line-height: 25px;}
.floor_content_right ul li a:hover{ color:#2277e6; }
.floor_content_right ul li span{ color:#f00; padding-right:1px;}
.floor_content_line{ width:1px; height:480px; background:#eee; position:absolute; top:0; left:0;}

.quotation{ width:1200px; height:270px; margin:20px auto 0; background:#fff; overflow:hidden;}
.quotation_title{ width:1148px; height:68px; padding:0 25px; border:1px solid #eee;}
.quotation_title h2{ float:left; line-height:68px; background:url(../../images/main/quotation_title_bg.png) left no-repeat; text-indent:30px; font-size:18px; color:#333; }
.quotation_title p{ float:right; font-size:14px; text-align:right; margin-top:22px;}
.quotation_title p a{ height:28px; line-height:28px; display:inline-block; float:left; margin-left:20px; color:#999;}
.quotation_title p a:hover{ color:#2277e6; border-bottom:2px solid #2277e6;}
.quotation_content{ width:1200px; height:200px; position:relative;}
.quotation_content_line{ width:1198px; height:199px; border-right:1px solid #eee; border-bottom:1px solid #eee; border-left:1px solid #eee; background:none; position:absolute; top:0; left:0;}

.news{ width:1200px; margin:20px auto; background:#fff; overflow:hidden;}
.news_title{ width:1148px; height:68px; padding:0 25px; border:1px solid #eee;}
.news_title h2{ float:left; line-height:68px; background:url(../../images/main/news_title_bg.png) left no-repeat; text-indent:30px; font-size:18px; color:#333; }
.news_title p{ float:right; height:14px; line-height:14px; font-size:14px; text-align:right; margin-top:32px;}
.news_title p a{ margin-left:20px; color:#999;}
.news_title p a:hover{ color:#2277e6;}
.news_content{ width:1200px; height:450px; position:relative;}
.news_content_left{ float:left; width:250px; height:450px;}
.news_content_left img{ width:250px; height:450px; display:block;}
.news_content_center{ float:left; width:640px; height:450px;}
.news_content_center p{ width:600px; height:60px; padding:19px 20px 10px; line-height:30px; font-size:12px; color:#999; border-bottom:1px solid #eee; overflow:hidden;}
.news_content_center p a{ font-size:18px; padding-left:25px; background:url(../../images/main/news_content_center_p_a_bg.png) left no-repeat; color:#333;}
.news_content_center p a:hover{ color:#2277e6;}
.news_content_center ul{ padding:15px 20px 14px; border-bottom:1px solid #eee;}
.news_content_center ul li{ height:30px; line-height:30px; font-size:12px; color:#333; list-style:inside;float:none;}
.news_content_center ul li a{ font-size:14px; padding-right:10px; color:#333;}
.news_content_center ul li span{ color:#999; float:right;}
.news_content_center ul li a:hover{ color:#2277e6;}

.news_content_right{ float:left; width:308px; height:449px; overflow:hidden; border-right:1px solid #eee; border-left:1px solid #eee; border-bottom:1px solid #eee; }
.news_content_right_top{ width:100%; height:89px;  border-bottom:1px solid #eee; background:url(../../images/main/news_content_right_top_bg.png) no-repeat top right;}
.news_content_right p{ width:270px; height:80px; margin:0 19px; padding:20px 0 19px; border-bottom:1px dashed #eee; line-height:20px; color:#999; font-size:12px;}
.news_content_right p a{ font-size:14px; color:#333;}
.news_content_right p a:hover{ color:#2277e6;}
.news_content_right p span a{ font-size:12px; color:#2277e6; padding-right:4px;}


/*yuanliaohangqing*/
.newquotation{ width:1198px; border:1px #eee solid; height:auto; margin:20px auto 0 auto; background:#fff; overflow:hidden;}
.newquotationT{ width:1152px; height:68px; padding:0 24px; overflow:hidden; border-bottom:1px #eee solid;}
.newquotationT h2{display:block; height:68px; line-height:68px; background:url(../../images/main/quotation_title_bg.png) left no-repeat; text-indent:30px; font-size:18px; color:#333;}
.newquotationT ul{display:inline-block; text-align:right; margin-top:22px;}
.newquotationT ul li{ width:auto; display:inline-block; float:left; height:28px; line-height:28px; margin-left:20px; color:#999; font-size:14px; cursor:pointer; font-family:"Microsoft YaHei";}
.newquotationT ul li.on{ color:#2277e6; border-bottom:2px #2277e6 solid;}
.newquotation_tab{ width:1200px; height:auto; overflow:hidden;}
.newquotationC{ width:1158px; margin:25px 15px 25px 25px; height:auto; overflow:hidden;}

.newlist{ width:880px; height:auto; overflow:hidden;}
.newlist ul{ width:900px;}
.newlist ul li{ width:185px; height:auto; padding-right:20px; margin-right:20px; float:left; background:url(../../images/main/nle.gif) right center no-repeat;}

.newquotationCp1{ width:100%; height:30px; padding-bottom:16px; border-bottom:1px dashed #999; line-height:30px;}
.newquotationCp1 a{ font-size:18px; color:#333; width:110px; height:30px; overflow:hidden;}
.newquotationCp1 span{ font-size:12px; color:#999;}
.newquotationCp2{ width:100%; line-height:56px;}
.newquotationCp2 a , .newquotationCp3 a{ font-size:14px; color:#333;}
.newquotationCp2 span{ font-size:24px; color:#37a62d; font-family:Arial, Helvetica, sans-serif,寰蒋闆呴粦,榛戜綋;}
.newquotationCp3{ width:100%; line-height:14px;}
.newquotationCp3 span{ font-size:14px; color:#37a62d; font-family:Arial, Helvetica, sans-serif,寰蒋闆呴粦,榛戜綋;}

.footer_list{background:#262626;width:100%;color:#999;min-width: 1200px;}

.footer_list .layouts {
    overflow: hidden;
}
.layouts {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer_list .f-top {
    position: relative;
    padding-top: 34px;
    padding-bottom: 10px;
    width: 1275px;
    border-bottom: 1px solid #3a3a3a;
}
.footer_list .f-nav {
    width: 180px;
    margin-right: 75px;
    float: left;
}
.footer_list .f-nav a{ font-family:"Microsoft YaHei","arial";}

.footer_list .f-lst {
    padding-top: 10px;
}
.footer_list .f-itm {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
	float:none;
}
.footer_list .f-itm a{color:#666;font: 12px/1.5 "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB";}
.f-btm {
    padding-top: 14px;
    padding-bottom: 45px;
    text-align: center;
}




.border-right{border-right: 1px solid #d3d7db;}
.border-bottom{border-bottom: 1px solid #d3d7db;}
.yl-banner{width: 100%; height: 455px; position: relative;overflow: hidden;}
.yl-banner .bd{position: relative;}
.yl-banner .bd ul{width: 100% !important;}
.yl-banner .bd ul li{width: 100% !important; height: 455px;}
.yl-banner .bd ul li a{display: block;height: 455px;z-index: 20;position: relative;}
.yl-banner .hd_cover{position: absolute; width: 1200px; height: 30px; margin: auto; left: 0; top: 380px; bottom: 0; right: 0; z-index: 100;}
.yl-banner .hd_cover .hd{float: right; margin-top: 10px; margin-right: 48%;}
.yl-banner .hd_cover .hd ul li{width: 40px; height: 8px; text-indent: -9999px; margin-right: 10px; background: #f2f2f2; float: left; cursor: pointer;}
.yl-banner .hd_cover .hd ul li.on{background: #3dc1ff;}
.yl-banner .silder{width: 1200px; height: 455px; margin: 0 auto; position: absolute; top: 0; left: 50%; margin-left: -600px;}
.yl-banner .silder .bannerText{width: 240px; height: 410px; background: #fff; position: absolute; right: 0; top: 20px;z-index: 99;}
.yl-banner .silder .bannerText .name{width: 100%; height: 80px;}
.yl-banner .silder .bannerText .name li{float: left; width: 160px; height: 79px;}
.yl-banner .silder .bannerText .name li.gsm{border-bottom: 1px solid #e0dfdf;line-height: 80px;display: table-cell;text-align: center;}
.yl-banner .silder .bannerText .name li.gsm img{max-width: 156px;vertical-align: middle;}
.yl-banner .silder .bannerText .name li.gsm-1{background: #02a7df; border-bottom: 1px solid #02a7df; text-align: center;}
.yl-banner .silder .bannerText .name li.gsm-1 a{ display: table-cell;vertical-align:middle;color: #fff; width: 160px; height:80px; font-size: 18px;}
.yl-banner .silder .bannerText .fc{width: 100%; height: auto; overflow: hidden; margin-top: 25px; color: #0bd78f;}
.yl-banner .silder .bannerText .fc .wc{float: left; width: 160px; height: 80px; text-align: center;}
.yl-banner .silder .bannerText .fc .wc span{font-size: 30px;}
.yl-banner .silder .bannerText .fc .wc p,.yl-banner .silder .bannerText .fc .wc1 p{font-size: 14px;}
.yl-banner .silder .bannerText .fc .wc1{float: left; width: 160px; height: 80px; text-align: center;}
.yl-banner .silder .bannerText .fc .wc1 span{font-size: 30px;}
.yl-banner .silder .bannerText .fc .wc span.font18,.yl-banner .silder .bannerText .fc .wc1 span.font18{font-size: 20px;}
.yl-banner .silder .bannerText .fc-line{width: 285px; height: 35px; margin: 0 auto; margin-top: 10px; background: url(../images/tiao.png); position: relative;}
.yl-banner .silder .bannerText .fc-line .fc-rect{position: absolute; width: 35px; height: 35px; background: url(../images/f-c.png); left: 0; top: 0; font-size: 12px; text-align: center; line-height: 35px; color: #fff;}
.yl-banner .silder .bannerText .fc_1{float: right; margin-right: 30px;margin-top: 10px;}
.yl-banner .silder .bannerText .fc_1 strong{color: #e4194c; font-size: 28px;}
.yl-banner .silder .bannerText .seckill-timer{float:right;display:block;height:23px;width:280px;margin: 10px 30px 20px 0; text-align: right;}
.yl-banner .silder .bannerText .seckill-timer i{font-size: 18px;color:#26a2d7; }
.yl-banner .silder .bannerText .seckill-timer span{display: inline-block; padding:1px 3px;text-align: center;background-color: #000; color: #ffffff; border-radius: 3px;font-size: 14px;}
.yl-banner .silder .bannerText .tips{display: block;  height: 40px; font-size: 18px; margin-top: 75px ;text-align: center;}
.yl-banner .silder .bannerText .tips a{display: inline-block;line-height: 40px;width: 260px;  border-radius:2px;}
.yl-banner .silder .bannerText .tips a.begin{background: #e4e9ee; color: #6c6c6c;}
.yl-banner .silder .bannerText .tips a.immed{background: #00a2ca; color: #fff;}
.yl-banner .silder .bannerText .tips a.end{background: #c4d5e1; color: #fff;}
.yl-play{width: 1200px; height: 150px; margin: 0 auto; overflow: hidden; margin-top: 15px;}
.yl-play ul li{width: 227px; height: 150px; float: left; margin-right: 10px;}
.yl-play ul li.last{margin: 0;}
.yl-play ul li#lep{width: 252px;}

.yl-hot{width: 1200px; height: 400px; margin: 0 auto; margin-top: 15px;background-color: #ffffff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 20px #ddd\0;  behavior:url("/Public/static/PIE.htc");}
.yl-hot .mc{width: 210px; height: 400px; float: left; background: url(../images/hot.png);}
.yl-hot .mc p{margin-left: 20px; margin-top: 80px; color: #fff; font-size: 30px; font-weight: bold; margin-bottom: 10px; border-radius: 5px;}
.yl-hot .mc .line_gradient{display: block; width: 218px; height: 3px; margin-left: 20px; background: url(../images/gradient.png);}
.yl-hot .mc .miao{margin-top: 5px; margin-left: 20px;}
.yl-hot .mc .miao span{font-size: 14px; color: #fff;}
.yl-hot .mc .items{display: block; margin-left: 20px; margin-top: 10px;width: 170px;}
.yl-hot .mc .items a{color: #fff; font-size: 14px; padding-bottom: 1px; border-bottom: 1px solid #fff;margin-right: 6px;display: inline-block;}
.yl-hot .mc .button{display: block; width: 120px; height: 40px; background-color: #3f86f2; color: #fff; text-align: center; line-height: 40px; margin: 0 auto; margin-top: 60px; border-radius: 5px; font-size: 16px;}
.yl-hot.yl-product .mc{background: url(../images/new.png);}
.yl-hot.yl-product .mc .button{background-color: #33a0d5; margin-top: 80px;}
.yl-hot.yl-cosmetics .mc{background: url(../images/cosmetics.png);}
.yl-hot.yl-cosmetics .mc .button{background-color: #42689f;}
.yl-hot.yl-mineral .mc{background: url(../images/mineral.png);}
.yl-hot.yl-mineral .mc .button{background-color: #627ce2;}
.yl-hot.yl-organic .mc{background: url(../images/organic.png);}
.yl-hot.yl-organic .mc .button{background-color: #777e9b;}
.yl-hot.yl-additive .mc{background: url(../images/additive.png);}
.yl-hot.yl-additive .mc .button{background-color: #50859d;}
.yl-hot.yl-catalyzer .mc{background: url(../images/catalyzer.png);}
.yl-hot.yl-catalyzer .mc .button{background-color: #43b7b3;}
.yl-hot.yl-chemical-agent .mc{background: url(../images/chemical.png);}
.yl-hot.yl-chemical-agent .mc .button{background-color: #3fb189;}
.yl-hot.yl-fuel .mc{background: url(../images/ran.png);}
.yl-hot.yl-fuel .mc .button{background-color: #3d9bbe;}
.yl-hot .main-body{width: 990px; height: 400px; float: left;}
.yl-hot .main-body ul .fitem{width: 279px; height: 149px; float: left; padding: 25px; position: relative;}
.yl-hot .main-body ul .fitem .news{width: 145px; height: 148px; float: left;}
.yl-hot .main-body ul .fitem .news .title{font-size: 18px; font-weight: bold; margin-top: 10px;color: #4d4d4d;}
.yl-hot .main-body ul .fitem .news .cp{display: block; width: 145px; height: 50px;margin-top: 5px; font-size: 14px;font-weight: 100;word-wrap: break-word;}
.yl-hot .main-body ul .fitem .news .price{font-size: 14px; color: #e4194c;}
.yl-hot .main-body ul .fitem .news .price strong{font-size: 24px;}
.yl-hot .main-body ul .fitem .news .subtitle{display: inline-block;color: #00e099; font-size: 16px;}
.yl-hot .main-body ul .fitem .display{float: right; display: table-cell; width: 120px; height: 150px; line-height:150px;text-align: center;}
.yl-hot .main-body ul .fitem .display img{max-width: 120px;max-height: 150px;}
.yl-hot .main-body ul .fitem1{width: 279px; height: 149px; float: left; padding: 25px; border-right: 1px solid #d3d7db; border-bottom: 1px solid #d3d7db;}
.brands{width: 1200px; height: 80px; margin: 0 auto; margin-top: 15px;background-color: #ffffff;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 20px #ddd\0;  behavior:url("/Public/static/PIE.htc");}
.brands .fore1{float: left; width: 199px; height: 80px;}
.brands .fore1.fn{border: none;}
.brands .fore1 a{display: block; width: 200px; height: 80px;}
.brands span.line{width: 1px; height: 50px; float: left; background: #e5e9eb; margin-top: 15px;}
.brands2{width: 1205px; height: 80px; margin: 0 auto; margin-top: 15px;}
.brands2 .fore1{float: left; width: 200px; height: 80px;}
.brands2 .fore1.fn{border: none;}
.brands2 .fore1 a{display: block; width: 200px; height: 80px;}
.brands2 span.line{width: 1px; height: 50px; float: left; background: #e5e9eb; margin-top: 15px;}
.floor-banner{width: 1200px; height: 110px; margin: 0 auto; margin-top: 15px;}
.floor-banner a{width: 100%; height: 100%; display: block;}
/*鎶㈣喘*/
.yl-scare{width: 1200px; height: 500px; margin: 0 auto; margin-top: 25px; background: #fafcfd; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 20px #ddd\0;  behavior:url("/Public/static/PIE.htc");}
.yl-scare .sk{display: block; width: 8px; height: 24px; float: left; margin-top: 20px; background: #02a7df;}
.yl-scare table{width: 1200px; margin: 0 auto; border: 1px solid #dde0e4;font-size: 14px;}
.yl-scare table #title{height: 45px;}
.yl-scare table #title th{font-size: 18px; color: #4d4d4d; font-weight: 700;}
.yl-scare table #title .paoduct{text-align: left; padding-left: 30px; width: 380px;}
.yl-scare table #title .paoduct1{width: 150px;}
.yl-scare table #title .paoduct2{width: 140px;}
.yl-scare table #title .paoduct3{width: 200px;}
.yl-scare table #title .paoduct4{width: 120px;}
.yl-scare table tr{height: 75px;}
.yl-scare table td{border: 1px solid #dde0e4; border-left: none; border-right: none; text-align: center;}
.yl-scare table td a.button1{display: block; width: 100px; height: 32px; line-height: 32px; text-align: center; background: #00a2ca; color: #fff; margin: 0 auto; border-radius: 3px; font-size: 16px;}
.yl-scare table td a.button{display: block; width: 100px; height: 32px; line-height: 32px; text-align: center; background: #deeaf3; color: #a1abb3; margin: 0 auto; border-radius: 3px; font-size: 16px;}
.yl-scare table td a.button2{display: block; width: 100px; height: 32px; line-height: 32px; text-align: center; background: #c4d5e1; color: #fff; margin: 0 auto; border-radius: 3px; font-size: 16px;}
.yl-scare table td.bi{font-size: 14px; color: #e1494c;}
.yl-scare table td .price{font-size: 20px; color: #646464;}
.yl-scare table td strong.money{font-size: 24px; color: #e4194c;}
.progressbar{background: url(../images/progressbar.png); width: 46px; height: 46px; color: #545151; font-size: 12px; text-align: center; line-height: 47px; margin: 0 auto;}
.progressbar-0{background-position:0 0}.progressbar-1{background-position:-54px 0}.progressbar-2{background-position:-108px 0}.progressbar-3{background-position:-162px 0}.progressbar-4{background-position:-216px 0}.progressbar-5{background-position:-270px 0}.progressbar-6{background-position:-324px 0}.progressbar-7{background-position:-378px 0}.progressbar-8{background-position:-432px 0}.progressbar-9{background-position:-486px 0}.progressbar-10{background-position:-540px 0}.progressbar-11{background-position:-594px 0}.progressbar-12{background-position:-648px 0}.progressbar-13{background-position:-702px 0}.progressbar-14{background-position:-756px 0}.progressbar-15{background-position:-810px 0}.progressbar-16{background-position:-864px 0}.progressbar-17{background-position:-918px 0}.progressbar-18{background-position:-972px 0}.progressbar-19{background-position:-1026px 0}.progressbar-20{background-position:-1080px 0}.progressbar-21{background-position:-1134px 0}.progressbar-22{background-position:-1188px 0}.progressbar-23{background-position:-1242px 0}.progressbar-24{background-position:-1296px 0}.progressbar-25{background-position:-1350px 0}.progressbar-26{background-position:-1404px 0}.progressbar-27{background-position:-1458px 0}.progressbar-28{background-position:-1512px 0}.progressbar-29{background-position:-1566px 0}.progressbar-30{background-position:-1620px 0}.progressbar-31{background-position:-1674px 0}.progressbar-32{background-position:-1728px 0}.progressbar-33{background-position:-1782px 0}.progressbar-34{background-position:-1836px 0}.progressbar-35{background-position:-1890px 0}.progressbar-36{background-position:-1944px 0}.progressbar-37{background-position:-1998px 0}.progressbar-38{background-position:-2052px 0}.progressbar-39{background-position:-2106px 0}.progressbar-40{background-position:-2160px 0}.progressbar-41{background-position:-2214px 0}.progressbar-42{background-position:-2268px 0}.progressbar-43{background-position:-2322px 0}.progressbar-44{background-position:-2376px 0}.progressbar-45{background-position:-2430px 0}.progressbar-46{background-position:-2484px 0}.progressbar-47{background-position:-2538px 0}.progressbar-48{background-position:-2592px 0}.progressbar-49{background-position:-2646px 0}.progressbar-50{background-position:-2700px 0}.progressbar-51{background-position:-2754px 0}.progressbar-52{background-position:-2808px 0}.progressbar-53{background-position:-2862px 0}.progressbar-54{background-position:-2916px 0}.progressbar-55{background-position:-2970px 0}.progressbar-56{background-position:-3024px 0}.progressbar-57{background-position:-3078px 0}.progressbar-58{background-position:-3132px 0}.progressbar-59{background-position:-3186px 0}.progressbar-60{background-position:-3240px 0}.progressbar-61{background-position:-3294px 0}.progressbar-62{background-position:-3348px 0}.progressbar-63{background-position:-3402px 0}.progressbar-64{background-position:-3456px 0}.progressbar-65{background-position:-3510px 0}.progressbar-66{background-position:-3564px 0}.progressbar-67{background-position:-3618px 0}.progressbar-68{background-position:-3672px 0}.progressbar-69{background-position:-3726px 0}.progressbar-70{background-position:-3780px 0}.progressbar-71{background-position:-3834px 0}.progressbar-72{background-position:-3888px 0}.progressbar-73{background-position:-3942px 0}.progressbar-74{background-position:-3996px 0}.progressbar-75{background-position:-4050px 0}.progressbar-76{background-position:-4104px 0}.progressbar-77{background-position:-4158px 0}.progressbar-78{background-position:-4212px 0}.progressbar-79{background-position:-4266px 0}.progressbar-80{background-position:-4320px 0}.progressbar-81{background-position:-4374px 0}.progressbar-82{background-position:-4428px 0}.progressbar-83{background-position:-4482px 0}.progressbar-84{background-position:-4536px 0}.progressbar-85{background-position:-4590px 0}.progressbar-86{background-position:-4644px 0}.progressbar-87{background-position:-4698px 0}.progressbar-88{background-position:-4752px 0}.progressbar-89{background-position:-4806px 0}.progressbar-90{background-position:-4860px 0}.progressbar-91{background-position:-4914px 0}.progressbar-92{background-position:-4968px 0}.progressbar-93{background-position:-5022px 0}.progressbar-94{background-position:-5076px 0}.progressbar-95{background-position:-5130px 0}.progressbar-96{background-position:-5184px 0}.progressbar-97{background-position:-5238px 0}.progressbar-98{background-position:-5292px 0}.progressbar-99{background-position:-5346px 0}.progressbar-100{background-position:-5400px 0}
.yl-scare table td .progressbar em.f{color: #666; font-size: 12px; line-height: 45px;}
.yl-scare table td .progressbar em{font-weight: bold;}
.yl-scare table td div.seckill-timer{font-size: 14px;}
.yl-scare table td div.seckill-timer i{font-size: 18px;color:#26a2d7; }
.yl-scare table td .seckill-timer span{display: inline-block; padding: 3px;text-align: center;background-color: #31607c; color: #ffffff; border-radius: 3px;font-size: 16px;}
.yl-scare h1{width: 1168px; border: 1px solid #dde0e4; border-bottom: none; height: 60px; padding-left: 30px; line-height: 60px; font-size: 20px; color: #4d4d4d; font-weight: bold;}
.yl-scare .footer{width: 1198px; height: 92px;border: 1px solid #dde0e4;  border-top: 0;}
.yl-scare .footer .button{display: inline-block; margin-left: 550px; padding: 5px 25px; background: #aab7c0; margin-top: 30px; color: #fff; font-size: 16px; border-radius: 3px;}
.yl-consulting{width: 100%; height: 360px; background: #fafcfd; margin-top: 25px;}
.yl-consulting .zt{width: 100%; height: 58px; border-top: 1px solid #c6d9e5; border-bottom: 1px solid #c6d9e5;}
.yl-consulting .zt .wrapper{width: 1200px; height: 100%; line-height: 58px; margin: 0 auto;}
.yl-consulting .zt .wrapper .sgin{float: left; display: block; width: 6px; height: 27px; background: #02a7df; margin-top: 15px;}
.yl-consulting .zt .wrapper a{float: left; margin-right: 20px; font-size: 14px;}
.yl-consulting .zt .wrapper a:hover{color:#26a2d7; }
.yl-consulting .zt .wrapper #zs1{font-weight: bold; font-size: 18px; margin-left: 25px;}
.yl-consulting .wrapper2{width: 1200px; height: 300px; margin: 0 auto;}
.yl-consulting .wrapper2 .zxt{width: 290px; height: 240px; float: left; margin-top: 29px; position: relative;}
.yl-consulting .wrapper2 .zxt .bd{width: 100%; height: 240px; position: relative;}
.yl-consulting .wrapper2 .zxt .bd li{width: 100% !important; height: 240px; text-align: center;display: none;}
.yl-consulting .wrapper2 .zxt .bd li div{position: absolute; left: 0; bottom: 0px;text-align: center;width: 290px;height: 50px;line-height: 50px;background: -webkit-linear-gradient(white, #9A9AA2);background: -o-linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8)); background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8));background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8));}
.yl-consulting .wrapper2 .zxt .bd li div span{color: #fff;font-size: 16px;}
.yl-consulting .wrapper2 .zxt .banner-btn{width: 290px; position: absolute; top: 120px; z-index: 20;}
.yl-consulting .wrapper2 .zxt .banner-btn a{display: block; width: 35px; height: 55px; position: absolute; top: 0;}
.yl-consulting .wrapper2 .zxt .banner-btn a.next{position:absolute;right: 0; top: -30px; background: url(../images/icon-right.png) no-repeat 10px 10px;}
.yl-consulting .wrapper2 .zxt .banner-btn a.prev{position:absolute;left: 0; top: -30px; background: url(../images/icon-left.png) no-repeat 6px 10px;}
.yl-consulting .wrapper2 .zxt .banner-btn a.next:hover,.yl-consulting .wrapper2 .zxt .banner-btn a.prev:hover{background-color: #000;opacity: 0.3; }
.yl-consulting .wrapper2 .zxm{width: 870px; height: auto; overflow: hidden; float: left; margin-left: 30px; margin-top: 29px;}
.yl-consulting .wrapper2 .zxm ul .flag{margin-right: 30px;}
.yl-consulting .wrapper2 .zxm ul .fore{width: 395px;margin-left: 25px; float: left;list-style-type: initial;border-bottom: 1px dotted #dbdbdb}
.yl-consulting .wrapper2 .zxm ul .fore a{font-size: 14px;height: 39px;line-height: 39px;}
.yl-consulting .wrapper2 .zxm ul .fore a:hover{color:#26a2d7; }
.yl-consulting .wrapper2 .zxm ul .fore .nt{display: inline;width: 340px; height: 21px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.yl-consulting .wrapper2 .zxm ul .fore .time{height: 39px;line-height: 39px;float: right;}
.yl-link{width: 100%; height: 180px; background: url(../images/link_bg.png); margin-top: 15px; overflow: hidden;}
.yl-link .wrapper{width: 1200px; height: 180px; margin: 0 auto;}
.yl-link .wrapper .title{margin-top: 25px; font-size: 16px; font-weight: 700;}
.yl-link .wrapper .title a{color: #31607c;}
.yl-link .wrapper .yl-bottomnav{margin-top: 40px; overflow: hidden;}
.yl-link .wrapper .yl-bottomnav li{float: left; font-size: 14px; margin-right: 12px;line-height: 24px;}
.yl-link .wrapper .yl-bottomnav li.change{ border-bottom: 1px dashed #00e099;}
.yl-link .wrapper .yl-bottomnav li.change a{color: #00e099;}
.yl-link .wrapper .yl-bottomnav li a{color: #718797;}
.yl-link .wrapper .yl-bottomnav li a:hover{color:#26a2d7;}
/*妤煎眰*/
.f-box{opacity:0;width: 38px; height: auto; position: fixed; left: 300px; top: 300px; border-bottom: none;}
.fs{width: 38px; height: 42px; font-size: 14px; cursor: pointer; text-align: center; word-wrap: break-word; border-bottom: 1px dashed #c3c4c4;}
/*鍦板煙*/
.areaclass{width:600px;background-color:#FFFFFF; box-shadow: none; color:#666;border:8px solid #26a2d7;}
.areaclass .layui-layer-content{ padding:40px;}
.areaclass ul {list-style: none;margin:10px 0;padding:0;}
.areaclass .area_ul {padding: 20px 0;zoom: 1;overflow: hidden;font-size: 16px;}
.areaclass .area_ul li {float: left;width: 60px;text-align: center;line-height: 40px;margin-right:15px;}
.areaclass .area_ul li a {color: #333;display: block;border:1px solid #ccc;}
.areaclass .area_ul li a:hover{border:1px solid #26a2d7;color:#26a2d7;}
.areaclass .area_ul li a.cur{border:1px solid #26a2d7;color:#26a2d7;}
.areaclass .area_tip{color: #c40000;}
.areaclass .area_button {float:right;border:1px solid #26a2d7;border-radius:2px;margin-right:10px;margin-bottom:10px;cursor:pointer;padding:8px 20px;background-color:#26a2d7;color:#fff;font-size: 16px;}

.banner-side {position:relative;width:1200px;height:0;z-index:55;margin:0 auto;}
.banner-side .side-login {top:12px;right:0;bottom:auto;left:auto;position:absolute;width:265px;z-index:10;font-size:14px;color:#000;overflow:hidden;}
.side1 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;text-align:left;}
.banner-side .side-login .side1 {padding-bottom:30px;background-color:rgba(2,130,229,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0282e5,endColorstr=#0282e5);zoom:1;}
.banner-side .side-login .side1 .s-lg-s11 {padding:50px 0 28px 0;font-family:"Hiragino Sans GB","Microsoft Yahei";font-size:16px;color:#fff;line-height:24px;text-align:center;}
.banner-side .side-login .side1 .s-lg-s11 img {margin-right:5px;width:39px;display:inline-block;}
.banner-side .side-login .side1 .s-lg-s12 {text-align:center;}
.banner-side .side-login .side1 .s-lg-s12 a {margin:0 4px;font-size:16px;color:#fff;line-height:25px;width:112px;height:36px;line-height:36px;text-align:center;cursor:pointer;background-color:#2fa9ff;color:#fff;display:inline-block;*display:inline;*zoom:1}
.banner-side .side-login .side1 .s-lg-s12 a:hover{background-color:#ff4400;}
.banner-side .side-login .side3 {height:154px;padding:8px 15px;background-color:#fff;line-height:21px;overflow:hidden;}
.banner-side .side-login .side3 .s-s3-d1 .s-s3-sp1 {font-family:"Hiragino Sans GB","Microsoft Yahei";font-size:18px;color:#000;line-height:25px;font-weight:bold;margin-bottom:5px;}
.f-cb{overflow:hidden;}
.m-nav-ico a i, .m-nav-ico .mn-ico2 span, .side3 .s-s3-a1, .side3 .s-s3-a2 {background:url("../images/tubiao.png") no-repeat;_background:url("/Public/images/tubiao.gif") no-repeat;}
.banner-side .side-login .side3 .s-s3-a1, .banner-side .side-login .side3 .s-s3-a2 {width:24px;height:18px;line-height:18px;text-align:center;cursor:pointer;background-color:#c6d4db;color:#fff;display:inline-block;margin-left:2px;opacity:0.8;filter:alpha(opacity=80);}
.banner-side .side-login .side3 .s-s3-a1 {background-position:-44px -14px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.banner-side .side-login .side3 .s-s3-a2 {background-position:-45px -2px;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.banner-side .side-login .side3 .s-s3-a1:hover,.banner-side .side-login .side3 .s-s3-a2:hover{background-color:#0283ee;}
.banner-side .side-login .side3 .s-s3-d2 li {height:25px;}
.banner-side .side-login .side3 .s-s3-d2 a {line-height:25px;width:100%;color:#000;font-family:"Microsoft Yahei";font-size:12px;display:inline-block;}
.banner-side .side-login .side3 .s-s3-d2 a:hover{text-decoration:underline;}
.banner-side .side-login .side3 .s-s3-d2 a .s1 {width:190px;white-space:nowrap;text-overflow:ellipsis;}
.banner-side .side-login .side3 .s-s3-d2 a span {display:inline-block;}
.banner-side .side-login .side2{margin:12px 0;}
.banner-side .side-login .side2 a{display:inline-block;background:#fff;width:130px;padding:14px 0;text-align:center;font-size:16px;color:#0067b7;opacity:0.8;filter:alpha(opacity=80);}
.banner-side .side-login .side2 a:hover span{background-position:-106px -328px;}
.banner-side .side-login .side2 a:hover{color:#fff;background-color:#3297e7;opacity:1;filter:alpha(opacity=100);}
.banner-side .side-login .side2 a b{font-weight:normal;}
.banner-side .side-login .side2 span{background:url(../images/tubiao.png) no-repeat;width:45px;height:35px;background-position:1px -330px;display:block;margin:0 auto;}
.banner-side .side-login .side2 span.orderspan{background-position:-45px -327px;}
.banner-side .side-login .side2 a:hover span.orderspan{background-position:-165px -328px;}
/*banner-side e*/
/*banner-side e*/
.form-control,textarea {outline:none;min-height:26px;padding:4px 8px;font-size:13px;color:#333;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #ccc;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);*margin-left:-40px;}
.form-control:focus,textarea:focus {border-color:#51a7e8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}
.banner{height:500px;overflow:hidden;position:relative;min-width:1200px;margin:0 auto;z-index:22;margin-bottom:15px}
.banner .hd {width:100%;height:10px;left:auto;right:auto;top:auto;bottom:38px;position:absolute;text-align:center;z-index:1}
.banner .hd li {zoom:1;*display:inline!important;width:32px;height:7px;overflow:hidden;margin:0 5px;background-color:#FFF;opacity:0.8;filter:alpha(opacity=80);cursor:pointer;display:inline-block}
.banner .hd .on {background-color:#f55c00;}
.banner .bd{position:relative;height:100%;z-index:0;overflow:hidden;}

.banner .bd li{zoom:1;width:100%;height:500px;overflow:hidden;vertical-align:middle;text-align:center;}
.banner .bd li a{width:100%;height:500px;margin:0 auto;display:inline-block;}
.banner .bd li img {display:block;vertical-align:middle;margin:0 auto}
.banner .bd img{display:block;}
.banner .prev, .banner .next {z-index:10;display:none;width:50px;height:70px;border-radius:3px;margin:-60px 0 0;background:url("../images/ad_ctr.png") no-repeat 0 0;cursor:pointer;text-indent:-9999px;position:absolute;top:50%;bottom:auto;}
.banner .prev {left:5px;background-position:0 -10px;}
.banner .next {right:5px;background-position:-10px -100px;}
.banner .prev:hover, .banner .next:hover {@include opacity($opacity:50);}





#num_show {
    display: block;
    height: 68px;
    margin-bottom: 2px;
    width: 86px;
}
#up_fl {position:absolute; left:0; top:0;}
.up_fl {float:left; width:23px; height:68px; background-position:-172px -204px;}
.down_fl {float:left; width:23px; height:68px; background-position:-258px -204px;}
.num_show1 {background-position:0 0;} 
.num_show2 {background-position:-86px 0;} 
.num_show3 {background-position:-172px 0;} 
.num_show4 {background-position:-258px 0;} 
.num_show5 {background-position:-344px 0;} 
.num_show6 {background-position:-430px 0;} 
.num_show7 {background-position:0 -68px;} 
.num_show8 {background-position:-86px -68px;} 
.num_show9 {background-position:-172px -68px;} 
.num_show10 {background-position:-258px -68px;} 
.num_show11 {background-position:-344px -68px;} 
.num_show12 {background-position:-430px -68px;} 
.num_show13 {background-position:0 -136px;} 
.num_show14 {background-position:-86px -136px;} 
.num_show15 {background-position:-172px -136px;} 
.num_show16 {background-position:-258px -136px;} 
.num_show17 {background-position:-344px -136px;} 
.num_show18 {background-position:-430px -136px;} 
.num_show19 {background-position:-430px -204px;} 
#fl_index {
    height: 583px;
    position: fixed;
}
#fl_index {
    line-height: 27px;
    z-index: 999;
	right: 220px! important;
}
.widescreen {
    width: 86px;
}

#floors {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}






/**************************楠炲灝鎲℃担锟� end*****************************/
.fl_index ul li {
    background-color: #f9f9f9;
    height: 27px;
    text-align: center;
}

.fl_index ul li a.curr, .fl_index ul li a:hover {
    background: rgba(0, 0, 0, 0) url("images/num.gif") repeat scroll 0 -204px;
    color: #ffffff;
}


#floors{
	clear:both;
	width:1200px;
	margin:0 auto;
	margin: 10px auto 0;
	position: relative;
}

.floor {
	margin-top:3px;
	display:table;
	margin-bottom:20px;
	clear:both;
	position:relative;
	width: 1200px;
    margin: 20px auto 0;
}

.floor .f_header {
    height: 50px;
    margin-bottom: 0;
}





.floor .f_header span {
    background-color: #009943;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 36px;
}



.floor .f_header h3 {
	float:left;
	font-size:24px;
	height:30px;
	line-height:34px;
	_line-height:40px;
	overflow:hidden;
	color:#009943;
	padding-left:60px;
}
.floor .f_header .totop {
	float:right;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	height:30px;
	line-height:40px;
	color:#999999;
	overflow:hidden;
}
.floor .f_header a.totop:hover {
	color:#ff5016;
	padding-right:11px;
	background:url(images/totop.gif) right 14px no-repeat;
}
.floor .fl_left {
	float:left;
	width:240px;
	margin-right:24px;
	overflow:hidden;
	margin-top:9px;
}
.floor .fl_left .logoshow {
	float:left;
	width:100%;
	margin-bottom:12px;
}
.floor .fl_left .logoshow a {
	float:left;
	width:118px;
	text-align:center;
	border:1px solid #f0f0f0;
	position:relative;
	overflow:hidden;
	height:72px;
}
.floor .fl_left .logoshow a span {
	top:72px;
	width:116px;
	color:#aa4100;
	background-color:#fff4ce;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:72px;
	position:absolute;
	z-index:33;
	display:block;
	left:1px;
}
.floor .fl_left .logoshow a.wzgg {
	height:41px;
	line-height:41px;
	font-size:12px;
	overflow:hidden;
}
.floor .fl_left .logoshow a.rgt {
	margin-left:-1px;
}
.floor .fl_left .logoshow a.btm {
	margin-top:-1px;
}
.floor .fl_left .logoshow a.l_pic {
	border:none;
	display:block;
	width:100%;
}
.floor .fl_left .logoshow a.l_pic span {
	width:237px;
}
.floor .fl_left .picshow {
}
.fl_left .fl_info_l {
}
.fl_left .fl_info_l h5 {
	font-size:14px;
	border-bottom:1px solid #ececec;
	line-height:38px;
}
.fl_left .fl_info_l a {
	display:inline-block;
	line-height:28px;
	color:#444444;
	font-size:12px;
}
.fl_left .fl_info_l a span {
	color:#888888;
	padding-right:4px;
}

.floor .fl_c_main {
	float:left;
	width:646px;
	overflow:hidden;
}
.floor .fl_center {
	float:left;
	width:299px;
	overflow:hidden;
	margin-right:24px;
	_margin-top:3px;
}
.fl_center .cla_14 {
	width:100%;
	overflow:hidden;
}
.fl_center .cla_14 a {
	font-size:13px;
	margin-right:12px;
	word-break:keep-all;
	line-height:27px;
	*line-height:23px;
	_line-height:23px;
}
.fl_center .cla_14 a.last {
	margin-right:0;
}

.floor .fl_right {
	float:left;
	width:290px;
	margin-top:5px;
}
.fl_right h5 {
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
.fl_right .ztai_info {
	clear:both;
	width:100%;
}
.fl_right .ztai_info a {
	line-height:29px;
	font-size:13px;
	width:100%;
	display:inline-block;
}



@charset "utf-8";
/*banner-side s*/
.login{ height:200px; width:400px; text-align:center; margin-left:10px;}
.login .t{ text-align:center; background:#005dad;color:#FFf;line-height:35px;}
.login .button-login{width:150px; height:42px; cursor:pointer;line-height:30px; font-size:20px; color:#fff; background:#f44500; margin-bottom:10px;text-align:center; border:0px;cursor:pointer; float:left}
.login .login-input{ width:385px; height:35px; line-height:35px; margin:10px 13px 10px 0; padding:0 5px; }
.login i{ font-style:normal; line-height:52px;}
.banner-side {position:relative;width:1200px;height:0;z-index:12;margin:0 auto;}
.banner-side .side-login {top:12px;right:0;bottom:auto;left:auto;position:absolute;width:265px;z-index:10;font-size:14px;color:#000;overflow:hidden;}
.side1 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;text-align:left;}
.banner-side .side-login .side1 {padding-bottom:30px;background-color:rgba(2,130,229,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0282e5,endColorstr=#0282e5);zoom:1;}
.banner-side .side-login .side1 .s-lg-s11 {padding:50px 0 28px 0;font-family:"Hiragino Sans GB","Microsoft Yahei";font-size:16px;color:#fff;line-height:24px;text-align:center;}
.banner-side .side-login .side1 .s-lg-s11 img {margin-right:5px;width:39px;display:inline-block;}
.banner-side .side-login .side1 .s-lg-s12 {text-align:center;}
.banner-side .side-login .side1 .s-lg-s12 a {margin:0 4px;font-size:16px;color:#fff;line-height:25px;width:112px;height:36px;line-height:36px;text-align:center;cursor:pointer;background-color:#2fa9ff;color:#fff;display:inline-block;*display:inline;*zoom:1}
.banner-side .side-login .side1 .s-lg-s12 a:hover{background-color:#ff4400;}
.banner-side .side-login .side3 {height:154px;padding:8px 15px;background-color:#fff;line-height:21px;overflow:hidden;}
.banner-side .side-login .side3 .s-s3-d1 .s-s3-sp1 {font-family:"Hiragino Sans GB","Microsoft Yahei";font-size:18px;color:#000;line-height:25px;font-weight:bold;margin-bottom:5px;}
.f-cb{overflow:hidden;}
.m-nav-ico a i, .m-nav-ico .mn-ico2 span, .side3 .s-s3-a1, .side3 .s-s3-a2 {background:url("../images/tubiao.png") no-repeat;_background:url("/Public/images/tubiao.gif") no-repeat;}
.banner-side .side-login .side3 .s-s3-a1, .banner-side .side-login .side3 .s-s3-a2 {width:24px;height:18px;line-height:18px;text-align:center;cursor:pointer;background-color:#c6d4db;color:#fff;display:inline-block;margin-left:2px;opacity:0.8;filter:alpha(opacity=80);}
.banner-side .side-login .side3 .s-s3-a1 {background-position:-44px -14px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.banner-side .side-login .side3 .s-s3-a2 {background-position:-45px -2px;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.banner-side .side-login .side3 .s-s3-a1:hover,.banner-side .side-login .side3 .s-s3-a2:hover{background-color:#0283ee;}
.banner-side .side-login .side3 .s-s3-d2 li {height:25px;}
.banner-side .side-login .side3 .s-s3-d2 a {line-height:25px;width:100%;color:#000;font-family:"Microsoft Yahei";font-size:12px;display:inline-block;}
.banner-side .side-login .side3 .s-s3-d2 a:hover{text-decoration:underline;}
.banner-side .side-login .side3 .s-s3-d2 a .s1 {width:190px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.banner-side .side-login .side3 .s-s3-d2 a span {display:inline-block;}
.banner-side .side-login .side2{margin:12px 0;}
.banner-side .side-login .side2 a{display:inline-block;background:#fff;width:130px;padding:14px 0;text-align:center;font-size:16px;color:#0067b7;opacity:0.8;filter:alpha(opacity=80);}
.banner-side .side-login .side2 a:hover span{background-position:-106px -328px;}
.banner-side .side-login .side2 a:hover{color:#fff;background-color:#3297e7;opacity:1;filter:alpha(opacity=100);}
.banner-side .side-login .side2 a b{font-weight:normal;}
.banner-side .side-login .side2 span{background:url(../images/tubiao.png) no-repeat;width:45px;height:35px;background-position:1px -330px;display:block;margin:0 auto;}
.banner-side .side-login .side2 span.orderspan{background-position:-45px -327px;}
.banner-side .side-login .side2 a:hover span.orderspan{background-position:-165px -328px;}

/*banner-side e*/
.form-control,textarea {outline:none;min-height:26px;padding:4px 8px;font-size:13px;color:#333;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right center;border:1px solid #ccc;border-radius:3px;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);*margin-left:-40px;}
.form-control:focus,textarea:focus {border-color:#51a7e8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}
.banner{height:405px;overflow:hidden;position:relative;min-width:1200px;margin:0 auto;z-index:0;margin-bottom:0px}
.banner .hd {width:100%;height:10px;left:auto;right:auto;top:auto;bottom:38px;position:absolute;text-align:center;z-index:1}
.banner .hd li {zoom:1;*display:inline!important;width:32px;height:7px;overflow:hidden;margin:0 5px;background-color:#FFF;opacity:0.8;filter:alpha(opacity=80);cursor:pointer;display:inline-block}
.banner .hd .on {background-color:#f55c00;}
.banner .bd{position:relative;height:100%;z-index:0;overflow:hidden;}

.banner .bd li{zoom:1;width:100%;height:500px;overflow:hidden;vertical-align:middle;text-align:center;}
.banner .bd li a{width:100%;height:500px;margin:0 auto;display:inline-block;}
.banner .bd li img {display:block;vertical-align:middle;margin:0 auto}
.banner .bd img{display:block;}
.banner .prev, .banner .next {z-index:10;display:none;width:50px;height:70px;border-radius:3px;margin:-60px 0 0;background:url("../images/ad_ctr.png") no-repeat 0 0;cursor:pointer;text-indent:-9999px;position:absolute;top:50%;bottom:auto;}
.banner .prev {left:5px;background-position:0 -10px;}
.banner .next {right:5px;background-position:-10px -100px;}
.banner .prev:hover, .banner .next:hover {@include opacity($opacity:50);}

#nav{display:none;position:fixed;right:50%;top:220px;width:38px;margin-right:630px;text-align:center;list-style-type:none;}
#nav a{display:block;width:59px;height:59px;border:1px solid #ACACAC;line-height:59px;color:#888;text-decoration:none;overflow:hidden;}
#nav a:hover{border:1px solid #B0B0B0;color:#fff;}
#nav li{list-style-type:none;margin-top:5px}
#nav .current a{border:1px solid #0060CE;}
.btns:hover,.btns_info:hover,a {
	text-decoration:none;
}
a,img {
	outline:0;
}
img,input {
	vertical-align:middle;
}
.btns {
	display:inline-block;
	width:158px;
	font-size:18px;
	margin-bottom:0;
	line-height:48px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	border:1px solid #4eabff;
	background-color:#4eabff;
}
.btns:hover {
	border:1px solid #087dd6;
	background-color:#087dd6;
}
.btns_info {
	color:#fc383e;
	border:1px solid #fc383e;
	background-color:#fff;
}
.btns_info:hover {
	color:#fff;
	background-color:#fc383e;
}
.mod {
	margin-top:0px;
}
.mod .mod_tit {
	height:48px;
	line-height:48px;
	border-bottom:2px solid #1e1e1e;
	overflow:hidden;
}
.mod.mall .mod_tit {
	border-bottom:2px solid #3376c2;
}
.mod.mall .mod_tit .note {
	font-size:14px;
	margin-left:-60px;
}
.mod.process .mod_tit {
	border-bottom:2px solid #8193eb;
}
.mod.logistics .mod_tit {
	border-bottom:2px solid #fc6a6f;
}
.mod.baitiao .mod_tit {
	border-bottom:2px solid #ffba52;
}
.mod .mod_tit h3 {
	font-size:24px;
	font-weight:normal;
	float:left;
}
.mod h3 span {
	display:inline-block;
	vertical-align:middle;
	background:url(../images/mod_tit_solgn.png) no-repeat;
	margin-left:10px;
	width:280px;
	height:24px;
}
.mod.mall h3 span {
	background-position:0 0;
}
.mod.process h3 span {
	background-position:0 -26px;
}
.mod.logistics h3 span {
	background-position:0 -50px;
}
.mod.baitiao h3 span {
	background-position:0 -74px;
}
.mod .mod_tit_right {
	float:right;
	font-size:14px;
}
.mod .mod_tit_right a {
	color:#333;
}
.mod .mod_content {
	overflow:hidden;
}
.mod .mod_border {
	border:1px solid #f2f2f2;
	border-top:0 solid #f2f2f2;
	overflow:hidden;
}

.company_list {
	overflow:hidden;
	height:121px; padding-left:2px;
	border-bottom:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:0px solid #eaeaea;
}
.company_list li {
	float:left; width:132px; height:60px;
	border-bottom:1px dotted #eaeaea; text-align:center; line-height:55px;
	border-right:1px dotted #eaeaea;
}
.company_list li a {
	display:block;
	width:118px;
	height:40px;
	padding:20px 0 0 31px;
	overflow:hidden;
}
.company_list li.last {
	border-right:0;
}
.company_list li.last a {
	width:117px;
	border-right:0;
}
.company_list li a img {
	display:block;
	width:80px;
	height:25px;
}
.company_list li a:hover img {
	-webkit-transform:scale(1.1,1.1);
	-webkit-transition:.2s;
}
.sider_list {
	float:left;
	width:238px;
	border-right:1px solid #f2f2f2;
	position:relative;
}
.sider_list .recommend_tit {
	position:relative;
	color:#333;
	height:43px;
	border-bottom:1px solid #e6e6e6;
	line-height:43px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
	margin:0 10px;
}
.recommend_tit i {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/mod_tit_solgn.png) no-repeat -152px -251px;
	position:absolute;
	top:14px;
	left:0;
}
.recommend_list .box {
	position:relative;
}
.recommend_list {
	margin:0 10px;
}
.recommend_list li {
	border-bottom:1px dotted #ccc;
	position:relative;
	height:42px;
	padding-top:9px;
	overflow:hidden;
	*padding-top:6px;
	cursor:pointer;
}
.recommend_list li i {
	display:block;
	width:60px;
	text-align:right;
	position:absolute;
	top:18px;
	right:5px;
	font-size:13px;
	color:#c7181e;
	font-style:normal;
	font-weight:bold;
	height:20px;
}
.recommend_list .tit {
	width:178px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.recommend_list .tit span {
	margin-right:10px;
}
.recommend_list .size {
	color:#999;
}
.recommend_list .categorytit,.factorytit{color:#494949;}
.main_search {
	float:left;
	width:660px;
	overflow:hidden;
}
.main_search .search_area {
	width:470px;
	height:78px;
	padding:13px 0 0 200px;
	background:url(../images/index_searcharea_bg.png) no-repeat;
	position:relative;
}
.search_area input {
	border:none;
}
.search_area .search_input {
	padding:10px;
	width:350px;
	height:50px;
	margin:0;
	padding:7px;
	line-height:20px;
	font-size:12px;
	overflow:hidden;
	outline:none;resize:none;
}
.search_area .search_button {
	position:absolute;
	width:74px;
	height:58px;
	text-align:center;
	line-height:58px;
	text-decoration:none;
	background-color:#8c7d7b;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	bottom:16px;
	right:20px;
}
.search_area .search_button:hover {
	background-color:#868180;
}

.slides_order_box {
	position:relative;
}
.slides_order {
	position:relative;
	padding:0 0 0 20px;
	overflow:hidden;
	margin-top:16px;
	height:288px;
}
.order_info {
	overflow:hidden;
}
.order_info li {
	width:300px;
	height:86px;
	margin:0 20px 10px 0;
	background-color:#f7f9fa;
	float:left;
}
.order_info li a {
	display:block;
	width:228px;
	height:64px;
	padding:10px 60px 10px 10px;
	border:1px solid #f2f2f2;
	position:relative;
	cursor:pointer;
	color:#333;
}
.order_info li a:hover {
	border:1px solid #4eabff;
	text-decoration:none;
}
.order_info li .btns {
	display:block;
	position:absolute;
	right:-1px;
	top:-1px;
	width:58px;
	height:70px;
	padding-top:14px;
	border-radius:0;
	line-height:120%;
	font-size:30px;
}
.order_info li .btns i {
	font-size:12px;
	width:58px;
	text-align:center;
	display:block;
	font-style:normal;
	color:#fff;
}
.order_info li .btns b {
	display:block;
	width:0;
	height:0;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-left:6px solid #f7f9fa;
	position:absolute;
	top:50%;
	left:-1px;
	margin-top:-6px;
}
.order_info li p {
	color:#999;
	padding:3px 0;
}
.order_info .tit {
	font-size:14px;
	padding-bottom:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-right:20px;
}
.order_info .tit span {
	color:#fc383e;
	margin-right:5px;
}
.order_info li p span {
	color:#ffa21f;
}
.main_data {
	float:left;
	border-left:1px solid #f2f2f2;
	width:295px;
}
.main_data .t{ font-size:15px; line-height:32px; padding:10px 0px 5px 15px;border-bottom:1px solid #f2f2f2;}

.main_data .order_line{ width:295px; margin-left:5px;}
.main_data .order_line tr th{ width:295px; height:40px; line-height:40px;  font-size:12px; font-weight:normal;text-align:center;border-bottom:1px solid #f2f2f2;}
.main_data .order_line tr td{ width:295px; height:26px; line-height:26px; font-size:12px;}


.last_data {
	height:75px;
	border-bottom:1px solid #f2f2f2;
	color:#999;
	overflow:hidden;
	position:relative;
}
.last_data_text {
	position:absolute;
	top:0;
	left:0;
	padding:13px 20px;
	color:#999;
	z-index:2;
}
.last_data_text p {
	font-size:14px;
	color:#333;
}
.last_data_text span {
	color:#c7181e;
	font-size:24px;
	margin-right:5px;
}
.last_data img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.last_data:hover img {
	-webkit-transform:translateX(5px);
	-webkit-transition:.2s;
}
.categorical_data li {
	float:left;
	width:120px;
	height:60px;
	padding:15px 0 0 18px;
	line-height:160%;
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	color:#999;
}
.categorical_data li.r {
	width:121px;
	border-right:0 none;
}
.categorical_data .name {
	position:relative;
	font-size:12px;
	color:#999;
	padding-bottom:7px;
}
.categorical_data span {
	color:#c7181e;
	font-size:14px;
	margin-right:8px;
}
.categorical_data .name span {
	color:#333;
	font-size:14px;
}
.recommend_list li:hover,.order_info li:hover,.categorical_data .box:hover {
	-webkit-transform:translateX(5px);
	-webkit-transition:.2s;
}
.mod_content .mod_sider {
	float:left;
	width:240px;
	height:320px;
}
.mod_content .mod_main {
	float:left;
	position:relative;
	width:940px;
}
.mod_content .mod_mask {
	width:280px;
	height:320px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/index_mod_mask_bg.png) repeat;
	z-index:10;
}

.slides_container {
	width:940px;
	height:320px;
}
.slides_container a {
	display:block;
	font-size:0;
	height:320px;
	width:100%;
}
.slidesjs-pagination {
	position:absolute;
	bottom:10px;
	left:0;
	z-index:10;
	width:660px;
	text-align:center;
}
.slidesjs-pagination li {
	float:none;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.slidesjs-navigation {
	display:none;
}
.on .slidesjs-navigation {
	display:block;
	width:30px;
	height:60px;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	background:url(../images/mod_tit_solgn.png) no-repeat;
	z-index:10;
}
.on .slidesjs-previous {
	left:0;
	background-position:0 -254px;
}
.on .slidesjs-next {
	right:0;
	background-position:-75px -253px;
}
.on .slidesjs-previous.active:hover {
	left:0;
	background-position:-37px -254px;
}
.on .slidesjs-next.active:hover {
	right:0;
	background-position:-112px -253px;
}


.m{width:1200px;margin:0px auto;}
.wrap .hdDiv{position:relative;padding-left:70px;height:40px;line-height:40px;border-bottom:2px solid #4eabff;font-size:22px;color:#333;}
.wrap .hdDiv span{position:absolute;left:0;background-color:#4eabff;width:50px;text-align:center;height:40px;color:#fff;font-size:23px;top:0;}
.wrap .hdDiv .more{position:absolute;right:0;color:#666;font-size:13px;}
.wrap .twoF .hdDiv{border-bottom-color:#7873e0;}
.wrap .twoF .hdDiv span{background:#7873e0;}
.wrap .threeF .hdDiv{border-bottom-color:#ff6900;}
.wrap .threeF .hdDiv span{background:#ff6900;}
.wrap .fourF .hdDiv{border-bottom-color:#ff5458;}
.wrap .fourF .hdDiv span{background:#ff5458;}
.wrap .fiveF .hdDiv{border-bottom-color:#1abd9b;}
.wrap .fiveF .hdDiv span{background:#1abd9b;}
.wrap .sxF .hdDiv{border-bottom-color:#ffaa11;}
.wrap .sxF .hdDiv span{background:#ffaa11;}
.wrap .sixF .hdDiv{border-bottom-color:#ffaa11;}
.wrap .sixF .hdDiv span{background:#ffaa11;}
.wrap .sevenF .hdDiv{border-bottom-color:#4eabff;}
.wrap .sevemF .hdDiv span{background:#2ea8e1;}
.wrap .sixF .conDiv{height:400px;overflow:hidden;}
.wrap .sixF .conDiv .conList{background:#f8f8f8;width:570px;padding:0 5px;margin:0 20px;}
.wrap .sixF .conDiv>div{height:400px;overflow:hidden;}
.wrap .sixF .conDiv .conList>div{border-bottom:1px dashed #d7d7d7;padding:13px 0 23px 25px;line-height:24px;}
.wrap .sixF .conDiv .conList h4{font-size:16px;font-weight:600;line-height:40px;}
.wrap .sixF .conDiv .conList a{color:#666;font-size:13px;display:inline-block;margin-right:25px;}
.sixF .conDiv .conList a:hover{color:#e64c00;}
.wrap .conDiv{height:512px;overflow:hidden;margin:20px auto 35px;}
.wrap .sevenF .conDiv{height:330px;overflow:hidden;padding:0;margin:25px 0;}
.wrap .conDiv .breed{width:350px;overflow:hidden;}
.wrap .conDiv .breed .banner{height:272px;min-width:350px;}
.wrap .conDiv .breed .banner .bd li {height:272px;}
.wrap .conDiv .breed .banner .bd li a{height:100%;}
.news{padding:0;margin:25px 0;}
.tou{float:left;width:600px;}
.tou .tou_c{ height:180px;}
.tou .tou_c .pic{ float:left; margin-right:12px; width:252px; height:180px;}
.tou .tou_c .t{ float:left;width:320px;}
.tou .tou_c .t h1{ font-size:16px;font-weight:bold; text-align:center; line-height:35px;}
.tou .tou_c .t p{ font-size:12px; color:#666; text-indent:2em; line-height:21px; margin:0px; padding:0px;}
.tou .tou_c h1 a{ color:#333}
.tou .tou_c h1 a:hover{ color:#0066FF}
.xq{ background-color:#e63b3a;padding:5px 0px; width:90px; float:right; font-size:14px; text-align:center; margin-top:10px; margin-right:30px;}
.xq a{color:#FFFFFF}
.xq:hover{background-color:#e52928;}
.mr15{ margin-left:20px;}
.news_list{ width:290px; float:left;}
.news_list h3{font-size:16px;font-weight:bold; line-height:35px;}
.news_list li{ line-height:26px; font-size:14px;}
.news_list a{ color:#333}
.news_list a:hover{ color:#0066FF}
.news_list li .f-fr{ color:#666}
.breed .banner .prev, .breed .banner .next {border-radius:0px;width:25px;height:65px;margin-top:-32.5px;}
.breed .banner .next {right:0;background-position:-22px -100px;}
.breed .banner .prev{left:0;background-position:-12px -10px;}
.breed .banner .hd {bottom:0;height:42px;line-height:42px;background:rgba(102,102,102,0.1);vertical-align:middle;}
.breed .banner .hd li{width:12px;height:12px;border-radius:50%;margin:0 3px;}
.breed .banner .hd .on {background-color:#ff6700;}
.wrap .conDiv .breed .nameDiv{background:#fafafa;width:340px;height:120px;margin:0 auto;padding:0px 10px;overflow:hidden;}
.breed .nameDiv span{display:inline-block;vertical-align:top;}
.breed .nameDiv .spanT{font-weight:600;width:19%;margin-right:1%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right;}
.breed .nameDiv .spanA{width:100%; line-height:32px;overflow:hidden}

.wrap .conDiv .breed .nameDiv  a{display:inline-block;color:#666; width:75px; height:18px; line-height:18px;overflow:hidden}
.wrap .conDiv .breed .nameDiv a:hover{color:#ff4400;}
.wrap .conDiv .breed .nameDiv p{padding:5px 0 15px 0px;}
.wrap .conDiv .conList{width:600px;margin:0 10px;}
.wrap .conDiv .conList li{float:left;margin:0 10px 30px;height:242px;width:180px;overflow:hidden;}
.wrap .conDiv .conList li a{color:#333;font-size:14px;line-height:25px;}
.wrap .conDiv .conList li .textD a:hover{color:#006dbc;}
.wrap .conDiv .conList li .imgD{margin-bottom:10px;width:178px;height:178px;border:1px solid #f1f1f1;overflow:hidden;position:relative;}
.wrap .conDiv .conList li .imgD img{width:178px;height:178px;position:absolute;}
.wrap .conDiv .conList li .imgD:hover{border-color:#ff4800;}
#tooltip{position:absolute;border:1px solid #333;background:#f7f5d1;padding:1px;color:#333;display:none;}
p.head{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/*.wrap .conDiv .conList li .imgD:hover img{-webkit-transform:scale(1.12);transform:scale(1.12);}*/
.conDiv .conList li .price{color:#ff4800;position:relative;}
.conList li .price span{font-weight:600;}
.conList li .price .arrowD{position:absolute;top:0;right:0;color:#afafad;font-weight:normal;font-size:12px;}
.conList li .price .arrowS{background:url(../images/tubiao.png) no-repeat;width:20px;height:20px;display:inline-block;vertical-align:middle;}
.conList li .price .tableIcon{background-position:-132px -34px;}
.conList li .price .add{background-position:-107px -35px;width:11px;}
.conList li .price .nochang{background-position:-117px -34px;width:16px;}
.conList li .price .decrease{background-position:-98px -34px;width:11px;}
.wrap .conDiv .conRight{width:230px;overflow:hidden;}
.wrap .conDiv .conRight img{width:230px;/*height:400px;*/}
.wrap .conDiv .conRight .shuom{background-color:#efefef;}
.wrap .conDiv .conRight dl{padding:19px;}
.wrap .conDiv .conRight dt{font-size:18px;color:#000;margin-bottom:5px;}
.wrap .conDiv .conRight a{color:#7d7d7d;}
.sevenF .conDiv>div{width:260px;margin-right:40px;overflow:hidden;}
.sevenF .conDiv>div h3{font-size:16px;font-weight:600;margin-bottom:10px;}
.sevenF .conDiv>div a{color:#666;font-size:14px;}
.sevenF .conDiv>div a:hover,.wrap .hdDiv .more:hover{color:#006dbc;}
.sevenF .conDiv>div a.titleSpan{color:#ff4e00;}
.sevenF .conDiv>div li{line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sevenF .conDiv>div .imgLi{margin-bottom:3px;}
.sevenF .conDiv>div .imgLi img{width:260px;height:140px;}
.sevenF .conDiv>div .imgLi p{background:#e7e7e7;padding-left:10px;}
.sevenF .conDiv>div.paiH span{display:inline-block;background:#fff;width:20px;height:20px;line-height:20px;border:1px solid #f1f1f1;text-align:center;margin-right:10px;}
.sevenF .conDiv>div.paiH span.num{background:#ff9106;border-color:#ff9106;color:#fff;}
.sevenF .conDiv>div.paiH li{border-bottom:1px solid #f1f1f1;line-height:35px;}
.wrap .sixF .conDiv .breed .banner,.wrap .sixF .conDiv .breed .banner .bd li {height:400px;}
.navside{position:fixed;z-index:1005;top:300px;left:275px;width:38px;display:none;}
.navside li{width:30px;text-align:center;height:40px;margin-bottom:2px;background-color:#f2f2f2;padding:3px 5px 0px 5px;}
.navside li.current{background:#0283ee;}
.navside li.current a{color:#fff;}
.navside li a{color:#333;font-family:"Hiragino Sans GB","Microsoft Yahei"}
.feedback {position:fixed;z-index:1005;top:300px;right:275px;width:38px;display:none;}
.feedback li{width:30px;text-align:center;height:40px;line-height:40px;margin-bottom:2px;background-color:#0286f4;padding:0 5px;position:relative;vertical-align:middle;}
.feedback li:hover{background-color:#fe5950}
.feedback li a {color:#fff;font-family:"Hiragino Sans GB","Microsoft Yahei";display:inline-block;}
.feedback li.fb-li a {width:25px;height:25px;vertical-align:middle;*margin-top:6px;background:url("../images/tubiao.png") no-repeat;}
.feedback li.fb-li-3 a {background-position:-4px -110px;}
.feedback li.fb-li-2 a {background-position:-6px -68px;}
.feedback li.fb-li-1 a {background-position:-6px -27px;}
.feedback li.fb-li-4 a {background-position:-5px -155px;}
.feedback li.fb-li-5 a {background-position:-5px -195px;}
.feedback li.fb-li-4 a span {background:url("../images/td_code.jpg") no-repeat;background-position:0 0;display:none;height:139px;position:absolute;right:40px;top:-36px;width:92px;border:1px solid #ccc;}

@-webkit-keyframes scale {from {opacity:1;-webkit-transform:scale(0.5,0.5);} to {opacity:0.4;-webkit-transform:scale(1,1);} }
@-moz-keyframes scale {from {opacity:1;-moz-transform:scale(1,1);} to {opacity:0.4;-moz-transform:scale(0.5,0.5);} }
@keyframes scale {from {opacity:1;transform:scale(1,1);} to {opacity:0.4;transform:scale(0.5,0.5);} }


/*瀵懓鍤鍡樼壉瀵拷*/
.m-layer{display:none;position:fixed;top:0;left:0;z-index:10000;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.m-layer table{table-layout:fixed;width:100%;height:100%;}
.m-layer table tbody tr td{vertical-align:middle;}
.m-layer .lywrap{position:relative;width:475px;margin:0 auto;}
.m-layer .lyct{padding:20px;background:#fff;margin:0;border:1px solid #ccc;}
.m-layer.z-show{display:block;}
.m-layer .lyct button {height:50px;font-size:16px;border:none;text-align:center;padding:0 40px;margin-right:20px;cursor:pointer;}
.m-layer .lyct .confirm { background:#169adb;color:rgb(255,255,255); width:90px;margin-top:5px; cursor:pointer; border:none}
.m-layer .lyct button.cancel { background:#fff;color:#333;border:1px solid #e8e8e8;}
.m-layer .lyct button.select{background:#e9f5ff;color:#333;vertical-align:bottom;}
.layerClose{display:inline-block;width:23px;height:23px;position:absolute;right:5px;top:5px;text-align:center;font-size:20px;background:url("../images/cha.png") no-repeat;}
.layerSelect{overflow:hidden;text-align:center;font-family:"Microsoft Yahei";font-size:16px;}
.layerSelect input,.layerSelect textarea{margin:5px 0;width:400px;padding:6px;resize:none;outline:none;border:1px solid #ddd;font-size:14px;color:#666;font-family:"Microsoft Yahei";box-shadow:none;}
#phonediv,#contentdiv{color:#ff6f3d;font-size:12px;background:url("../images/tanhao.gif") no-repeat left center;text-indent:16px;}
.succ{font-size:14px;display:none;padding:86px 0;text-align:center;}
.succ h3{font-size:20px;margin-bottom:15px;}
.succ h3 img{margin-right:10px;}
.layerSelect h3{text-align:center;font-size:16px;padding-bottom:7px;}





.mod_border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f2f2f2;
    border-image: none;
    border-style: solid;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}


.f-fr {
    display: inline;
    float: right;
}


.topbar {
    border-bottom: 1px solid #cfcfcf;
    height: 30px;
    width: 100%;
}
.topbar .toptab {
    margin: 0 auto;
    width: 1200px;
}
.topbar .toptab .greet {
    float: left;
    padding-left: 10px;
    padding-top: 4px;
}
.site-nav {
    float: right;
    height: 30px;
    line-height: 20px;
    position: relative;
    width: 510px;
    z-index: 999999;
}
.site-nav .quick-menu {
    float: right;
    padding-top: 4px;
}
.site-nav .quick-menu LI.menu-item {
    padding: 0;
    position: relative;
}
.site-nav .quick-menu LI {
    background-position: right 6px;
    float: left;
    margin-left: 5px;
}
/*椤堕儴鏍峰紡*/
.topbar {width:100%;height:30px;border-bottom:1px solid #cfcfcf;}
.topbar .toptab {width:1200px;margin:0 auto;}
.topbar .toptab .greet{padding-left:10px;float:left;padding-top:4px;}
.site-nav { width: 510px;line-height:20px;height:30px;float:right;position:relative;z-index:999999;}
.site-nav a {color:#444;}
.site-nav a:hover {color:#ff500b;}
.site-nav .quick-menu {padding-top:4px;float:right;}
.site-nav .quick-menu LI {background-position:right 6px;padding-left:5px;float:left;padding-bottom:0px;margin-left:5px;padding-top:2px;}
.site-nav .quick-menu LI.last {background:none transparent scroll repeat 0% 0%;}
.site-nav .quick-menu LI.menu-item {padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;position:relative }
.site-nav .menu-hd {padding-right:14px;display:block;padding-left:5px;z-index:10002;padding-bottom:0px;margin:1px 1px 0px;cursor:pointer;padding-top:0px;position:relative;height:20px;}
.site-nav .myqihui .menu-hd {_width:50px;padding-top:1px;_padding-top:1px;height:25px;}
.site-nav .webmenu .menu-hd {_width:48px;padding-top:1px;_padding-top:1px;height:25px;}
.site-nav .services .menu-hd {_width:48px;padding-top:1px;_padding-top:1px;height:25px;}
.site-nav .menu-hd b {border-top:#ccc 4px solid;border-right:#fff 4px solid;border-bottom:#fff 4px solid;border-left:#fff 4px solid;font-size:0px;right:3px;width:0px;line-height:0;position:absolute;top:8px;height:0px;-webkit-transition:-webkit-transform .2s ease-in;-moz-transition:-webkit-transform .2s ease-in;-o-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;}
.site-nav .menu-bd {border-right:#bfbfbf 1px solid;border-top:#bfbfbf 1px solid;display:none;z-index:10001;left:0px;background:#fff;border-left:#bfbfbf 1px solid;border-bottom:#bfbfbf 1px solid;position:absolute;top:21px;}
.site-nav IFRAME.menu-bd {border-top-width:0px;border-left-width:0px;z-index:-1;background:none transparent scroll repeat 0% 0%;FILTER:alpha(opacity=0);float:left;border-bottom-width:0px;border-right-width:0px;}
.site-nav .menu-bd-panel {padding-bottom:6px;padding-top:10px }
.site-nav .menu-item-opp .menu-bd {left:0px }
.site-nav .menu-item-opp .menu-bd S.rt {left:0px }
.site-nav .menu-item-opp .menu-bd S.lt {background-position:-87px -55px;RIGHT:-2px;LEFT:auto }
.site-nav .menu {position:relative }
.site-nav .menu:hover .menu-hd {border-right:#bfbfbf 1px solid;border-top:#bfbfbf 1px solid;background:white;margin:0px;border-left:#bfbfbf 1px solid;border-bottom:#bfbfbf 1px;}
.site-nav .hover .menu-hd {border-right:#bfbfbf 1px solid;border-top:#bfbfbf 1px solid;background:white;margin:0px;border-left:#bfbfbf 1px solid;border-bottom:#bfbfbf 1px;}
.site-nav .menu:hover .menu-bd {display:block }
.site-nav .hover .menu-bd {display:block }
.site-nav .menu:hover .menu-hd B {border-left-color:#fff;FILTER:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
border-bottom-color:#fff;border-top-color:#ccc;top:5px;border-right-color:#fff;-moz-transform:rotate(180deg);-moz-transform-origin:50% 30%;-webkit-transform:rotate(180deg);-webkit-transform-origin:50% 30%;-o-transform:rotate(180deg);-o-transform-origin:50% 30%;transform:rotate(180deg);transform-origin:50% 30%;}
.site-nav .hover .menu-hd B {border-left-color:#fff;FILTER:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
border-bottom-color:#fff;border-top-color:#ccc;TOP:5px;border-right-color:#fff;-moz-transform:rotate(180deg);-moz-transform-origin:50% 30%;-webkit-transform:rotate(180deg);-webkit-transform-origin:50% 30%;-o-transform:rotate(180deg);-o-transform-origin:50% 30%;transform:rotate(180deg);transform-origin:50% 30%;}
.site-nav .myqihui .menu-bd {line-height:22px;top:26px;width:290px;-height:110px;}
.site-nav .myqihui .menu-bd-panel {padding-left:5px;padding-bottom:8px;padding-top:8px;padding-right:5px;}

.site-nav .myqihui .menu-bd dl{float:left;padding:4px 12px;}
.site-nav .myqihui .menu-bd dt{font-weight:700;color:#ff500b;}
.site-nav .myqihui .menu-bd dd{line-height:24px;word-spacing:no-wrap;}

.site-nav .webmenu .menu-bd {line-height:22px;top:26px;width:225px;-height:35px;}
.site-nav .webmenu .menu-bd-panel {padding-left:5px;padding-bottom:8px;padding-top:8px;padding-right:8px;}
.site-nav .services .menu-bd {line-height:22px;top:26px;width:90px;-height:110px;}
.site-nav .services .menu-bd-panel {padding-left:5px;padding-bottom:8px;padding-top:8px;padding-right:5px;}
.site-nav .swhome {padding-right:7px;}
.site-nav .menu-bd-panel a {color:#666;padding:2px 3px;}
.site-nav .menu-bd-panel a:hover {color:#fff;background-color:#ff500b;padding:2px 3px;}
.gouwu {
    background: rgba(0, 0, 0, 0) url("../image/gouwu.png") no-repeat scroll 0 0;
    color: #fff;
    padding: 0 8px 0 10px;
}



/*2018-3-16 20.38*/

.logo{ padding-top: 15px; float: left; width: 350px;}
#search { float: left; margin-top: 25px; position: relative; width: 580px; z-index: 11;padding-left:60px;}
#search .form { height: 36px; width: 580px;}


#search .text { border-color: #0b72c1; border-style: solid;border-width: 4px 0 4px 4px;color: #959595;float: left;font-family: "microsoft yahei"; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 4px; outline: 0 none; padding: 4px 4px 4px 110px; width: 360px;}

#search .button {  background: #0b72c1 none repeat scroll 0 0;  border: medium none; color: #fff;cursor: pointer; float: left; font-family: "Microsoft YaHei";font-size: 16px;height: 46px; line-height: 1; width: 82px;}
#search .cw-icon i { height: 36px; left: 0;top: 0;width: 82px;}
.top{ height:110px;}
.fore1{ float:left; padding-right:15px;}
.logo{ float:left;}
.logo i{ display:inline-block; float:left; border-left:1px solid #dcdcdc; font-style:normal; padding-left:15px; font-size:14px; margin-top:16px; color:#959595;}
#settleup { float: right; height: 36px; margin-top: 25px; z-index: 11;background: #fff;border: 1px solid #ddd;box-shadow: 0 0 5px #eaeaea;}
#settleup.hover{ background: #fff; border: 1px solid #ddd; border-bottom:0; box-shadow: 0 0 5px #eaeaea;}
.dorpdown { position: relative;}
#settleup .cw-icon {  height: 31px; line-height: 34px; padding: 0 28px 0 36px; text-align: center; width: 75px;}
.cw-icon { cursor: default; position: relative;}
.ci-left { background:url("/images/ad-a.png") no-repeat scroll 0 -58px; height: 22px; left: 10px; top: 7px; width: 25px;}
.cw-icon .i, .cw-icon i { display: block; overflow: hidden; position: absolute;}
#settleup .ci-right { color: #999; font: 400 13px/13px simsun; height: 13px; overflow: hidden; right: 10px; top: 11px; width: 7px;}
#settleup .ci-count { background-color:#f35f23; border-radius: 7px 7px 7px 0; color: #fff; display: inline-block; font-style: normal; font-size: 12px; left: 104px; line-height: 14px; min-width: 14px; padding: 1px 2px; position: absolute; text-align: center; top: -6px;}
.dorpdown-layer {display: none;  position: absolute}
.dorpdown:hover .dorpdown-layer,.hover .dorpdown-layer { display: block}
#settleup .dorpdown-layer { top: 30px; background: #fff;  border: 1px solid #ddd; *left: 1px; border-bottom:0;box-shadow: 0 0 5px rgba(0,0,0,.2);}
#settleup .dorpdown-layer { right: -1px;_right: -1px; width: 308px; z-index:9;}
#settleup .nogoods b { float: left;  width: 56px;  height: 49px; background-image: url(/images/settleup-nogoods.png);}
#settleup .nogoods { padding:10px 0;padding-left: 30px; height: 49px; line-height: 49px; overflow: hidden; color: #999;}
#settleup  .spacer { position: absolute; right: 0; top: -5px; width: 139px;height: 10px; background: #fff;}
.fixed-head{ width:100%; height:80px;  background:#0c73c2;  position:fixed; top:0; left:0;  _position: absolute;  _top: expression(eval(document.documentElement.scrollTop));  z-index:9999999999; display:none;  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.22);}
html{ _text-overflow:ellipsis;}
.fixed-head .top {  height: 80px;}
#fixed-search { float: right; margin-top: 15px; position: relative; width: 580px; z-index: 11;padding-left:60px;}
#fixed-search .form { height: 36px; width: 580px;}


#fixed-search .text { border-color: #004173; border-style: solid;border-width: 4px 0 4px 4px;color: #959595;float: left;font-family: "microsoft yahei"; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 4px; outline: 0 none; padding: 4px 4px 4px 110px; width: 360px;}



#fixed-search .button {  background: #004173 none repeat scroll 0 0;  border: medium none; color: #fff;cursor: pointer; float: left; font-family: "Microsoft YaHei";font-size: 16px;height: 46px; line-height: 1; width: 82px;}
#search { float: left; margin-top: 25px; position: relative; width: 580px; z-index: 11;padding-left:60px;}
#search .form { height: 36px; width: 580px;}


#search .text { border-color: #0b72c1; border-style: solid;border-width: 4px 0 4px 4px;color: #959595;float: left;font-family: "microsoft yahei"; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 4px; outline: 0 none; padding: 4px 4px 4px 110px; width: 360px;}

#search .button {  background: #0b72c1 none repeat scroll 0 0;  border: medium none; color: #fff;cursor: pointer; float: left; font-family: "Microsoft YaHei";font-size: 16px;height: 46px; line-height: 1; width: 82px;}
#search .cw-icon i { height: 36px; left: 0;top: 0;width: 82px;}
#hotwords { float: left; height: 20px; line-height: 20px;overflow: hidden; width: 520px;padding-left:60px;color:#959595;}
#hotwords a {margin-right: 10px;color:#959595;}
.root61 #hotwords { width: 518px;}

.menu_b {
    background-color: #fff;
    border-bottom: 3px solid #0c73c2;
    height: 44px;
}
.dt_menu{ float:left; width:200px; background: #0c73c2 none repeat scroll 0 0; height: 44px; padding: 0 10px;}
.dt_menu a { color: #fff; display: block;font: 400 15px/44px "microsoft yahei"; text-decoration: none;font-weight:bold;}
.dt_menu i{ display:inline-block; float:right; background:url(/images/ico.png) no-repeat -75px -12px; width:10px; height:45px;}
.menu { float:left; padding-left:40px;height: 44px;}
.menu li{ float:left; padding:0px 20px; font-size:16px; line-height:40px;margin-right: 15px;}
.menu li a{ color:#757575px;}
.menu li a:hover{ color:#ff4400;}
.menu li.cur{ color:#ff4400; font-weight:bold;}
.menu li.cur a{ color:#ff4400;}
.menu li.cur a:hover{ color:#ff4400;}

.menu li.hot{ color:#e20000; font-weight:bold;}
.menu li.hot a{ color:#e20000;}
.menu li.hot a:hover{ color:#e20000;}

.info1{overflow:hidden; line-height:25px;_height:25px; font-size:14px;}
.info1{background: url(/images/icon-table.png) no-repeat 0px -102px;}
.wshang{padding-left: 20px; padding-top:1px; color:#959595;}
.buy_list{ width:950px; float:left;}
.term.term_bor{ border-top:3px solid #0168b7;}
.term{ background:#eeeeee; border:1px solid #dcdcdc; height:25px; padding:5px 20px;}
.selectdd{width:125px;height:23px;padding-left:5px;line-height:23px; border:1px solid #c1d4da; position:relative;background:#fff;}
.selectdd i{ width: 10px; height:10px; position: absolute; top:10px;right:10px; background:url(/images/ico.png) no-repeat 0px -61px; cursor:pointer;}
.selectdd ul{ border:1px solid #c1d4da; border-top:0px; position: absolute;top:25px; left:-1px;  background:#fff; display:none;box-shadow: 0 0 5px #cacaca;}
.typ_dq{ border:1px solid #dcdcdc; width:400px; padding:10px;	z-index:99;}
.typ_dq li{ padding:0px 10px; line-height:25px; float:left; cursor:pointer;}
.typ_dq li.cur{background:#c1d4da;}
.ser_text{width:212px; height:23px;padding-left:5px;line-height:23px;border:none;background:#fff;float:left;}
.typ_tree{ border:1px solid #dcdcdc; width:730px; padding:10px;	z-index:99;}
.typ_tree li{ padding:0px 10px; line-height:25px; float:left; cursor:pointer;}
.typ_tree li.cur{ background:#c1d4da;}
.typ_price{width: 130px;line-height:25px; text-indent: 5px;z-index:99;}
.typ_price li.cur{ background:#c1d4da;}
.topSearch {background: #fff none repeat scroll 0 0;border:1px solid #c1d4da;display: inline-block;height: 25px; position: relative;width:220px;}
.topSearchBtn { background: #fff url(/images/bs.png) no-repeat scroll left top; border: 0 none; cursor: pointer; float: left; height: 25px;width: 70px; padding-left:20px;}
.topSearchBtn:hover { background: #fff url(/images/bs.png) no-repeat scroll left -24px;}

/*瀵艰埅*/
.nav_wrap{ z-index:8000;width:100%; min-width:1190px; height:43px; zoom:1;background:#f8f8f8; box-shadow:#CCC 2px 2px 1px; border-top:1px solid #F6F6F6;}
.nav_con{ z-index:8000;width:1190px;position:relative;  height:43px; margin:auto; zoom:1;  }
.nav_con_list{ padding-left:210px; width:950px; height:43px;overflow:hidden;}
.nav_con_list ul li{  height:43px; position:relative; float:left; border-right:#fff 1px solid; }
.nav_con_list ul li:hover{ background:#E66618;}
.nav_con_list a{ display:block; white-space:nowrap;height:43px;padding:0 40px; float:left; color:#333; font-size:15px; line-height:41px; font-weight:bold;}
.nav_con_list a:hover{ color:#FFF; text-decoration:none;}
.nav_con_list .current{background:#E66618;}
.nav_btn{ float:left; width:210px; z-index:9999999;background: #0c73c2 none repeat scroll 0 0; height: 44px; position:relative;}
.nav_btn a { color: #fff;font: 400 15px/44px "microsoft yahei"; text-decoration: none;font-weight:bold;text-indent: 40px;}
.nav_btn i.sj{ display:inline-block; float:right; background:url(http://www.eecong.com/images/ico.png) no-repeat -75px -15px; width:10px; height:40px; padding-right:20px;}
/*宸︿晶瀵艰埅*/
.map_con_wrap{ z-index:9999; position:absolute; background:#FFF;width:210px; height:410px; top:40px;left:0;}
.map_con_wrap,.map_con_wrap a{ color:#474747; text-align:left;}
.map_left_li{ position:relative;width:206px;padding:8px 0 15px 0; float:left; border-bottom:#eaeaea 1px dashed; border-left:#fff 3px solid;background:url(/images/small_right_ico.png) 175px 16px no-repeat;}
.map_left_li.active{border-left:3px solid #0c73c2; background:#ebf6fe;}
.top_ico{ display:block; float:left; width:30px; height:38px;}
.list_t{ width:190px; height:30px; overflow:hidden; margin:auto;}
.list_t a{ float:left; display:block;}
.list_t span{ line-height:30px; font-weight:bold;}
.list_t_con{ width:190px; height:40px;padding-left:17px; overflow:hidden; padding-top:7px; }
.list_t_con a{ display:block; float:left; white-space:nowrap; font-size:12px; color:#676767; line-height:20px; font-weight:normal; padding-right:10px;}
.list_t_con a:hover{color:#ff4400;}
.list_ico1{ background:url(/images/list_ico.png) 3px 3px no-repeat;}
.list_ico2{ background:url(/images/list_ico.png) 6px -32px no-repeat;}
.list_ico3{ background:url(/images/list_ico.png) 3px -70px no-repeat;}
.list_ico4{ background:url(/images/list_ico.png) 3px -110px no-repeat;}
.list_ico5{ background:url(/images/list_ico.png) 3px -144px no-repeat;}
.list_ico6{ background:url(/images/list_ico.png) 5px -169px no-repeat;}
#map_bottom li{ background:#F4F4F4; border-left:#f4f4f4 3px solid;}
.map_bottom_t{ padding-left:7px;}
.new_ico{ width:20px; height:20px; background:url(/images/new_ico.gif) center center no-repeat; float:left; padding-left:5px;}
/*鍏朵粬椤甸潰宸︿晶瀵艰埅*/
.dt_menu .map_con_wrap .map_r{ border:1px solid #0C73C2;left: 225px;z-index:99;background:#ebf6fe;}
.dt_menu .map_con_wrap{width:228px;display:none; border:1px solid #0C73C2; overflow:visible;}
.dt_menu .map_left_li{padding:8px 10px 15px 10px;z-index:100;}
.dt_menu .map_con_left ul li i{background:none;float:none;height:30px;}
.dt_menu .map_con_left ul li a{}
.dt_menu .map_left_li i{background:none;}
.dt_menu .map_left_li.active .map_space{ height:100%; width:5px; background:#ebf6fe; position:absolute; right:-1px; top:0;z-index: 9999;}
.dt_menu .map_left_li.active{background:#ebf6fe;}

.dt_menu  i.top_ico {
    display: block;
    float: left;
    width: 30px;
    height: 38px;
}

.dt_menu i.list_ico2 {
    background: url(/images/list_ico.png) 6px -32px no-repeat;
}

.dt_menu i.list_ico3 {
    background: url(/images/list_ico.png) 3px -70px no-repeat;
}

.dt_menu i.list_ico1 {
    background: url(/images/list_ico.png) 3px 3px no-repeat;
}


.dt_menu i.list_ico4 {
    background: url(/images/list_ico.png) 3px -110px no-repeat;
}



/*寮圭獥*/
.pop-success{ width:580px; height:250px; overflow:hidden; display:none;}
.pop-success .title{ font-size: 16px; font-weight: bold;}
.pop-success .text{ color:#bebebe; font-size: 12px; padding:0; float:none; text-align: left;}
.pop-success .success{ width:300px; height:50px; margin-top:60px; margin-left:160px;}
.pop-success .success i{ width:35px; height:35px; display:block;float:left;background:url(/images/ico77.png) no-repeat -150px -113px; margin-right:5px;}
.pop-success .jxfb{ width:150px; height:40px;line-height:40px; text-align: center; background:#3f6caa;color:#fff;text-decoration: none;display:block; float:left; border:1px solid #3f6da8; margin-left:110px;}
.pop-success .look-more{ width:175px; height:40px; line-height:40px; text-align: center;background:#ededed; color:#3f6da8; border:1px solid #3f6da8; text-decoration: none; display:block; float:left;margin-left:10px;}
.pop-fail{ width:580px; height:250px; overflow:hidden; display:none;}
.pop-fail .title{ font-size: 20px; font-weight: bold;color: #000;}
.pop-fail .text{ color:#bebebe; font-size: 12px;padding:0;float:none;text-align:left;}
.pop-fail .fail{ width:280px;height:50px; margin-top:60px; margin-left:160px;}
.pop-fail .fail i{ width:35px; height:35px; display:block; float:left; background:url(/images/ico77.png) no-repeat -96px -113px; margin-right:5px;}
.pop-fail .jxfb{ width:150px; height:40px; line-height:40px;font-size:16px; text-align: center; background:#3f6caa;color:#fff;text-decoration: none; display:block;  float:left; border:1px solid #3f6da8; margin-left:110px;}
.pop-fail .look-more{ width:175px; height:40px;font-size:16px; line-height:40px;text-align: center;background:#ededed;color:#3f6da8; border:1px solid #3f6da8; text-decoration: none;display:block; float:left; margin-left:10px;}
/*寮圭獥*/





.header_search{ position:relative;}
.header_select {left:4px; top:4px;position:absolute;z-index: 9999;}
.header_search .header_select a.header_select_sort {cursor:pointer;background: #f9f9f9 none repeat scroll 0 0; border-right: 1px solid #eee;width:80px;color: #666; display: inline-block; height: 37px; padding-right: 15px; position: relative;text-decoration: none;z-index: 120;}
.header_search .header_select a.header_select_sort span em { display: inline; float: left; font-size: 12px; height: 36px; line-height: 35px; margin: 0 10px 0 15px;}
.header_search .header_select a.header_select_sort span b { background-position: 0px 0px;display: inline; float: left; height: 4px; position: relative; top: 16px;width: 7px;}
.header_search .header_select ul li {height: 32px; line-height: 32px; width: 95px;text-align:left;cursor:pointer;}
.header_search .header_select ul { background: #fff;border: 1px solid #eee; display: none; left: 0; padding: 10px 0; position: absolute; top: 35px; z-index: 99;}
.header_select_sort span b { background: url(/images/ico77.png) no-repeat;}
.header_select ul li a { color: #666; display: block; padding-left: 14px;}
.header_select ul li a:hover { background: #f8f8f8 none repeat scroll 0 0; text-decoration: none;}
.header_search .on a.header_select_sort{height:34px; border-left:1px solid #eee; border-bottom:1px solid #fff; border-top:1px solid #eee; background:#fff }
.header_search .on a.header_select_sort span em{height:34px;  line-height:33px;margin:0 9px 0 14px;}
.header_search .on a.header_select_sort span b{background-position:-21px 0px;top:15px}




/*banner*/

.home-banner { height: 405px; background: #f0f0f0; min-width: 1200px; overflow: hidden; position:relative;}
.home-banner li{height: 405px; min-width: 100%;}
.home-banner .pic-layer li {}
.home-banner .pic-layer li a {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#homeBanner {
    width: 100%;
    height: 100%;
    position: relative;
}
#homeBanner .pic-layer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#homeBanner .indexBtn-holder {
    width: 100%;
    height: 10px;
    position: relative;
    text-align: center;
    z-index: 200;
}
#homeBanner  .indexBtn {
    display: inline-block;
    background: #e6e6e6;
    cursor: pointer;
    -moz-border-radius: 10px;
    margin: 0 2px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
#homeBanner  .indexBtn-holder .current {
    background: #ea544a;
}
#homeBanner .pic-layer .current {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    display: block;
}
.home-banner .indexBtn-holder { bottom: 30px}
.home-banner .indexBtn-holder .indexBtn-bkg { padding: 0 5px 2px; display: inline-block; position: relative; cursor: default; *-padding: 0}
.home-banner .indexBtn-holder .indexBtn-bkg .bkg { width: 100%;height: 100%; background-color: #000;opacity: .5;filter: alpha(opacity=50);position: absolute; left: 0; *left: -4px; top: 0; z-index: 0; border-radius: 20px; *-display: none}
.home-banner .indexBtn-holder .indexBtn { width: 12px; height: 12px;border: 12px;  position: relative; z-index: 5}
.home-banner .btn { width: 40px; height: 40px; background: url(/images/slide-left-btn.png) center center no-repeat #000;position: absolute; z-index: 300; border-radius: 5px; opacity: .5;filter: alpha(opacity=50);top: 50%; margin-top: -20px}
.home-banner .left-btn {left: 20px}
.home-banner .right-btn { background-image: url(/images/slide-right-btn.png);right: 20px}
.home-banner .btn:hover { opacity: 1;filter: alpha(opacity:100);background-color: #ea544a}
.animate-Layer { width: 100%; height: 100%; position: absolute;left: 0; top: 0; background-repeat: no-repeat;background-position: center center; display: none}
/*鍚戜笂婊氬姩*/
.kx-table1,.kx-table2,.kx-table3{height:360px;overflow:hidden;}
.kx-col1{ width:16%;float:left;}
.kx-col2{ width:38%; float:left;}
.kx-col3{width:23%;float:left;}
.kx-col4{ width:23%; float:left;}
/*宸︿晶瀵艰埅瀵瑰簲鐨勫唴瀹瑰尯*/
.map_r{ display:none;position:absolute; width:940px;left:206px; top:0;background:#FFF; overflow:hidden;border:#EEE 1px solid;border-left:#fff 1px solid; box-shadow:#E7E7E7 2px 2px 2px;}
.map_con_left{ background:#ebf6fe; width:940px;/*height:408px; */min-height:80px; height:auto; padding:10px 0px; float:left; box-shadow:#eaeaea 1px 0 2px; }
.map_con_left ul li{ width:900px;  line-height:20px; padding:5px 0px; vertical-align:bottom;overflow:hidden; margin-left:20px;border-bottom:#E7E7E7 1px solid;}
.map_con_left ul li em{ display:block; float:left; width:80px;line-height:30px;color:#0c73c2; font-weight:bold; font-family:"寰蒋闆呴粦"; font-size:15px;}
.map_con_left ul li em a{ color:#0c73c2; font-weight:bold; font-family:"寰蒋闆呴粦"; font-size:15px;}
.map_con_left ul li i{ width:10px; font-style:normal; text-align:center; line-height:30px; font-size:12px; color:#CECECE;}
.map_con_left ul li a{font-size:12px;  display:block; float:left; white-space:nowrap;color:#676767; line-height:30px; font-weight:normal; }
.map_con_left ul li a:hover{color:#ff4400;}

.map_con_right{ width:250px; float:right;}
.act_right_wrap{ background:#fbfbfb; width:220px; height:405px; z-index:1000; position:absolute;right:0;top:-405px;}
.quanyou-s1 dl { background-color: #fbfbfb; float: left;height: 60px; text-align: left; width: 100%;}
.quanyou-s1 dl dt { background: url(http://www.eecong.com/images/ico.png) repeat 0px -75px; float: left; height: 45px; margin-left: 3px; width: 38px;}
.quanyou-s1 dl dt.dt1 { background: rgba(0, 0, 0, 0) url(http://www.eecong.com/images/ico.png) no-repeat 0 -120px;}
.quanyou-s1 dl dt.dt2 {background: rgba(0, 0, 0, 0) url(http://www.eecong.com/images/ico.png) no-repeat 0 -162px;}
.quanyou-s1 dl dd {color: #666;font-family: "寰蒋闆呴粦";font-size: 12px;}
.quanyou-s1 dl dd.bl {color: #347dad; font-weight: bold; margin-top: 6px;}
.help{ border:3px solid #00479d; height:209px; background:#FFF;}
.help h2{ height:35px; line-height:32px; text-align:center; font-size:20px; background:#00479d; color:#fff;}
.help_text{ padding-left:5px; width:187px; border:1px solid #dcdcdc; height:60px; margin-top:5px; font-size:12px; padding:5px;}
.help_text1{ padding-left:5px; float:left; width:75px; height:26px; line-height:26px; margin-top:5px; font-size:12px;border:1px solid #dcdcdc;}
.help_text2{ padding-left:5px; float:left; width:104px; height:26px; line-height:26px; margin-top:5px;font-size:12px; margin-left:5px; border:1px solid #dcdcdc;}
.help_btn{ border:1px solid #0168b7; width:100px; height:30px; line-height:23px; text-align:center; background:#FFF; color:#0168b7; font-size:14px; font-family: "寰蒋闆呴粦"; margin-top:15px; margin-left:55px; cursor:pointer;}
.help_btn:hover{ border:1px solid #0168b7; background:#0c73c2; color:#fff;}





/*************************banner************************/
.middle{width:1200px;margin:0px auto;}
.w_list_box{float:left;position: relative;height: 408px;z-index: 20;width:210px;}
.list_box{position:relative;z-index: 20;}
.list_box_ul{width:210px;background:#333333;}
.list_box_ul li{height:40px;line-height:40px;*height:43px;*line-height:43px;_height:40px;_line-height:40px;}
.list_box_ul li .list_box_a {
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    text-indent: 25px;
    width: 180px;
    z-index: 100;
}

.list_box_ul li .list_box_a .pull_right{background:url(//g.co188.com/css/ziliao/front/images/index_icon.png) no-repeat scroll 0 -82px;display:inline-block;width: 20px;height: 24px;margin-top: 12px;float:right;}
.list_box_ul li.selected .list_box_a{color:#333;border: 1px solid #FF6D3A;border-right:none;background:#fff;}
.list_box_ul li.selected .list_box_a .pull_right{background:url(//g.co188.com/css/ziliao/front/images/index_icon.png) no-repeat scroll 0 -128px;display:inline-block;width: 20px;height: 24px;margin-top: 12px;float:right;}
.list_box_ul li.selected .list2_box_ul{border: 1px solid #FF6D3A;display:block;}
.list_box_ul li a{color:#fff;}
.list2_box_ul{width:660px;height: 448px;position: absolute;left: 219px;top: 0px;background:#fff;padding-bottom:10px;display:none;}
.list2_box_ul li{float:left;width:290px;padding:15px 20px 0px;border:none;height:auto;}
.list2_title{border-bottom:1px solid #ddd;line-height:35px;padding:0px 10px;}
.list2_content{overflow:hidden;height:150px;}
.list2_box_ul li .list2_title1{float:left;font-size:16px;color:#333;font-weight: bold;text-decoration: none;}
.list2_box_ul li .list2_title2{float:right;color:#ef8201;font-size:12px;}
.list2_box_ul .list2_content a{color:#666;padding:0px 6px;float:left;overflow:hidden;white-space: nowrap;line-height:30px;}
.list2_box_ul .list2_content a:hover{color:#ba2626;text-decoration: underline;}
.g_list{background: #000;height: 46px;position: absolute;text-indent: 10px;left: 0px;bottom:0px;width: 210px;z-index: 20;}

.g_list a {
    color: #fff;
    font: bold 12px/4 "PingFang SC","寰蒋闆呴粦","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
    padding: 0 5px;
}
/************scroll1************/
.scroll{float:left;}
.scroll1{width:660px;margin: 7px 0px 0px 10px;}
.scroll1{width:660px;overflow:hidden;height:300px;position:relative;}
.scroll1 ul{width:3300px;position:relative;left:0px;}
.scroll1 ul li{float:left;}
.scroll1 ul li a{display:block;}
.scroll1 div{position:absolute;right: 20px;bottom:20px;}
.scroll1 div a{background:url(//g.co188.com/img/index/icon.png) no-repeat scroll 0 0;display: block;width: 13px;height: 13px;float: left;margin: 5px;}
.scroll1 div a.selected{background-position:0 -54px;}
/*************scroll2*************/
.scroll2{border:1px solid #ddd;margin-left:10px;position:relative;width:658px;height:151px;}
.scroll21{width:618px;overflow:hidden;height:151px;position:relative;margin:0px auto;}
.scroll2 ul{position:relative;left:0px;width:1848px;}
.scroll2 ul li{float:left;margin:17px;display:inline;}
.scroll2 ul li a{display:block;width:120px;}
.scroll2 ul li a:hover{text-decoration:none;}
.scroll2 ul li a img{width:120px;height:90px;}
.scroll2 ul li a p{color:#333;margin-top:5px;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.scroll2 ul li a p:hover{color:#ba2626;text-decoration: underline;}
.icon_left{position:absolute;top: 52px;left: 6px;display:block;width:20px;height:34px;background:url(//g.co188.com/img/index/icon.png) no-repeat scroll -280px -449px;cursor:pointer;}
.icon_right{position:absolute;top: 52px;right: 6px;display:block;width:20px;height:34px;background:url(//g.co188.com/img/index/icon.png) no-repeat scroll -280px -301px;cursor:pointer;}
/*******login*********/

.slider-texaaa {
    background: #3eb1df none repeat scroll 0 0;
    display: none;
    height: 500px;
    left: 0;
    position: absolute;
    top: 43px;
    width: 250px;
    z-index: 200;
}


.m2 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-12.jpg") no-repeat scroll 0 0;
}
.m4 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-3.jpg") no-repeat scroll 0 0;
}
.main_l {
    float: left;
    height: 450px;
    padding: 30px 15px 0;
    width: 171px;
}

.main_l ul li {
    color: #fff;
    float: left;
    font-size: 14px;
    height: 35px;
    width: 85px;
}

.main_l ul li a {
    color: #fff;
    display: block;
    height: 30px;
    padding: 0 10px;
}
.main_l ul li a:hover {
    border: 1px solid #fff;
    color: #fff;
	padding: 0 10px;

}
.mt30 {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
}

.order_h2 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ord1.jpg") no-repeat scroll left top;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 43px;
    line-height: 45px;
    padding-left: 50px;
}

.order_h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
}

.word {
    color: #ff8b00;
    float: right;
    font-size: 14px;
    font-weight: normal;
    width: 780px;
}

.more4 a {
    color: #959595;
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.word_b {
    color: #0e6cae;
    padding: 0 5px;
}


.order {
    border: 3px solid #f8951e;
    padding: 15px;
}
.table_title2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.color_blue {
    color: #0c73c2;
}

.check_detail {
    cursor: pointer;
    height: 30px;
    line-height: 35px;
    position: relative;
    width: 100px;
}
/*棣栭〉閲囪喘*/

.word_b{ color: #0e6cae; padding:0px 5px; }
.word_b a{ color: #0e6cae; padding:0px 5px; }
.word_b a:hover{ color: #000; text-decoration:underline;}
.word{ color:#ff8b00; font-size:14px; font-weight:normal; float:right; width:780px;  }
.news_main{ width:390px; float:left; padding-left:20px;}
.news_main h2{ font-size:16px; font-weight:bold;}
.news_main p{ line-height:25px; color:#666666; padding-top:15px;}
.more3 a{ float:right; border:1px solid #e5e5e5; color:#7d7d7d; line-height:25px; width:60px; text-align:center; line-height:25px;}
.more3 a:hover{ border:1px solid #ff4400; color:#ff4400;}
.info-icon { background: url(http://www.eecong.com/images/list-icon.png) no-repeat; float: left;height: 19px;margin-right: 6px;width: 12px;}
.info-bar-left span { float: left;margin-right: 30px; color:#959595;}
.view-icon {background-position:-14px 4px; float: left;}
.collection-icon {background-position: -27px 4px;float: left;}
.news_or{ width:650px; float:left;}
.news_or li{ width:310px; float:left; line-height:28px; background:url(/images/ico1.png) no-repeat left center; padding-left:10px; text-overflow:ellipsis;overflow:hidden; white-space:nowrap; font-size:14px;}
.pice li{ background:url(/images/ico1.png) no-repeat left center; padding-left:10px; float:left; line-height:37px; font-size:14px; width:485px;}
.time{ float:right; color:#959595;}
.order{border:3px solid #f8951e;padding:15px;}
.order_h2{background:url(http://www.eecong.com/images/ord1.jpg) no-repeat left top; font-size:24px; font-weight:bold; color:#fff; padding-left:50px; height:43px; line-height:45px;}
.more4 a{ font-size:12px; float:right; font-weight:normal; color:#959595;}
.more4 a:hover{ color:#ff4400; text-decoration:underline;}
.color_blue{ color:#0c73c2;}
.table_title2{ height:40px; font-size:16px; font-weight:bold; text-align:left;}
.table_tr3{ height:50px; color:#666666;}
.btn_ord a{border-radius: 5px; background:#007bda; width: 70px; height: 29px; color:#fff; display:block; text-align:center; line-height:29px;}
.btn_ord a:hover{background:#018af4; color:#fff;}

.check_detail {
    cursor: pointer;
    height: 30px;
    line-height: 35px;
    position: relative;
    width: 140px;
}
.check_detail.hover{background:#f9a53f;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;}
.check_detail i{width:13px;height:6px;display:inline-block;background:url(http://www.eecong.com/images/list-icon.png) no-repeat -58px -5px;}
.check_detail.hover i{background-position:-75px -5px}

.detail_hover {
    background: #f9a53f none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: none;
    height: auto;
    left: -85px;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 300px;
    z-index: 99;
}
.check_detail.hover .detail_hover{display:block;}
.check_detail p{ line-height:20px;}
.diary_detail_tab {border-bottom: 1px solid #ebebeb;height: 38px; padding-top: 30px;width: 930px;}
.diary_detail_tab li {margin-bottom: -1px;position: relative;z-index: 10; width:130px; text-align:center; float:left; font-size:20px;}
.diary_detail_tab .on {border-bottom: 2px solid #f8951e; height: 38px;}
.diary_detail_tab .on a { color: #f8951e;}
.diary_detail_tab .on a:hover { color: #f8951e;}
.diary_detail_tab li span { cursor: pointer;display: inline-block; height: 38px;}
.news_list{ width:930px; float:left;}
.list-box ul li { border-bottom: 1px dotted #e8e8e8;padding: 20px 0; overflow:hidden;}
.list-box ul li .img-box {float: left;margin-right: 20px;position: relative;}
.list-item-title {color: #333333;font-size: 20px;height: 42px;line-height: 20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-item-title span{color:#959595; font-size:12px;}
.list-item-title a{color:#000000;font-family:"寰蒋闆呴粦"; }

.list-item-summary {color: #666666; height: 80px; font-size:14px;}
.list-item-summary a{font-size:12px;}
.list-item-info-bar{ color:#959595;}
.tag{ display:inline;}
.tag a{ padding:0px 10px; color:#959595;}
.tag a:hover{color:#ff4400;}
.hot_news{border:1px solid #eeeeee; margin-top:10px; padding:10px; overflow:hidden;}
.hot_news h2{ font-size:22px; line-height:35px;}
.hot_news ul li{ float:left; line-height:50px; border-top:1px dotted #e8e8e8; width:205px;text-overflow:ellipsis;overflow:hidden; white-space:nowrap;}
.news_page{ width:860px; float:left; border:1px solid #eeeeee; padding:40px; margin-bottom:10px;}
.news_page h2{ font-size:30px; text-align:center; line-height:50px;}
.page_tetx{ text-align:center; padding-top:20px; color:#959595;}
.page_main{ padding-top:40px; line-height:35px; font-size:14px;}
.page_main p{ padding-bottom:20px; text-indent:2em;}
.font_page{ color:#0085e9; font-weight:bold;}
.more_news{ border-top:1px solid #eeeeee; padding-top:30px; margin-top:30px; overflow:hidden;}
.more_news_ul{ width:880px; float:left;}
.more_news_ul li{ width:420px; float:left; line-height:28px; background:url(/images/ico1.png) no-repeat left center; padding-left:10px; text-overflow:ellipsis;overflow:hidden; white-space:nowrap;}




.xyg-main {
    width: 100%;
    overflow: hidden;
}


.xyg-banner {
    width: 100%;
    height: 669px;
    background: url("../images/xyg_02.jpg") center no-repeat;
    text-align: center;
    padding-top: 90px;
    color: #0093df;
}


.xyg-banner h1 {
    font-size: 90px;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    letter-spacing: 8px;
}


.xyg-banner h1 span {
    color: #e9532e;
}


.xyg-banner h2 {
    font-size: 33px;
    line-height: 33px;
    margin-top: 31px;
    letter-spacing: 6px;
}


.xyg-banner h3 {
    font-size: 15px;
    line-height: 32px;
    margin-top: 30px;
    letter-spacing: 1px;
}


.xyg-ti, .xyg-qi, .xyg-xi, .xyg-ji {
    width: 100%;
    height: 523px;
    text-align: center;
    padding-top: 177px;
}


.xyg-ti {
    background: url("../images/xyg_03.jpg") center no-repeat;
}


.xyg-qi {
    background: url("../images/xyg_04.jpg") center no-repeat;
}


.xyg-xi {
    background: url("../images/xyg_05.jpg") center no-repeat;
}


.xyg-ji {
    background: url("../images/xyg_06.jpg") center no-repeat;
}


.xyg-lc {
    width: 100%;
    height: 488px;
    background: url("../images/xyg_07.jpg") center no-repeat;
    text-align: center;
    padding-top: 124px;
    color: #fff;
}


.xyg-submit {
    width: 328px;
    height: 100px;
    line-height: 95px;
    background: #fff;
    color: #1c8cc6;
    font-size: 50px;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 65px;
    letter-spacing: 4px;
    cursor: pointer;
    box-shadow: 0 5px #0087cd;
}


/*寮圭獥*/
body {
    position: relative;
    min-width:1200px;
}


.xyg-black {
    width: 100%;
    height: auto;
    background: url(../images/b.png) top center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;


}


.txt1 {
    width: 190px;
    padding-left: 15px;
    height: 33px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #f8f8f8;
    outline: none;
    font-family: "寰蒋闆呴粦";
    line-height: 35px;
}


.xyg-tab form div {
    margin-bottom: 14px;
}


.xyg-tab {
    position: fixed;
    display: none;
    left: 50%;
    top: 40%;
    margin-top: -207px;
    margin-left: -273px;
    width: 477px;
    height: 450px;
    padding: 42px 35px;
    border-radius: 19px;
    background: #fff;
    z-index: 999999;
}


.xyg-tab label {
    text-align: right;
    display: inline-block;
    line-height: 35px;
    color: #a9a9a9;
    font-size: 15px;
    letter-spacing: 1px;
    width: 65px;
    margin-right: 8px;
}


.xyg-close {
    font-size: 28px;
    color: #f75739;
    float: right;
    cursor: pointer;
    margin-top: -30px;
    margin-right: -15px;


}


.txt2 {
    width: 315px;
}


.txt3 {
    width: 375px;
    height: 126px;
    vertical-align: top;
}


.xyg-btn {
    width: 130px;
    height: 43px;
    color: #ffffff;
    font-size: 17px;
    background: #e9532e;
    letter-spacing: 2px;
    text-align: center;
    line-height: 43px;
    outline: none;
    border: 0;
    margin: 0 0 0 75px;
    cursor: pointer;
}
.shenq {
    color: #fff;
    font-size: 29px;
    margin-top: 25px;
    border-radius: 5px;
    display: inline-block;
    width: 196px;
    height: 54px;
    background: #e9532e;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}
.shenq:hover {
    background: #e24823;
}
.news {
    border-top: 3px solid #0c73c2;
    min-height: 300px;
}
.news_m {
    border-right: 1px solid #f1f1f1;
    float: left;
    padding-right: 40px;
    padding-top: 20px;
    width: 640px;
}
h2 {
    font-size: 24px;
}
.pt20 {
    padding-top: 20px;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.pt20 {
    padding-top: 20px;
}

.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.new_h2 {
    border-left: 5px solid #0c73c2;
    color: #0c73c2;
    font-size: 24px;
    line-height: 24px;
    padding-left: 10px;
}

.fl {
    float: left;
}

.news_main {
    float: left;
    padding-left: 20px;
    width: 390px;
}
fieldset, img {
    border: 0 none;
}

.news_main h2 {
    font-size: 16px;
    font-weight: bold;
}

.news_main p {
    color: #666666;
    line-height: 25px;
    padding-top: 15px;
}

.collection-icon {
    background-position: -27px 4px;
    float: left;
}
.info-icon {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/list-icon.png") no-repeat scroll 0 0;
    float: left;
    height: 19px;
    margin-right: 6px;
    width: 12px;
}

.info-bar-left span {
    color: #959595;
    float: left;
    margin-right: 30px;
}

.more3 a {
    border: 1px solid #e5e5e5;
    color: #7d7d7d;
    float: right;
    line-height: 25px;
    text-align: center;
    width: 60px;
}

.news_or li {
    background: rgba(0, 0, 0, 0) url("/images/ico1.png") no-repeat scroll left center;
    float: left;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 310px;
}

.buy_news {
    float: right;
    padding-top: 20px;
    width: 500px;
}

.news {
    border-top: 3px solid #0c73c2;
    min-height: 300px;
}

.mt50 {
    background: #fff none repeat scroll 0 0;
    height: 83px;
    margin-top: 20px;
}

ol, ul {
    list-style: outside none none;
}
.foot_ico2 ul li {
    float: left;
    text-align: center;
    width: 150px;
}




element.style {
    left: 0;
    opacity: 1;
}
.mod_ind12 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e3e3e3 #e3e3e3 #c8cace;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    width: 1210px;
	margin-top: 20px;
}


.mod_ind .header {
    border-bottom: 1px solid #dfdfdf;
    height: 38px;
    line-height: 40px;
    padding-left: 5px;
}

.mod_ind .header h3 {
    font-size: 18px;
}

.yl {
    margin-right: 10px;
    margin-top: -40px;
}

.friendlink {
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
}
/*闁绘鐗婂ḿ鍫ュ冀瀹勬壆纭€*/



.copyrightbar {
	width: 100%;
	padding-top: 15px;
	margin-top: 25px;
	background-color: #3d3d3d;
	color:#a4a4a4;
}
.copyrightbar a {
	color: #a4a4a4;
}
.copyrightbar a:hover {
	color: #DF0808;
}
.copyrightbar .footer {
	width: 795px;
	height: 44px;
	background: url(image/copyright.png) no-repeat;
}
.copyrightbar .footer .iso {
	width: 126px;
	height: 44px;
	display: block;
	float: left;
}
.copyrightbar .footer .iso:hover {
	background: url(image/copyright.png) no-repeat 0 -52px;
}
.copyrightbar .footer .beian:hover {
	background: url(image/copyright.png) no-repeat -126px -52px;
}
.copyrightbar .footer .mcafee:hover {
	background: url(image/copyright.png) no-repeat -252px -52px;
}
.copyrightbar .footer .lanbiao:hover {
	background: url(image/copyright.png) no-repeat -378px -52px;
}
.copyrightbar .footer .youngper:hover {
	background: url(image/copyright.png) no-repeat -535px -52px;
}
.copyrightbar .footer .gswj:hover {
	background: url(image/copyright.png) no-repeat -661px -52px;
}
.copyrightbar dl {
	width: 180px;
	float: left;
}
.copyrightbar dt {
	padding: 6px 0;
	font: 700 16px/24px "microsoft yahei";
	color: #a4a4a4;
}
.copyrightbar dd {
	line-height: 20px;
	color: #a4a4a4;
}
.links {
	color:#a4a4a4
}
/*濡絾鐗犻妴澶屸偓骞垮灪濠€鍥倻椤撶姴娈 */



.copyrightbar .wrapper .hotline {
	float: right;
	width: 251px;
	height: 112px;
	border-left: 1px solid #4b4b4b;
	text-align: center;
	color: #a4a4a4;
}
.copyrightbar .wrapper .hotline p {
	margin: 0 0 16px;
	font-size: 12px;
}
.copyrightbar .wrapper .hotline .phone {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 1;
	color: #ff6700;
}
.btn-line-primary {
	display: inline-block;
 *zoom: 1;
 *display: inline;
	background: #ff6700;
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
 transition: all .4s;
 margin: 12px;
}
.copyrightbar .wrapper .hotline a {
	color: #FFFFFF;
}
/*end*/



#footer {
	border-top: 1px solid #4b4b4b;
	padding: 20px 0 10px;
	text-align: center;
}
#footer .links a {
	margin: 0 10px;
}
#footer .copyright {
	margin: 10px 0;
	color: #a4a4a4;
}
#footer .authentication {
	margin: 10px 0;
	display: block;
	height: 30px;
}
#footer .authentication_bg {
	width: 726px;
	height: 30px;
	margin: auto;
}
#footer .authentication a {
	color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 0 13px;
}
#footer .authentication_bg a.cert-1 {
	width: 73px;
	background-position: 0 0px;
}
#footer .authentication_bg a.cert-2 {
	width: 90px;
	background-position: -79px 0px;
}
#footer .authentication_bg a.cert-3 {
	width: 73px;
	margin-right: 7px;
	background-position: -175px 0px;
}
#footer .authentication_bg a.cert-4 {
	width: 73px;
	background-position: -255px 0px;
}
#footer .authentication_bg a.cert-5 {
	width: 85px;
	background-position: -334px 0px;
}
#footer .authentication_bg a.cert-6 {
	width: 171px;
	background-position: -535px 0px;
}
#footer .authentication_bg a.cert-7 {
	width: 111px;
	background-position: -715px 0px;
}
/*闁哄牆绉存慨锟�*/
img, input {
    vertical-align: middle;
}
.mt20 {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
}

/*閺傛澘銇旈柈銊ョ畭閸涳拷*/
.top-active { position: relative; z-index: 9999; clear: both; width: 100%; min-width: 1210px; font-size: 0;}
.top-active .top-active-wrap {  position: relative; width: 1210px; overflow: hidden; margin: 0 auto;}
.top-active .top-active-wrap img { display: block; width: 1210px;}
.top-active .top-active-wrap .top-active-close{ position: absolute; top: 3px; right: 3px; width: 19px; height: 19px; overflow: hidden; background: url(image/guan.jpg);}







.m {
    clear: both;
    margin: auto;
    width: 1200px;
}

.psr {
    position: relative;
}


em.ad {
    background: rgba(0, 0, 0, 0) url("image/ad.png") no-repeat scroll left top;
    bottom: 0;
    float: left;
    height: 19px;
    left: 0;
    position: absolute;
    width: 31px;
}

.b10 {
    font-size: 1px;
    height: 10px;
}
.igoldad {
    overflow: hidden;
    width: 1200px;
}
.igoldad ul {
    width: 1208px;
}
.c_b {
    clear: both;
}

.igoldad li {
    float: left;
    margin-bottom: 10px;
    width: 302px;
}

.igoldad li img {
    height: 90px;
    width: 294px;
}
img {
    border: medium none;
}

.wrapper12 {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.hotline {
    border-left: 1px solid #4b4b4b;
    color: #a4a4a4;
    float: right;
    height: 112px;
    text-align: center;
    width: 251px;
}

.phone {
    color: #ff6700;
    font-size: 22px;
    line-height: 1;
    margin: 0 0 5px;
}


.copyrightbar .wrapper12 .hotline a {
    color: #ffffff;
}


.ma_n2 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-14.jpg") no-repeat scroll 0 0;
}
.main_r_h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 40px;
    text-align: center;
}


.floor .f_header_t2 {
    border-bottom: 3px solid #f9bb40;
    height: 50px;
    margin-bottom: 0;
}


.floor .f_header_t2 span {
    background-color: #f9bb40;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 36px;
}


.floor .f_header_t2 h3 {
    color: #f9bb40;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 60px;
}

.floor .f_header_t2 .totop {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 3px;
}
.floor .f_header-t2 .totop {
	float:right;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	height:30px;
	line-height:40px;
	color:#999999;
	overflow:hidden;
}
.floor .f_header_t2 a.totop:hover {
	color:#ff5016;
	padding-right:11px;
	background:url(images/totop.gif) right 14px no-repeat;
}
/*3妤�*/
.floor .f_header_t3 {
    border-bottom: 3px solid #65badf;
    height: 50px;
    margin-bottom: 0;
}

.floor .f_header_t3 span {
    background-color: #65badf;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 36px;
}

.floor .f_header_t3 h3 {
    color: #65badf;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 60px;
}

.floor .f_header_t3 .totop {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 3px;
}
.floor .f_header-t3 .totop {
	float:right;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	height:30px;
	line-height:40px;
	color:#999999;
	overflow:hidden;
}
.floor .f_header_t3 a.totop:hover {
	color:#ff5016;
	padding-right:11px;
	background:url(images/totop.gif) right 14px no-repeat;
}
/*4妤�*/
.floor .f_header_t4 {
    border-bottom: 3px solid #efb2c1;
    height: 50px;
    margin-bottom: 0;
}

.floor .f_header_t4 span {
    background-color: #efb2c1;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 36px;
}

.floor .f_header_t4 h3 {
    color: #efb2c1;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 60px;
}

.floor .f_header_t4 .totop {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 3px;
}
.floor .f_header-t4 .totop {
	float:right;
	padding-right:3px;
	font-weight:normal;
	font-size:12px;
	height:30px;
	line-height:40px;
	color:#999999;
	overflow:hidden;
}
.floor .f_header_t4 a.totop:hover {
	color:#ff5016;
	padding-right:11px;
	background:url(images/totop.gif) right 14px no-repeat;
}
.m1 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-11.jpg") no-repeat scroll 0 0;
}
.ma_n1 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-13.jpg") no-repeat scroll 0 0;
}
.m3 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-16.jpg") no-repeat scroll 0 0;
}
.ma_n3 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-17.jpg") no-repeat scroll 0 0;
}

.floor .f_header_t1 {
    border-bottom: 3px solid #abc8aa;
    height: 50px;
    margin-bottom: 0;
}
.floor .f_header_t1 span {
    background-color: #abc8aa;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 36px;
}

.floor .f_header_t1 h3 {
    color: #abc8aa;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 60px;
}

.floor .f_header_t1 .totop {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 3px;
}

.floor .f_header_t5 span {
    background-color: #0c73c2;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 36px;
}

.floor .f_header_t5 h3 {
    color: #0c73c2;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 60px;
}

.floor .f_header_t5 .totop {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 3px;
}

.floor .f_header_t5 {
    height: 30px;
    margin-bottom: 0;
}
.ma_n4 {
    background: rgba(0, 0, 0, 0) url("http://www.eecong.com/images/ad-4.jpg") no-repeat scroll 0 0;
}



@charset "utf-8";body{min-width:1200px;}.ieTester{line-height:34px;text-align:center;background:#fffeee;border-bottom:1px solid #ddd;}.ieTester a{padding:2px 10px;background-color:#f1f1f1;border:1px solid #ddd;}.ieTester a:hover{background-color:#f5f5f5;}#destoon_qrcode{top:210px!important}.orange{color:orange}a.red,.red{color:red}.green{color:green}.blue{color:blue}.brown{color:brown}.w1200{width:1200px;clear:both;margin:0 auto;}.f_l,.fl{float:left;}.f_r,.fr{float:right;}.t_l{text-align:left;}.t_r{text-align:right;}.t_c{text-align:center;}.f_b{font-weight:bold;}.f_n{font-weight:normal;}.f_white{color:white;}.f_gray{color:#666666;}.f_orange{color:#FF6600;}.f_red{color:red;}.f_green{color:green;}.f_blue{color:blue;}.f_dblue{color:#225588;}.f_price{font-weight:bold;font-family:Arial;color:#FF0000;}.px10{font-size:10px;}.px11{font-size:11px;}.px12{font-size:12px;}.px13{font-size:13px;}.px14{font-size:14px;}.f14{font-size:14px!important}.px15{font-size:15px;}.px16{font-size:16px;}.b5{height:5px;font-size:1px;margin-top:5px;}.b6{height:6px;font-size:1px;margin-top:6px;}.b8{height:8px;font-size:1px;margin-top:8px;}.b10{height:10px;font-size:1px;margin-top:10px;}.b15{height:15px;font-size:1px;}.pd3{padding:3px;}.pd5{padding:5px;}.pd10{padding:10px;}.pd15{padding:15px;}.pd20{padding:20px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}.lh18{line-height:180%;}.ls1{letter-spacing:1px;}.c_p{cursor:pointer;}.c_b{clear:both;}.dsn{display:none;}.absm{vertical-align:middle;}.btn{background:url('../image/btn.gif') no-repeat;height:24px;line-height:22px;width:50px;border:none;cursor:pointer;letter-spacing:3px;}.btn_1{background:url('../image/btn_1.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}.btn_2{background:url('../image/btn_2.gif') no-repeat;height:21px;line-height:21px;width:69px;padding-left:9px;border:none;cursor:pointer;}.btn_s{background:#2388FA;color:#FFFFFF;border:none;padding:2px;letter-spacing:1px;}.btn_r{background:#D7D7D7;color:#666666;border:none;padding:2px;letter-spacing:1px;}.bd{border:none;}.highlight{color:red;}.jt{color:#003278;cursor:pointer;}.np{padding:20px 30px 20px 50px;line-height:25px;}.lazy{background:#FFF url('../image/loading2.gif') no-repeat center center;width:100%;height:100%;}.slide{background:#FFFFFF;overflow:hidden;}.nav{padding:0 10px 10px 10px;}.highlight{color:red;}.cyw{color:#ec3901;}.csh{color:#333;}.mta{margin-top:5px;}.mtb{margin-top:30px;}.mtc{margin-top:20px;}.mtd{margin-top:30px;}.mra{margin-right:5px;}.mrb{margin-right:10px;}.mrc{margin-right:70px;}.mrd{margin-right:30px;}.header{width:100%;height:40px;line-height:40px;clear:both;background:#f6f6f6;color:#696969;min-width:1200px;border-bottom:1px #e6e6e6 solid;margin:0 auto;}.header a{color:#696969;}.header_top{width:1200px;margin:0 auto;font-size:12px;}.header_l{width:560px;height:40px;overflow:hidden;}.header_nav{float:right}.header_nav{float:right}.header_login{float:left;color:#696969;}.header_login a{color:#696969;padding:0 3px;}.header_login a.red{color:red}.header_login .login{color:#0f69dc;width:50px;padding:1px 8px;}.telephone_top{float:left;padding:0 0 0 20px;color:#FF5641;}.telephone_top img{vertical-align:middle;margin-top:-3px;width:18px;}.header_nav{float:right;height:40px;}.header_nav a{padding:0 10px;color:#696969;}.header_nav .nav{padding-right:18px;background:url(img/l0LQ7A5K8C.png) no-repeat right -20px;display:inline-block;padding-left:10px;}.header_nav .jsddm{height:40px;}.header_nav .cart_mall{height:15px;padding:0 3px;line-height:15px;background-color:#ff7300;color:#fff;margin-left:3px;position:relative;}.header_nav .jsddm .cart_new{position:relative;width:110px;overflow:hidden;}.header_nav .jsddm .cart_new .cart_text{float:left;overflow:hidden;}.header_nav .jsddm .cart_new .cart_text .cart_name{float:left}.header_nav .jsddm .cart_new .cart_text .cart_buy{float:right;background:url(img/mallbg.png) no-repeat;height:16px;line-height:16px;margin-top:12px;margin-left:3px;margin-right:2px;}.header ul li{float:left;}.header ul li.phone-icon img,.header ul li.er-icon img{vertical-align:middle;width:16px;margin-top:-2px}.jsddm .jsl{position:relative;z-index:5;}.jsddm .jsl:hover a.nav{background:#ffffff url(img/l0LQ7A5K8C.png) no-repeat right 20px;border-color:#dcdcdc;outline:1px #dcdcdc solid;line-height:40px;border-bottom:1px solid #ffffff;box-shadow:0 0 16px 0 hsla(0,0%,77%,.5);}.jsddm span{color:#e0e0e0;}.jsddm .yhzx a:hover,.jsddm .clf a:hover{background:#FFFFFF;color:#e60000;}.header .red a{color:#e60000;}.ut-dwn{position:absolute;top:41px;right:0px;z-index:500;display:none;}.ut-mid{width:356px;border:1px #dcdcdc solid;border-top:none;margin-right:-1px;}.ut-con{padding-top:4px;padding-bottom:13px;background:#FFFFFF;}.ut-row{padding:9px 9px 4px 9px;border-bottom:1px solid #ededed;overflow:hidden;}.ut-row .clf{width:335px;}.last{border-bottom:0;overflow:hidden;}.hd{line-height:2;font-size:14px;color:#000;}.m-li{;position:relative;float:left;height:24px;line-height:2;}.m-li a{color:#696969;padding:0;}.m-li span{color:#ccc;margin:0 10px;}.ut-fw{position:absolute;top:41px;left:0;z-index:500;display:none;width:88px;border:1px #dcdcdc solid;border-top:none;margin-left:-1px;}.ut-gy{position:absolute;top:41px;left:0;z-index:500;display:none;width:78px}.h-itm{float:none;height:25px;line-height:25px;}.h-itm a{color:#696969;}.search{width:565px;height:40px;line-height:50px;border:#ccc 1px solid;position:relative;float:left;margin-left:70px;margin-top:10px;}.search span{width:46px;height:26px;line-height:24px;background:#fff url(img/headerdownh.png) no-repeat 42px 16px;display:block;font-size:12px;float:left;padding:8px 0 6px 14px;cursor:pointer;}.search ul{width:60px;height:auto;background:#eee;border-bottom:none;clear:both;position:absolute;left:0;top:40px;display:none;z-index:5;}.search ul li{width:46px;height:40px;line-height:40px;border-bottom:1px solid #dfdfdf;padding-left:14px;font-size:12px;}.search ul li a{color:#000;}.search ul li b{font-weight:bold;}.show{display:block;}.search input{background:transparent;border:1px solid #ffffff;height:36px;line-height:36px;width:420px;outline:none;}.hot-search{position:absolute;right:8px;top:9px;font-size:12px;}.hot-key{padding:0 9px;float:left;height:24px;margin-right:10px;line-height:24px;background:#f2f2f2;color:#999;}.search_sub{width:99px;margin-top:10px;height:42px;line-height:40px;background:#ea1a1e;font-size:16px;color:#FFFFFF;border:0px solid #ffffff;border-radius:0 2px 2px 0;float:left;}.nav_logo{margin-top:5px;}.search_bj{width:120px;height;40px;line-height:40px;background:#f7f7f7;border:1px solid #ccc;border-radius:2px 2px 2px 2px;margin-left:23px;margin-top:10px;text-align:center;display:block;float:left;cursor:pointer;}.search_bg{float:right;margin-right:20px;}.search_bg .search_bj{width:118px;height:36px;line-height:34px;margin-top:6px;}.search_bg .search_sub{width:100px;height:36px;line-height:36px;margin-top:6px;}.search_bg .search_input{width:641px;height:32px;border:2px solid #ea1a1e;position:relative;float:left;border-radius:2px 0 0 2px;margin-top:6px;outline:none;}.search_input input{background:transparent;border:1px solid #ffffff;height:30px;line-height:30px;width:520px;}.search_input span{width:50px;height:24px;line-height:24px;background:#fff url(imges/headerdownh.png) no-repeat 42px 12px;display:block;font-size:12px;float:left;padding:4px 0 4px 14px;cursor:pointer;}.search_input ul{width:64px;height:auto;background:#eee;border-bottom:none;clear:both;position:absolute;left:0;top:32px;display:none;z-index:5;box-shadow:0 0 3px rgba(6,0,1,.15);}.search_input ul li{width:46px;height:36px;line-height:36px;border-bottom:1px solid #dfdfdf;padding-left:14px;font-size:12px;}.search_input ul li a{color:#000;}.search_input ul li b{font-weight:bold;}.clear{clear:both;}.navigation{width:100%;background:#FFFFFF;min-width:1200px;border-bottom:1px solid #ddd;}.navigation_nav{width:1200px;margin:0 auto;height:56px;line-height:56px;position:relative;z-index:1;}.navigation_nav li{float:left;padding:0 20px;height:56px;line-height:56px;position:relative;}.navigation_nav a{color:#333333;font-size:16px;z-index:0;line-height:56px;height:56px;}.navigation_nav a:hover{color:#ea1a1e;}.navigation_nav li:hover a,.menuon a{border-bottom:3px solid #ea1a1e;line-height:56px;height:56px;padding-bottom:16px;}.hot{position:absolute;top:9px;left:auto;right:0;height:14px;width:18px;background:url(img/img_e3dc8fa.png) no-repeat 0 -120px;}.hd_logo{display:block;width:150px;height:53px;overflow:hidden;}.hd_logo a{display:block;width:150px;height:53px;}.hd_logo a img{width:148px;height:53px;}.hd_mall{height:60px;line-height:60px;margin-left:40px;border-left:1px #e0e0e0 solid;padding-left:20px;}.hd_mall h2{font-size:24px;font-family:"Microsoft YaHei";font-weight:normal;}.main_uc{margin-left:40px;}.head_search{width:555px;height:auto;position:relative;z-index:4;}

.head_search .hsit, .head_search .onhsit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0b72c1 currentcolor #0b72c1 #0b72c1;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 3px medium 3px 3px;
    float: left;
    height: 38px;
    position: relative;
    width: 450px;
}
.head_search .onhsit{border:1px #ea1a1e solid;border-right:none;}
.head_search .hsbn {
    background: #0b72c1 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    outline: medium none;
    text-align: center;
    transition-duration: 0.3s;
    width: 100px;
}
.head_search .hsbn:active{background:#0073ff;}.head_search .search_m,.head_search .onsearch_m,.head_search .onsearch_m2{float:left;width:102px;height:38px;line-height:38px;text-align:center;color:#333;font-family:"Microsoft YaHei";font-size:12px;border:none;outline:none;cursor:pointer;border-right:1px #e0e0e0 solid;background:url(imges/headerdown.png) 87px 16px no-repeat;}.head_search .onsearch_m{background:#f2f2f2 url(imges/headerup.png) 57px 16px no-repeat;color:#ea1a1e;}.head_search .onsearch_m2{background:#f2f2f2 url(imges/headeruph.png) 57px 16px no-repeat;color:#333333;}.head_search .search_i{float:left;display:inline;width:250px;height:20px;line-height:20px;padding:9px 15px;border:0px;border:none;outline:none;color:#999;font-family:"Microsoft YaHei";font-size:12px;}.head_search .hotkw{width:auto;display:block;float:right;height:24px;line-height:24px;position:absolute;right:10px;top:7px;}.head_search .hotkw a{float:left;padding:0 10px;height:24px;font-family:"Microsoft YaHei";font-size:12px;color:#333;background:#f2f2f2;margin-right:10px;}.head_search .hotkw a:hover{color:#f66400;}.head_search .search_form_focus .hotkw{display:none}.head_search .search_module{position:absolute;width:265px;padding:10px;height:auto;overflow:hidden;top:44px;z-index:500;background:#FFFFFF;text-align:center;border:1px #d7d7d7 solid;}.head_search .search_module a{color:#333;display:block;width:71px;height:38px;line-height:38px;float:left;font-size:12px;background:#f2f2f2;margin:0 7px 5px 7px;border:1px #e0e0e0 solid;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}.head_search .search_module a:hover{color:#ea1a1e;}.head_search .search_tips{position:absolute;z-index:999999;left:73px;top:40px;width:427px;padding-top:15px;height:auto;overflow:hidden;border:1px #1268d3 solid;border-top:none;background:#FFFFFF;}.head_search .search_t_div_1,.head_search .search_t_div_2{border:0px;margin:5px auto;width:396px;padding:0 15px;height:24px;line-height:24px;background:#FFFFFF;color:#666666;font-size:12px;cursor:pointer;font-family:"Microsoft YaHei";}.head_search .search_t_div_2{background:#f3f3f3;}.head_search .search_tips span{float:right;color:#999999;}.head_search .search_tips label{background:#f3f3f3;font-size:12px;text-align:right;padding-right:15px;display:block;height:30px;line-height:30px;color:#666;cursor:pointer;font-family:"Microsoft YaHei";}.head_search .search_tips_zx{position:absolute;z-index:999999;left:0;top:40px;width:565px;padding-top:15px;height:auto;overflow:hidden;border:1px #1268d3 solid;border-top:none;background:#FFFFFF;}.head_search .search_tips_zx span{float:right;color:#999999;}.head_search .search_tips_zx label{background:#f3f3f3;font-size:12px;text-align:right;padding-right:15px;display:block;height:30px;line-height:30px;color:#666;cursor:pointer;font-family:"Microsoft YaHei";}.xt_sch{width:auto;display:inline-block;height:auto;position:relative;}.xt_sch .hsit,.xt_sch .onhsit{float:left;width:558px;border:2px #d7d7d7 solid;border-right:none;height:34px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;position:relative;background-color:#ffffff;}.xt_sch .onhsit{border:2px #333333 solid;border-right:none;}.xt_sch .hsbn{float:left;width:100px;height:38px;line-height:38px;text-align:center;border:none;outline:none;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;font-family:"Microsoft YaHei";font-size:16px;color:#FFFFFF;cursor:pointer;background:#333333;transition-duration:0.3s;}.xt_sch .hsbn:active{background:#0073ff;}.xt_sch .search_m,.xt_sch .onsearch_m,.xt_sch .onsearch_m2{float:left;width:102px;height:32px;line-height:32px;text-align:center;color:#333;font-family:"Microsoft YaHei";font-size:12px;border:none;outline:none;cursor:pointer;border-right:1px #e0e0e0 solid;background:url(img/headerdown.png) 87px 14px no-repeat;background-color:#ffffff;}.xt_sch .onsearch_m{background:#f2f2f2 url(img/headerup.png) 87px 14px no-repeat;color:#ea1a1e;}.xt_sch .onsearch_m2{background:#f2f2f2 url(img/headeruph.png) 87px 14px no-repeat;color:#333;}.xt_sch .search_i{display:block;width:230px;height:20px;line-height:20px;padding:7px 15px;border:0px;outline:none;color:#999;font-family:"Microsoft YaHei";font-size:12px;}.xt_sch .hotkw{width:auto;display:block;float:right;height:24px;line-height:24px;position:absolute;right:10px;top:5px;}.xt_sch .hotkw a{float:left;display:inline-block;padding:0 10px;height:24px;font-family:"Microsoft YaHei";font-size:12px;color:#333;background:#f2f2f2;margin-right:10px;}.xt_sch .hotkw a:hover{color:#f66400;}.xt_sch .search_module{width:103px;height:auto;overflow:hidden;position:absolute;top:35px;left:1px;z-index:999999;text-align:center;}.xt_sch .search_module a{color:#333;display:block;width:103px;height:35px;font-size:12px;line-height:35px;background:#f2f2f2;border-bottom:1px #e0e0e0 solid;font-family:"Microsoft YaHei";}.xt_sch .search_module a:hover{color:#ea1a1e;}.xt_sch .search_tips{position:absolute;z-index:9999;left:73px;top:38px;width:585px;padding-top:15px;height:auto;overflow:hidden;border:2px #1268d3 solid;border-top:0px;background:#FFFFFF;}.xt_sch .search_t_div_1,.xt_sch .search_t_div_2{border:none;width:550px;padding:0 15px;height:24px;line-height:24px;margin:5px auto;background:#FFFFFF;color:#666666;font-size:12px;cursor:pointer;font-family:"Microsoft YaHei";}.xt_sch .search_t_div_2{background:#f3f3f3;}.xt_sch .search_tips span{float:right;color:#999999;}.xt_sch .search_tips label{background:#f3f3f3;font-size:12px;text-align:right;padding-right:15px;display:block;height:30px;line-height:30px;color:#666;cursor:pointer;font-family:"Microsoft YaHei";}.xt_sch .search_tips_zx{position:absolute;z-index:9999;left:0;top:38px;width:564px;padding-top:15px;height:auto;overflow:hidden;border:2px #1268d3 solid;border-top:0px;background:#FFFFFF;}.xt_sch .search_tips_zx span{float:right;color:#999999;}.xt_sch .search_tips_zx label{background:#f3f3f3;font-size:12px;text-align:right;padding-right:15px;display:block;height:30px;line-height:30px;color:#666;cursor:pointer;font-family:"Microsoft YaHei";}.fabu{margin-right:1px}.head_bprice,.xt_bprice{margin-left:23px;width:90px;height:38px;line-height:40px;text-align:center;color:#333333;_display:inline;}
.head_bprice a, .xt_bprice a {
    border: 1px solid #dbdbdb;
    color: #333;
    display: block;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    transition-duration: 0.3s;
    width: 100%;
}
.head_bprice a:hover,.xt_bprice a:hover{background:#f2f2f2;color:#333;}.xt_bprice,.xt_bprice a{height:36px;line-height:36px;}.mall_cart{max-width:145px;min-width:140px;text-align:left;}.mall_cart i{background:url(../images/mall/cart_ico.png) no-repeat 5px 0px;width:20px;height:20px;display:block;float:left;padding-left:8px;margin-top:9px}.mall_cart:hover i{background:url(../images/mall/cart_ico_h.png) no-repeat 5px 0px;}.top_ewm{width:60px;float:left;margin-left:70px;text-align:center;margin-top:-15px}.top_ewm span{font-size:12px;color:#666;line-height:25px;}.top_ewm .ewm{width:58px;height:58px;}.nav_hd_top{width:100%;background:#FFFFFF;height:55px;padding:27px 0;position:relative;min-width:1200px;z-index:4;}.nav_top{width:1200px;height:55px;background:#FFFFFF;margin:0 auto;position:relative;}.fdtb{display:none;z-index:1000;background:#ea1a1e;border-bottom:#ea1a1e 1px solid;padding:0;}.nav_top2{width:1200px;height:55px;margin:0 auto;position:relative;}.nav_top2 .xt_bprice{width:148px;}.nav_top2 .xt_bprice a{display:block;width:100%;height:35px;border:1px #dbdbdb solid;background:#ffffff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;transition-duration:0.3s;font-size:14px;font-family:"Microsoft YaHei";color:#333;}.nav_top2 .xt_bprice a:hover{color:#333333;background:#dbdbdb;border:1px #dbdbdb solid;}.tlogo{width:134px;height:35px;margin-top:10px;}.tlogo a{display:block;width:134px;height:35px;text-indent:-9999px;overflow:hidden;background:url(img/newlogo_min.png) no-repeat;}.btcolor{border-bottom:#ea1a1e 2px solid;min-width:1200px;}.logo-ft{margin-left:10px;z-index:500;width:100px;float:left;}.logo-ft img{width:100px;height:53px}.logo-ft-modname{margin-left:10px;z-index:500;width:100px;float:left;height:53px;line-height:53px;border-left:1px solid #ededed;text-indent:15px;font-size:18px;}.city_top_select{position:relative;margin-left:10px;margin-top:10px;min-width:100px;float:left;font-size:12px;z-index:3;}.city_top_select .oncity{_width:80px;height:28px;margin:5px;padding:0 14px;border:1px #f5f5f5 solid;background:#fdfdfd;transition-duration:0.3s;}.city_top_select .oncity a{display:block;height:28px;line-height:28px;background:url(img/city.png) right no-repeat;background-size:14px 14px;padding-right:20px;color:red}.city_top_select .citylist{position:absolute;display:none;top:40px;width:408px;height:auto;padding:0 20px;border:1px #f5f5f5 solid;background:#ffffff;z-index:500;}.city_top_select .citylist .cybt{height:38px;line-height:38px;border-bottom:1px #f5f5f5 solid;color:#666666;}.city_top_select .citylist .cybt a{color:#ea1a1e;}.city_top_select .citylist ul{margin:20px 0;height:auto;overflow:hidden;width:105%;font-size:14px;}.city_top_select .citylist ul li{width:20%;height:30px;line-height:30px;overflow:hidden;float:left;margin-right:5%;}.city_top_select .citylist ul li a{color:#666666;}.city_top_select .citylist ul li a:hover{color:#ea1a1e;}.city_top_select .citylist ul li a.cur{color:#ea1a1e;}.city_top_select:hover .oncity{height:28px;margin:0;padding:5px 19px;background:#FFFFFF;border-bottom:1px #fff solid;}.city_top_select:hover .oncity a{color:#ea1a1e;background:url(imges/city_hover.png) right no-repeat;background-size:16px 16px;}.city_top_select:hover .citylist{display:block;}.cart-fixed{position:fixed;_position:absolute;bottom:40px;right:20px;width:100px;height:80px;background:url(imges/cart.png) no-repeat;cursor:pointer;}.cart-fixed em{float:right;margin-top:10px;width:auto;min-width:36px;height:36px;background:#d8120f;text-align:center;line-height:36px;font-family:Arial,Helvetica,sans-serif;color:#FFFFFF;font-size:16px;border-radius:36px;-moz-border-radius:36px;-webkit-border-radius:36px;font-weight:500;font-style:normal;}.rel{position:relative;}.adicon{background:url(../images/adicon.png) no-repeat;position:absolute;left:0;bottom:0;width:37px;height:17px;z-index:1;}.tjicon{background:url(../images/tj_bg.png) no-repeat;position:absolute;top:14px;left:77px;width:29px;height:29px;z-index:999999;}.xh_dl,.xh_dl_x{display:black;}.xh_dl_no,.xh_dl_x_no{display:none;}.xh_dl_2,.xh_dl_x_2{display:black;}.xh_dl_2_no,.xh_dl_x_2_no{display:none;}

.navitem-group li a.cur{color: #26a2d7;}

.workday {
    float: right;
    height: 40px;
    line-height: 38px;
    width: 130px;
}
.workday .moblie{font-size: 18px; float: right;font-weight: 700;}
.workday .moblie a{color: #26a2d7;}
.workday .moblie span{display: block; float: left; width: 22px; height: 22px; background: url(../images/moblie1.png) no-repeat; margin-top: 10px; margin-right: 10px;}
.slider-texa {
    background: #333333 none repeat scroll 0 0;
    display: none;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 200;
}
.slider-texa {
    background: #333333 none repeat scroll 0 0;
    display: none;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 200;
}
.slider-texa {
    background: #333333 none repeat scroll 0 0;
    display: none;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 200;
}

.slider-texa .item .f-list {
    border-bottom: 1px solid #333333;
    padding-bottom: 3px;
}

.slider-texa {
    background: #333333 none repeat scroll 0 0;
    display: none;
    height: 405px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 210px;
    z-index: 200;
}
.slider-texa .item{width: 210px; height: 40px;position: relative; color: #fff;}
.slider-texa .item .f-list{border-bottom: 1px solid #333333; padding-bottom: 3px;}
.slider-texa .item .f-list.last{border-bottom:none;}
.slider-texa .item.last{height: 45px; border-bottom: 2px solid #3eb1df;}
.slider-texa .item .f-list h5{margin-bottom: 10px;font-weight: 100;}
.slider-texa .item .f-list .sub_line{height: 18px;overflow: hidden;width: 160px;}
.slider-texa .item a{color: #fff; font-size: 14px;margin-right: 7px;padding: 30px;}
.slider-texa .item a.sub{font-size: 12px;display: inline-block;}
.slider-texa .item:hover{background: #fafcfd; color: #31607c;}
.slider-texa .item:hover .f-list{border: none;}
.slider-texa .item:hover a{color: #31607c;}
.slider-texa .item i{position: absolute; display: block; width: 8px; height: 14px; right: 20px; top: 15px; background: url(../images/enter.png) no-repeat;}
.slider-texa .item .fore1{width: 580px; height: 200px; border-right: 2px solid #3eb1df; border-bottom: 2px solid #3eb1df; background: #fafcfd; position: absolute; left: 100%; top: 0; padding: 10px 5px; z-index: 5000; display: none;}
.slider-texa .item .fore1 p{padding-bottom: 5px; padding-left: 10px; border-bottom: 1px solid #d1d6d8; color: #31607c;}
.slider-texa .item .fore1 p a{color: #26a2d7;font-size: 16px; padding: 0;}
.slider-texa .item .fore1 .lists{width: 580px; height: 200px; margin-top: 5px; padding-left: 0px; overflow: hidden;}
.slider-texa .item .fore1 .lists a{margin-right: 10px; color: #31607c; font-size: 14px;padding:10px;}
.slider-texa .item .fore1 .lists a:hover{margin-right: 10px; color: #31607c; font-size: 14px;padding:10px;color: #ff4400;}
.slider-texa .item .fore1 .new{width: 570px;}
.slider-texa .item .fore1 .new .new-word{width: 570px; overflow: hidden; border-bottom: 1px solid #d1d6d8; height: 30px; padding-left: 10px;}
.slider-texa .item .fore1 .new .new-word span{width: 7px; height: 20px; display: block; background: #00e099; float: left;margin-top: 3px;}
.slider-texa .item .fore1 .new .new-word p{font-size: 16px; color: #02a7df; margin-left: 10px; border: none;}
.slider-texa .item .fore1 .display{width: 570px; overflow: hidden; margin-top: 10px; padding-left: 10px;}
.slider-texa .item .fore1 .display ul li{float: left; width: 92px; margin-right: 20px;text-align: center;}
.slider-texa .item .fore1 .display ul li .cate_img{display: table-cell;vertical-align:middle;text-align:center;width: 92px;height: 92px;border: 1px solid #eee;}
.slider-texa .item .fore1 .display ul li .cate_img img{max-width: 83px; max-height: 90px;}
.slider-texa .item .fore1 .display ul li .cate_name{margin-top: 8px;display: block;}
.slider-texa .item .fore1 .display ul li a{word-wrap: break-word; font-size: 12px; color: #666;margin-top: 10px;}
.slider-texa .item:hover .fore1{display: block;}


.wrapper {
    background: #3d3d3d none repeat scroll 0 0;
    margin-top: 20px;
}