@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.backColor {
	padding: 100px 0;
	background: #f9f9f9;
}

.margin-tb {
	padding: 70px 0 0 0;
}

.mt {
	margin-top: 70px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.comm-img img {
	display: block;
	width: 100%;
}

.comm-title {
	text-align: center;
}

.comm-title h1 {
	color: #1c2b86;
	font-size: 36px;
	font-weight: bold;
}

.comm-title h4 {
	color: #7b7b7b;
	font-size: 20px;
	margin: 12px 0 68px;
}

.comm-title p {
	color: #4c4c4c;
	font-size: 22px;
}

.comm-btn {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #f57;
	color: #fff;
	font-size: 16px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.comm-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #00c2df;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 5px;
}


/* .q_zyjy_btn:hover{ box-shadow: 0 0 10px #f57;} */

.comm-btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


/*头部样式 */

.q_headCon {
	width: 100%;
	min-width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}

.q_headCon .logo_L.phone {
	display:inline-block;
	width: 30px;

}

.q_headCon .nav_R {
	float: left;
	width: 950px;
	padding-top: 38px;
	font-size: 16px;
	font-weight: bold;
}

.q_headCon .nav_R li {
	float: left;
	margin-left: 78px;
}

.q_headCon .nav_R li a {
	color: #2b2b2b;
}

.q_headCon .nav_R li a:hover {
	color: #0581ff;
}

.q_headCon .nav_R li img {
	position: relative;
	top: -10px;
	left: -4px;
}

.q_headCon .nav_R .q_current {
	color:#ebb136;
}

.fixednav {
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 50px;
	border-bottom: 1px solid #f4f4f4;
}

.fixednav .nav_R {
	padding-top: 13px;
}

.fixednav .logo_L {
	margin-top: 12px;
}

.fixednav .logo_L img {
	width: 150px;
	height: 26px;
}

.topBar {
	background-color: #333;
	padding: 8px 0;
}

.inner {
	width: 1200px;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	color: #fff;
}

.topNav span {
	display: inline-block;
	margin-right: 10px;
	color: #d0d0d0;
}

.topNav span a {
	color: #d0d0d0;
}

.topTel span a {
	color: #d0d0d0;
}

.topTel span {
	margin-left: 10px;
	display: none;
}

.topTel span:hover a {
	color: #ebb136;
}


/* 头部样式 */

.q_headCon {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	margin: 0 auto;
	background: #fff;
}

.q_headCon .logo_L {
	float: right;
	background: #2a36a9;
	line-height: 80px;
	width: 220px;
	text-align: center;
}

.q_headCon .nav_R {
	float: left;
	padding-top: 30px;
	font-size: 16px;
}

.q_headCon .nav_R .nav-on a {
	color: #272525;
}

.q_headCon .nav_R li {
	float: left;
	margin-left: 70px;
}

.q_headCon .nav_R li a {
	color: #272525;
}

.q_headCon .nav_R li a:hover {
	color: #ebb136 !important;
	text-decoration: none;
	border-bottom: 3px solid #ebb136;
	padding-bottom: 6px;
	-webkit-transition: all 300ms cubic-bezier(.45, 1.92, .9, 1.54);
	-moz-transition: all 300ms cubic-bezier(.45, 1.92, .9, 1.54);
	-o-transition: all 300ms cubic-bezier(.45, 1.92, .9, 1.54);
	-ms-transition: all 300ms cubic-bezier(.45, 1.92, .9, 1.54);
	transition: all 300ms cubic-bezier(.16, 1.23, .87, 1.18);
}

.q_headCon .nav_R li img {
	position: relative;
	top: -10px;
	left: -4px;
}


/*.q_headCon .nav_R .q_current {
	color: #f57;
}
*/

.fixednav {
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 9999999990;
	height: 50px !important;
	border-bottom: 1px solid #f4f4f4;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05);
	transition: all .2s ease-in-out;
}

.fixednav .nav_R {
	padding-top: 13px;
}

.fixednav .logo_L {
	margin-top: 12px;
}

.logo_L span{
	color: #ffffff;
	font-size: 20px;
}

.logo_L .phone {
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-bottom: 9px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;

}


/* banner */

.banner-content img {
	display: block;
	width: 100%;
}


/* 版权部分 */

.q_footer {
	overflow: hidden;
	background: #ffffff;
}

/* end 版权部分 */



