@font-face{font-family:DINCondensed;src:url(../fonts/fonteditor.eot);src:url(../fonts/fonteditor.eot?#iefix) format('embedded-opentype'),url(../fonts/fonteditor.woff2) format('woff2'),url(../fonts/fonteditor.woff) format('woff'),url(../fonts/fonteditor.ttf) format('truetype'),url(../fonts/fonteditor.svg#iconfont) format('svg')}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_675763_eujx631hrgi.eot);
    src: url(//at.alicdn.com/t/font_675763_eujx631hrgi.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_675763_eujx631hrgi.woff) format('woff'), url(//at.alicdn.com/t/font_675763_eujx631hrgi.ttf) format('truetype'), url(//at.alicdn.com/t/font_675763_eujx631hrgi.svg#iconfont) format('svg')
}

.i-f {
    font-family: iconfont
}

* {
	-webkit-overflow-scrolling: auto
}

h1,h2,h3,h4,h5,h6 {
	margin: 0
}

a {
	color: #333;
	transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

body,html {
	font-family: 'arial','microsoft yahei';
	line-height: 1.8;
}

.eg_button {
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: .5s;
	background-color: #32beff;
	color: #fff;
	border-radius: 1px;
	font-size: 20px;
	cursor: pointer
}

.eg_button:hover {
	background-color: #005aab
}

.eg_button.texture:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(xiewenbackground.svg);
	background-size: 4px;
	background-repeat: repeat;
	opacity: .2
}

.eg_button.gradient {
	background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
	background-size: 200% auto;
	color: #fff
}

.eg_button.gradient:hover {
	background-position: right center
}

.eg_button.solid {
	width: 198px;
	height: 78px;
	line-height: 78px;
	background-color: #005aab;
	border: 1px solid #005aab;
	color: #fff
}

.eg_button.solid:hover {
	background-color: #32beff;
	border: 1px solid #32beff;
	color: #fff
}

.eg_button.hollow {
	width: 198px;
	height: 78px;
	line-height: 78px;
	background-color: #fff;
	border: 1px solid #005aab;
	color: #005aab
}

.eg_button.hollow:hover {
	border: 1px solid #32beff;
	color: #32beff
}

.eg_button.hollow_gradient {
	width: 198px;
	height: 78px;
	line-height: 78px;
	background-color: transparent;
	border: 1px solid #005aab;
	-o-border-image: linear-gradient(to right,#32beff 0,#005aab 100%) 10 10;
	border-image: linear-gradient(to right,#32beff 0,#005aab 100%) 10 10;
	color: #005aab;
	transition: all 0s
}

.eg_button.hollow_gradient:hover {
	-o-border-image: linear-gradient(to left,#32beff 0,#005aab 100%) 10 10;
	border-image: linear-gradient(to left,#32beff 0,#005aab 100%) 10 10;
	transition: all 0s;
	color: #005aab!important
}

.eg_button.disabled {
	width: 198px;
	height: 78px;
	line-height: 78px;
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #ccc
}

.header_fixed {
	transition: .9s all
}

.footer_cookie {
	display: none!important
}

.groupHeader {
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 0;
	transition: .8s all;
	z-index: 30
}

.groupHeader.fixed {
	position: fixed
}

.groupHeader.hideNav {
	top: -125px
}

.groupHeader .top_nav {
	height: 40px;
	line-height: 40px;
	background-color: #0f2341
}

.groupHeader .top_nav .top_nav_content_left span {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
	line-height: 40px
}

.groupHeader .top_nav .top_nav_content_left i {
	color: #fff;
	cursor: pointer
}

.groupHeader .top_nav .top_nav_content_left .iconarrow-sanjiao-down-s {
	display: inline-block
}

.groupHeader .top_nav .top_nav_content_left .iconarrow-sanjiao-up-s {
	display: none
}

.groupHeader .top_nav .top_nav_content_left.show .iconarrow-sanjiao-down-s {
	display: none
}

.groupHeader .top_nav .top_nav_content_left.show .iconarrow-sanjiao-up-s {
	display: inline-block
}

.groupHeader .top_nav .top_nav_content_left.show .officialWebsite {
	display: block
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite {
	background-image: url(about:blank);
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(15,35,65,.9);
	z-index: 13;
	line-height: normal;
	padding-bottom: 20px;
	padding-top: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
	border-top: 1px solid #3c4b64;
	border-top: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .officialWebsite_close {
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid rgba(15,35,65,.1);
	box-sizing: border-box
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .officialWebsite_close .iconclose {
	font-size: 24px;
	color: #666;
	padding-right: 23px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory {
	text-align: left;
	padding-bottom: 25px;
	border-top: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory:first-child {
	border-top: 0
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory p {
	font-size: 14px;
	color: #fff;
	opacity: .45;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	-khtml-opacity: .45;
	padding-top: 25px;
	padding-bottom: 15px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul {
	margin: 0 -20px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:last-child:after {
	display: none
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: url(hg2020_header_line.png);
	position: relative;
	top: 6px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li a {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 0 20px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li a:hover {
	color: #fff!important
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li a img {
	height: 25px
}

.groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:first-child {
	margin-left: 0
}

.groupHeader .top_nav .top_nav_content_right {
	text-align: right
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance {
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: normal
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance span {
	margin-right: 5px;
	line-height: 40px
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content {
	background-image: url(about:blank);
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(15,35,65,.95);
	z-index: 1;
	right: 0;
	top: 40px;
	text-align: center;
	box-sizing: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
	border-top: 1px solid #3c4b64;
	border-top: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .iconclose {
	font-size: 24px
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_content_group {
	font-size: 0;
	cursor: default
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_left {
	width: 65%;
	box-sizing: border-box;
	padding-right: 60px;
	display: inline-block;
	text-align: left
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_left a {
	display: block;
	text-align: center
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_left a img {
	height: 48px;
	width: 48px
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_right {
	width: 35%;
	box-sizing: border-box;
	padding: 45px 0 45px 60px;
	display: inline-block;
	border-left: 1px solid #3c4b64;
	border-left: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_right a {
	display: block;
	height: 220px
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_item {
	margin: -15px 0
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_item p {
	font-size: 16px;
	color: #fff;
	padding: 15px 10px 0;
	box-sizing: border-box
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .quickEntrance_content .quickEntrance_item ul li {
	width: 16.66667%;
	line-height: 1;
	margin: 15px 0
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .iconarrow-sanjiao-down-s {
	display: inline-block
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance .iconarrow-sanjiao-up-s {
	display: none
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance.show .iconarrow-sanjiao-down-s {
	display: none
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance.show .iconarrow-sanjiao-up-s {
	display: inline-block
}

.groupHeader .top_nav .top_nav_content_right .quick_entrance.show .quickEntrance_content {
	display: block
}

.groupHeader .top_nav .top_nav_content_right .line {
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	margin: 0 30px;
	vertical-align: middle
}

.groupHeader .top_nav .top_nav_content_right .language {
	display: inline-block
}

.groupHeader .top_nav .top_nav_content_right .language a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: .45;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	-khtml-opacity: .45
}

.groupHeader .top_nav .top_nav_content_right .language a.color {
	color: #fff;
	opacity: 1
}

.groupHeader .top_nav .top_nav_content_right .language p {
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	-moz-opacity: .2;
	-khtml-opacity: .2;
	margin: 0 10px;
	vertical-align: middle
}

.groupHeader .top_nav_main {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#330f2341, endColorstr=#330f2341);
	height: 110px;
	line-height: 110px;
	position: relative;
	background: rgba(15,35,65,.2);
}

.groupHeader .top_nav_main .top_nav_main_content {
	text-align: center
}

.groupHeader .top_nav_main .top_nav_main_content .group_logo {
	width: auto;
	margin-top: 2px;
	text-align: left;
}

.groupHeader .top_nav_main .top_nav_main_content .group_logo .logo {
	display: none
}

.groupHeader .top_nav_main .top_nav_main_content .group_logo img {
	width: 210px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group {
	font-size: 20px;
	width: auto;
	text-align: left;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title {
	padding: 0 32px;
	box-sizing: border-box;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title a:focus {
	outline: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
	cursor: pointer
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item {
	display: none;
	background: #293751;
	position: absolute;
	left: 0;
	width: 100%;
	top: 110px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left {
	padding: 45px 0;
	text-align: left;
	width: 36.37%;
	padding-right: 60px;
	border-right: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left .pic_hidden {
	overflow: hidden;
	height: 220px;
	position: relative;
	width: 100%
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left .pic_hidden img {
	height: 100%
}



.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left .pic_hidden h2 {
	font-size: 20px;



	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: 20px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right {
	width: 63.63%;
	text-align: left;
	padding-left: 60px;
	padding-top: 47px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top {
	line-height: normal
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul {
	border-bottom: 1px solid rgba(255,255,255,.1)
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li {
	text-align: center;
	margin-left: 30px;
	position: relative;
	padding: 0 5px;
	padding-bottom: 20px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li a {
	color: #fff;
	font-size: 14px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li a:hover {
	color: #32beff!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li span {
	display: none!important;
	font-size: 16px;
	color: #32beff;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -8px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li span:after {
	display: none
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li:first-child {
	margin-left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li.active span {
	display: inline-block!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li.active :after {
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #32beff;
	position: absolute;
	bottom: -1px;
	left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li.hover span {
	display: inline-block!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li.hover a {
	color: #32beff;
	opacity: 1
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li.hover :after {
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #32beff!important;
	position: absolute;
	bottom: -1px;
	left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul.noHover li.active span {
	display: none!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul.noHover li.hover span {
	display: none!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom {
	display: block !important;
	margin-top: 20px;
	text-align: left;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .img_item {
	width: 50%;
	text-align: left
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .img_item .pic_hidden {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .img_item .pic_hidden img {
	height: 100%
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .img_item.img_item_left {
	padding-right: 15px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .img_item.img_item_right {
	padding-left: 15px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom .one_pic_hidden {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom ul {
	padding-top: 5px;
	line-height: normal
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom ul li {
	margin-right: 40px;
	margin-bottom: 15px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom ul li a {
	font-size: 14px;
	color: #ccc
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic {
	height: 70px;
	line-height: 70px;
	text-align: center
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right {
	width: 100%;
	padding: 0;
	text-align: center
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top {
	display: inline-block
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top ul {
	width: auto;
	border: none
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top ul li {
	width: auto;
	padding-bottom: 0;
	margin-left: 60px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top ul li:first-child {
	margin-left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top ul li.active :after {
	display: none
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item.noPic .group_item_right .group_item_right_top ul li.hover :after {
	display: none
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.close_nav {
	width: 100%;
	text-align: right;
	padding-right: 27px;
	border-bottom: 1px solid rgba(15,35,65,.1);
	box-sizing: border-box
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.close_nav .iconclose {
	color: #666;
	font-size: 24px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.close_nav .nav_title {
	padding: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title {
	position: relative
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title p {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	font-weight: 700
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title:after {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .group_item {
	display: block
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title {
	position: relative
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title p {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	font-weight: 700
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title:after {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search {
	text-align: right;
	line-height: normal;
	height: auto;
	padding: 36px 0;
	padding-bottom: 0!important;
	position: relative;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input {
	width: 150px;
	border: 1px solid rgba(255,255,255,.4);
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 16px;
	padding-right: 11px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input input {
	border: none;
	outline: 0;
	width: 90px;
	font-size: 14px;
	background: 0 0;
	margin: 0;
	margin-right: 15px;
	color: rgba(255,255,255,.3)
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input input.emt {
	color: rgba(255,255,255,.3)
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group {
	vertical-align: baseline;
	height: 38px;
	line-height: 38px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .serach_icon {
	font-size: 16px;
	vertical-align: baseline;
	color: #fff;
	cursor: pointer
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .menu_icon {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-left: 46px;
	margin-right: 23px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .iconclose {
	text-align: center;
	font-size: 24px;
	color: #ccc;
	margin-left: 46px;
	margin-right: 23px;
	vertical-align: baseline
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach {
	position: absolute;
	width: 100%;
	display: none;
	text-align: left;
	box-shadow: 0 2px 6px 0 rgba(3,0,0,.1);
	background: #fff
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach p {
	padding-left: 15px;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #333
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach ul {
	padding-top: 5px;
	padding-bottom: 10px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach ul li {
	padding-left: 15px;
	line-height: 32px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach ul li a {
	color: #666;
	font-size: 12px;
	display: block
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach ul li a:hover {
	color: #666!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .pc_hotSerach ul li:hover {
	background-color: #f8f8f8
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach {
	display: none;
	text-align: left;
	box-shadow: 0 2px 6px 0 rgba(3,0,0,.1);
	background: #fff
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach p {
	padding-left: 30px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #eee;
	color: #333;
	box-sizing: border-box
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach ul {
	padding-top: 10px;
	padding-bottom: 20px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach ul li {
	padding-left: 30px;
	line-height: 40px
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach ul li a {
	color: #666;
	font-size: 14px;

	display: block
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach ul li a:hover {
	color: #666!important
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .mo_hotSerach ul li:hover {
	background-color: #f8f8f8
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .serach_input {
	border: solid 1px #ccc;
	background: #fff;
	position: relative;
	z-index: 100
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .serach_input input {
	color: #333
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .serach_input input.emt {
	color: #ccc
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .icon_group .serach_icon {
	color: #ccc
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .icon_group .menu_icon {
	color: #ccc
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .pc_hotSerach {
	display: block
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .mo_hotSerach {
	position: relative;
	z-index: 100
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .serachMask {
	width: 100%;
	height: 100vh;
	background-color: #0f2341;
	opacity: .9;
	position: fixed;
	top: 30px;
	z-index: 99
}

.groupHeader .nav_mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #0f2341;
	z-index: 0;
	display: none;
	opacity: .9;
	z-index: 2;
	height: 100%;
}


body.mobileNavShow .groupHeader.fixed {
	height: 100%!important
}

@media (max-width:991px) {
	body.mobileNavShow {
		overflow: hidden
	}

	body.mobileNavShow .nav_mask {
		display: block
	}

	body.mobileNavShow .group_nav_group {
		display: block!important
	}

	body.mobileNavShow .top_nav {
		display: block!important
	}

	body.mobileNavShow .top_nav_main .top_nav_main_content .group_nav_search.serachFocus .pc_hotSerach {
		display: none
	}
}

body.headHover .top_nav_main,body.headWhite .top_nav_main {
	background: #fff;
	border-bottom: 1px solid #eee\0;
	box-shadow: 0 0 10px 0 rgba(15,35,65,.05);
	-webkit-filter: none;
	filter: none
}

body.headHover .top_nav_main .top_nav_main_content .group_logo .logo_w,body.headWhite .top_nav_main .top_nav_main_content .group_logo .logo_w {
	display: none
}

body.headHover .top_nav_main .top_nav_main_content .group_logo .logo,body.headWhite .top_nav_main .top_nav_main_content .group_logo .logo {
	display: inline-block
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
	color: #636363;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

@media (max-width:991px) {
	body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
		color: #333
	}
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left {
	border-right: 1px solid #3c4b64
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul {
	border-bottom: 1px solid #3c4b64
}

@media (max-width:991px) {
	body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul {
		border: none
	}
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title p,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title p {
	color: #005aab
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title:after,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show .nav_title:after {
	background-image: linear-gradient(270deg,#005aab 0,#32beff 100%);
	background: #005aab\9
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title p,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title p {
	color: #005aab
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title:after,body.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title:after {
	background-image: linear-gradient(270deg,#005aab 0,#32beff 100%);
	background: #005aab\9
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .serach_input,body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .serach_input {
	border: solid 1px #ccc
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .serach_input input,body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .serach_input input {
	color: #ccc
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .serach_input input.emt,body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .serach_input input.emt {
	color: #ccc
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .serach_icon,body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .serach_icon {
	color: #ccc
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .menu_icon,body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .serach_input .icon_group .menu_icon {
	color: #ccc
}

body.ie8 .groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory {
	border-top: 1px solid #3c4b64
}

body.ie8 .groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory:first-child {
	border-top: none
}

body.ie8 .groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:after {
	display: none
}

body.ie8 .groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:first-child:before {
	display: none
}

body.ie8 .groupHeader .top_nav .top_nav_content_left .officialWebsite .brandCategory ul li:before {

	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: url(hg2020_header_line.png);
	position: relative;
	top: 7px
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
	color: #ccc;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_left {
	border-right: 1px solid #3c4b64
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul {
	border-bottom: 1px solid #3c4b64
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.show p {
	color: #005aab!important
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title p {
	color: #fff;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1
}

body.ie8 .groupHeader .top_nav_main .group_nav_search .serach_input input {
	color: #ccc
}

body.ie8 .groupHeader .top_nav_main .group_nav_search .serach_input input.emt {
	color: #ccc
}

body.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_search .serach_input {
	border: 1px solid #ccc
}

body.ie8.headWhite .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item.active .nav_title p {
	color: #005aab
}

.groupFooter {
	width: 100%;
	background: #0f2341
}

.groupFooter .group_footer_content {
	margin-top: 60px
}

.groupFooter .group_footer_content .group_footer_left {
	width: 60%;
	vertical-align: top;
	text-align: left
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item {
	box-sizing: border-box;
	vertical-align: top;
	text-align: left
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item.padding-left-83 {
	padding-left: 8.33%
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title {
	font-size: 20px;
	margin-bottom: 26px;
	color: #fefefe
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title .iconfont {
	color: #fff
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li {
	margin-bottom: 15px;
	position: relative
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 200px;
	padding: 15px 20px 20px;
	box-sizing: border-box;
	background: url(hg2020_footer_pop_bg_xl.png) no-repeat 100% 100%;
	display: none;
	z-index: 1
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop a {
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	cursor: pointer;
	font-size: 0;
	margin-top: 0!important
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop a img {
	max-height: 15px;
	max-width: 100%;
	margin-bottom: 5px
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop a p {
	font-size: 12px;
	line-height: 18px;
	color: #fff
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop .line {
	width: 100%;
	height: 1px;
	margin: 15px 0;
	background: rgba(255,255,255,.3)
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li:hover .foo_li_pop {
	display: block
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li:hover a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #fff!important;
	filter: alpha(opacity=100)
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a {
	font-size: 16px;
	color: #fff;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	-khtml-opacity: .45;
	opacity: .45
}

.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #fff!important;
	filter: alpha(opacity=100)
}

.groupFooter .group_footer_content .group_footer_right {
	width: 40%
}

.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title {
	font-size: 0;
	color: #fefefe;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 240px
}

.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title a {
	font-size: 20px;
	color: #fefefe
}

.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title a:hover {
	color: #fefefe!important
}

.groupFooter .group_footer_content .group_footer_right ul {
	text-align: right
}

.groupFooter .group_footer_content .group_footer_right ul li {
	position: relative;
	margin-left: 15px
}

.groupFooter .group_footer_content .group_footer_right ul li:first-child {
	margin-left: 0
}

.groupFooter .group_footer_content .group_footer_right ul li .iconBox {
	display: inline-block;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #999;
	border-radius: 50%;
	box-sizing: border-box
}

.groupFooter .group_footer_content .group_footer_right ul li .iconBox p {
	font-size: 30px;
	color: #fff!important
}

.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm {
	display: none;
	position: absolute;
	width: 120px;
	text-align: center;
	left: 50%;
	margin-left: -60px;
	z-index: 2
}

.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm .iconarrow-sanjiao-up-s {
	color: #fff
}

.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm img {
	margin-top: -8px;
	width: 100%;
	height: 120px;
	display: block
}

.groupFooter .group_footer_content .group_footer_right ul li:hover .icon_ewm {
	display: block
}

.groupFooter .fotter_statement {
	margin-top: 75px;
	background-color: #11284b
}

.groupFooter .fotter_statement .fotter_statement_left {
	height: 50px;
	line-height: 50px
}

.groupFooter .fotter_statement .fotter_statement_left a {
	font-size: 14px;
	color: #fefefe;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}

.groupFooter .fotter_statement .fotter_statement_left a:hover {
	color: #fefefe!important
}

.groupFooter .fotter_statement .fotter_statement_left .line {
	font-size: 14px;
	background: #fff;
	margin: 0 15px;
	height: 10px;
	filter: alpha(opacity=10);
	-moz-opacity: .1;
	-khtml-opacity: .1;
	opacity: .1;
	width: 1px
}

.groupFooter .fotter_statement .fotter_statement_middel {
	height: 50px;
	line-height: 50px
}

.groupFooter .fotter_statement .fotter_statement_middel .line {
	height: 10px;
	width: 1px;
	background: #fff;
	margin: 0 10px;
	filter: alpha(opacity=10);
	-moz-opacity: .1;
	-khtml-opacity: .1;
	opacity: .1
}

.groupFooter .fotter_statement .fotter_statement_middel span {
	font-size: 14px;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	color: #fff
}

.groupFooter .fotter_statement .fotter_statement_middel span a {
	vertical-align: top
}

.groupFooter .fotter_statement .fotter_statement_middel span a i {
	vertical-align: top;
	color: #fff
}

.groupFooter .fotter_statement .fotter_statement_right {
	height: 50px;
	line-height: 50px
}

.groupFooter .fotter_statement .fotter_statement_right span {
	font-size: 14px;
	color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3
}

.groupFooter .fotter_statement .fotter_statement_right em {
	color: #fff;
	font-size: 14px;
	vertical-align: middle
}

@media (min-width:992px) and (max-width:1199px) {
	.groupFooter .group_footer_content {
		margin-top: 45px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop {
		background: url(hg2020_footer_pop_bg.png) no-repeat 100% 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a {
		font-size: 14px
	}

	.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title {
		padding-right: 226px
	}

	.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title a {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_right ul li {
		margin-left: 10px
	}

	.groupFooter .fotter_statement {
		margin-top: 45px
	}

	.groupFooter .group_fotter_left_item_last ul {
		width: 120%
	}
}

@media (min-width:701px) and (max-width:991px) {
	.groupFooter .group_footer_content {
		margin-top: 45px
	}

	.groupFooter .group_footer_content .group_footer_left {
		width: 100%

	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop {
		left: -65px;
		background: url(hg2020_footer_pop_bg_md.png) no-repeat 100% 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a {
		font-size: 14px
	}

	.groupFooter .group_footer_content .group_footer_right {
		width: 100%;
		margin-top: 18px;
		border-top: 1px solid rgba(255,255,255,.1)
	}

	.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title {
		padding-right: 0;
		text-align: left;
		margin-top: 33px
	}

	.groupFooter .group_footer_content .group_footer_right .group_fotter_right_item_title a {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_right ul {
		text-align: left
	}

	.groupFooter .group_footer_content .group_footer_right ul li {
		margin-left: 10px
	}

	.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm {
		position: absolute;
		width: 120px;
		text-align: center;
		left: 50%;
		margin-left: -60px;
		z-index: 2;
		top: -121px
	}

	.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm .iconarrow-sanjiao-up-s {
		color: #fff;
		position: absolute;
		bottom: 0;
		transform: rotate(180deg);
		bottom: -9px;
		margin-left: -8px
	}

	.groupFooter .group_footer_content .group_footer_right ul li .icon_ewm img {
		margin-top: -8px;
		width: 100%;
		height: 120px;
		display: block
	}

	.groupFooter .fotter_statement {
		margin-top: 60px
	}

	.groupFooter .fotter_statement .fotter_statement_left a {
		font-size: 12px
	}

	.groupFooter .fotter_statement .fotter_statement_left .line {
		margin: 0 10px
	}

	.groupFooter .fotter_statement .fotter_statement_middel span {
		font-size: 12px
	}

	.groupFooter .fotter_statement .fotter_statement_right span {
		font-size: 12px
	}

	.groupFooter .fotter_statement .fotter_statement_right em {
		font-size: 12px
	}

	.groupFooter .group_fotter_left_item_last ul {
		width: 110%
	}
}

@media (min-width:701px) and (max-width:755px) {
	.groupFooter .fotter_statement {
		width: 108%;
		margin-left: -4%
	}
}

@media (min-width:576px) and (max-width:700px) {
	.groupFooter .group_footer_content {
		margin-top: 20px
	}

	.groupFooter .group_footer_content .group_footer_left {
		width: 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item {
		padding: 0 30px;
		border-bottom: 1px solid rgba(255,255,255,.1)
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item.padding-left-83 {
		padding-left: 30px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title {
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		height: 50px;
		line-height: 50px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul {
		display: none;
		padding-bottom: 10px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop {
		background: url(hg2020_footer_pop_bg.png) no-repeat 100% 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a {
		font-size: 14px;
		margin-top: 15px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item.show ul {
		display: block
	}

	.groupFooter .group_footer_content .group_footer_right {
		width: 100%;
		text-align: left;
		padding: 0 30px;
		margin-top: 25px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box .group_fotter_right_item_title {
		padding-right: 0;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box .group_fotter_right_item_title a {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul {
		display: inline-block;
		text-align: left;
		vertical-align: middle
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li {
		margin-left: 5px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:first-child {
		margin-left: 0
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:first-child .icon_ewm img {
		margin-left: 10px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:last-child .icon_ewm img {
		position: relative
	}

	.groupFooter .fotter_statement {
		margin-top: 45px
	}

	.groupFooter .fotter_statement .fotter_statement_left {
		height: auto;
		line-height: normal;
		margin-top: 20px;
		margin-bottom: 10px
	}

	.groupFooter .fotter_statement .fotter_statement_middel {
		height: auto;
		line-height: normal;
		margin-bottom: 10px
	}

	.groupFooter .fotter_statement .fotter_statement_right {
		height: auto;
		line-height: normal;
		margin-bottom: 20px
	}
}

@media (max-width:575px) {
	.groupFooter .group_footer_content {
		margin-top: 20px
	}

	.groupFooter .group_footer_content .group_footer_left {
		width: 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item {
		padding: 0 30px;
		border-bottom: 1px solid rgba(255,255,255,.1)
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item.padding-left-83 {
		padding-left: 30px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item .group_fotter_left_item_title {
		font-size: 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		height: 50px;
		line-height: 50px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul {
		display: none;
		padding-bottom: 10px;
		padding-top: 5px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li {
		margin-bottom: 20px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li .foo_li_pop {
		background: url(hg2020_footer_pop_bg.png) no-repeat 100% 100%
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item ul li a {
		font-size: 14px;
		margin-top: 15px
	}

	.groupFooter .group_footer_content .group_footer_left .group_fotter_left_item.show ul {
		display: block
	}

	.groupFooter .group_footer_content .group_footer_right {
		width: 100%;
		text-align: left;
		padding: 0 30px;
		margin-top: 25px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box .group_fotter_right_item_title {
		padding-right: 0;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box .group_fotter_right_item_title a {
		font-size: 16px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul {
		display: inline-block;
		text-align: left;
		vertical-align: middle
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li {
		margin-left: 5px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li .icon_ewm {
		width: 100px;

		margin-left: -50px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li .icon_ewm img {
		height: 100px

	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:first-child {
		margin-left: 0
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:first-child .icon_ewm img {
		margin-left: 10px
	}

	.groupFooter .group_footer_content .group_footer_right .group_footer_right_box ul li:last-child .icon_ewm img {
		position: relative
	}

	.groupFooter .fotter_statement {
		margin-top: 45px
	}

	.groupFooter .fotter_statement .fotter_statement_left {
		height: auto;
		line-height: normal;
		margin-top: 20px;
		margin-bottom: 10px
	}

	.groupFooter .fotter_statement .fotter_statement_middel {
		height: auto;
		line-height: normal;
		margin-bottom: 10px
	}

	.groupFooter .fotter_statement .fotter_statement_middel .line {
		display: none
	}

	.groupFooter .fotter_statement .fotter_statement_middel span {
		line-height: 1;
		display: block
	}

	.groupFooter .fotter_statement .fotter_statement_middel span:first-child {
		margin-bottom: 10px
	}

	.groupFooter .fotter_statement .fotter_statement_right {
		height: auto;
		line-height: normal;
		margin-bottom: 20px
	}
}

.groupTools {
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 45px;
	transition: .9s all
}

@media (min-width:701px) and (max-width:991px) {
	.groupTools {
		bottom: 30px
	}

	.groupTools .kefu,.groupTools .shake {
		display: none
	}
}

@media (min-width:576px) and (max-width:700px) {
	.groupTools {
		bottom: 30px
	}

	.groupTools .kefu,.groupTools .shake {
		display: none
	}
}

@media (max-width:575px) {
	.groupTools {
		bottom: 20px
	}

	.groupTools .kefu,.groupTools .shake {
		display: none
	}
}

.groupTools .mainicon {
	color: #fff;
	font-size: 19px
}

.groupTools>div {
	width: 40px;
	height: 40px;
	background: #005aab;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	line-height: 40px;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.groupTools>div:hover {
	background: #4b9be6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33005aab, endColorstr=#33005aab)
}

.groupTools>div:hover .shakeTip {
	display: block
}

.groupTools>div a {
	display: inline-block
}

.groupTools>div img {
	width: 100%;
	height: 100%
}

.groupTools>div.wenjuan {
	font-size: 0
}

.groupTools>div.wenjuan .wenjuan_hover {
	display: none
}

.groupTools>div.wenjuan:hover .wenjuan_img {
	display: none
}

.groupTools>div.wenjuan:hover .wenjuan_hover {
	display: block
}

@media (max-width:1200px) {
	.groupTools>div.wenjuan:hover .wenjuan_img {
		display: block
	}

	.groupTools>div.wenjuan:hover .wenjuan_hover {
		display: none
	}
}

.groupTools.opacity>div {
	opacity: .3
}

.groupTools .shake .shakeTip {
	display: none;
	position: absolute;
	background: #fff;
	right: 50px;
	width: 77px;
	box-sizing: border-box;
	text-align: left;
	line-height: normal;
	cursor: default;
	top: 50%;
	margin-top: -69px;
	height: 138px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}

.groupTools .shake .shakeTip .shakeTip_left>p {
	padding: 10px 0;
	font-size: 12px;
	color: #666;
	line-height: 1;
	border-bottom: 1px solid #eee;
	text-align: center
}

.groupTools .shake .shakeTip .shakeTip_left ul {
	padding: 0 20px;
	margin-bottom: 15px
}

.groupTools .shake .shakeTip .shakeTip_left ul li {
	cursor: pointer;
	margin-top: 10px
}

.groupTools .shake .shakeTip .shakeTip_left ul li .iconwechat {
	font-size: 32px;
	color: #999
}

@media (max-width:1199px) {
	.groupTools .shake .shakeTip .shakeTip_left ul li .iconwechat {
		color: #55b144
	}
}

.groupTools .shake .shakeTip .shakeTip_left ul li .iconwechat:hover {
	color: #55b144
}

.groupTools .shake .shakeTip .shakeTip_left ul li .iconweibo {
	font-size: 32px;
	color: #999
}


@media (max-width:1199px) {
	.groupTools .shake .shakeTip .shakeTip_left ul li .iconweibo {
		color: #d3252f
	}
}

.groupTools .shake .shakeTip .shakeTip_left ul li .iconweibo:hover {
	color: #d3252f
}

.groupTools .shake .shakeTip .shakeTip_right {
	position: absolute;
	right: -9px;
	color: #fff;
	top: 0;
	line-height: 138px
}

.leaveAMessage {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 201
}

.leaveAMessage .leaveAMessageMask {
	position: absolute;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(15,35,65,.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
	z-index: 1;
	overflow: auto
}

.leaveAMessage .leaveAMessageMask .table {
	display: table;
	height: 100%;
	width: 100%
}

.leaveAMessage .leaveAMessageMask .table .cell {
	display: table-cell
}

.leaveAMessage .leaveAMessageFrom {
	margin: 0 auto;
	width: 600px
}

.leaveAMessage .leaveAMessageFrom .leaveAMessage_title {
	padding: 0 30px;
	line-height: 70px;
	height: 70px;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	background: #fff
}

.leaveAMessage .leaveAMessageFrom .leaveAMessage_title .iconclose {
	font-size: 24px;
	cursor: pointer
}

.leaveAMessage .leaveAMessageFrom form {
	background: #fff;
	padding: 0 30px;
	padding-top: 30px
}

.leaveAMessage .leaveAMessageFrom form>ul>li {
	margin-bottom: 10px
}

.leaveAMessage .leaveAMessageFrom form .nomargin {
	margin-bottom: 0
}

.leaveAMessage .leaveAMessageFrom form .from_title {
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
	padding-right: 10px
}

.leaveAMessage .leaveAMessageFrom form .from_title em {
	color: #f00000;
	padding-right: 5px
}

.leaveAMessage .leaveAMessageFrom form .from_title span {
	color: #666
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_DropdownBody {
	width: 100%
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown {
	width: 100%!important
}

.leaveAMessage .leaveAMessageFrom form .from_input .name,.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown {
	height: 40px;
	line-height: 40px!important;
	font-size: 14px
}

.leaveAMessage .leaveAMessageFrom form .from_input .name span,.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown span {
	padding-left: 16px
}

.leaveAMessage .leaveAMessageFrom form .from_input .i_down {
	font-family: iconfont!important;
	font-size: 16px;
	margin-top: -8px;
	right: 10px;
	width: 16px;
	height: 16px
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .listbox {
	padding-top: 9px
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .i_down:before {
	content: "\e71c"
}

.leaveAMessage .leaveAMessageFrom form .from_input #problem option:first-child {
	display: none
}

.leaveAMessage .leaveAMessageFrom form .from_input .list {
	height: 260px!important;
	max-height: 260px!important
}

.leaveAMessage .leaveAMessageFrom form .from_input .list .o_scrollbody ul li:first-child {
	display: none
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .list li {
	padding: 0 15px
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .list li span {
	line-height: normal;
	padding: 0;
	height: 40px;
	line-height: 40px
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .list li:hover {
	background: #f8f8f8;
	color: #666
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .list li.cur:hover {
	background: #005aab;
	color: #fff
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_Dropdown .list li span {
	font-size: 14px
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_DropdownBody.open .o_Dropdown {
	box-shadow: 0 0 5px 0 rgba(0,90,171,.3);
	border: solid 1px #005aab
}

.leaveAMessage .leaveAMessageFrom form .from_input .o_DropdownBody.open .o_Dropdown .i_down:before {

	content: "\e71f"
}

.leaveAMessage .leaveAMessageFrom form .from_input .input {
	width: 100%;
	height: 40px;

	line-height: 40px;
	overflow: hidden
}

.leaveAMessage .leaveAMessageFrom form .from_input .input input {
	width: 100%;
	padding: 10px;
	border: 0;
	outline: 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding-left: 16px;
	padding-right: 10px;
	font-size: 14px;
	color: #333;
	vertical-align: top
}

.leaveAMessage .leaveAMessageFrom form .from_input .textarea {
	border: solid 1px #ccc;
	padding: 10px 10px 10px 16px;
	height: 90px;
	box-sizing: border-box
}

.leaveAMessage .leaveAMessageFrom form .from_input .textarea textarea {
	width: 100%;
	height: 100%;
	outline: 0;
	font-size: 14px;
	border: 0;
	color: #333;
	resize: none;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif
}

.leaveAMessage .leaveAMessageFrom form .from_input .textarea textarea.emt {
	color: #ccc
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm {
	border: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm input {
	vertical-align: top;
	border: none;
	outline: 0;
	padding-left: 16px;
	font-size: 14px;
	padding: 11px
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm input.emt {
	color: #ccc
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm .tip {
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	text-align: right;
	padding-right: 3px
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm .tip span {
	cursor: pointer;
	color: #005aab;
	font-size: 12px;
	margin-right: 10px
}

.leaveAMessage .leaveAMessageFrom form .from_input .yzm img {
	width: 100px;
	height: 32px
}

.leaveAMessage .leaveAMessageFrom form .leaveAMessageSubmit {
	width: 219px;
	height: 40px!important;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 45px
}

.leaveAMessage .leaveAMessageFrom form .error {
	display: none
}

.leaveAMessage .leaveAMessageFrom form .changeBorder {
	transition-duration: .4s;
	transition-timing-function: ease-out
}

.leaveAMessage .leaveAMessageFrom form .focus .changeBorder {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border: solid 1px #005aab!important
}

.leaveAMessage .leaveAMessageFrom form .iserror .changeBorder {
	border: solid 1px #f00000!important
}

.leaveAMessage .leaveAMessageFrom form .iserror .error {
	padding-top: 10px;
	display: block;
	color: #f00000;
	font-size: 12px;
	line-height: 1
}

.leaveAMessage .leaveAMessageFrom form .iserror .error em {
	vertical-align: middle;
	position: relative;
	top: -.5px
}

.leaveAMessage .leaveAMessageFrom form .iserror .error .iconfont {
	font-size: 16px;
	color: #f00000;
	vertical-align: middle;
	margin-right: 5px
}

@media (max-width:700px) {
	.leaveAMessage .leaveAMessageFrom {
		width: 100%;
		margin-top: 0
	}

	.leaveAMessage .leaveAMessageFrom form .leaveAMessageSubmit {
		margin-bottom: 60px
	}

	.leaveAMessage .leaveAMessageFrom form .iserror .error em {
		top: .5px;
		vertical-align: middle
	}
}

@media (max-width:575px) {
	.leaveAMessage .leaveAMessageFrom {
		width: 100%;
		margin-top: 0
	}

	.leaveAMessage .leaveAMessageFrom .leaveAMessage_title {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding-right: 12px
	}

	.leaveAMessage .leaveAMessageFrom form {
		padding-top: 0
	}

	.leaveAMessage .leaveAMessageFrom form .from_title {
		height: auto;
		line-height: 1;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: left
	}

	.leaveAMessage .leaveAMessageFrom form .leaveAMessageSubmit {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 45px
	}

	.leaveAMessage .leaveAMessageFrom form>ul>li {
		margin-bottom: 0
	}
}

.share_foot {
	height: 0!important;
	border: 0
}

.trs_share_box {
	height: 300px
}

.wxShakebox {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	top: 0
}

.wxShakebox .wxShakebox_body {
	background: #fff;
	width: 300px;
	height: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -140px;
	margin-left: -150px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	border-radius: 4px 4px 0 0
}

.wxShakebox .wxShakebox_body .header {
	background-image: linear-gradient(90deg,#e10019 0,#712d62 0,#005aab 0,#32beff 100%);
	height: 40px;
	line-height: 40px;
	padding-left: 20px
}

.wxShakebox .wxShakebox_body .header .iconclose {
	vertical-align: baseline;
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer
}

.wxShakebox .wxShakebox_body .header p {
	font-size: 14px;
	color: #fff
}

.wxShakebox .wxShakebox_body .bg {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	margin-top: 30px
}

.wxShakebox .wxShakebox_body .bg .bgkuang {
	width: 180px;
	height: 180px
}

.wxShakebox .wxShakebox_body .bg #qrDiv {
	position: absolute!important;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -75px;
	width: 150px;
	height: 150px
}

.wxShakebox .wxShakebox_body .bg table {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -75px
}

.ie8 .wxShakebox .wxShakebox_body .header {
	background: #32beff
}

.ie8 .wxShakebox .wxShakebox_body .bg #qrDiv {
	top: 0;
	margin-top: -190px!important
}

.ie9 .wxShakebox .wxShakebox_body .header {
	background: #32beff
}

.moserachFrom {
	position: relative
}

.moserachFrom input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display: none
}

.moserachFrom input[type=search]::-ms-clear {
	-webkit-appearance: none;
	display: none
}

.moserachFrom input::-webkit-input-placeholder {
	color: #ccc
}


@media (max-width:347px) {
	.groupHeader .top_nav .top_nav_content_right .line {
		margin: 0 10px
	}
}

.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
	font-size: 20px
}

.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_top ul li a {
	font-size: 16px
}

.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom ul li a {
	font-size: 16px
}

.ie8 .groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title {
	padding: 0 20px
}

@media (min-width:1200px) {
	.prod_subTitle {
	}

	.prod_lineHeightXl {
		line-height: 1.75!important
	}

	.prod_news_title {
		font-size: 20px!important;
		line-height: 26px!important
	}

	.prod_news_description {
		font-size: 16px!important;
		line-height: 22px!important
	}

	.prod_news_tag {
		font-size: 14px!important;
		line-height: 1!important
	}

	.prod_news_time {
		font-size: 14px!important;
		line-height: 1!important
	}

	.prod_limit_text {
		height: 44px!important
	}
}

@media (max-width:575px) {
	.prod_subTitle {
		font-size: 14px!important;
		line-height: 22px!important;
	}

	.prod_lineHeightXs {
		line-height: 1.75!important
	}

	.prod_news_title {
		font-size: 16px!important;
		line-height: 22px!important
	}

	.prod_news_description {
		font-size: 14px!important;
		line-height: 20px!important
	}

	.prod_limit_text {
		height: 40px!important
	}
}

.ie8 .prod_subTitle {
	font-size: 20px!important;
	line-height: 26px!important
}

.ie8 .prod_lineHeightXl {
	line-height: 1.75!important
}

.ie8 .prod_news_title {
	font-size: 20px!important;
	line-height: 26px!important
}

.ie8 .prod_news_description {
	font-size: 16px!important;
	line-height: 22px!important
}

.ie8 .prod_news_tag {
	font-size: 14px!important;
	line-height: 1!important
}

.ie8 .prod_news_time {
	font-size: 14px!important;
	line-height: 1!important
}

.ie8 .prod_limit_text {
	height: 44px!important
}

.container2{width: 1540px;margin:0 auto;}

.container3{width: 1540px;margin:0 auto;}

.container4{width: 1400px;margin:0 auto;}

.container5{width: 1300px;margin:0 auto;}

.vvt{ max-width:100%;}

.page1 {
	max-height: 920px;
	width: 100%;
	overflow: hidden;
}

.gradient-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
}

.home-gradient-overlay2 {background: linear-gradient(to bottom,rgb(64 108 140) 0%,rgba(64,108,140,0.5) 15%,rgba(64,108,140,0) 60%);}

.video-back{display:block;position: absolute;left: 10%;right: 10%;top: 42%;z-index: 6;color: #fff;text-align: center;}
.zs11{font-weight: 700;text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);font-size: 60px;margin: 0 0 16px 0;padding: 0;line-height: 1.2;color: #fff;}
.zs12{line-height: 1.5;text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);font-size: 24px;color: #fff;font-weight: 400;}
.vidbacking{width:100%;}

*{box-sizing:border-box;margin:0;padding:0}

.footer{background-color: #0f2341;color:#fff;padding: 70px 0 5px 0;width: 100%;}
.footer .footer-menu{width: 62%;float: left;}
.footer .footer-menu .item{width: 23%;display: inline-block;vertical-align: top;float: left;padding-right: 25px;}
.footer .footer-menu .item .title{font-size: 16px;line-height:1;margin-bottom: 30px;}
.footer .footer-menu .item a{display:block;line-height: 1.6;color: rgba(255,255,255,.7);}
.footer .footer-menu .item a:hover{color: #fff;}
.footer .footer-menu .item a+a{margin-top: 10px;}
.footer .footer-telephone{border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding: 0 40px 3px 40px;width: 25%;float: left;}
.footer .footer-telephone .title{font-size: 16px;height: 34px;position:relative;letter-spacing: 0;margin-bottom: 8px;}
.footer .footer-telephone .title:before{width:52px;height:1px;background-color:#fff;content:'';left:0;bottom:0;opacity: .2;position:absolute;}
.footer .footer-telephone .phone-number{font-size: 32px;font-family: DINCondensed,serif;font-weight: 400;margin-bottom: 15px;padding-top: 5px;line-height:1;}
.footer .footer-telephone .address{font-size: 14px;line-height:1.7;margin-bottom: 10px;}
.footer .wx{padding-left:40px;width: 160px;text-align: center;float: right;}
.footer .wx .img-box1{overflow:hidden;margin: 0 auto;}
.footer .wx p{text-align:center;margin-top: 12px;line-height: 1.2;color: rgba(255,255,255,.7);}
.footer .web-info{width:100%;line-height:50px;border-top:1px solid rgba(255,255,255,.1);display: block;justify-content:space-between;font-size: 14px;color: rgba(255,255,255,.7);float: left;margin-top: 45px;}

.clearfix:after{content:""; display:block; height:0; clear:both;}
.clearfix{*zoom:1;}

.subject-item7 .content_list {
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.subject-item7 .item_block {
	position: relative;
	padding: 40px 25px;
}

.subject-item7 .item_block:last-child {
	border-bottom: 1px solid #e5e5e5
}

.subject-item7 .item_block:not(:first-child) {
	padding-top: 30px;
	width: 48.5%;
	float: right;
	border-top: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.subject-item7 .item_block:not(:first-child):hover {
	box-shadow: 0 0 40px rgba(0,0,0,.08)
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_info .title {
	color: #044EA3;
	-webkit-transform: translateX(-14px);
	-ms-transform: translateX(-14px);
	transform: translateX(-14px);
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_info .title:before {
	background-position: -35px -148px
}

.subject-item7 .item_block:not(:first-child):hover .item_wrapper .item_des {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px)
}

.subject-item7 .item_block:not(:first-child):hover .details:before {
	left: 30px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.subject-item7 .item_block:not(:first-child):hover .details:after {
	left: 15px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info {
	width: 80%;
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info .title {
	overflow: hidden;
	padding-left: 26px;
	color: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .36s;
	-moz-transition: all .36s;
	-o-transition: all .36s;
	transition: all .36s;
	-webkit-transform: translateX(-27px);
	-ms-transform: translateX(-27px);
	transform: translateX(-27px)
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_info .title:before {
	position: absolute;
	top: 12px;
	left: 8px;
	width: 5px;
	height: 5px;
	background: url(../images/icon-arrow.png) no-repeat 0 -148px;
	content: "";
	speak: none
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .item_des {
	-moz-transition: all .36s;
	-o-transition: all .36s;
	transition: all .36s;
	webkit-transition: all .36s;
}


.subject-item7 .item_block:not(:first-child) .item_wrapper .date_wrap {
	float: right
}

.subject-item7 .item_block:not(:first-child) .item_wrapper .date_wrap .md2 {
	color: #999;
}

.subject-item7 .item_block:not(:first-child) .item_img {
	display: none

}

.subject-item7 .item_block:not(:first-child) .details {
	position: absolute;
	right: 26px;

	bottom: 44px;

	overflow: hidden;
	width: 40px;
	height: 16px;
	border-left: 1px solid #e5e5e5;
	color: transparent
}

.subject-item7 .item_block:not(:first-child) .details:after,.subject-item7 .item_block:not(:first-child) .details:before {
	position: absolute;
	top: 50%;
	width: 19px;
	height: 13px;
	background: url(../images/icon-arrow.png) no-repeat 0 -164px;
	content: "";

	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	transition: all .36s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	webkit-transition: all .36s ease
}

.subject-item7 .item_block:not(:first-child) .details:before {
	left: 15px
}

.subject-item7 .item_block:not(:first-child) .details:after {
	left: -30px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.subject-item7 .item_block:not(:first-child):hover .details:before {
	left: 30px;
	opacity: 0
}

.subject-item7 .item_block:not(:first-child):hover .details:after {
	left: 15px;
	opacity: 1
}

.subject-item7 .item_block:first-child {
	padding: 32px 40px 35px 40px;
	width: 48.5%;
	float: left;
	background: #f5f5f5;
}



.subject-item7 .item_block:first-child:hover .details:after,.subject-item7 .item_block:first-child:hover .details:before {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.subject-item7 .item_block:first-child:hover .item_wrapper .item_des .description {
}

.subject-item7 .item_block:first-child:hover .item_img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

.subject-item7 .item_block:first-child .item_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	max-height: 306px;
}

.subject-item7 .item_block:first-child .item_img img {
	width: 100%;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	transition: all .36s ease;
	webkit-transition: all .36s ease
}

.subject-item7 .item_block:first-child .item_wrapper .item_info .title {
	margin-top: 5px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}


.subject-item7 .item_block:first-child .item_wrapper .item_des {
	margin-top: 8px;
	margin-bottom: 17px;
}

.subject-item7 .item_block:first-child .item_wrapper .item_des .description {
	box-sizing: border-box;
	padding-left: 0;
	width: 100%;
	height: auto;
	border-left: 1px solid transparent;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	transition: all .36s ease;
	webkit-transition: all .36s ease;
}



.subject-item7 .item_block:first-child .details em {
	display: block;

	height: 36px;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	webkit-transition: all .2s ease-out
}



.subject-item7 .item_block .item_wrapper {
	color: #333;
	transition: color .36s ease
}

.subject-item7 .item_block .item_wrapper .item_info .title {
	color: inherit;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.subject-item7 .item_block .item_wrapper .item_des {
	margin-top: 15px;
}

.subject-item7 .item_block .item_wrapper .item_des .description {
	width: 80%;
	height: 52px;
	font-size: 14px;
	line-height: 24px;
	opacity: .7;
	margin-bottom: 0;
    ilter: alpha(opacity=70);
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.subject-item7 .item_block .item_wrapper .date_wrap {
	font-family: Arial;
}

.subject-item7 .item_block .item_wrapper .date_wrap .year {
	display: none;
	font-family: inherit
}

.subject-item7 .item_block .item_wrapper .date_wrap .md2 {
	font-size: 14px;
	line-height: 24px;
}

.subject-item7 .item_tags {
	display: none

}

.bigtitle{ text-align:center;}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .tel2 {
	color: #fff;
	font-size: 32px;
	line-height: 37px;
	font-family: DINCondensed,serif;
}

body.headWhite .top_nav_main .top_nav_main_content .group_nav_search .tel2 {
	color: #005aab;
}

body.headHover .top_nav_main .top_nav_main_content .group_nav_search .tel2{
	color: #005aab;
}

.tel2 span {
    margin-right: 10px;
    margin-bottom: -2px;
    display: inline-block;
}

.productSeries .list li{float:left;width: 24%;margin: 0 0.5% 1% 0.5%;background:#fff;position:relative;transition:ease .5s;z-index: 3;border: #f1f5f8;}
.productSeries .list .text{width:100%;text-align: center;color: #0e0e0e;padding: 22px;border-top: solid 1px #EEE;transition:ease .5s;z-index:5;}
.productSeries .list h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.productSeries .list span{font-size:24px;text-transform:uppercase;font-family:rbno;display:block}
.productSeries .list .mask{width:100%;transition:ease .5s;overflow:hidden;}
.productSeries .list li img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	max-width: 100%;
}
.productSeries .list li:hover h3{color: #044EA3;}
.productSeries .list li:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		
		
.swiper-slide4 {
	padding: 20px 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 33.33333333333%;
	float:left;
}

.swiper-slide4 .content {
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	background: rgba(255,255,255,.6);
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}

.swiper-slide4 .content .img {
	display: block;
	height: 250px;
	overflow: hidden;
	text-align: center;
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	max-width: 100%;
}

.swiper-slide4 .content:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	}

.swiper-slide4 .content .description {
	padding: 30px;
}

.swiper-slide4 .content .description .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.swiper-slide4 .content .description .title:hover {
	color: #044EA3;
}













.swiper-slide4 .content .description p {
	font-size: 14px;
	line-height: 1.7;
	color: #999;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0;
}



.swiper-slide5 {
	padding: 0 12px;
	margin-bottom: 28px;
	display: inline-block;
	width: 33.33333333333%;
	float:left;
}

.swiper-slide5 .content {
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	background: rgba(255,255,255,.6);
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}

.swiper-slide5 .content .img {
	display: block;
	height: 250px;
	overflow: hidden;
	text-align: center;
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	max-width: 100%;
}

.swiper-slide5 .content:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	}
		

.swiper-slide5 .content .description {
	padding: 30px;
}

.swiper-slide5 .content .description .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0;
	color: #333;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.swiper-slide5 .content .description .title:hover {
	color: #044EA3;
}

.swiper-slide5 .content .description p {
	font-size: 14px;
	line-height: 1.7;
	color: #999;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0;
}



.productSeries .list{ margin-left:-0.5%; margin-right:-0.5%;}


.player22{
            background-position:center;
            background-repeat:no-repeat;
            background-size:cover;
            position:absolute;
            top:100px;
            right:100px;
            z-index:9999;
            padding:10px;
            border-radius:22px;
            width:44px;
            height:44px;
            cursor:pointer;
            margin-top:17px;
            text-indent:-999rem;
        }
		
.unsound{background: #1D72BA url("../images/unsound.png") no-repeat center;background-size:22px;}
.sound{
            display:none;
             background:#1D72BA url("../images/yessound.png") no-repeat center;
             background-size:22px;
 }
 
 
.other_banner{ position: relative; text-align: center; overflow: hidden;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;font-weight: bold;margin-bottom: 1px;line-height: 1.3;color:#fff;}
.other_banner .banner_text h4{font-size: 22px;}
.other_banner img{width: 100%;animation: zoombig 3s linear forwards;}
@keyframes zoombig {
	0%{transform: scale(1.2,1.2);} 

	100%{transform: scale(1,1);}
}

.banner_text{width: 100%;position: absolute;left: 0;top: 56%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}
 

.home-block {
	padding: 60px 0;
}
.bgef {
  background: #f5f5f5;
  }
  
.page22{width:100%;height:auto;margin-top: 15px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 42px;height: 40px;line-height: 40px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;background: #fff;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #004484;color:#ffffff;border-color: #004484;}
.page22 a:first-child,
.page22 a:last-child{font-weight:600;}


.new-list{margin-left: -10px;margin-right: -10px;margin-top: 60px;}
.new-list li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list li:nth-child(4n+4){ margin-right:0;}
.new-list li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list li figcaption{display:block;padding: 25px 25px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 172px;}
.new-list li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list li figcaption h3{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 400;
	height: 24px;
	margin-top: 10px;
	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list li figcaption p{
	color: #999;
	height: 54px;
	font-size:14px;
	line-height: 25px;
	margin-top: 10px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #004484;font-size:14px;margin-top: 15px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list li:hover figcaption{margin-top:-51px;background: #004484;height: 223px;}
.new-list li:hover figcaption time{ color:#fff;}
.new-list li:hover figcaption h3{ color:#fff;}
.new-list li:hover figcaption p{ color:#fff;}
.new-list li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}


.news-pagecontent {
	background-color: #fff;
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page {
		padding: 40px 50px 40px;
	}
	
.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h1 {
		font-size: 24px;
		line-height: 1.5;
		font-weight: normal;
		color:#262626;
		padding: 0;
	}
.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page .title .artInfo span {
}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 2;
	color: #333;
	font-size: 14px;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	margin-bottom: 12px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}

.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {

	content: " ";
	clear: both;
	display: table
}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 14px;
	display: block;
	padding: 3px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,.news-pagecontent .page .section li a:active {
	color: #005aab;
}

.news-pagelist {
		float: right;
		width: 23%;
		/* background:#fff; */
	}
.news-pagelist ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;

	}

	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size: 13px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.news-pagelist ul li:first-child a small img {
		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 15px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 13px;
	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 100px 15px 15px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #005aab;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.article{ padding:40px 50px; background:#fff;}

.subNewsTitle h3:first-child{font-size: 24px;font-weight: 400;color: #333;margin-top: 0px;padding: 0 0px 20px;border-bottom: 1px solid #D4D4D4;text-align: center;}
.article h3{font-size: 24px; color: #333; text-align: center; padding: 10px 0 30px;}


.article p{font-size: 14px;color: #3e3e3e;margin-bottom: 15px;line-height: 2;}

.otherNews {position: relative;border-top: 1px solid #D4D4D4;margin-top: 25px;}
.links22 {padding: 25px 0 0 0px;}
.links22 a {display: block;line-height: 2;font-size: 14px;color: #383838;}
.links22 a:hover {color: #044EA3;}

.detailBody{ padding-top:25px;}

.detailBody img{ max-width:100%;}


.map-box {
	width: 100%;
	height: 420px;
	position: relative;
	border: 1px solid #d4d4d4;
}

.map-box img {
	max-width: 1000%;
}

.map-box .allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map-box .anchorBL {
	display: none;
}

input,textarea,select{font-family: 'arial','microsoft yahei'; }

		

@media (max-width:1600px) {
.container2{width:92%; max-width: 1360px;}

.container3{width:92%; max-width: 1360px;}

.container4{width:92%; max-width: 1360px;}

.container5{width:92%; max-width: 1300px;}

.page1 {
	max-height: 800px;
}

.footer .footer-telephone{padding: 0 30px;width: 22%;float: left;}
.footer .wx{padding-left:30px;width: 140px;}

.footer .footer-menu .item{width: 25%;}

.swiper-slide4 .content .img {
	height: auto;
}

.banner_text{top: 60%;}
}

@media(max-width:1440px) {
	
.zs11{font-size: 50px;}
.zs12{font-size: 22px;}
.page1 {
	max-height: 700px;
}

.subject-item7 .item_block {
	padding: 38px 25px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title p {
	font-size: 16px;
}

.groupHeader .top_nav_main {
	height: 80px;
	line-height: 80px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item {
	width: 100%;
	top: 80px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_logo {
	margin-top: 0;
}


.groupHeader .top_nav_main .top_nav_main_content .group_nav_search {
	padding: 21px 0;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_search .tel2 {
	font-size: 26px;
	line-height: 37px;
}

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title {
	padding: 0 28px;
}


}

@media(max-width:1280px) {
	

.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .nav_title {
	padding: 0 16px;
}


}


@media (max-width:1024px) {
.container2{padding:0; width:92%;}
.container3{padding:0; width:100%;}
.container4{padding:0; width:92%;}
.container5{padding:0; width:92%;}
.groupHeader .top_nav_main .top_nav_main_content .group_nav_group .nav_group_item .group_item .group_item_right .group_item_right_bottom {
	display:none !important;
}

.footer{padding: 30px 0 10px 0;}
.footer .footer-telephone{padding-right:15px}
.footer .wx{padding-left:15px; width:130px;}
.footer .footer-telephone .phone-number{font-size: 28px;margin-bottom: 12px;}
.footer .wx .img-box1{height:auto}
.footer .wx p{margin-top:10px;font-size:12px}
.footer .footer-telephone .address{font-size:12px}
.footer .web-info{line-height:1.6;font-size:12px;display:block;padding-top:10px;margin-top: 15px;}
.footer .web-info span{display:block}
.footer .footer-menu{display:none}
.footer .footer-telephone{padding: 0 30px 0 0;width: 62%; border-left:none;}
.footer .footer-telephone .address{margin-bottom:10px}

.subject-item7 .content_list {
	margin-top: 0;
}

.subject-item7 .item_block:first-child {
	padding: 30px 30px;
	width: 100%;
	margin-bottom: 20px;
}

.subject-item7 .item_block:not(:first-child) {
	padding: 20px 20px 20px 30px;
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
}


.subject-item7 .item_block .item_wrapper .date_wrap .md {
	font-size: 14px;
	line-height: 30px;
}

.swiper-slide4 {
	width: 100%;
	padding: 0 10px;
}

.swiper-slide4 .content .img {
	height: auto;
}

.swiper-slide4 .content .description {
	padding: 20px 20px 5px 20px;
}

.mt30{ margin-top:30px;}

.productSeries .list li{width: 48%;margin: 0 1% 2% 1%;}

.productSeries .list{ margin-left:-1%; margin-right:-1%;}

.other_banner{margin-top: 50px;}

.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 400;}

.other_banner .banner_text h4{font-size: 14px;}

.line33 {
  margin: 10px auto;
}

.new-list li{width: 100%;float:left;padding: 0 10px;margin-bottom: 25px;}

.new-list{margin-top: 30px;}

.home-block {
	padding: 40px 0;
}

.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;
		margin-top:20px;
	}
.news-pagecontent .page .title h1 {
		font-size: 20px;
		font-weight: normal;
		color:#262626;
	}
.news-pagecontent .page {
		padding: 22px 22px 15px;
	}
	
.swiper-slide5 {
	width: 100%;
	padding: 0 10px;
}

.swiper-slide5 .content .img {
	height: auto;
}

.swiper-slide5 .content .description {
	padding: 20px 20px 5px 20px;
}

.banner_text{top: 52%;}

.article{ padding:20px 25px;}

.map-box {
	height: 320px;
}


}