/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

/*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
.content {
	margin: 0 auto;
	width: 1200px;
}

.content1 {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 50px;
}

table {
	border-collapse: collapse;
}

body {
	font: 12px/150% Microsoft YaHei, Arial, Helvetica, sans-serif, "\5b8b\4f53";
	color: #333;
	background: #f2f2f2;
}

.fr {
	float: left;
}

.rt {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.hidden {
	display: none;
}

/*.clearfix:after{clear:both;}*/
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #263C92;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #C81623 !important;
}

.red {
	color: red;
	font-size: 18px;
	margin-left: 5px;
}

/*头部开始*/
.index_top {
	width: 100%;
	height: 80px;
	padding-top: 11px;
	position: relative;
}

.language {
	width: 465px;
	float: right;
}

.top_nav {
	height: 18px;
	font-size: 14px;
}

.top_nav span {
	margin-right: 11px;
	width: 40px;
	height: 27px;
	float: left;
	background: url(../images/topicon.png);
}

.top_nav .icon_1 {
	background-position: 0 0;
}

.top_nav .icon_2 {
	background-position: 0 -38px;
}

.top_nav .icon_3 {
	background-position: 0 -76px;
}

.top_nav .icon_4 {
	background-position: 0 -116px;
}

.top_nav .icon_5 {
	background-position: 0 -156px;
}

.top_nav .icon_6 {
	background-position: 0 -191px;
}

.top_nav .icon_7 {
	background-position: 0 -229px;
	box-shadow: 0 0 2px #000
}

.top_nav .icon_8 {
	background-position: 0 -270px;
	box-shadow: 0 0 2px #000
}

.top_nav .icon_9 {
	background-position: 0 -309px;
	box-shadow: 0 0 2px #000
}

.logo>h1 {
	text-indent: -9999px;
}

.small_line {
	height: 10px;
	width: 1px;
	float: left;
	font-size: 14px;
}

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

.cover_weixn:hover .weixin {
	opacity: 1
}

.rt_nav .weixin {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 24px;
	opacity: 0;
	transition: opacity 0.5s;
}

.rt_nav li {
	float: left;
	padding: 0 14px;
	text-align: right;
}

.rt_nav li em {
	margin-right: 6px;
}

.index_logo {
	height: 80px;
}

/* .logo{width: 568px;height: 80px;float: left;background:url(../images/logo.jpg) left top no-repeat;position:absolute;top:-39px;} */

.rt_phone {
	position: relative;
	width: 260px;
	float: right;
	padding-top: 28px;
	font-size: 17px;
	line-height: normal;
}

.rt_phone>p {
	font-weight: 600;
	font-size: 20px;
	position: absolute;
	top: 18px;
	left: -80px;
}

.rt_phone>p:nth-child(3) {
	font-size: 19px;
	font-weight: 600;
}

.icon_tel {
	display: block;
	top: 10px;
	left: -130px;
	width: 40px;
	height: 40px;
	background: url(../images/tel.png);
	position: absolute;
	background-size: 40px;
}

.dropdown-menu {
	width: 160px;
	position: absolute;
	z-index: 1000;
	top: 80px;
	left: 20px;
	background: #fff;
	text-align: left;
}

.dropdown-menu li {
	padding-left: 10px;
	line-height: 30px;
	font-size: 15px;
	color: #333
}

.dropdown-menu li.member_hover:hover {
	background: #0081e6;
}

.dropdown-menu li.member_hover:hover a {
	color: #FFF
}

.dropdown-header {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 10px;
}

#member_tongle {
	width: 110px;
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member_top {
	margin-top: 80px !important
}

/*导航*/
.n-header_box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.xgnav {
	height: 40px;
	background: url(../images/bk.jpg) repeat-x;
}

/*** nav ***/
.nav-menus {
	position: relative;
	height: 45px;
}

.nav-header {
	position: absolute;
	z-index: 1;
	width: 150px;
}

.nav-header span {
	zoom: 1;
}

.nav-menu {
	float: left;
}

.nav-wrap:hover .mask {
	display: block;
}

.nav-header,
.nav-menu a {
	color: #FFF;
	font: 16px/40px "Microsoft Yahei", Arial, sans-serif;
	text-align: center;
}

.nav-menu>a {
	display: block;
	padding: 0 29px;
}

.nav-menu>a:hover {
	background-color: #E44001
}

body .header {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	background-color: #FFF;
	font-size: 1.4em;
}

.header .logo {
	float: left;
	font-size: 0;
	line-height: 34px;
	text-align: left;
	width: 150px;
}

.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 23px;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
}

.header .text {
	float: left;
	font-size: 24px;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
	line-height: 34px;
}

.header .nav {
	font-size: 0;
	color: #fff;
}

.header .nav .container {
	position: relative;
}

.header .nav .container:after {
	width: 100%;
	background: rgba(54, 62, 69, 0.7);
	-webkit-transform: skewX(32deg);
	transform: skewX(32deg);
	position: absolute;
	left: 20px;
	top: 0;
	content: "";
	height: 100%;
}

.more_web_box{display: inline-block;line-height: 80px;position: relative;}
.more_web_box span{border-radius: 5px;color:#333;display: block;padding: 0 10px;}
.more_web_box .other_web{width: 100%;position: absolute;top: 61px;left: 0;z-index: 999;background: #F6F6F6}
.more_web_box .other_web li{height: 30px;text-align: center;line-height: 30PX;font-size: 14px;padding: 0 5px;}
.more_web_box .other_web li a{display: block}
.more_web_box .other_web li a:hover{color: #083190}
/* .header .nav li.active a:after, .header .nav li.open a:after, .header .nav li a:hover:after {
	width: 100%;
}

.header .nav-container li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #F6F6F6;
	-webkit-transform: skewX(32deg);
	transform: skewX(32deg);
	width: 0;
} */

.hn_userbox {
	float: right;
	;
	font-size: 15px;
	display: inline-block;
}

.hn_userbox .be {
	color: #e5e5e5;
	margin-left: 30px;
	height: 80px
}

.hn_userbox .be a {
	color: #666;
	padding: 0 6px;
	font-size: 15px
}

.hn_userbox .be a:hover {
	color: #005aab
}

.hn_userbox .register-box {
	line-height: 80px;
}

.nav-box {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	width: 760px;
}


.nav-container {
	width: auto;
	float: left;
}



.header .nav-container ul {
	position: relative;
	z-index: 1;
	width: auto;
}



.header .nav-container li {
	display: inline-block;
	vertical-align: middle;
}


.header .nav-container li a {
	display: block;
	font-size: 16px;
	line-height: 56px;
	padding: 12px 25px;
	color: #333;
	position: relative;
	font-weight: 700;
}

.header .nav-container>ul>li:hover>a {
	color: #092B85;
}

.header .nav-container li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
	z-index: 1;
}

.header .nav-container li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav .dropdown-box {
	position: absolute;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 1000;
	text-align: center;
	background: #f6f6f6;

}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;

	color: #333;
}

.header .nav .dropdown-box a:after {
	display: none;
}

.header .nav .dropdown-box a:hover {
	background-color: #fff;
}

.header .nav-container ul>li.active a:after,
.header .nav-container ul>li.open a:after,
.header .nav-container ul>li a:hover:after {
	width: 100%;
}

.header .nav ul>li.open .dropdown-box {
	display: block;
}

.header .tel-box {
	margin-left: 15px;
	font-size: 19px;
	letter-spacing: 1px;
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #000;
	content: '';
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

.header_container .img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header_container {
	display: flex;
	align-items: center;
	justify-content:space-between;
}

.header_submenu {
	background: #F6F6F6;
	position: absolute;
	top: 80px;
	z-index: 998;
	font-size: 16px;
	width: 100%;
	display: none;
	padding-bottom: 30px;
}

.header_menu {
	float: left;
}

.header_menu li {
	float: left;
	line-height: 40px;
	margin-right: 16px;
	margin-top: 20px;
}

.header_menu a {
	color: #333
}

.header_menu .cur {
	background: url(../images/header_pic_1.jpg) no-repeat bottom center;
}

.header_menu .cur_b {
	font-weight: bold;
}


.submenu_box2 .dropdown {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}

.submenu_box2 .dropdown .lt {
	width: 50%;
	height: 300px;
	position: relative;

}
.submenu_box2 .dropdown .lt .line{
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	height: 180px;
	width: 2px;
	background-color: #fff;
}
.submenu_box2 .dropdown .rt {
	width: 45%;

}

.submenu_box2 .dropdown .rt  .nav-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 75%;
	margin:  0 auto;
	float: none;
}
.submenu_box2 .dropdown .rt a{
	width: 45%;
}
.submenu_box2 .dropdown .rt  .nav-box .dd{
	background-color: #FFF;
	margin-bottom: 13px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 3px #CCC inset;
}
.submenu_box2 .dropdown .rt  .nav-box .dd:hover{
	background-color:#092B85 ;
	color: #FFF;
}
.submenu_box2 .dropdown .rt  .nav-box .dd .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26%;
}
.submenu_box2 .dropdown .rt  .nav-box .dd  .tt{
	flex: 1;
	display: flex;
	justify-content: flex-start;
}
.submenu_box2 .dropdown .rt  .nav-box .dd img{
	 width: 60%;
}
.submenu_box2 .dropdown .rt .bayan{
	width: 70%;
	margin:  0 auto;
	margin-top: 20px;
	display: block;
}
.submenu_box2 .dropdown .lt .tt {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.submenu_box2 .dropdown .lt .desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	text-align: justify;
}
.submenu_box2 .dropdown .lt .desc p{
	line-height: 20px;
	margin-bottom: 20px;
}
.submenu_box2 .dropdown .lt .desc em{margin-right: 5px;}
.submenu_box2 .dropdown .more {
	width: 250px;
	height: 60px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 60px;
	margin-top: 100px;
	cursor: pointer;
	border-radius: 10px;

	position: relative;
}

.submenu_box2 .dropdown .more::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	border-radius: 10px;
}
.submenu_box2 .dropdown .more:hover::before{
	background-color: #092B85;
	width: 100%;

}
.submenu_box2 .dropdown .more:hover {
	color: #FFF;
}
.header_quick {
	float: right;
	line-height: 60px;
	overflow: hidden;
}

.header_quick a {
	display: block;
	float: left;
	width: 45px;
	text-align: center;
}

.header_quick .cur_b {
	background: url(../images/header_pic_7.jpg) no-repeat bottom center
}

.header_quick .cur {
	background: url(../images/header_pic_1.jpg) no-repeat bottom center
}

.page_header_box {
	position: relative;
}

.header_eng {
	position: absolute;
	top: 0;
	right: 206px;
}

.menu_product {
	text-align: center;
	overflow: hidden;
	display: none;
	margin: 0 auto;
	border-collapse: collapse;
}

.menu_product tbody {
	display: block;
	width: 100%;
}

.menu_product tbody tr {
	width: 100%;
	display: block;
}

.menu_product td {
	display: block;
	float: left;
	;
	width: 25%;
	padding-bottom: 0;
	height: auto;
	border-top: none;
	border-bottom: none;
	vertical-align: top;
	border-right: 1px #ccc dashed;
}

.menu_product td img {
	box-shadow: 0 0 5px #ccc;
}

.menu_product a {
	color: #333
}

.submenu_product li>a {
	color: #333
}

.menu_product .menu_product_title {
	padding-bottom: 14px;
	margin-top: 20px
}

.menu_product .menu_product_title a {
	color: #000;
	font-size: 16px;
}

.menu_product a:hover,
.page_header .menu_product .menu_product_title a:hover {
	color: #263C92
}

.submenu_product a {
	display: block;
	height: 25px;
	font-size: 15px;
	padding: 3px 0
}





/* .nav{background:#005aab;} */
.nav-header {
	background: #0092a3;
	font-size: 18px;
}

.nav-header:hover {
	background: #017e8d;
	color: #FFF;
}

.nav-header .navarw {
	display: inline-block;
	_display: inline;
	zoom: 1;
	vertical-align: middle;
	padding: 0 3px;
	width: 25px;
	height: 15px;
	background: url(http://i.byerbj.com/images/tbxg/ydtm.png) no-repeat center top;
}

.nav_hover {
	background-color: #E44001;
}

/* CSS Clear */
.nav_xl a {
	display: inline;
	color: #000;
	font: 12px/18px "Microsoft Yahei", Arial, sans-serif;
	text-align: inherit;
}

/* 子菜单 */
.nav_xl {
	width: 960px;
	float: left;
	z-index: 999;
	position: absolute;
	left: 0px;
	box-shadow: 0 2px 2px #CCC;
	background-color: #F2F2F2;
	display: none;
	padding: 20px 0 10px 0;
}

.be_xl_n1_new {
	width: 240px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
}

.be_xl_n1_new img {
	width: 243px;
	height: 180px;
	margin-right: 34px;
}

.be_xl_n2_new {
	width: 960px;
	float: left;
}

.be_xl_n2_new dl {
	width: 370px;
	float: left;
}

.be_xl_n2_new .be_menu {
	padding-left: 10px;
	width: 355px;
}

.be_xl_n2_new .be_menu li:last-child {
	display: none;
}

.be_xl_n2_new dl li {
	float: left;
	height: 28px;
	/*line-height:32px;*/
}

.be_xl_n2_new dl li a {
	color: #464646;
	font-size: 14px;
	padding: 0 20px;
}

.be_xl_n2_new dl li a:hover {
	color: #014DA2;
	text-decoration: underline;
}

.be_xl_n2_new2 {
	float: right;
	overflow: hidden;
	height: 205px;
	padding-top: 15px;
}

.be_xl_n2_new2 img {
	width: 275px;
	height: 205px;
	padding-right: 18px;
	float: left;
}

.be_xl_n2_new2 a:nth-of-type(3) img {
	padding-right: 0;
}

.zl_x1_new1t {
	width: 238px;
	border-bottom: 1px solid #ccc;
	height: 56px;
	padding-top: 10px;
}

.zl_x1_new11 {
	width: 258px;
	margin-top: 12px;
}

.zl_x1_new11 a {
	width: 86px;
	float: left;
	color: #464646;
	text-decoration: none;
	line-height: 20px;
}

.zl_x1_new11 a:hover {
	/*color:#014DA2;*/
	text-decoration: underline;
}

.zl_x1_new {
	width: 674px;
	padding-top: 26px;
}

.zl_x1_new2 {
	width: 430px;
}

.al_xl_n2_new dl {
	padding-top: 20px;
}

.al_xl_n2_new2 {
	width: 440px;
	float: left;
}

.al_xl_n2_new dl {
	width: 200px;
	float: left;
}

.al_xl_n2_new dl li {
	width: 100px;
	float: left;
	height: 34px;
	line-height: 32px;
}

.zjbe_new01 {
	width: 380px;
}

.zjbe_xl_n2_new2 {
	width: 440px;
	float: left;
}

.n-nav-zx {
	width: 152px;
	position: absolute;
	right: 60px;
	top: 3px;
	height: 41px;
}

.n-nav-zx a {
	display: block;
	height: 40px;
	background: #0092A3;
	border-radius: 2px;
	text-align: center;
	font: 16px/40px "微软雅黑";
	color: #fff;
}

.n-nav-zx a:hover {
	background: #008090;
	color: #fff;
}

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

.rt_register>div {
	position: absolute;
	right: -240px;
	top: 15px;
	font-size: 16px;
}

.rt_register>div>span {
	margin-right: 20px;
}

.rt_register div img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.rt_register .btn_register {
	left: 120px;
	top: 20px;
}

/*轮播图开始*/
.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}

.slideBox .hd {
	position: absolute;
	left: 50%;
	top: 498px;
	z-index: 99;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 20px;
	text-align: center;
	background: #CCC;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #092B85;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	background-size: 100% 539px;
	background-position: center center;
	position: relative;
}

.slideBox .bd li h3 {
	position: absolute;
	top: 25px;
	left: 50%;
	color: yellow;
	font-size: 18px;
	letter-spacing: 5px;
}

.slideBox .bd ul li a {
	width: 100%;
	height: 600px;
	z-index: 1;
	display: block;
}

.banner_mask {
	position: absolute;
	left: -6px;
	top: 0;
	background: #000;
	opacity: 0.5;
	width: 130px;
	height: 15px;
}

/*智慧检测开始*/
.back_color {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 135px;
	background-color: #000;
	opacity: 0.6;
}

.hx_jieshao {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 17px;
}

.zx_jieshao {
	line-height: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	font-size: 60px;
	color: #999
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

/*底部代码*/
.footer {
	background-color: #363636;
}

.foot_inner {
	height: 175px;
	padding-top: 60px;
}

.lt_box2 {
	width: 600px;
	height: 130px;
	float: left;
}

.lt_box2>p {
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}

.lt_box2>p>a {
	color: #fff
}

.lt_box2>p>a:hover {
	text-decoration: underline;
}

.rt_erweima {
	width: 130px;
	height: 150px;
	display: block;
	float: right;
	margin-right: 50px;
}

.foot_inner img {
	width: 130px;
	height: 130px;
	margin-bottom: 2px;
}

.rt_erweima>p {
	text-align: center;
	font-size: 15px;
	color: #FFF;
}

.zhichi span img {
	width: 50px;
	height: 15px;
}

/*表单*/
.m-form {
	line-height: 29px;
	color: #555;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

.formitm {
	padding: 20px 0 0;
	line-height: 30px;
	width: 780px;
}

.formitm.last {
	padding: 10px 0;
}

.formitm-1 {
	padding-left: 100px;
}

.lab {
	float: left;
	width: 150px;
	margin-right: -90px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.ipt {
	margin-left: 100px;
	background: none;
}

.ipt * {
	vertical-align: middle;
}

.ipt a,
.ipt a:hover {
	text-decoration: none;
	color: #fb5500;
}

.ipt img {
	height: 28px;
	margin: 0 15px 0 5px;
}

.ipt .domain {
	margin: 0 0 0 5px;
	font-weight: bold;
	color: #777;
}

.ipt p {
	height: 22px;
	line-height: 22px;
	color: #fb5500;
}

.tip {
	padding-top: 10px;
	color: #545454 !important;
}

.tip input {
	margin: 0 5px 3px 0;
}

.u-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #2d88bf;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
	background: #54aede;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6dbde4), to(#399dd8));
	background: -webkit-linear-gradient(#6dbde4, #399dd8);
	background: -moz-linear-gradient(#6dbde4, #399dd8);
	background: -ms-linear-gradient(#6dbde4, #399dd8);
	background: linear-gradient(#6dbde4, #399dd8);
}

button.u-btn {
	*height: 30px;
	_line-height: 25px;
}

.u-btn,
.u-btn:hover {
	color: #fff;
	text-decoration: none;
}

.u-ipt {
	width: 450px;
	padding: 5px;
	height: 30px;
	border: 1px solid #D9D9D9;
	border-top-color: #c0c0c0;
	line-height: 17px;
	font-size: 12px;
	color: #777;
}

.guestbook {
	width: 700px;
	margin: 20px auto;
}

fieldset {
	border: 0;
}

input[type=text]:focus {
	border: 1px solid #92B4EB;
	background-color: #FAFAFA;
}

/* 验证码 */
.vcode {
	width: 250px;
	height: 55px;
	font-size: 18px;
}

#VCode {
	width: 180px;
	height: 60px;
	margin: 0 0 0 20px;
	cursor: pointer
}

/*弹窗表单*/
.tanchuang {
	background-color: #F0F0F0;
	width: 650px;
	height: 480px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -325px;
	z-index: 9999;
	display: none;
}

.tc_top {
	width: 100%;
	height: 270px;
}

.tc_top .click_hide {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	background: url(../images/clickhide.png);
	background-size: 35px 35px;
	transition: all ease .5s;
}

.tc_top .click_hide:hover {
	transform: rotate(320deg);
}

.tc_title {
	padding: 10px 10px 0 20px;
	height: 30px;
	position: relative;
}

.tc_title .tt_lt {
	float: left;
	font-size: 18px;
	color: #fda233;
}

.tc_title .tt_rt {
	float: right;
	width: 220px;
	line-height: 35px;
	position: absolute;
	top: 5px;
	right: 0;
}

.tc_title .tt_lt em {
	background: url(../images/icondown.png) left bottom;
	width: 15px;
	height: 20px;
	display: inline-block;
	background-size: 15px 20px;
	position: relative;
	top: 5px;
	left: 5px;
}

.tc_title .tt_lt span {
	font-size: 15px;
	color: #FF6600;
	margin-left: 10px;
}

/* .tc_title .tt_rt em{background: url(../images/tel.png) left bottom;width: 30px;height: 30px;display: inline-block;background-size:30px;position: relative;top: -3px;} */
.tc_title .tt_rt span {
	font-size: 18px;
	color: #FF6600;
	margin-left: -5px;
	display: inline-block;
	width: 200px;
	padding-left: 85px;
	background: url(../images/tel.png) no-repeat 40px;
	background-size: 35px;
}

.tc_message {
	font-size: 16px;
	padding: 10px 20px 0 20px;
}

.tc_message label {
	margin-right: 10px;
}

.tc_message input {
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px
}

.tc_message textarea {
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	resize: both;
	position: relative;
	top: 13px;
	line-height: 30px;
}

.tc_message label[for="tc_tel"] {
	margin-left: 42px;
}

.tc_message label[for="tc_message"] {
	margin-left: 57px;
}

.tc_message .tc_click {
	position: absolute;
	cursor: pointer;
	left: 360px;
	top: 18px;
	width: 200px;
	height: 50px;
	font-size: 20px;
	background-color: #fda233;
	color: #FFF;
	font-weight: 600;
	border-radius: 10px;
	animation: map 0.8s infinite;
}

@-moz-keyframes map {
	0% {
		-moz-transform: scale(1, 1)
	}

	50% {
		-moz-transform: scale(0.95, 0.95)
	}

	100% {
		-moz-transform: scale(1, 1)
	}
}

@-ms-keyframes map {
	0% {
		-ms-transform: scale(1, 1)
	}

	50% {
		-ms-transform: scale(0.95, 0.95)
	}

	100% {
		-ms-transform: scale(1, 1)
	}
}

@-o-keyframes map {
	0% {
		-o-transform: scale(1, 1)
	}

	50% {
		-o-transform: scale(0.95, 0.95)
	}

	100% {
		-o-transform: scale(1, 1)
	}
}

@-webkit-keyframes map {
	0% {
		-webkit-transform: scale(1, 1)
	}

	50% {
		-webkit-transform: scale(0.95, 0.95)
	}

	100% {
		-webkit-transform: scale(1, 1)
	}
}

@keyframes map {
	0% {
		transform: scale(1, 1)
	}

	50% {
		transform: scale(0.95, 0.95)
	}

	100% {
		transform: scale(1, 1)
	}
}

.redstar {
	color: red;
	font-size: 14px;
	margin-left: 5px;
}

#code {
	width: 100px;
	height: 42px;
	font-size: 14px;
}

.verify {
	cursor: pointer;
}

.tc_message .yanzhengma {
	padding-top: 20px;
	position: relative;
}

/*  new banner */

.banner-box {
	margin-top: 80px;
}

.qinquan-mtop{
	margin-top: 120px;
}

.qinquan-top{
	top: 120px;
}


.banner .swiper-slide {
	background: no-repeat center / cover;
	cursor: pointer;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}

.banner .banner-video-box {
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
}

.banner .banner-video-box video {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: -200px;
	left: 0;
}

.banner .banner-video-box .banner-video-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
}

.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #015cb5;
	z-index: 10;
	display: none;
}

.yunu-footer-fix li {
	float: left;
	width: 25%;
}

.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 36px;
	line-height: 1;
}

.yunu-footer-fix li i {
	display: block;
	height: 100px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 20px;
}

.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}

.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}

.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}


/* new footer */

.footer {
	background-color: #F6F6F6;
	padding-top: 60px;
	color: #bdbebf;

}

.footer .pp {
	display: none;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: #083190;
}

.footer dl {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
}

.footer dt {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer dt:after {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #52565a;
	margin-top: 10px;
}

.footer dd {
	margin: 0;
}

.footer dd li {
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer dl:nth-of-type(2) dd li{
	line-height: 26px;
}
.footer-contact {
	float: right;
	width: 236px;
}

.footer-contact .tel {
	font-size: 22px;
	color: #333;
	line-height: 1.1;
}

.footer-contact .tel small {
	font-size: 16px;
}

.footer-contact .code {
	margin: 30px 0 0 0;
}

.footer-contact .code .img-center {
	float: left;
	width: 100px;
}

.footer-contact .code .text {
	float: right;
	border-top: 1px solid #52565a;
	border-bottom: 1px solid #52565a;
	line-height: 28px;
	padding: 20px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 4px;
}

.footer-copy {
	background-color: #2e2e2e;
	color: #fff;
	margin-top: 50px;
	padding: 15px 0;
	text-align: center;
}

.footer-copy p {
	margin: 5px 0;
}

.footer-copy a {
	color: #fff;
}

.copyright a {
	font-size: 16px;
}

.nav-footer {
	overflow: hidden;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #015cb5;
	z-index: 10;
	display: none;
	color: #FFF;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	margin-bottom: 3px;
	font-size: 16px;
}

.footer-copy .bd-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	font-size: 14px;
}

.wap-footer {
	display: none;
}

.pc-footer {
	background-color: #242424 !important;
	position: relative;
	display: block;

}

.pc-footer-inner {
	display: flex;
	justify-content: space-between;
}

.pc-footer-inner .tel-box {
	width: 230px;
	height: 200px;
	border-left: 1px solid #707070;
	color: #FFF;
	padding-left: 30px;
}

.pc-footer-inner .tel-box .tel {
	margin-bottom: 10px;
}

.pc-footer-inner .tel-box p {
	line-height: 24px;

}

.pc-footer-inner .tel-box p.title {
	font-size: 14px;
}

.pc-footer-inner .tel-box p.desc {
	font-size: 20px;
}

.pc-footer-inner .erweima-box {
	width: 180px;
	height: 200px;
}

.pc-footer-inner a {
	color: #FFF;
}

.pc-footer-inner a:hover {
	color: #fff;
}

.pc-footer-inner .nav-list {
	width: 800px;
}

.pc-footer-inner .nav-list dl {
	width: 17%;
}

.pc-footer-inner .nav-list dd a {
	color: #999;
	font-size: 14px;
}

.pc-footer-inner .nav-list dd a:hover {
	color: #FFF;
}

.pc-footer-inner .erweima-box .dd {
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.pc-footer-inner .erweima-box .dd img {
	width: 120px;
	margin-bottom: 5px;
}

.footer-bt {
	background-color: #2e2e2e;
	padding: 30px 0 20px 0;
}

.footer-bt-inner {
	display: flex;
	justify-content: space-between;
	color: #FFF;
}

.footer-bt-inner .lt {
	width: 60%;
}

.footer-bt-inner .rt {
	width: 40%;
	font-size: 13px;
	text-align: right;
}

.footer-bt-inner a {
	color: #fff;
	display: inline-block;
	padding: 0 6px;
	font-size: 13px;
}

.footer-bt-inner .rt .falv {
	text-align: right;
	margin-bottom: 8px;
}

.footer-bt-inner .rt .beian {
	color: #999;
	margin-top: 8px;
}

.address-box {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.address-box p {
	line-height: 25px;
	font-size: 16px;
}

.baodan-footer {
	width: 50%;
	display: flex;
	flex-direction: row-reverse;

}

.baodan-footer form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin: 0 auto; */
	padding-top: 20px;

}

.baodan-footer form .biaodan-dd {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.baodan-footer form .biaodan-dd input {
	width: 45%;
	margin-bottom: 10px;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
}

.baodan-footer form .biaodan-dd textarea {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.baodan-footer form .vcode-box {
	justify-content: unset;
}

/* .baodan-footer form .vcode-box input{
	width: 150px;
} */
.baodan-footer form .vcode-box img {
	height: 50px;
	width: 180px;
	margin-left: 20px;
}

.biaodan-dd button {
	width: 150px;
	height: 35px;
	font-size: 16px;
}

.wechat-box {
	margin-top: 10px;
}

.wechat-box img {
	width: 130px;
}

.wechat-box img:nth-of-type(2) {
	margin-left: 20px;
}

.wechat-box img:nth-of-type(3) {
	margin-left: 20px;
}

.about-box {
	padding-top: 30px;
}

.about-box .about-nav-title {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	width: 80%;
	margin-bottom: 10px;
}

.about-box .about-left {
	float: left;
	width: 40%;
}

.about-box .about-left ul {
	padding-left: 60px;
}

.about-box .about-left ul li {
	line-height: 50px;
}

.about-box .about-right {
	float: left;
	width: 60%;
}

.about-box .about-right .img-box {
	position: relative;
}

.about-box .about-right img {
	width: 80%;
	position: absolute;
	top: -22px;
	box-shadow: 0 0 5px #ccc;
}

.link-icon img {
	width: 30px;
	margin-right: 10px;
}

.fixed-box {
	position: fixed;
	left: 10px;
	top: 45%;
	width: 60px;
	color: #FFF;
	cursor: pointer;
	z-index: 999;

	/* height: 200px; */
}
.fixed-box img{
	width: 80%;
}
.fixed-box .zixun {
	height: 60px;
	background-color: #207BE6;
	margin-bottom: 20px;
	text-align: center;
}

.fixed-box .zixun:hover {
	background-color: #1B68BF;
}

.fixed-box img {
	width: 40px;
}

.fixed-box .list {
	background-color: #FFF;
	box-shadow: 0 0 5px #ccc;
}

.fixed-box .list li {
	height: 70px;
	text-align: center;
	color: #333;
	position: relative;
}

.fixed-box .list li img {
	margin-top: 10px;
}

.fixed-box .list li:hover {
	background-color: #f0f0f0;
}

.fixed-box .list li>p {
	line-height: 20px;
	position: relative;
	top: -2px;
}

.fixed-box .list li .weixin-box {
	width: 100px;
	height: 220px;
	box-shadow: 0 0 5px #ccc;
	background-color: #FFF;
	position: absolute;
	left: 70px;
	top: 0;
	display: none;
}

.fixed-box .list li .weixin-box .img-box {
	width: 70%;
	margin: 0 auto;
	/* margin-bottom: 15px; */
}

.fixed-box .list li .weixin-box .img-box:nth-of-type(1) {
	margin-bottom: 10px;
}

.fixed-box .list li .weixin-box .img-box img {
	width: 100%;
}

.fixed-box .list li .rexian-box {
	width: 200px;
	height: 30px;
	box-shadow: 0 0 5px #ccc;
	background-color: #FFF;
	position: absolute;
	left: 60px;
	top: 0;
	display: none;
}

.fixed-box .list li .rexian-box p {
	font-size: 18px;
	line-height: 30px;
}

.fixed-box .go-top {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-box .go-top img {
	width: 35px;
}

.fixed-box .list li .weixin-box:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 46px;
	right: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	filter: drop-shadow(1px 1px 0 #aaa);
}
.qinquan-content{
	background-color: #FEF0F0;
}
.qinquan-box{

	color: #333;
	position: relative;
	height: 40px;
}
.qinquan-box p{
	font-size: 16px;
	font-weight: 600;
	padding-left: 20px;
	letter-spacing: 2px;
	position: absolute;
	cursor: pointer;
	left: 100px;
	top:50%;
	transform: translateY(-50%);
	
	
}
.qinquan-box p b{
	color: red;
}
.qinquan-box p em{
	/* text-decoration: underline; */
	color: red;
}
.qinquan-box p i{
	color: red;
}


.qinquan-box .qinquan-close{
	position: absolute;
	right: 30px;
	top:50%;
	transform: translateY(-50%);
	font-size: 18px;
	display: block;
}
.qinquan-fixed{
	position: fixed;
	right: 0;
	bottom: 20px;
	/* box-shadow: 0px 0px 5px 3px red inset; */
	cursor: pointer;
	padding: 3px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
.qinquan-close-fixed{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	font-size: 14px;
	width: 20px;
	height: 20px;
	display: block;
	background-color: red;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qinquan-fixed img{
	width: 300px;
}
.gundong {
	animation: qinqung-gundong 2s 0.3s linear infinite;
  }
  
  @keyframes qinqung-gundong {
	0% {
	  transform: scale(0.9);
	}
	25% {

	  transform: scale(1);
	}
	50% {

	  transform: scale(1.2);
	}
	75% {

	  transform: scale(1);
	}
	100% {
	  transform: scale(0.9);
	}
  }