body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px arial !important;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #E60012;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input:focus,textarea:focus {
    outline:none;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff2') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dingwei:before {
  content: "\e617";
}

.icon-phone-channel:before {
  content: "\e686";
}

.icon-youjiantou:before {
  content: "\e678";
}

.icon-youxiang-:before {
  content: "\e6af";
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media only screen and (max-width:991px ) {
	.container{
		width: 768px;
		padding: 0 30px;
	}
}
@media only screen and (max-width:767px ) {
	.container{
		width: 375px;
		padding:0 20px;
	}
}
@media only screen and (min-width:992px ) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width:1250px ) {
	.container{
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 110;
}
.header_top{
	width: 100%;
	height: 115px;
	line-height: 115px;
	background-color: #fafafa;
	overflow: hidden;
}
.header_top img{
	/*width: 340px;*/
	margin-top: -3px;
}
.header_topR{
	float: right;
}
.header_topR{
	margin-top: 32.5px;
	height: 50px;
	line-height: 50px;
}
.header_search{
	width: 50px;
	height: 100%;
	line-height: 50px;
	float: right;
	text-align: right;
	position: relative;
	border-left: 2px solid #7e7e7e;
}
.header_search span{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 24px;
	color: #16997c;
	float: right;
	line-height: 30px;
	text-align: center;
	margin-top: 9px;
}
.header_search input{
	width: 0px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 30px;
	transition: all 0.5s;
	border: none;
	background-color: #ccc;
	border-radius: 5px;
}
.header_search:hover input{
	width: 200px;
	padding-left: 5px;
}
.header_topR .en{
	display: inline-block;
	width: 50px;
	font-size: 16px;
	color: #7e7e7e;
}
.header_topR .en:hover{
	color: #010101;
	text-decoration: underline !important;
}
.header_bottom{
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.45);
	transition: all 0.5s;
	position: absolute;
	top: 115px;
	left: 0;
	z-index: 20;
}
.header_bottom ul{
	width: 100%;
	overflow: hidden;
}
.header_bottom li{
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.header_bottom li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	transition: all 0.5s;
}
.header_bottom li a.headerNow{
	background-color: #ff0000;
}
.header_bottom li a:hover{
	background-color: #ff0000;
}
.header_bottom:hover{
	background-color: rgba(0,0,0,1);
}
.header_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	display: none;
}
.header_icon{
	width: 60px;
	height: 60px;
	background-color: #0a9476;
	float: right;
	overflow: hidden;
	margin: 20px 0 0 20px;
	display: none;
	padding: 15px 10px;
}
.header_icon ul{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.header_icon ul li{
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
}
.header_icon ul li:nth-of-type(1){
	margin-top: -12px;
}
.header_icon ul li:nth-of-type(3){
	margin-top: 8px;
}
.header_iconB ul li:nth-of-type(1){
	margin-top: -2px;
	transform: rotate(45deg);
}
.header_iconB ul li:nth-of-type(2){
	display: none;
}
.header_iconB ul li:nth-of-type(3){
	margin-top: -2px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px ) {
	.header_common{
		position: fixed;
	}
	.header_icon{
		display: block;
	}
	/*.header_bottom li a.headerNow{
		background-color: #ff0000;
		color: ;
	}*/
	.header_top{
		height: 100px;
		line-height: 100px;
	}
	.header_topR{
		margin-top: 25px;
		height: 50px;
		line-height: 50px;
	}
	.header_bottom{
		width: 100%;
		padding: 0px;
		height: 0;
		overflow: hidden;
		position: fixed;
		top: 100px;
		background-color: rgba(10,148,118,0.95);
		transition: all 0.5s;
	}
	.header_bottom .container{
		padding: 50px 0 0;
	}
	.header_bottom.header_click{
		height: 100%;
	}
	.header_bottom li{
		margin-bottom: 30px;
	}
	.header_bottom li a{
		font-size: 36px;
		font-weight: normal;
		text-align: left;
		padding: 0 100px;
	}
}
@media only screen and (max-width: 767px ) {
	.header_top{
		height: 60px;
		line-height: 60px;
	}
	.header_top img{
		width: 90px;
	}
	.header_topR{
		margin-top: 15px;
		height: 30px;
		line-height: 30px;
	}
	.header_search span {
	    width: 30px;
	    height: 30px;
	    font-size: 14px;
	    margin-top: -1px;
	    text-align: right;
	}
	.header_search,.header_topR .en{
		width: 30px;
		font-size: 14px;
	}
	.header_bottom .container{
		padding: 5px 0;
	}
	.header_search input {
	    top: 0px;
	}
	.header_search:hover input {
	    width: 150px;
	    padding-left: 5px;
	}
	.header_icon{
		width: 40px;
		height: 40px;
		margin: 10px 0 0 10px;
		padding: 10px;
	}
	.header_icon ul li{
		height: 2px;
		border-radius: 1px;
		margin-top: -1px;
	}
	.header_icon ul li:nth-of-type(1){
		margin-top: -8px;
	}
	.header_icon ul li:nth-of-type(3){
		margin-top: 6px;
	}
	.header_iconB ul li:nth-of-type(1){
		margin-top: -1px;
	}
	.header_iconB ul li:nth-of-type(3){
		margin-top: -1px;
	}
	.header_bottom{
		top: 60px;
	}
	.header_bottom.header_click{
		padding: 40px 0px 0;
		height: 100%;
	}
	.header_bottom li{
		margin-bottom: 5px;
		height: 50px;
		line-height: 50px;
	}
	.header_bottom li a{
		font-size: 24px;
		font-weight: normal;
		text-align: left;
		padding: 0 30px;
	}
}
@media only screen and (min-width:992px ) {
	.header_bottom li{
		width: 14.28%;
	}
}
/*底部公共信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
}
.footer_HG{
	width: 100%;
	padding: 55px 0;
	overflow: hidden;
	background: #0a9476 url(../img/HG_bg.png) center center;
}
.footer_HG .container{
	height: 100%;
}
.footer_HG img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	background-color: #212121;
	color: #FFFFFF;
	padding: 15px 0 20px;
}
.footer_bottom br{
	display: none;
}
.footer_bottom a{
	color: #FFFFFF;
}
.footer_bottom a:hover{
	color: #E60012;
}
.footer_bottom span{
	float: right;
}
.footer_box{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 30px;
}
.footer_menu h4{
	color: #262626;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer_menu div{
	width: 100%;
	overflow: hidden;
}
.footer_menu div a{
	display: inline-block;
	color: #777777;
	font-size: 14px;
	line-height: 25px;
	transition: padding-left 0.5s;
}
.footer_menu div a:hover{
	padding-left: 3px;
	color: #0a9476;
}
.footer_contact{
	color: #777777;
	font-size: 12px;
	line-height: 25px;
}
.footer_contact h4{
	color: #262626;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer_contact h5{
	font-size: 16px;
	font-weight: bold;
	color: #0a9476;
	line-height: 25px;
	margin-bottom: 5px;
}
.footer_img{
	text-align: right;
}
.footer_img img{
	width: 180px;
}
.footer_img img:nth-of-type(1){
	width: 130px;
	margin:0 20px 15px 0;
}
@media only screen and (max-width: 991px ) {
	.footer_menu{
		display: none;
	}
	.footer_HG{
		padding: 50px 0;
	}
	.footer_contact{
		font-size: 14px;
	}
	.footer_contact h4{
		font-size: 24px;
	}
	.footer_contact h5{
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px ) {
	.footer_HG{
		padding: 35px 0;
	}
	.footer_box{
		width: 100%;
		overflow: hidden;
		padding: 25px 0 10px;
	}
	.footer_bottom{
		text-align: center;
	}
	.footer_bottom span{
		float: none;
		display: block;
	}
	.footer_contact{
		line-height: 20px;
	}
	.footer_img{
		text-align: left;
		margin-top: 10px;
	}
	.footer_img img{
		width: 120px;
	}
	.footer_img img:nth-of-type(1){
		width: 100px;
		margin:0 10px 15px 0;
	}
}
.banner_common{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 115px;
}
@media only screen and (max-width:991px ) {
	.banner_common{
		height: auto;
		margin-top: 100px;
	}
	.banner_common img{
		width: 100%;
	}
	.banner_common img:nth-of-type(1){
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common{
		margin-top: 60px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common img{
		position: relative;
		left: 50%;
		margin-left: -960px;
	}
	.banner_common img:nth-of-type(2){
		display: none;
	}
}
@media only screen and (min-width:1921px ){
	.banner_common{
		height: auto;
	}
	.banner_common img{
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}