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"微软雅黑" !important;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #dc252a;
	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;

}
input:focus,textarea:focus,button:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus{
    outline:none;
}

/*更改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 (max-width: 991px) {
	.container{
		width: 738px;
		padding: 0;
	}
	body{
		padding-top: 65px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 100%;
		padding:0 10px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1100px;
	}
}
/*头部公共样式 star star star*/
.header{
	width: 100%;
	height: 92px;
	padding: 25px 0;
	border-bottom: 2px solid #e60012;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
}
.header .logo{
	display: block;
	width: 275px;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 26px;
	left: 65px;
}
.header_menu{
	width: auto;
	overflow: hidden;
	float: right;
	margin: 5px -15px 0 0;
}
.header_menu a{
	display: inline-block;
	width:90px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #525252;
	font-size: 14px;
	margin-right: 5px;
}
.header_menuHover {
    background-color: #e60012;
	color: #fff !important;
}
.header_menu a:last-of-type{
	margin-right: 0;
}
.header_menu a.header_menuNow{
	background-color: #e60012;
	color: #fff;
}
.header_menu a:hover{
	background-color: #e60012;
	color: #fff;
}

.header_rightBox{
	height: 35px;
	position: absolute;
	right: 35px;
	top: 27.5px;
}
.header_edition{
	display: block;
	padding-top: 2px;
	width: 20px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #8d8d8d;
}
.edition_img{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #efefef;
	overflow: hidden;
}
.edition_img img{
	width: 100%;
}
.header_search{
	width: 120px;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: right;
	border-radius: 17.5px;
	line-height: 35px; 
	margin-left: 30px;          
}
.header_search input{
	width: 100%;
	height: 100%;
	background-color: #c2c2c2;
	border: none;
	padding-left: 5px;
}
.header_search img{
	width: 20px;
	position: absolute;
	right: 10px;
	top: 7.5px;
}
.sm_menu{
	width: 100%;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 65px;
	z-index: 200;
	padding: 7.5px 10px;
	display: none;
}
.sm_menuBox{
	width: 110px;
	overflow: hidden;
}
.sm_menu ul{
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
}
.sm_menu ul li{
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
}
.sm_menu ul li:nth-of-type(1){
	top: 5px;
}
.sm_menu ul li:nth-of-type(2){
	top: 18.5px;
}
.sm_menu ul li:nth-of-type(3){
	top:30px;
}
.sm_menu h4{
	float: left;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	padding-left: 10px;
}
.sm_menuContent{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	z-index: 100;
	top: 65px;
	padding-top: 80px;
	display: none;
}
.sm_menuContent a{
	display: block;
	height: 80px;
	line-height: 80px;
	padding:0 0 0 60px;
	color: #fff;
	font-size: 24px;
	background: url(../img/product_nextW.png) no-repeat 95% 50%;
	background-size: 6px;
}
.header_phone{
	position: absolute;
	left: 480px;
}
@media only screen and (max-width:991px ) {
	.header {
		height: 65px;
		padding: 20px 0;
		border: none;
		position: fixed;
		background-color: #fff;
		z-index: 300;
		top: 0;
		left: 0;
	}
	.header_menu {
		display: none;
	}
	.header_search {
		display: none;
	}
	.header .logo {
		width: 170px;
		left: 10px;
		top: 21px;
	}
	.logo img {
		width: 100%;
	}
	.header_rightBox {
		height: 25px;
		right: 10px;
		top: 20px;
	}
	.header_edition {
		width: 25px;
		height: 25px;
		overflow: hidden;
		padding: 0;
	}
	.edition_img {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.sm_menu {
		display: block;
	}
	.header_phone {
		left: 320px;
		top: 12px;
	}
}
@media only screen and (max-width:767px ) {
	.sm_menuContent a {
		display: block;
		height: 50px;
		line-height: 50px;
		padding:0 0 0 40px;
		color: #fff;
		font-size: 16px;
		background: url(../img/product_nextW.png) no-repeat 95% 50%;
		background-size: 6px;
	}
	.header_phone {
		left: 200px;
		top: 20px;
	}
	.header_phone img {
		width: 100px;
	}
}
@media only screen and (min-width:992px ) {
	.header_phone {
		display: none;
	}
	.header .logo {
		left: 25px;
	}
	.header_menu {
		margin: 5px 20px 0 0;
	}
	.header_menu a {
	    margin-right: 0px;
	}
	.header_search {
		display: none;
	}
	.header_rightBox {
		right: 25px;
	}
	.sm_menuContent {
		display: none !important;
	}
}
@media only screen and (min-width:1200px ) {
	.header_menu {
		margin: 5px -15px 0 0;
	}
	.header .logo {
		left: 65px;
	}
	.header_rightBox {
		right: 35px;
	}
	.header_phone {
		display: block;
		left: 355px;
	}
}
@media only screen and (min-width:1400px ) {
	.header_phone {
		left: 420px;
	}
	.header_menu a {
	    margin-right: 5px;
	}
}
@media only screen and (min-width:1500px ) {
	.header_search {
		display: block;
	}
}
@media only screen and (min-width:1600px ) {
	.header_phone {
		left: 480px;
	}
}
/*底部菜单 star star star*/
.bottom_menuBox {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 50px;
	background-color: #f1f1f1;
}
.bottom_menuBox li {
	width: 115px;
	overflow: hidden;
	float: left;
	margin-right: 82px;
}
.bottom_menuBox li:last-of-type {
	margin-right: 0;
}
.bottom_menuBox li h3 {
	color: #595757;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 35px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	overflow: hidden;
}
.bottom_menuBox li .bottom_menuTwo {
	width: 100%;
	overflow: hidden;
}
.bottom_menuTwo a {
	display: block;
	height: 31px;
	line-height: 30px;
	border-bottom: 1px dashed #c3c3c3;
	color: #595757;
	transition: all 0.5s;
	overflow: hidden;
}
.bottom_menuTwo a:hover {
	padding-left: 10px;
	color: #e60012;
}
@media only screen and (max-width:991px ) {
	.bottom_menuBox {
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (min-width:992px ) {
	.bottom_menuBox li {
		margin-right: 56px;
	}
}
@media only screen and (min-width:1200px ) {
	.bottom_menuBox li {
		margin-right: 82px;
	}
}
/*底部菜单 end end end*/

/*底部红线*/
.bottom_border{
	width: 100%;
	height: 6px;
	background-color: #f1f1f1;
	border-top: 2px solid #e60012;
}

/*底部信息*/
.footer{
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	background-color: #0c318f;
	color: #fff;
	padding: 25px 0 30px;
}
.footer_left{
	float: left;
}
.footer_left a{
	color: #ffffff;
}
.footer_left a:hover{
	color: #e60012;
	text-decoration: underline !important;
}
.footer_right{
	float: right;
	text-align: right;
}
.footer_right a{
	color: #ffffff;
}
.footer_right a:hover{
	color: #e60012;
}
.footer span{
	margin-right: 30px;
}
.sm_footer{
	display: none;
	text-align: center;
}
.sm_footer a{
	color: #fff;
}
@media only screen and (max-width:991px ) {
	.footer{
		padding: 20px 0;
	}
	.pc_footer{
		display: none;
	}
	.sm_footer{
		display: block;
	}
	.footer span{
		margin-right: 20px;
	}
}
@media only screen and (max-width:560px ) {
	.footer span {
		margin-right: 0px;
	}
}
/*右侧的联系方式*/
.right-common{
	width: 180px;
	height: 160px;
	overflow: hidden;
	position: fixed;
	right: -130px;
	top: 192px;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.5s;
}
.right-common:hover{
	right: 5px;
}
.right-common li{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #0c318f;
	margin-bottom: 5px;
	border-radius: 5px;
	line-height: 50px;
	color: #ffffff;
	font-size: 14px;
}
.right-common li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.right-icon{
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.right-icon img{
	width: 60%;
	margin-top: -3px;
}
.right-code{
	width: 180px;
	overflow: hidden;
	position: fixed;
	right: 5px;
	top: 357px;
	z-index: 1000;
	text-align: center;
	display: none;
	background-color: #fff;
	border-radius: 5px;
}
.right-code img{
	max-width: 100%;
}
.friendship-link{
	width: 100%;
	overflow: hidden;
	padding: 0px 0 20px;
	background-color: #f1f1f1;
}
.friendship-link h3{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.friendship-link a{
	display: inline-block;
	height: auto;
	overflow: hidden;
	margin: 0 40px 10px 0;
	font-size: 14px;
}
@media only screen and (max-width:991px ) {
	.friendship-link{
		padding: 20px 0 10px;
	}
	.friendship-link a{
		margin: 0 20px 5px 0;
	}
}
@media only screen and (max-width:767px ) {
	.friendship-link{
		padding: 20px 0 5px;
	}
	.friendship-link a{
		margin: 0 15px 5px 0;
		font-size: 12px;
	}
}

.rollTop {
	width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #0c318f;
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 1000;
    background-image: url(../img/top.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
}
