﻿@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231 "Microsoft Yahei";min-width:1200px;width:100%;} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;}  
a:focus{outline:0;} 
a:hover{ text-decoration:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

.cart_content{ margin-top:15px; margin-bottom:15px;}



/* -- 页面整体布局 -- */
.header , .content, .footer { width:1200px; margin:0 auto;  }
.contents{ width:1200px  !important; margin:0 auto !important;  }
.left,.leftr{ width:260px; float:left; overflow:hidden;}
.leftr{ float:left;}
.left2 { width:910px; float:left; overflow:hidden; margin-top:15px;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.leftbot { height:0px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right,.rightl{ width:920px; float:right; display:inline;overflow:hidden;}
.rightl{ float:right;}
.right2 { width:275px;  float:right; overflow:hidden;margin-top:15px;}
.right3 { width:260px; float:right; overflow:hidden; color:#666;}
.rightbot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:920px; overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px; }
.right2_main { width:273px;overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px;}
.left2_main { width:910px;overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px;}



.h_nav li a:-webkit-any-link{ display:block;}
i,em{ font-style:normal;}
/*头部开始*/
.headbj{height:179px;background:url(/Skins/Default/Img/index/head.jpg) no-repeat center;}
.head{padding-top:31px;}
.head .he{height:88px;}
.head .logo{width:350px; float:left;padding-top:6px;margin-right: 36px;}
.head .logo h1{width:104PX;height:47px;float:left;}
.head .logo h1 img{width:104PX;height:47px;}
.head .logo span{display: block;float:left;padding-top:12px; font-size: 27px; color:#333333; line-height: 27px; margin-left: 13px; font-weight: bold;}
.head p{float:left;padding-top:3px;}
.head p em{display: block;font-size: 24px; line-height: 24px; color:#333333;margin-bottom: 7px;}
.head p em i{font-size: 24px; line-height: 24px; font-weight: bold; color:#e92f00;}
.head strong{display: block; width:180px;height:51px;float:right;padding-left:90px;padding-top:10px;background:url(/Skins/Default/Img/index/phone.png) no-repeat left top;}
.head strong i{display:block;font-size: 24px; line-height: 24px; color:#e92f00; font-weight: bold; font-family: "Arial";font-style:oblique;}
.head .nav{height:60px;}
.head .nav li{float:left;height:60px; line-height: 60px;position: relative;}
.head .nav li a{font-size: 16px; color:#FFF;padding:0 30px;background:url(/Skins/Default/Img/index/hg.png) no-repeat right; display:block;}
.head .nav li:last-child a{background:0;}
.head .nav li.cur,.head .nav li:hover{background:#ffb700;}
.head .nav li.cur a,.head .nav li:hover a{color:#333333;}
.head .nav li i{display: none; width:23px; height:25px;animation: downup 1s infinite linear;-webkit-animation: downup 1s infinite linear;}
.head .nav li.icon_hot i{background:url(/Skins/Default/Img/index/hot.png) no-repeat; position: absolute; top:5px; right:17px;display: inline-block;}
@keyframes downup { 0% { transform: translate(0, 0); } 50% { transform: translate(0, -8px); } 100% { transform: translate(0, 0); } }
@-webkit-keyframes downup { 0% { -webkit-transform: translate(0, 0); } 50% { -webkit-transform: translate(0, -8px); } 100% { -webkit-transform: translate(0, 0); } }
/*搜索*/
.search{height:98px; background:url(/Skins/Default/Img/index/seach.jpg) no-repeat center;border-bottom:1px solid #dce1e6;}
.sea{padding-top:31px;}
.sea span{display: block; float:left; font-size: 18px;line-height: 18px; color:#313131; height:35px; font-weight: bold; background:url(/Skins/Default/Img/index/hg2.jpg) no-repeat left bottom;margin-right:53px;}
.sea ul{float:left;width:400px;}
.sea ul li{float:left;height:37px;padding-left:27px; margin-right: 35px;border-left:2px solid #e5e5e5;}
.sea ul li a{    font-size: 14px;    color: #626262;    margin-right: 35px;    float: left;    line-height: 14px;    margin-bottom: 11px;}
.sea ul li a:hover{ color:#2570d9; font-weight:bold}
.sea p{width:479px; height:38px;float:right;}
.sea p .txt{width:326px; height:38px; line-height: 38px; border:0; background:url(/Skins/Default/Img/index/.txt.png) no-repeat center; font-size: 14px; color:#c9c9c9; padding:0 20px;float:left;}
.sea p .btn{width:104px; height:38px;background:url(/Skins/Default/Img/index/btn.png) no-repeat center;float:right;border:0;}

/*头部结束*/

/*底部开始*/
.footers{height:462px; background:url(/Skins/Default/Img/index/foot.jpg) no-repeat center; position:relative}
.foot{padding-top:58px;}
.foot .dbnav{width:525px; float:left;}
.foot .dbnav .dnav{width:120px; float:left;margin-right: 55px;}
.foot .dbnav .dnav b{display:block;font-size: 22px; font-style: normal;line-height: 22px; color:#eeeeee; font-weight: normal; margin-bottom: 33px;}
.foot .dbnav .dnav ul li{padding-left:16px; height:14px; line-height: 14px;background:url(/Skins/Default/Img/index/dbx.png) no-repeat left; margin-bottom: 18px;}
.foot .dbnav .dnav ul li a{font-size: 14px;color:#FFF; opacity: 0.5;}
.foot .ewm{width:355px; float:left;}
.foot .ewm b{display:block;font-size: 22px; line-height: 22px; color:#eeeeee; font-weight: normal; margin-bottom: 33px;}
.foot .ewm span{display: block; float:left; width:160px; height:203px; }
.foot .ewm span img{width:160px; height:160px;}
.foot .ewm span i{display: block;width:160px;font-style: normal; height:43px; text-align: center; line-height: 43px; background:url(/Skins/Default/Img/index/wzbj.png) no-repeat center; opacity: 0.5; color:#FFF}
.foot .ewm .first{margin-right: 29px;}
.foot .gsxx{width:261px; float:right;}
.foot .gsxx b{display:block;font-size: 22px; line-height: 22px; color:#eeeeee; font-weight: normal; margin-bottom: 33px;}
.foot .gsxx ul li{height:40px;margin-bottom: 10px;}
.foot .gsxx ul li em{display: block;padding-left:25px;font-style: normal; font-size: 14px; color:#FFF; height:18px; line-height: 18px; margin-bottom: 6px; opacity: 0.5;}
.foot .gsxx ul li .db1{background:url(/Skins/Default/Img/index/db1.png) no-repeat left;}
.foot .gsxx ul li .db2{background:url(/Skins/Default/Img/index/db2.png) no-repeat left;}
.foot .gsxx ul li .db3{background:url(/Skins/Default/Img/index/db3.png) no-repeat left;}
.foot .gsxx ul li .db4{background:url(/Skins/Default/Img/index/db4.png) no-repeat left;}
.foot .gsxx ul li p{font-size:14px; color:#FFF;opacity: 0.8;padding-left:25px; line-height:normal}
.foot .gsxx ul li p a{ color:#FFF;}
.foot .link{height: 70px;    position: absolute;    line-height: 70px;    margin-top: 20px;    width: 1200px;    bottom: 0; overflow:hidden}
.foot .link p{width:660px; float:left;  margin:0;    line-height: 70px; overflow:hidden;}
.foot .link p em{display: block;float:left; font-size: 14px;font-style: normal; color:#FFF; opacity: 0.3; margin-right: 5px;}
.foot .link p em a{ font-size: 14px; color:#FFF;font-style: normal;}
.foot .link span{display: block; width:533px; float:right;}
.foot .link span a{display: block;font-size: 14px;color:#FFF; opacity: 0.3;float:left;margin-left: 17px;}
.foot .link span a.t{ opacity:1;}
.foot .link span a.t i{display: block;font-size: 14px;color:#FFF; font-style: normal; opacity: 0.6;float:left;}
/*底部结束*/


a.gf {padding-left: 0; position: relative;}
.m_wx { background: #fff none repeat scroll 0 0; border: 1px dashed #ccc; color: #333; display: none; left: -127px; position: absolute; text-align: center; top: -10px; width: 120px;}
.m_wx img { height: 120px; width: 120px;}



 /*temp.css*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:99999;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*rollup.css*/



.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(/UserControls/im/kefu/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(/UserControls/im/kefu/im_01.gif)}
.ImRow0{background:url(/UserControls/im/kefu/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(/UserControls/im/kefu/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#333; font-size:14px;}
.ImFooter{height:90px;background:url(/UserControls/im/kefu/im_04.jpg) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'Microsoft Yahei';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}



/* -- 当前位置 -- */
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0 auto; }
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:320px;}

.plc,.plc2{ background:url(Img/logo_03.png) no-repeat 2px 6px;height:32px;line-height:32px;padding:7px 8px 8px 42px; position:relative; color:#666; overflow:hidden; font-size:16px; border-bottom:1px solid #ececec; padding-bottom:8px; font-family:"Microsoft Yahei","微软雅黑"; width:1200px; margin:0 auto}
.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:16px; color:#666;}
.red_x { color:#F26B17; display:inline; font-family:"Microsoft YaHei"; font-size:16px;}
.plc .red_x,.plc2 .red_x,.plc span{ color:#F26B17; font-weight:bold; font-size:16px;}
.red_x1 { color:#f00; display:inline; font-family:"Microsoft YaHei"; font-size:16px;}
.plc a:hover,.plc2 a:hover{ text-decoration:none; color:#2570d9}




/*--客服样式--*/
.fleft_kh {
	top: 129px; width: 66px; right: 0%; margin-right: 2px; position: fixed; z-index: 999;
}
.fleft_kh a.nofows{ position:relative}
.fleft_kh span.ws{ position:absolute; right:72px; top:0; border:1px solid #ccc; padding:4px; background:#fff; display:none}
.fleft_kh span.ws img{ width:100px; height:100px; padding:10px; display:block}
.fleft_kh span.ws i { display: block; font-size:14px; color:#333; text-align:center; line-height:38px; font-style:normal}

.fleft_kh a:link {
	background: no-repeat center 8px #333333; width:66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;font-size: 14px; 
}
.fleft_kh a:visited {
	background: no-repeat center 8px #333333; width: 66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;
}
.fleft_kh a:hover {
	background-color: #2570d9;
}
.fleft_kh a {
	position: relative;
}
.fleft_kh a.rtel {
	padding: 0px; height:66px; position: relative;
}
.fleft_kh a.rtel span {
	background: rgb(0, 204, 255); top: 0px; width: 66px; height: 66px; text-align: left; right: 0px; line-height: 66px; overflow: hidden; font-size: 24px; position: absolute;
}
.fleft_kh a.rtel span i {
	background: no-repeat center 8px #333333; width: 66px; height: 38px; text-align: center; color: #fff; line-height:38px; padding-top: 30px; font-size: 14px; font-style: normal; margin-right: 10px; float: left;
}
.fleft_kh a.rtel:hover span i {
	background-color: #2570d9; 
}
.fleft_kh .fript {
	margin: 10px 0px 0px 5px; width: 120px; height: 28px; line-height: 26px; font-family: "微软雅黑"; font-size: 12px;
}
.fleft_kh .frbtn {
	background: rgb(51, 153, 204); border: currentColor; width: 70px; height: 32px; color: white; line-height: 32px; font-family: "微软雅黑"; font-size: 14px; font-weight: bold; margin-left: 5px; cursor: pointer;
}



.leavewordkf{    position: fixed;    top: 20%;    left: 35%;    width: 420px;    background: #fff;    height: 420px;   border: 1px solid #f9f9f9;box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); display:none;    border-radius: 5px;
    overflow: hidden;}
.leavewordkf .close{ position:absolute; top:0; right:0;}
.leavewordkf .close img{ width:30px; height:30px;}
.leavewordkf h2{ display:block; text-align:center; height:68px; line-height:68px; font-size:20px; font-weight:bold; color:#fff; background:#2570d9;    margin-bottom: 20px;}
.leavewordkf p{ font-size:14px; color:#333; display:block; width:90%;line-height: 24px;margin: 0 auto; font-weight: bold;}
.leavewordkf p.ps{ text-indent:20px}
.leavewordkf textarea{    width: 95%;    display: block;    margin: 10px auto;    background: #f9f9f9;    border: 0;    height: 40px;    color: #999;    padding: 10px;}
.leavewordkf .leavewordbt{width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2570d9;
    color: #fff;
    display: block;
    margin: 20px auto;
    border-radius: 5px;
    border: 0;}