/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","PingFangSC-Regular","Source Han Sans CN","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; font-size: 0.5em;} /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none; border: none; background: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
strong{
	font-weight: normal;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

html{
	font-size: 100px;
}
body{
	width: 100%;
	max-width: 7.5rem;
	margin: 0 auto;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}
.pagi {
  line-height: 100%; text-align: center
}
.pagi a {
  display: inline-block; background: #fff; padding: 10px; font-size: 0.14rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  text-decoration: underline
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w92{
	display: block;
	width: calc(100% - 0.6rem);
	margin: 0 auto;
	box-sizing: border-box;
}

.head-box{
	position: relative;
	z-index: 9;
	background-color: #fff;
}
.head-box .logo-a{
	display: block;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
}
.head-box .logo-a img{
	height: 0.6rem;
	vertical-align: middle;
}
.head-box .nav-div{
	position: relative;
	height: 0.8rem;
}
.head-box .nav-div h6{
	width: 100%;
	height:/*0.8rem*/1.2rem;
	line-height: 0.8rem;
	background-color: #032274;
	box-sizing: border-box;
	padding: 0 0.3rem;
	display: flex;
	justify-content: space-between;
}
.head-box .nav-div .navFix{
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.4);
}
.head-box .nav-div h6 a{
	color: #fff;
	font-size: 0.26rem;
	position: relative;
  
  /**/
      line-height: 0.6rem;
    text-align: center;
}
.head-box .nav-div h6 a::after{
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.06rem;
	border-radius: 0.04rem;
	background-color: #fff;
	left: 50%;
	margin-left: -0.2rem;
	bottom: 0;
	opacity: 0;
}
.head-box .nav-div h6 a.active::after{
	opacity: 1;
}

.banner-box{
	position: relative;
	width: 100%;
	height: 45vw;
	background-size: cover;
	background-position: center;
}
.banner-box dl{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	padding-left: 0.2rem;
	border-left: 0.09rem solid #fff;
}
.banner-box dt{
	font-size: 0.48rem;
}
.banner-box dd{
	margin-top: 0.2rem;
	font-size: 0.28rem;
}
.banner-box div{
	color: #fff;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
}
.banner-box div h5{
	font-size: 0.42rem;
}
.banner-box div p{
	font-size: 0.26rem;
	opacity: 0.5;
	margin-top: 0.3rem;
}

.foot-box{
	background-color: #032274;
	padding-top: 0.36rem;
	text-align: center;
	color: #fff;
}
.foot-box .logo-img{
	width: 1.75rem;
}
.foot-box h4{
	font-size: 0.26rem;
	opacity: 0.4;
	letter-spacing: 0.16rem;
	margin-top: 0.34rem;
}
.foot-box h4.en{
	font-size: 0.26rem;
	opacity: 0.4;
	letter-spacing: 0;
	margin-top: 0.34rem;
}
.foot-box dl{
	margin-top: 0.44rem;
	text-align: left;
	padding: 0.44rem 0 0.5rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.foot-box dl dt{
	font-size: 0.3rem;
	margin-bottom: 0.2rem;
}
.foot-box dl dd{
	font-size: 0.26rem;
	opacity: 0.4;
	line-height: 2;
}
.foot-box h5{
	padding: 0.3rem;
	background-color: #030230;
	text-align: left;
	font-size: 0.22rem;
	line-height: 1.8;
  
  margin-bottom: 1rem;
}
.foot-box h5 a{
	display: block;
	color: #fff;
}
.foot-box h6{
	font-size: 0;
  
  
  position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  background:#032274
}
.foot-box h6 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 1.0rem;
	/*line-height: 1.0rem;*/
  line-height:0.3rem;
	font-size: 0.28rem;
	color: #fff;
}
.foot-box h6 a:nth-of-type(2){
	color: #3d2401;
	background-color: #cfa972;
}
.foot-box h6 a img{
	width: 0.3rem;
	margin-right: 0.1rem;
}
.foot-box .goTop{
	position: fixed;
	right: 0.15rem;
	bottom: 1.2rem;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #cfa972;
	background-image: url(../img/tb18.png);
	background-size: 0.38rem;
	background-position: center;
	background-repeat: no-repeat;
}

.pd{
	padding: 0.6rem 0 1.0rem;
}

.title-h5{
	font-weight: bold;
	font-size: 0.4rem;
	margin-bottom: 0.44rem;
	text-shadow: 0px 0.05rem 0.14rem rgba(0, 0, 0, 0.18);
}
.title-h4{
	font-weight: bold;
	font-size: 0.44rem;
	margin-bottom: 0.4rem;
	text-shadow: 0px 0.05rem 0.14rem rgba(0, 0, 0, 0.18);
}
.title-h6{
	font-weight: bold;
	font-size: 0.24rem;
	margin-bottom: 0.24rem;
	text-shadow: 0px 0.03rem 0.05rem rgba(0, 0, 0, 0.18);
}
.swiper-pagination{
	bottom: 0.24rem;
	text-align: right;
	box-sizing: border-box;
	padding: 0 0.24rem;
}
.swiper-pagination span{
	width: 0.28rem;
	height: 0.24rem;
	border-radius: 0;
	background: none;
	opacity: 1;
	background-image: url(../img/tb7.png);
	background-size: 100% 100%;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-image: url(../img/tb8.png) !important;
}


.buy-box{
	
}
.buy-box .module1{
	
}
.buy-box .module1 label{
	display: block;
	background-color: #f1f5fb;
	font-size: 0.28rem;
	margin-bottom: 0.22rem;
	padding-left: 0.44rem;
	position: relative;
}
.buy-box .module1 .bt-label::before{
	content: "*";
	position: absolute;
	color: #ff3c3c;
	font-size: 0.18rem;
	top: 0.3rem;
	left: 0.24rem;
}
.buy-box .module1 input{
	width: 100%;
	height: 0.9rem;
}
.buy-box .module1 select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 0.9rem;
	background-image: url(../img/tb17.png);
	background-repeat: no-repeat;
	background-size: 0.18rem;
	background-position: right 0.3rem center;
}
.buy-box .module1 select option{

}
.buy-box .module1 textarea{
	width: 100%;
	height: 2.4rem;
	line-height: 1.6;
	padding: 0.24rem 0;
	resize: none;
}
.buy-box .module1 button{
	width: 100%;
	height: 0.9rem;
	background-color: #032274;
	color: #fff;
	font-size: 0.3rem;
}

.buy-box .module4{
	padding: 0.54rem 0.3rem 1.1rem;
	margin-bottom: 0.6rem;
	background-color: #f3f6fb;
	background-image: url(../img/tp8.png);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.buy-box .module4 h5{
	margin-bottom: 0.24rem;
}
.buy-box .module4 h6{
	font-size: 0.24rem;
	color: #999;
	line-height: 1.4;
	text-transform: uppercase;
}
.buy-box .module4 ul{
	margin-top: 0.26rem;
	padding-top: 0.54rem;
	border-top: 3px solid #032274;
}
.buy-box .module4 ul li{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.buy-box .module4 ul li img{
	flex-shrink: 0;
	width: 0.7rem;
	margin-right: 0.18rem;
}
.buy-box .module4 ul li dl{
	line-height: 1.4;
	font-size: 0.26rem;
}
.buy-box .module4 ul li dt{
	font-weight: bold;
	margin-bottom: 0.04rem;
}
.buy-box .module4 ul li dl dd{
	/*white-space:nowrap*/
}
.buy-box .module4 .img{
	width: 100%;
}


.about-box{
	
}
.about-box .module1{
	
}
.about-box .module1 p{
	font-size: 0.28rem;
	line-height: 1.8;
	text-indent: 0.56rem;
	background-image: url(../img/tb6.png);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.about-box .module1 img{
	width: 100%;
	margin-top: 0.3rem;
}

.about-box .module2{
	margin-top: 0.6rem;
}
.about-box .module2 em{
	display: block;
	border: 0.1rem solid #1b1b1b;
	box-sizing: border-box;
	padding: 0.16rem;
}
.about-box .module2 img{
	width: 100%;
}


.news-box{
	
}
.news-box .swiper-container{
	padding-bottom: 0.9rem;
	background-color: #fff;
}
.news-box .swiper-slide{
	
}
.news-box .swiper-slide i{
	display: block;
	width: 100%;
	height: 50vw;
	background-size: cover;
	background-position: center;
}
.news-box .swiper-slide div{
	padding: 0.3rem;
}
.news-box .swiper-slide span{
	display: block;
	font-size: 0.36rem;
}
.news-box .swiper-slide small{
	font-size: 0.26rem;
	color: #666;
}
.news-box .swiper-slide h6{
	font-size: 0.32rem;
	line-height: 1.5;
	margin-top: 0.24rem;
}

.news-box .module1{
	display: flex;
	overflow: auto;
	margin: 0.8rem 0 0.5rem;
}
.news-box .module1 a{
	font-size: 0.28rem;
	margin-right: 0.56rem;
	white-space: nowrap;
}
.news-box .module1 a:last-of-type{
	margin-right: 0;
}
.news-box .module1 a::after{
	content: "";
	display: block;
	width: 0.3rem;
	height: 0.04rem;
	border-radius: 2px;
	background-color: #032274;
	margin: 0.22rem auto 0;
	opacity: 0;
}
.news-box .module1 .active{
	color: #032274;
}
.news-box .module1 .active::after{
	opacity: 1;
}
.news-box .module1 .on{
	color: #032274;
}
.news-box .module1 .on::after{
	opacity: 1;
}

.news-box .module2{
	width: 100%;
	padding: 0 0.3rem;
	background-color: #fff;
	margin-left: -0.3rem;
}
.news-box .module2 li{
	padding: 0.5rem 0 0.38rem;
	border-bottom: 1px solid #eee;
}
.news-box .module2 li:last-of-type{
	border-bottom: none;
}
.news-box .module2 li a{
	display: block;
}
.news-box .module2 li span{
	display: block;
	font-size: 0.28rem;
	color: #999;
}
.news-box .module2 li h6{
	font-size: 0.3rem;
	line-height: 1.5;
	margin: 0.28rem 0 0.24rem;
}
.news-box .module2 li p{
	font-size: 0.26rem;
	color: #666;
	line-height: 1.6;
}

.news-box .more-a{
	display: block;
	margin-top: 0.45rem;
	width: 100%;
	height: 0.9rem;
	background-color: #032274;
	color: #ccc;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.3rem;
} 


.newsInfo-box{
	
}
.newsInfo-box .module1{
	
}
.newsInfo-box .module1 p{
	font-size: 0.28rem;
	line-height: 1.8;
	text-indent: 0.56rem;
	margin-bottom: 0.4rem;
}
.newsInfo-box .module1 img{
	width: 100%;
	display: block;
}

.newsInfo-box .h5{
	font-size: 0.28rem;
	color: #999;
	margin: 1.0rem 0 0.34rem;
}

.newsInfo-box .module2{
	display: flex;
	justify-content: space-between;
}
.newsInfo-box .module2 .bshare-custom{
	
}
.newsInfo-box .module2 .bshare-custom a{
	padding: 0;
	margin: 0;
	width: 0.7rem;
	height: 0.7rem;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	background: none;
	background-size: 0.6rem;
	background-repeat: no-repeat;
	background-position: center;
}
.newsInfo-box .module2 .bshare-custom .bshare-weixin{
	background-image: url(../img/tb9.png);
}
.newsInfo-box .module2 .bshare-custom .bshare-qzone{
	background-image: url(../img/tb10.png);
}
.newsInfo-box .module2 .bshare-custom .bshare-pdf{
	background-image: url(../img/pdf.png);
}
.newsInfo-box .module2 .bshare-custom .bshare-sinaminiblog{
	background-image: url(../img/tb11.png);
}
.newsInfo-box .module2 .bshare-custom .bshare-zhihu{
	background-image: url(../img/tb12.png);
}
.newsInfo-box .module2 .bshare-custom .bshare-qqim{
	background-image: url(../img/tb13.png);
}
.newsInfo-box .module2 .return-a{
	width: 1.8rem;
	height: 0.7rem;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	font-size: 0.28rem;
	color: #999;
	text-align: center;
	line-height: 0.7rem;
}

.newsInfo-box .module3{
	margin-top: 0.4rem;
}
.newsInfo-box .module3 a{
	display: block;
	margin-top: 0.2rem;
	padding: 0.26rem 0.24rem;
	font-size: 0.28rem;
	line-height: 1.6;
	background-color: #f6f6f6;
}


.product-box{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.product-box .module3{
	position: absolute;
	padding-right: 1.8rem;
	padding-left: 0.6rem;
	left: 0.3rem;
	top: -0.4rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	background-color: #fff;
	background-image: url(../img/tb4.png);
	background-size: 0.28rem;
	background-position: 0.2rem center;
	background-repeat: no-repeat;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
}
.product-box .module3 input{
	width: 100%;
	height: 100%;
	font-size: 0.28rem;
}
.product-box .module3 button{
	position: absolute;
	width: 1.8rem;
	height: 100%;
	background-color: #0c369e;
	color: #fff;
	border-radius: 0.4rem;
	font-size: 0.28rem;
}

.product-box .module1{
	flex-shrink: 0;
	width: 1.82rem;
	background-color: #f6f7fb;
	padding: 0.6rem 0;
}
.product-box .module1 a{
	display: block;
	text-align: center;
	position: relative;
	font-size: 0.26rem;
	line-height: 1.3;
	margin-bottom: 0.44rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.24rem;
}
.product-box .module1 a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.16rem;
	width: 0.09rem;
	height: 0.32rem;
	background-color: #032274;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
	opacity: 0;
}
.product-box .module1 a.active{
	font-weight: bold;
	color: #032274;
}
.product-box .module1 a.active::after{
	opacity: 1;
}
.product-box .module1 a.on{
	font-weight: bold;
	color: #032274;
}
.product-box .module1 a.on::after{
	opacity: 1;
}

.product-box .module2{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding-top: 0.6rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.product-box .module2 .dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
.product-box .module2 .dl dt{
	font-size: 0.4rem;
	font-weight: bold;
	text-shadow: 0px 0.05rem 0.14rem rgba(0, 0, 0, 0.18);
}
.product-box .module2 .dl dd,
.product-box .module2 .dl a{
	font-size: 0.24rem;
	color: #444;
}
.product-box .module2 .dl dd img{
	width: 0.22rem;
}

.product-box .module2 .ul{
	
}
.product-box .module2 .ul li{
	margin-bottom: 0.2rem;
}
.product-box .module2 .ul li:last-of-type{
	margin-bottom: 0;
}
.product-box .module2 .ul li a{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 0.20rem;
	background-color: #f9fbff;
	position: relative;
	overflow: hidden;
}
.product-box .module2 .ul li i{
	flex-shrink: 0;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 0.1rem;
	background-size: cover;
	background-position: center;
}
.product-box .module2 .ul li div{
	flex: 1;
	min-width: 0;
	padding: 0 0.2rem;
}
.product-box .module2 .ul li h6{
	font-size: 0.30rem;
	line-height: 1.3;
  font-weight:bold;
  color:#111;
}
.product-box .module2 .ul li p{
	font-size: 0;
	margin-top: 0.1rem;
}
.product-box .module2 .ul li p span{
	display: inline-block;
	vertical-align: top;
	font-size: 0.22rem;
	color: #0c369e;
	padding-right: 0.1rem;
	margin-right: 0.1rem;
	border-right: 1px solid #cad4ec;
	margin-top: 0.14rem;
}
.product-box .module2 .ul li p span:last-of-type{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.product-box .module2 .ul li a::after{
	/*content: "";
	position: absolute;
	right: -0.9rem;
	bottom: -0.9rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background-color: #0c369e;*/
  content: "";
    position: absolute;
    right: 0rem;
    bottom: 0;
    width: 0.8rem;
    height: 0.6rem;
    border-radius: 20%;
    background-color: #0c369e;
}
.product-box .module2 .ul li strong{
	position: absolute;
	right: 0.18rem;
	bottom: 0.18rem;
	z-index: 3;
	font-size: 0.2rem;
	color: #fff;
	opacity: 0.6;
  font-weight:bold
}
.product-box .module2 .more-a{
	display: block;
	margin-top: 0.3rem;
	width: 100%;
	height: 0.9rem;
	background-color: #032274;
	color: #fff;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.3rem;
}

.screen-box{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 100vw;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.5s ease;
}
.show{
	left: 0;
}
.screen-box .screen-div{
	position: relative;
	width: 72%;
	height: 100vh;
	background-color: #fff;
	margin-left: 28%;
}
.screen-box form{
	height: 100%;
	width: 100%;
}
.screen-box form .div1{
	height: calc(100% - 1.2rem);
	overflow: auto;
	padding-top: 1.1rem;
	box-sizing: border-box;
}
.screen-box form .div1 .h5{
	font-size: 0.4rem;
	font-weight: bold;
	margin-left: 0.24rem;
	margin-bottom: 0.6rem;
	text-shadow: 0px 0.05rem 0.14rem rgba(0, 0, 0, 0.18);
}
.screen-box form .div1 ul{
	
}
.screen-box form .div1 li{
	margin-bottom: 0.6rem;
}
.screen-box form .div1 label vicon{
	 display:none
}

.screen-box form .div1 span{
	display: block;
	color: #032274;
	font-size: 0.24rem;
	padding-left: 0.24rem;
	position: relative;
}
.screen-box form .div1 label span{
	 
	padding-left: 0; 
}
.screen-box form .div1 label.active span{
	 
	color: #fff; 
}

.screen-box form .div1 span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.16rem;
	width: 0.09rem;
	height: 0.32rem;
	background-color: #032274;
	border-top-right-radius: 0.04rem;
	border-bottom-right-radius: 0.04rem;
}
.screen-box form .div1 label span::before{
	 
	display:none
}
.screen-box form .div1 p{
	font-size: 0;
	padding: 0 0.24rem;
	margin-top: 0.2rem;
}
.screen-box form .div1 label{
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	width: 31%;
	height: 0.7rem;
	box-sizing: border-box;
	padding: 0 0.12rem;
	margin-right: 3.5%;
	background-color: #f7f7f7;
	border-radius: 0.35rem;
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 0.24rem;
	margin-top: 0.14rem;
}
.screen-box form .div1 label:nth-of-type(3n){
	margin-right: 0;
}
.screen-box form .div1 .active{
	background-color: #032274;
	color: #fff;
}

.screen-box form .div2{
	position: absolute;
	width: 100%;
	height: 1.2rem;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	box-shadow: 0px 1px 0.2rem 0px rgba(0,0,0,0.18);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.24rem;
}
.screen-box form .div2 button{
	flex-shrink: 0;
	width: 47%;
	height: 0.8rem;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 0.3rem;
	border-radius: 0.4rem;
}
.screen-box form .div2 #btn2{
	background-color: #032274;
	border-color: #032274;
	color: #fff;
}


.productInfo-box{
	
}
.productInfo-box .swiper-pagination{
	text-align: center;
}
.productInfo-box .swiper-pagination span{
	background-image: url(../img/tb19.png);
}
.productInfo-box .swiper-slide{
	
}
.productInfo-box .swiper-slide img{
	width: 100%;
}

.productInfo-box .module5{
	padding: 0.22rem 0.3rem;
	background-color: #e5e8f1;
	border-radius: 0.2rem;
	margin-bottom: 0.8rem;
}
.productInfo-box .module5 p{
	font-size: 0.26rem;
	color: #032274;
	line-height: 1.8;
	text-indent: 0.44rem;
}
.productInfo-box .module5 sup{
 
    font-size: 0.5em;
}

.productInfo-box .module6{
	margin-bottom: 0.8rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #eee;
}
.productInfo-box .module6 li{
	font-size: 0;
	margin-bottom: 0.34rem;
}
.productInfo-box .module6 li:last-of-type{
	margin-bottom: 0;
}
.productInfo-box .module6 li strong{
	display: inline-block;
	vertical-align: top;
	width: 2.3rem;
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.productInfo-box .module6 li span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2.3rem);
	font-size: 0.28rem;
	color: #999;
	line-height: 0.4rem;
}

.productInfo-box .module7{
	margin-bottom: 0.8rem;
}
.productInfo-box .module7 .ul{
	
}
.productInfo-box .module7 .ul li{
	font-size: 0;
	padding-bottom: 0.24rem;
	margin-bottom: 0.24rem;
	border-bottom: 1px solid #eee;
}
.productInfo-box .module7 .ul li strong{
	display: inline-block;
	vertical-align: top;
	width: 2.3rem;
	color: #999;
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.productInfo-box .module7 .ul li span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 2.3rem);
	font-size: 0.28rem;
	line-height: 0.4rem;
}

.productInfo-box .module7 .div{
	font-size: 0;
	text-align: center;
}
.productInfo-box .module7 .div img{
	width:100%
}
.productInfo-box .module7 .div a{
	display: inline-block;
	vertical-align: top;
	width: 38%;
	margin-right: 10%;
	margin-top: 0.8rem;
}
.productInfo-box .module7 .div a:nth-of-type(2n){
	margin-right: 0;
}
.productInfo-box .module7 .div a i{
	display: block;
	width: 100%;
	padding-bottom: 114%;
	background-size: cover;
	background-position: center;
}
.productInfo-box .module7 .div a span{
	display: block;
	font-size: 0.28rem;
	color: #032274;
	margin-top: 0.28rem;
}


.index-box .module1{
	padding-top: 1.0rem;
}
.index-box .module2{
	padding-top: 1.0rem;
}


.search-box{
	
}
.search-box .h6{
	font-size: 0.28rem;
	color: #999;
	font-weight: bold;
	margin-bottom: 0.24rem;
}
.search-box .ul{
	
}
.search-box .ul li{
	border-bottom: 1px solid #eee;
}
.search-box .ul li a{
	display: block;
	padding: 0.2rem 0;
	font-size: 0.28rem;
	line-height: 1.5;
}
.search-box .ul li a span.highlight{
	color:#f00
}





























