/* CSS Document */
/*-----------CSS Reset-----------*/
@charset "utf-8";
::selection {
	color:#fff;
    background-color: #247dff;
}

::-moz-selection {
	color:#fff;
    background-color: #247dff;
}

::-webkit-selection {
	color:#fff;
    background-color: #247dff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

* {
    padding: 0;
    margin: 0 auto;
}

body {
    font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #101010;
    margin: 0;
    line-height: 1.5;

}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight:normal;

}

/*header*/
.header{ width:100%;  height:auto; overflow:hidden; background:url(../images/topbj.jpg) no-repeat center; height: 125px;}
.headernr{ width: 1180px; margin: auto; }
.header .logo{ height:108px; overflow:hidden;}
.header .logo .logo-l{ float:left; width:580px;}
.header .logo .logo-l dl dt{ float:left; margin-top:25px;}
.header .logo .logo-l dl dd{ float:left; width:375px; margin:40px 0 0 30px; font-size:18px;}
.header .logo .logo-l dl dd p{ color: #575757;}
.header .logo .logo-l dl dd b{ display:block; color:#247dff;}
.header .logo .phone{ float:right; width:166px; text-align:right; background:url(../images/phone.png) no-repeat right; height:60px; padding-right:60px; margin-top:30px;}
.header .logo .phone span{ font-size:24px; color:#247dff;}
.top_nav{ width:100%; height:60px; line-height:60px; background:#247dff;}

.fixedNav { width:100%; height:60px;
    position: fixed;
    top: 0px;
    left: 0px;
    margin:auto;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}
.another{ height:60px; line-height:60px; background:#247dff; }
.another a {
    color: #fff;
    display: block;
}

.header-c{ width: 1180px; margin: auto; }
.top_nav ul li{ float:left; background:url(../images/nav-li.jpg) no-repeat right; padding:0 36px;}
.top_nav ul li a{ color:#FFF;}
.top_nav ul li:hover{ background:#ffbb05;}
.top_nav ul li.another{ background:#ffbb05;}
.top_nav ul li.another a{ color:#FFF;}

/*footer*/
.footer{ width:100%; height:auto; overflow:hidden; padding:30px 0; background:#247dff; margin-top:40px;}
.footer-c{ width:1180px; margin:0 auto; color:#FFF;}
.footer-c a{ color:#FFF;}

.f-text{ float:left; width:690px; margin-left:20px;}
.f-text h2{ font-size:14px; display:inline;}
.f-text p{ line-height:34px;}
.f-text p img{ vertical-align:middle; margin-left:20px;}
.f-ewm{ float:right; width:115px; background:url(../images/f-ewm.png) no-repeat; height:115px; padding:5px;margin-top: 25px;}
































