html,
body {
    height: 100%;
    min-width: 1230px
}

ul,
ol,
dd,
dt,
p,
div {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

input {
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 0
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0
}

a[href]:hover {
    color: #0082fa
}
.clear {clear:both;}
.kj-zt {
    position: relative;
    width: 100%;
    min-height: 100%;
    bottom: 30px;
}

.kj-header {
    height: 92px;
    background: #02163c;
    color: #FFF
}

.kj-header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background: #FFF;
    box-shadow: 0 0 15px #bbb;
    border-bottom: 1px solid #dedede \9;
    color: #333
}

.kj-header__logo {
    float: left;
    width: 119px;
    height: 33px;
    margin-top: 28px;
}

.kj-header__navs {
    float: left;
    padding-left: 100px;
}

.kj-header__nav {
    position: relative;
    float: left;
    padding: 0 20px;
    line-height: 92px;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer
}

.kj-header__nav+.kj-header__nav {
    margin-left: 10px
}

.kj-header__nav--active,
.kj-header__nav--active>a {
    color: #0082fa !important
}

.kj-header__nav:before {
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50%;
    border-top: 2px solid #0082fa;
    line-height: 0;
    transition: all .3s;
    content: ''
}

.kj-header__nav--active:before,
.kj-header__nav--hover:before {
    left: 20px;
    right: 20px
}

.kj-header-nav--toggle:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-top: 8px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: ''
}

.kj-header__nav--active .kj-header-nav--toggle:after {
    background-position: -17px -5px
}

.kj-header__nav a {
    color: #FFF
}

.kj-header__nav>a {
    color: inherit
}

.kj-header__badge {
    position: absolute;
    top: 11px;
    left: 100%;
    margin-left: -40px;
    padding: 4px;
    background: #ff9634;
    border-radius: 4px;
    color: #FFF;
    line-height: 12px;
    font-size: 11px
}

.kj-header__badge:after {
    position: absolute;
    bottom: -3px;
    left: 10px;
    border-top: 3px solid #ff9634;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: ""
}

.kj-header--fixed .kj-header__logo {
    background-position-y: -164px
}

.kj-header--fixed .kj-header__menu {
    background: #FFF;
    color: #666
}

.kj-header--fixed .kj-header__nav a {
    color: #666
}

.kj-header--fixed .kj-header__nav a:hover {
    color: #0082fa
}

.kj-header--fixed .kj-header__userinfo {
    border-color: #0082fa
}

.kj-header--fixed .kj-header__btn--bg {
    background: #0082fa;
    color: #fff
}

.kj-header--fixed .kj-header__btn--bg:hover {
    color: #FFF !important;
    opacity: .8
}

.kj-header--fixed .kj-header__btn {
    border-color: #0082fa
}

.kj-header__userinfo .kj-header__menu {
    left: 0;
    right: 0
}

.kj-content {
    position: relative;
    width: 1220px;
    margin: 0 auto
}

/*02*/
.mask {
    display: none;
    position: absolute;
    top: 92px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 3;
}

/* banner */
.banner {
    left: 0;
    top: 85px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.banner .img {
    display: block;
}
/* sections */
.justify {
    text-align: justify;
    text-align-last: justify;
}

.justify-item {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    text-align-last: left;
}

.justify:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

/* products */
.products {
    padding: 26px 0;
    top: 90px;
}

.products .item {
    min-width: 177px;
    border: 1px solid #dedede;
    border-radius: 10px;
    line-height: 80px;
    color: #333;
    text-align: center;
    text-align-last: center;
}

.products .item:hover {
    background-color: #4472c4;
    color: #FFF;
}
.item.courier img {
    left: 40px;
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -20px;
}
/* 产品 */
.section {
    padding: 69px 0;
    color: #333;
  }
 
  .section-gray {
    background-color: #F5F8FA;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  .section .h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }
  
  .section .h1 span {
    display: inline-block;
  }
  
  .section .h1 span:after {
    display: block;
    margin: 20px auto 0;
    width: 50%;
    height: 2px;
    background: #0E8CFE;
    content: '';
  }
  
  .section .h2 {
    font-size: 30px;
    font-weight: 700;
  }
  
  .section .h2:after {
    display: block;
    margin-top: 20px;
    width: 45px;
    height: 2px;
    background: #0E8CFE;
    content: '';
  }
  
  .section .title {
    width: 252px;
    height: 56px;
    margin-bottom: 45px;
    margin-left: 1px;
    border: 10px solid transparent;
    background-clip: content-box;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 42px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    font-size: 32px;
  }
  
  .section .title.orange {
    background-color: #FF9705;
  }
  
  .section .title.blue {
    background-color: #2596FE;
  }
  
  .section .subtitle {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
  
  .section .h4 {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 26px;
  }
  
  .section .text {
    font-size: 18px;
    line-height: 20px;
  }
  .section .text .strong {
    font-weight: bold
  }
  
  .section .text p+p {
    margin-top: 15px;
  }
  
  .section p .link {
    font-size: 16px;
    cursor: pointer;
  }
  
  .section .link:after {
    display: inline-block;
    margin-left: 15px;
    border-left: 10px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
  }
  
  .section .link:hover:after {
    color: #2596FE;
  }
  
  .section .courier-code {
    margin-top: 15px;
  }
  
  .section .courier-code img {
    width: 128px;
    border: 7px solid #FFF;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  
  .section .courier-code .code-text {
    width: 142px;
    margin-top: 13px;
    background: #ffffff;
    /* border: 1px solid #a3a3a3; */
    text-align: center;
    color: #333;
    line-height: 30px;
  }
  .codes {
    margin-top: 41px;
    padding-top: 39px;
    border-top: 1px solid #ebebeb;
  }
  
  .codes img {
    width: 142px;
    height: 142px;
    border-radius: 8px;
  }
  
  .codes .code-txt {
    margin-top: 10px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #333;
  }
/*咨询*/
  .chanpinzx {
    display: block;
    width: 160px;
    height: 60px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 50px;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #ddd;
}
.lan {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
/*品牌*/
.kj-advantage {
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.kj-advantage .gloab-subtitle {
	margin-bottom: 25px;
}

.kj-advantage .item {
	padding-bottom: 40px;
	clear: both;
	display: block;
	overflow: hidden;
}

.kj-advantage .item .item-left {
	width: 50%;
	float: left;
}

.kj-advantage .item .pic {
	width: 50%;
	float: left;
}
.kj-advantage .item .pic img {
	border-radius: 10px;
}

.kj-advantage .fn-right .pic {
	float: right;
}

.kj-advantage .fn-right .pic img {
	float: right;
}

.kj-advantage .item-left {
	overflow: hidden;
}

.kj-advantage .item-left img {
	float: left;
}

.kj-advantage .info-box {
	float: left;
	width: 81%;
	margin-left: 18px;
}

.kj-advantage .info-box h2 {
	font-family: "SourceHanSansCN-Bold";
	font-size: 25px;
	color: #222;
	font-weight: bold;
	padding: 10px 0 20px 0;
	overflow: hidden;
}

.kj-advantage .info-box p {
	background: url(../img/tb-ys.png) no-repeat left 8px;
	padding-left: 24px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin: 22px 0;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100% ;
	max-width:1190px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	display:table;
}
.container:after {
	clear: both;
}
.gloab-tit {
	width: 100%;
	text-align: center;
	color: #222;
	font-size: 30px;
	font-weight: bold;
	margin: 5px auto;
}

.gloab-tit span span {
	color: #2596fe;
}

.gloab-tit img:first-child {
	margin-right: 8px;
}
.gloab-subtitle {
	color: #777777;
	font-size: 16px;
	line-height: 28px;
	width: 78.33%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 30px 0;
}

/*dibu*/
.footer_wrap {width:100%;clear:both;background:#fff;overflow:hidden}
.footer { padding:50px 0;}
.footer_logo {padding-left:5px;margin-top:-10px;}
.foot_link{ width:100%; height:40px; color: #fff;text-align:center; background:#f1f1f1; line-height:40px;  color: #858585; overflow: hidden; text-align: center;}

.footer_right{ float: right;}
.footer_right ul{ float: left; margin-left: 20px;}
.footer_right ul h3{font-weight: bold; font-size: 12px; margin-bottom: 20px;}
.footer_right ul li a{ color: #757575; line-height: 30px;}
.footer_right ul li a:hover{ color: #000;}

/*xin*/
.about{background:#4472c4;padding: 20px 0 0;}
.about h2{font-size:30px;text-align:center;font-weight:bold;color:#fff}
.contact{width:1200px;margin:0 auto;padding: 10px 0;}
.contact dt{width:250px;float:left}
.contact dd{font-size:20px;line-height:40px;color:#fff;text-align:center}
