html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul,input,select,button,textarea,img { padding:0; margin:0; border:none;}
input,button,select,textarea,a,img{outline:none; }
body {font-size:14px; width:100%;overflow-x: hidden;  font-family:"Microsoft YaHei","SimSun","Arial";}
html{ width:100%;}
a img {	border:none;}
a {	text-decoration:none; outline:none; padding:0; margin:0; cursor:pointer; cursor:hand;}
ul, ul li, ol li, li {	list-style:none;}
table {	border-collapse: collapse;border-spacing:0;}
input, textarea {border: 0;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
* html .clearfix {zoom: 1;}
*:first-child + html .clearfix {zoom: 1;}
.fl {	float:left;}
.fr {	float:right;}
.none{	display:none;}
.nrp{text-overflow: ellipsis; white-space: nowrap; word-break:keep-all; overflow: hidden;}/*设置文字超出部分为省略号*/
a{cursor:pointer; text-decoration:none;}
a:hover{text-decoration: none;}
i{font-style:normal;}
.hide{overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.clearfloat{clear:both;}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*******首页********/
.bg-body {
	min-width:1200px;
    background: #fff;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
/*******头部********/
.header {
    height: 90px;
}
.header .logo {
    position: relative;
    width: 230px;
    height: 110px;
}

.header .logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    background-color: #0080f8;
}
/*******导航********/
.nav li{
    float: left;
    width: 220px;
    margin: 0 10px;
}
/*一级菜单*/
.nav li.li-level1 a.nav-name{
    position: relative;
    display: block;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    color: #0080f8;
}
.nav li.li-level1 a.nav-name::after{
    content: '';
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0;
}
.nav li.li-level1 a.nav-name.active::after,
.nav li.li-level1 a.nav-name:hover::after{
    position: absolute;
    content: '';
    height: 6px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #0080f8;
    transform:scale3d(1,1,1);
}
/*二级菜单*/
.nav li .ulLevel-2{
    display: none;
    background-color: #fff;
}
.nav li .ulLevel-2 li{
    margin: 0;
}
.nav li .ulLevel-2 li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    transition: all 1s;
}
.nav li .ulLevel-2 li:last-child a{
    border-bottom:none;
}
.nav li .ulLevel-2 li a.active,
.nav li .ulLevel-2 li a:hover{
    
    background-color: #1d8cf5;
    color: #fff;
}


/*******banner********/
.banner {
    background: url("../images/banner.jpg") no-repeat  center center / cover;
    height: 470px;
}
/*******内容********/
.main{
    margin-top: 25px;
}
.main-left{
    position: relative;
}
.main-left .bg-img{
    position: absolute;
    z-index: -1;
    width: 312px;
    height: 258px;
    margin: 10px 0 0 10px;
    background: #1d8cf5;
}
.main .main-right{
    width: 820px;
    padding: 35px 30px 0;
}
.main p{
    text-indent: 2em;
    line-height: 26px;
    color: #333333;
}
/*******版权********/
.footer{
    margin-top: 30px;
    height: 30px;
    background-color: #999;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}