﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/*修改swiper*/

body .swiper-container-horizontal>.swiper-pagination{
	bottom: -6px;
	width: 100%;
}

body .swiper-container-horizontal>.swiper-pagination span.swiper-pagination-bullet {
	margin: 0;
	/*width: 25%;*/
	display: inline-block;
	height: 6px;
	border-radius: 0px;
	min-width: 10%;
}
.swiper-pagination-bullet-active{
	background: #007aff;
}
a {
	text-decoration: none;
}


/*导航栏*/
/*新的导航栏 css*/
.template {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	height: 60px;
	overflow: auto;
	background: rgba(0, 0, 0, 0.4);
}

.follow {
	width: 1400px;
	margin: 0 auto;
	overflow: auto;
}

.template_logo {
	float: left;
	width: 30%;
	overflow: hidden;
	min-width: 350px;
	padding-top: 8px;
}

.template_logo img {
	height: 45px;
	width: auto;
}

.head_top {
	width: 66%;
	overflow: auto;
	height: 60px;
	float: left;
	text-align: center;
}

.head_top ul {
	overflow: auto;
}

.head_top ul li {
	list-style-type: none;
	display: inline-block;
	/*float: left;*/
}

.head_top ul li a {
	font-family: "微软雅黑";
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	margin: 11px 1px;
	padding: 5px 7px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bolder;
}

.head_top ul li a.on {
	background: #FFF;
	color: #0763AD;
}
.head_top ul li a:hover{
	color: #0763AD;
	background: #fff;
}

 /*点击出现的内容*/
.nosecone{
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    position: fixed;
    top: 60px;
    height: 200px;
    background: rgba(255, 255, 255, 0.89);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
    overflow: auto;
    display: none;
    -webkit-box-shadow: 0 0 10px #e6e6e6;
    -moz-box-shadow: 0 0 10px #e6e6e6;
    box-shadow: 0 0 10px #e6e6e6;
}
.nosecone_conso{
	overflow: auto;
}
.nosecone_left{
	float: left;
	width: 30%;
}
.nosecone_left ul{
	overflow: auto;
}
.nosecone_left ul li{
	margin-top: 10px;
	overflow: auto;
}
.nosecone_left ul li a{
	display: inline-block;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: left;
	padding: 0 8px;
	color: #333;
	box-sizing: border-box;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	border-bottom: 1px solid #e0e0e0;
}
.nosecone_left ul li a:hover{
	color: #0763AD;
}
.nosecone_right{
	float: right;
	width: 68%;
	box-sizing: border-box;
	padding: 8px;
	overflow: auto;
	text-align: left;
}
.nosecone_right ul{
	overflow: auto;
}
.nosecone_right ul li{
	border-bottom: 1px dashed #e0e0e0;
	margin-top: 15px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 25px;
	color: #333;
	cursor: pointer;
	overflow: auto;
}
.nosecone_right ul li p {
	display: inline-block;
	float: left;
	width: 80%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nosecone_right ul li a{
	color: #333;
	display: inline-block;
	font-size: 15px;
	width: 90%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nosecone_right ul li span{
	display: inline-block;
	width: 20%;
	text-align: right;
	color: #848484;
	float: right;
}
.nosecone_right ul li:hover{
	border-bottom: 1px dashed #0763AD;
}
.nosecone_right ul li:hover a,.nosecone_right ul li:hover span{
	color: #0763AD;
}
 /*点击出现的内容*/

.background{
	display: none;
}

@media (max-width: 1443px) {
	.follow{
		width: 98%;
	}
}

@media (max-width: 1050px) {
	.head_top{
		display: block;
		margin-top: 60px;
		float: none;
	}
	.template{
		height: auto;
	}
	.template_logo{
		width: 100%;
		text-align: center;
	}
	.head_top{
		width: 100%;
	}
	.nosecone{
		top: 120px;
		width: 98%;
		left: 0;
		margin-left: 1%;
	}
}

/*新的导航栏 css  end*/








/*靠右的两个导航栏*/
.head_top_right {
	overflow: auto;
	height: 60px;
	position: fixed;
	z-index: 99999;
	right: 0;
	width: 230px;
	display: none;
}

.head_top_right ul {
	overflow: auto;
}

.head_top_right ul li {
	list-style-type: none;
	float: left;
}

.head_top_right ul li a {
	font-family: "微软雅黑";
	letter-spacing: 1px;
	display: inline-block;
	color: #fff;
	margin: 13px 8px;
	padding: 5px 8px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bolder;
}

.head_top_right ul li a.on {
	background: #FFF !important;
	color: #0763AD!important;
}
.head_top_right ul li a:hover{
	color: #0763AD!important;
}



.swiper-container{
}

.swiper-wrapper img{
	max-height: 420px;
	width: 100%;
}


















@media (max-width: 1443px) {
	.follow{
		width: 98%;
	}
}
@media (max-width: 1050px) {
	.head_top{
		display: block;
		margin-top: 60px;
		float: none;
	}
	.template{
		height: auto;
	}
	.template_logo{
		width: 100%;
		text-align: center;
	}
	.head_top_right{
		top: 60px;
	}
	.nosecone{
		top: 120px;
		width: 98%;
		left: 0;
		margin-left: 1%;
	}
}
/*滚动条*/

body div::-webkit-scrollbar{
	width: 5px;
	height: 1px;
}

body div::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

body div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #EDEDED;
}



/*滚动条 end*/



.substance_content_litext video{
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
 /*内容*/
.nosecone{
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    position: fixed;
    top: 60px;
    height: 268px;
    background: rgba(255, 255, 255, 0.89);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
    overflow: auto;
    display: none;
    -webkit-box-shadow: 0 0 10px #e6e6e6;
    -moz-box-shadow: 0 0 10px #e6e6e6;
    box-shadow: 0 0 10px #e6e6e6;
}

.nosecone_conso{
	overflow: auto;
}
.nosecone_left{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 268px;
}
.nosecone_left img{
	width: 93%;
	vertical-align: middle;
}
.nosecone_left ul{
	overflow: auto;
}
.nosecone_left ul li{
	margin-top: 10px;
	overflow: auto;
}
.nosecone_left ul li a{
	display: inline-block;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: left;
	padding: 0 8px;
	color: #333;
	box-sizing: border-box;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	border-bottom: 1px solid #e0e0e0;
}
.nosecone_left ul li a:hover{
	color: #0763AD;
}
.nosecone_right{
	float: right;
	width: 45%;
	box-sizing: border-box;
	padding: 6px;
	overflow: auto;
	text-align: left;
	max-height: 268px;
}
.nosecone_right ul{
	overflow: auto;
}
.nosecone_right ul li{
	border-bottom: 1px dashed #e0e0e0;
	margin-top: 10px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 23px;
	color: #333;
	cursor: pointer;
}
.nosecone_right ul li p {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nosecone_right ul li p a{
	color: #333;
	font-size: 14px;
}
.nosecone_right ul li span{
	display: inline-block;
	width: 20%;
	text-align: right;
	color: #848484;
	float: right;
}
.nosecone_right ul li:hover{
	border-bottom: 1px dashed #0763AD;
}
.nosecone_right ul li:hover a,.nosecone_right ul li:hover span{
	color: #0763AD;
}


/*内容*/
.substance{
	overflow: auto;
}
.substance .substance_content{
	width: 1200px;
	overflow: auto;
	margin: 0 auto;
}
.substance_content h6{
	font-family: "微软雅黑";
	line-height: 45px;
	margin:0px;
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 23px;
	color: #333;
	text-align: left;
}
.substance_content_litext{
	overflow: auto;
		/* min-height: 465px; */
}
/*内容 end*/
/*内容列表*/
.substance_list{
	overflow: auto;
	margin-bottom: 28px;
}
.substance_list li{
	float: left;
    margin: 1px 0.5%;
    overflow: hidden;
    position: relative;
    display: inline;
    zoom: 1;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.substance_list li img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.substance_list li .list_text{
	background: rgba(0, 0, 0, 0.49);
    position: absolute;
    width: 100%;
    height: 225px;
    line-height: 25px;
    top: 155px;
    left: 0;
    text-align: center;
    font-family: "微软雅黑";
}
.list_text p.titel{
	text-align: left;
    color: white;
    font-size: 16px;
    margin: 6px 10px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.substance_list li .list_text .con_text p{
	text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 15px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.substance_list li .list_text .con_text a{
	background: rgba(250,250,250,1);
    display: inline-block;
    padding: 3px 9px;
    text-align: center;
    font-size: 14px;
    color: #0763AD;
}
.footli {
	background: rgba(0,0,0,0.6);
	min-height: 40px;

	
	clear: both;
	text-align: center;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 40px;
	line-height: 30px;
	padding-bottom: 0px;

}
.footli_litex{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.footli_litex p{
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 0 13px;
	white-space: pre;
}
/*.footli_litex p a{
	color: #0763AD;
}*/
.substance_content_litext{
	overflow: auto;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 40px;
}
.substance_content_litext img{
	max-width: 100%;
	margin: 8px 0px;
}
.substance_content_litext p{
	margin-top: 8px;
	color: #333;
} 


/*分类列表*/
.list_li{
	overflow: auto;
	margin-top: 10px;
}
.list_li ul{
	overflow: auto;
}
.list_li ul li{
	border-bottom: 1px solid #e0e0e0;
	margin-top: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 25px;
	color: #333;
	cursor: pointer;
}
.list_li ul li p {
	display: inline-block;
	float: left;
	width: 80%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_li ul li p a{
	color: #333;
	font-size: 15px;
}
.list_li ul li span{
	display: inline-block;
	width: 20%;
	font-size: 12px;
	text-align: right;
	color: #848484;
	float: right;
}

.list_li ul li:hover a,.list_li ul li:hover span{
	color: #0763AD;
}

/**/
/*左边列表*/
.list_li_con{
	overflow: auto;
}
.list_li_left{
	overflow: auto;
	margin-top: 10px;
	width: 25%;
	float: left;
}
.list_li_left ul li{
	border-bottom: 1px solid #e0e0e0;
	margin-top: 23px;
	font-family: "微软雅黑";
	box-sizing: border-box;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	padding: 0 5px;
	cursor: pointer;
}

.list_li_left ul li a{
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_li_left ul li:hover{
	border-color: #0763AD;
}
.list_li_left ul li:hover a{
	color: #0763AD;
}
.list_li_left ul li.on a {
    color: #0763AD;
}
.list_li_left ul li.on{
    border-bottom: 1px solid #0763AD;
}
.list_li_left ul li.on,.list_li_left ul li.on a{
	border-color: #0763AD;
	color: #0763AD;
}
.list_li_right{
	float: right;
	display: inline-block;
	width: 73%;
	margin-top: 18px;
	font-size: 16px;
    line-height: 2
}
.list_li_right ul{
	overflow: auto;
}
.list_li_right ul li{
	border-bottom: 1px dashed #e0e0e0;
	margin-top: 15px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 33px;
	color: #333;
	cursor: pointer;
}
.list_li_right ul li p {
	display: inline-block;
	float: left;
	width: 80%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_li_right ul li p a,.list_li_right ul li a{
	color: #333;
	font-size: 17px;
}
.list_li_right ul li span{
	display: inline-block;
	width: 20%;
	font-size: 14px;
	text-align: right;
	color: #848484;
	float: right;
}
.list_li_right img{
	max-width: 100%;
}
/*.list_li_right ul li:hover{
	border-color: #0763AD;
}*/
.list_li_right ul li:hover a,.list_li_right ul li:hover span{
	color: #0763AD;
}
.list_li_right_title{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 25px;
	line-height: 45px;
	display: none;
}
/**/
/*客户留言*/
	.feedback{
		display: inline-block;
		width: 888px;
		min-height: 300px;
		background: #fff;
	}
	.message{
		padding: 15px 20px 0px 20px;
	}
	.message ul{
		overflow: auto;
		margin: 0;
		padding: 0;
	}
	.message ul li{
		list-style-type: none;
		font-family: "微软雅黑";
		font-size: 14px;
		color: #333;
		line-height: 30px;
		overflow: auto;
		margin-top: 13px;
	}
	.message ul li span{
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 32px;
		display: inline-block;
		width: 10%;
		text-align: right;
		float: left;
	}
	.message ul li input{
		line-height: 28px;
		height: 30px;
		padding: 0 5px;
		border: 1px solid #ccc;
		outline: none;
		border-radius: 4px;
		min-width: 250px;
	}
	.message ul li textarea{
		min-width: 450px;
		resize: none;
		min-height: 150px;
		border: 1px solid #ccc;
		outline: none;
		border-radius: 4px;
		font-family: "微软雅黑";
		padding: 3px 5px;
	}
	.bottom_bu{
		text-align: center;
		overflow: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.bottom_bu a{
		display: inline-block;
		width: 80px;
		font-family: "微软雅黑";
		font-size: 14px;
		border-radius: 5px;
		line-height: 30px;
		letter-spacing: 2px;
		text-decoration: none;
		color: #333;
		margin:0px 10px ;
	}
	.bottom_bu a.tijiao{
		background: #e97013;
		color: #fff;
	}
	.bottom_bu a.czhi{
		background: #ccc;
		color: #fff;
	}
	.message p.tswenzi{
		font-family: "微软雅黑";
		text-align: center;
		line-height: 25px;
		color: #ff0000;
		letter-spacing: 1px;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
/*客户留言  end*/
body .substance_list ul li img{
	margin: 0px;
}
/*页码*/
.page_yema{
	overflow: auto;
	text-align: center;
    padding-bottom:28px;
}
.list_li_right .page_yema ul{
	overflow: auto;
	margin-top: 20px;
	text-align: center;
}
.list_li_right .page_yema ul li{
	display: inline-block;
	border: 1px solid #ccc;
	width: 27px;
	height: 27px;
	margin: 0px 3px;
}
.list_li_right .page_yema ul li a{
	color: #333;
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 27px;
}
.list_li_right .page_yema ul li:hover,.list_li_right .page_yema ul li:hover a{
	color: #007aff;
	border-color: #007aff;
}
.list_li_right .page_yema ul li input{
	color: #333;
	text-align: center;
	outline: none;
	display: inline-block;
	width: 30px;
	height: 25px;
	line-height: 25px;
}
.list_li_right .page_yema ul li.last_page,.list_li_right .page_yema ul li.next_page{
	width: 70px;
	height: 36px;
}
.list_li_right .page_yema ul li.text_page{
	border: none;
	width: 100px;
	line-height: 25px;
}
.list_li_right .page_yema ul li.text_page a{
	width: 50px;
	line-height: 25px;
	background: #d0d0d0;
	border-radius: 3px;
	letter-spacing: 1px;
}
.list_li_right .page_yema ul li.text_page a:hover{
	color: #333;
	background: #b9b8b8;
}
/*页码 end*/

/*右边导航栏*/
.head_top ul{
	display: inline-block;
}
.head_liright{
	display: none;
	display: inline-block;
}
.head_liright i{
	display: inline-block;
	width: 2px;
	height: 50px;
	background: #fff;
	margin-top: 5px;
}
.head_top .head_liright ul li a{
	color: #0763AD;
}
/*右边导航栏  end*/
.list_li_rightpic{
	float: right;
    display: inline-block;
    width: 73%;
    margin-top: 18px;
}
.list_li_rightpic ul{
	overflow: auto;
}
.list_li_rightpic ul li{
	text-align: center;
	display: inline-block;
	width: 40%;
	margin-left: 5%;
	margin-bottom: 30px;
}
.list_li_rightpic ul li img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.list_li_right_article_title{
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #333;
}
/*xy*/
@media (max-width: 1200px) {
	.substance .substance_content,.footli_litex{
		width: 100%;
	}
	body .nosecone{
		width: 98%;
		left: 0;
		margin-left: 1%;
	}
}
@media (max-width: 1050px) {
	.head_top{
		display: block;
		margin-top: 60px;
		float: none;
	}
	.template{
		height: auto;
	}
	.template_logo{
		width: 100%;
		text-align: center;
	}
	.head_top_right{
		top: 60px;
	}
	body .nosecone{
		top: 120px;
		width: 98%;
		left: 0;
		margin-left: 1%;
	}
}
		#example1 {
			width: 100%;
			padding: 5px 0px;
            overflow: hidden;
            background: #565555;
			display: inline-block;
			border: 1px solid #666;
		}
		
		.pdfobject-container {
			height: 512px;
		}
		
		.pdfobject {
			background: #fff;
		}
embed{
	max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}		
		
.head_molitr{
	margin-top: 0;
    height: auto;
    display: block;
    float: none;
    text-align: center;
    overflow: auto;
}
.head_molitr ul{
	overflow: auto;
}
.head_molitr ul li{
	list-style-type: none;
    display: inline-block;
    /* float: left; */
}
.head_molitr ul li a {
    font-family: "微软雅黑";
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    margin: 11px 3px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
}
.dropdown{
	display: none;
}
/*适应手机*/
@media (max-width: 750px) {
.page_yema{
	display: none;
}
.template_logo img{
	max-width: 100%;
	height: 33px;
    padding-bottom: 4px;
    float: left;
}	
.dropdown{
	position: fixed;
	top: 3px;
	display: inline-block;
	right: 5px;
	overflow: auto;
	z-index: 999999;
}
.dropdown img{
	 width: 35px;
    float: right;
    cursor: pointer;
    display: inline-block;
    margin-right: 5%;
}
	.swiper-wrapper img {
		height: auto;
	}
.head_liright{
	display: none;
}

.head_liright{
	display: block;
}
.head_liright i{
	display: none;
}
/*菜单*/
.head_liright{
	display: block;
}
.head_liright i{
	display: none;
}
body .head_molitr ul li{
	display: block;
}
.head_molitr{
	margin-top: 0;
	height: auto;
	display: none;
	width: 100%;
}
.head_molitr .head_liright ul li a{
	color: #fff !important;
}
.head_molitr ul li a{
	font-weight: normal;
	font-size: 14px;
	padding: 5px 8px;
	margin: 3px 0px;
}
.head_molitr ul li a.on{
	background: none;
}
.template{
	    background: rgba(0, 0, 0, 0.6);
}
.swiper-container{
	margin-top: 40px;
}
/*菜单 end*/
.substance_content h6{
	padding-left: 8px;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}
/*列表*/
.substance_list li{
	width: 46%;
	box-sizing: border-box;
	margin: 8px 2%;
	min-height: 120px;
	text-align: center;
	line-height: 120px;
	height: 120px;
	box-shadow: 5px 5px 10px #cacaca;
    -webkit-box-shadow: 5px 5px 10px #cacaca;
	-moz-box-shadow: 5px 5px 10px #cacaca;
	box-shadow: 5px 5px 10px #cacaca;
}
.substance_list ul{
	padding-bottom: 30px;
    overflow: auto;
}
.substance_list li .list_text{
	top: -30px !important;
	height: 150px;
	min-height: 150px;
}
.substance_list li img{
	width: auto;
	max-width: 1000%;
	height: 100%;
}
.substance_list li .list_text .con_text p{
	font-size: 12px;
    margin-top: 25px;
}
.substance_list li .list_text .con_text a{
	padding: 1px 9px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
/*end*/
/*底部*/
.footli{
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	min-height: 30px;
	width: 100%;
}
.footli_litex p:nth-child(1){
	display: none;
}
.footli_litex p{
	line-height: 30px;
}
/*end*/

/*内容导航栏*/
.list_li_left{
	width: 100%;
	box-sizing: border-box;
}
.list_li_right{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 3px;
}
.substance_content_litext{
	margin-bottom: 33px;
}
.list_li_left ul li{
	display: inline-block; 
    padding: 0 10px;
    margin: 8px 10px;
}
/*列表*/
.list_li_right ul li p a{
	font-size: 13px;
}
.list_li_right ul li p{
	width: 70%;
}
.list_li_right ul li span{
	width: 30%;
	font-size: 12px;
}
.list_li_right ul li{
	margin-top: 3px;
}
body .list_li_right ul li a{
	font-size: 13px;
}
.list_li_left ul li a{
	font-size: 14px;
}
/*end*/
/*客户留言*/
.feedback{
	width: 100%;
	box-sizing: border-box;
}
.message {
    padding: 15px 8px 0px 8px;
}
.message ul li span{
	width: 22%;
}
.message ul li input{
	width: 70%;
	min-width: 150px;
	max-width: 300px;
}
.message ul li textarea{
	width: 100%;
	min-width: 150px;
	max-width: 450px;
	box-sizing: border-box;
}
/*end*/
body .swiper-container-horizontal>.swiper-pagination span.swiper-pagination-bullet{
	height: 2px;
}
body .swiper-container-horizontal>.swiper-pagination{
	bottom: -2px;
}
}


.substance_content_litext p img{
	max-width: 97%;
}

#ganbanh{
	padding-left: 25px;
	background: url(../img/001.png) no-repeat 0px;
}
