@charset "utf-8";

* {
	margin：0；padding: 0
}

body {
	font-size: 12px;
	min-width: 1200px;
	overflow-x: hidden;
	font-family: 'Microsoft YaHei,Arial'
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	padding: 0;
	margin: 0;
}

.container {
	width: 1000px;
	padding: 0;
}

@media (min-width:1300px) {
	.container {
		width: 1200px;
	}
}

body,
div,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.contain {
	width: 1200px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover,
.hover {
	color: #004FB4;
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

li,
i {
	font-style: normal;
	list-style: none;
}

.margin_b0 {
	margin-bottom: 0 !important
}

.margin_t10 {
	margin-top: 10px;
}

.margin_t15 {
	margin-top: 15px;
}

.margin_t20 {
	margin-top: 20px;
}

.margin_t30 {
	margin-top: 30px;
}

.margin_t40 {
	margin-top: 40px;
}

.margin_t50 {
	margin-top: 50px;
}

.btn,
.form-control {
	border-radius: 0;
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
}

input {
	box-shadow: none !important;
	outline: none !important;
}

iframe {
	border: none;
	margin: 0;
	padding: 0;
}

.noafter::after {
	visibility: hidden;
}

/* 自定义按钮样式 橙色系 －S */
.btn-orange {
	color: #fff;
	background-color: #f60;
	border-color: #f60;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
	color: #fff;
	background: #ce5200;
	border-color: #ce5200;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
	background: #ff7900;
	border-color: #ff7900;
	color: #fff;
}

/* 自定义按钮样式 橙色系 －E */

/* 文字溢出隐藏 */
.textOverflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clearfloat:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0
}

.overflow {
	overflow: hidden;
}

/* 统一placeholder文字颜色 */
::-moz-placeholder {
	color: #cfcfcf;
	font-size: 14px;
}

/*ff*/
::-webkit-input-placeholder {
	color: #cfcfcf;
	font-size: 14px;
}

/*chrome,safari*/
:-ms-input-placeholder {
	color: #cfcfcf;
	font-size: 14px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* flex */

.flex-center {
	display: flex;
	align-items: center;
}

.flex_start {
	display: flex;
	align-items: flex-start;
}

.flex_end {
	display: flex;
	align-items: flex-end;
}

.flex-just {
	display: flex;
	justify-content: space-between;
}

.flex-just-center {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.flex_justcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex_column {
	flex-direction: column;
}

.text-right {
	text-align: right;
}

/* top */
.top {
	width: 100%;
	height: 40px;
	background-color: #FBFBFB;
	line-height: 40px;
	font-size: 12px;
	color: #a5a5a5
}

.top .top_con .top_con_left {
	float: left;
}

.top .top_con .top_con_left p {
	float: left;
	margin-right: 30px;
}

.top .top_con .top_con_left p a {
	color: #004DB1
}

.top .top_con .top_con_left p:first-child {
	padding-left: 25px;
	background: url(../img/index/icon_top.png) no-repeat left center;
}

.top .top_con .top_con_right {
	float: right;
}

.top .top_con .top_con_right .login {
	max-width: 200px;
	float: left;
	height: 20px;
	margin-top: 10px;
	line-height: 20px;
	border-right: 1px solid #f2f2f2;
}

.top .top_con .top_con_right p {
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

.top .top_con .top_con_right .login a {
	font-size: 12px;
	color: #a5a5a5;
}

.top .top_con .top_con_right .login p:nth-child(2) {
	margin-right: 0
}

.top .top_con .top_con_right .login p:nth-child(2) a {
	color: #004DB1;
}

.top .top_con .top_con_right .point {
	/*width: 330px;*/
	float: left;
	height: 20px;
	margin-top: 10px;
	line-height: 20px;
	margin-left: 20px;
}

.top .top_con .top_con_right .point a {
	float: left;
	margin-right: 30px;
	display: block;
	color: #a5a5a5;
}

.top .top_con .top_con_right .point a:last-child {
	margin-right: 0;
}

.top .top_con .top_con_right .point a:nth-child(1),
.top .top_con .top_con_right .point a:nth-child(3) {
	padding-right: 15px;
	background: url(../img/index/arrow_icon_right.png) no-repeat right center;
	background-size: 10px 5px
}

/* head */
.head {
	height: 108px;
}

.head div {
	float: left;
	height: 107px;
}

.head .logo {
	width: 200px;
	line-height: 107px
}

.head .logo img {
	vertical-align: middle;
	height: 107px;
}

.head .search {
	width: 585px;
	margin: 0 30px;
	box-sizing: border-box;
	padding-top: 30px;
}

.head .search .input {
	width: 100%;
	box-sizing: border-box;
	height: 45px;
}

.head .search .input input {
	width: 480px;
	height: 45px;
	border: 2px solid #004FB4;
	line-height: 41px;
	padding-left: 15px;
	box-sizing: border-box;
	float: left;
	border-right: none;
}

.head .search .input button {
	width: 100px;
	height: 45px;
	border: none;
	cursor: pointer;
	background: url(../img/index/bg.png) repeat-x;
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

.head .search .input ul {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.head .search ul li {
	float: left;
	margin-right: 10px;
	height: 34px;
	line-height: 34px;
}

.head .search ul li a {
	font-size: 12px;
	color: #A5A5A5;
}

.head .seniorSearch {
	width: 160px;
	height: 45px;
	border: 2px solid #004FB4;
	height: 45px;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../img/index/search.png) no-repeat 5px center;
	margin-top: 30px;
}

.head .seniorSearch a {
	line-height: 41px;
	font-size: 14px;
	color: #004FB4;
	font-weight: Bold;
}

.head .head_list {
	width: 145px;
	margin-left: 25px;
}

.head .head_list li {
	padding-left: 25px;
	width: 120px;
	background: url(../img/index/icon_tam.png) no-repeat left center;
	margin: 10px 0;
}

.head .head_list li a {
	font-size: 12px;
	color: #a5a5a5;
	display: block;
	width: 120px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* nav */
.nav_wrap {
	width: 100%;
	height: 45px;
	background: url(../img/index/bg.png) repeat-x;
	position: relative;
}

.nav {
	line-height: 45px;
	position: relative;
	height: 45px;
}

.nav li {
	float: left;
	height: 45px;
}

.nav li.on a {
	height: 40px;
	line-height: 35px;
	border-radius: 8px 8px 0 0;
	margin-top: 5px;
	background-color: #DDEAF6;
}

.nav li:hover a {
	height: 40px;
	line-height: 35px;
	border-radius: 8px 8px 0 0;
	margin-top: 5px;
	background-color: #DDEAF6;
}

.nav li a {
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	height: 45px;
	padding: 0 23px;
}

.nav li.on a {
	color: #2B64AC;
	font-weight: bold;
	height: 40px;
}

.nav li:hover a {
	color: #2B64AC;
	font-weight: bold;
	height: 40px;
}

.nav li::after {
	content: "";
	width: 1px;
	height: 30px;
	background: linear-gradient(180deg, rgba(75, 132, 204, 0) 0%, rgba(232, 243, 255, 1) 51%, rgba(75, 132, 204, 0) 100%);
	float: right;
	margin-top: 7.5px;
}

.nav li.on::after {
	display: none;
}

.nav li:last-child::after {
	display: none;
}

.nav_bottom {
	height: 120px;
	overflow: hidden;
}

.nav_bottom_wrap {
	height: 120px;
	background-color: #DDEAF6;
	width: 100%;
}

.nav_bottom ul li {
	width: 240px;
	float: left;
	border-right: 1px solid #5189D1;
	height: 65px;
	margin-top: 27.5px;
	box-sizing: border-box;
}

.nav_bottom ul li:last-child {
	border: none;
}

.nav_bottom ul li .icon {
	width: 65px;
	float: left;
	text-align: center;
}

.nav_bottom ul li .icon p {
	font-size: 16px;
	color: #004FB4;
	text-align: center;
}

.nav_bottom ul li .list {
	width: 160px;
	float: left;
}

.nav_bottom ul li .list a {
	width: 70px;
	margin-right: 10px;
	font-size: 12px;
	color: #004FB4;
	display: block;
	float: left;
	margin-bottom: 7px;
}

.nav_bottom ul li .list a:nth-child(even) {
	margin-right: 0;
}

.nav_bottom ul li .list a:hover {
	opacity: 0.8;
}

.otherWeb {
	position: absolute;
	border-top: none;
	display: none;
	height: 85px;
	line-height: 45px;
	background-color: #DDEAF6;
	top: 45px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.otherWeb ul {
	width: 1200px;
	margin: 0 auto;
}

.otherWeb li {
	float: left;
	margin-right: 40px
}

.otherWeb li a {
	color: #004DB1;
	font-size: 14px;
}

.otherWeb li:hover a {
	background: #DDEAF6;
	font-weight: normal;
}

/* content */
.content_wrap {
	width: 100%;
	background-color: #F3F3F3
}

/* content01 */
.content01 {
	padding-top: 14px;
	height: 425px;
}

.content01_left {
	float: left;
	width: 910px;
	height: 415px;
}

.content01_left .top {
	width: 910px;
	height: 45px;
	background-color: #DDEAF6;
}

.content01_left .top h4 {
	float: left;
	background: url(../img/index/h4_bg.png);
	padding-left: 10px;
	padding-top: 10px;
	margin-top: -6px;
	width: 100px;
	text-align: center;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.content01_left .top ul {
	float: left;
	margin-left: 10px;
}

.content01_left .top ul li {
	float: left;
	margin-right: 35px;
	padding-left: 27px;
	height: 45px;
	line-height: 45px;
}

.content01_left .top ul li a {
	font-size: 12px;
	color: #333333;
	display: block;
}

.content01_left .top ul li a:hover {
	color: #004fb4;
}

.content01_left .top ul li:nth-child(1) {
	background: url(../img/index/content_icon01.png) no-repeat left center;
}

.content01_left .top ul li:nth-child(2) {
	background: url(../img/index/content_icon02.png) no-repeat left center;
}

.content01_left .top ul li:nth-child(3) {
	background: url(../img/index/content_icon03.png) no-repeat left center;
}

.content01_left .top ul li:nth-child(4) {
	background: url(../img/index/content_icon04.png) no-repeat left center;
}

.content01_left .top ul li:nth-child(5) {
	background: url(../img/index/content_icon05.png) no-repeat left center;
}

.content01_left .top ul li:nth-child(6) {
	background: url(../img/index/content_icon06.png) no-repeat left center;
}

.artical {
	width: 910px;
	margin-top: 10px;
}

.artical_left {
	width: 300px;
	float: left;
	margin-right: 10px;
	background-color: #fff;
	height: 360px;
}

.artical_left .artical_left_hd {
	width: 300px;
	height: 35px;
	border: 1px solid rgba(43, 100, 172, 0.2);
	background: url(../img/index/bg3.png) repeat-x;
}

.artical_left .artical_left_hd ul li {
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
	padding: 0 10px;
	cursor: pointer;
}

.artical_left .artical_left_hd ul li.on {
	color: #fff;
	background: url(../img/index/bg.png) repeat-x;
}

.artical_left .artical_left_list {
	width: 300px;
}

.artical_left .artical_left_list li {
	padding: 15px 10px;
	width: 280px;
	height: 295px;
	line-height: 30px;
}

.artical_left .artical_left_list li a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 280px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.artical_left .artical_left_list li a span {
	color: #004FB4;
}

.artical_left .artical_left_list li a:hover {
	color: #004FB4;
}

.artical_left .artical_left_list li a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 15px 5px 0 5px;
}

.artical_recommend {
	width: 600px;
	float: left;
}

.artical_recommend .artical_recommend_notice {
	width: 560px;
	padding-left: 40px;
	height: 35px;
	background: url(../img/index/laba.png) #fff no-repeat 5px center;
	overflow: hidden;
}

.artical_recommend .artical_recommend_notice ul {}

.artical_recommend .artical_recommend_notice ul li {
	float: left;
	margin-right: 20px;
}

.artical_recommend .artical_recommend_notice ul li a {
	font-size: 12px;
	color: #A5A5A5;
	line-height: 35px;
}

.artical_recommend .artical_recommend_notice ul li a:hover {
	color: #004DB1
}

.artical_recommend_img {
	width: 600px;
	height: 145px;
	margin: 10px 0;
	position: relative;
}

.artical_recommend_img img {
	width: 600px;
	height: 145px;
}

.artical_recommend_img ul.hd {
	width: 550px;
	position: absolute;
	right: 25px;
	bottom: 10px;
	height: 16px;
	z-index: 999;
	text-align: right
}

.artical_recommend_img ul.hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	;
	box-sizing: border-box;
	margin-right: 10px;
}

.artical_recommend_img ul.hd li.on {
	background-color: #fff;
}

.artical_recommend_list {
	width: 600px;
	height: 160px;
	background-color: #fff;
}

.artical_recommend_list img {
	display: block;
	float: left;
	padding: 10px;
}

.artical_recommend_list .list {
	width: 500px;
	float: left;
}

.artical_recommend_list .list h3 {
	width: 490px;
	height: 24px;
	margin: 10px 0;
}

.artical_recommend_list .list h3 a {
	font-size: 18px;
	color: #004DB1;
	font-weight: bold;
}

.artical_recommend_list .list a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 490px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
}

.artical_recommend_list .list a span {
	color: #004FB4;
}

.artical_recommend_list .list a:hover {
	color: #004FB4;
}

.artical_recommend_list .list a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.login_msg {
	width: 260px;
	float: left;
	margin-left: 10px;
}

.login_msg .login_img {
	width: 260px;
	height: 45px;
	margin-bottom: 10px;
}

.login_msg .login_img img {
	width: 260px;
	height: 45px;
}

.login_msg .login {
	width: 260px;
	height: 360px;
	background-color: #fff;
	text-align: center;
}

.login_msg .login img {
	margin: 20px auto;
}

.login_msg .login p {
	font-size: 12px;
	color: #a5a5a5;
	margin-bottom: 10px;
}

.login_msg .login span {
	font-size: 14px;
	color: #2B64AC;
	display: block;
	margin-bottom: 10px;
}

.login_msg .login a {
	display: inline-block;
	width: 90px;
	height: 30px;
	border-radius: 15px;
	background-color: #004FB4;
	line-height: 30px;
	color: #fff;
}

.login_msg .login a:nth-child(4) {
	margin-right: 20px;
}

.login_msg .tips {
	width: 260px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #a5a5a5;
	background-color: #F1F7FD;
	margin-top: 15px;
}

.login_msg .server {
	width: 260px;
	padding: 15px;
}

.login_msg .server li {
	float: left;
	padding-left: 20px;
	width: 75px;
	margin-right: 30px;
}

.login_msg .server li:nth-child(even) {
	margin-right: 0;
}

.login_msg .server li a {
	border-radius: 0;
	background-color: #fff;
	font-size: 12px;
	color: #333333;
}

.login_msg .server li a:hover {
	color: #004DB1;
}

.login_msg .server li:nth-child(1) {
	background: url(../img/index/content_icon07.png) no-repeat left center;
}

.login_msg .server li:nth-child(2) {
	background: url(../img/index/content_icon08.png) no-repeat left center;
}

.login_msg .server li:nth-child(3) {
	background: url(../img/index/content_icon09.png) no-repeat left center;
}

.login_msg .server li:nth-child(4) {
	background: url(../img/index/content_icon10.png) no-repeat left center;
}

.login_msg .server li:nth-child(5) {
	background: url(../img/index/content_icon11.png) no-repeat left center;
}

.login_msg .server li:nth-child(6) {
	background: url(../img/index/content_icon12.png) no-repeat left center;
}

.logined {
	width: 260px;
	float: left;
	margin-left: 10px;
	background: #fff;
	height: 415px;
}

.logined .user_msg {
	height: 50px;
	padding: 15px;
}

.logined .user_msg img {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 50%
}

.logined .user_msg .con {
	width: 180px;
	float: left;
	margin-left: 10px;
}

.logined .user_msg .con p {
	font-size: 12px;
	color: #a5a5a5;
	line-height: 20px;
}

.logined a {
	width: 230px;
	height: 30px;
	background: #004FB4;
	transition: ease .5s;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 30px;
	text-align: center;
	margin: 10px auto
}

.logined .p {
	padding: 15px;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	color: #a5a5a5;
	border-top: 1px solid #ededed;
}

.logined img.code {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: block;
	padding: 10px;
	border: 1px dashed #ededed;
}

/* .logined a.on { background-color: #F1F7FD; color: #333;}  */
.logined a:hover {
	background-color: #F1F7FD;
	color: #333;
}

/* content02 */
.content02 {
	height: 635px;
}

.content02_left {
	width: 300px;
	float: left;
	margin-right: 10px;
}

.content02_left .AAA {
	width: 300px;
	height: 625px;
}

.content02_left .AAA img {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}

.AAARenZList .head {
	width: 300px;
	height: 35px;
	line-height: 35px;
	background: url(../img/index/bg3.png) repeat-x;
}

.AAARenZList .head h4 {
	width: 75px;
	height: 35px;
	background-image: url(../img/index/AAATitle02.png);
	padding-bottom: 6px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.content02_left .AAA .AAARenZList ul {
	padding: 15px;
	padding-top: 10px;
	background-color: #fff;
}

.content02_left .AAA .AAARenZList ul li {
	padding-left: 30px;
	background: url(../img/index/AAA_list.png) no-repeat left center;
	line-height: 30px;
	width: 240px;
}

.content02_left .AAA .AAARenZList ul li a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 240px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content02_left .AAA .AAARenZList ul li a:hover {
	color: #004DB1;
}

.AAARenZ {
	width: 300px;
	height: 215px;
	background: #fff;
	margin-bottom: 10px;
}

.AAARenZ .head {
	width: 300px;
	height: 35px;
	line-height: 35px;
	background: url(../img/index/bg3.png) repeat-x;
}

.AAARenZ .head h4 {
	width: 102px;
	height: 35px;
	background-image: url(../img/index/AAATitle01.png);
	padding-bottom: 6px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.AAARenZ .head p {
	width: 198px;
	height: 35px;
	float: left;
	border: 1px solid rgba(43, 100, 172, 0.1);
	box-sizing: border-box;
	line-height: 33px;
	padding: 0 10px;
	font-size: 12px;
	color: #a5a5a5;
}

.AAARenZ ul {
	padding-top: 10px;
}

.AAARenZ a {
	display: block;
	float: left;
	width: 97px;
	margin-left: 15px;
	padding-left: 30px;
	line-height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

.AAARenZ a:hover {
	color: #004FB4;
}

.AAARenZ a:nth-child(even) {
	margin-right: 0
}

.AAARenZ ul a:nth-child(1) {
	background: url(../img/index/supplier_icon01.png) no-repeat center left;
}

.AAARenZ ul a:nth-child(2) {
	background: url(../img/index/supplier_icon02.png) no-repeat center left;
}

.AAARenZ ul a:nth-child(3) {
	background: url(../img/index/supplier_icon03.png) no-repeat center left;
}

.AAARenZ ul a:nth-child(4) {
	background: url(../img/index/supplier_icon04.png) no-repeat center left;
}

.AAARenZ ul a:nth-child(5) {
	background: url(../img/index/supplier_icon05.png) no-repeat center left;
}

.AAARenZ ul a:nth-child(6) {
	background: url(../img/index/supplier_icon06.png) no-repeat center left;
}

.AAARenZ ul+a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	width: 230px;
	height: 35px;
	border-radius: 6px;
	background-color: #006DE9;
	margin: 0 auto;
	float: none;
	margin-top: 20px;
}

.AAARenZ ul+a:hover {
	color: #fff;
}


.exposure {
	width: 300px;
	height: 200px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 10px;
}

.exposure img {
	width: 270px;
	height: 70px;
}

.exposure ul li {
	line-height: 30px;
	width: 270px;
}

.exposure ul li a {
	font-size: 12px;
	color: #B10000;
	display: block;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.exposure ul li a:hover {
	opacity: 0.8;
}

.content02_center {
	float: left;
	width: 600px;
	margin-right: 10px;
}

.public_list {
	width: 600px;
	height: 325px;
	background-color: #fff;
}

.public_list .head {
	width: 600px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.public_list .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 10px;
}

.public_list .head a {
	float: right;
}

.public_list .head a:nth-child(3) {
	width: 60px;
	height: 25px;
	background: #C9E1FB;
	border-radius: 4px;
	display: block;
	font-size: 12px;
	color: #90A8C6;
	text-align: center;
	line-height: 25px;
	margin-top: 12.5px;
	margin-right: 15px;
}

.public_list .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	border-left: 1px #a5a5a5 solid;
	margin-right: 15px;
}

.public_list .head ul li {
	float: left;
	cursor: pointer;
	padding: 0 10px;
	line-height: 50px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.public_list .head ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	float: left;
	margin-top: 15px;
	margin-left: -10px;
}

.public_list .head ul li a {
	font-size: 14px;
	float: none;
	color: #333;
	text-align: center;
}

.public_list .head ul li a:hover {
	color: #004DB1;
}

.public_list .head ul li:first-child::after {
	display: none;
}

.public_list .new_list {
	width: 600px;
	box-sizing: border-box;
	padding: 15px;
}

.public_list .new_list img.zs {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	margin-right: 10px;
}

.public_list .new_list ul {
	float: left;
	width: 459px;
}

.public_list .new_list ul li {
	line-height: 24px;
	margin-bottom: 5px;
}

.public_list .new_list ul li a {
	font-size: 12px;
	color: #333333;
	height: 24px;
	display: block;
	width: 315px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.public_list .new_list ul li a span {
	color: #004FB4;
}

.public_list .new_list ul li a:hover {
	color: #004FB4;
}

.public_list .new_list ul li a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.public_list .new_list ul li img {
	width: 28px;
	height: 13px;
	vertical-align: middle;
}

.public_list .new_list ul li i {
	float: right;
}

.public_list .new_list ul li:hover i {
	color: #004DB1;
}

.public_list .other_list ul {
	padding: 0 15px;
}

.public_list .other_list ul li {
	line-height: 24px;
	margin-bottom: 5px;
}

.public_list .other_list ul li a {
	font-size: 12px;
	color: #333333;
	height: 24px;
	display: block;
	width: 425px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.public_list .other_list ul li a span {
	color: #004FB4;
}

.public_list .other_list ul li a:hover {
	color: #004FB4;
}

.public_list .other_list ul li a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.public_list .other_list ul li img {
	width: 28px;
	height: 13px;
	vertical-align: middle;
}

.public_list .other_list ul li i {
	float: right;
}

.public_list .other_list ul li:hover i {
	color: #004DB1;
}

.public_list .other_list ul li b {
	color: #B10000;
	font-weight: normal;
}

.content02_center .tender {
	width: 600px;
	margin-top: 10px;
	background-color: #fff;
	height: 290px;
}

.content02_center .tender .head {
	width: 600px;
	height: 35px;
	border: 1px solid rgba(43, 100, 172, 0.1);
	border-bottom: 2px solid #004FB4;
	background: url(../img/index/bg3.png) repeat-x;
}

.content02_center .tender .head ul li {
	float: left;
	cursor: pointer;
	width: 75px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.content02_center .tender .head ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	float: right;
	margin-top: 7.5px;
}

.content02_center .tender .head ul li.on {
	color: #fff;
	font-weight: bold;
	background: url(../img/index/bg.png) repeat-x;
}

.content02_center .tender .list {
	padding: 15px 0;
}

.content02_center .tender .list ul li {
	line-height: 24px;
	margin-bottom: 5px;
	padding: 0 15px;
}

.content02_center .tender .list ul a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 565px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.content02_center .tender .list ul a span {
	color: #004FB4;
}

.content02_center .tender .list ul a:hover {
	color: #004FB4;
}

.content02_center .tender .list ul a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.content02_right {
	width: 260px;
	float: left;
	background-color: #fff;
	height: 325px;
}

.content02_right .getTender .head {
	width: 260px;
	height: 35px;
	line-height: 35px;
}

.content02_right .getTender .head h4 {
	width: 75px;
	height: 35px;
	background: url(../img/index/bg.png) repeat-x;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.content02_right .getTender .head p {
	width: 185px;
	height: 35px;
	float: left;
	background: #fff;
	border: 1px solid rgba(43, 100, 172, 0.1);
	box-sizing: border-box;
	line-height: 33px;
	text-align: center;
	font-size: 12px;
	color: #a5a5a5;
}

.content02_right .getTender ul {
	padding: 15px;
	padding-top: 35px;
	background: url(../img/index/new.png) no-repeat 15px 15px
}

.content02_right .getTender ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	background-color: #F1F7FD;
	border: 1px solid rgba(43, 100, 172, 0.2);
	border-radius: 8px;
	box-sizing: border-box;
	padding-top: 40px;
}

.content02_right .getTender ul li a {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #a5a5a5;
}

.content02_right .getTender ul li:nth-child(3n+0) {
	margin-right: 0;
}

.content02_right .getTender ul li:nth-child(1) {
	background: url(../img/index/zb01.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb01.png);
}

.content02_right .getTender ul li:nth-child(2) {
	background: url(../img/index/zb02.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb02.png);
}

.content02_right .getTender ul li:nth-child(3) {
	background: url(../img/index/zb03.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb03.png);
}

.content02_right .getTender ul li:nth-child(4) {
	background: url(../img/index/zb04.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb04.png);
}

.content02_right .getTender ul li:nth-child(5) {
	background: url(../img/index/zb05.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb05.png);
}

.content02_right .getTender ul li:nth-child(6) {
	background: url(../img/index/zb06.png) #F1F7FD no-repeat center 15px;
	background-image: url(../img/index/zb06.png);
}

.content02_right .tips {
	box-sizing: border-box;
	width: 260px;
	height: 35px;
	padding: 0 15px;
	;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(43, 100, 172, 0.2);
	line-height: 33px;
}

.content02_right .tips p {
	font-size: 12px;
	color: #004FB4;
	font-weight: bold;
}

.content02_right .tips p span {
	color: #a5a5a5;
	font-weight: normal;
	margin-left: 10px;
}

.content02_right .tips:nth-child(3) {
	border-bottom: none;
	margin-top: 10px;
}

.content02_right .supplier {
	width: 260px;
	margin-top: 10px;
	height: 188px;
	background-color: #fff;
}

.content02_right .supplier .head {
	width: 260px;
	height: 35px;
	border: 1px solid rgba(43, 100, 172, 0.1);
	border-bottom: 2px solid #004FB4;
	background: url(../img/index/bg3.png) repeat-x;
}

.content02_right .supplier .head ul li {
	float: left;
	cursor: pointer;
	width: 75px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.content02_right .supplier .head ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	float: right;
	margin-top: 7.5px;
}

.content02_right .supplier .head ul li.on {
	color: #fff;
	font-weight: bold;
	background: url(../img/index/bg.png) repeat-x;
}

.content02_right .supplier .head ul li:last-child::after {
	display: none;
}

.content02_right .supplier .supplierUl {
	width: 260px;
	padding: 15px;
	box-sizing: border-box;
}

.content02_right .supplier .supplierUl ul {
	padding-top: 10px;
}

.content02_right .supplier .supplierUl li a {
	display: block;
	float: left;
	width: 75px;
	margin-right: 15px;
	padding-left: 30px;
	line-height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

.content02_right .supplier .supplierUl li a:hover {
	color: #004FB4;
}

.content02_right .supplier .supplierUl li a:nth-child(even) {
	margin-right: 0
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(1) {
	background: url(../img/index/supplier_icon01.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(2) {
	background: url(../img/index/supplier_icon02.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(3) {
	background: url(../img/index/supplier_icon03.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(4) {
	background: url(../img/index/supplier_icon04.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(5) {
	background: url(../img/index/supplier_icon05.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(1) a:nth-child(6) {
	background: url(../img/index/supplier_icon06.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(2) a:nth-child(1) {
	background: url(../img/index/supplier_icon07.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(2) a:nth-child(2) {
	background: url(../img/index/supplier_icon08.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(2) a:nth-child(3) {
	background: url(../img/index/supplier_icon09.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(2) a:nth-child(4) {
	background: url(../img/index/supplier_icon10.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(2) a:nth-child(5) {
	background: url(../img/index/supplier_icon11.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(1) {
	background: url(../img/index/supplier_icon12.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(2) {
	background: url(../img/index/supplier_icon13.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(3) {
	background: url(../img/index/supplier_icon14.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(4) {
	background: url(../img/index/supplier_icon15.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(5) {
	background: url(../img/index/supplier_icon16.png) no-repeat center left;
}

.content02_right .supplier .supplierUl li:nth-child(3) a:nth-child(6) {
	background: url(../img/index/supplier_icon17.png) no-repeat center left;
}

.content02_right .tupian {
	width: 260px;
	height: 92px;
	margin-top: 10px;
}

.content02_right .tupian img {
	width: 260px;
	height: 92px;
}

.centerBanner img {
	width: 1180px;
	height: 80px;
}

.content03 {
	height: 335px;
	margin-top: 10px;
}

.content03_left {
	float: left;
	margin-right: 10px;
	width: 300px;
	height: 325px;
	background-color: #fff;
}

.content03_left .head {
	width: 300px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content03_left .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content03_left .head a {
	float: right;
}

.content03_left .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content03_left ul {
	padding: 15px;
}

.content03_left ul li {
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.content03_left ul li a {
	display: block;
	font-size: 12px;
	color: #333;
	width: 235px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content03_left ul li a:hover {
	color: #004FB4;
}

.content03_left ul li:nth-child(1) {
	background: url(../img/index/one.png) no-repeat left center
}

.content03_left ul li:nth-child(2) {
	background: url(../img/index/two.png) no-repeat left center
}

.content03_left ul li:nth-child(3) {
	background: url(../img/index/three.png) no-repeat left center
}

.content03_left ul li:nth-child(4) {
	background: url(../img/index/four.png) no-repeat left center
}

.content03_left ul li:nth-child(5) {
	background: url(../img/index/five.png) no-repeat left center
}

.content03_left ul li:nth-child(6) {
	background: url(../img/index/six.png) no-repeat left center
}

.content03_right {
	float: left;
	width: 260px;
	height: 325px;
	background-color: #fff;
}

.content03_right .head {
	width: 260px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content03_right .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content03_right .head a {
	float: right;
}

.content03_right .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content03_right ul li {
	box-sizing: border-box;
	width: 86px;
	height: 94px;
	float: left;
}

.content03_right ul li:nth-child(3n+0) a {
	border-right: none;
}

.content03_right ul li a {
	padding-top: 50px;
	display: block;
	text-align: center;
	line-height: 44px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	font-size: 12px;
	color: #a5a5a5;
}

.content03_right ul li a:hover {
	color: #004FB4;
}

.content03_right ul li:nth-child(1) a {
	background: url(../img/index/vip_server_icon01.png) no-repeat center 15px
}

.content03_right ul li:nth-child(2) a {
	background: url(../img/index/vip_server_icon02.png) no-repeat center 15px
}

.content03_right ul li:nth-child(3) a {
	background: url(../img/index/vip_server_icon03.png) no-repeat center 15px
}

.content03_right ul li:nth-child(4) a {
	background: url(../img/index/vip_server_icon04.png) no-repeat center 15px
}

.content03_right ul li:nth-child(5) a {
	background: url(../img/index/vip_server_icon05.png) no-repeat center 15px
}

.content03_right ul li:nth-child(6) a {
	background: url(../img/index/vip_server_icon06.png) no-repeat center 15px
}

.content03_right ul li:nth-child(7) a {
	background: url(../img/index/vip_server_icon07.png) no-repeat center 15px
}

.content03_right ul li:nth-child(8) a {
	background: url(../img/index/vip_server_icon08.png) no-repeat center 15px
}

.content03_right ul li:nth-child(9) a {
	background: url(../img/index/vip_server_icon09.png) no-repeat center 15px
}

.content04 {
	height: 300px;
}

.content04_left {
	width: 300px;
	background-color: #fff;
	height: 290px;
	float: left;
	margin-right: 10px;
}

.content04_left .head {
	width: 300px;
	height: 35px;
	border: 1px solid rgba(43, 100, 172, 0.1);
	border-bottom: 2px solid #004FB4;
	background: #fff;
}

.content04_left .head ul li {
	float: left;
	cursor: pointer;
	width: 150px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.content04_left .head ul li.on {
	color: #fff;
	font-weight: bold;
	background: url(../img/index/bg.png) repeat-x;
}

.content04_left .list {
	padding: 15px 0;
}

.content04_left .list ul li {
	line-height: 24px;
	margin-bottom: 5px;
	padding: 0 15px;
}

.content04_left .list ul a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.content04_left .list ul a span {
	color: #004FB4;
}

.content04_left .list ul a:hover {
	color: #004FB4;
}

.content04_left .list ul a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.content04_right {
	float: left;
	width: 260px;
	height: 290px;
	background-color: #fff;
}

.content04_right .head {
	width: 260px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content04_right .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content04_right .head a {
	float: right;
}

.content04_right .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content04_right ul {
	padding: 15px;
	padding-top: 35px;
}

.content04_right ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	background-color: #F1F7FD;
	border-radius: 8px;
}

.content04_right ul li a {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #a5a5a5;
	box-sizing: border-box;
	padding-top: 40px;
	box-sizing: border-box;
}

.content04_right ul li:nth-child(3n+0) {
	margin-right: 0;
}

.content04_right ul li:nth-child(1) a {
	background: url(../img/index/zb10.png) #F1F7FD no-repeat center 15px;
}

.content04_right ul li:nth-child(2) {
	background: url(../img/index/zb07.png) #F1F7FD no-repeat center 15px;
}

.content04_right ul li:nth-child(3) {
	background: url(../img/index/zb08.png) #F1F7FD no-repeat center 15px;
}

.content04_right ul li:nth-child(4) {
	background: url(../img/index/zb09.png) #F1F7FD no-repeat center 15px;
}

.content04_right ul li:nth-child(5) {
	background: url(../img/index/zb11.png) #F1F7FD no-repeat center 15px;
}

.content04_right ul li:nth-child(6) {
	background: url(../img/index/zb12.png) #F1F7FD no-repeat center 15px;
}

.content05 {
	height: 335px;
	margin-top: 10px;
}

.content05_left {
	float: left;
	margin-right: 10px;
	width: 300px;
	height: 325px;
	background-color: #fff;
}

.content05_left .head {
	width: 300px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content05_left .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content05_left .head a {
	float: right;
}

.content05_left .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

/* .content05_left ul { padding: 15px;} */
.content05_left ul li {
	height: 30px;
	line-height: 30px;
}

.content05_left ul li a {
	display: block;
	font-size: 12px;
	color: #333;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content05_left ul li a:hover {
	color: #004FB4;
}

.content05_center {
	float: left;
	width: 600px;
	margin-right: 10px;
}

.content05_center .public_list .head a:nth-child(2) {
	border-left: none;
}

.content05_center .public_list .other_list img {
	width: 60px;
	height: 16px;
}

.content05_center .public_list .other_list li a {
	width: auto;
	max-width: 500px;
}

.content05_center .public_list .other_list li b {
	width: 16px;
	height: 15px;
	background: url(../img/index/list.png) no-repeat left center;
	margin: 5px 0;
}

.content05_right {
	float: left;
	margin-right: 10px;
	width: 260px;
	height: 325px;
	background-color: #fff;
}

.content05_right .head {
	width: 260px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content05_right .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content05_right .head a {
	float: right;
}

.content05_right .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content05_right ul {
	padding: 15px;
}

.content05_right ul li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	width: 230px;
	margin: 0 auto;
}

.content05_right ul li a {
	display: block;
	float: left;
	font-size: 12px;
	color: #333;
	width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content05_right ul li a:hover {
	color: #004FB4;
}

.content05_right ul li img {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}

.content06 {
	height: 445px;
}

.content06_left {
	float: left;
	margin-right: 10px;
	width: 300px;
	height: 435px;
	background-color: #fff;
}

.content06_left .head {
	width: 300px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content06_left .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content06_left .head a {
	float: right;
}

.content06_left .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content06_left ul {
	padding: 15px;
}

.content06_left ul li {
	height: 30px;
	line-height: 30px;
}

.content06_left ul li a {
	display: block;
	font-size: 12px;
	color: #333;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content06_left ul li a:hover {
	color: #004FB4;
}

.content06_left img {
	margin: 0 auto;
	display: block;
	width: 271px;
	height: 163px;
}

.content06_content {
	width: 600px;
	float: left;
	margin-right: 10px;
}

.content06_content .list {
	width: 600px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #fff;
}

.content06_content .list img {
	display: block;
	width: 113px;
	height: 120px;
	float: left;
}

.content06_content .list ul {
	float: left;
	width: 480px;
	padding: 15px;
	box-sizing: border-box;
}

.content06_content .list ul li {
	width: 200px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

.content06_content .list ul li a {
	width: 200px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}

.content06_content .list ul li a:hover {
	color: #004DB1;
}

.content06_content .list ul li a b {
	width: 3px;
	height: 3px;
	background-color: #004DB1;
	border-radius: 50%;
	margin: 14px 5px 0 5px;
	display: block;
	float: left;
}

.content06_content .zhaobiao .head {
	width: 600px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content06_content .zhaobiao .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content06_content .zhaobiao .head a {
	float: right;
}

.content06_content .zhaobiao .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content06_content .company {
	width: 540px;
	height: 85px;
	background-color: #fff;
	padding: 20px 30px;
	position: relative;
}

.content06_content .company ul li {
	float: left;
	margin-right: 5px;
	width: 85px;
}

.content06_content .company .hd .next {
	position: absolute;
	left: 0;
	top: 50px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/index/company_left01.png) no-repeat center center;
	cursor: pointer
}

.content06_content .company .hd .prev {
	position: absolute;
	right: 0;
	top: 50px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../img/index/company_left04.png) no-repeat center center;
	cursor: pointer
}

.content06_content .company .hd .next:hover {
	background-image: url(../img/index/company_left02.png)
}

.content06_content .company .hd .prev:hover {
	background-image: url(../img/index/company_left03.png)
}

.content06_right {
	width: 260px;
	float: left;
}

.content06_right .release {
	height: 176px;
	background-color: #fff;
}

.content06_right .release .head {
	width: 260px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
	margin-bottom: 20px;
}

.content06_right .release .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content06_right .release .head a {
	float: right;
}

.content06_right .release .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content06_right p {
	font-size: 12px;
	color: #333;
	padding: 0px 20px;
}

.content06_right p span {
	font-weight: bold;
	font-size: 16px;
	color: #2B64AC;
}

.content06_right p:hover {
	color: #2B64AC;
}

.content06_right a.join {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	width: 230px;
	height: 35px;
	border-radius: 6px;
	background-color: #006DE9;
	margin: 0 auto;
	margin-top: 20px;
}

.content06_right .owner {
	height: 248px;
	margin-top: 10px;
}

.content06_right .owner p {
	padding: 3px 20px;
}

.content06_right .owner a {
	margin-top: 10px;
}

.content07 {
	height: 338px;
	margin-top: 10px;
}

.content07 .list {
	width: 378px;
	height: 328px;
	background-color: #fff;
	float: left;
	margin-right: 22px;
}

.content07 .list .head {
	width: 378px;
	height: 50px;
	background: url(../img/index/content06_list_bg.png) no-repeat center center
}

.content07 .list .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content07 .list .head a {
	float: right;
}

.content07 .list .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content07 ul {
	padding: 15px;
}

/* .content07 ul li { width: 348px; line-height: 24px;}
.content07 ul li a { width: 348px; line-height: 24px; font-size: 12px; color: #333;;}
.content07 ul li a:hover { color:#004FB4;}  */

.content07 ul li {
	line-height: 24px;
	margin-bottom: 5px;
}

.content07 ul li a {
	font-size: 12px;
	color: #333333;
	display: block;
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

.content07 li a span {
	color: #004FB4;
}

.content07 li a:hover {
	color: #004FB4;
}

.content07 li a b {
	color: #004FB4;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #004FB4;
	float: left;
	margin: 12px 5px 0 5px;
}

.content07 ul li i {
	float: right;
}

.content07 li:hover i {
	color: #004DB1;
}

.content08 {
	padding-bottom: 10px;
}

.content08_left {
	float: left;
	width: 910px;
	background-color: #fff;
	margin-right: 10px;
}

.content08_left .top {
	width: 910px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content08_left .top h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content08_left .top a {
	float: right;
}

.content08_left .top a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

.content08_left .list {
	width: 280px;
	height: 167px;
	float: left;
	border: 1px solid rgba(43, 100, 172, 0.2);
	margin: 10px;
}

.content08_left .list .head {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid rgba(43, 100, 172, 0.2);
	;
}

.content08_left .list .head h4 {
	font-size: 16px;
	color: #333333;
	padding-left: 50px;
	float: left;
}

.content08_left .list .head a {
	float: right;
	width: 18px;
	height: 18px;
	margin-right: 16px;
	margin-top: 10px;
	background-image: url(../img/index/content08_list01.png);
}

.content08_left .list .head a:hover {
	background-image: url(../img/index/content08_list02.png)
}

.content08_left .list ul {
	padding: 10px;
}

.content08_left .list ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

.content08_left .list ul li span {
	font-size: 12px;
	color: #2B64AC;
	font-weight: bold;
	display: block;
	float: left;
}

.content08_left .list ul li a {
	color: #333;
	margin-left: 10px;
	width: 50px;
	display: block;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content08_left .list ul li a:hover {
	color: #004DB1;
}

.content08_left .list:nth-child(2) .head h4 {
	background: url(../img/index/content08_icon01.png) no-repeat 10px center;
}

.content08_left .list:nth-child(3) .head h4 {
	background: url(../img/index/content08_icon02.png) no-repeat 10px center;
}

.content08_left .list:nth-child(4) .head h4 {
	background: url(../img/index/content08_icon03.png) no-repeat 10px center;
}

.content08_left .list:nth-child(5) .head h4 {
	background: url(../img/index/content08_icon04.png) no-repeat 10px center;
}

.content08_left .list:nth-child(6) .head h4 {
	background: url(../img/index/content08_icon05.png) no-repeat 10px center;
}

.content08_left .list:nth-child(7) .head h4 {
	background: url(../img/index/content08_icon06.png) no-repeat 10px center;
}

.content08_left .list:nth-child(8) .head h4 {
	background: url(../img/index/content08_icon07.png) no-repeat 10px center;
}

.content08_left .list:nth-child(9) .head h4 {
	background: url(../img/index/content08_icon08.png) no-repeat 10px center;
}

.content08_left .list:nth-child(10) .head h4 {
	background: url(../img/index/content08_icon09.png) no-repeat 10px center;
}

.content08_left .list:nth-child(11) .head h4 {
	background: url(../img/index/content08_icon10.png) no-repeat 10px center;
}

.content08_left .list:nth-child(12) .head h4 {
	background: url(../img/index/content08_icon11.png) no-repeat 10px center;
}

.content08_left .list:nth-child(13) .head h4 {
	background: url(../img/index/content08_icon12.png) no-repeat 10px center;
}

.content08_left .list:nth-child(14) .head h4 {
	background: url(../img/index/content08_icon13.png) no-repeat 10px center;
}

.content08_left .list:nth-child(15) .head h4 {
	background: url(../img/index/content08_icon14.png) no-repeat 10px center;
}

.content08_left .list:nth-child(16) .head h4 {
	background: url(../img/index/content08_icon15.png) no-repeat 10px center;
}


.content08_right {
	width: 260px;
	background-color: #F1F7FD;
	float: left;
	height: 985px;
}

.content08_right .head {
	width: 260px;
	height: 50px;
	background: url(../img/index/bg2.png) repeat-x;
}

.content08_right .head h4 {
	float: left;
	font-size: 18px;
	color: #333;
	height: 30px;
	border-left: 5px solid #004FB4;
	margin-top: 10px;
	line-height: 30px;
	padding-left: 20px;
}

.content08_right .head a {
	float: right;
}

.content08_right .head a:nth-child(2) {
	width: 85px;
	text-align: center;
	box-sizing: border-box;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
	background: url(../img/index/right.png) no-repeat 70px center;
	background-size: 5px 10px;
	margin-top: 15px;
	margin-right: 15px;
}

/* .content08_right ul { height: 300px;  overflow-x: hidden ; overflow-y: auto;}  */
.content08_right li {
	line-height: 34px;
	border-bottom: 1px solid #f2f2f2;
}

.content08_right li span {
	font-size: 12px;
	width: 260px;
	color: #2B64AC;
	font-weight: bold;
	padding: 0 15px;
	display: block;
	margin-right: 10px;
	cursor: pointer;
	background: #fff url(../img/index/left_icon.png) 240px center no-repeat;
	box-sizing: border-box;
}

.content08_right li span.on {
	background: #fff url(../img/index/bottom_icon.png) 230px center no-repeat
}

.content08_right li .city {
	background: #F1F7FD;
	padding: 15px;
}

.content08_right li .city a {
	color: #333;
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
}

.content08_right li .city a:hover {
	color: #004DB1
}

/* foot */
.foot_wrap {
	width: 100%;
	height: 340px;
	background-color: #004FB4;
}

.foot_wrap .foot {
	width: 1200px;
	margin: 0 auto;
}

.foot_nav {
	width: 100%;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.foot_nav ul {
	width: 1200px;
	margin: 0 auto;
	height: 64px;
}

.foot_nav ul li {
	float: left;
	height: 20px;
	padding-right: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.foot_nav ul li a {
	color: #fff;
}

.foot_nav ul li a:hover {
	opacity: 0.8;
}

.foot_nav ul li::after {
	content: "";
	display: block;
	float: right;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin-top: 22px;
	margin-right: -20px;
}

.foot_nav ul li:nth-child(8)::after,
.foot_nav ul li:nth-child(9)::after {
	display: none;
}

.foot_nav ul li:last-child {
	float: right;
}

.foot {
	width: 1200px;
	padding: 15px 0;
	position: relative;
}

.foot h3 {
	width: 90px;
	height: 30px;
	background: #4B84CC;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.foot ul {
	width: 1040px;
	height: 115px;
	background: rgba(75, 132, 204, 0.3);
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.foot ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.foot ul li a {
	color: rgba(255, 255, 255, 0.5);
	transition: ease .5s;
}

.foot ul li a:hover {
	color: rgba(255, 255, 255, 1)
}

.foot p {
	font-size: 12px;
	color: #5E96DE;
	width: 414px;
	line-height: 24px;
	margin-top: 20px;
}

.foot .wx {
	position: absolute;
	right: 0;
	top: 64px;
	width: 115px;
	height: 165px;
	box-sizing: border-box;
	background: rgba(75, 132, 204, 0.3);
}

.foot .wx img {
	width: 96px;
	height: 96px;
	margin: 10px;
}

.foot .wx p {
	margin-top: -5px;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

.no_data {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 30px;
}

.crumbs {
	width: 1200px;
	margin: 0 auto;
	height: 22px;
	line-height: 22px;
	padding: 30px 0 20px 0
}

.crumbs p {
	float: left;
	font-size: 12px;
	color: #333;
	margin: 0;
	margin-right: 10px;
}

.crumbs a {
	float: left;
	font-size: 12px;
	color: #333;
	display: block;
	text-decoration: none;
	margin-right: 10px;
}

.crumbs a:hover {
	color: #004FB4
}

.crumbs a:last-child {
	color: #004FB4
}

.crumbs p:first-child {
	padding-left: 30px;
	background: url(../img/secondPage/home.png) no-repeat left center
}

.msg_box {
	position: fixed;
	z-index: 10009;
	padding: 0 30px;
	display: hidden;
	border-radius: 10px;
	opacity: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 50px;
	font-size: 16px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.AAAbaner {
	width: 1200px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}

.AAAbaner img {
	width: 1920px;
	height: 500px;
	position: absolute;
	left: -360px;
	top: 0;
}

.AAAinput {
	width: 600px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	position: absolute;
	top: 285px;
	left: 300px;
}

.AAAinput input[type=text] {
	border: none;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	margin-left: 30px;
	width: 445px;
	display: block;
	float: left
}

.AAAinput input[type=submit] {
	width: 120px;
	height: 50px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(90deg, rgba(70, 152, 255, 1) 0%, rgba(0, 79, 180, 1) 100%);
	border: none;
	padding: 0;
	display: block;
	float: right;
	margin-right: -1px;
	border-radius: 0 25px 25px 0
}

.AAA_center_wrap {
	width: 100%;
	margin: 0 auto;
	background: #f3f3f3;
	padding: 30px 0;
}

.AAA_center {
	width: 1140px;
	margin: 0 auto;
	background: #fff;
	padding: 40px 30px;
}

/* .AAA_center .certificate { padding: ;} */
.AAA_center .certificate li {
	width: 320px;
	float: left;
	margin-right: 90px;
	height: 300px;
	margin-bottom: 80px;
	position: relative;
}

.AAA_center .certificate li:nth-child(3n+0) {
	margin-right: 0;
}

.AAA_center .certificate li:nth-child(3n+0)::after {
	height: 1px;
	content: '';
	position: absolute;
	width: 1200px;
	right: -30px;
	bottom: -30px;
	border-bottom: 1px solid #ededed;
}

.AAA_center .certificate li:nth-child(7),
.AAA_center .certificate li:nth-child(8) {
	margin-bottom: 0;
}

.AAA_center .certificate li .title {
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}

.AAA_center .certificate li .title img {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
}

.AAA_center .certificate li .title p {
	font-size: 20px;
	float: left;
	line-height: 35px;
	width: 270px;
	color: #004FB4;
	font-weight: 700;
	margin-left: 15px;
	border-bottom: 1px solid rgba(43, 100, 172, 0.1)
}

.AAA_center .certificate li a {
	font-size: 14px;
	color: #333333;
	display: block;
	width: 100%;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.AAA_center .certificate li a:hover {
	color: #004DB1
}

.hr2 {
	height: 1px;
	width: 1200px;
	border-bottom: 1px solid #ededed;
	margin: 40px auto;
}

.knowledge {
	width: 1200px;
	margin: 30px auto;
	height: 329px;
}

.knowledge ul {
	background-color: #fff;
	width: 580px;
	height: 329px;
	float: left;
	margin-right: 40px;
	padding: 30px;
	box-sizing: border-box;
}

.knowledge ul:nth-child(2) {
	margin-right: 0;
}

.knowledge ul .title {
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}

.knowledge ul .title p {
	font-size: 20px;
	color: #004DB1;
	font-weight: 700;
	float: left;
	border-bottom: #004DB1 solid 2px;
}

.knowledge ul li {
	line-height: 35px;
	height: 35px;
}

.knowledge ul li a {
	font-size: 14px;
	color: #333333;
	display: block;
	width: 360px;
	;
	float: left;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.knowledge ul li a:hover {
	color: #004DB1
}

.knowledge ul li span {
	float: right;
	display: block;
	font-size: 14px;
	color: #A5A5A5;
}

.AAAarticle_wrap {
	width: 100%;
	margin: 0 auto;
	background: #f3f3f3;
}

.AAAarticle {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.AAAarticle .title {
	border-bottom: 2px solid #004FB4;
	height: 45px;
}

.AAAarticle .title li {
	width: 120px;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #333;
	background: #C1C1C1;
	border-radius: 8px 8px 0px 0px;
	float: left;
	text-align: center;
	line-height: 45px;
}

.AAAarticle .title li.on {
	color: #fff;
	background: #004FB4;
}

.AAAarticle .html {
	padding: 30px;
	background-color: #fff;
}

.AAAarticle .pic {
	padding: 30px;
	background-color: #fff;
	display: none;
}

.AAAarticle .pic .con {
	width: 1000px;
	height: 1818px;
	margin: 0 auto;
	border: 1px solid #B9D7F8;
	border-radius: 12px;
}

.AAAarticle .pic .con .con_con {
	width: 750px;
	margin: 0 auto;
}

.AAAarticle .pic .con .con_con .con_con_top {
	padding-top: 30px;
	height: 106px;
}

.AAAarticle .pic .con .con_con .con_con_top .left {
	width: 600px;
	float: left;
}

.AAAarticle .pic .con .con_con .con_con_top .right {
	width: 106px;
	float: right;
}

.AAAarticle .pic .con .con_con .con_con_top .left p {
	font-size: 30px;
	color: #333;
	font-weight: 600;
}

.AAAarticle .pic .con .con_con .con_con_top .left span {
	font-size: 14px;
	color: #6B6B6B;
	line-height: 40px;
}

.AAAarticle .pic .con .con_con .con_con_top .right img {
	width: 106px;
	height: 106px;
}

.certificate01 {
	width: 750px;
	height: 500px;
	background: url(../img/index/AAAbg02.png) no-repeat;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 96px;
}

.certificate01 h4 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 46px
}

.certificate01 li {
	line-height: 22px;
}

.certificate01 li .left {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

.certificate01 li .right {
	float: left;
}

.certificate01 li .right p {
	font-size: 16px;
	color: #333
}

/* .certificate02 h4 { margin-bottom: 30px}  */
.certificate02 li .left {
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

.certificate02 li .right p {
	font-size: 14px;
	color: #333
}

.certificate02 li .none {
	float: none;
	width: 560px
}

.certificate03 {
	width: 750px;
	height: 500px;
	position: relative;
	background: url(../img/index/AAAbg01.png) no-repeat;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 96px;
	padding-top: 200px;
}

.certificate03 h4 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 46px
}

.certificate03 li {
	line-height: 22px;
}

.certificate03 li .left {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}

.certificate03 li .right {
	float: left;
}

.certificate03 li .right p {
	font-size: 16px;
	color: #333
}

.certificate03 .posi01 {
	position: absolute;
	width: 250px;
	left: 90px;
	top: 380px;
}

.certificate03 .posi01 p {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 16px;
}

.certificate03 .posi02 {
	position: absolute;
	width: 250px;
	right: 80px;
	top: 380px;
}

.certificate03 .posi02 p {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 16px;
}

.AAAnodata {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.AAAnodata .tit {
	font-size: 16px;
	color: #a5a5a5;
	border-bottom: 2px solid #004DB1;
	line-height: 40px;
}

.AAAnodata .html {
	padding: 30px;
	background-color: #fff;
	text-align: center;
	height: 400px;
}

.AAAnodata .html p {
	font-size: 14px;
	color: #a5a5a5
}

.ticle {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.ticle .left {
	width: 910px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.ticle .left .h4 {
	font-size: 24px;
	color: #004DB1;
}

.ticle .left .span {
	font-size: 14px;
	color: #333;
	padding: 20px 0;
	display: block;
	border-bottom: 1px solid #ededed;
}

.ticle .left .p {
	padding: 20px 0;
}

.ticle .right {
	margin-left: 10px;
	width: 260px;
	float: left;
}

.ticle .right a:nth-child(1) img {
	width: 260px;
	height: 340px;
}

.ticle .right a:nth-child(2) img {
	width: 260px;
	height: 80px;
	margin-top: 10px
}

.fixed_box_rt {
	position: fixed;
    width: 132px;
    height: 200px;
	right: 0;
	bottom: 160px;
}

.fbr_code {
	position: absolute;
	padding: 0 15px;
	border: solid 1px #EEEEEF;
	right: 0;
	top: 0;
	background-color: #fff;
	border-radius: 5px;
}

.fbr_code h5 {
	text-align: center;
    color: darkred;
	margin: 10px 0 0;
}

.fbr_code img {
	width: 100px;
}


.fbr_tel {
    width: 100%;
	position: absolute;
    right: 0;
    top: 140px;
    height: 30px;
    line-height: 30px;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #EEEEEF;
    color: darkred;
}
.fbr_tel i{
    margin: 0 10px;
}


/*
.fixed_box_rt {
	position: fixed;
	right: 10px;
	bottom: 200px;
}
*/
/*
.fixed_box_rt a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #333;
	background-color: #fff;
	border: solid 1px #eee;
	border-bottom: none;
}

.fbr_back {
	visibility: hidden;
}
*/
/*

.fbr_code {
	position: absolute;
	padding: 0 15px;
	border: solid 1px #EEEEEF;
	right: 50px;
	top: 50px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}

.fbr_code h5 {
	text-align: center;
	margin: 0;
}

.fbr_code img {
	width: 100px;
}

.fbr_code_hover:hover .fbr_code {
	display: block;
}

.fbr_tel {
	position: absolute;
	top: 90px;
	right: 50px;
	width: 120px;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #EEEEEF;
	display: none;
}

.fbr_tel_hover:hover .fbr_tel {
	display: block;
}
*/
