

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
p,
tr,
td {
	padding: 0;
	margin: 0;
}

html body a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

body {
	background: #f5f5f5;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

/*---------------------------------top----------------------------------------*/

.top {
	height: 34px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f2f2f2;
}

.top_con {
	width: 1200px;
	margin: 0 auto;
}

.top_left {
	float: left;
}

.top_index {
	display: block;
	font: 12px/32px "微软雅黑";
	color: #999;
	float: left;
	margin-right: 20px;
}

.top_index i {
	display: block;
	width: 16px;
	height: 14px;
	float: left;
	background: url(../img/bg.png) -784px -98px;
	margin: 9px 7px 0 10px;
}

.top_left p {
	font: 12px/32px "微软雅黑";
	color: #999;
	float: left;
	margin-right: 20px;
}

.top_left p span {
	color: #e00b0b;
}

.top_right {
	float: right;
	position: relative;
	height: 32px;
}

.top_right a {
	height: 32px;
	display: block;
	font: 12px/32px "微软雅黑";
	color: #999;
	float: left;
	margin-right: 20px;
	/*pointer-events: none;*/
}

.userifr a img {
	width: 26px;
	height: 26px;
}

.top_right a:first-child {
	margin-right: 10px;
}

.ser_vip i {
	display: block;
	width: 10px;
	height: 6px;
	float: right;
	background: url(../img/bg.png) -652px -72px;
	margin: 13px 0 0 5px;
}

.userifr {
	float: left;
	position: relative;
}

.userifr a {
	color: #666;
}

.userifr a:first-child {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	margin: 3px 5px 0 0;
}

.top_right p i {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin: 5px 6px 0 0px;
}

.top_right p span {
	padding-left: 8px;
}

.ser_vip_drp {
	width: 106px;
	height: 120px;
	position: absolute;
	top: 50px;
	left: -10px;
	background: url(../img/bg.png) 0 -179px no-repeat;
	padding-top: 12px;
	z-index: -99;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;

}

.ser_vip_drp li a {
	display: block;
	font: 14px/30px "微软雅黑";
	color: #333px;
	width: 106px;
	text-align: center;
	margin: 0 auto;
}

.userifr {
	float: left;
}

.userifr a {
	color: #666;
}

.userifr a:first-child {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	margin: 3px 5px 0 0;
}

.userifr a img {
	width: 26px;
	height: 26px;
}

.otlist {
	width: 66px;
	height: 101px;
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: -99;
	margin-left: -33px;
	padding-top: 3px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	background: #fff url(../img/bg.png) -189px -416px no-repeat;
	border-radius: 6px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.userifr .otlist li a {
	display: block;
	font: 12px/28px "微软雅黑";
	color: #666;
	width: 100%;
	border-radius: 0;
	border: 0;
	text-align: center;
	background: none;
	float: none;
}

.userifr .otlist li a:hover {
	background: #eee;
}

.ser_vipbx {
	width: auto;
	height: 30px;
	float: left;
	position: relative;
}

.focusOn {
	float: left;
	height: 32px;
	font: 12px/32px "微软雅黑";
	color: #999;
}

.sharebx {
	position: relative;
	float: right;
}

/*kezihang*/
.sharebx a {
	margin-right: 0px !important;
}

.focusOn i {
	display: block;
	width: 22px;
	height: 22px;
	margin: 5px 6px 0 0px;
}

.webo {
	background: url(../img/bg.png) -64px 0 no-repeat;
	cursor: pointer;
}

.weixin {
	background: url(../img/bg.png) -32px 0 no-repeat;
	cursor: pointer;
}

.tencent {
	background: url(../img/bg.png) 0 0 no-repeat;
	cursor: pointer;
}

.ewmbx {
	width: 134px;
	height: 134px;
	position: absolute;
	top: 50px;
	left: -50px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	z-index: -9;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.ewmbx img {
	width: 100px;
	height: 100px;
	margin: 10px auto 0 auto;
}

.ewmbx p {
	font: 9px/20px "微软雅黑";
	color: #666;
	text-align: center;
}

/*---------------------------------header-------------------------------------*/

/*.head {
	width: 100%;
	height: 116px;
	background: #fff;
}

.head_nav {
	width: 1200px;
	padding-top: 20px;
	margin: 0 auto;
}

.logo {
	display: block;
	width: 196px;
	height: 66px;
	float: left;
	margin: 0 185px 0 12px;
}*/

/*--------------------------.search--------------------------*/
/*
.search {
	float: left;
}

.search_box {
	height: 40px;
	border: 1px solid #E00B0B;
	border-radius: 4px;
	position: relative;
}

.idst_clas {
	float: left;
	width: 100px;
	height: 38px;
	cursor: pointer;
}

.idst_clas p {
	font: 14px/38px "微软雅黑";
	color: #999;
	width: 70px;
	text-align: center;
	float: left;
}

.idst_clas i {
	display: block;
	width: 10px;
	height: 6px;
	background: url(../img/bg.png) -652px -72px no-repeat;
	float: left;
	margin-top: 16px;
}

.idst_clas span {
	display: block;
	width: 1px;
	height: 14px;
	background: #E00B0B;
	float: right;
	margin-top: 12px;
}

.search_k {
	display: block;
	float: left;
	width: 280px;
	height: 38px;
	border: 0;
	border-radius: 5px;
	outline: none;
	padding-left: 30px;
}

.search_btn {
	display: block;
	width: 88px;
	height: 38px;
	background: #E00B0B;
	float: right;
	font: 18px/36px "微软雅黑";
	color: #fff;
	text-align: right;
	padding-right: 14px;
	position: relative;
	outline: none;
	border: 0;
}

.qk_search a,
.qk_search p {
	display: block;
	float: left;
	padding: 0 5px;
	font: 14px/32px "微软雅黑";
	color: #999;
}

.search_box {
	position: relative;
	margin-top: 10px;
}

.search_icon_frist {
	display: block;
	height: 18px;
	width: 18px;
	background: url("../img/search.png") no-repeat center/100% 100%;
	position: absolute;
	left: 5px;
	top: 10px;
	!* background: rebeccapurple; *!
}

.search_icon {
	display: block;
	height: 18px;
	width: 18px;
	background: url(../img/bg.png) -273px -365px no-repeat;
	position: absolute;
	right: 55px;
	top: 10px;
}

.idst_drp {
	display: none;
	width: 350px;
	height: 216px;
	background: #fff;
	position: absolute;
	z-index: 9999;
	top: 40px;
	left: 0;
	border-radius: 4px;
	overflow: auto;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.idst_drp li {
	font: 14px/44px "微软雅黑";
	border-radius: 4px;
	padding-left: 22px;
	cursor: pointer;
	color: #8c8f98;
}

.idst_drp li span {
	display: none;
	width: 7px;
	height: 13px;
	background: url(../img/bg.png) -257px -365px no-repeat;
	float: right;
	margin: 16px 20px 0 0;
}

.idst_drp .chos {
	background: #f7f7f7;
	font-weight: 600;
	color: #333;
}

.idst_drp .chos span {
	display: block;
}

.idst_drp li:hover {
	background: #f7f7f7;
	font-weight: 600;
	color: #333;
}

.idst_drp li:hover span {
	display: block;
}

.schBox {
	display: none;
	width: 250px;
	height: 216px;
	overflow: auto;
	border-radius: 4px;
	background: #fff;
	position: absolute;
	top: 40px;
	left: 100px;
	z-index: 9999;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.schBox li {
	font: 14px/44px "微软雅黑";
	border-radius: 4px;
	padding-left: 22px;
	cursor: pointer;
	color: #8c8f98;
}

.schBox li span {
	display: none;
	width: 7px;
	height: 13px;
	background: url(../img/bg.png) -257px -365px no-repeat;
	float: right;
	margin: 16px 20px 0 0;
}

.schBox .chos {
	background: #f7f7f7;
	font-weight: 600;
	color: #333;
}

.schBox .chos span {
	display: block;
}

.schBox li:hover {
	background: #f7f7f7;
	font-weight: 600;
	color: #333;
}

.schBox li:hover span {
	display: block;
}
*/

/*----------------------------------search-End----------------------------------*/
/*
.focus {
	float: right;
	margin-right: 50px;
}

.focus div {
	float: right;
	margin-left: 20px;
}

.focus img {
	display: block;
	height: 60px;
	width: 60px;
	margin: 0 auto;
}

.focus p {
	font: 12px/26px "微软雅黑";
	color: #999;
}*/

/*------------------------nowadr-------------------------------*/
.adrbx {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
}

.nowadr {
	width: 700px;
	font: 14px/40px "微软雅黑";
	color: #999;
	float: left;
}

.nowadr a {
	color: #333;
}

.nowadr a:last-child {
	color: #333;
}

.nowadr p {
	float: right;
	font: 14px/52px "微软雅黑";
	color: #E00B0B;
}

.adrbx_tips {
	float: right;
	color: rgb(224, 11, 11);
	font: 14px/52px 微软雅黑;
}

/*---------------------.nav_bar-------------------------*/


.nav_bar {
	height: 40px;
	width: 100%;
	background: #fff;
	position: relative;
}

.navbar_lists {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

.bdclass {
	width: 180px;
	height: 40px;
	background: #e00b0b;
	font: 16px/40px "微软雅黑";
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 75px;
}

.nav_bar_item {
	display: block;
	float: left;
	height: 40px;
	width: 100px;
	margin: 0 10px;
	font: 18px/40px "微软雅黑";
	color: #444;
	text-align: center;
}

.nav_bar_item span {
	display: block;
	width: 10px;
	height: 6px;
	float: right;
	background: url(../img/bg.png) -652px -72px;
	margin-top: 17px;
	pointer-events: none
}

/*.nav_bar_item:hover{
	text-decoration: none;
	color:#e00b0b;
}*/
.nav_bar_item:hover span {
	background: url(../img/bg.png) -632px -72px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

/*------------------------fdlinks-------------------------*/

.fdlinks {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.fdlinks_bx {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px 10px 20px;
}

/*-------------------footer--------------------*/

.footer {
	width: 100%;
	background: #fff;
	margin-top: 10px;
}

.fd_links_nav p {
	float: left;
	font: 18px/46px "微软雅黑";
	color: #333333;
	margin-right: 40px;
	cursor: pointer;
}

.fd_links_nav {
	border-bottom: 1px solid #dddddd;
	position: relative;
}

.udline {
	position: absolute;
	display: block;
	height: 2px;
	width: 30px;
	bottom: 0px;
	left: 20px;
	background: #e00b0b;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.fd_links_lists {
	display: none;
	padding-top: 10px;
	height: 80px;
	overflow: hidden;
}

.fd_links_lists>li {
	height: 80px;
	position: relative;
}

.fd_links_lists a {
	display: block;
	float: left;
	font: 14px/34px "微软雅黑";
	color: #999;
	width: 120px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*kezihang*/
.ftlink_bx {
	width: 760px;
	padding-top: 13px;
	height: 48px;
	margin: 0 auto;
}

/*kezihang*/
.ftlink_bx a {
	display: block;
	width: 20%;
	font: 18px/22px "微软雅黑";
	color: #666;
	float: left;
	text-align: center;
}

.ftlink_bx a:last-child {
	border-right: 0;
}

.ftlogo {
	display: block;
	width: 302px;
	height: 103px;
	margin: 35px auto 0 auto;
}

.ftlogo img {
	width: 266px;
	height: 90px;
}

.cpy_ifrbx {
	width: 1200px;
	margin: 0 auto;
}

.cpy_ifr {
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

.ab_links {
	width: 386px;
	height: 180px;
	border-right: 1px solid #ddd;
	float: left;
}

.ab_links_item {
	width: 128px;
	float: left;
}

.ab_links_item a {
	display: block;
	text-align: center;
	font: 14px/36px "微软雅黑";
	color: #666;
}

.ab_links_item .the_first {
	font-size: 20px;
	color: #333;
}

.cpy_ewm {
	float: left;
	padding: 0 30px;
	width: 429px;
	border-right: 1px solid #dddddd;
	box-sizing: border-box;
}

.cpy_ewm_item {
	padding-top: 10px;
	float: left;
	width: 120px;
	margin: 0 30px;
}

.cpy_ewm_item img {
	display: block;
	width: 120px;
	height: 120px;
}

.cpy_ewm_item p {
	font: 16px/50px "微软雅黑";
	color: #707070;
	text-align: center;
}

.cpy_phnumb {
	width: 383px;
	float: left;
	padding: 0 40px;
	padding-top: 5px;
	box-sizing: border-box;
}

.cpy_phnumb p {
	font: 14px/34px "微软雅黑";
	color: #666;
	text-align: center;
}

.cpy_phnumb p span {
	display: block;
	width: 18px;
	height: 16px;
	float: left;
	margin-top: 8px;
	margin-left: 20px;
}

.servers_rx span {
	background: url(../img/bg.png) -566px -72px no-repeat;
}

.servers_kf span {
	height: 19px !important;
	background: url(../img/bg.png) -379px -183px no-repeat;
}

.phnumb {
	font: 28px/48px "微软雅黑";
	color: #ff7301;
	text-align: center;
	font-weight: 600;
}

.cpy_ftr {
	padding-top: 10px;
}

.cpy_gs {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 34px;
}

.cpy_gs img {
	float: left;
	width: 128px;
	height: 52px;
	margin: 0 10px;
}

.cpy_ftr p {
	font: 14px/30px "微软雅黑";
	color: #666;
	text-align: center;
	margin: 0 auto;
}

/*-------------------------------recom_brand---------------------------------------*/

.recom_brand {
	margin-top: 10px;
	width: 100%;
	height: auto;
}

.rec_brand_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.recbd_tits {
	overflow: hidden;
	/*height:66px;*/
	margin-bottom: 10px;
}

.recbd_tits i {
	display: block;
	width: 6px;
	height: 26px;
	background: #555ba6;
	float: left;
	margin: 0px 10px 0 0;
}

.recbd_tits p {
	font: 24px/26px "å¾®è½¯é›…é»‘";
	color: #333;
	float: left;
}

.recbd_tits a {
	display: block;
	font: 14px/26px "å¾®è½¯é›…é»‘";
	color: #999;
	float: right;
}

.recbd_lists {
	height: 60px;
	background: #eee;
}

.recbd_tabs {
	height: 60px;
	width: 140px;
	font: 16px/52px "å¾®è½¯é›…é»‘";
	color: #666;
	text-align: center;
	float: left;
	border-top: 3px solid #eee;
	cursor: pointer;
}

.PActive {
	border-top: 2px solid #1b91f7;
	background: #FFF;
	color: #1b91f7;
}

.recbd_lists_items {
	display: none;
	padding: 20px 10px 20px 20px;
	background: #fff;
}

.recbd_lists_items li {
	margin: 0;
	float: left;
	margin-right:2%;
	width:18.4%;
	margin-bottom:20px;
}
.recbd_lists_items li:nth-child(5n){
    margin-right:0;
}

.recbd_lists_items li a {
	float:left;
	width: 100%;
	height:auto;
	overflow: hidden;
	position: relative;
}

.recbd_lists_items a img {
	width: 80%;
	height:auto;
	margin:0 10%;
}

.recbd_ims_itr {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	padding-top: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.recbd_ims_itr p {
	width: 200px;
	margin: 0 auto;
	font: 16px/30px "微软雅黑";
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recbd_ims_itr span {
	display: block;
	font: 16px/22px "微软雅黑";
	color: #666;
	text-align: center;
}

.recbd_ims_itr span i {
	font-style: normal;
	color: #E00B0B;
}

.recbd_lists_items a:hover .recbd_ims_itr {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=1);
}

.rdims_itr {
	width: 100%;
	padding-bottom: 5px;
}

.rdims_itr p {
	width: 224px;
	font: 16px/30px "微软雅黑";
	color: #333;
	margin-top: 3px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rdims_itr span {
	display: block;
	text-align: center;
	font: 16px/28px "微软雅黑";
	color: #E00B0B;
	font-weight: 600;
}

.rdims {
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.rdims:hover {
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.rdims_drp {
	display: block;
	width: 110px !important;
	height: 34px !important;
	border: 1px solid #ddd;
	margin: 10px auto 0 auto;
}

.rdims_drp i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../image/bg.png) -267px -98px no-repeat;
	float: left;
	margin: 7px 8px 0 23px;
}

.rdims_drp p {
	font: 16px/32px "微软雅黑";
	color: #666;
	float: left;
}

.null {
	font: 28px/48px "微软雅黑";
	color: #666;
	text-align: center;
}



.choose {
	color: #333;
}

.show {
	display: block;
}

.hide {
	display: none;
}

body .redColor {
	color: #e00b0b;
}

body .theFirstColor {
	color: #ff5050;
}

body .theSecondColor {
	color: #ff7640;
}

body .theThreeColor {
	color: #f1a31b;
}

html body .redBgColor {
	background: #E00B0B;
	color: #fff;
}

html body .oringeBgColor {
	background: #f9a411;
}

html body .oringeBgColor a {
	color: #fff;
}

/*叶世立*/
.pagesNum {
	height: 55px;
	padding-top: 15px;
	margin: 0 auto;
	max-width: 546px;
	display: table;
}

.pagesNum a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font: 14px/38px "微软雅黑";
	color: #999;
	text-align: center;
	float: left;
	margin-right: 6px;
	background: #fff;
}

.pagesNum .pages_next {
	margin-right: 0;
	background: #fff url(../img/bg.png) -721px -228px no-repeat;
}

.pagesNum .pages_prve {
	background: #fff url(../img/bg.png) -757px -228px no-repeat;
}

.pagesNum .pages_active {
	background: #ff5c5c;
	color: #fff;
	border-color: #ff5c5c;
}

.redBgColor a {
	color: #fff !important;
}

.ity_clas_all a {
	color: #666;
}

.disabled {
	pointer-events: none !important;
	background: #e3e3e3 !important;
}

/*kezihang*/
.icon_ph {
	float: left !important;
	margin: 52px 0 0 50px !important;
}

/*-------------------------------------------404-------------------------------------*/

.navbar_bx {
	height: 40px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
	width: 720px !important;
}

.lost {
	width: 100%;
	height: 890px;
	position: relative;
	overflow: hidden;
}

.lostbg {
	width: 1920px;
	height: 890px;
	background: url(../img/lost.jpg) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.lostbg h3 {
	font: 34px/70px "微软雅黑";
	color: #517fcb;
	margin-top: 280px;
	text-align: center;
}

.lostbg p {
	font: 24px/48px "微软雅黑";
	color: #517fcb;
	text-align: center;
}

.lostbg p a {
	color: #e00b0b;
}

.activeBg {
	background: #E00B0B;
	color: #fff;
}


/*---------------------------------------------------------*/

.way5 {
	margin-top: 10px;
	width: 100%;
}

.way5_con {
	width: 1200px;
	margin: 0 auto;
}

.way5_tit {
	font: 24px/32px "微软雅黑";
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}

.way5_tit span {
	font-size: 46px;
	color: #E00B0B;
	font-style: italic;
	font-weight: 600;
	margin: 0 10px;
}

.way5_bx {
	height: 115px;
	width: 100%;
	background: #fff;
	padding: 26px 0 0 30px;
}

.way_itms {
	float: left;
	width: 153px;
	height: 63px;
}

.way_itms i {
	display: block;
	width: 63px;
	height: 63px;
	float: left;
	margin-right: 10px;
}

.way_itms:nth-of-type(1) i {
	background: url(../img/bg.png) -230px -597px no-repeat;
}

.way_itms:nth-of-type(2) i {
	background: url(../img/bg.png) -304px -597px no-repeat;
}

.way_itms:nth-of-type(3) i {
	background: url(../img/bg.png) -380px -597px no-repeat;
}

.way_itms:nth-of-type(4) i {
	background: url(../img/bg.png) -453px -597px no-repeat;
}

.way_itms:nth-of-type(5) i {
	background: url(../img/bg.png) -526px -597px no-repeat;
}

.step {
	float: left;
}

.step span {
	display: block;
	font: 18px/26px "微软雅黑";
	color: #fff;
	background: #E00B0B;
	border-radius: 4px;
	width: 80px;
	margin-top: 5px;
	text-align: center;
}

.step p {
	font: 20px/34px "微软雅黑";
	color: #333;
}

.Dirtmrk {
	display: block;
	width: 16px;
	height: 28px;
	float: left;
	background: url(../img/bg.png) -444px -557px no-repeat;
	margin: 16px 39px 0 39px;
}

/* ------------关于我们头部导航 gq---------------------------------------------- */
/* 头部导航 */
.nav-warp {
	width: 100%;
	height: 77px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	z-index: 1;
}

.nav-warp>.nav {
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

.nav-warp>.nav>a {
	display: block;
	width: 176px;
	height: 59px;
	float: none;
	margin: 0;
	align-self: center;
}

.nav-warp>.nav>a>img {
	width: 100%;
	cursor: pointer;
}

.nav-warp>.nav>ul {
	height: 77px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 44px;
	position: relative;
}

.nav-warp>.nav>ul>li {
	margin-left: 88px;
}

.nav-warp>.nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #333333;
}

.nav-warp>.nav>ul>li>.selcet {
	color: #e00b0b;
}

.nav-warp>.nav>ul>li>.selcet::after {
	display: block;
	content: "";
	width: 72px;
	height: 5px;
	background-color: #e00b0b;
	position: absolute;
	bottom: 0;
}


/* 返回顶部 tools */
.public-tools {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 10;
}

.public-tools a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	/* border: 1px solid #ccc; */
	margin: 2px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 5px;
	cursor: pointer;
}

.public-tools a p {
	margin: 0;
	font-size: 12px;
	line-height: 10px;
}

.public-tools>a:first-child {
	background-color: #2baced;
}

.public-tools>a:nth-child(2) {
	background-color: orange;
}

.public-tools>a:last-child {
	background-color: gray;
}

.public-tools a i {
	font-size: 26px;
}

/* 留言咨询 */
.part-last>.consulting {
	padding: 20px;
}

.name {
	height: 38px;
	float: left;
}

.part-last {
	width: 848px;
	margin-bottom: 0;
	border: solid 1px #596db5;
	padding: 0;
	background: #fff;

}

.part-last>.part_tits {
	width: 848px;
	height: 39px;
	background-color: #596db5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 0;
}

.part-last>.part_tits>p {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	float: none;
	line-height: 39px;
}

.part-last>.part_tits>p>i {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
	margin: 0 4px;
	width: 20px;
}

.part-last>.part_tits>div {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 17px;
}

.part-last>.part_tits>div>i {
	width: 20px;
	vertical-align: middle;
	display: inline;
	background: none;
	float: none;
	margin: 0;
}

.part-last>.part_tits>div>span {
	font-size: 22.22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fbe28c;
}

.consulting p {
	font: 16px/38px "微软雅黑";
	color: #333;
	float: left;
	margin-right: 12px;
}

.consulting p span {
	color: #E00B0B;
}

.consulting input {
	display: block;
	float: left;
	height: 38px;
	outline: none;
	color: #333;
	border: 1px solid #bbb;
}

.name input {
	width: 350px;
	padding-left: 5px;
}

.gender {
	width: 140px;
	float: left;
	height: 38px;
	margin-left: 20px;
}

.gender input {
	width: 12px;
	height: 12px;
	margin-top: 13px;
	margin-right: 8px;
}

.gender p {
	margin-right: 30px;
}

.money {
	float: right;
	width: 370px;
	height: 38px;
}

.money select {
	display: block;
	height: 38px;
	width: 320px;
	outline: none;
	border: 1px solid #bbb;
	float: left;
	padding: 0 6px;
}

.phoneNumber {
	height: 38px;
	float: left;
	width: 410px;
	margin-top: 20px;
	margin-left: 0;
}

.phoneNumber input {
	width: 350px;
	padding-left: 5px;
}

.area {
	width: 370px;
	float: right;
	height: 38px;
	/*margin-top: 20px;*/
}

.area select {
	display: block;
	float: left;
	width: 158px;
	margin-right: 5px;
	height: 38px;
	outline: none;
	border: 1px solid #bbb;
	padding: 0 6px;
}

.Leave_msg {
	width: 410px;
	float: left;
	margin-top: 20px;
}

.msg_box {
	width: 358px;
	float: left;
}

.msg_box textarea {
	display: block;
	width: 358px;
	height: 248px;
	outline: none;
	resize: vertical;
	padding: 10px 6px;
	resize: none
}

.agree {
	height: 62px;
}

.noagree_btn {
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin: 22px 10px 0 13px;
	background: url(../img/bg.png) -335px -240px no-repeat;
	cursor: pointer;
}

.agree_btn {
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin: 22px 10px 0 13px;
	background: url(../img/bg.png) -307px -240px no-repeat;
	cursor: pointer;
}

.agree p {
	font: 14px/62px "微软雅黑";
	color: #555;
}

.agree p a {
	color: #E00B0B;
}

.msg_box .join_sub_btn {
	display: block;
	border: 0;
	height: 46px;
	width: 160px;
	border-radius: 6px;
	background: #193188;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}

.quick_msg {
	width: 370px;
	float: right;
	margin-top: 20px;
}

.quick_msg_tits {
	height: 52px;
	width: 370px;
	background: #596db5;
}

.quick_msg_tits p {
	font: 18px/50px "微软雅黑";
	color: #ffffff;
	float: left;
}

.quick_msg_tits p>i {
	margin-right: 10px;
	vertical-align: middle;
}

.quick_msg_tits span {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

.qk_msg_lists {
	border-bottom: 1px solid #596db5;
	border-right: 1px solid #596db5;
	border-left: 1px solid #596db5;
	width: 368px;
	overflow: hidden;
}

.qk_msg_lists li {
	height: 36px;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: left;
}

.qk_msg_lists li span {
	display: block;
	width: 4px;
	height: 4px;
	background: #E00B0B;
	/* float: left;
	margin: 16px 10px 0 20px; */
}

.qk_msg_lists li p {
	width: 320px;
	float: left;
	font: 14px/36px "微软雅黑";
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qk_msg_lists li:hover p {
	color: #E00B0B;
}

/*.qk_msg_lists li:hover {
	background: #fff5f5;
}*/

/* 在线咨询结束 */

/* 链接滚动新版样式 */
.link-content {
	height: 80px;
	margin-top: 10px;
}
.link-content>ul>li{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	text-align: center;
}
.link-content>ul>li>a {
	display: block;
	float: left;
	font: 14px/34px "微软雅黑";
	color: #999;
	width: 116px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link-content>ul>li>a:nth-of-type(9n){
	/* text-align: right; */
}
.join-friend {
	display: none;
}

.link-content>ul,
.link-content>ul>li {
	height: 80px;
	overflow: hidden;
}

/* .fd_links_lists>ul{
	height: 79px;
	overflow: hidden;
	animation: scroll 5s 0s linear infinite;
	position: relative;
}
@-webkit-keyframes scroll {
	0% {
		top: 0%; 
	}

	100% {
		top: -100%;
	}
} */


/* 公共用弹框 */
.tips-mark {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10000;
	display: none;
}

.tips-mark>div {
	width: 341px;
	height: 253px;
	background-color: #ffffff;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index:10000;
}

.tips-mark>div>h6 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	padding: 19px 0;
	box-sizing: border-box;
}

.tips-mark>div>p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #cccccc;
	padding: 19px;
	box-sizing: border-box;
}

.tips-mark>div>.only-tips_sure {
	width: 55px;
	height: 35px;
	background-color: #337ab7;
	border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	cursor: pointer;
	margin: 18px auto 0;
}

.tips-mark>div>p>i {
	color: #f0871a;
	font-size: 28px;
	margin-top: 3px;
	margin-right: 10px;
}

.tips-mark>div>.tips-user-option {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	padding-right: 28px;
	padding-top: 18px;
	box-sizing: border-box;
}

.tips-mark>div>.tips-user-option>span {
	display: block;
	width: 55px;
	height: 35px;
	background-color: #337ab7;
	border-radius: 4px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
}

.tips-mark>div>.tips-user-option>span:nth-of-type(2) {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	color: #666666;
	margin-left: 20px;
}
/*
.tips-user{
	display: none;
}*/

/* 新版头部 */
.head-nav {
	width: 100%;
	background: #fff;
	padding: 16px 0;
}

.head-nav>.head-nav_content {
	width: 1200px;
	margin: 0 auto;
}

.head-nav>.head-nav_content>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head-nav>.head-nav_content>ul>li:first-of-type>a>img {
	display: block;
	width: 196px;
	height: 66px;
}

.head-nav>.head-nav_content>ul>li:nth-of-type(2) {
	width: 460px;
	position: relative;
	/* margin-right: 77px; */
	padding-top: 14px;
	box-sizing: border-box;
}

.head-nav>.head-nav_content>ul>li:nth-of-type(2)>.search-box {
	width: 460px;
	height: 38px;
	line-height: 38px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #e00b0b;
	overflow: hidden;
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>div {
	width: 82px;
	padding-left: 9px;
	font-size: 16px;
	box-sizing: border-box;
	/* text-align: center; */
	position: relative;
	cursor: pointer;
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>div::after {
	display: block;
	content: "";
	border-width: 7px;
	border-style: solid;
	border-color: #666666 transparent transparent transparent;
	position: absolute;
	top: 57%;
	right: 5px;
	transform: translateY(-50%);
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>input {
	width: 270px;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
	outline: none;
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>span {
	display: block;
	width: 89px;
	height: 38px;
	text-align: center;
	background-color: #e00b0b;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
}

.head-nav_content>ul>li:nth-of-type(2)>.search-box>span>i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.head-nav_content>ul>li:nth-of-type(2)>ul {
	width: 65px;
	/* height: 235px; */
	padding: 20px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px rgba(152, 152, 152, 0.29);
	position: absolute;
	display: none;
	z-index: 100;
}

.head-nav_content>ul>li:nth-of-type(2)>ul>li {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	text-align: right;
	color: #333333;
	letter-spacing: 11px;
	line-height: 30px;
	padding-left: 2px;
	box-sizing: border-box;
	cursor: pointer;
}

.head-nav_content>ul>li:nth-of-type(2)>ul>li:nth-of-type(4) {
	letter-spacing: 0;
	text-align: center;
}

.head-nav_content>ul>li:nth-of-type(2)>ul>li:hover {
	background: #e00b0b;
	color: #ffffff;
}

.head-nav_content>ul>li:nth-of-type(2)>section {
	height: 20px;
	line-height: 20px;
	display: flex;
	margin-top: 10px;
}

.head-nav_content>ul>li:nth-of-type(2)>section>p,
.head-nav_content>ul>li:nth-of-type(2)>section>a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.head-nav_content>ul>li:nth-of-type(2)>section>a {
	color: #999999;
	margin-right: 14px;
}

.head-nav_content>ul>li:nth-of-type(2)>section>a:last-of-type {
	margin-right: 0;
}

.head-nav_content>ul>li:nth-of-type(3) {
	display: flex;
	text-align: center;
	margin-right: 30px;
}

.head-nav_content>ul>li:nth-of-type(3)>div {
	width: 80px;
	text-align: center;
}

.head-nav_content>ul>li:nth-of-type(3)>div>img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.head-nav>.head-nav_list {
	width: 900px;
	margin: 32px auto 0;
	text-align: center;
}

.head-nav>.head-nav_list>a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-right: 87px;

}

.head-nav>.head-nav_list >.selcet,.navbar_lists > .selcet{
	color: #e00b0b;
}

/* .head-nav>.head-nav_list>a:first-of-type{
	display: inline-block;
	width: 180px;
	height: 40px;
	background: #e00b0b;
	color: #fff;
	line-height: 40px;
} */
.head-nav>.head-nav_list>a:last-of-type {
	margin-right: 0;
}

/* 展会广告位 */
.adv-exhibition {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}
.adv-exhibition>ul>li{
	margin-bottom: 2px;
}
.adv-exhibition>ul>li:last-child{
	margin-bottom: 10px !important;
}
.adv-exhibition>ul>li>a,
.adv-exhibition>ul>li>a>img {
	display: block;
	width: 1200px;
	height: 80px;
}
.adv-exhibition>ul>li>a>img{
	background: rebeccapurple;
}
/*kezihang*/
#loading {
	width: 100%;
	text-align: center;
	display: none;
	margin-top: 10px;
	border: none;
}

#loading img {
	display: inline-block;
}