* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei';
}
i{ font-style: normal}
ul, ol, li {
  list-style: none;
}

li {
  cursor: pointer;
}
html,body {
  width: 100%;
  height: 100%;
}
img {
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.wraps{
  position: relative;
  width: 100%;
}
.ov{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c_b{clear: both;}

.h-top{
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #212222;
  font-size: 11px;
}
.h-top span{
  float: right;
  /* margin-right: 20%; */
  margin-right: 275px;
}
.top-nav-box{
  height: 96px;
  background: #FFFFFF;
  width: 1200px;
  margin: auto;
}
.top-logo{
  float: left;
  height: 100%;
  width: 200px;
  background-repeat: no-repeat;
  background-position: center right;
}
.top-nav-list{
  float: left;
  height: 100%;
  line-height: 96px;
  font-size: 18px;
  color: #666;
}
.top-nav-list span{
  margin-right: 50px;
  position: relative;
  padding: 0 3px;
}
.top-nav-list span:hover a{color: #FF6A00;}
.top-nav-list a{color: #666;}
.top-nav-list .present a{color: #FF6A00;}
.top-nav-list .present::after{
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: #FF6A00;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.top-logo-title {
	float: left;
	margin: 25px 40px 25px 20px;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	border-left: 4px solid #eee;
}
.top-btns {
	height: 100%;
	float: right;
	line-height: 96px;
}
.top-btns a {
	padding: 0 30px;
    text-align: center;
    color: #FF6A00;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #FF6A00;
    display: inline-block;
    border-radius: 2px;
    margin-left: 10px;
}
.top-btns a.active {
	color: #fff;
    background: #FF6A00;
    cursor: default;
}
.top-btns a:not(.active):hover {
	background-color: #ffa15d;
	color: white;
}
/* -------------------------------------------------- */
.notice{
  width: 100%;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  box-shadow: rgba(185,185,185,.5) 0 5px 5px 0;
}
.not-l{
  float: left;
  /* margin-top: 18px; */
  margin-left: 322px;
}
.not-text{
  /*width: 1200px;*/
  float: left;
  margin-left: 33px;
  font-size: 18px;
  color: #606060;
}
.advantage-box {
	padding: 45px 0;
}
.advantage-box:nth-child(2) {
	background-color: #262c38;
}

.main-tit{
  font-weight: bold;
  text-align: center;
  font-size: 28px;
}
.main-tit p {
	border-bottom: 3px solid #FF6A00;
	width: 145px;
	margin: auto;
	padding-bottom: 20px;
}
.advantage-box:nth-child(1) .main-tit p{
  color: #000;
}
.advantage-box:nth-child(2) .main-tit p{
  color: #fff;
}
/* ----------------------------------------- */
.footer-box{
 	padding: 25px 0;
  	text-align: center;
}

.bt_login{
	/* height: 38px; */
    /* line-height: 38px; */
    border: 1px solid transparent;
    /* padding: 0 18px; margin-top: 7px;*/
    background-color: #DC5D2F;
	width: 100%;
    height: 100%;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
	background: #F98532;
}

.advantage-box .adv-cont .home-scheme-item {
    width: 23%;
    height: 220px;
    background: #fff;
    padding: 30px 27px;
    box-sizing: border-box;
    margin: 0 0 0 20px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    cursor: pointer;
}

.advantage-box .adv-cont .home-scheme-item:hover {
	border: 1px solid #FF6A00;
}

.advantage-box .adv-cont .home-scheme-item .item-title {
    font-size: 20px;
    color: #000;
    font-weight: 550;
    line-height: 38px;
}

.advantage-box .adv-cont .home-scheme-item .item-info {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.fl {
    float: left;
}
.icon5 {
    background-image: url(/images/skin1/icon5.png);
}
.icon6 {
    background-image: url(/images/skin1/icon6.png);
}
.icon7 {
    background-image: url(/images/skin1/icon7.png);
}
.icon8 {
    background-image: url(/images/skin1/icon8.png);
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 95px;
}

.icon5, .icon6, .icon7, .icon8 {
    height: 72px;
}