.w1200 {
	width: 1200px;
}
.w1090 {
	width: 1090px;
}
.w_all {
	width: 100%;
}
.p_tb30 {
	padding: 30px 0;
}
.pt15 {
	padding-top: 15px;
}
/*header*/

.header {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
}
.header_title {
	height: auto;
}
.header_title p.fl {
	color: #264b99;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
}
.header_t_right {
	/*width: 270px;*/
	height: 32px;
	overflow: hidden;
	background: url(../images/tel_3tpc.png) no-repeat left center;
}
.header_t_right p {
	float: left;
	line-height: 32px;
	font-size: 16px;
	color: #264b99;
	font-family: 'Arial Black';
	padding-left: 27px;
}
.header_t_right ul {
	float: left;
}
.header_t_right ul li {
	float: left;
	margin: 6px;
}
/*nav*/

.navbg {
	width: 100%;
	height: auto;
	background: url(../images/header_01_hy65.jpg) repeat-x;
}
.logo {
	max-width: 360px;
}
.logo img {
	margin-top: 15px;
	height: 60px;
}
.logo_write {
	padding-top: 25px;
}
.logo_write p {
	color: #fff;
	padding-left: 7px;
}
.logo_write p.cn_cpyname {
	font-size: 20px;
	line-height:40px;
	font-weight:bold;
}
.logo_write p.en_cpyname {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 5px;
	/*text-align: center;*/
	line-height:15px;
}
.nav {
/*width: 940px;*/
}
.nav ul li {
	text-align: center;
	height: 85px;
	line-height: 85px;
	position: relative;
	float: left;
	background: url(../images/nav_li.png) no-repeat right center;
}
.nav ul li a {
	width: 120px;
	/* padding: 0 5px; */
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	color: #ffffff;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
.nav ul li a:hover, .nav ul li a.active {
	background: #e64614;
}
.idxernav {
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    background-color:#264b99 ;
    z-index: 999;
    display: none;
}
.nav ul li .idxernav a {
    line-height: 60px;
}

.nav ul li:hover .idxernav {
    display: block;
}



/*banner*/

.banner {
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 1;
}
.banner_content {
	width: 100%;
	height: 500px;
	z-index: 1;
}
.banner_jz {
	left: 0%;
	z-index: 1;
	position: absolute;
}
.bannerbuycom {
	width: 100%;
	height: 500px;
	margin: auto;
	z-index: 1;
	position: relative;
}
.bannerbuycom .num {
	overflow: hidden;
	height: 15px;
	position: absolute;
	bottom: 55px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	zoom: 1;
	z-index: 3
}
.bannerbuycom .num li {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 400;
	font-family: "΢���ź�", Arial;
	color: #FFFFFF;
	background: #ccc;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	font-size: 0;
}
.bannerbuycom .num li.on {
	background: #264b99;
}
.banner_write {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	z-index: 9999;
}
.banner_write h3 span {
	font-size: 45px;
	color: rgb(7, 55, 99);
	border-bottom: 1px solid #FF9900;
	padding-bottom: 5px;
	letter-spacing: 12px;
}
.banner_write h6 {
	color: rgb(32, 18, 77);
	font-family: "Microsoft YaHei";
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 20px;
}
.banner_write p {
	color: rgb(7, 55, 99);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
.banner_btn {
	width: 380px;
	margin-top: 95px;
}
.banner_btn a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	margin: 0 20px;
	display: block;
	float: left;
	color: #fff;
	transition: background-color 0.4s ease 0s;
}
.banner_btn a.btn_contact {
	background: #073763;
}
.banner_btn a.btn_contact:hover {
	background: #1c4587;
}
.banner_btn a.btn_register {
	background: #f90;
}
.banner_btn a.btn_register:hover {
	background: #ff5700;
}
/*footer*/

.footer {
	width: 100%;
	height: auto;
	background: #1F1F2C;
	padding: 20px 0;
}
.footer p {
	text-align: center;
	line-height: 28px;
	color: rgb(144, 144, 152);
	font-family: Microsoft YaHei;
}
.footer p a {
	color: rgb(144, 144, 152);
}
.footer p a:hover {
	text-decoration: underline;
}
.footer p.bg {
	width: 274px;
	height: 28px;
	background: url(../images/copyright_bg.png) no-repeat center;
	color: #fff;
	font-family: "Microsoft yahei";
	font-size: 14px;
}
.footer p.bg a {
	color: #fff;
}
.footer p.bg a:hover {
	color: #f90;
	text-decoration: underline;
}
.back_top {
	width: 40px;
	height: 40px;
	background: url(../images/back_top_bg.png) no-repeat left top;
	cursor: pointer;
	position: fixed;
	right: 100px;
	bottom: 100px;
	display: none;
}
.back_top:hover {
	background: url(../images/back_top_bg.png) no-repeat left bottom;
}
/*main*/

.main {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	/* padding-bottom: 20px; */
}
.left {
	width: 235px;
	height: auto;
	overflow: hidden;
}
.left_top {
	/*width: 100%;*/
	height: auto;
	overflow: hidden;
	background: #264b99;
	padding: 20px 0 10px 20px;
}
.left_top h1 {
	color: rgb(255, 255, 255);
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
	line-height: 30px;
}
.left_top h5 {
	color: rgb(255, 255, 255);
	font-family: Microsoft YaHei;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}
.left_top ul {
	margin-top: 25px;
}
.left_top ul li {
	height: 34px;
	line-height: 34px;
	padding-bottom: 10px;
}
.left_top ul li a {
	display: block;
	padding-left: 70px;
	background: url(../images/left_li.png) no-repeat;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #ffffff;
}
.left_top ul li a.active, .left_top ul li a:hover {
	color: #264b99;
	background: url(../images/left_li_hover.png) no-repeat;
}
.left_bottom {
	width: 100%;
	height: auto;
	min-height: 120px;
	background: url(../images/left_bottom.jpg) repeat-y;
	margin-top: 20px;
}
.left_bottom_box {
	height: 100%;
	background: url(../images/mobile_ws59.png) no-repeat 20px center;
	padding-left: 75px;
}
.left_bottom_box h6 {
	color: #fff;
	font-family: Microsoft YaHei;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 20px;
	float: left;
}
.left_bottom_box p {
	line-height: 30px;
	color: #fff;
	font-family: Microsoft YaHei;
	/*font-size: 20px;*/
	font-size: 16px;
	float: left;
}
.left_bottom .add_left {
	background: url(../images/add_left.png) no-repeat 20px center;
	height: auto;
}
.add_left p {
	font-size: 14px;
}
/*right*/

.right {
	width: 910px;
	overflow: hidden;
}
.right_position {
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 35px;
	line-height: 30px;
	position: relative;
}
.right_position h4 {
	font-weight: normal;
	color: rgb(102, 102, 102);
	font-family: Microsoft YaHei;
	font-size: 12px;
}
.right_position h4 a {
	color: rgb(102, 102, 102);
	font-size: 13px;
}
.right_position h4 a:hover {
	text-decoration: underline;
}
.right_position span {
	width: 90px;
	height: 2px;
	background: #264b99;
	position: absolute;
	right: 0;
	bottom: -1px;
}
.right_content {
	padding: 25px 0;
}
.right img {
	max-width: 750px;
}
.right p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
/*float-rig*/
.float-rig {
	position: fixed;
	_position: absolute;
	right: 10px;
	margin-top: -120px;
	top: 50%;
	width: 56px;
	display: block;
	z-index: 52;
_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 310));
	z-index: 99999999999;
}
.float-rig li {
	width: 56px;
	height: 56px;
	display: block;
	margin-bottom: 1px;
	position: relative;
	float: left;
	background-color: #aaa;
}
.float-rig li b {
	width: 56px;
	height: 56px;
	display: block;
	background-image: url(../images/float.png);
	background-color: #aaa;
	cursor: pointer;
	overflow: hidden;
}
.float-rig li .b0 {
	background-color: #aaa;
}
.float-rig li .b1 {
	background-position: left -56px;
	background-color: #aaa;
}
.float-rig li .b2 {
	background-position: left -112px;
	background-color: #aaa;
}
.float-rig li .b3 {
	background-color: #aaa;
	background-image: url(../images/f_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.float-rig li .b4 {
	background-position: left -224px;
	cursor: pointer;
}
.float-rig li .b5 {
	background-position: left -280px;
	cursor: pointer;
	background-color: #aaa
}
.float-rig li .b0:hover {
	background-color: #D5A23D;
}
.float-rig li .b1:hover {
	background-position: left -56px;
	background-color: #35ae6e;
}
.float-rig li .b2:hover {
	background-position: left -112px;
	background-color: #279fbc;
}
.float-rig li .b3:hover {
	background-color: #E6162D;
}
.float-rig li .b4:hover {
	background-position: left -224px;
	cursor: pointer;
}
.float-rig li .b5:hover {
	background-position: left -280px;
	cursor: pointer;
	background-color: #ED6911
}
.float-rig li.h b {
	background-color: #b0b0b0
}
.float-rig li .box {
	width: 146px;
	overflow: hidden;
	position: absolute;
	top: 0;
	/*right: 56px;*/
	right:47px;
	display: none;
	transform-origin: right 30%;
	-webkit-transform-origin: right 30%;
}
.float-rig li.h .box {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}
.float-rig li .box div {
	width: 115px;
	padding: 8px 10px 12px 10px;
	background-color: #FFF;
	display: block;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	text-align: center;
}
.float-rig li .box div h1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.float-rig li .box div em {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.float-rig li .box p {
	width: 6px;
	height: 9px;
	margin: 0px;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 22px;
	right: 4px;
	background: url(float.png);
}
.float-rig .l1 .box {
	transform-origin: right 18%;
	-webkit-transform-origin: right 18%;
}
.float-rig .l1 .box div {
	padding-top: 15px
}
.float-rig .l1 .box div h1 {
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 0
}
.float-rig .l2 .box {
	line-height: 22px;
	font-size: 14px;
	transform-origin: right 18%;
	-webkit-transform-origin: right 18%;
}
.float-rig .l2 .box div h1 {
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #db4546;
}
.float-rig .l2 .box div em {
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #db4546;
	font-size: 14px
}
.float-rig .amn3 span {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}
.float-rig .l3 .box {
	font-size: 14px
}
.float-rig .l3 .box div h1 {
	margin-bottom: 5px
}
.float-rig .l4 {
	display: none
}

.neipage,.bannerbuypic,.bannerbuypic li {
	width: 100% !important;
	z-index: 1;
}
.neipage img,.bannerbuypic img {
	height: 500px;
	width: 100%;
	z-index: 1;
	object-fit: cover;
}