﻿@charset "utf-8";
html{color:#000;background:#FFF;}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

body {font:14px/22px Arial; background: #fff;color: #333;width: 100%;min-width: 1336px;margin:0 auto;overflow-x:hidden;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,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;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{ font: 14px/22px "Microsoft YaHei";color: #666;}
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;}
strong{ font-weight:bold;}
/* CSS Document */
.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;  blr:expression(this.onFocus=this.blur())}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
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}
.clearfix:after{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:1200px; margin:0 auto;}
.cart_content{ margin-top:15px; margin-bottom:15px;}

/* -- 页面整体布局 -- */
 .content ,.contents  { width:1200px; margin:0 auto;  }
.left,.leftr{ width:270px; float:left; overflow:hidden;}
.leftr{ float:left;}
.left2 { width:890px; float:left; overflow:hidden; margin-top:0;}
.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:900px; float:right; display:inline;overflow:hidden;}
.rightl{ float:right;}
.right2 { width:275px;  float:right; overflow:hidden;margin-top:15px;}
.right3 { width:201px; 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:900px; overflow:hidden; }
.right2_main { width:273px;overflow:hidden;}
.left2_main { width:700px;overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}

em,i{ font-style:normal;}

@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body{width: 100%;min-width: 1200px;margin:0 auto;}
body,
button, input, select, textarea {
    font: 14px/22px Arial;color: #333;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#e60012;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */


/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.clearfix:after{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.blk-main {
    width: 1200px;
    margin: 0 auto;
}

/*英文字体*/
@font-face{
     font-family: 'Acrom';
     src:url('/Skins/Default/font/Acrom.otf');
}
@font-face{
     font-family: 'AcromBold';
     src:url('/Skins/Default/font/Acrom.Bold.otf');
}
@font-face{
     font-family: 'Montserrat';
     src:url('/Skins/Default/font/Montserrat-Regular.otf');
}
@font-face{
     font-family: 'Montserrat-Light';
     src:url('/Skins/Default/font/Montserrat-Light.otf');
}
@font-face{
     font-family: 'MontserratAlternates';
     src:url('/Skins/Default/font/MontserratAlternates-Regular.otf');
}
@font-face{
     font-family: 'Neutraface';
     src:url('/Skins/Default/font/NEUTRAFACE2DISPLAY-TITLING.OTF');
}
@font-face{
     font-family: 'NeutrafaceBold';
     src:url('/Skins/Default/font/neutraface2display-bold.otf');
}
@font-face{
     font-family: 'neutraface2display-medium';
     src:url('/Skins/Default/font/neutraface2display-medium.otf');
}
@font-face{
     font-family: 'MyriadPro';
     src:url('/Skins/Default/font/MyriadPro-Regular.otf');
}
@font-face{
     font-family: 'ITCAVANTGARDESTD';
     src:url('/Skins/Default/font/ITCAVANTGARDESTD-DEMI.OTF');
}
/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("/Skins/Default/Img/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}





/*底部开始*/
.footer{height:545px; background:url(/Skins/Default/images/foot.jpg) no-repeat center;overflow:hidden;}
.foot{padding-top:120px;}
.foot .ftlogo{width:310px;float:left;}
.foot .ftlogo h4{width:241px; height:84px;margin-bottom: 31px;}
.foot .ftlogo h4 img{width:241px; height:84px;}
.foot .ftlogo em{display:block;font-size: 16px; color:#FFFFFF; line-height: 16px;}
.foot .ftlogo em a{ color:#fff}
.foot .ftlogo p{font-size: 16px; color:#FFFFFF; line-height: 16px; margin-top: 13px;margin-bottom: 44px;}
.foot .ftlogo ul li{float:left;width:42px; height:42px; margin-right: 8px;}
.foot .ftlogo ul li img{width:42px; height:42px; }
.foot .ftnav{width:734px; float:right;}
.foot .ftnav .fnav{width:202px;float:left;margin-left: 39px;}
.foot .ftnav .fnav b{display:block;font-size: 20px; line-height: 20px; color:#FFFFFF; margin-bottom: 40px; padding-left:21px;}
.foot .ftnav .fnav ul li{height:14px; line-height: 14px; margin-bottom: 21px;}
.foot .ftnav .fnav ul li a{padding-left:20px; background:url(/Skins/Default/images/dbx4.png) no-repeat left;font-size: 14px; color:#FFFFFF;}
.foot .gsxx{height:80px; line-height: 80px;margin-top: 44px;}
.foot .gsxx span{display:block; text-align: center;font-size: 12px;color:rgba(255,255,255,0.5);}
.foot .gsxx span em{margin-left: 50px;}



#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px}
#roll_top{background:url(/Skins/Default/Img/top.gif) no-repeat}
#fall{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -80px}
#ct{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-500px;position:fixed;right:50%;top:80%;_margin-right:-505px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}




 /*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:1001;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*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px}
#roll_top{background:url(/Skins/Default/Img/top.gif) no-repeat}
#fall{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -80px}
#ct{background:url(/Skins/Default/Img/top.gif) no-repeat 0 -40px}
#roll{display:none;width:15px;margin-right:-520px;position:fixed;right:50%;top:80%;_margin-right:-520px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:-1;}

.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:Arial, Helvetica, sans-serif;}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}




 .search{    width: 1200px !important;    margin: 0 auto;}
    .search_content{
        padding: 18px 0 0;
        height: 49px;
        line-height: 30px;
        border-bottom: solid 1px #e3e3e3;
    }
    .p2-keyword{
        width: 880px;
        float: left;
        text-transform:capitalize;
        color: #333;
    }
    .p2-keyword dt,.p2-keyword dd{float:left;}
    .p2-keyword dd a{
        padding: 0 7px;
        color: #333;
    }
    .p2-keyword dd a:hover{
        color:#0a2d7e;;
    }
    .search-1-input-group{
        width: 259px;
        height: 32px;
        border:1px solid #d8d8d8;
        border-radius: 30px;
        padding: 0 0 0 19px;
    }
    .search-1-input-group .searchKey{
        width: 220px;
        height: 30px;
        line-height: 30px;
        float: left;
        border: 0;
        float: left;
        color:#bfbfbf;
    }
    .search-1-input-group .p2-btn{
        width: 38px;
        height: 30px;
        text-indent: 38px;
        float: right;
        height: 32px;
        background:url(/Skins/Default/images/VISkins-p5.png) no-repeat 5px -257px;
    }


/* -- 当前位置 -- */
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0 auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:300px;}

.plc .red_x{font-size:14px; color: #0a2d7e;}
.plc,.plc2{ position:relative;  border-bottom: solid 1px #f0f0f0;    height: 71px;    line-height: 71px;    color: #333;    margin-bottom: 20px;    }
.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#666;}
.plc a:hover{font-size:14px; color: #0a2d7e;}






/*clients*/
  .client-2 {
            position: fixed;
            right: -195px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(/Skins/Default/images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
            font-size:14px;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
         .client-2 .my-kefu-tel1 i {
            display: none;
        }
        
        .client-2 .my-kefu-tel1 p{height:56px;line-height:56px;margin-right:0;font-size: 14px;}
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 75px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 18px;
            color: #fff;
            float: left;
            height: 22px;
            line-height: 22px;
            padding-left: 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
            width:170px;
            overflow:hidden;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0a2d7e;
            color: #fff;
            height: 56px;
            width: 270px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0a2d7e;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }