﻿﻿@font-face{
  font-family: 方正大标宋简体;
  src: url(../fonts/方正大标宋简体.ttf);
}
body{

}
.container{
	width: 1315px;
	padding: 0;
	position: relative;
}

/*----------header----------*/
header{
  position: absolute;
}

body.open-menu header .mbtn {
  background-image: url(../img/menu-hide.png);
  background-size: 18px auto;
}
.mbtn-masker{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
body.open-menu .mbtn-masker{
  display: block;
}

/*----------main----------*/
main{

}
main .container{
  width: 1200px;
}
.hr{
  border-bottom: 1px solid #ecf0f1;
  padding-top:24px;
}
.fullpart{
  padding: 50px 0;
}
.fullpart .ui-head1{
  margin-top: 0;
}
.color1{
  color: #f2972b;
}


.ht06
{
	height: 6px;
}
a.backtop{
  width: 41px;
  height: 41px;
  background: url(../img/backtop.png);
  position: fixed;
  z-index: 100;
  bottom: 150px;
  right: 10px;
  display: none;
}

/*----------customize----------*/
.block{
  display: block;
}

.carousel-indicators{
  bottom: 5px;
}
.carousel-indicators li{
  width: 12px !important;
  height: 12px !important;
  margin: 0;
  border: none;
  background-color: #fff;
  margin: 0 8px !important;
}
.carousel-indicators li.active{
  background-color: rgba(255, 255, 255, .5);
}