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

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset,input {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

h1 {
    font-size: 2.25em;font-size: 2.25rem;
    line-height: 2.25em;line-height: 2.25rem;
    text-decoration: none;
}

h2 {
    font-size: 1.875em;font-size: 1.875rem;
    line-height: 1.875em;line-height: 1.875rem;
    text-decoration: none;
}

h3 {
    font-size: 1.5em;font-size: 1.5rem;
    line-height: 1.5em;line-height: 1.5rem;
    text-decoration: none;
}
/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    font-size: 14px;	/*默认字号*/
    text-decoration: none;
	color:#333;
}


body {font: 14px/100%  '微软雅黑';background:#f2f2f2;}

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

ul{ list-style-type:none}
table{width:100%;font-size:12px;border-collapse:collapse;}
input,select,textarea{font:12px/100%  '微软雅黑';outline:none;}

input:disabled,
select:disabled,
textarea:disabled{background:#e3e3e3}

.clear{clear:both;height:0;}
.clear10{clear:both;height:10px;}
.clear20{clear:both;height:20px;}
.clear25{clear:both;height:25px;}
.clear40{clear:both;height:40px;}
.clear60{clear:both;height:60px;}
.grey{background:#f4f4f4}

.rn{margin-right:0px;}
.tl{text-align:left;}
.tc{text-align:center}
.tr{text-align:right}

.lan{color:#41b269}
.red{color:#ff0000}
.blue{color:#005b9e}
.wbg{background:#fff;}

.left{float:left;}
.right{float:right}
.mal40{margin-left:40px;}
.mag20{margin:20px 0;}

/*head*/
.ys-head{width:100%;height:60px;position:fixed;z-index:100000;top:0;}
.ys-cent{width:1000px;margin:0 auto;}
.ys-logo{float:left;margin-top:15px;}
.ys-nav{float:right;}
.ys-nav a{display:block;float:left;margin:0 30px;line-height:60px;cursor:pointer}
.ys-nav a.cur-nav{border-bottom:1px solid #22ad38;color:#3ab64e;}
.phone{display:inline-block;padding:8px 20px;color:#fff;background:#3ab64e;border-radius:30px;margin-top:15px;}


.content{width:1000px;margin:20px auto}

/*foot*/
.ys-foot{margin-top:30px}
.foot1{background:url(../images/di-bg.png) repeat-x;padding:30px 0;text-align:center;}
.foot1 p{margin:15px auto;text-align:center;}
.top-p{font-size:18px;}
.foot2{width:100%;background:#f2f2f2;color:#666666;text-align:center;padding:10px 0;}
