﻿/*CSS Reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,
p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em,
img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption,
tbody, tfoot, thead, th,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary,time, mark, audio, video {
margin: 0 auto;padding: 0 0;border: 0; text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,header,footer, hgroup, menu, nav, section {
display: block;}
ol, ul {list-style: none;
}blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

* html,* html body{background-image:url(about:blank);background-attachment:fixed}
/*清除浮动*/
.clearfix:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix{*zoom:1;}
/*整体*/
body
{
	background-color:#f1f1f1;
	font-family:"微软雅黑"; 
	font-size:12px;
}
.content
{
	width:1000px;
	margin:0 auto;
}
.adClass
{
    background: none repeat scroll 0 0 white;
    border: 1px solid lightGrey;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #DDDDDD;
    left: 50.5%;
    top:8%;
    margin-left: 510px;
    overflow: hidden;
    position: fixed;
    visibility: visible;
    z-index: 100;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(240+ document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||660)));
    _top:expression(eval(document.documentElement.scrollTop+100))

}
/*jsfocus焦点图*/
.focusWarp
{
    height:480px;
    width:1000px;
}
.focusWarp ul
{
    height:480px;
    overflow:hidden;
    float:left;
}
.focusWarp a.prev,.focusWarp a.next
{
    background: url(images/jsfocus_prev.png) no-repeat center center;
    margin-right: 503px;
    position: absolute;
    right: 50%;
    padding: 227px 25px;
    z-index:99;
}
.focusWarp a.prev:hover
{
    background: url(images/jsfocus_prev_hover.png) no-repeat center center;
}
.focusWarp a.next
{
    background: url(images/jsfocus_next.png) no-repeat center center;
    margin-left: 503px;
    position: absolute;
    left: 50%;
    padding: 227px 25px;
    z-index:99;
    width:0px;
}
.focusWarp a.next:hover
{
    background: url(images/jsfocus_next_hover.png) no-repeat center center;
}
.imgList li a img
{
    width:1000px;
    height:480px;
}
/*头部*/
header
{
    min-width:1000px;
	width:100%;
	background-color:#156098;
	height:60px;
	margin-bottom:15px;
}
#naver img
{
    padding-top:8px;
}
#naver nav
{
	float:right;
	line-height:60px;
}
.navBackgroundColor
{
    background:#06487b;
}
#naver nav a
{
	font-size:14px;
	color:#fff;
    padding:30px 10px 20px 10px;
    margin-right:10px;
}
    #naver nav a:hover
    {
        background-color:#07538e;
    }
#naver nav ul li
{
    float:left;
}
.lastFree
{
    width:103px;
    height:45px;
    background:url(../Content/Images/wdxuexi/免费试用.png) no-repeat 0px 18px;
    cursor:pointer;
}
    #naver nav .lastFree a
    {
        padding:0;
        display:block;
        background:none;
    }
    .lastFree:hover
    {
        background:url(../Content/Images/wdxuexi/免费试用聚焦.png) no-repeat 0px 18px;
    }
.details-nav
{
     margin:0 auto; width:1000px; margin-bottom:15px;
}
    .details-nav a
    {
        color:#065CC6;
    }
/*banner*/
#indexFocus
{
    overflow:hidden;
}
/*页面主体*/
#main,#download,#try,#introduction
{
	background-color:#fff;
    min-height:540px;
    margin:20px auto;
    padding-bottom:20px;
}
#main h3,#download h3,#try h3,#introduction h3
{
	border-bottom:1px solid #e2e2e2;
	margin:0 15px;
	padding:10px 0px;
	font-size:18px;
	color:#565656;
}
#main .left
{
	float:left;
	width:670px;
}
.index-products
{
	margin-top:40px;
}
.index-products dl:first-child
{
	border-bottom:1px dashed #cdcdcd;
}
.border-bottom
{
    border-bottom:1px dashed #cdcdcd;
	border-left:1px dashed #cdcdcd;
}
.index-products dl:first-child+dl
{
	border-bottom:1px dashed #cdcdcd;
	border-left:1px dashed #cdcdcd;
}
.index-products dl:first-child~dl~dl
{
	padding-top:20px;
}
.index-products dl:last-child
{
	border-left:1px dashed #cdcdcd;
	padding-top:20px;
}
.index-products dl
{
	width:334px;
	color:#545454;
	line-height:20px;
	float:left;
	height:220px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    *width:274px;
	padding:0px 30px;
}
.index-products dl img
{
	float:left;
	margin-right:15px;
}
.index-products dt
{
	font-size:20px;
	color:#2b2b2b;
	line-height:70px;
    font-weight:bold;
}
.index-products h4
{
	font-size:14px;
	color:#2b2b2b;
	line-height:50px;
}
#main .details
{
    box-sizing:border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding:0px 25px;
    line-height:2.0em;
}
#main .details h1
{
    font-size:22px;
    font-weight:normal;
    text-align:center;
    border-bottom:1px dashed #cdcdcd;
    padding:3px 0px 20px;
    margin-bottom:15px;
}
#main .aftermarket p
{
    font-size:14px;
    margin:10px 0px 0px 15px;
}
#main .right
{
	float:right;
	width:315px;
}
#main .right h3
{
	margin-left:0px;
}
#main .right h3 a
{
	float:right;
	font-size:14px;
	color:#166099;
	line-height:30px;
}
.newList
{
	margin:10px 0px;
}
.newList ul li,.list-newList ul li
{
	background:url(../Content/Images/wdxuexi/方点.jpg) no-repeat 0px 14px;
	line-height:30px;
	padding-left:15px;
    font-size:13px;
	color:#5e5e5e;
}
    .newList ul li span
    {
        float:right;
        margin-right:15px;
    }
    .newList ul li a,.list-newList ul li a
    {
        font-size:13px;
	    color:#5e5e5e;
    }
.newList li a:hover,.list-newList ul li a:hover
{
	color:#166099;
	text-decoration:underline;
}
.index-activityImgs img
{
	margin-top:10px;
}
.trust
{
	text-align:center;
	min-height:80px;
}
.trust p
{
	margin:20px;
	color:#545454;
}
.trust p span
{
	margin-left:30px;
}
/*底部*/
footer
{
    min-width:1000px;
    width:100%;
	height:430px;
	background:url(../Content/Images/wdxuexi/footer.png);
	color:#96a3a8;
}
     footer a
    {
         color:#96a3a8;
    }
        footer a:hover
        {
            text-decoration:underline;
            color:#166099;
        }
.foot ul
{
	float:left;
	width:249px;
    *width:209px;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:1px dashed #43656f;
	padding:0px 5px 0px 30px;
	margin:40px 0px;
	height:200px;
}
.foot ul li
{
	line-height:22px;
}
.foot ul h4
{
	line-height:80px;
	font-size:14px;
	color:#ffffff;
}
.foot-firstImg
{
	float:left;
	padding-top:10px;
}
.foot ul:first-child h4
{
	font-size:16px;
	display:inline;
	margin-left:20px;
}
.foot ul:last-child
{
	border-right:none;
	padding-left:20px;
    *width:229px;
}
.friendship
{
	padding-top:30px;
	text-align:center;
	border-top:1px dashed #43656f;
    *margin-top:40px;
    font-family:"宋体";
}
.friendship a
{
	margin-right:15px;
	
    color:#96a3a8;
    line-height:24px;
    white-space:nowrap;
}
.information
{
    text-align:center;margin-top:20px;
}
/*其他介绍页*/
#introduction .left
{
    float: left;
    width: 198px;
}
    #introduction .left ul li
    {
        font-family: "微软雅黑";
        font-size: 14px;
        line-height: 40px;
        text-align:center;
        border-bottom:1px solid #eeeeee;
    }
        #introduction .left ul li a
        {
            color:#686868;
            display:block;
        }
        #introduction .left ul li a:hover
        {
            color:#0071b9;
        }
.left_choose
{
    background-image: url(../Content/Images/wdxuexi/列表选中背景.png);
}   
#introduction ul li.left_choose a
        {
            color:#0071b9;
        }
#introduction .right
{
    min-height:675px;
    float:left;
    width:800px;
    border-left:1px solid #e2e2e2;
    padding-bottom:30px;
}
    #introduction .right h3
    {
        margin:0px;
        text-indent: 43px;
        border-bottom:none;
        font-size:16px;
        color:#000;

    }
    #introduction .right p,.implement p
    {
        color: #686868;
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        text-indent: 2em;
        margin:0px 15px;
    }
#products article
{
    margin-bottom:30px;
}
#tools
{
    padding:20px 0px;
}

    #tools b
    {
        color: #0075BC;
        font-size: 16px;
    }
#customer img
{
    margin-left:30px;
}
#main .left .fast a
{
    margin:30px 40px;
    float:left;
}
#main .left .implement p
{
    font-size: 15px;
    line-height: 35px;
}
#download h4
{
    border-bottom: 1px solid #D1D1D1;
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
}
    #download h4 a
    {
        float:right;
        color: #065CC6;
        font-size:14px;
        padding-right:10px;
    }
#download .download-top-content
{
    text-align:center;
    width:498px;
    float:left;
    line-height:50px;
    padding-top:20px;
}
#download .download-bottom
{
    line-height:50px;
}
#download .download-bottom img
{
    float: left;
    height: 150px;
    margin: 15px;
    width: 150px;
}
#try table
{
    margin-left:50px;
}
    #try table b
    {
        color:red;
        margin-right:5px;
    }
#try table tr
{
    height:50px;
}
#try table tr td
{
    color:#96a3a8;
}
    #try table tr td span
    {
        color:#000;
        float:right;
    }
#try input, #try table select
{
    margin:0px 10px;
    width:200px;
    padding:5px 0px;
}
    #try table select
    {
        height:28px;
        padding:5px 1px 5px 0px;
        width:auto;
    }
#try .sureBtn,.sureBtn
{
    background: url("/content/images/home/提交正常.png") no-repeat;
    width:102px;
    cursor:pointer;
    border:none;
    height:34px;
}
.list-newList ul li
{
    background:none;
    margin:0px 20px;
    border-bottom:1px dashed #cdcdcd;
    line-height:35px;
    padding:0;
}
    .list-newList ul li span
    {
        float:right;
    }
.gridviewpages
{
    clear: both;
    margin: 0px auto;
    width: 100%;
    line-height: 30px;
}
    .gridviewpages label
    {
        margin-left:20px;
    }
.newsEnding
{
    font-size:14px;
    margin-top:10px;
    text-indent:2em;
}
    .newsEnding p
    {
        line-height:28px;
    }
    .newsEnding a
    {
        color:#00e;
    }
        .newsEnding a:hover
        {
            color:#166099;
            text-decoration:underline;
        }