* {
	padding: 0;
	margin: 0;
}
.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;	
}

.content{
	position: relative;
	width: 1200px;
	margin:auto;
	overflow: hidden;
}


/* 网站开始 */
.top{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #fff;
}

/*head*/
.w100{ width:100%; min-width: 1200px;}
.w1200{ width:1200px; margin:0 auto;}

.head{ height: 112px;}
.head .logo{ width: 500px; margin-top: 20px; border-right: 1px solid #d9d9d9;}
.head .logo img{ float: left; padding-right: 10px; max-height: 75px;}
.head .logo h1{ display: inline-block; padding-bottom: 10px; color: #0082d0; font-size: 30px;}
.head .logo h1 span{ color: #da1010;}
.head .logo h5{ display: inline-block; font-size: 16px; color: #333; text-transform: uppercase;margin-left: 3px; letter-spacing: 1px; font-weight: normal;}
.head .tbxc{ width: 330px; margin-top: 20px;}
.head .tbxc p{ padding-left: 10px; line-height: 35px; color: #434343; font-size: 16px;}
.head .tblx{ width: auto; margin-top: 20px;}
.head .tblx img{ height: 40px; width: auto; vertical-align: middle; padding-right: 5px;}
.head .tblx span{ font-size: 16px; position: relative; top: 5px;}
.head .tblx p{ color: #cc0000; font-size: 22px;}

/* 菜单 */
.nav{
	width: 100%;
	min-width: 1200px;
	height: 48px;
	background-color:#0082D0;
}
.content-nav{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.nav-list{ 
	height:48px;
}
.menu{ 
	width:100%; 
	overflow:hidden; 
	float:left
}
.menu .menu_item{
	float:left;
	font-size: 14px;
	width: 150px;
	text-align:center;
	font-family:"微软雅黑";
}
.menu .menu_item a{
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: block;
	width: auto; 
	line-height:48px;
	font-family:"微软雅黑";
}
.menu .menu_item:hover{
	background:#eb6100;
}

.cur-nav{
	text-decoration:none;
	background:#eb6100; 
}
.cur-nav a{
	color:#FFF;
}
.menu .menu_item:hover .submenu{
	display:block; 
	z-index:999999; 
	position:absolute;
}
.submenu{
	width: 150px;
	height: auto;
	background-color:#0082D0;
	 overflow: hidden;
	 z-index:999999999; 
	 display:none;
	}
.submenu_item {
	padding:0 2px; 
	border-bottom: 1px dashed #929292;
}
.submenu_item a{ 
	font-weight:100;
	line-height:3em;
}
.submenu_item:hover{ 
	background:#fff;
}
.submenu_item a:hover{
	 color:#333;
}




/*搜索*/
.search{ height: 65px; margin: 0 auto; border-bottom: 10px #da1010 solid;}
.search .reci{ margin-top: 15px;}
.search .reci img{ vertical-align: middle;}
.search .reci span{ color: #cc0000;font-size: 15px;}
.search .reci ul{ display: inline-block;}
.search .reci ul li{ display: inline-block; font-size: 13px;}
.search .reci ul li:hover{ color: #cc0000;}
.search form{ float: right; margin-top: 15px; width:340px}
.search .kuan .kuan_sou{ width:273px; height:30px; background:none;float:left; line-height:30px; border: 2px solid #0082d0; color:#6c6c6c}
.search .kuan .kuan_an{ width: 57px;height: 30px;background: #0082d0; float: left; border: 1px solid #0082d0; color:#fff;}
.search .kuan .kuan_an:hover{ background: #0082d0; border: 1px solid #0082d0;}


/* z1 */
.z1{
	margin-top: 25px;
  }
  .z1-left{
	width: 255px;
	border:1px solid #ccc;
  }
  .z1-left h1{
	padding-left: 95px;
	height: 104px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-top: 25px;
	font:24px/36px "寰蒋闆呴粦";
	color: #fff;
	background: url('../images/P.png') 33px center no-repeat #00b150;
  }
  .z1-left h1 span{
	display: block;
	font:italic 16px/24px Arial;
	text-transform: uppercase;
  }
  .z1-left ul{
	height: 536px;
	padding-right: 11px;
	background-color: #fff;
  }
  .z1-left ul li a{
	display: block;
	font:16px/74px "寰蒋闆呴粦";
	color: #666;
	border-bottom: 1px dashed #ccc;
  }
  .z1-left ul li:last-child a{
	border-bottom: none;
  }
  .z1-left ul li a:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border:2px solid #cdcdcd;
	border-radius: 100%;
	margin:0 15px 0 32px;
	vertical-align: -3px;
  }
  .z1-left ul li a:hover{color: #00b150;}
  .z1-left ul li a:hover:before{border-color: #00b150;}
  .z1-right{
	width: 920px;
  }
  .z1-right ul li{
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
  }
  .z1-right ul li img{
	width: 292px;
	height: 255px;
	border:1px solid #fff;
  }
  .z1-right ul li h3{
	text-align: center;
	font:18px/52px "寰蒋闆呴粦";
	color: #444846;
	background-color:#ececec;
  }
  .z1-right ul:first-child li:last-child{margin-right: 0;}
  .z1-right ul li:hover img{border-color: #00b150;}
  .z1-right ul li:hover h3{background: #00b150;color: #fff;}


  /* z2 */
.z2{
	margin-top: 55px;
	padding-top: 45px;
	background:url(../images/z2.jpg) center no-repeat;
  }
  .z2 h1{
	text-align: center;
	font:bold 36px/72px "å¾®è½¯é›…é»‘";
	color: #666;
  }
  .z2 h1 span{
	font-size: 43px;
	color: #00b150;
  }
  .z2 h2{
	font:18px/2 "å¾®è½¯é›…é»‘";
	text-align: center;
	color: #666;
  }
  .z2-main{
	width: 1200px;
	margin:0 auto;
	position: relative;
	height: 582px;
  }
  .z2-main ul li{
	position: absolute;
	width: 370px;
	height: 100px;
	background-color: #fff;
	padding-left: 55px;
  }
  .z2-main ul li h3{
	font:bold 17px/32px "å¾®è½¯é›…é»‘";
	color: #333;
	padding-top: 5px;
  }
  .z2-main ul li p{
	font:14px/25px "å¾®è½¯é›…é»‘";
	color: #666;
  }
  .z2-main ul li:before{
	content: attr(num);
	position: absolute;
	width: 101px;
	height: 101px;
	border:3px solid #fff;
	background-color: #c7c9c8;
	text-align: center;
	font:30px/101px "å¾®è½¯é›…é»‘";
	border-radius: 100%;
	color: #fff;
	top: -5px;
	left: -60px;
  }
  .z2-main ul li:hover{background-color: #0c8bd7;}
  .z2-main ul li:hover h3{color: #fff;}
  .z2-main ul li:hover p{color: #fff;}
  .z2-main ul li:hover:before{background-color: #00b150;}
  .z2-main ul li:nth-child(1){top: 85px;left:110px;}
  .z2-main ul li:nth-child(2){top: 225px;left: 75px;}
  .z2-main ul li:nth-child(3){top:365px;left:45px;}
  .z2-main ul li:nth-child(n+4){text-align: right;padding-left: 0;padding-right: 55px;}
  .z2-main ul li:nth-child(n+4):before{left: auto;right: -60px;}
  .z2-main ul li:nth-child(4){top:85px;right:110px;}
  .z2-main ul li:nth-child(5){top:225px;right: 75px;}
  .z2-main ul li:nth-child(6){top:365px;right:45px;}
  .z2-mg{position: absolute;z-index: 10;top: 10px;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}



  /* z4 */
.z4{
	background-color: #fff;
	height: 1258px;
  }
  .z4>h1{
	text-align: center;
	position: relative;
	width: 1920px;
	left:calc(50% - 960px);
  }
  .z4-main{
	margin-top: 45px;
  }
  .z4-main ul li{
	position: absolute;
	width: 500px;
  }
  .z4-main ul li::before{
	content: attr(num);
	position: absolute;
	width: 65px;
	height: 40px;
	text-indent: 14px;
	font:italic 28px/40px Impact;
	color: #fff;
	left: 0;top: 10px;
	background: url('../images/num01.png');
  }
  .z4-main ul li h3{
	padding-left: 75px;
	font:bold 26px/58px "å¾®è½¯é›…é»‘";
	color: #181717;
	border-bottom: 1px dotted #cdcdcd;
  }
  .z4-main ul li p{
	font:14px/58px "å¾®è½¯é›…é»‘";
	color: #333;
	padding-left: 22px;
	white-space: nowrap;
	background: url('../images/num02.png') left center no-repeat;
  }
  .v-article {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
  .z4-main ul li:nth-child(1){top: 50px;}
  .z4-main ul li:nth-child(2){top:183px;}
  .z4-main ul li:nth-child(3){top:315px;}
  .z4-main ul li:nth-child(4){top:575px;right: 35px;}
  .z4-main ul li:nth-child(5){top:715px;right: 35px}
  .z4-main ul li:nth-child(6){top:845px;right: 35px}
  .mg1{position: absolute;top: 0;right: 0;}
  .mg2{position: absolute;top: 490px;}
  


  /* z6 */
.z6{
	margin-top: 70px;
	padding-top: 75px;
	height: 403px;
	background-color: #0c8bd7;
  }
  .z6-left{
	width: 364px;
	text-align: center;
	color: #fff;
	position: relative;
  }
  .z6-left h1{font:bold 28px/42px "å¾®è½¯é›…é»‘";margin-top: 35px;letter-spacing:5px;}
  .z6-left h2{font:26px/2.5 "å¾®è½¯é›…é»‘";}
  .z6-left h3{width: 264px;margin:0 auto;font:18px/38px "å¾®è½¯é›…é»‘";color: #303030;background-color: #eaeaea;border-radius: 20px;}
  .z6-left h4{font:18px/64px "å¾®è½¯é›…é»‘";}
  .line{position: absolute;left: 0;top:-15px;}
  .z6-right{width: 700px;margin-right: 30px;position: relative;}
  .z6-right .bd{overflow: hidden;}
  .z6-right .bd li{float: left;margin-right: 40px;}
  .z6-right .bd li img{width: 203px;height: 253px;}
  .z6-right a.prev,.z6-right a.next{position: absolute;width: 24px;height: 50px;background: url('../images/right.png');top: 88px;left: -50px;}
  .z6-right a.next{transform: scale(-1);left: auto;right: -50px;}
  .z6-right a.prev:hover,.z6-right a.next:hover{background-image: url('../images/right01.png');}


  /* z7 */
.z7{
	padding-top: 60px;
	padding-bottom: 55px;
	background-color: #f5f5f5;
  }
  .black {
    text-align: center;
    font: bold 36px/60px "å¾®è½¯é›…é»‘";
    color: #666;
}
  .z7-main{
	margin-top: 45px;
  }
  .z7-left{width: 585px;}
  .z7-left h1{font:bold 26px/1 "微软雅黑";color: #807b7b;opacity: .44;}
  .z7-left h2{font:bold 30px/55px "微软雅黑";color: #0082d0;}
  .z7-txt{font: 14px/30px "微软雅黑"; color: #333; margin-top: 25px; font-size: 16px; line-height: 32px;}
  .z7-left a.more{display: block;margin-top: 20px;width: 108px;text-align: center;font:14px/33px "寰蒋闆呴粦";color: #333;border:1px solid #333;border-radius: 20px;}
  .z7-right{width: 573px;margin-top: 10px;}


  /*新闻中心*/
/* 新闻 */
.news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-bottom: 50px;
}
.news-left{
	width: 785px;
}
.news-left a{
	float: left;
	min-height: 200px;
	border-bottom: 1px dotted #ccc;
}
.news-sticky{
	display: inline-block;
}
.news-sticky img{
	width: 285px;
	float: left;
}
.sticky-title{
	float: right;
	width: 465px;
	height: 30px;
	line-height: 30px;
}
.sticky-title span{
	font-size: 16px;
}
.sticky-description{
	float: right;
	width: 465px;
	font-size: 14px;
    font-family: 微软雅黑;
	color: rgba(153, 153, 153, 1);
	margin-top: 20px;
}
.news-list{
	display: inline-block;
}
.news-list li{
	width: 780px;
	height: 60px;
	border-bottom: 1px dotted #ccc;
}
.news-title{	
	width: 780px;
	height: 60px;
	line-height: 60px;
}
.news-title span{
	font-size: 16px;
}

.news-right-list li{
	width: 380px;
	min-height:100px ;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.right-news{
	font-size: 16px;
    font-family: 微软雅黑;
    color: rgba(53, 53, 53, 1);
}
.right-description{
	font-size: 14px;
    font-family: 微软雅黑;
	color: rgba(153, 153, 153, 1);
	line-height: 25px;
	margin-top: 10px;
}


.news-mtitle
{
    width:615px;
    height:36px;
    line-height:36px;
	text-align:center;
	margin: 0 auto;
}

.line-one
{
    display:inline-block;
    width:100px;
    border-top:1px solid #cccccc;
    vertical-align:5px;  
}
.text{
	font-size: 30px;
}

.text-color{
	color: rgb(30, 80, 174);
}


.mt-50{
	margin-top: 50px;
}
.mb-50{
	margin-bottom: 50px;
}




/*网站底部*/
.footer_bg{ background: #00295f; padding:35px 0 10px}
.navlist{ border-bottom: 1px solid #fff; overflow: hidden;}
.navlist li{ line-height: 50px; width: 171px;}
.navlist li a{font-size: 15px; display: block; text-align: center; color: #fff }
.navlist li a:hover{ color:#ce2029 }
.copyright{ margin-top: 20px }
.copy_f{ width: 820px; color: #6D6C6C; line-height: 28px; margin-top: 10px; font-size: 13px}
.copy_f a{ color: #6D6C6C; }
.qk{ margin: 50px 20px 0 0; width: auto; height: 200px; overflow: hidden;}
.qk span{display:block; color: #666; font-size: 12px;  margin: 5px 10px 0 0;}
.mr-25{
	margin-right:25px;
}

.copy_f img{
	display: inline-block;
	max-width: 531px;
	margin-bottom: 20px;
}
  
/* 子页 */
/*sub_banner*/
.sub_banner{ width:100%; min-width: 1200px; overflow: hidden; height: 289px}
.sub_banner img{ width:1920px; margin:0 calc(50% - 960px)}

.page-position {
    background: #3480ce;
    padding: 10px 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px
}

.page-position a {
    color: #fff
}

.page-position a:hover {
    text-decoration: underline;
}
.page-wrap-contact{
  padding-left: 10px;
  padding-bottom: 10px;
}

.page-wrap {
    background: #fff;
    padding: 35px 0 4.16666667%
}
@media (min-width: 990px) {
    .page-wrap-left {
        float:left;
        width: 240px;
        margin-right: 5.41666667%
    }
}

.xypg-left-box {
    margin-bottom: 15px
}

.xypg-left-title {
    text-align: center;
    padding: .7em 0;
    font-size: 20px;
    line-height: 1.5;
    background: #3480ce
}

.xypg-left-title span {
    color: #fff
}

.xypg-left-title span:after {
    margin-left: .5em
}

.xypg-left-title span:before {
    margin-right: .5em
}

.xypg-left-title span:after,.xypg-left-title span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1px;
    background: #fff
}

.xypg-product-list {
    margin: 0 -1.5%;
    font-size: 0
}

.page-wrap-right{
  display: inline-block;
  width: 840px;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 30.333%;
    margin: 0 1.5% 20px;
    padding: 10px 10px 0;
    border: 1px solid #eee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

.xypg-product-list li img {
    display: inline-block;
    max-width: 240px;
    height: 210px;
}
.xypg-images-list li img{
  display: inline-block;
  max-width: 240px;
  height: auto;
}


.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0
}

.xypg-product-list li:hover {
    border-color: #3480ce
}

.xypg-product-list .no-result {
    margin: 0 1.5%;
    font-size: 14px
}


.xypg-left-nav {
    margin: 0 -1px
}

.xypg-left-nav>li+li {
    border-top: 1px solid #e4e4e4
}

.xypg-left-nav>li {
    position: relative
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 2.6;
    color: #2e2e2e;
    padding: 0 45px 0 25px
}

.xypg-left-nav>li .first-nav-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon.png);
  right: 20px;
  top: 5px;
  background-repeat: no-repeat;
}
.xypg-left-nav>li:hover .first-nav-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon01.png);
  right: 20px;
  top: 5px;
  background-repeat: no-repeat;
}


.xypg-left-nav>li.clicked>a,.xypg-left-nav>li:hover>a {
    color: #fff;
    background: #3480ce
}

.xypg-left-nav>li.clicked .first-nav-btn,.xypg-left-nav>li:hover .first-nav-btn {
    color: #fff
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 8px 0
}

.xypg-left-nav .xypg-left-subnav>li {
    padding: 8px 45px 8px 25px
}

.xypg-left-nav .xypg-left-subnav>li>a {
    display: block;
    line-height: 20px;
    color: #969494;
    font-size: 15px
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a,.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: #3480ce
}

.xypg-left-nav .xypg-left-threenav>li>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 10px
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: "\2014   "
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a,.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: #3480ce
}



.page-wrap-contact h4 {
    margin: .5em 0 .8em;
    font-size: 16px;
    color: #000;
}

.page-wrap-contact p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    color: #5a5a5a;
    padding: .4em 0 .4em 0px;
}

.xypg-left-nav li {
    border-top: 1px solid #e4e4e4;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}



.clearfix {
    zoom: 1;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}


.page-content{
  width: 840px;
  line-height: 32px;
  font-size: 16px;
}

/*内页翻页样式*/
#pages {width: 100%;height: 50px;text-align: center;line-height: 22px;padding-top: 10px; clear:both;}
#pages a {background: #f5f5f5;border: #ddd solid 1px;padding: 2px 8px;margin: 0 2px;float: none; color: #9d7751; font-size: 14px;}
#pages span {background: #ce2029; color: #fff;border: #DDD solid 1px;padding: 2px 8px; margin: 0 2px; float: none;}



/* 新闻 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li:hover .tit h3 {
  color: #3480ce;
}
.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: 400;
  padding-right: 25%;
  margin: 0;
}
.xypg-news-list li .tit .date {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  color: #666;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #3480ce;
}
.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li .more {
  margin-top: 15px;
}


/* 新闻列表 */
.xypg-detail-title {
  font-size: 20px;
  color: #363636;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.7;
}
.xypg-detail-info-bar {
  height: 35px;
  font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}
.xypg-detail-info-bar .detail-info-time {
  float: left;
  margin-right: 20px;
}


.xypg-detail-con {
  font-size: 15px;
  color: #333;
  line-height: 30px;
}

.xypg-detail-pn {
  margin-top: 30px;
}
.xypg-detail-pn div {
  margin-bottom: 10px;
  background: #ededed;
  line-height: 35px;
  padding: 0 20px;
  position: relative;
}

.xypg-detail-pn div b {
  font-size: 16px;
  color: #333;
  float: left;
  font-weight: 400;
}
.xypg-detail-pn div span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 13px;
  color: #666;
}

.xypg-detail-pn div a {
  width: 75%;
  font-size: 14px;
  color: #565656;
}


/* 产品展示 */
.xypg-product-detail>h1 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 1.5em;
}

@media (min-width: 1200px){
    .page-product-detail-effect {
      margin: 0 12.22222222%;
    }
    .page-product-detail-effect {
      min-height: 520px;
      overflow: hidden;
      text-align: center;
    }
    .page-product-detail-effect img{
        max-width: 100%;
        height: auto;
    }
}

.page-product-inquiry {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 0;
}

.page-product-inquiry a:hover {
  background: #3480ce;
}
.page-product-inquiry a {
  display: inline-block;
  margin: 0 1%;
  border-radius: 40px;
  background: #3480ce;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  width: 31%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.relate-title {
  background: #eee;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 15px;
}
.relate-title span {
  background: #3480ce;
  padding: 0 10px;
  display: inline-block;
}

.product-detail-item li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 7px 1%;
}
.product-detail-item li {
    margin: 8px 0;
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
}
.product-detail-item li span {
  color: #3480ce;
}

.product-detail-tab {
  margin-top: 50px;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:active, .product-detail-tab .product-detail-tabli li:visited {
  background: #3480ce;
  color: #fff;
}
.product-detail-tab .product-detail-tabli li {
  float: left;
  width: 20%;
  line-height: 40px;
  margin-top: -1px;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.product-detail-tab p{
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}

.form-title{
  width: 840px;
  padding: 20px;
  text-align: center;
}
.form-title b{
  color: #0082d0;
}

.map{
  margin-top: 20px;
}