html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}
i {font-style: normal}
img {
  border: none;
  vertical-align: middle;
}

input,
textarea {
  outline: none;
  border: none;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

/* 通用轮播 */
.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

/* 头部 */
.header {
  width: 1200px;
  margin: auto;
}


/* 左部 */
.header_left {
  float: left;
  width: 500px;
}

/* 右部 */
.header_right {
  float: right;
  width: 220px;
	padding-top: 15px;
}


.item{width:1200px;margin:0 auto;}
.itemTie{text-align:center;line-height:50px;font-size:49px;color:#4e4e4e;font-weight:normal;padding:95px 0 30px;}
.itemTie small{font-size:18px;color:#cfcfcf;display:block;}
.f1Bg .itemTie{color:#fff;}
.f1Bg .itemTie small{color:#70c3d9;}
.f1Bg{background:url(/images/bg.png) repeat-x 0 0;}
.f1Box{ }
.f1Box .tab{text-align:center;padding-bottom:39px;overflow:hidden;}
.f1Box .tab span{width:289px;height:48px;text-align:center;line-height:48px;font-size:18px;color:#70c3d9;display:inline-block;border-radius: 50px;margin:0 140px;cursor: pointer;}
.f1Box .tab span.active{color:#2277e6; background-color:#e2f7ff;}
.f1BoxSilder{height:620px;background-color:#fff;overflow:hidden;position:relative;}
.f1BoxSilder ul{overflow:hidden;position:absolute;left: 0;top: 0;}
.f1BoxSilder li{float:left;width: 1200px;}
.f1BoxSilder dl{width:1108px;padding:32px 55px 37px 37px;overflow:hidden;}
.f1BoxSilder dt{float:left;}
.f1BoxSilder dt,.f1BoxSilder dt img{width:484px;height:551px;}
.f1BoxSilder dd{float:right;width:485px;height:551px;position:relative;}
.f1BoxSilder dd h3{line-height:49px;font-size:50px;color:#2277e6;position:relative;padding:56px 0 19px;margin-bottom:30px;}
.f1BoxSilder dd h3 small{font-size:24px;font-weight:normal;display:block;}
.f1BoxSilder dd h3 i{width:22px;height:2px;background-color:#2277e6;display:block;position:absolute;left:0;bottom:0;}
.f1BoxSilder dd p{line-height:28px;font-size:16px;color:#5b5b5b;}
.f1BoxSilder dd a.btn{width:122px;height:42px;text-align:center;line-height:42px;font-size:22px;color:#5b5b5b;border:#ccc solid 1px;border-radius:50px;display:block;position:absolute;left:0;bottom:46px;}
.f1BoxSilder a.pret,.f1BoxSilder a.next{width:38px;height:38px;background:url(../images/ioc_03.png) no-repeat;display:block;position:absolute;bottom:35px;}
.f1BoxSilder a.pret{background-position:0 0;right:89px;}
.f1BoxSilder a.next{background-position:-42px 0;right:43px;}
.f1BoxSilder a.pret:hover{background-position:0 -41px;}
.f1BoxSilder a.next:hover{background-position:-42px -41px;}

/* 底部 */
.foot {
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  padding: 40px 0px 25px 0px;
}

.foot_1 {
  border-top: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
  height: 38px;
}

.foot .list {
  width: 598px;
  height: 38px;
  float: left;
  position: relative;
}

.foot .list h1 {
  display: block;
  text-align: right;
  background: url(../images/kq_img28.png) no-repeat 535px center;
  font-size: 14px;
  color: #464646;
  line-height: 37px;
  padding-right: 80px;
  font-weight: 400;
}

.foot .list_1 h1 {
  text-align: left;
  padding-left: 50px;
  background: url(../images/kq_img28.png) no-repeat 144px center;
}

.foot .foot_img {
  text-align: center;
  padding: 15px 0px;
}

.foot .foot_bottom {
  text-align: center;
  font-size: 14px;
  color: #464646;
}

.foot .foot_bottom .foot_a {
  font-size: 14px;
  color: #464646;
}


.clear:after {
  content: "";
  display: block;
  clear: both;
}

.margin_b15 {
  margin-bottom: 15px;
}

.footer .foot_img img {
  width: 115px;
  height: 115px;
}


