﻿body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #525252;
}

body,
html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

* {
    text-decoration: none;
    list-style: none;
}

img {
    border: 0px;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #525252;
}


/****************************************************/
.tops{
	width: 100%;
	background: url(../images/tops.png);
	height: 18px;
}
.tops div{
	
	width: 1200px;
	margin: auto;
	
}
.tops div a{
	float: right;
	color: #fff;
}
.top{
    width: 100%;
    height: 100px;
   
}

.top_main {
    width: 1200px;
    margin: auto;
    height: 90px;
}

.top_main  div {
    float: left;
    margin-top: 25px;
}
.top_main  .title {
	margin-top: 35px;
    margin-left: 30px;
}
nav {
    width: 100%;
    background: url(../images/nav.png);
    height: 40px;
}
nav ul {
    width: 1200px;
    margin: auto;
}
nav ul li {
    width: 120px;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
nav ul li:hover{ 
    background:#164188;
}
nav ul li:first-child{
    margin-left: 300px;
}
nav ul li a {
    color: #fff;
}
/**footer************************************/
.footer {
    width: 100%;
    height: 120px;
    margin-top: 25px;
    background:#164188;
    color:#FFFFFF;
	
    clear: both;
	
}
.footer_main {
    width: 1200px;
    height: 120px;
    margin: auto;
}
.footer_main .img {
    margin-left: 275px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.ewm {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.footer_main ul {
    padding-top:25px;
    height: 95px;
    float: left;
    margin-right: 80px;
}
.footer_main ul li {
    height: 25px;
    font-size: 12px;
}
::-moz-focus-inner {
    border: 0px;
}


/*a:link {color:#0f0;text-decoration:none;} 
a:visited {color: #FFFF00; text-decoration:none;} 
a:hover {color: #00FF00; text-decoration:underline;} 
a:active {color: #0000FF; text-decoration:underline;}*/

.wrapper {
    clear: both;
    width: 100%;
}

word-break:break-all
/*文字换行*/


/*white-space:nowrap 文字不换行*/


/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/


/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/


/*渐变*/


/*background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f02), color-stop(1, #8f2c00)); Saf4+, Chrome 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0'); IE*/