/* CSS Document */

@import url("gaode_main.css");/*高德地图*/

body{
	font-size: 14px;
	color: #666666;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
a,a:hover,a:visited{
	color:#666666;
	text-decoration: none;
}
.nopadding{
	padding: 0px;
}
.hide{
display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.inhide{
 display: block;
 transition: all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
.page_fluid{
  width:100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
	}
	.page_box{
		max-width:1280px;
		margin:0 auto;
	}
	.page_banner{
		width: 100%;
	}
	.page_banner img{
		width: 100%;
	}
.header_box{
	width:100%;
	/*background:url(../images/header_bg.png) repeat;*/
	    background: rgba(255,255,255,0.9);
	position:absolute;
	z-index: 9;
}
.header_box .navbar-nav{

}
.header_box .navbar-nav .nav-item{
	position: relative;
}
.header_box .navbar-nav li{
	float: left;
	padding-left: 24px;
}
.header_box .navbar-nav li a{
	float: left;
	color: #333333;
	font-size: 18px;
	position: relative;    font-weight: bold;
}
.header_box .navbar-nav li a::after{
	position: absolute;
	width: 0%;
	height: 3px;
	background-color: #85BE35;
	content: "";
	left: 0px;
    bottom: 0px;
	overflow: hidden;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.header_box .navbar-nav li a:hover,.header_box .navbar-nav li a.active{
	color: #005aa0;
}
.header_box .navbar-nav li a:hover::after,.header_box .navbar-nav li a.active::after{
	width: 100%;
}
.header_box .navbar-nav li.nav_language a{
	padding-left: 5px;
	padding-right:5px;
	font-size: 16px;
	margin-top: 2px;
	background:url(../images/language_link_bg.jpg) right center no-repeat;
}
.header_box .navbar-nav li.nav_language a::after,.header_box .navbar-nav li.nav_language .active::after{
	display: none;
}
.header_box .navbar-nav li.nav_language .active{
	color: #005aa0;
}
.header_box .navbar-nav li.nav_language a:last-child{
	background: none;
}
.header_box .nav-item .nav_childs{
	display: none;
	position: absolute;
	top: 40px;
	padding-top: 33px;
}
.header_box .nav-item ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background:url(../images/header_bg.png) repeat;
	box-shadow: 0px 0px 10px #dedede;
    width: 120px;
    padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
    padding-bottom: 10px;
} 
.header_box .nav-item ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 36px;
	line-height: 36px;
	float: none;
	font-size: 14px;
}
.header_box .nav-item ul li a{
	font-size: 16px;
}
.header_box .navbar-nav .nav-item:hover .nav_childs{
	display: block;
}
.footer_box{
	background: url(../images/footer_bg.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #fff;
}
.footer_box a,.footer_box a:link,.footer_box a:visited,.footer_box a:active{
	color: #fff;
}
.footer_box .footer_main{

}
.footer_box .footer_main .footer_menus{

}
.footer_menus .item{
	border-right: 1px solid #dedede;
	margin-right: 32px;
	padding-right: 64px;
}
.footer_menus .item:last-child{
	border-right: 0px;
}
.footer_menus .item .item_title{
	line-height: 28px;
	padding-bottom: 24px;
	font-size: 16px;
}

.footer_menus .item .item_links{
}
.footer_menus .item .item_links ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer_menus .item .item_links ul li{
	line-height: 32px;
}
.footer_menus .item .item_txt{

}
.footer_menus .item .item_txt p{
	margin: 0px;
	padding: 0px;
	line-height: 32px;text-decoration: none;
}
.footer_box .footer_main .footer_main_qrcode{

}
.footer_box .footer_main .footer_main_qrcode .img_box{
	text-align: center;
	
}
.footer_box .footer_main .footer_main_qrcode .img_box img{
	width: 104px;
	padding: 2px;
	background-color: #fff;
}
.footer_box .footer_main .footer_main_qrcode .txt_box{
	line-height: 36px;
	text-align: center;
}
.footer_box .footer_links{
	padding-top: 42px;
	padding-bottom: 42px;
}
.footer_box .footer_links span{
	line-height: 24px;
	float: left;
}
.footer_box .footer_links a{
	line-height: 24px;
	float: left;
	margin-right: 15px;
}
.footer_box .footer_copyright{
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index_about{
	padding-top: 5%;
	padding-bottom: 5%;
}

.index_about .index_about_box{
	max-width: 1600px;
	padding: 6%;
	position: relative;
	background:url('../images/index_about_bg.jpg') center center no-repeat;
	background-size: cover;
}
.index_about .index_about_box .content_box{
	background-color: #fff;
	padding: 4%;
	box-shadow: 0px 0px 10px #000;
}
.index_about .index_about_box .content_box .txt_title{
	color: #005aa0;
	font-size: 24px;
	font-weight: bold;font-family: "Microsoft YaHei";
}
.index_about .index_about_box .content_box .txt_sub_title{
	color: #86c128;

}
.index_about .index_about_box .content_box .txt_content{
	line-height: 24px;
	padding: 15px;
	padding-right: 20%;

}
.index_about .index_about_box .content_box  .txt_linkmore{
	padding: 15px;
}
.index_about .index_about_box .content_box  .txt_linkmore a{

}
.index_prod{
	background:url(../images/index_prod_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.index_prod .index_prod_box{
	padding-top: 5%;
	padding-bottom: 5%;
}
.index_prod .index_prod_box .txt_box{
	padding-bottom: 20%;
}
.index_prod .index_prod_box .txt_box .txt_title{
	color: #005aa0;
	font-size: 24px;
	font-weight: bold;
}
.index_prod .index_prod_box .txt_box .txt_sub_title{
	color: #86c128;
	margin-bottom: 1%;
}
.index_prod .index_prod_box .txt_box .txt_more{
	color: #005aa0;
	font-size: 32px;
	font-weight: bold;

}
.index_prod .index_prod_box .linkmore_box{

}
.index_prod .index_prod_box .linkmore_box a{
	display: inline-block;
	background-color: #195296;
	color: #FFF;
	border: 3px solid #fff;
	line-height: 48px;
	border-radius: 24px;
	padding-left: 48px;
	padding-right: 48px;
}
.index_news{
	padding-top: 5%;
	padding-bottom: 5%;
}
.index_news .index_news_box{
	
}
.index_news_box .txt_box{
text-align: center;
padding-bottom: 15px;
}
.index_news_box .txt_box .txt_title{
	color: #005aa0;
	font-size: 24px;
	font-weight: bold;
}
.index_news_box .txt_box .txt_sub_title{
	color: #86c128;
	margin-bottom: 1%;
}
.index_news_box .item_date{
	color: #999999;
	font-size: 20px;
}
.index_news_box .item_left .item_box a img{width:96%;}
.index_news_box .item_title{
	line-height: 42px;
	height: 42px;
	width: 100%;
	overflow: hidden;
}
.index_news_box .item_title a{
	color: #333333;font-size: 20px;
  /*font-weight: bold;*/
  
}
.index_news_box .item_title a:hover{
	color: #005aa0;
}

.index_news_box .item_title .item_desc{
	color: #888888;
	font-size: 14px;
	line-height: 24px;
}

.index_news_box .item_left{
	padding-right: 5%;
}
.index_news_box .item_right{
	
}
.index_news_box .item_right ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.index_news_box .item_right ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 42px;
	padding-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.index_news_box .item_right ul li:last-child{
	border-bottom: 0px;
}
.index_news_box .item_right ul li .item_title{
	order:-1;
}
.index_nums{
	background-color: #F2F2F2;
	padding-top: 42px;
	padding-bottom: 42px;
}
.index_nums .item{
	border-right: 1px solid #D9D9D9;
}
.index_nums .item:last-child{
	border-right: 0px;
}
.index_nums .item .item_title{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}
.index_nums .item .item_num{

}
.index_nums .item .item_num span{
	display: inline-block;
	font-size: 54px;
	color: #005aa0;
	line-height: 80px;
}
.index_nums .item .item_num small{
	display: inline-block;
	line-height: 42px;
	color: #005aa0;
	font-size: 16px;
}
.loading_box{
  text-align: center;
}
.loading_box a{
  display: inline-block;
background:url(../images/icon_arrow_down.png) center bottom no-repeat;
padding-bottom: 24px;
margin-bottom: 24px;
color: #999999;
}
.loading_box a:hover{
  color: #005aa0;
background:url(../images/icon_arrow_down_hover.png) center bottom no-repeat;

}
.loading_box a.opened{
  background:url(../images/icon_arrow_up.png) center bottom no-repeat;

}
.loading_box a.opened:hover{
  background:url(../images/icon_arrow_up_hover.png) center bottom no-repeat;
}
.news_libs{
	margin-top: 18px;
	margin-bottom: 32px;
}
 .news_libs a{
	 display: inline-block;
	 height: 36px;
	 line-height: 36px;
	 background-color: #D9D9D9;
	 padding-left: 15px;
	 padding-right: 15px;
	 border-radius: 5px;
   margin-right: 10px;
   transition: all 0.3s;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
 }
 .news_libs a:hover,.news_libs a.active{
	 background-color: #195296;
	 color: #fff;
 }
.news_items{

}
.news_items .item{
	margin-bottom: 32px;
}
.news_items .item a{
	background-color: #F5F5F5;
	border-radius: 5px;
  padding: 18px;
  	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.news_items .item a:hover{
	background-color: #fff;
	box-shadow: 0px 0px 10px #dedede;
}
.news_items .item a:hover .item_arrow{
	color: #005aa0;
}
.news_items .item a:hover .item_txt .txt_title{
	color: #005aa0;
}
.news_items .item .item_img{
}
.news_items .item .item_img img{
	border-radius: 5px;
	width: 100%;
}
.news_items .item .item_txt{
	padding-left: 20px;
	padding-right: 20px;
display: flex;
    flex-direction: column;

}
.news_items .item .item_txt .txt_date{
	font-size: 20px;
	color: #999999;
}
.news_items .item .item_txt .txt_title{
	color: #333333;
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	    order: -1;
}
.news_items .item .item_txt  .txt_desc{
	font-size: 14px;
	line-height: 24px;
}
.news_items .item .item_arrow{
	font-size: 32px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}
.news_content_box{
  padding-top: 32px;
  padding-bottom: 32px;
}
.news_content_box .news_title{
  text-align: center;
  font-size: 24px;
  line-height: 32px; color:#333;
}
.news_content_box .news_sub_title{
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.news_content_box .news_content{
  padding-top: 32px;
  padding-bottom: 32px;
}
.news_content_box .news_content p{
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.page_prod{
  background-color: #f6f6f6;
}
.page_prod .prod_txt{
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
}
.page_prod .prod_txt p{
  margin: 0px;
  padding:0px;
  line-height: 24px;
}
.page_prod .prod_box{

}
.page_prod .prod_box .prod_title{
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  background-size: contain;
}
.page_prod .prod_box .prod_title img{
  height: 36px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.page_prod .prod_box .prod_items{
}
.page_prod .prod_box .prod_items .item{
  margin-bottom: 15px;
  margin-top: 15px;

}
.page_prod .prod_box .prod_items .item .item_wrap{
  background-color: #fff;
  border-radius: 10px;
  padding:5%;

}
@media (max-width:580px){
	.page_prod .prod_box .prod_items .item{
		width:100%;
	}
	.page_prod .prod_box .prod_items .item .item_wrap{
		width:100%;
	}
	.page_prod .prod_box .prod_items .item .item_img{
    	width: 100% !important;
    	padding-bottom: 100% !important;
	 }
}
.page_prod .prod_box .prod_items .item .item_img{
    width: 36.7%;
    position: relative;
    padding-bottom: 36.7%;
    overflow: hidden;
}
.page_prod .prod_box .prod_items .item .item_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_prod .prod_box .prod_items .item .item_img img{
  width: 100%;
}
.page_prod .prod_box .prod_items .item .item_img a img{
    width: 100%;
}
.page_prod .prod_box .prod_items .item .item_txt{
    padding: 5%;
    width: 63.3%;
}
.page_prod .prod_box .prod_items .item .item_txt .txt_title{
  color: #005aa0;
  font-size: 18px;
  line-height: 32px;
}
.page_prod .prod_box .prod_items .item .item_txt .txt_desc{
  color: #999999;
  line-height: 24px;
}
.page_prod .prod_box .prod_items .item .txt_thumbnails{
display: none;
}
.page_prod .prod_box .prod_items .item .txt_thumbnails a{
}
.page_prod .prod_box .prod_items .item .txt_thumbnails a img{
  width: auto;max-width: 100%;max-height: 60px;
  border-radius: 0px;

}
.prod_title{
  background:#e77817 url(../images/prod_item_title_bg.png) right center no-repeat ;
}
.color_blue{
  background: #005aa0  url(../images/prod_item_title_bg.png) right center no-repeat;
}
.color_orange{
  background: #e77817  url(../images/prod_item_title_bg.png) right center no-repeat;
}
.color_brown{
  background: #a78a5d  url(../images/prod_item_title_bg.png) right center no-repeat;
}
.color_green{
  background: #006437  url(../images/prod_item_title_bg.png) right center no-repeat;
}
.honor_box{
  padding-top: 5%;
}
.honor_box .items{

}
.honor_box .items .item{
  margin-bottom: 15px;
}
.honor_box .items .item .item_img{

}
.honor_box .items .item .item_img img{
  width: 100%;
  border-radius: 10px;
}
.honor_box .items .item .item_title{
  background: url(../images/icon_logo.png) left center no-repeat;
  padding-left: 18px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page_contact{

}
.page_contact .page_box{
  max-width: 960px;
}
.contact_box{
  padding-top: 5%;
  padding-bottom: 5%;
}
.contact_box .contact_text{
  text-align: center;
}
.contact_box .contact_text p{
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}
.contact_box .contact_info{
}
.contact_box .contact_info .item{
  text-align: center;
  padding-top: 60px;
}
.contact_box .contact_info .item p{
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 32px;
}
.contact_box .contact_info .item .img_box{
  border-right: 1px solid #dedede;
}
.contact_box .contact_info .item:last-child .img_box{
  border-right: 0px;
}
.contact_box .contact_info .item img{
  max-width: 30%;
}
.contact_box .contact_maps{
  padding-top: 8%;
  padding-bottom: 8%;
}
.contact_box .contact_feedback{

}
.contact_box .contact_feedback .feedback_title{
 text-align: center;
 color: #005aa0;
 font-size: 21px;
 line-height: 42px;
}
.contact_box .contact_feedback .feedback_sub_title{
  text-align: center;
  line-height: 36px;

}
.contact_box .contact_feedback .feedback_form{
  margin-top: 15px;
}
.contact_box .contact_feedback .feedback_form .form_item{
  margin-bottom: 10px;

}
.contact_box .contact_feedback .feedback_form input{
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #f6f6f6;
  height: 36px;
  line-height: 36px;
  text-indent: 12px;

}
.contact_box .contact_feedback .feedback_form textarea{
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #f6f6f6;
  line-height: 36px;
  text-indent: 12px;

}
.contact_box .contact_feedback .feedback_form textarea{

}
.contact_box .contact_feedback .feedback_form a{
display: inline-block;
background-color: #005aa0;
color: #fff;
line-height: 36px;
padding-left: 36px;
padding-right: 36px;
}

.page_about{

}
.about_box{
}
.about_box .about_head{
  padding-top: 5%;

}
.about_box .about_head .about_compay{

}
.about_box .about_head .about_compay .txt_info{
  color: #86c128;
  background:url(../images/line_green.png) left center no-repeat;
  padding-left: 46px;
}
.about_box .about_head .about_compay .txt_title{
color: #005aa0;
font-size: 21px;
line-height: 48px;
}
.about_box .about_head .about_compay .txt_sub_title{
  color: #999999;
  font-size: 18px;
}
.about_box .about_head .about_txt{
  line-height: 32px;
}
.about_box .about_ads{
  padding-top: 5%;
  padding-bottom: 5%;
}
.about_box .about_ads .about_linkmore a{
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  line-height: 32px;
  border-radius: 21px;
  padding-left: 21px;
  padding-right: 21px;
}
.about_box .about_desc{
  background:url(../images/page_about_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff;
}
.about_box .about_desc .txt_box{
  line-height: 28px;
}
.about_box .about_desc .txt_box p{
  margin: 0px;
  padding: 0px;
}
.about_box .about_desc .nuns_box .item{
  border-right: 1px solid #D9D9D9;
  margin-bottom: 10px;
}
.about_box .about_desc .nuns_box .item:nth-child(2),.about_box .about_desc .nuns_box .item:nth-child(4){
	border-right: 0px;
}
.about_box .about_desc .nuns_box .item .item_title{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 32px;
}
.about_box .about_desc .nuns_box .item .item_num{

}
.about_box .about_desc .nuns_box .item .item_num span{
	display: inline-block;
	font-size: 54px;
	color: #FFFFFF;
	line-height: 80px;
}
.about_box .about_desc .nuns_box .item .item_num small{
	display: inline-block;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
}
.about_box .about_honor{
  padding-top: 5%;
  padding-bottom: 5%;
}
.about_box .about_honor .txt_title{
  color: #005aa0;
  font-size: 21px;
  line-height: 32px;
}
.about_box .about_honor .txt_sub_title{
  color: #86c128;
}
.about_box .about_honor .imgs{
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.about_box .about_honor .imgs .swiper-button-prev{
  left: -30px;
}
.about_box .about_honor .imgs .swiper-button-next{
  right: -30px;
}
@media(max-width:767px){
.page_box{
	padding-left: 15px;
	padding-right: 15px;
}
.header_box{
	position: inherit;
}
.header_box .navbar{
	padding: 0px;
}
.footer_menus .item{
	width: 100%;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
	text-align: center;
	padding-bottom: 15px;
}
.footer_menus .item .item_title{
	padding: 0px;
}
.index_nums .item{
	border-right: 0px;
}
.about_box .about_desc .nuns_box .item{
	border-right: 0px;
}
.header_box .nav-item .nav_childs{
	display: none!important;

}
.navbar-toggler-icon{
	background:url(../images/menu_bg.png) center center no-repeat;
	background-size: cover;
}

.index_news_box .item_left .item_box a{display: block;}
.index_news_box .item_left .item_box a img{width:100%;}

}

@media(max-width:980px){
	.page_box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer_menus .item{
		margin-right: 10px;
		padding-right: 10px;
	}
	.navbar-brand img{
		height: 42px;
	}

	.index_news_box .item_left{ margin-bottom: 24px;}

	.index_prod{ background: url(../images/bg_small.jpg) no-repeat !important; padding-bottom: 73%;position: relative;background-size: 100% auto !important;}
	.index_prod .index_prod_box{position: absolute;width: 100%;}
	.index_prod .index_prod_box .txt_box .txt_more{font-size: 18px;}
	.index_prod .index_prod_box .txt_box{padding-bottom: 30%;}
	.index_prod .index_prod_box .linkmore_box a{    padding-left: 30px;padding-right: 30px;line-height: 38px;}

}

@media(max-width:767px){
	.index_prod .index_prod_box .txt_box{padding-bottom: 30%;}
}



.contact_box .contact_maps{ position:relative;margin: 50px auto 50px auto;  padding-bottom: 30%;}
.contact_maps  .map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.news_content_box .news_content p{font-family: "微软雅黑" !important; color:#333; font-size:16px;}
.news_content_box .news_content p span{font-family: "微软雅黑" !important; color:#333; font-size:16px;}
.news_content_box .news_content table{ margin:0 auto !important;}
.page_box .news_detail_page{margin-bottom: 100px;}
.page_box .news_detail_page .news_Dprev{margin-bottom: 10px;}



/*0522 产品顶部文字*/
.page_prod .prod_txt .info{ width:100%; margin-bottom:40px;}
.page_prod .prod_txt .info .left{ float:left; width:140px;px;text-align: left;}
.page_prod .prod_txt .info .left p{ color:#005aa0; font-weight: bold; font-size:20px;line-height: 30px;}
.page_prod .prod_txt .info .right{ float:left; width:78%;text-align: left;}
.page_prod .prod_txt .info .right p{font-size:18px;line-height: 30px;}
.page_prod .prod_txt .clear{clear: both;}


/* 产品详情 */
.products_details{
	padding: 100px 0 160px;
}
.products_details .top_show{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.5%;
	background-color: #fff;
	margin-bottom: 5%;
}
.products_details .top_show .left{
	width: 30%;
}
.products_details .top_show .right{
	width: 70%;
	padding: 0 8%;
}
.products_details .top_show .left .swiper-container{
	width: 100%;
}
.products_details .top_show .left .swiper-container .swiper-wrapper{
	width: 100%;
}
.products_details .top_show .left .swiper-container .swiper-wrapper .swiper-slide{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}
.products_details .top_show .left .swiper-container .swiper-wrapper .swiper-slide .img{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products_details .top_show .left .swiper-container .swiper-wrapper .swiper-slide .img img{
	width: 100%;
}
.products_details .top_show .left .swiper-container .swiper-pagination{
	display: none;
}
.products_details .top_show .right .theme{
	margin-bottom: 6%;
}
.products_details .top_show .right .theme h1{
	color: #005aa0;
	font-size: 22px;
	margin-bottom: 0;
}
.products_details .top_show .right .info{
	margin-bottom: 10%;
}
.products_details .top_show .right .info span{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.products_details .top_show .right .info p{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
}
.products_details .top_show .right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.products_details .top_show .right ul li{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.products_details .top_show .right ul li a{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
.products_details .top_show .right ul li a:hover{
	color: #005aa0;
	transition: all .5s linear;
}
.products_details .bottom_detail{
	padding: 2.5%;
	background-color: #fff;
}
.products_details .bottom_detail h3{
	border-bottom: 1px solid #dddddd;
}
.products_details .bottom_detail h3 span{
	display: inline-block;
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #005aa0;
	padding-bottom: 10px;
}
.products_details .bottom_detail .info_detail{
	padding: 2% 0 4%;
}
.products_details .bottom_detail .info_detail p{
	margin-bottom: 0;
}
@media (max-width:760px){
	.products_details .top_show .right .theme h1{
		font-size: 16px;
	}
	.products_details .top_show .right .info span{
		font-size: 12px;
		line-height: 24px;
	}
	.products_details .top_show .right .info p{
		font-size: 12px;
		line-height: 20px;
	}
	.products_details .top_show .right ul li{
		font-size: 12px;
		line-height: 24px;
	}
	.products_details .top_show .right ul li a{
		font-size: 12px;
		line-height: 24px;
	}
	.products_details .bottom_detail h3 span{
		font-size: 16px;
	}
	.products_details .top_show .right .theme{
		margin-bottom: 4%;
	}
	.products_details .top_show .right .info{
		margin-bottom: 6%;
	}
}
@media (max-width:550px){
	.products_details .top_show{
		flex-wrap: wrap;
	}
	.products_details .top_show .left{
		width: 100%;
		margin-bottom: 4%;
	}
	.products_details .top_show .right{
		width: 100%;
	}
	.products_details{
		padding: 60px 0 100px;
	}
}

p > img{

    max-width:100%;

}