* {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all;
	-o-transition: all;
	-ms-transition: all;
	-moz-transition: all;
	-webkit-transition: all;
}

body,
html {
	font-size: 14px;
	font-family: "微软雅黑";
	overflow-x: hidden;
}

.transy {
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	transition: 700ms;
	-webkit-transition: 700ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}

.tranShow {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

a {
	text-decoration: none;
	color: #adaba8;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal
}

em,
i,
strong {
	font-style: normal;
}

img {
	display: inline-block;
	border: 0;
	vertical-align: middle;
	max-width: 100%
}

.img img {
	width: 100%;
	height: 100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.img:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

input,
textarea,
select {
	font-size: 14px;
	outline: none;
	font-family: "微软雅黑";
}

.swiper-container,
.swiper-slide,
.swiper-wrapper {
	height: auto !important;
}

.swiper-slide {
	overflow: hidden !important;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.w1440 {
	width: 1440px;
	margin: 0 auto
}

.hid {
	overflow: hidden;
}

.d_sou {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.d_sou p {
	width: 40%;
	height: 44px;
	border: 1px solid #d8d8d8;
	float: left;
	border-radius: 20px;
	position: relative;
}

.d_sou p input {
	width: 100%;
	float: left;
	height: 100%;
	border: none;
	background: none;
	outline: none;
	box-sizing: border-box;
	padding: 0px 80px 0px 30px;
	font-family: "微软雅黑";
}

.d_sou p a {
	width: 30px;
	background: url(../image/search.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
}

.d_sou div {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d3d3d4;
	margin: 38px 0px 10px 0px;
	;
}

.d_sou div a {
	float: left;
	font-size: 18px;
	color: #000000;
	text-align: center;
	border-bottom: 3px solid #fff;
	line-height: 58px;
	padding: 0px 20px;
}

.d_sou div a:hover,
.d_sou div a.cur {
	color: #005ca4;
	border-color: #005ca4;
}

.sersup {
	width: 100%;
	float: left;
	margin-top: 50px;
}

@font-face {
	src: url(http://www.epever.com.cn/font/MontserratAlternates-SemiBold.TTF);
}

.menu-handler {
	width: 58px;
	height: 58px;
	cursor: pointer;
	float: right;
	display: none;
	position: relative;
	z-index: 49;
	margin-top: 20px;
}

.menu-handler .burger {
	width: 24px;
	height: 2px;
	background: #666666;
	display: block;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 50%;
	margin: 0px 0px 0px -12px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.menu-handler .burger-2 {
	top: 27px;
}

.menu-handler .burger-3 {
	top: 35px;
}

.menu-handler.active {
	margin-top: 24px
}

.menu-handler.active .burger-1 {
	top: 27px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active .burger-2 {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.menu-handler.active .burger-3 {
	top: 27px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.trans,
.trans:hover {
	-webkit-transition: all 277ms ease-in-out;
	-moz-transition: all 277ms ease-in-out;
	-o-transition: all 277ms ease-in-out;
	transition: all 277ms ease-in-out;
	-ms-transition: all 277ms ease-in-out;
}

.trans-fast,
.trans-fast:hover {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}

.menuBox {
	position: fixed;
	right: -100%;
	top: 97px;
	width: 100%;
	bottom: 0px;
	overflow: scroll;
	z-index: 30;
	background: #005ca4
}

.menuBox .mlogo {
	display: block;
	margin: 0 auto;
	width: 238px;
	padding-top: 20px
}

.menuBox .mlogo img {
	display: block;
	width: 100%;
}

.navMobile {
	width: 100%;
	float: left
}

.navMobile li {
	border-bottom: 1px solid #00569a;
	position: relative;
	line-height: 48px;
	width: 100%;
	float: left
}

.navMobile li.cur h5>a {
	color: #b60005
}

.navMobile li h5 {
	display: block;
	width: 100%;
	float: left;
	position: relative
}

.navMobile li h5 i,
.navMobile li .listDown div h3 i,
.navMobile li .listDown .list2_one .list2_two div h4 i {
	border: 2px solid #fff;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;
	right: 20px;
}

.navMobile li h5 .i_class,
.navMobile li .listDown div h3 .i_class,
.navMobile li .listDown .list2_one .list2_two div h4 .i_class {
	-webkit-transform: rotate(135deg) !important;
	transform: rotate(135deg) !important;
	top: 21px
}

.navMobile li a {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.navMobile li .listDown {
	display: none;
	width: 100%;
	float: left
}

.navMobile li.cur .listDown {
	display: block
}

.navMobile li .listDown .list2_one {
	color: #fff;
	font-size: 14px;
	background-color: #0e68ae
}

.navMobile li .listDown .list2_one h3 {
	border-top: 1px solid #eee;
	padding: 0px 20px;
	position: relative;
	overflow: hidden
}

.navMobile li h5>a,
.navMobile li .listDown .list2_one h3 a,
.navMobile li .listDown .list2_one .list2_two div h4 a {
	float: left !important;
	width: auto;
	margin-left: 20px;
	width: 80%
}

.navMobile li .listDown .list2_one .list2_two {
	display: none;
	overflow: hidden;
	padding: 0px 25px 20px 50px
}

.navMobile li .listDown .list2_one .list2_two a {
	font-weight: normal;
	line-height: 38px;
}

.navMobile li .listDown .list2_one.cur .list2_two {
	display: block
}

.navMobile li.li_dh_a1 .listDown div h3 i,
.navMobile li.li_dh_a2 .listDown {
	display: none !important;
}


.header {
	width: 100%;
	float: left;
	height: 97px;
	background: #fff;
	position: relative;
	z-index: 9999999
}

.header .logo {
	float: left;
	margin-left: 5%;
	margin-top: 20px
}

.nav {
	float: right;
	width: 990px
}

.nav li {
	float: left;
	z-index: 21;
}

.nav li>a {
	line-height: 94px;
	padding: 0px 40px;
	font-size: 16px;
	color: #333333;
	border-bottom: 3px solid #fff;
	display: block
}

.nav li .nav_div {
	position: absolute;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	right: 0px;
	top: 90px;
	z-index: 20;
	letter-spacing: -8px;
	font-size: 0px;
	background: #f0f0f0;
	padding: 42px 0px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.nav li .nav_div .w1200>.view {
	padding: 0px 70px;
	font-weight: bold;
	display: block;
	letter-spacing: initial;
	font-size: 14px;
	color: #000;
}

.nav li .nav_div .w1200>.view:hover {
	color: #005ca4;
}

.nav_d_c {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 35px 0px;
	position: relative
}

.nav_d_c img {
	position: absolute;
	left: 0px;
	top: 35px
}

.nav_d_c dl {
	padding-left: 70px
}

.nav li .nav_div dl dt {
	font-size: 18px;
	margin-bottom: 18px
}

.nav li .nav_div dl dt a {
	color: #005ca4
}

.nav li .nav_div dd a,
.nav li .nav_list a {
	display: block;
	color: #333333;
	line-height: 30px;
	font-size: 14px
}

.nav li .nav_div dd a:hover,
.nav li .nav_list a:hover {
	color: #005ca4
}

.nav li .nav_list {
	position: absolute;
	left: 0px;
	width: 220px;
	top: 90px;
	z-index: 20;
	background: #f0f0f0;
	padding: 40px 0px;
	opacity: 0;
	visibility: hidden;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.nav li .nav_list a {
	padding: 0px 40px;
	text-align: center
}

.nav li:hover .nav_list {
	opacity: 1;
	top: 97px;
	visibility: visible
}

.nav li:nth-child(4) .nav_list {
	width: 226px;
	padding: 40px
}

.nav li:nth-child(4) .nav_list a {
	width: 40%;
	float: left;
	padding: 0px;
	text-align: left
}

.nav li:nth-child(4) .nav_list a:nth-child(2n) {
	float: right
}

.nav_d_d {
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 18px;
	color: #666666;
	letter-spacing: normal;
	margin: 20px 0px;
	background: url(../image/xian4.jpg) no-repeat center right
}

.nav_d_d i {
	height: 45px;
	display: block;
	margin-bottom: 24px
}

.nav_d_d i img {
	height: 100%;
	max-width: auto
}

.nav_d_d:nth-child(3n) {
	background: none
}

.nav_d_d:hover {
	color: #005ca4
}


.nav li:hover .nav_div {
	opacity: 1;
	top: 97px;
	visibility: visible
}

.nav li.cur>a,
.nav li:hover>a {
	color: #005ca4;
	border-color: #005ca4
}

.header .bshare-custom,
.head_bd {
	float: right;
	position: relative;
	padding-right: 55px;
}

.header .bshare-custom a,
.head_bd a {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 15px;
	margin-top: 37px;
}

.header .bshare-custom a.bshare-weixin,
.head_bd a.wx {
	width: 26px;
	height: 21px;
	background: url(../image/dhfx1.png) no-repeat center
}

.header .bshare-custom a.bshare-sinaminiblog,
.head_bd a.wb {
	width: 26px;
	height: 21px;
	background: url(../image/dhfx2.png) no-repeat center
}

.head_bd a.wx p {
	position: absolute;
	top: 105%;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.head_bd a.wx:hover p {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.search_icon {
	width: 24px;
	height: 100%;
	background: url(../image/search.png) no-repeat center;
	float: right;
	margin: 0px 1.8% auto 3%;
	cursor: pointer;
}

.search_b {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999;
}

.search_bG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.search_b .search {
	width: 54%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.search_b select {
	width: 30%;
	float: left;
	height: 44px;
	background: #fff;
	display: none;
	font-size: 18px;
	padding: 0px 2%;
	border: none;
	color: #666;
	margin-right: 2%
}

.search_b input[type='text'] {
	width: 80%;
	box-sizing: border-box;
	height: 44px;
	line-height: 44px;
	background: #fff;
	font-size: 18px;
	padding: 0px 2%;
	float: left;
	border: 0;
	color: #666;
	margin-right: 2%
}

.search_b input[type='button'] {
	float: left;
	width: 18%;
	height: 46px;
	border: 0;
	background: url(../image/search.png) #024290 no-repeat center;
	cursor: pointer;
}

.search_b i {
	display: block;
	font-size: 94px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 50px;
	cursor: pointer
}

.English {
	float: right;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 97px;
	margin-right: 2.5%
}

.English:before {
	content: url(../image/ico10.png);
	float: left;
	margin-right: 10px;
	margin-top: 3px
}

.top {
	position: relative;
	width: 100%;
	float: left;
	height: 100%
}

.top .U_header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10
}

/*banner*/
.banner {
	width: 100%;
	float: left;
	position: relative;
	height: 100%
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
	height: 100% !important
}

.banner a {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	height: 100%
}

.baimg {
	display: none
}

.banner a .banner_mid {
	position: absolute;
	left: 50%;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 68.6%;
}

.banner a .banner_mid>img {
	float: left
}

.banner .pagination {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 60px;
	text-align: center;
	z-index: 5;
}

.banner .swiper-pagination-switch {
	width: 8px;
	cursor: pointer;
	height: 8px;
	background: #fff;
	display: inline-block;
	border-radius: 100%;
	margin: 0px 7px;
	position: relative
}

.banner .swiper-active-switch:after {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
}

.up_one {
	width: 100%;
	float: left;
	background: #f2f5fa;
	padding: 60px 0px
}

.title {
	width: 33%;
	float: left;
	margin-top: 60px
}

.title i {
	font-family: Arial;
	font-size: 48px;
	color: #f2f5fa;
	float: right;
}

.title span {
	font-size: 24px;
	color: #333333;
	float: right;
	margin: 10px 0px auto -75px;
	position: relative;
	z-index: 5;
}

.title span:after {
	content: '';
	width: 12px;
	height: 3px;
	background: #005ca4;
	float: right;
	margin: 15px 0px auto 10px
}

.up_one h4 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333
}

.up_one h4 i {
	display: block;
	padding-left: 24px;
	font-size: 18px;
	background: url(../image/xian3.jpg) no-repeat center left;
	margin-top: 5px;
}

.up_one-con {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 50px
}

.up_one-con .content {
	overflow: hidden;
}

.up_one-con .btn div {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 16px;
	display: inline-block;
	background: url(../image/ico8.png) no-repeat center;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.up_one-con .btn div.rightBtn {
	background: url(../image/ico08.png) no-repeat center;
	top: auto;
	bottom: 0px
}

.up_one-con .info {
	width: 1036px;
	float: right
}

.up_one-con .info .dec:not(:first-child) {
	display: none;
}

.up_one-con .info .dec {
	text-align: center;
	color: #fff;
	overflow: hidden;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.up_one-con .info .dec>p {
	float: left;
	position: relative;
	width: 312px;
	text-align: center;
	padding-bottom: 9px;
	/*background:url(../image/shodow.png) no-repeat center bottom*/
}

.up_one-con .info .dec img:after {
	content: url(../image/shodow.png);
	position: absolute;
	bottom: -20px;
	left: 0px
}

.up_one-con .info .dec div {
	width: 548px;
	float: left;
	margin-left: 88px;
	text-align: left;
	margin-top: 12px
}

.up_one-con .info .dec div h4 {
	color: #333;
	font-size: 26px;
	font-weight: bold
}

.up_one-con .info .dec div span {
	font-size: 20px;
	color: #333;
	margin: 15px 0px;
	width: 100%;
	float: left;
	font-weight: bold;
}

.up_one-con .info .dec div p {
	font-size: 14px;
	color: #666666;
	line-height: 24px
}

.up_one-con .info .dec div a {
	width: 116px;
	height: 38px;
	line-height: 38px;
	background: #005ca4;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 50px
}

.up_one-con .up_one-conL {
	float: left;
	width: 52px;
	height: 180px;
	margin-left: 16px;
	margin-top: 74px;
	overflow: hidden
}

.up_one-con ul {
	position: relative;
	height: 800%;
	width: 47px;
}

.up_one-con ul li {
	float: left;
	width: 100%;
	height: 47px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-bottom: 15px
}

.up_one-con ul li:last-child {
	margin-right: 0;
}

.up_one-con ul li.cur {
	border-color: #005ca4;
	position: relative;
}

.up_two {
	width: 100%;
	float: left;
	padding-top: 76px;
}

.up_two .w1200>h4 {
	text-align: center;
	font-size: 18px;
	color: #333333
}

.up_two .w1200>h4 i {
	display: block;
	font-size: 24px;
	color: #333333;
	margin-bottom: 4px
}

.up_two_con {
	width: 100%;
	float: left;
	position: relative;
	height: 245px;
	padding-top: 56px
}

.up_two_con .prev,
.up_two_con .next {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	z-index: 100;
	border-radius: 100%;
	top: 50%;
	cursor: pointer;
	background: url(../image/ico9.png) no-repeat center #005ca4;
}

.up_two_con .next {
	background: url(../image/ico09.png) no-repeat center #005ca4;
	left: auto;
	right: 0px
}

.up_two_con .scrollWrap {
	overflow: hidden;
	width: 1080px;
	margin-left: 67px
}

.up_two_con .scrollWrap .up_two_M {}

.up_two_con .scrollWrap .up_two_M a {
	width: 251px;
	height: 239px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 17px;
	text-align: center;
	border-radius: 4px
}

.up_two_con .scrollWrap .up_two_M a p {
	width: 66%;
	margin: 0 auto;
	margin-top: 26px
}

.up_two_con .scrollWrap .up_two_M a span {
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	display: block
}

.up_two_con .scrollWrap .up_two_M a:hover {
	background: #005ca4;
	border-color: #005ca4
}

.up_two_con .scrollWrap .up_two_M a:hover span {
	color: #fff
}

/*.oneA_con{width:100%;float:left;margin-top:52px}
.oneA_L{float:left;width:50%;position:relative;height:830px;position:relative}
.oneA_L dl{position:absolute;left:16.6%;top:120px;width:36%;color:#fff;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.oneA_L dl dt{font-size:24px;}
.oneA_L dl dd p{line-height:30px;margin:40px 0px 52px 0px;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;height:90px;}
.oneA_L dl dd a{font-size:16px;color:#fff}
.oneA_L dl dd a:after{content:url(../image/more.png);margin-left:24px}
.oneA_L dl dd a:hover{font-weight:bold}
.oneA_L>img{position:absolute;right:12.5%;bottom:26px;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.oneA_L:hover>img{right:10%}
.oneA_L:hover>dl{left:14%}
.oneA_R{width:50%;float:right;border-bottom:1px solid #dcdcdc;margin-top:60px}
.oneA_RC{width:49.8%;float:left;position:relative;height:354px;border-top:1px solid #dcdcdc;border-left:1px solid #dcdcdc}
.oneA_RC div{left:7.5%;top:60px;position:absolute;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.oneA_RC div span{font-size:18px;color:#666666;display:block;margin-bottom:36px}
.oneA_RC div span i{display:block;font-size:12px;color:#9d9d9d;display:block;margin-top:12px}
.oneA_RC div a{font-size:12px;color:#666666;background:url(../images/more01.png) no-repeat center right;padding-right:25px;color:#9d9d9d;}
.oneA_RC>img{position:absolute;right:0px;bottom:0px;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.oneA_RC:hover div span,.oneA_RC:hover div span i,.oneA_RC:hover div a{color:#005ca4}
.oneA_RC:hover div a{background:url(../images/more1.png) no-repeat center right;}
.oneA_RC:hover>img{right:10px}
.oneA_RC:hover div{left:8.5%}
*/
.oneB {
	width: 100%;
	float: left;
	margin-top: 76px;
	position: relative
}

.oneB_L {
	width: 38.2%;
	float: left;
	padding: 0px 3.4% 40px 3.4%;
	background: #f2f5fa;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute
}

.oneB_L h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	margin-top: 70px;
	display: block
}

.oneB_L h1 i {
	display: block;
	font-size: 18px;
	padding-left: 24px;
	position: relative;
	margin-top: 5px
}

.oneB_L h1 i:before,
.oneB_R div>span i:before {
	content: '';
	width: 12px;
	height: 3px;
	background: #005ca4;
	position: absolute;
	left: 0px;
	top: 11px
}

.oneB_L dl {
	width: 100%;
	float: left;
	margin-top: 50px
}

.oneB_L dl dd {
	margin-top: 30px
}

.oneB_L dl dd p {
	color: #666666;
	line-height: 30px;
	margin-top: 10px
}

.oneB_L dl dd a {
	width: 126px;
	height: 42px;
	background: url(../image/morebg.jpg) no-repeat center;
	text-align: center;
	line-height: 42px;
	color: #666666;
	display: block;
	margin-top: 50px
}

.oneB_L dl dd a:hover {
	color: #fff;
	background: #356fc7
}

.oneB_R {
	width: 45%;
	float: right;
	position: relative;
	height: 720px;
	right: 5%
}

.oneB_R>img {
	width: 100%;
	float: left
}

.oneB_R div {
	position: absolute;
	left: 12%;
	top: 110px;
	color: #fff
}

.oneB_R div>span {
	display: block;
	font-size: 24px;
	margin-bottom: 20px
}

.oneB_R div>span i {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	padding-left: 24px;
	position: relative
}

.oneB_R div>span i:before {
	background: #fff
}

.oneB_R div p {
	font-size: 14px;
	line-height: 26px
}

.oneB_R div a {
	font-size: 12px;
	color: #fff;
	padding-right: 26px;
	background: url(../image/more.png) no-repeat center right;
	margin-top: 15px;
	display: inline-block
}

.oneB_R div a:hover {
	font-weight: bold
}

.oneC {
	width: 100%;
	float: left
}

.oneC_con {
	position: relative;
	width: 90%;
	float: left;
	overflow: hidden;
	margin-top: 50px;
	padding: 0px 5%
}

.oneC_con .pic {
	position: relative;
	z-index: 0;
	width: 100%;
	float: left
}

.oneC_con .pic li,
.oneC_con .pic li a {
	width: 100%;
	float: left;
	height: 632px;
}

.oneC .title {
	margin-top: 16px
}

.oneC_con .prev,
.oneC_con .next {
	width: 45px;
	height: 45px;
	position: absolute;
	display: block !important;
	top: 44%;
	z-index: 10;
	border-radius: 4px;
	cursor: pointer;
}

.oneC_con .prev {
	left: 51.6%;
	background: url(../image/prev.png) no-repeat center #e4e6eb
}

.oneC_con .next {
	left: auto;
	right: 6.5%;
	background: url(../image/next.png) no-repeat center #e4e6eb
}

.oneC_con .prev:hover,
.oneC_con .next:hover {}

.oneC_con .pic li a .oneC_L {
	width: 50%;
	float: right;
	height: 100%;
	background: #f2f5fa;
	position: relative
}

.oneC_con .pic li a .oneC_L dl {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0px 17%;
	color: #333333;
}

.oneC_con .pic li a .oneC_L dt {
	font-size: 30px
}

.oneC_con .pic li a .oneC_L dd {
	margin-top: 30px
}

.oneC_con .pic li a .oneC_L dd p {
	line-height: 30px
}

.oneC_con .pic li a .oneC_L dd i {
	padding-right: 26px;
	background: url(../image/more2.png) no-repeat center right
}

.oneC_con .pic li a>p {
	height: 100%;
	float: left;
	width: 50%
}

.oneD {
	width: 85%;
	margin: 0 auto;
	clear: both;
	padding: 78px 7.5% 60px 7.5%;
	float: left
}

.oneD .hd {
	float: right;
	width: 100%;
}

.oneD .hd ul {
	float: right;
}

.oneD .hd ul li,
.sj_in_con>span {
	float: left;
	cursor: pointer;
	font-size: 16px;
	color: #666666;
	margin-left: 40px;
	margin-top: 14px
}

.oneD .hd ul li:before,
.sj_in_con>span:before {
	content: url(../image/cirico.png);
	/*width:8px;height:8px;border-radius:100%;*/
	float: left;
	/*border:1px solid #989898;*/
	/*margin:7px 7px auto auto*/
	margin-right: 7px;
	line-height: normal;
}

.oneD .hd ul li.on {
	color: #005ca4
}

.sj_in_con {
	width: 100%;
	float: left;
	position: relative
}

.sj_in_con>span {
	margin-left: 0px;
	font-size: 20px;
	margin-top: 30px
}

.sj_in_con {
	display: none
}

.sj_device {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px
}

.oneD .hd .title {
	float: right;
	width: auto;
	margin-top: 0px
}

.oneD .hd .title span {
	float: left;
	margin-left: 38px;
	margin-right: -55px
}

.oneD .hd .title span:after {
	margin: 15px 10px auto 0px;
	float: left
}

.oneD .hd .title i {
	color: #666666;
	font-size: 48px;
	opacity: 0.1;
}

.oneD .bd {
	width: 100%;
	float: left;
	zoom: 1;
	margin-top: 45px
}

.oneD .bd ul,
.oneD .bd ul li,
.oneD_con {
	width: 100%;
	float: left
}

.oneD_con {
	position: relative;
	height: 478px
}

.oneD .bd ul li a {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	background: #f5f7fb
}

.oneD .bd ul li a:last-child {
	margin-right: 0px
}

.oneD .bd ul li a>p {
	width: 100%;
	float: left;
	overflow: hidden
}

.oneD .bd ul li a div,
.sj_device .swiper-slide a div {
	padding: 26px 4.5%;
	width: 91%;
	float: left
}

.oneD .bd ul li a div h4,
.sj_device .swiper-slide a div h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oneD .bd ul li a div p,
.sj_device .swiper-slide a div p {
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
	height: 84px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal
}

.oneD .bd ul li a div i,
.sj_device .swiper-slide a div i {
	color: #999999;
	height: 16px;
	padding-left: 32px;
	background: url(../image/ico1.png) no-repeat center left;
	display: block;
	margin-top: 45px
}

.sj_device .swiper-slide a div i {
	margin-top: 15px
}

.sj_device .swiper-slide a div p {
	height: auto
}

.sj_device .arrow-left,
.sj_device .arrow-right {
	background: url(../image/btnext.png) no-repeat center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 30px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 200;
}

.sj_device .arrow-left {
	right: auto;
	left: 0px;
	background: url(../image/btprev.png) no-repeat center;
}

.oneD .bd ul li a:hover {
	background: #005ca4;
}

.oneD .bd ul li a:hover div h4,
.oneD .bd ul li a:hover div p,
.oneD .bd ul li a:hover div i {
	color: #fff
}

.oneD .bd ul li a:hover div i {
	background: url(../image/ico01.png) no-repeat center left
}

.oneD_con .slide_rBt .nextn,
.oneD_con .slide_lBt .prevn {
	width: 21px;
	height: 39px;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 10
}

.oneD_con .slide_rBt .nextn {
	position: absolute;
	right: -3.4%;
	background: url(../image/btnext.png) no-repeat center
}

.oneD_con .slide_lBt .prevn {
	position: absolute;
	left: -3.4%;
	background: url(../image/btprev.png) no-repeat center
}

.oneD_con .slide_rBt .nextn:hover {
	background: url(../image/btnext01.png) no-repeat center
}

.oneD_con .slide_lBt .prevn:hover {
	background: url(../image/btprev01.png) no-repeat center
}

.oneD_con .visual {
	width: 100% !important;
	float: left;
	height: 100%
}

.oneD_con .visual ul.slides_container {
	width: 100% !important;
	display: inline-block;
	float: left;
	z-index: 100 !important;
	height: 100%
}

.oneD_con .visual ul.slides_container li {
	text-align: left;
	width: 100% !important;
	z-index: 100 !important;
	height: 100%
}

.footer {
	width: 100%;
	float: left;
	background: #262626;
}

.footer_T {
	width: 85%;
	float: left;
	margin: 0px 7.5%;
	text-align: center;
	border-bottom: 1px solid #3b3b3b;
	padding: 112px 0px 78px 0px
}

.footer_T div {
	display: inline-block
}

.footer_T div p {
	font-size: 16px;
	color: #fff;
	float: right;
	margin-left: 52px
}

.footer_T div>img {
	float: left;
	margin-top: 22px
}

.footer_T div p span {
	display: block;
	color: #fff !important;
	text-align: left
}

.footer_T div p>i {
	margin: 10px 0px;
	display: block;
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold
}

.footer_mid dd {
	margin-top: 25px
}

.footer_mid dd div {
	float: left;
	width: 136px;
	position: relative;
	margin-right: 18px
}

.footer_mid dd div>span,
.footer_mid dd div>a {
	padding: 0px 0px 0px 12px;
	font-size: 16px;
	color: #858585;
	height: 33px;
	border: 1px solid #8b8b8b;
	line-height: 33px;
	display: block;
	border-radius: 18px
}

.footer_mid dd div:nth-child(1)>a:after {
	content: url(../image/dhfx2.png);
	float: right;
	margin-right: 12px;
	margin-top: 3px
}

.footer_mid dd div:nth-child(2)>span:after {
	content: url(../image/dhfx1.png);
	float: right;
	margin-right: 12px;
	margin-top: 3px
}


.footer_mid dd div>p,
.footer_mid dl dd .Nlogo p {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	bottom: 0px;
	border-radius: 4px;
	left: -1px;
	right: 0px;
	background: #323233;
	text-align: center;
	padding: 13px 13px 13px 15px
}

.footer_mid dd div>p i,
.footer_mid dl dd .Nlogo p i {
	display: block;
	font-size: 16px;
	color: #858585;
	margin-top: 16px
}

.dhfo {
	width: 100%;
	float: left;
	padding: 56px 0px;
}

.dhfo dl dd .bshare-custom {
	display: none;
}

.footer_mid dd div:hover>p,
.footer_mid dl dd .Nlogo:hover p {
	opacity: 1;
	visibility: visible
}

.footer_mid {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding: 56px 0px;
	overflow: hidden
}

.footer_mid dl {
	float: left;
	text-align: left;
	margin-right: 6%
}

.footer_mid dl:last-child {
	margin-right: 0px;
	float: right
}

.footer_mid dl dt {
	font-size: 16px;
	color: #fff
}

.footer_mid dl dd input[type='text'] {
	float: left;
	width: 188px;
	padding: 0px 18px;
	background: #444444;
	height: 38px;
	color: #fff;
	border: none
}

.footer_mid dl dd input[type='button'] {
	float: left;
	width: 67px;
	height: 38px;
	background: url(../image/ico2.png) no-repeat center #d7d7d7;
	border: none
}

.footer_mid dl dd input[type='text']::-webkit-input-placeholder {
	color: #fff;
}

.footer_mid dl dd input[type='text']::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.footer_mid dl dd input[type='text']:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.footer_mid dl dd input[type='text']:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.footer_mid dl dd .La {
	float: left;
	color: #262626;
	padding: 0px 16px;
	background: #d7d7d7;
	line-height: 35px;
	margin-left: 115px;
	display: none
}

.footer_mid dl dd .La:after {
	content: url(../image/ico3.png);
	float: right;
	margin-top: 4px;
	margin-left: 10px
}

.footer_mid dl dd .Nlogo {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	position: relative;
	z-index: 10
}

.footer_mid dl dd .Nlogo p {
	width: 111px;
	z-index: 20;
	right: 0px;
	left: auto
}

.footer_mid dl dd .Nlogo:last-child {
	margin-right: 0px
}

.footer_en {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	color: #aaaaaa;
	padding-bottom: 40px
}

.footer_en p {
	float: left
}

.footer_en a {
	float: right;
	display: inline-block;
	margin: 0 4px;
}


.sj_oneC {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 30px;
	display: none
}

.sj_oneC a,
.sj_oneC a img {
	width: 100%;
	float: left
}

.sj_oneC a {
	position: relative
}

.sj_oneC dl {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 92, 164, 0.9);
	z-index: 10;
	padding: 20px;
	color: #fff;
	line-height: 28px
}

.sj_oneC dl dt {
	font-size: 16px
}

.sj_oneC .pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 16px
}

.sj_oneC .pagination .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	background: #fff;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 100%;
}

.sj_oneC .pagination .swiper-active-switch {
	background: #006db4
}

.cpaA:nth-child(2n) .cpaA_R.transy {
	transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.oneB_R div.transy,
.oneD .hd .title.transy,
.cpxqA_R.transy,
.cpaA_R.transy {
	transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.oneB_R div.tranShow,
.oneD .hd .title.tranShow,
.cpxqA_R.tranShow,
.cpaA_R.tranShow,
.cpaA:nth-child(2n) .cpaA_R.tranShow {
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

/*产品*/

.N_banner {
	width: 100%;
	float: left;
	position: relative
}

.N_banner img {
	width: 100%;
	float: left
}

.N_menu_L {
	float: left
}

.N_menu_L a {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 60px;
	padding: 0px 34px
}

.N_menu_L a:hover,
.N_menu_L a.cur {
	background: #003a90;
	color: #fff
}

.N_menu {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.9)
}

.N_menu p {
	float: right;
	padding-left: 22px;
	background: url(../image/ico4.png) no-repeat center left;
	margin-top: 21px
}

.N_menu p a {
	float: left;
	color: #666666
}

.N_menu p a:after {
	content: '>';
	color: #666;
	margin: 0px 10px
}

.N_menu p a:last-child:after {
	display: none
}

.N_menu p a:hover,
.N_menu p a.cur {
	color: #005ca4
}


.chanpin {
	padding-bottom: 60px
}

.cp_con {
	width: 100%;
	float: left;
}

.cp_con ul {
	width: 100%;
	float: left;
	clear: both;
	letter-spacing: -8px;
	font-size: 0px
}

.cp_con h6,
.cplist_top dt {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
	margin-top: 60px
}

.cp_con h6:after,
.cplist_top dt:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #005ca4;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.cp_con ul li {
	width: 216px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ededed;
	padding: 0px 33px;
	letter-spacing: normal;
	margin: 28px 20px 0px 0px;
	padding-bottom: 42px;
}

.li_div {
	width: 100%;
	float: left
}

.cp_con ul li .li_div>a {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #666666;
	padding: 15px 0px;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
	text-align: center
}

.cp_con ul li .li_div>a:hover {
	color: #005ca4
}

.cp_con ul li .li_div>img,
.cp_con ul li>div {
	width: 100%;
	float: left
}

.cp_con ul li .li_div>a:nth-child(2) {
	padding: 0px;
	border: none
}

.cp_con ul li .li_div div span {
	cursor: default
}

.cp_con ul li .li_div div span,
.cp_con ul li>div p a {
	font-size: 12px;
	color: #666666;
	display: block
}

.cp_con ul li .li_div div span:before,
.cp_con ul li>div p a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #999999;
	float: left;
	margin-right: 8px;
	margin-top: 6px
}

.cp_con ul li .li_div div p {
	display: none
}

.cp_con ul li .li_div div p a {
	margin-top: 16px
}

.cp_con ul li .li_div div p a:hover {
	color: #005ca4
}

.cp_con ul li .li_div div span i:last-child {
	display: none
}

.cp_con ul li .li_div div p a:hover:before {
	background: #005ca4
}

.cp_con ul li .li_div div span:after {
	content: url(../image/cpico1.png);
	float: right;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cp_con ul li .li_div div span.cp_span:after {
	transform: rotate(90deg);
	margin-top: -5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.cp_con ul li .li_div div span.cp_span i:first-child {
	display: none
}

.cp_con ul li .li_div div span.cp_span i:last-child {
	display: inline-block
}

.cplist_top {
	width: 100%;
	float: left
}

.cplist_top dd {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px
}

.cplist_slide,
.cplist_slide .hd,
.cplist_slide .hd ul,
.cplist_slide .bd ul li a {
	width: 100%;
	float: left
}

.cplist_slide .hd ul {
	margin-top: 86px
}

.softnav ul {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.cplist_slide .hd ul li {
	float: left;
	cursor: pointer;
	font-size: 16px;
	color: #666666;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-right: 10px
}

.cplist_slide .hd ul li a {
	display: block;
	padding: 0 32px;
	line-height: 40px;
}

.softnav ul li {
	float: left;
	margin-right: 10px
}

.softnav ul li a {
	padding: 0 32px;
	color: #666666;
	line-height: 40px;
	border-radius: 4px;
	font-size: 16px;
	float: left;
	border: 1px solid #dcdcdc
}

.softnav ul li:hover a,
.softnav ul li.cur a {
	border-color: #005ca4;
	color: #005ca4
}

.cplist_slide .hd ul li.cur {
	border-color: #005ca4;
}

.cplist_slide .hd ul li.cur a {
	color: #005ca4
}

.cplist_slide .bd ul {
	zoom: 1;
}

.cplist_slide .bd ul li {
	float: left;
	width: 23.5%;
	box-shadow: 0px 0px 5px #f3f3f3;
	margin-top: 26px;
	border: 1px solid #f3f3f3;
	margin-right: 1.8%
}

.cplist_slide .bd ul li a>p {
	width: 100%;
	float: left;
	overflow: hidden
}

.cplist_slide .bd ul li a>div {
	width: 100%;
	float: left;
	color: #333333;
	background: #eaeaea;
	padding: 24px 0px
}

.cplist_slide .bd ul li a>div span {
	font-size: 16px;
	padding: 0px 24px;
	display: block;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cplist_slide .bd ul li a>div p {
	padding: 0px 24px;
	display: block;
	margin-top: 5px;
	height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cplist_slide .bd ul li:nth-child(4n) {
	margin-right: 0px
}

.cplist_slide .bd ul li a:hover>div {
	background: #333333;
	color: #fff
}

.page {
	width: 100%;
	float: left;
	text-align: center;
	margin: 85px 0px;
	letter-spacing: -8px
}

.page a {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	padding: 25px 32px;
	position: relative;
	letter-spacing: normal
}

.page a:hover,
.page a.cur {
	background: #005ca4;
	color: #fff;
}

.page a span {
	width: 100%;
	float: left;
	display: block
}

.page a.first:hover,
.page a.last:hover {
	background: none;
	color: #005ca4
}

.page a.first {
	background: url(../image/ico5.png) no-repeat center left
}

.page a.last {
	background: url(../image/ico6.png) no-repeat center right
}

.page a.first:hover {
	background: url(../image/ico05.png) no-repeat center left
}

.page a.last:hover {
	background: url(../image/ico06.png) no-repeat center right
}

.page a:nth-child(2):before {
	/* content: '|'; */
	position: absolute;
	left: 0px;
}

.page a:after {
	/* content: '|'; */
	position: absolute;
	right: 0px
}

.page a.last:after,
.page a.first:after {
	display: none
}

.page a:hover:after,
.page a.cur:after,
.page a:hover:before,
.page a.cur:before {
	display: none
}

.Nxq_menu {
	position: static;
	width: 100%;
	float: left
}

.Nxq_menu .w1200 {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 36px
}

.Nxq_menu .w1200 p {
	float: left
}

.cpxqA {
	width: 100%;
	float: left;
	margin-top: 70px;
	padding-bottom: 60px;
}

.cp_tab {
	width: 450px;
	float: left;
	position: relative
}

.cp_tab .hd {
	width: 100%;
	float: left
}

.cp_tab .hd ul {
	width: 100%;
	float: left;
	text-align: center
}

.cp_tab .hd li {
	display: inline-block;
	width: 59px;
	height: 59px;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	margin: 0px 4px;
	position: relative
}

.cp_tab .hd li.on {
	border-color: #999999
}

.cp_tab .bd {
	width: 100%;
	float: left
}

.cp_tab .bd .conWrap {
	width: 100%;
}

.showcase-link {
	display: inline-block;
}

.cp_tab .bd .conWrap li {
	text-align: center;
	width: 100%;
	float: left;
	position: relative
}

.cp_tab .bd .conWrap li img {
	width: 420px;
	height: 420px;
}

.cp_tab .prev,
.cp_tab .next {
	position: absolute;
	left: 0px;
	top: 36%;
	display: block !important;
	width: 13px;
	height: 25px;
	background: url(../image/cpxqico1.png) no-repeat center
}

.cp_tab .next {
	left: auto;
	right: 0px;
	background: url(../image/cpxqico2.png) no-repeat center
}

.cp_tab .prevStop,
.cp_tab .nextStop {
	display: none;
}

.cp_tab .bd p {
	padding-bottom: 10px
}

.sj_cp_tab {
	width: 100%;
	float: left;
	display: none;
	margin-top: 60px;
}

.sj_cp_tab .swiper-container,
.sj_cp_tab .swiper-wrapper,
.sj_cp_tab .swiper-slide {
	width: 100%;
	float: left;
}

.sj_cp_tab .pagination {
	width: 100%;
	float: left;
	text-align: center;
}

.sj_cp_tab .pagination .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0px 4px;
	background: #666;
	border-radius: 100%;
}

.sj_cp_tab .pagination .swiper-active-switch {
	background: #005ca4;
}

.cpxqA_R {
	float: right;
	width: 612px;
}

.cpxqA_R h1,
.cpxqA_R span {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	display: block
}

.cpxqA_R span {
	font-size: 18px;
	margin-top: 42px
}

.cpxqA_R p {
	color: #666666;
	line-height: 30px;
}

.cpxqA_R p i {
	display: block;
	margin-top: 40px;
	font-weight: bold
}

.cpxqA_R_en {
	display: block;
	clear: both
}

.cpxqA_R_en a {
	float: left;
	width: 152px;
	line-height: 46px;
	border-radius: 4px;
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 42px 6px 0px 0px
}

.cpxqA_R_en a:hover,
.cpxqA_R_en a.cur {
	background: #005ca4
}

.cpxqA_R_en a:first-child:before {
	content: url(../image/cpxqico3.png);
	float: left;
	margin: 10px auto 0px 24px;
	line-height: 0
}

.cpxqA_R_en a:last-child:before {
	content: url(../image/cpxqico4.png);
	float: left;
	margin: 10px auto 0px 24px;
	line-height: 0
}

.submit {
	position: fixed;
	top: 0px;
	z-index: 50;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	display: none
}

.sub_mid {
	width: 1052px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 170px 74px
}

.sub_mid dl {
	width: 100%;
	float: left
}

.sub_mid dl dt {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 32px
}

.sub_mid dl dd div {
	width: 348px;
	float: left;
	margin-top: 12px
}

.sub_mid dl dd span {
	width: 88px;
	float: left;
	line-height: 28px;
	color: #999999;
	font-family: "宋体";
	text-align: right
}

.sub_mid dl dd span:before {
	content: '*';
	color: #ff0000;
	margin-right: 6px
}

.sub_mid dl dd input,
.sub_mid dl dd select {
	width: 240px;
	height: 28px;
	padding: 0px 5px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: none;
	color: #999;
	font-family: "宋体";
}

.sub_mid dl dd select {
	width: 250px
}

.sub_mid dl dd:last-child div {
	width: 710px
}

.sub_mid dl dd:last-child div p {
	width: 610px;
	float: left
}

.sub_mid dl dd:last-child div p textarea {
	width: 590px;
	height: 96px;
	padding: 10px;
	float: left;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: none
}

.sub_mid dl dd:last-child div p a {
	width: 96px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	background: #005ca4;
	text-align: center;
	float: left;
	display: block;
	border-radius: 4px;
	margin-top: 12px
}

.sub_mid>img {
	position: absolute;
	right: 28px;
	top: 28px;
	cursor: pointer
}

.cpxqA_R .header {
	margin-top: 70px;
	height: auto;
}

.cpxqA_R .header .bshare-custom i {
	float: left;
	line-height: 21px;
	margin-right: 4px
}

.cpxqA_R .header .bshare-custom i,
.cpxqA_R .header .bshare-custom a {
	margin-top: 0px;
	color: #666666
}

.cpxqB,
.cpxqD {
	width: 100%;
	float: left;
	padding: 50px 0px;
	background: #f0efeb
}

.cpxqB .w1200>span,
.cpxqC_T span,
.cpxqC_B span,
.cpxqD span {
	font-size: 18px;
	color: #333333;
	font-weight: bold
}

.cpxqB .w1200>div {
	width: 100%;
	float: left;
	margin-top: 30px
}

.cpxqB .w1200>div p,
.cpxqC_BE a {
	float: left;
	width: 48.5%;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	border-bottom: 1px solid #dcdcdc;
	padding: 16px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.cpxqB .w1200>div p {
	position: relative;
	width: 46.5%;
	padding: 22px 0px 10px 2%;
	height: 72px;
	line-height: 24px;
	white-space: normal;
}

.cpxqB .w1200>div p:nth-child(2n) {
	float: right
}

.cpxqB .w1200>div p:before {
	content: '';
	position: absolute;
	top: 30px;
	width: 5px;
	height: 5px;
	background: #999999;
	border-radius: 100%;
	left: 0px;
}

.cpxqC {
	padding: 65px 0px;
	width: 100%;
	float: left;
}

.cpxqC .w1200 {
	overflow: inherit;
}

.cpxqC_T {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	border-bottom: 1px solid #dcdcdc;
}

.cpxqC_T div,
.cpxqC_B {
	width: 100%;
	float: left;
	margin-top: 40px
}

.cpxqC_T div a {
	float: left;
	margin-right: 40px;
	height: 30px
}

.cpxqC_T div a img {
	height: 100%;
}

.cpxqC_B {
	margin-top: 64px
}

.cpxqC_BB {
	width: 100%;
	float: left
}

.cpxqC_BT {
	width: 378px;
	float: left;
	position: relative;
	margin-top: 32px
}

.cpxqC_BT span {
	display: block;
	height: 42px;
	background: #f0efeb;
	color: #666666;
	line-height: 42px;
	border-radius: 4px;
	padding: 0px 12px;
	font-size: 14px;
	font-weight: normal
}

.cpxqC_BT div {
	position: absolute;
	top: 47px;
	background: #f0efeb;
	left: 0px;
	right: 0px;
	padding: 10px 0px;
	display: none
}

.cpxqC_BT div a {
	display: block;
	padding: 0px 24px 0px 12px;
	color: #666;
	line-height: 30px;
	position: relative;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpxqC_BT span:after {
	content: '>';
	float: right;
	font-size: 18px;
	color: #666666;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cpxqC_BT span.i_span:after {
	transform: rotate(90deg);
	margin-top: 0px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.cpxqC_BE {
	width: 100%;
	float: left;
	margin-top: 30px
}

.cpxqC_BE a {
	float: left;
	width: 48.5%
}

.cpxqC_BE a:nth-child(2n) {
	float: right
}

.cpxqC_BE a:before {
	content: url(../image/cpxqico5.png);
	float: left;
	margin-right: 22px
}

.cpxqC_BT div a:after {
	content: '>';
	position: absolute;
	right: 12px
}

.cpxqD {
	padding: 60px 0px
}

.cpxqD .w1200 {
	overflow: inherit
}

.cpxqD_con {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 56px
}

.cpxqD_con .swiper-slide a {
	float: left;
	width: 220px;
	width: 18.2%;
	margin-right: 2%
}

.cpxqD_con .swiper-slide a p {
	width: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}

.cpxqD_con .swiper-slide a:nth-child(5n) {
	margin-right: 0px
}

.cpxqD_con .swiper-slide a span {
	color: #333333;
	margin-top: 24px;
	font-weight: normal;
	margin-top: 26px;
	width: 100%;
	float: left;
	font-size: 14px
}

.cpxqD_con .swiper-slide a:hover span {
	color: #005ca4
}

.cpxqD_con .arrow-left,
.cpxqD_con .arrow-right {
	width: 20px;
	height: 38px;
	position: absolute;
	left: -42px;
	z-index: 10;
	top: 38%;
}

.cpxqD_con .arrow-left {
	background: url(../image/cpxq_P.png)
}

.cpxqD_con .arrow-right {
	left: auto;
	right: -42px;
	background: url(../image/cpxq_N.png)
}

.cpxqE {
	overflow: initial
}

.cpxqE_con {
	width: 100%;
	float: left;
	padding: 60px 0px
}

.cpxqE_con>dl {
	float: left;
	margin: 30px 4% 0px 0px;
	width: 36%
}

.cpxqE_con>dl:nth-child(3) {
	margin-right: 0px;
	width: 20%;
}

.cpxqE_con>dl dt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px
}

.cpxqE_con>dl dd a,
.cpxqE_con>dl dd p {
	display: block;
	color: #666666;
	line-height: 24px;
	margin-top: 10px
}

.cpxqE_R {
	float: right;
	width: 25.5%;
	height: 340px;
	background: url(../image/cpxqbg.png) no-repeat center;
	border-radius: 4px
}

.cpxqE_R dl {
	padding: 0px 5.5%;
}

.cpxqE_R dl dt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 34px 0px 10px 0px
}

.cpxqE_R dl dd input,
.cpxqE_R .cpxqC_BT {
	width: 96%;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 20px;
	padding: 0px 2%;
	color: #666666
}

.cpxqE_R .cpxqC_BT span {
	line-height: 40px;
	height: 40px;
	padding: 0px;
	background: none;
	font-size: 14px
}

.cpxqE_R .cpxqC_BT span:after {
	font-size: 14px
}

.cpxqE_R .cpxqC_BT div {
	background: #fff;
	box-shadow: 0px 0px 2px #999
}

.cpxqE_R dl dd>a {
	color: #fff;
	font-weight: bold;
	width: 92px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	background: #18b5e0;
	float: left;
	margin-top: 30px
}

.cpapply,
.cpaA {
	width: 100%;
	float: left
}

.cpaA {
	padding: 70px 0px
}

.cpaA .w1440 {
	overflow: hidden;
	position: relative
}

.cpaA:nth-child(2n) {
	background: #f6f6f6;
}

.cpaA dl {
	width: 29%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8.5%
}

.cpaA dl dt {
	font-size: 30px;
	color: #666666
}

.cpaA dl dt a {
	color: #666
}

.cpaA dl dt a:hover {
	color: #005ca4
}

.cpaA dl dd {
	margin-top: 30px
}

.cpaA dl dd p {
	color: #666666;
	line-height: 30px
}

.cpaA dl dd a {
	font-size: 14px;
	color: #666666;
	padding-right: 32px;
	background: url(../image/aplico1.png) no-repeat center right;
	margin-top: 45px;
	float: left
}

.cpaA dl dd a:hover {
	background: url(../image/aplico01.png) no-repeat center right;
	color: #005ca4
}

.cpaA_R {
	float: right;
	width: 50%;
}

.cpaA_R>a {
	width: 100%;
	float: left;
	overflow: hidden
}

.cpaA:nth-child(2n) dl {
	left: auto;
	right: 8.5%;
}

.cpaA:nth-child(2n) .cpaA_R {
	float: left
}

.cpapply_list .cplist_top dd {
	color: #666666;
	line-height: 30px;
	font-size: 14px
}

.cpapply_LC {
	width: 100%;
	float: left;
	/* padding-bottom: 80px */
}

.cpapply_LCA {
	width: 32%;
	float: left;
	margin-right: 2%;
	overflow: hidden;
	margin-top: 34px
}

.cpapply_LCA:nth-child(3n) {
	margin-right: 0px
}

.cpapply_LCA .swiper-container {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.cpapply_LCA a,
.cpapply_LCA a p {
	width: 100%;
	float: left;
	display: block
}

.cpapply_LCA .pagination {
	position: absolute;
	padding: 0px 28px;
	height: 66px;
	background-color: rgba(0, 92, 164, 0.9);
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: right
}

.cpapply_LCA .pagination:before {
	content: url(../image/logo4.png);
	float: left;
	margin-top: 16px;
}

.cpapply_LCA .pagination .swiper-pagination-switch {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0px 3px;
	margin-top: 30px
}

.cpapply_LCA .pagination .swiper-active-switch {
	background: #fff
}

.cpapply_LCA_b {
	width: 100%;
	float: left;
	margin-top: 30px
}

.cpapply_LCA_b a {
	display: block;
	padding: 0px 40px;
	position: relative
}

.cpapply_LCA_b a:before {
	content: '';
	width: 22px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0px;
	top: 11px
}

.cpapply_LCA_b a span {
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold
}

.cpapply_LCA_b a p {
	color: #666666;
	margin-top: 10px;
}

.cpapply_LCA_b a:hover:before {
	background: #005ca4
}

.cpapply_LCA_b a:hover span,
.cpapply_LCA_b a:hover p {
	color: #005ca4
}

.soA {
	padding: 66px 0px;
	overflow: hidden
}

.soA span {
	font-size: 18px;
	color: #005ca4;
	font-weight: bold
}

.soA p {
	color: #333333;
	line-height: 36px;
	margin-top: 5px
}

.soB {
	width: 100%;
	float: left;
	background: #f6f6f6;
}

.soB .w1440 {
	position: relative;
	overflow: hidden;
	padding: 70px 0px;
	min-height: 372px
}

.soB_L {
	float: left;
	width: 43%
}

.soB_L span {
	font-size: 18px;
	color: #005ca4;
	font-weight: bold;
	display: block
}

.soB_L div {
	width: 100%;
	float: left;
	margin-top: 10px
}

.soB_L div p {
	color: #333333;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soB_L div p:before {
	content: '◆';
	color: #005ca4;
	float: left;
	margin-right: 10px
}

.soB .w1440>img {
	width: 52%;
	position: absolute;
	right: 0px;
	bottom: 0px
}

.sup_con {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 90px
}

.sup_con li {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	margin-top: 39px
}

.sup_con li a {
	width: 100%;
	float: left;
	border: 1px solid #dedede
}

.sup_con li:nth-child(3n) {
	margin-right: 0px
}

.sup_con a p {
	width: 100%;
	padding: 75px 0px
}

.sup_con a p i {
	display: block;
	height: 101px;
	line-height: 110px
}

.sup_con a p i img {
	vertical-align: middle
}

.sup_con a p i img:last-child {
	display: none
}

.sup_con a p span {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-top: 24px
}

.sup_con a>i {
	display: block;
	padding: 18px 0px;
	margin: 0px 20px;
	border-top: 1px solid #efefef;
	overflow: hidden;
	font-size: 16px;
	color: #333333
}

.sup_con a:hover p i img:first-child {
	display: none
}

.sup_con a:hover p i img:last-child {
	display: inline-block
}

.sup_con a:hover {
	background: #005ca4
}

.sup_con a:hover p span,
.sup_con a:hover i {
	color: #fff
}

.sup_con a:hover>i {
	border-color: #1469ab
}

.word_con,
.word_con .hd,
.word_con .hd ul,
.word_con .bd {
	width: 100%;
	float: left
}

.word_con .hd span {
	font-size: 26px;
	color: #333333;
	display: block;
	margin-top: 56px
}

.word_con .hd ul {
	margin-top: 56px
}

.word_con .hd ul li {
	float: left;
	margin-right: 10px;
}

.word_con .hd ul li a {
	padding: 0px 32px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 16px;
	color: #666666;
	display: block
}

.word_con .hd ul li.cur a,
.word_con .hd ul li:hover a {
	color: #005ca4;
	border-color: #005ca4;
	cursor: pointer
}

.word_div {
	width: 100%;
	float: left
}

.word_div_T {
	float: right;
	width: 375px;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-top: 40px;
	position: relative
}

.word_div_T input {
	width: 315px;
	padding: 0px 50px 0px 10px;
	height: 100%;
	float: left;
	border: none;
	color: #999999;
	font-family: "宋体"
}

.word_div_T i {
	position: absolute;
	right: 10px;
	width: 19px;
	height: 100%;
	background: url(../image/supico9.png) no-repeat center
}

.word_div_M {
	width: 100%;
	float: left;
	padding-bottom: 42px;
}

.word_div_M>span {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 10px 0px 24px 0px;
	display: block
}

.word_div_M .word_div_mid {
	width: 100%;
	float: left;
	position: relative
}

.word_div_M .word_div_mid div {
	width: 47.5%;
	margin-right: 4%;
	color: #666666;
	padding: 18px 0px;
	border-bottom: 1px solid #f0f0f0;
	display: inline-block;
	vertical-align: top;
}

.word_div_M .word_div_mid div:before {
	content: url(../image/supico10.png);
	float: left;
	margin-right: 22px;
	margin-top: -4px
}

.word_div_M .word_div_mid div:nth-child(2n) {
	margin-right: 0px
}

.word_div_M .more {
	float: right;
	margin-top: 40px
}

.word_div_M .more i {
	color: #333333;
	padding-bottom: 12px;
	background: url(../image/supico11.png) no-repeat center bottom;
	display: inline-block;
	float: right
}

.word_div_M .more i:last-child,
.word_div_M .word_div_mid .more:before {
	display: none
}

.word_div_M .more.div_p i:first-child {
	display: none
}

.word_div_M .more.div_p i:last-child {
	display: inline-block
}

.word_div_M .more.div_p i {
	background: url(../image/supico12.png) no-repeat center bottom;
	color: #005ca4
}

.word_div_M .word_div_mid div p {
	width: 100%;
	float: left;
	display: none
}

.word_div_M .word_div_mid div p a {
	float: left;
	margin: 14px 10px 0px 0px;
	font-size: 12px;
	color: #999999;
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #eeeeee
}

.word_div_M .word_div_mid div p a img {
	height: 14px;
	padding: 10px 0px
}

.word_div_M .word_div_mid div p a:hover {
	color: #005ca4;
	border-color: #005ca4
}

.word_div_M .word_div_mid div.div {
	color: #003a90
}

.word_div_M .word_div_mid div.div:before {
	content: url(../image/supico010.png)
}

.cer_div .word_div_M .word_div_mid div:before {
	content: url(../image/ico7.png);
	margin-top: -4px
}

.cer_div .word_div_M .word_div_mid div.div:before {
	content: url(../image/ico07.png)
}

.soft_con {
	width: 100%;
	float: left;
	padding: 60px 0px
}

.soft_con span {
	display: block;
	font-size: 26px;
	color: #333333
}

.soft_con div {
	width: 100%;
	float: left;
	margin-top: 30px
}

.soft_con div p {
	width: 46%;
	float: left;
	margin-top: 26px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.soft_con div p:nth-child(2n) {
	float: right
}

.soft_con div p a {
	display: block;
	padding: 0px 62px 22px 0px;
	position: relative;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none !important;
}

.soft_con div p em {
	color: #757473;
	display: block;
	height: 57px;
	overflow: hidden;
}

/*.soft_con div p a:before{content:url(../images/softico1.png);float:left;margin-right:18px;margin-top:-2px}
*/
/* .soft_con div p a::before{position: absolute;content: '+';right: 0;top: -2px;color: #333;line-height: 1;font-size: 20px;}
.soft_con div p a.active::before{position: absolute;content: '-';right: 0;top: -2px;color: red;line-height: 1;font-size: 20px;} */


.soft_con div p a img {
	float: left;
	margin-right: 18px;
	margin-top: -2px
}

.soft_con div p a i {
	position: absolute;
	right: 16px
}

.soft_con div p a:hover {
	color: #005ca4
}

.word_div .header {
	float: left;
	width: auto;
	height: auto;
	margin-top: 52px
}

.word_div .header i,
.word_div .header a {
	float: left;
	margin-top: 0px;
	color: #666666;
}

.audio_con {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	font-size: 0px;
	letter-spacing: -8px
}

.audio_con dl {
	display: inline-block;
	width: 31.5%;
	min-height: 206px;
	vertical-align: top;
	margin-right: 2.75%;
	background: #f0f0f0;
	padding: 30px 0px 38px 0px;
	margin-top: 30px;
	letter-spacing: normal;
	font-size: 14px
}

.audio_con dl:nth-child(3n) {
	margin-right: 0px
}

.audio_con dl dt,
.audio_con dl dd {
	margin: 0px 20px
}

.audio_con dl dt {
	font-size: 18px;
	color: #333333;
	padding-bottom: 26px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center
}

.audio_con dl dd {
	margin-top: 25px
}

.audio_con dl dd a {
	display: block;
	color: #666666;
	line-height: 32px;
	margin-top: 10px
}

.audio_con dl dd a.hidden {
	display: none;
}

.audio_con dl dd a.hidden.show {
	display: block;
}

.audio_con dl dd a:hover {
	color: #005ca4
}

.audio_con dl dd a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #999999;
	border-radius: 100%;
	float: left;
	margin-top: 13px;
	margin-right: 18px
}

.audio_con dl dd a:hover:before {
	background: #005ca4
}

.audio_con dl dd i {
	display: inline-block;
	padding-bottom: 12px;
	background: url(../image/supico11.png) no-repeat center bottom
}

.audio_con dl dd.more {
	text-align: center
}

.audio_con dl dd.more i:last-child {
	display: none
}

.audio_con dl dd div {
	display: none
}

.audio_con dl dd.dd i:last-child {
	display: inline-block
}

.audio_con dl dd.dd i:first-child {
	display: none
}

.audio_con dl dd.dd i {
	background: url(../image/supico12.png) no-repeat center bottom;
	color: #005ca4
}

.que_con {
	width: 100%;
	float: left;
	font-size: 0px;
	letter-spacing: -8px;
	padding-bottom: 60px
}

.que_A {
	width: 48%;
	display: inline-block;
	margin-right: 4%;
	letter-spacing: normal;
	margin-top: 26px
}

.que_A:nth-child(2n) {
	margin-right: 0px
}

.que_A h4 {
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #eaeaea;
	padding: 0px 36px 0px 58px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 70px;
	position: relative;
	background: url(../image/queico2.png) no-repeat center right
}

.que_A h4:before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	background: url(../image/queico1.png) no-repeat center #eeeeee;
	border-radius: 4px;
	left: 0px;
	top: 19px
}

.que_A div {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	width: 100%;
	float: left;
	padding: 20px 0px;
	display: none
}

.que_A h4.cur {
	color: #005ca4;
	background: url(../image/queico3.png) no-repeat center right
}

.que_A h4.cur:before {
	background: url(../image/queico01.png) no-repeat center #005ca4;
}

.newsA,
.newsA a {
	width: 100%;
	float: left
}

.newsA {
	margin-top: 28px
}

.newsA a {
	padding-bottom: 62px;
	border-bottom: 1px dotted #c8c8c8;
	margin-top: 40px
}

.newsA a>span {
	float: left;
	font-size: 48px;
	color: #acacac;
	margin-left: 1.52%
}

.newsA a>span i {
	font-size: 12px;
	display: block;
	margin-top: 12px
}

.newsA a>p {
	width: 19.6%;
	float: left;
	margin-left: 4.3%;
	overflow: hidden
}

.newsA a dl {
	width: 68%;
	float: right
}

.newsA a dl dt {
	font-size: 18px;
	color: #373636;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsA a dl dd {
	padding-bottom: 28px;
	border-bottom: 1px solid #e6e6e6;
}

.newsA a dl dd p {
	color: #838383;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	height: 48px
}

.newsA a dl dd i {
	width: 73px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	display: inline-block;
	margin-top: 30px
}

.newsA a:hover>span {
	color: #005ca4
}

.newsA a:hover dl dd i {
	background: #005ca4;
	color: #fff;
	font-size: 14px;
	border-color: #005ca4
}

.newsA a dl dd:last-child {
	padding: 0px;
	border: none
}

.news_menu {
	position: static;
	width: 100%;
	float: left
}

.newsxq_top {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px
}

.newsxq_top h1 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px
}

.newsxq_top p i {
	color: #999999;
	display: inline-block;
	margin: 0px 15px;
	padding-left: 30px;
	height: 19px
}

.newsxq_top p i:first-child {
	background: url(../image/newsico1.png) no-repeat center left
}

.newsxq_top p i:last-child {
	background: url(../image/newsico2.png) no-repeat center left
}

.newsxq_con {
	width: 100%;
	float: left;
	margin-top: 40px
}

.newsxq_con table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d7d4d4;
}

.newsxq_con table td {
	padding: 10px;
	border-color: #d7d4d4
}

.newsxq_con p {
	color: #999999;
	line-height: 26px;
	margin-top: 10px
}

.newsxq_con p img {
	margin: 0px 16px
}

.newsxq_en,
.newsxq_en p {
	width: 100%;
	float: left
}

.newsxq_en .bshare-custom {
	width: 100%;
	float: left;
	margin-top: 104px
}

.newsxq_en {
	padding-bottom: 110px
}

.newsxq_en p {
	margin-top: 30px
}

.newsxq_en p a {
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	text-align: center;
	width: 44%;
	float: left;
	padding: 0px 2%;
	background: #f0f0f0;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsxq_en p a:nth-child(2n) {
	float: right
}

.newsxq_en .bshare-more {
	width: 19px;
	height: 21px;
	background: url(../image/fx9.png) no-repeat center;
	padding: 0px;
	margin: 0px;
	float: left
}

.newsxq_en .bshare-custom span {
	font-size: 16px;
	color: #666666;
	float: left
}

.newsxq_en p a:hover {
	background: #005ca4;
	color: #fff
}

.netA {
	width: 100%;
	float: left;
	padding: 60px 0px
}

.netA h4 {
	font-size: 24px;
	color: #00051b;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc
}

.netA_con {
	width: 100%;
	float: left;
	font-size: 0px;
	letter-spacing: -8px
}

.netA_con dl {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-top: 34px
}

.netA_con dl dt {
	margin-bottom: 20px
}

.netA_con dl dt a {
	font-size: 18px;
	color: #005ca4
}

.netA_con dl dd a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.netA_con dl dd div {
	display: none
}

.netA_con dl dd a:hover {
	color: #005ca4
}

.netA_con dl dd .dd_show {
	position: relative
}

.netA_con dl dd .dd_show:after {
	content: url(../image/netico1.png);
	margin-left: 8px;
	position: absolute;
	top: 2px
}

.netA_con dl:nth-child(5n) {
	margin-right: 0px;
	width: 14%
}

.net_menu .w1200 {
	border: none
}

.netB {
	background: #f6f6f6
}

.contactA {
	width: 100%;
	float: left
}

.contactA>span {
	display: block;
	font-size: 30px;
	color: #333333;
	padding-bottom: 20px;
	position: relative
}

.contactA>span:after,
.conA_con .pic li dl dt:after,
.about1_top span:after {
	background: #005ca4;
	width: 20px;
	height: 3px;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px
}

.conA_con {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 70px 0px;
	position: relative
}

.conA_con .pic {
	position: relative;
	z-index: 0;
}

.conA_con .pic li {
	position: relative;
	height: 530px
}

.conA_con .pic li .dh_map {
	width: 100%;
	height: 100%;
	float: left
}

.conA_con .pic li dl {
	width: 366px;
	height: 480px;
	background-color: rgba(46, 98, 173, 0.9);
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%)
}

.conA_con .pic li dl dt,
.conA_con .pic li dl dd {
	margin: 0px 28px;
	overflow: hidden
}

.conA_con .pic li dl dt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 36px;
	padding-bottom: 20px;
	position: relative
}

.conA_con .pic li dl dt:after {
	background: #fff
}

.conA_con .pic li dl dd {
	margin-top: 10px
}

.conA_con .pic li dl dd p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 8px;
	word-break: break-all;
}

.conA_con .pic li dl dd p a {
	color: #fff
}

.conA_con .hd {
	width: 404px;
	position: absolute;
	bottom: 40px;
	text-align: center;
	left: 0px;
	font-size: 0;
	z-index: 1;
}

.conA_con .hd li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	margin: 0px 6px;
	display: inline-block
}

.conA_con .hd .on {
	background: #f54336;
}

.contactB {
	width: 100%;
	float: left;
	background: #f0f0f0;
	padding: 76px 0px
}

.contactB .w1200>span {
	font-size: 24px;
	text-align: center;
	display: block;
	color: #333333;
	padding-bottom: 12px;
	background: url(../image/xian.jpg) no-repeat center bottom;
}

.conB_con {
	width: 100%;
	position: relative;
	float: left;
	height: 541px
}

.contactB .w1200 {
	overflow: inherit
}

.conB_con .content>div {
	z-index: 10
}

.conB_con .content {
	width: 1008px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}

.conB_con .content>div>div>span,
.conB_con .content>div>div>i {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	animation: myfirst 1.5s infinite;
	box-shadow: 0px 0px 1px #969696;
	animation-delay: 0.5s;
}

.conB_con .content>div>div>i {
	animation-delay: 1s;
}

.conB_con .content>div>div>dl {
	position: absolute;
	display: none;
	left: 46px;
	width: 290px;
	min-height: 114px;
	padding: 26px 0px;
	background: #2e62ad;
	top: -65px;
	color: #fff;
}

.conB_con .content>div>div>dl:before {
	content: url(../image/conico1.png);
	position: absolute;
	top: 60px;
	left: -11px
}

.conB_con .content>div>div>dl dt {
	font-size: 18px;
	margin-bottom: 10px
}

.conB_con .content>div>div>dl dt,
.conB_con .content div dl dd {
	padding: 0px 18px
}

.conB_con .content>div>div>dl dd p {
	line-height: 30px
}

.conB_con .content>div>div:hover dl {
	display: block
}

.conB_con .content>div .dot {
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #333333;
	opacity: 1;
	filter: alpha(opacity=100)
}

.conB_con .content>div .pulse {
	position: absolute;
	top: -46px;
	left: -46px;
	height: 100px;
	width: 100px;
	border: 1px solid #000;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.conB_con .content>div .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.conB_con .content>div .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.conB_con .content>div .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.conB_con .content>div .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.conB_con .content>div .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.conB_con .content>div .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.conB_con .content>div .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.conB_con .content>div .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.conB_con .content>div .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.conB_con .content>div .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.conB_con .content>div .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.conB_con .content>div>div:hover .dot {
	background: #2e62ad
}

.conB_con .content>div>div:hover p,
.conB_con .content>div>div:hover span {
	border: 1px solid #2e62ad;
}

.conB_con .content .conb_position {
	position: absolute;
}

.conB_con .content .CB {
	position: absolute;
	top: 212px;
	right: 206px
}

.conB_con .content .CC {
	position: absolute;
	top: 278px;
	right: 238px
}

.conB_con .content .CD {
	position: absolute;
	top: 388px;
	right: 100px
}

.conB_con .content .CE {
	position: absolute;
	top: 470px;
	right: 470px
}

.conB_con .content .CF {
	position: absolute;
	top: 355px;
	right: 606px
}

.conB_con .content .CG {
	position: absolute;
	top: 192px;
	right: 606px
}

.conB_con .content .CH {
	position: absolute;
	top: 114px;
	left: 171px
}

.conB_con .content .CI {
	position: absolute;
	top: 159px;
	left: 78px;
	z-index: 13
}

.conB_con .content .CJ {
	position: absolute;
	top: 178px;
	left: 142px;
	z-index: 12
}

.conB_con .content .CK {
	position: absolute;
	top: 212px;
	left: 108px;
	z-index: 12
}

.conB_con .content .CL {
	position: absolute;
	top: 203px;
	left: 155px
}

.conB_con .content .CM {
	position: absolute;
	top: 257px;
	left: 158px
}

.conB_con .content>div.transy {
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	transition: 400ms;
	-webkit-transition: 400ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}

.cpapply_LCA_b.transy {
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	transition: 400ms;
	-webkit-transition: 400ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}

.conB_con .content>div.tranShow,
.cpapply_LCA_b.tranShow {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}


@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.about1_top {
	width: 100%;
	float: left;
	padding: 68px 0px
}

.about1_top span {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
	display: block
}

.about1_top_con {
	width: 100%;
	float: left;
	margin-top: 68px
}

.about1_top_con img {
	width: 30%;
	float: left
}

.about1_top_con div {
	float: right;
	width: 64.5%;
}

.about1_top_con div p {
	color: #666666;
	line-height: 36px
}

.about1_con {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding-top: 30px
}

.about1_con ul,
.about1_con ul li,
.about1_con ul li h4,
.about1_con ul li h4 div {
	width: 100%;
	float: left
}

.about1_con ul li {
	padding-bottom: 46px;
	border-bottom: 1px solid #dedede;
	margin-top: 46px
}

.about1_con ul li h6 span {
	display: block;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 16px
}

.about1_con ul li h6 {
	background: url(../image/abico01.png) no-repeat center right
}

.about1_con ul li h6.cur {
	background: url(../image/abico1.png) no-repeat center right
}

.about1_con ul li h6 p {
	font-size: 16px;
	color: #666666;
}

.about1_con ul li h6 p:after {
	content: '|';
	margin-left: 34px
}

.about1_con ul li h6.cur p i {
	color: #2e62ad
}

.about1_con ul li div {
	margin-top: 20px;
	display: none
}

.about1_con ul li div p {
	color: #666666;
	line-height: 24px
}

.aboutA {
	width: 100%;
	float: left;
	padding: 70px 0px
}

.aboutA_L {
	float: left;
	width: 45%;
}

.aboutA_L p {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	text-indent: 2em
}

.aboutA_L div {
	display: none
}

.aboutA_L span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 98px
}

.aboutA_L span:after {
	display: none
}

.aboutA_L span i:last-child {
	display: none
}

.aboutA_L span i {
	color: #999999;
	position: relative
}

.aboutA_L span i:after {
	content: url(../image/aboutico1.png);
	position: absolute;
	margin-left: 12px;
	top: -4px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.aboutA_L span.cur i:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.aboutA_L span.cur i:last-child {
	display: inline-block
}

.aboutA_L span.cur i:first-child {
	display: none
}

.aboutA>img {
	float: right;
	width: 50%
}

.aboutB {
	width: 100%;
	float: left;
	height: 686px;
	background-size: cover;
	position: relative
}

.aboutB_tu {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.aboutB_tu img {
	display: none
}

.aboutB_con {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px
}

.aboutB .w1440>span,
.aboutB ul li span,
.aboutC>span {
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
	display: block;
	background: url(../image/xian1.jpg) no-repeat center bottom;
	text-align: center;
	font-weight: bold;
	margin-top: 128px
}

.aboutB ul {
	width: 100%;
	float: left
}

.aboutB ul li {
	float: left;
	width: 16%;
	margin-right: 5%;
	color: #fff;
	height: 304px;
	margin-top: 70px
}

.aboutB ul li:nth-child(5n) {
	margin-right: 0px
}

.aboutB ul li div {
	padding: 0px 10%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%
}

.aboutB ul li div:hover {
	background: #005ca4
}

.aboutB ul li span {
	font-size: 24px;
	margin-top: 40px
}

.aboutB ul li p {
	line-height: 30px;
	margin-top: 28px;
	text-align: center
}

.aboutC {
	width: 100%;
	float: left;
	background: #f9f9f9
}

.aboutC>span {
	color: #333333;
	background: url(../image/xian.jpg) no-repeat center bottom;
	margin-top: 70px;
	margin-bottom: 14px
}

.aboutC .chronicle {
	width: 100%;
	height: 510px;
	float: left;
	overflow: hidden;
	background: url(../image/aboutpic4.png) no-repeat center;
	padding-bottom: 50px
}

.aboutC .chronicle .content {
	overflow: hidden;
	margin-top: 94px
}

.aboutC .chronicle .btn {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.aboutC .chronicle .btn div {
	width: 53px;
	height: 53px;
	background: url(../image/aboutico2.png) no-repeat center;
	top: 20px;
	left: 0px;
	position: absolute;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.aboutC .chronicle .btn div.rightBtn {
	background: url(../image/aboutico02.png) no-repeat center;
	right: 0px;
	left: auto
}

.aboutC .chronicle .btn div.rightBtn:hover {
	background: url(../image/aboutico03.png) no-repeat center
}

.aboutC .chronicle .btn div.leftBtn:hover {
	background: url(../image/aboutico3.png) no-repeat center
}

.aboutC .chronicle .info {
	width: 788px;
	margin: 0 auto;
	overflow: hidden
}

.aboutC .chronicle .info .dec:not(:first-child) {
	display: none;
}

.aboutC .chronicle .info .dec {
	overflow: hidden;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.aboutC .chronicle .info .dec span {
	float: left;
	font-size: 68px;
	color: #999999
}

.aboutC .chronicle .info .dec .decs div {
	float: right;
	width: 564px
}

.aboutC .chronicle .info .dec p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px
}

.aboutC .chronicle .year {
	width: 100%;
	float: left;
	/*border-bottom:1px solid #c7c7c7*/
	;
	background: url(../image/xian2.png) no-repeat center top;
	margin-top: 170px;
}

.aboutC .chronicle .year div {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: -10px;
}

.aboutC .chronicle ul {
	position: relative;
	width: 800%;
	min-height: 25px;
}

.aboutC .chronicle ul li {
	float: left;
	margin-right: 0px;
	width: 240px;
	text-align: center;
	color: #999999;
	font-size: 30px;
	padding-top: 86px
}

.aboutC .chronicle ul li:last-child {
	margin-right: 0;
}

.aboutC .chronicle ul li.cur {
	font-size: 40px;
	color: #005ca4;
	position: relative;
	background: url(../image/abico2.png) no-repeat center top
}


.sj_cpxqD_con {
	display: none
}

.sj_history,
.sj_con {
	display: none
}

.word_div_M .word_div_mid div.hidden {
	display: none;
}

.word_div_M .word_div_mid div.hidden.show {
	display: inline-block;
}

.supportinfo {
	width: 100%;
	float: left;
	margin-top: 30px
}

.supportinfo>p {
	font-size: 14px;
	line-height: 30px;
	color: #333
}

.up_sj_top {
	width: 100%;
	float: left;
	margin-top: 30px;
	display: none
}

.up_sj_top a {
	width: 100%;
	float: left
}

.up_sj_top a img {
	width: 30%;
	float: left
}

.up_sj_top a div {
	width: 66%;
	float: right;
	margin-top: 20px
}

.up_sj_top a div span {
	font-size: 26px;
	color: #666666;
	font-weight: bold;
}

.up_sj_top a div p {
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	line-height: 24px;
}

.up_sj_top a div i {
	width: 116px;
	height: 38px;
	line-height: 38px;
	background: #005ca4;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
}

.up_sj_top .pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px
}

.up_sj_top .pagination .swiper-pagination-switch {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	margin: 0px 4px;
	display: inline-block
}

.up_sj_top .pagination .swiper-active-switch {
	background: #005ca4
}

.up_sj_two {
	width: 60%;
	margin-left: 20%;
	position: relative;
	display: none
}

.up_sj_two a {
	width: 100%;
	float: left;
	padding: 20px 0px;
	text-align: center
}

.up_sj_two a span {
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
	display: block;
}

.up_sj_two .arrow-left,
.up_sj_two .arrow-right {
	width: 32px;
	padding: 0px;
	height: 32px;
	position: absolute;
	left: -50px;
	z-index: 100;
	border-radius: 100%;
	top: 50%;
	cursor: pointer;
	background: url(../image/ico9.png) no-repeat center #7e7e7e;
}

.up_sj_two .arrow-right {
	background: url(../image/ico09.png) no-repeat center #7e7e7e;
	left: auto;
	right: -50px
}

.footer_menu {
	width: 96%;
	display: none;
	overflow: hidden;
	float: left;
	padding: 20px 2% 30px 2%;
	background: #dcdcdc;
	height: auto;
	position: static;
}

.footer_menu .navMobile li {
	line-height: 40px;
}

.footer_menu .navMobile li h5>a,
.footer_menu .navMobile li .listDown .list2_one h3 a,
.footer_menu .navMobile li .listDown .list2_one .list2_two div h4 a,
.footer_menu .navMobile li .listDown .list2_one .list2_two a {
	color: #515151;
	font-weight: normal;
	font-size: 14px;
}

.footer_menu .navMobile li {
	border-bottom: 1px solid #e1e1e1;
}

.footer_menu .navMobile li .listDown .list2_one .list2_two a {
	color: #828181;
}

.footer_menu .navMobile li .listDown .list2_one {
	background: none;
}

.footer_menu .navMobile li h5 i,
.footer_menu .navMobile li .listDown div h3 i,
.footer_menu .navMobile li .listDown .list2_one .list2_two div h4 i {
	width: 14px;
	height: 14px;
	background: url(../image/conico04.png) no-repeat center;
	border: none;
	webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

.footer_menu .navMobile li h5 .i_class,
.footer_menu .navMobile li .listDown div h3 .i_class,
.footer_menu .navMobile li .listDown .list2_one .list2_two div h4 .i_class {
	top: 14px;
	width: 14px;
	height: 14px;
	background: url(../image/conico4.png) no-repeat center;
}

.footer_mid dd div.sj_share {
	display: none;
}

#newBridge .nb-icon-right-center {
	top: 68% !important;
}

@media screen and (max-width:1630px) {
	.nav {
		width: 800px
	}

	.nav li>a {
		padding: 0px 26px
	}
}

@media screen and (max-width:1440px) {
	.w1440 {
		width: 1200px
	}

	.cplist_slide .bd ul li {
		margin-right: 1.5%
	}

	.oneD_con {
		height: 440px
	}

	.oneD {
		padding-bottom: 40px
	}
}

@media screen and (max-width:1400px) {
	.nav {
		width: 680px
	}

	.nav li>a {
		padding: 0px 20px
	}

	.oneD {
		padding-bottom: 26px
	}
}

@media screen and (max-width:1280px) {

	.footer_mid,
	.footer_en {
		width: 1100px
	}

	.footer_mid dl {
		margin-right: 2%
	}

	.footer_mid dl dd .La {
		margin-left: 62px
	}
}

@media screen and (max-width:1220px) {
	.nav {
		display: none
	}

	.menu-handler {
		display: block
	}

	.search_icon {
		margin-right: 150px
	}
}

@media screen and (max-width:1024px) {
	.top .U_header {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 99999
	}

	.header .bshare-custom,
	.up_one-con,
	.up_two_con {
		display: none
	}

	.up_sj_top {
		display: block
	}

	.oneA,
	.oneB,
	.oneC {
		width: 100%;
		margin-top: 0px
	}

	.oneC {
		background: #f2f5fa;
		padding: 40px 0px
	}

	.title i {
		color: #fff;
		opacity: 1
	}

	.oneA_L,
	.oneA_R,
	.oneB_R {
		width: 100%;
		float: left
	}

	.oneA_R {
		border-right: 1px solid #dcdcdc;
	}

	.oneB_R {
		right: 0px
	}

	.oneB_L {
		width: 93.2%;
		position: static;
		transform: translate(0, 0)
	}

	.oneC_con {
		display: none
	}

	.sj_oneC {
		display: block;
		margin-bottom: 0px
	}

	.oneB_R {
		height: auto;
		padding: 60px 0px
	}

	.oneB_R div {
		position: static;
		padding: 0px 50px
	}

	.footer_mid,
	.footer_en {
		width: 96%
	}

	/*.footer_mid{display:none}*/
	.footer_mid {
		background: #dcdcdc;
		width: 100%;
		padding: 0px;
	}

	.footer_mid dl {
		display: none;
		padding: 0px;
		width: 100%;
		text-align: center;
	}

	.footer_mid dd {
		margin-top: 20px;
	}

	.footer_mid dl:first-child {
		display: block !important;
		margin-right: 0px;
		width: 100%;
	}

	.fo_L {
		display: none !important;
	}

	.footer_mid {
		overflow: inherit;
	}

	.footer_mid dd div.sj_share {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		display: block;
	}

	.footer_mid dd div.sj_share a {
		width: 26px;
		height: 21px;
		position: relative;
		border: none;
		padding: 0px;
		display: inline-block;
		margin: 0px 5px;
	}

	.footer_mid dd div.sj_share a:after {
		display: none;
	}

	.footer_mid dd div.sj_share a:nth-child(2) {
		background: url(../image/dhfx1.png) no-repeat center;
	}

	.footer_mid dd div.sj_share a:nth-child(1) {
		background: url(../image/dhfx2.png) no-repeat center;
	}

	.footer_mid dd div.sj_share a>div {
		display: none;
		position: absolute;
		left: 0px;
		width: 120px;
		background: #000;
		top: -100%;
	}

	.footer_mid dd div.sj_share a>div p {
		width: 80px;
		position: relative;
		opacity: 1;
		visibility: visible;
		float: left;
		margin: 20px 20px 0px 20px;
		background: none;
		padding: 0px !important;
		border-radius: 0;
		position: static;
	}

	.footer_mid dd div.sj_share a>div p span {
		display: block;
		font-size: 12px;
	}

	.footer_mid dd div.sj_share a>div p i {
		position: absolute;
		line-height: 0px;
		margin-top: 0px;
		font-size: 12px;
		top: 10px;
		right: 6px
	}

	.footer_mid dl dt {
		color: #515151;
	}

	.dhfo {
		width: 100%;
		float: left;
		background: #dcdcdc;
		padding: 26px 0px;
	}

	.footer_T {
		padding: 40px 0px;
		display: none
	}

	.footer_en {
		padding: 20px 0px
	}

	.footer_en {
		padding: 20px 0px
	}

	.title {
		width: 50%
	}

	.transy {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	}

	.oneB_R div.transy,
	.oneD .hd .title.transy,
	.cpxqA_R.transy,
	.cpaA_R.transy,
	.cpaA:nth-child(2n) .cpaA_R.transy {
		transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	.conB_con .content>div.transy,
	.cpapply_LCA_b.transy {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: 400ms;
		-webkit-transition: 400ms;
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
		opacity: 1;
	}

	.conB_con .content>div.tranShow,
	.cpapply_LCA_b.tranShow {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}

	.oneD {
		padding: 50px 7.5%;
	}

	.oneD_con {
		height: 386px;
	}

	.oneD .bd {
		margin-top: 40px
	}

	.search_icon {
		margin-right: 20px;
		margin-top: 0px
	}

	.search_b .search {
		width: 72%
	}

	.search_b input[type='text'] {
		font-size: 18px;
	}

	.header {
		position: fixed;
		top: 0px;
		z-index: 99999
	}

	.cpxqA_R .header {
		position: static
	}

	.banner {
		margin-top: 97px
	}

	.w1200,
	.w1440 {
		width: 96%
	}

	.N_menu {
		display: none
	}

	.cp_con ul li {
		width: 23.5%;
		margin-right: 2%
	}

	/*.N_banner img{display:none}*/
	/*.bimg{height:500px;}*/
	.cpxqA_R {
		width: 440px;
	}

	.sub_mid {
		width: 70%;
		padding: 50px 5%
	}

	.cpxqD_con {
		width: 90%;
		margin-left: 5%
	}

	.cpxqA_R .header {
		display: none
	}

	.cpxqA {
		padding-bottom: 40px;
		margin-top: 100px
	}

	.cpaA dl {
		float: left;
		position: static;
		transform: translateY(0);
		width: 46%
	}

	.cpaA:nth-child(2n) dl {
		float: right
	}

	.newsA a>span {
		display: none
	}

	.newsA a>p {
		margin-left: 0px;
		width: 28%
	}

	.newsA a {
		padding-bottom: 30px
	}

	.aboutA {
		padding: 30px 0px;
		text-align: center
	}

	.aboutA_L {
		width: 100%;
		float: left;
		text-align: left
	}

	.aboutA_L div {
		display: block
	}

	.aboutA_L span {
		display: none
	}

	.aboutA>img {
		width: auto;
		float: none;
		margin-top: 30px
	}

	.about1_top {
		padding: 40px 0px
	}

	.aboutC .chronicle {
		display: none
	}

	.sj_history {
		width: 100%;
		float: left;
		position: relative;
		padding-bottom: 60px;
		display: block
	}

	.sj_history .swiper-container {
		width: 60%;
		margin: 0px 20%;
		text-align: center
	}

	.sj_history .swiper-container .swiper-slide span {
		font-size: 24px;
		font-weight: bold;
		display: block;
		margin: 30px 0px
	}

	.sj_history .swiper-container .swiper-slide p {
		font-size: 16px;
		line-height: 30px
	}

	.sj_history .arrow-left,
	.sj_history .arrow-right {
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		top: 32%;
	}

	.sj_history .arrow-left {
		background: url(../image/cpxqico1.png) no-repeat center;
		left: 0px;
	}

	.sj_history .arrow-right {
		background: url(../image/cpxqico2.png) no-repeat center;
		right: 0px
	}

	.aboutB_tu {
		display: none
	}

	.aboutB {
		background: url(../image/aboutpic3.jpg) no-repeat center;
		background-size: cover;
		padding: 30px 0px;
		height: auto
	}

	.aboutB .w1440>span {
		margin-top: 0px
	}

	.aboutB_con {
		width: 100%;
		float: left;
		position: static
	}

	.aboutB ul li {
		height: auto;
	}

	.aboutB ul li div {
		padding: 30px 10px
	}

	.aboutB ul li div span {
		margin-top: 0px;
		font-size: 20px
	}

	.contactA span {
		margin-top: 50px
	}

	.conB_con {
		display: none
	}

	.sj_con {
		width: 100%;
		float: left;
		margin-top: 30px;
		display: block
	}

	.sj_con li {
		float: left;
		width: 48%;
		color: #000;
		background: #fff;
		padding: 30px 0px;
		margin-top: 20px
	}

	.sj_con li:nth-child(2n) {
		float: right
	}

	.sj_con li span {
		font-size: 16px;
		margin-bottom: 10px;
		display: block
	}

	.sj_con li span,
	.sj_con li p {
		padding: 0px 20px;
		line-height: 30px
	}

	.conA_con {
		margin-top: 50px
	}

	.English {
		background: none;
		color: #005ca4;
		font-weight: bold
	}

	.netA_con dl dd,
	.netA_con dl dt {
		width: 100%;
		float: left
	}

	.netA_con dl,
	.netA_con dl:nth-child(5n) {
		width: 100%
	}

	.netA_con dl dd a,
	.netA_con dl:nth-child(5n) a {
		float: left;
		margin-right: 4%
	}

	.netA_con dl dd .dd_show {
		display: none
	}

	.netA_con dl dd div {
		display: block
	}

	.N_banner {
		margin-top: 97px
	}

	.top {
		width: 100%;
		float: left;
		height: auto
	}

	.banner .swiper-container {
		width: 100%;
		float: left
	}

	.banner a .banner_mid {
		width: 90%;
	}

	.banner a .banner_mid img {
		width: 50%;
	}

	.banner {
		height: 500px;
	}

	.baimg {
		display: none
	}

	.up_two_con .scrollWrap {
		width: 848px;
		float: none;
		margin: 0 auto
	}

	.up_two_con .scrollWrap .up_two_M a {
		width: 404px;
		margin-right: 28px
	}

	.up_two {
		padding: 40px 0px;
		background: #f0efeb
	}

	.up_two .w1200>h4,
	.up_two .w1200>h4 i {
		color: #000
	}

	.sj_in_con,
	.up_sj_two {
		display: block
	}

	.oneD .bd,
	.oneD .hd ul {
		display: none
	}

	.oneB_R {
		background: #005ca4 !important;
		width: 100%;
		height: auto;
		padding: 40px 0px;
	}

	.oneB_R div {
		position: static;
		width: 90%;
		padding: 0px 5%
	}

	.up_sj_two a span {
		color: #666;
	}

	.oneB {
		display: none;
	}

	.dhfo dl dd .bshare-custom {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.oneD_con {
		height: 337px
	}

	.banner a div dl {
		width: 88%
	}

	.banner a div dl dt img {
		width: 230px
	}

	.banner .pagination {
		bottom: 18px
	}

	.cp_tab {
		margin: 0 auto;
		overflow: hidden;
		float: none
	}

	.cpxqA_R {
		width: 100%;
		margin-top: 40px
	}

	.sub_mid dl dd:last-child div p {
		width: 300px;
	}

	.sub_mid dl dd:last-child div p textarea {
		width: 100%
	}

	.cpxqE>dl {
		width: 32%;
		margin-right: 2%
	}

	.cpxqE_R {
		width: 100%;
		background: #005ca4;
		margin-top: 50px
	}

	.word_con .hd ul li a {
		padding: 0px 15px
	}

	.about1_top_con {
		text-align: center;
		margin-top: 30px
	}

	.about1_top_con img {
		float: none;
		width: auto;
		float: none
	}

	.about1_top_con div {
		width: 100%;
		text-align: left;
		margin-top: 30px
	}

	.conA_con {
		margin: 30px 0px
	}

	.contactB {
		padding: 40px 0px
	}

	.cp_con ul li {
		padding: 0px 28px;
		padding-bottom: 40px
	}

	.softnav ul li a {
		padding: 0px 10px
	}

	.up_sj_top a div span {
		font-size: 20px
	}

	.up_sj_top a div i {
		margin-top: 35px
	}

	.up_two_con .scrollWrap {
		width: 610px
	}

	.up_two_con .scrollWrap .up_two_M a {
		width: 286px;
	}

	.cpxqE_con>dl {
		width: 34%;
		margin-right: 2%
	}

	.cpxqE_con>dl:nth-child(3) {
		width: 26%;
		margin-right: 0px
	}

	.cpxqE_con {
		padding-top: 0px
	}

	.cpxqC {
		padding-bottom: 30px
	}
}

@media screen and (max-width:415px) {
	.English {
		line-height: 58px;
		margin: 0px 10px
	}

	.header {
		height: 58px
	}

	.header .logo {
		width: 75px;
		margin-top: 15px
	}

	.banner {
		margin-top: 58px;
		height: 200px;
	}

	.banner a div dl dd,
	.title i {
		display: none
	}

	.banner .pagination {
		bottom: 10px
	}

	.banner a .banner_mid>img {
		width: 60%;
	}

	.title {
		margin-top: 20px
	}

	.oneA_L>img {
		width: 34%
	}

	.oneA_L {
		height: auto
	}

	.oneA_L dl {
		width: 90%;
		left: 5%;
		position: static;
		margin: 30px 5% 0px 5%;
		padding-bottom: 200px
	}

	.oneA_L dl dd p {
		margin: 30px 0px
	}

	.oneA_RC {
		width: 100%;
		border: 1px solid #dcdcdc;
		margin-top: 20px
	}

	.oneA_R {
		border: none;
		margin-top: 0px
	}

	.oneA_con {
		margin-top: 20px
	}

	.oneB_L dl dd p {
		line-height: 24px
	}

	.oneB_L dl dd a {
		margin-top: 24px
	}

	.oneB_L h1,
	.oneB_L dl,
	.oneC_con {
		margin-top: 30px
	}

	.oneB_L dl {
		margin-top: 16px
	}

	.oneB_L dl dd {
		margin-top: 18px
	}

	.oneB_L dl dt img {
		width: 80%
	}

	.sj_oneC {
		margin-bottom: 0px
	}

	.oneD {
		width: 96%;
		padding: 0px;
		margin: 0px 2%;
		background: none
	}

	.oneD .hd .title {
		width: 50%
	}

	.oneA_RC>img {
		width: 38%
	}

	.title span {
		float: left;
		margin: 10px 0px auto 2%;
	}

	.oneD .hd .title span {
		float: right;
		margin-right: 0px;
		margin-top: 30px
	}

	.oneC_con .pic li a .oneC_L dl {
		padding: 0px 10%
	}

	.oneA_RC {
		height: 280px
	}

	.footer_en p {
		text-align: center
	}

	.menu-handler,
	.menu-handler.active {
		margin-top: 0px
	}

	.search_icon {
		margin-right: 10px
	}

	.menuBox {
		top: 58px
	}

	.navMobile li>a {
		font-size: 22px;
	}

	.navMobile li .listDown a {
		font-size: 16px
	}

	/*.bimg{height:240px;}*/
	.cp_con h6,
	.cplist_top dt {
		font-size: 20px;
		font-weight: normal;
		margin-top: 30px
	}

	.cp_con ul li {
		width: 44%;
		margin-right: 2%;
		padding: 0px 2% 42px 2%;
	}

	.cp_con ul li:nth-child(2n) {
		margin-right: 0px
	}

	.cp_con ul li .li_div>a {
		font-size: 14px
	}

	.footer_en a {
		display: none
	}

	.footer_en p a {
		display: block;
		width: 100%;
		float: left;
		text-align: center
	}

	.chanpin {
		padding-bottom: 30px
	}

	.cplist_slide .hd ul,
	.cpxqC_B {
		margin-top: 30px
	}

	.cplist_slide .hd ul li {
		width: 48%;
		float: left;
		margin-right: 0px;
		text-align: center;
		margin: 5px 0px
	}

	.cplist_slide .hd ul li a {
		padding: 0px 2%;
	}

	.softnav ul li {
		margin-right: 0px;
		width: 48%;
		text-align: center;
		margin: 5px 0px
	}

	.softnav ul li:nth-child(2n) {
		float: right
	}

	.softnav ul li a {
		width: 96%;
		padding: 0px 2%
	}

	.cplist_slide .hd ul li:nth-child(2n) {
		float: right
	}

	.cplist_slide .bd ul li {
		margin-right: 0px;
		width: 48%
	}

	.cplist_slide .bd ul li:nth-child(2n) {
		float: right
	}

	.page a.first,
	.page a,
	.page a.last {
		background: none;
		padding: 0px
	}

	.page a:after {
		display: none
	}

	.page a:hover,
	.page a.cur {
		color: #005ca4;
		background: none
	}

	.page a {
		margin: 0px 8px;
	}

	.page {
		margin: 30px 0px
	}

	.cplist_top dd {
		font-size: 14px
	}

	.cp_tab {
		width: 100%;
	}

	.sj_cp_tab {
		display: none;
	}

	.cpxqA {
		padding: 30px 0px;
		margin: 0px
	}

	.cpxqA_R h1,
	.cpxqA_R span {
		font-size: 20px
	}

	.cpxqA_R span {
		font-size: 16px;
		margin-top: 14px
	}

	.cpxqA_R p i {
		margin-top: 12px
	}

	.cpxqA_R_en a {
		margin-top: 20px
	}

	.cpxqC_BE a {
		width: 100%;
		padding: 5px 0px
	}

	.cpxqB .w1200>div p {
		width: 95%;
		padding: 10px 0px 10px 5%;
		;
		height: auto;
	}

	.cpxqB .w1200>div p:before {
		top: 19px;
	}

	.cpxqB .w1200>div {
		margin-top: 10px
	}

	.cpxqB,
	.cpxqD,
	.cpxqC,
	.cpxqD,
	.cpxqE {
		padding: 30px 0px
	}

	.cpxqE {
		width: 100%;
		background: #f8f8f8;
		float: left;
		padding: 16px 0px 30px 0px !important;
	}

	.cpxqE_con>dl {
		width: 90%;
		padding: 0px 5%;
	}

	.cpxqD {
		padding: 15px 0px;
		margin-top: 20px;
	}

	.cpxqD_con {
		margin: 30px 0px 24px 0px;
	}

	.cpxqD_con .swiper-slide a span {
		margin-top: 12px;
		font-size: 12px;
		line-height: 20px;
	}

	.cpxqD_con .arrow-left {
		left: -30px;
		top: 30%;
	}

	.cpxqD_con .arrow-right {
		right: -30px;
		top: 30%;
	}

	.cpxqC_T div {
		text-align: center;
		margin-top: 20px;
	}

	.cpxqC_T div a {
		width: 32%;
		margin: 10px 2% 0px 0px;
		float: left;
		text-align: left;
		height: 15px;
	}

	.cpxqC_T div a:nth-child(3n) {
		margin-right: 0px;
	}

	.cpxqC_T {
		padding-bottom: 25px
	}

	.cpxqE>dl {
		width: 100%;
		margin-right: 0px;
		margin-top: 12px
	}

	.cpxqE>dl dt {
		margin-bottom: 0px;
	}

	.submit {
		padding: 80px 30px 30px 30px;
		top: 0px;
		bottom: 0px;
		overflow-y: scroll;
		overflow-x: hidden
	}

	.sub_mid {
		transform: translate(0, 0);
		left: 0px;
		right: 0px;
		width: auto;
		top: 58px
	}

	.sub_mid dl dt {
		margin-bottom: 10px
	}

	.sub_mid dl dd span {
		width: 100%;
		text-align: left
	}

	.sub_mid dl dd:last-child div p {
		width: 240px
	}

	.cpxqD_con {
		display: none
	}

	.sj_cpxqD_con {
		display: block;
		width: 80%;
		margin-left: 10%
	}

	.sj_cpxqD_con .swiper-slide a {
		width: 48%
	}

	.sj_cpxqD_con .swiper-slide a:nth-child(2n) {
		float: right
	}

	.cpaA,
	.soA,
	.soB .w1440 {
		padding: 30px 0px
	}

	.cpaA dl {
		width: 100%
	}

	.cpaA dl dt {
		font-size: 24px
	}

	.cpaA dl dd,
	.cpaA dl dd a {
		margin-top: 10px
	}

	.cpaA_R {
		width: 100%;
		margin-top: 30px
	}

	.cpapply_LCA {
		width: 100%;
		margin-right: 0px
	}

	.cpapply_LC {
		padding-bottom: 50px
	}

	.soB_L {
		width: 100%;
	}

	.soB .w1440 {
		z-index: 1
	}

	.soB .w1440>img {
		z-index: -1
	}

	.sup_con li {
		width: 48%;
		margin-right: 0px
	}

	.sup_con li:nth-child(2n) {
		float: right
	}

	.sup_con a p i img {
		width: 25%
	}

	.sup_con a p {
		padding: 20px 0px
	}

	.sup_con li {
		margin-top: 20px
	}

	.sup_con {
		margin-top: 0px;
		padding-bottom: 30px
	}

	.word_con .hd span {
		margin-top: 30px;
		font-size: 24px
	}

	.word_con .hd ul li {
		width: 48%;
		margin: 5px 0px;
		text-align: center;
	}

	.word_con .hd ul li:nth-child(2n) {
		float: right
	}

	.word_con .hd ul {
		margin-top: 20px
	}

	.word_div_T {
		float: left;
		margin: 14px 0px 30px 0px;
		width: 98%
	}

	.word_div_T input {
		float: left;
		width: 80%;
		padding: 0px 12% 0px 5%
	}

	.word_div_M>span {
		margin: 30px 0px 14px 0px
	}

	.word_div_M .word_div_mid div {
		width: 100%;
		margin-right: 0px
	}

	.soft_con {
		padding: 30px 0px
	}

	.soft_con span {
		font-size: 24px
	}

	.soft_con div {
		margin-top: 10px
	}

	.soft_con div p {
		width: 100%
	}

	.soft_con div p a {
		padding-left: 0px
	}

	.audio_con dl {
		width: 100%;
		margin-right: 0px
	}

	.audio_con,
	.que_con {
		padding-bottom: 30px
	}

	.audio_con dl dd a {
		margin-top: 0px
	}

	.word_con .hd span {
		margin-bottom: 10px
	}

	.que_A {
		width: 100%;
		margin-top: 15px
	}

	.que_A h4 {
		height: 46px;
		line-height: 46px;
	}

	.que_A h4:before {
		top: 7px
	}

	.que_con {
		margin-top: 6px
	}

	.newsA a {
		text-align: center;
	}

	.newsA a dl {
		width: 100%;
		margin-top: 20px;
		text-align: left
	}

	.newsA a>p {
		width: auto;
		float: none;
		display: inline-block
	}

	.newsA a dl dd {
		border: none;
		padding-bottom: 20px
	}

	.newsA a dl dd i {
		margin-top: 0px
	}

	.newsA a dl dt {
		font-size: 16px
	}

	.newsA a {
		margin-top: 30px
	}

	.newsA {
		margin-top: 0px
	}

	.newsxq_top p i:first-child,
	.newsxq_top p i:last-child {
		background: none
	}

	.newsxq_top h1 {
		font-size: 20px
	}

	.newsxq_top {
		margin-top: 30px
	}

	.newsxq_top p i {
		font-size: 12px;
		padding-left: 0px;
		margin: 0px 5px
	}

	.newsxq_top h1 {
		margin-bottom: 12px
	}

	.newsxq_con {
		margin-top: 15px;
	}

	.newsxq_con p {
		line-height: 28px;
	}

	.newsxq_con p img {
		margin-top: 18px;
		margin: 18px 0px 0px 0px
	}

	.newsxq_en .bshare-custom {
		display: none
	}

	.newsxq_en p a {
		width: 96%;
		height: 40px;
		line-height: 40px;
		margin: 10px 0px;
		font-size: 14px
	}

	.newsxq_en {
		padding-bottom: 28px
	}

	.about1_top span {
		font-size: 24px;
		font-weight: normal
	}

	.about1_top {
		padding: 30px 0px
	}

	.aboutA {
		padding: 15px 0px 0px 0px
	}

	.aboutA_L p {
		font-size: 14px;
		line-height: 26px
	}

	.aboutB .w1440>span,
	.aboutC>span,
	.contactB .w1200>span {
		text-align: left;
		background: url(../image/xian.jpg) no-repeat left bottom;
		color: #000;
		font-size: 24px;
		font-weight: normal
	}

	.aboutB ul li {
		width: 100%;
		margin-right: 0px;
		margin-top: 10px
	}

	.aboutB ul li div {
		background: #005ca4
	}

	.aboutB {
		background: none;
		padding: 0px
	}

	.aboutB ul {
		margin-top: 20px
	}

	.aboutB ul li p {
		margin-top: 15px;
		line-height: 24px
	}

	.aboutC {
		width: 96%;
		margin-left: 2%;
		background: #fff
	}

	.aboutC>span {
		margin-top: 30px
	}

	.sj_history {
		padding-bottom: 30px
	}

	.about1_top_con div p {
		line-height: 26px
	}

	.about1_con ul li h6 {
		background: url(../image/sabico01.png) no-repeat center right;
	}

	.about1_con ul li h6 span {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px
	}

	.about1_con ul li h6 p {
		font-size: 14px;
	}

	.about1_con ul li {
		margin-top: 20px;
		padding-bottom: 20px
	}

	.about1_con {
		padding-top: 0px
	}

	.about1_con ul li h6.cur {
		background: url(../image/sabico1.png) no-repeat center right;
	}

	.about1_top_con div,
	.about1_top_con {
		margin-top: 20px
	}

	.contactA span {
		font-size: 24px;
		margin-top: 30px
	}

	.contactB {
		padding: 30px 0px
	}

	.sj_con li {
		width: 100%
	}

	.sj_con {
		margin-top: 10px
	}

	.conA_con .pic {
		height: 550px;
	}

	.conA_con .pic li {
		height: 100%;
	}

	.conA_con .pic li .dh_map {
		height: 200px;
	}

	.conA_con .pic li dl {
		width: 100%;
		float: left;
		position: static;
		top: auto;
		left: auto;
		transform: translate(0, 0);
		height: 350px;
	}

	.conA_con .hd {
		width: 100%;
		bottom: 20px;
	}

	.word_div_M>span {
		margin-top: 0px
	}

	.word_div_M {
		padding-bottom: 30px
	}

	.word_div_M .more {
		margin-top: 20px
	}

	.netA {
		padding: 30px 0px
	}

	.netA h4 {
		padding-bottom: 18px;
		margin-bottom: 10px
	}

	.netA_con dl dt {
		margin-bottom: 10px
	}

	.netA_con dl {
		margin-top: 20px
	}

	.N_banner {
		margin-top: 58px
	}

	.cp_tab .bd .conWrap li img {
		height: 414px
	}

	.up_one {
		padding: 30px 0px;
		display: none;
	}

	.up_sj_top a {
		text-align: center
	}

	.up_sj_top a img {
		float: none;
		display: inline-block;
		width: auto
	}

	.up_sj_top a div {
		width: 100%
	}

	.up_sj_top a div i {
		display: none
	}

	.up_sj_top,
	.up_sj_top a div {
		margin-top: 10px
	}

	.up_sj_top a div span {
		font-size: 16px
	}

	.up_sj_two .arrow-left,
	.up_sj_two .arrow-right {
		width: 26px;
		height: 26px
	}

	.oneB_R div p {
		line-height: 24px
	}

	.oneB_R div span {
		margin-bottom: 20px
	}

	.oneC {
		padding: 0px 0px 25px 0px
	}

	.oneC .title {
		width: 100%
	}

	.sj_device .swiper-slide a div p,
	.sj_device .swiper-slide a div i {
		display: none
	}

	.sj_device .arrow-left,
	.sj_device .arrow-right {
		width: 26px;
		height: 26px
	}

	.sj_device .swiper-slide a div {
		padding: 15px 0px
	}

	.sj_in_con {
		padding-bottom: 36px
	}

	.sj_device {
		width: 80%;
		margin-top: 16px;
	}

	.sj_device .swiper-slide a div h4,
	.up_sj_top a div span {
		font-weight: normal
	}

	.title span,
	.oneB_L h1,
	.up_one h4 {
		font-size: 20px
	}

	.sj_oneC {
		margin-top: 16px
	}

	.cpxqE,
	.cpxqE_con {
		padding: 0px
	}

	.cpxqE {
		padding-bottom: 30px
	}

	.cpxqE_con>dl {
		margin-right: 0px;
		margin-top: 15px;
	}

	.cpxqE_con>dl dt {
		margin-bottom: 10px;
		font-weight: normal
	}

	.cpxqE_con>dl dd p {
		margin-top: 2px
	}

	.cpxqE_R {
		margin: 0px 0px 20px 0px
	}

	.cpxqC {
		padding-bottom: 20px
	}

	.sj_history .swiper-container .swiper-slide p {
		font-size: 14px;
		line-height: 24px
	}

	.cp_tab .hd li {
		width: 45px;
		height: 45px
	}

	.cplist_slide .hd ul,
	.word_con .hd ul {
		margin-top: 10px
	}

	.softnav ul {
		margin-top: 20px
	}

	.up_sj_top a div p {
		height: 96px;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		white-space: normal;
		overflow: hidden;
	}

	.search_b select,
	.search_b input[type='text'] {
		font-size: 14px;
	}

	.conA_con .hd li {
		width: 12px;
		height: 4px;
		border-radius: 0;
	}

	.sj_oneC dl {
		padding: 10px 20px;
	}

	.sj_oneC dl dt,
	.sj_oneC dl dd {
		display: none;
	}

	.sj_oneC dl dd:last-child,
	.footer_menu {
		display: block;
	}

	.oneC .title {
		margin-top: 25px;
	}

	.cpxqC_BT {
		width: 100%;
	}

	.cpxqE_con>dl:nth-child(3) {
		width: 90%;
		padding: 0px 5% 20px 5%;
	}

	.cpxqE_con>dl dd a {
		color: #005ca4;
	}

	.cpxqE_R {
		border-radius: 0;
	}

	.head_bd {
		display: none;
	}

	.soft_con div p em {
		height: auto;
	}
}

@media screen and (max-width:412px) {
	.cp_tab .bd .conWrap li img {
		height: 412px
	}
}

@media screen and (max-width:375px) {
	.cp_tab .bd .conWrap li img {
		height: 375px
	}
}

@media screen and (max-width:360px) {
	.cp_tab .bd .conWrap li img {
		height: 360px
	}
}

@media screen and (max-width:320px) {
	.cp_con ul li {
		width: 95%
	}

	.conA_con .pic li dl dt {
		font-size: 16px
	}

	.conA_con .pic li dl dd p {
		font-size: 12px
	}

	.cp_tab .bd .conWrap li img {
		height: 320px
	}
}


/* 公共底部 */
.footer_T {
	width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin-bottom: 40px;
	float: none;
}

.footerInfo {
	width: 46%;
}

.footerShare {
	display: flex;
	width: 20%;
}

.footerShare a {
	margin: 0 20px;
	position: relative;
	display: inline-flex;
}

.footerShare a:hover span {
	display: block;
}

.footerShare a span {
	display: none;
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 120px;
	background: #323233;
	padding: 10px;
	z-index: 99;
}

.footerShare a span img {
	width: 100%;
	border: 2px solid #fff;
}

.footerShare a span i {
	margin-top: 10px;
	display: block;
}

.footerShare a strong {
	display: none;
}

@media screen and (max-width: 1024px) {
	.footer_T {
		flex-wrap: wrap;
		width: 96%;
	}

	.footer_T>div {
		width: 100%;
	}

	.footerInfo {
		display: none !important;
	}

	.footerShare a span {
		top: -20px;
		height: 150px;
		padding: 16px;
		width: 130px;
		left: -20px;
	}

	.footerShare a strong {
		position: absolute;
		top: 4px;
		right: 4px;
		display: none;
	}
}

/* 底部悬窗 */
.he_cook {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2A2A2D;
	z-index: 9999
}

.he_cookn {
	width: 100%;
	position: relative;
	padding: 65px 0
}

.he_cooknle,
.he_cooknri {
	width: 50%
}

.he_cooknle {
	padding-right: 15px
}

.he_cooknlti p {
	font-size: 26px;
	line-height: 1.5;
	color: #FFFFFF
}

.he_cooknlp {
	color: #fff;
}

.he_cooknlp p {
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: "MontserratLight";
}

.he_cooknlp a {
	color: #337ab7;
	display: inline-block;
	margin-left: 6px;
}

.he_cooknlyt a {
	font-size: 16px;
	line-height: 1.5;
	color: #E60012;
	text-decoration: underline
}

.he_cooknlti {
	margin-bottom: 20px
}

.he_cooknlp {
	margin-bottom: 24px
}

.he_cookc {
	width: 100%;
	position: relative;
	padding: 36px 0
}

.he_cookmo {
	width: 535px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.he_cooknb .he_syp2mob {
	width: 215px
}

.he_cooknb2 .he_syp2mob {
	background: rgba(255, 255, 255, 0.1)
}

.he_syp2mob {
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(to left, #E60012, #FF7759)
}

.he_syp2mob a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 46px
}

@media screen and (max-width: 767px) {
	.he_cooknlp {
		margin-bottom: 10px;
		color: #fff;
	}

	.he_cookmo {
		width: 96%;
		padding-top: 14px
	}

	.he_cooknlp p {
		font-size: 12px
	}

	.he_cooknlyt a {
		font-size: 14px
	}

	.he_cooknb .he_syp2mob {
		width: 130px
	}

	.he_syp2mob a {
		line-height: 34px;
		font-size: 12px
	}

	/* 悬窗链接页面 */
	.he_a3p1 {
		width: 100%;
		position: relative;
		padding-top: 90px;
		padding-bottom: 70px
	}

	.he_nyti {
		margin-bottom: 40px
	}

	.he_x40ft {
		font-size: 38px;
		line-height: 1.5;
		color: #333333;
		font-weight: bold;
		font-family: "MontserratBold"
	}

	.he_a3p1ny {
		width: 100%;
		position: relative;
		padding-left: 95px
	}

	.he_a3p1ny {
		width: 100%;
		position: relative;
		padding-left: 95px
	}

	.he_a3p1ny::after {
		content: '';
		position: absolute;
		top: 14px;
		left: 0;
		width: 60px;
		height: 2px;
		background-color: #005ca4
	}

	.yxedr_active p {
		text-indent: inherit !important
	}

	.he_a4pbv p {
		font-family: "MontserratRegular";
		color: #666;
		font-size: 18px;
		line-height: 1.75;
		margin-bottom: 5px
	}

	@media screen and (max-width: 767px) {
		.he_a3p1ny {
			padding-left: 0
		}

		.he_nyti {
			margin-bottom: 20px
		}

		.he_a3p1ny::after {
			display: none
		}

		.he_a3p1 {
			padding-top: 36px;
			padding-bottom: 31px
		}

		.he_x40ft {
			font-size: 20px
		}

		.he_a4pbv p {
			font-size: 14px;
			line-height: 1.5
		}
	}
}


.he_cook {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2A2A2D;
	z-index: 9999
}

.he_cookn {
	width: 100%;
	position: relative;
	padding: 65px 0
}

.he_cooknle,
.he_cooknri {
	width: 50%
}

.he_cooknle {
	padding-right: 15px
}

.he_cooknlti p {
	font-size: 26px;
	line-height: 1.5;
	color: #FFFFFF
}

.he_cooknlp p {
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: "MontserratLight";
}

.he_cooknlp p a {
	color: #337ab7;
}

.he_cooknlyt a {
	font-size: 16px;
	line-height: 1.5;
	color: #005ca4;
	text-decoration: underline
}

.he_cooknlti {
	margin-bottom: 20px
}

.he_cooknlp {
	margin-bottom: 24px
}

.he_cookc {
	width: 100%;
	position: relative;
	padding: 36px 0
}

.he_cookmo {
	width: 535px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

.he_cooknb .he_syp2mob {
	width: 215px
}

.he_cooknb2 .he_syp2mob {
	background: rgba(255, 255, 255, 0.1)
}

.he_syp2mob {
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
	background: linear-gradient(to left, #237cb1, #4e6ef2)
}

.he_syp2mob a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 46px
}

@media screen and (max-width: 767px) {
	.he_cooknlp {
		margin-bottom: 10px
	}

	.he_cookmo {
		width: 96%;
		padding-top: 14px
	}

	.he_cooknlp p {
		font-size: 12px
	}

	.he_cooknlyt a {
		font-size: 14px
	}

	.he_cooknb .he_syp2mob {
		width: 130px
	}

	.he_syp2mob a {
		line-height: 34px;
		font-size: 12px
	}
}

.he_a3p1 {
	width: 100%;
	position: relative;
	padding-top: 90px;
	padding-bottom: 70px
}

.he_nyti {
	margin-bottom: 40px
}

.he_x40ft {
	font-size: 38px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	font-family: "MontserratBold"
}

.he_a3p1ny {
	width: 100%;
	position: relative;
	padding-left: 95px
}

.he_a3p1ny {
	width: 100%;
	position: relative;
	padding-left: 95px
}

.he_a3p1ny::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #005ca4
}

.yxedr_active p {
	text-indent: inherit !important
}

.he_a4pbv p {
	font-family: "MontserratRegular";
	color: #666;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 5px
}

@media screen and (max-width: 767px) {
	.he_a3p1ny {
		padding-left: 0
	}

	.he_nyti {
		margin-bottom: 20px
	}

	.he_a3p1ny::after {
		display: none
	}

	.he_a3p1 {
		padding-top: 36px;
		padding-bottom: 31px
	}

	.he_x40ft {
		font-size: 20px
	}

	.he_a4pbv p {
		font-size: 14px;
		line-height: 1.5
	}
}