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-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑";
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #f08200;
	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,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus{
    outline:none;
}
*::selection {
    background-color: #0048b1;
    color: white;
}

*::-moz-selection {
    background-color: #0048b1;
    color: white;
}

*::-webkit-selection {
    background-color: #0048b1;
    color: white
}
/*更改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: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container{
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1450px) {
	.container{
		width: 1400px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	transition: all 0.5s; 
}
.header_common.headerRoll{
	background-color: rgba(255,255,255,0.9);
}
.header_common.headerClick{
	background-color: transparent;
}
.header_common .logo{
	display: block;
	width: 150px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}
.header_common .logo img{
	position: absolute;
	left: 0;
	top: 15.5px;
	transition: all 0.5s 0s;
}
.header_common .logo img:nth-of-type(2){
	opacity: 0;
}
.headerRoll .logo img:nth-of-type(1){
	opacity: 1 !important;
}
.headerRoll .logo img:nth-of-type(2){
	opacity: 0 !important;
}
.header_common .header_right{
	float: right;
}
.header_menuIcon{
	width: 75px;
	height: 75px;
	background-color: #0048b1;
	float: right;
	padding: 25px;
}
.header_menuIcon ul{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.header_menuIcon ul li{
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.5s;
	left: 5px;
}
.header_menuIcon ul li:nth-of-type(1){
	margin-top: -8px;
	left: -5px;
}
.header_menuIcon ul li:nth-of-type(3){
	margin-top: 6px;
	left: -5px;
}
.header_menuIcon.menu_iconClick ul li:nth-of-type(1){
	margin-top: -1px;
	transform: rotate(45deg);
	left: 0;
}
.header_menuIcon.menu_iconClick ul li:nth-of-type(2){
	opacity: 0;
	left: 0;
}
.header_menuIcon.menu_iconClick ul li:nth-of-type(3){
	margin-top: -1px;
	transform: rotate(-45deg);
	left: 0;
}
.header_menuIcon:hover ul li{
	left: 0;
}
/*.header_right .header_en{
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	margin: 25px 30px 0 0;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.headerRoll .header_right .header_en{
	color: #666666;
}
.headerClick .header_right .header_en{
	color: #666666;
}
.header_right .header_en:hover{
	color: #004190;
	border-bottom: 2px solid #f08200;
}
.headerRoll .header_right .header_en:hover{
	color: #004190;
}
.headerClick .header_right .header_en:hover{
	color: #004190;
}*/
.header_right .shortcut_menu{
	float: left;
	line-height: 75px;
	margin-right: 40px;
}
.header_right .shortcut_menu a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	height: 25px;
	margin-right: 35px;
}
.headerRoll .header_right .shortcut_menu a{
	color: #333333 !important;
}
.header_right .shortcut_menu a:hover{
	color: #004190;
	border-bottom: 2px solid #f08200;
}
.header_right .shortcut_menu a.shortcut_now{
	font-weight: bold;
	color: #004190;
	border-bottom: 2px solid #f08200;
}
.headerRoll .header_right .shortcut_menu a:hover{
	color: #004190 !important;
}
.headerRoll .header_right .shortcut_menu a.shortcut_now{
	color: #004190 !important;
}
.header_menu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: #FFFFFF;
	z-index: 400;
	transition: all 1s;
}
.header_menu .menuBg{
	width: 25%;
	height: 100%;
	float: left;
	background: url(../img/menuBg.jpg) no-repeat center center;
	background-size: 100%;
	overflow: hidden;
}
.header_menu .menu_content{
	width: 75%;
	float: right;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.menu_content .menu_top{
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-family: arial;
	line-height: 16px;
	padding: 145px 0 115px 160px;
}
.menu_content .menu_top h2{
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 8px;
}
.menu_content .menu_top h2 strong{
	color: #f08200;
}
.header_menu ul{
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 160px;
	position: relative;
}
.header_menu ul li{
	width: 200px;
	overflow: hidden;
	float: left;
	background-image: url(../img/rightB.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px 30px;
	padding-left: 35px;
}
.header_menu ul li p{
	margin-bottom: 10px;
}
.header_menu ul li p:nth-of-type(1){
	margin-bottom: 40px;
}
.header_menu ul li a{
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
	transition: all 0.5s;
}
.header_menu ul li p:nth-of-type(1) a{
	font-size: 26px;
	color: #333333;
}
.header_menu ul li.header_menuNow{
	background-image: url(../img/right.png);
}
.header_menu ul li:hover{
	background-image: url(../img/right.png);
}
.header_menu ul li p a:hover{
	color: #f08200;
}
.header_menu ul .menu_line{
	height: 1px;
	background-color: #666666;
	position: absolute;
	left: 0;
	top: 50px;
}
.header_menu .technical_support{
	position: absolute;
	right: 75px;
	bottom: 40px;
	color: #666666;
}
.header_menu .technical_support a{
	color: #666666;
}
.header_menu .technical_support a:hover{
	text-decoration: underline !important;
	color: #f08200;
}
@media only screen and (max-width:991px ) {
	.header_right .shortcut_menu{
		display: none;
	}
	.header_menuIcon ul li{
		left: 0px !important;
	}
	.header_menu .menuBg {
	    display: none;
	}
	.header_menu .menu_content {
	    width: 100%;
	}
	.header_menu ul li{
		float: none;
	}
	.header_menu ul li p{
		display: none;
	}
	.header_menu ul li p:nth-of-type(1){
		display: block;
	}
	.header_menu ul .menu_line{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.header_common{
		height: 55px;
	}
	.header_common .logo {
	    margin: 0 0 0 20px;
	}
	.header_common .logo img {
	    top: 8.5px;
	    width: 120px;
	}
	.header_menuIcon {
	    width: 55px;
	    height: 55px;
	    padding: 15px;
	}
	.menu_content .menu_top {
	    width: 100%;
	    overflow: hidden;
	    color: #999999;
	    font-family: arial;
	    line-height: 16px;
	    padding: 105px 0 35px 55px;
	}
	.header_menu ul{
		padding: 0 0 0 55px;
	}
	.header_menu ul li {
	    background-size: 20px 25px;
	    padding-left: 30px;
	}
	.header_menu ul li p:nth-of-type(1){
	    margin-bottom: 20px;
	}
	.header_menu ul li p:nth-of-type(1) a {
	    font-size: 20px;
	    font-weight: bold;
	}
	.header_menu .technical_support {
	    right: 55px;
	    bottom: 30px;
	}
}
@media only screen and (min-width:992px ) {
	.header_right .shortcut_menu{
		display: none !important;
	}
	.header_menu .menuBg {
	    display: none;
	}
	.header_menu .menu_content {
	    width: 100%;
	}
	.headerClick .logo img:nth-of-type(1){
		opacity: 1 !important;
		transition: all 0.4s 0.6s;
	}
	.headerClick .logo img:nth-of-type(2){
		opacity: 0 !important;
		transition: all 0.4s 0.6s;
	}
	.header_menu ul li {
	    width: 165px;
	    background-size: 20px 25px;
	    padding-left: 30px;
	}
	.header_menu ul li p:nth-of-type(1) a {
	    font-size: 20px;
	}
	.header_menu ul li a {
	    font-size: 12px;
	}
}
@media only screen and (min-width:1450px ) {
	.header_right .shortcut_menu{
		display: block !important;
	}
	.header_menu .menuBg {
		display: block;
	    background-size: auto 100%;
	}
	.header_menu .menu_content {
	    width: 75%;
	}
	.menu_content .menu_top {
	    padding: 145px 0 115px 80px;
	}
	.header_menu ul {
	    padding: 0 0 0 80px;
	}
	.headerClick .logo img:nth-of-type(1){
		opacity: 0 !important;
		transition: all 0.4s 0.6s;
	}
	.headerClick .logo img:nth-of-type(2){
		opacity: 1 !important;
		transition: all 0.4s 0.6s;
	}
	.header_menu ul li {
	    width: 200px;
	    background-size: 24px 30px;
	    padding-left: 35px;
	}
	.header_menu ul li p:nth-of-type(1) a {
	    font-size: 26px;
	}
	.header_menu ul li a {
	    font-size: 14px;
	}
}
@media only screen and (min-width:1550px ) {
	.menu_content .menu_top {
	    padding: 145px 0 115px 160px;
	}
	.header_menu ul {
	    padding: 0 0 0 160px;
	}
}
@media only screen and (min-width:1900px ) {
	.header_menu .menuBg {
	    background-size: 100% auto;
	}
}
/*公共底部样式部分*/
.footer_common{
	width: 100%;
	overflow: hidden;
}
.footer_common .footer_top{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 45px;
	position: relative;
}
.footer_top .footer_logo{
	display: block;
	float: left;
	margin-right: 135px;
}
.footer_top .footer_menu{
	float: left;
}
.footer_top .footer_menu li{
	float: left;
	margin-right: 75px;
}
.footer_top .footer_menu li p{
	margin-bottom: 5px;
}
.footer_top .footer_menu li p:nth-of-type(1) a{
	color: #333333;
	font-size: 16px;
}
.footer_top .footer_menu li p a{
	color: #666666;
	font-size: 14px;
}
.footer_top .footer_menu li p a:hover{
	color: #f08200;
}
.footer_top .footer_contact{
	float: right;
}
.footer_top .footer_contact h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.footer_top .footer_contact span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fa820b;
	margin: 5px 0 15px;
}
.footer_top .footer_contact p{
	font-size: 14px;
	color: #333333;
	margin-bottom: 15px;
}
.footer_top .footer_contact p span{
	width: 15px;
	height: 16px;
	float: left;
	margin: 0 15px 0 0;
	background-color: transparent;
	text-align: center;
}
.footer_top .return_top{
	width: 75px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0048b1;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.footer_top .return_top span{
	display: block;
	transform: rotate(-90deg);
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.footer_top .return_top ul{
	width: 1px;
	height: 100px;
	overflow: hidden;
	position: relative;
	left: 37px;
	top: 50px;
}
.footer_top .return_top ul li{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 100%;
	animation: footerLine 3s 0s infinite;
}
@keyframes footerLine{
	from{top: 105%;}
	to{top: -105%;}
}
@-moz-keyframes footerLine{
	from{top: 105%;}
	to{top: -105%;}
}
@-ms-keyframes footerLine{
	from{top: 105%;}
	to{top: -105%;}
}
@-webkit-keyframes footerLine{
	from{top: 105%;}
	to{top: -105%;}
}
.footer_common .footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 20px 75px;
	background-color: #0048b1;
	color: #FFFFFF;
	line-height: 20px;
}
.footer_common .footer_bottom .container{
	width: 100%;
	overflow: hidden;
}
.footer_common .footer_bottom a{
	color: #FFFFFF;
}
.footer_common .footer_bottom a:hover{
	text-decoration: underline !important;
	color: #f08200;
}
.footer_common .footer_bottom p{
	float: left;
}
.footer_common .footer_bottom p:nth-of-type(2){
	float: right;
	margin-top: 10px;
}
.footer_sm{
	width: 100%;
	height: 75px;
	overflow: hidden;
	line-height: 75px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
}
.footer_sm>a{
	display: block;
	width: 20%;
	height: 100%;
	float: left;
	overflow: hidden;
	background-color: #fa820b;
	text-align: center;
	font-size: 21px;
	color: #ffffff;
	cursor: pointer;
}
.footer_sm p{
	width: 80%;
	height: 100%;
	float: right;
	font-family: arial;
	font-size: 20px;
	background-color: rgba(255,255,255,0.93);
	padding: 0 50px;
}
.footer_sm p a{
	display: block;
	float: left;
	height: 100%;
}
.footer_sm p a:nth-of-type(1){
	margin-right: 50px;
}
.footer_sm p img{
	width: 20px;
	position: relative;
	top: -3px;
	margin-right: 10px;
}
@media only screen and (max-width:991px ) {
	.footer_top .footer_menu{
		display: none;
	}
	.footer_top .footer_contact{
		float: left;
	}
}
@media only screen and (max-width:767px ) {
	.footer_top .footer_logo{
		display: none;
	}
	.footer_common .footer_bottom{
		padding: 15px 0;
	}
	.footer_common .footer_bottom .container{
		width: 335px;
	}
	.footer_common .footer_bottom p:nth-of-type(2){
		float: left;
		margin-top: 5px;
	}
	.footer_common .footer_top {
	    padding: 15px 0 25px;
	}
	.footer_top .footer_contact p {
	    font-size: 12px;
	    margin-bottom: 5px;
	    line-height: 20px;
	}
	.footer_top .footer_contact p span {
	    margin: 0 10px 0 0;
	}
	.footer_top .footer_contact p span img{
		margin-top: -2px;
	}
	.footer_top .return_top {
	    width: 55px;
	    font-size: 16px;
	}
	.footer_top .return_top ul {
	    height: 80px;
	    left: 27px;
	    top: 25px;
	}
	.footer_top .return_top span {
	    bottom: 25px;
	    left: 13px;
	}
	.footer_sm{
		height: 50px;
		line-height: 50px;
	}
	.footer_sm>a{
		font-size: 14px;
	}
	.footer_sm p{
		font-size: 12px;
		padding: 0 20px;
	}
	.footer_sm p a:nth-of-type(1){
		margin-right: 10px;
	}
	.footer_sm p img{
		width: 13px;
		top: -1px;
		margin-right: 5px;
	}
}
@media only screen and (min-width:992px ) {
	.footer_top .footer_menu{
		display: none;
	}
	.footer_top .footer_contact{
		float: left;
	}
	.footer_sm{
		display: none;
	}
}
@media only screen and (min-width:1450px ) {
	.footer_top .footer_menu{
		display: block;
	}
	.footer_top .footer_contact{
		float: right;
	}
}