@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	src:url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.eot) format('embedded-opentype'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.otf) format('opentype'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.ttf) format('TrueType'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff) format('woff'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff2) format('woff2');
}
@font-face {
	font-family: "AlibabaPuHuiTi";
	src:url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot) format('embedded-opentype'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.otf) format('opentype'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff) format('woff'),
url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2');
}
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: "AlibabaPuHuiTi","Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53",'STHeiti', "SimHei";
	font-weight:normal;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #e10000;
	text-decoration:none;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#333;
	font-size:12px;
	}
table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #e0e0e0;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table tr {
	transition: all .3s;
	-webkit-transition: all .3s;
}
table tbody tr:hover, table thead tr, table[lay-even] tr:nth-child(even){
	background-color: #f2f2f2;
}
table td, table th{
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}
table td, table th {
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
}
table td p{
	font-size: 14px !important;
	margin-bottom: 5px !important;
}
table td,table th{
	font-size: 14px;
}
html{
	height: 100%;
}
body.container{
	display: flex;
    flex-direction: column;
    min-height: 100%;
}
body{
	background:#fff;
	}
.container{
    position: relative;
    max-width: 6.4rem;
    margin: 0 auto;
}
#page-box:after,.product-list:after,.advantage:after,.pro-list:after,.search-info:after,.app-list:after, .contact:after{
	content:'';
	clear:both;
	display:table;
	
	}
.cur{
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
  	-webkit-animation: slideInDown 1s;
    animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
#top{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
    height: 85px;
	padding: 0 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
	z-index: 9999;
}

.logo{
	width: 2.4rem;
    max-width: 200px;
}
.logo img{
	display: block;
	width: 100%;
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */      
	image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
	image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

}

.nav-bar-tip{
	display: inline-block;
    vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
	color: #fff;
}
.nav-bar{
	display: inline-block;
	vertical-align: middle;
}
.nav-bar [class^="line"] {
    background: #fff;
    height: 3px;
    margin-bottom: 6px;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nav-bar .line1{
	width: 30px;
}
.nav-bar .line2{
	width: 25px;
}
.nav-bar .line3{
	width: 20px;
}
.nav-bar .line3:last-of-type {
    margin-bottom: 0;
}
.nav-bar.on .line1 {
    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}
.nav-bar.on .line2 {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
    transform: matrix(1, 0, 0, 1, -40, 0);
}
.nav-bar.on .line3 {
    width: 30px;
    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
}
.layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all .3s;
    -webkit-transition: all .3s;
    pointer-events: none;
}
#nav{
    position: fixed;
    pointer-events: none;
	top: 85px;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
#nav.over{
	display: block;
    pointer-events: auto;
}
#nav.over .layer {
    opacity: 1;
    pointer-events: auto;
}

.nav-list {
	position: relative;
    margin-left: 100%;
    width: 80%;
	padding: 20px 0;
    background: #2c2b33;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#nav.over .nav-list{
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #4e4e4e;
	margin-bottom: 10px;
	padding-left: 15px;
	overflow: hidden;
}
.nav-item>a {
	display: block;
	color: #d8d8d8;
	margin-bottom: 10px;
	font-size: 14px;
}
.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}
.two-menu li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.two-menu li a {
	color: #8e8e8e;
	font-size: 14px;
}
#page-box{
    transition: all .3s;
    -webkit-transition: all .3s;
}
#page-box.out {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

.banner{
	overflow: hidden;
	}
.swiper-container,.swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-container:hover,.swiper-container1:hover{
	cursor:pointer;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/}
.swiper-slide img {
	display: block;
    width: 100%;
    height: auto;
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */      
	image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
	image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 25px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #1e2996;
	margin: 0 5px !important;
	opacity: 1;
}
.banner .banner-paper .swiper-pagination-bullet {
	background: #fff;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none !important;
}

.index-tit{
	text-align: center;
}
.f-tit h2{
	color: #fff;
}
.index-tit h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 0.3rem;
	font-family: "AlimamaShuHeiTi-Bold";
}
.index-tit p{
	margin-top: 0.3rem;
	padding: 0 0.15rem;
	line-height: 20px;
	font-size: 13px;
	color: #555;
}
.f-tit p{
	color: #f5f5f5;
}
.xian{
    width: 40px;
    height: 2px;
	margin: 0 auto;
}

.xian .hong{
	width: 50%;
	float: left;
	height: 2px;
	background: #f7931e;
}
.xian .lan{ 
	width: 50%; 
	float: left; 
	height: 2px; 
	background: #fa0507;
}
.index-search-box{
	padding: 30px 0.15rem;
	background: #eee;
}

.index-search-input {
    width: 100%;
    border: 1px solid #fff;
    padding: 0 10px;
    background: #fff;
    opacity: .8;
    height: 40px;
    vertical-align: bottom;
}

.index-search-btn {
	width: 100%;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #f7931e;
    padding: 11px 10px;
	margin-top: 10px;
    vertical-align: bottom;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.odd{
	padding: 0.3rem 0.1rem;
	overflow: hidden;
}
.odd-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.odd-list dl{
	width: 3.1rem;
	padding: 30px 25px;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	background: #fff;
}
.odd-list dl:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.odd-list dl:hover{
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}
.odd-list dl dt{
	position: relative;
	margin: 0 auto;
	margin-bottom: 27px;
	overflow: hidden;
}
.odd-list dl dt img{
	display: block;
    width: 55px;
	margin: 0 auto;
}

.odd-list dl dd{
	text-align: center;
}
.odd-list dl dd h2{
	font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-shadow: 0 1px 0 #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.odd-list dl dd p{
	font-size: 13px;
    color: #929292;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	text-shadow: 0 1px 0 #fff;
    margin-bottom: 0;
}


.about{
	padding: 0.3rem 0;
	background: #f3f3f3;
}
.about-bd{
	margin-top: 25px;
}
.about-pic img{
	width: 100%;
}
.about-content{
	margin-top: 0.2rem;
	padding-left: 15px;
}
.about-content p{
	font-size: 14px;
	line-height: 20px;
}
.more{
	text-align: center;
}
.more a{
	display: inline-block;
    color: #fff !important;
    background-color: #f7931e;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 20px 8px 20px;
    margin: 15px 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;	
}
.more a:hover{
    color: #fff;
    background-color: #ec271e;
    text-decoration: none;
}


.news{
	padding: 0.4rem 0;
	background: #f3f3f3;
}
.news-list{
	padding: 15px 15px 5px 25px;
}
.news-list dl{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.news-list a{
    position: relative;
    display: flex;
    justify-content: space-between;
	font-size: 13px;
	color: #777;  
	text-shadow: 0 1px 0 #fff;
}
.news-list a:before {
    background: #f7931e;
}
.news-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.news-list a:before {
    background: #f7931e;
}
.news-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.weixin {
	position: fixed;
	right: 10px;
	bottom: 30%;
	display: flex;
	background-color: rgb(26, 173, 25);
	color: rgb(255, 255, 255);
	border-radius: 45px;
	width: 45px;
	height: 45px;
	align-items: center;
	z-index: 99;
	overflow: hidden;
}
.weixin img {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
}
.sjh-wechat {
	z-index: 2;
	position: absolute;
	display: block;
	top: 0;
	left: -15px;
    height: 45px;
    width: 25px;
	background-image: url(../images/tiaowen-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-animation: move 3s infinite both;
	animation: move 3s infinite both;
}
@-webkit-keyframes move {
	0% {
	left:-150px;
	opacity:.6
	}
	25% {
	left:100%;
	opacity:.2
	}
	50% {
	left:100%;
	opacity:.2
	}
	75% {
	left:-40px;
	opacity:.6
	}
	to {
	left:-40px;
	opacity:.6
	}
}
@keyframes move {
	0% {
	left:-40px;
	opacity:.6
	}
	25% {
	left:100%;
	opacity:.2
	}
	50% {
	left:100%;
	opacity:.2
	}
	75% {
	left:-40px;
	opacity:.6
	}
	to {
	left:-40px;
	opacity:.6
	}
}
#layer {
display: none;
}
#layer * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.layer-main, .layer-shade {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.layer-main {
display: table;
pointer-events: none;
z-index: 500;
}
.layer-shade {
background-color: rgba(0,0,0,.7);
z-index: 400;
}
.layer-scale {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.layer-section {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.layer-scale {
width: 90%;
max-width: 640px;
}
.layer-scale {
position: relative;
display: inline-block;
text-align: left;
background-color: #fff;
font-size: 14px;
border-radius: 5px;
box-shadow: 0 0 8px rgba(0,0,0,.1);
pointer-events: auto;
-webkit-overflow-scrolling: touch;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: .2s;
animation-duration: .2s;
}
.layer-con {
padding: 20px 15px;
text-align: center;
}
.layer-con img {
	width: 50px;
}
.layer-con p {
font-size: 14px;
line-height: 23px;
}
.layer-con p.times {
text-align: center;
font-size: 15px;
}
.layer-con p.times span {
color: #EB0003;
}
.layer-con p.fail {
text-align: center;
font-size: 15px;
}
.layer-btn {
padding: 13px 10px;
text-align: center;
font-size: 14px;
color: #fff;
background: #1aad19;
cursor: pointer;
}
.copy-success{
    font-size: 18px !important;
    font-weight: bold;
}
.weixin-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.weixin-close img{
    display: block;
    width: 20px;
    height: auto;
}

#quick-nav{
	position: fixed;
	width: 100%;
	background: #f7931e;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9900;
}
.quick-nav-list{
	display: flex;
	align-items: center;
	height: 60px;
}
.quick-nav-list dl{

    width: 100%;
	padding: 0 10px;
    text-align: center;
    border-right: 1px solid #65c7ff;
}
.quick-nav-list dl a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick-nav-list dl:first-child{
	border-left: none;
}
.quick-nav-list dl:last-child{
	border-right: none;
}
.quick-nav-list dl dt img{
	display: block;
	width: 30px;
	margin: 0 auto;
	margin-bottom: 2px;
}
.quick-nav-list dd{
	color: #fff;
	font-size: 16px;
	margin-left: 5px;
}

.contact{
	padding: 0.3rem 0.2rem;
}

.contact-list dl{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
}
.contact-list dl a{
	display: flex;
	align-items: center;

}
.contact-list dl dt{
	display: flex;
	align-items: center;
	width: 1rem;
	margin-right: 10px;
}
.contact-list dl dt img{
	display: inline-block;
	width: 0.35rem;
}
.contact-list dl dt span{
	display: inline-block;
	color: #868686;
	font-size: 13px;
	padding-left: 6px;
}
.contact-list dl dd{
	width: 4.25rem;
	color: #000;
	font-size: 14px;
}

.contact-list dl dd p.address{
	font-size: 14px;
}
.i-banner {
    height: auto;
    background: #f7931e;
}
.i-banner-container {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 30px;
}
.i-banner-txt, .i-banner-img {
    position: inherit;
    height: auto;
    text-align: center;
}
.i-banner-txt{
	left: 0;
    top: 0;
	animation: caption-left 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);

}
.table-box{
	display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.i-banner-img {
	right: 0;
    bottom: 0;
	animation: caption-right 1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
.i-banner-img img {
	display: block;
    width: 80%;
    margin: 0 auto;
}

.i-banner-txt h3 {
    font-size: 20px;
	font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
@-webkit-keyframes caption-right {
	 0% {
	-webkit-transform:translate(2000px, 0);
	transform:translate(2000px, 0);
	opacity: 0;
	}
	 100% {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
	opacity: 1;
	}
}
@keyframes caption-right {
	0% {
		transform:translate(2000px, 0);
		opacity: 0;
	}
	100% {
		transform:translate(0, 0);
		opacity: 1;
	}
}
@keyframes caption-left {
	 0% {
		transform:translate(-2000px, 0);
		opacity: 0;
		}
	 100% {
		transform:translate(0, 0);
		opacity: 1;
		}
}
 @-webkit-keyframes caption-left {
	 0% {
		-webkit-transform:translate(-2000px, 0);
		transform:translate(-2000px, 0);
		opacity: 0;
		}
	 100% {
		-webkit-transform:translate(0, 0);
		transform:translate(0, 0);
		opacity: 1;
		}
}

.inner{
	padding: 0.3rem 0 0 0;
}
.i-menu-list{
	padding: 0 0.1rem;
	margin-top: 0.3rem;
	text-align: center;
}
.i-menu-list a{
	display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 10px;
	margin: 0 10px 10px 10px;
    text-shadow: 0 1px 0 #fff;
    background: #f5f5f5;
}
.i-about{
	margin-top: 20px;
}
.i-about-pic{
	margin-bottom: 10px;
}
.i-about-pic img{
	display: block;
	width: 100%;
	max-width: 640px;
}
.i-about-content{
	padding: 0 0.25rem;
}

.i-about-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
.i-about-content img{
	width: 100%;
}
.i-pro-list{
	margin-top: 0.3rem;
	padding: 0 0.1rem;
}

.i-problem dl{
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}
.i-problem dl dt{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.i-problem dl dt span, .i-problem dl dt h3{
	display: inline;
	padding-right: 5px;
}
.i-problem dl dt span{
	font-size: 16px;
	color: #164fc3;
	font-weight: bold;
}
.i-problem dl dt h3{
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.i-problem dl dd{
	font-size: 12px;
	color: #676767;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
}

.i-news{
	margin-top: 0.3rem;
	padding: 0 15px;
}
.i-news dl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-news dl:hover{
	border-bottom: 1px dashed #db0a06;
}
.i-news dl:hover a{
	color: #db0a06;
}
.i-news dl dt, .i-news dl dd{
	display: inline-block;
}
.i-news dl dt{
	font-size: 14px;
	float: left;
}
.i-news dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}

.i-contact{
	padding-top: 10px;
	background: #fff;
}
.i-contact dl dd{
	color: #000;
}
.contact-code{
	margin: 0 0 25px 0;
	text-align: center;
}

.contact-code dl{
	margin: 0 40px 15px 40px;
	
}
.contact-code dl dt{
	margin-bottom: 5px;

}
.contact-code dl dt img{
	width: 100%;
	max-width: 180px;
}
.contact-code dl dd{
	font-size: 14px;
}

#allmap{
	height: 300px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}
.i-product-list{
	margin: 0 0.1rem 0 0.1rem;
	margin-top: 20px;
}
.i-product-list dl{
	margin-bottom: 20px;
}
.i-details-tit{
	padding: 10px 0.2rem 20px 0.2rem;
	border-bottom: 1px solid #e6e6e6;
}
.i-details-tit h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.i-details-content{
	padding: 20px 0.25rem 0 0.25rem;
}
.i-details-content img{
	width: 100%;
	margin-bottom: 5px;
}
.i-details-content p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.i-details-content table{
	width: 1000px;
}
#copy{
	position:relative;
	padding:15px 0.1rem;
	background:#000;
	border-top: 1px solid #383838;
	margin-top: auto;
	}
#copy p{
	margin: 2px 0;
    text-align: center;
    font-size: 12px;
}
#copy p, #copy p a{
    color: #969696;
}
.btn{
	width: 100%;
    border: none;
    color: #fff;
    font-size: 14px;
    background: #f7931e;
    padding: 11px 10px;
	margin-top: 10px;
    vertical-align: bottom;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.track{
	padding: 0 15px;
	margin-bottom: 10px;
}
.track-tit{
	margin-bottom: 20px;
}
.track-tit img{
	display: inline-block;
	width: 25px;
	vertical-align: middle;

}
.track-tit h2{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 16px;
}
.mofang-textarea{
	display: block;
	width: 100%;
    min-height: 50px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
	border: 1px solid #e6e6e6 !important;
    background-color: #fff;
    border-radius: 2px;
	margin-bottom: 5px;
}
.mofang-textarea {
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.search-result {
    display: none;
    padding: 0 15px;
	padding-top: 20px;
    margin-bottom: 10px;
}

.search-result dl{
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.search-result dl dt{
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.search-result dl dt .router{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.search-result dl dt .router span{
	font-size: 20px;
}
.search-result dl dt .router img{
	width: 46px;
}
.search-result dl dt p{
	font-size: 16px;
	margin-bottom: 10px;
}
.timeline{
	padding-left: 5px;
}
.timeline-item{
	position: relative;
    padding-bottom: 15px;
}
.timeline-item:first-child .timeline-icon:after{
	border: 1px solid #fd600a;
}
.timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
}
.timeline-item:before{
    background-color: #e6e6e6;
}

.timeline-item:last-child:before{
	width: 0;
}

.timeline-icon{
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #5FB878;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.timeline-icon:after{
    content: '';
    position: absolute;
    width: 16px;
    left: 0;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #036eb8;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.timeline-icon em {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #036eb8;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0 ,-50%);
}
.timeline-item:first-child .timeline-icon em{
	background: #fd600a;
}
.timeline-content {
    padding-left: 25px;
}
.timeline-content h3{
	position: relative;
	font-size: 18px;
    margin-bottom: 10px;
}
.timeline-content p{
	font-size: 14px;
}
.timeline-item:first-child h3, .timeline-item:first-child .timeline-content p{
	color: #fd600a;
}


.layuiadmin-captcha-img{
	width: 120px;
	height: 38px;
}