* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  color: #151515;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.2;
  min-width: 1200px;
}
/* color */
.text-primary {
  color: #005a97;
}
.text-white {
  color: #fff;
}
.text-light {
  color: #fbfbfb;
}
.text-grey {
  color: #f5f5f5;
}
.text-dark-1 {
  color: #e5e5e5;
}
.text-dark {
  color: #666;
}
.text-black {
  color: #000;
}

/* bg */
.bg-primary {
  background-color: #005a97;
}
.bg-white {
  background-color: #fff;
}
.bg-light {
  background-color: #fbfbfb;
}
.bg-grey {
  background-color: #f5f5f5;
}
.bg-dark-1 {
  background-color: #e5e5e5;
}
.bg-dark {
  background-color: #3d3d3d;
}
.bg-black {
  background-color: #000;
}

/* 1200 */
.w12 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #000;
  text-decoration: none;
}

.column-center {
  position: absolute;
  top: 50% !important;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

li {
  list-style-type: none;
}
img {
  vertical-align: middle;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* head */
.g-hd-1 {
  border: 1px solid #eee;
  height: 30px;
  line-height: 28px;
}
.g-hd-1 p {
  display: inline-block;
}
.g-hd-1 p .time {
  margin-left: 13px;
}

/* head 2 */
.g-hd-2 {
  height: 115px;
}
.g-hd-2 .logo {
  margin-top: 5px;
}
.g-hd-2 .title {
  font-size: 49px;
  margin-left: 14px;
  margin-top: 29px;
}
.tb-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 17px;
}
.g-hd-2 .contact {
  font-size: 15px;
  margin-top: 16px;
}

/* nav */
.g-nav {
  height: 46px;
  background-color: #3f3f46;
}
.g-nav .w12 {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.g-nav .w12 li {
  height: 100%;
  line-height: 46px;
}
.g-nav .w12 li:hover {
  background-color: #005a97;
}
.g-nav .w12 a {
  display: inline-block;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
}
.g-nav .active {
  background-color: #005a97;
}

/* search */
.g-search {
  height: 52px;
  box-shadow: 0 0 21px #999;
}
.g-search .box {
  height: 34px;
  border: 1px solid #eee;
  margin-top: 9px;
}
.g-search .box .i_name {
  border: 0;
  width: 281px;
  height: 32px;
  padding-left: 11px;
  font-size: 18px;
  color: #cbcaca;
}
.g-search .box .i_btn {
  width: 40px;
  height: 32px;
  background: url("../images/search_icon.png") no-repeat center;
  background-size: 16px;
  border: 0;
  vertical-align: top;
  border-left: 1px solid #eee;
  cursor: pointer;
}

/* 侧栏 */
.g-sd {
  width: 235px;
}
.g-sd .bg-primary {
  width: 235px;
  height: 79px;
  overflow: hidden;
}
.g-sd .bg-primary .t-cn {
  margin-top: 16px;
}
.g-sd .bg-primary .t-en {
  margin-top: 7px;
}
.g-sd .bg-primary p {
  font-size: 21px;
  color: #fff;
  margin-left: 38px;
}
.g-sd .product ul {
  width: 235px;
  border: 1px solid #eee;
  border-top: 0;
}
.g-sd .product li {
  padding: 13px 0;
  padding-left: 38px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.g-sd .product li a:hover {
  color: #005a97;
}
/* 联系我们 */
.contact-sd {
  margin-top: 17px;
}
.contact-sd .detail {
  border: 1px solid #eee;
  padding-bottom: 16px;
}
.contact-sd p {
  color: #000;
}
.contact-sd .more {
  margin-top: 27px;
  margin-left: 5px;
  margin-right: 4px;
}
.contact-sd .more p{
  font-size: 13px;
  line-height: 26px;
}


/* 友链 */
.g-links {
  padding: 27px 0;
  margin-top: 77px;
}
.g-links li {
  font-size: 13px;
  margin-left: 18px;
}
.g-links li a:hover {
  color: #005a97;
}

/* footer */
.footer {
  margin-top: 62px;
}
.footer .w12 {
  padding-top: 23px;
  padding-bottom: 50px;
}
.footer .footer-lt .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-lt .item ul {
  height: 255px;
  margin-top: 14px;
  border-right: 1px solid #fff;
  padding-top: 4px;

}
.footer .footer-lt .item hr {
  width: 108px;
  height: 5px;
  background-color: #ffffff;
  border: 0;
  margin-bottom: 26px;
}
.footer .footer-lt .item a {
  font-size: 15px;
  color: #f7f7f7;
  line-height: 33px;
}
.footer .footer-lt .item a:hover {
  color: #005a97;
}
.footer .footer-lt .nav {
  width: 171px;
}
.footer .footer-lt .contact {
  width: 346px;
  padding-left: 62px;
}
.footer .footer-lt .contact li {
  width: 264px;
  font-size: 15px;
  color: #f7f7f7;
  line-height: 33px;
}
.footer .footer-lt .contact li div {
  float: left;
}
.footer .footer-lt .hot-product {
  width: 319px;
  padding-left: 69px;
}
.footer .footer-lt .hot-product li {
  width: 186px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-rt {
  margin-left: 77px;
}
.footer-rt .logo-ft {
  margin-left: 7px;
  margin-bottom: 11px;
}
.footer-rt .code-2 {
  margin-left: 37px;
}
.footer-rt .code-2 p {
  font-size: 15px;
  color: #f7f7f7;
  margin-top: 20px;
  text-align: center;
}
.footer-bottem {
  font-size: 15px;
  color: #858585;
  text-align: center;
  padding: 26px 0;
}
.footer-bottem a {
  color: #858585;
}
.footer-bottem .cpr {
  margin-top: 15px;
}