body {
	color:#666;
	font-family: Arial;
	font-size: 15px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	-webkit-animation:-amp-start 8s steps(1, end) 0s 1 normal both;
	-moz-animation:-amp-start 8s steps(1, end) 0s 1 normal both;
	-ms-animation:-amp-start 8s steps(1, end) 0s 1 normal both;
	animation:-amp-start 8s steps(1, end) 0s 1 normal both
}
@-webkit-keyframes -amp-start {
from {
visibility:hidden
}
to {
	visibility:visible
}
}
@-moz-keyframes -amp-start {
from {
visibility:hidden
}
to {
	visibility:visible
}
}
@-ms-keyframes -amp-start {
from {
visibility:hidden
}
to {
	visibility:visible
}
}
@-o-keyframes -amp-start {
from {
visibility:hidden
}
to {
	visibility:visible
}
}
@keyframes -amp-start {
from {
visibility:hidden
}
to {
	visibility:visible
}
}
body {
	-webkit-animation:none;
	-moz-animation:none;
	-ms-animation:none;
	animation:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
input, button, textarea, select, optgroup, option, button {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	outline: none;
	border: none;
}
input, button, textarea, select {
	font-size:100%;
}
input, select {
	vertical-align:middle;
}
i, em {
	font-style:normal;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}
dl, dt {
	font-weight: normal;
}
a {
	color:#666;
	text-decoration:none;
}
a:focus, input, button, textarea, select {
	outline:0;
}
a:hover {
	text-decoration: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.c {
	clear: both;
}
.imgfd {
	overflow: hidden;
}
.imgfd img {
	width: 100%;
	transition: all 0.5s ease;
	height: 100%;
}
.imgfd:hover img, li:hover .imgfd img {
	transform: scale(1.1);
}
.amp-sidebar {
	background-color:#fff
}
.m_nav {
	height:100%;
	overflow:hidden;
	background-color:#fff;
	z-index:-1;
	width:60vw;
	margin-top:0;
	opacity:1;
	box-shadow:0 15px 27px 0 rgba(167, 165, 165, .38);
transition:all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transform:translateX(100%)
}
.m_nav .bg {
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:auto auto;
	padding-bottom:10px;
	margin-bottom:-10px
}
.m_nav .overly {
	position:absolute;
	height:100%;
	width:102vw;
	right:0;
	z-index:0;
	top:0
}
.m_nav .ul li .dropdown_menu {
	display:none;
	transition:none
}
.m_nav .ul li .dropdown_menu a {
	display:block;
	box-sizing:border-box;
	position:relative;
	height:50px;
	line-height:50px;
	padding:0 40px;
	border-bottom:1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
	border:none
}
.m_nav .ul li .dropdown_menu a .icon-arright {
	font-size:13px;
	margin-left:-20px;
	margin-right:10px
}
.m_nav .ul li .icon-xialajiantou {
	position:absolute;
	font-weight:700;
	text-align:center;
	color:#666;
	/*cursor:pointer;*/
	top:0;
	right:5px;
	z-index:20;
	height:35px;
	width:35px;
	line-height:35px;
transition:all .5s ease 0s;
	font-size:8px;
	border:7px solid #fff;
	border-radius:50%
}
.m_nav .ul li:hover .icon-xialajiantou {
	background:#f5f5f5
}
.m_nav .ul li:first-child .icon-xialajiantou {
	display:none
}
.m_nav .ul li .icon-xialajiantou.up {
	transform:rotate(180deg)
}
.m_nav.open {
	z-index:1000;
	transform:translateX(0)
}
.m_nav .mlogo {
	margin-top:60px;
	width:100%;
	box-sizing:border-box;
	padding-left:26px;
}
.m_nav .mlogo img {
	display:block;
	height:50px;
	max-width:40%;
	height:auto
}
.m_nav .ul {
	overflow-y:auto;
	height:calc(100vh - 180px);
	margin-top:20px
}
.m_nav .ul li {
	padding:0 40px;
	opacity:0;
	border-bottom:1px solid #f5f5f5;
-webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transform:translateY(100%);
	transform:translateY(0);
	transform:translateY(100%)
}
.m_nav.open .ul li {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.m_nav .ul li:nth-child(1) {
-webkit-transition:all .2s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all .2s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(2) {
-webkit-transition:all .4s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all .4s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(3) {
-webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all .6s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(4) {
-webkit-transition:all .8s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all .8s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(5) {
-webkit-transition:all 1s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all 1s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(6) {
-webkit-transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(7) {
-webkit-transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li:nth-child(8) {
-webkit-transition:all 1.6s cubic-bezier(.77, 0, .175, 1) 0s;
transition:all 1.6s cubic-bezier(.77, 0, .175, 1) 0s
}
.m_nav .ul li a {
	display:block;
	width:100%;
	height:50px;
	font-size:16px;
	color:#333;
	line-height:50px;
	text-decoration:none
}
.m_nav .ul li a.leve1 {
	display:block;
	width:auto;
	margin-right:3em
}
@media screen and (max-width:1000px) {
.header #navToggle span, .header #navToggle span:before, .header #navToggle.open span:before, .m_nav .ul li a {
display:inline-block;
width:auto
}
.header #navToggle {
display:inline-block;
float:right;
height:100%;
padding:9px 10px
}
.header #navToggle span {
position:relative;
height:1px;
width:25px;
margin-top:19px
}
.header #navToggle span:after {
content:'';
position:relative;
left:0;
height:1px;
width:100%
}
.header #navToggle span:after {
display:block;
background:#4f4f4f;
-webkit-transition:.3s;
-moz-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.header #navToggle span:before {
top:8px
}
.header #navToggle span:after {
bottom:10px
}
.header #navToggle.open span:before {
top:10px;
-webkit-transform:translateY(-11px) rotate(-45deg);
-moz-transform:translateY(-11px) rotate(-45deg);
-ms-transform:translateY(-11px) rotate(-45deg);
-o-transform:translateY(-11px) rotate(-45deg);
transform:translateY(-11px) rotate(-45deg)
}
.header #navToggle.open span:after {
bottom:12px;
-webkit-transform:translateY(10px) rotate(45deg);
-moz-transform:translateY(10px) rotate(45deg);
-ms-transform:translateY(10px) rotate(45deg);
-o-transform:translateY(10px) rotate(45deg);
transform:translateY(10px) rotate(45deg)
}
.header #navToggle.open span {
background:0 0
}
.header #navToggle.open span:after {
background:#4f4f4f
}
}
.wap_head {
	display: none;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	height: 52px;
}
@media (max-width: 1000px) {
.wap_head {
display: block;
}
}
.pagination > li > a, .pagination > li > span {
	padding: 0 12px;
	border: 1px solid #bbb;
	color: #000;
	margin-right: 8px;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.pagination li.first, .pagination li.last {
	display: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #ff4800;
	border-color: #ff4800;
	color: #fff;
}
.pagination > li > a:hover {
	color: #ff4800;
}
.pagination li {
	float: left;
}
.pagination {
	margin: 0;
	margin-top: 40px;
	display: inline-block;
}
.digg {
	text-align: center;
	width: 100%;
}
@media (max-width: 500px) {
 .pagination {
margin-top: 20px;
}
}
.center {
	width: 1520px;
	margin: 0 auto;
}
@media (max-width: 1520px) {
 .center {
width: 96%;
}
}
.lang dt:hover a, .head .nav li dt .second:hover, .adv .more:hover, .copy a:hover, .ban-ny .loca a:hover {
	text-decoration: underline;
}
.foot .box2 .nav a:hover, .index5 .box1 .ny2 dt:hover b, .index5 .box2 li:hover b, .all-fl li:hover a, .all-fl li.cur a, .h-news li:hover a, .h-pro li:hover .wz, .list-new li:hover .txt h2, .list-pro li:hover h2, .show-fy dt:hover a {
	color: #239dc1;
}
.all-tb {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	height: 150px;
	box-shadow: 0 0 15px rgba(35, 157, 193, 0.2);
}
.h-h {
	height: 150px;
}
.top {
	height: 45px;
	line-height: 45px;
	background: #239dc1;
	color: #fff;
}
.top .t-lx .box {
	float: right;
	margin-right: 36px;
	font-size: 15px;
	padding-left: 24px;
}
.top .t-lx .dh {
	background: url(../images/h-ic1.png) no-repeat left;
}
.top .t-lx .yx {
	background: url(../images/h-ic2.png) no-repeat left;
}
.lang {
	position:relative;
	z-index: 99999;
	cursor: pointer;
}
.lang a {
	display:block;
	color: #fff;
	height: 45px;
	overflow: hidden;
}
.lang dl {
	width:100%;
	position:absolute;
	max-height:0px;
	overflow:hidden;
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
	z-index:9999;
	top:45px;
	right: 0px;
	background: rgba(35, 157, 193, 0.6);
	padding: 0 10px;
}
.lang:hover dl {
	max-height:300px;
}
.lang dt {
	line-height:20px;
	height: 20px;
	overflow: hidden;
	display: block;
	margin: 8px 0;
}
.lang dt img {
	width: 19px;
}
.lang dt a {
	font-size:13px;
	line-height: 20px;
	display: inline-flex;
}
.lang span {
	padding-right:10px;
	display: inline-block;
}
.lang_jt {
	background:url(../images/h-ic6.png) center right no-repeat;
	width:10px;
	height:8px;
	display:inline-block;
	margin-left:10px
}
.head, .head .nav li {
	height: 100px;
	line-height: 100px;
}
.head .logo {
	margin-top: 16px;
	display: block;
	width: 183px;
	height: 67px;
}
.h-search {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 500px;
	border: 1px solid #239dc1;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 2%;
}
.h-search .ser_inp {
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color: #777;
}
.h-search .ser_so {
	width: 40px;
	height: 40px;
	background: #239dc1 url(../images/h-ic5.png) no-repeat center;
	border-radius: 500px;
	cursor: pointer;
}
.head .nav {
	width: 70%;
}
.head .nav li {
	float: left;
	padding-right: 3%;
	position: relative;
	margin-right: 3%;
}
.head .nav li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.head .nav li:last-child {
	display: block;
	font-size: 18px;
	color: #333;
	
}
.head .nav li:last-child a{ padding: 0 5px;}
.head .nav li:last-child a:hover{color: #239dc1;}
.head .nav li:last-child .first {
	max-width: 100px;
	overflow: hidden;
	height: 100px;
}
.head .nav li:nth-child(2) .first {
max-width: 80px;
overflow: hidden;
height: 100px;
}
.head .nav li .first {
	display: block;
	font-size: 18px;
	color: #333;
	background: url(../images/h-ic4.png) no-repeat right;
	padding-right: 20px;
	font-weight: bold;
}
.head .nav li:hover .first, .head .nav li.cur .first {
	color: #239dc1;
	background: url(../images/h-ic4h.png) no-repeat right;
}
.head .nav li:first-child .first, .head .nav li:last-child .first {
	background: none;
	padding-right: 0;
}
.head .nav li dl {
	position: absolute;
	top: 80px;
	left: -50%;
	background: rgba(35, 157, 193, 0.6);
	z-index: 999;
	padding: 0 10px;
	width:160%;
	overflow:hidden;
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
	max-height:0px;
}
.head .nav li:nth-child(5) dl {
width:135%;
}
.head .nav li dt {
	line-height:24px; text-align:center;
	overflow: hidden;
	display: block;
	margin: 8px 0;
}
.head .nav li dt .second {
	font-size:14px;
	line-height: 22px;
	display: block;
	color: #fff; padding:5px 0;
}
.head .nav li:hover dl {
	max-height:300px;
}
 @media (max-width: 1520px) {
 .head .nav {
width: 60%;
}
 .head .nav li {
margin-right: 1%;
}
 .h-search {
margin-left: 2%;
}
}
@media (max-width: 1300px) {
 .head .nav {
width: 60%;
margin-left: 2%;
}
 .head .nav li {
margin-right: 0;
}
 .h-search {
width: 150px;
}
 .h-search .ser_inp {
width: 80px;
}
}
@media (max-width: 1170px) {
 .head .nav {
width: 70%;
}
 .h-search {
display: none;
}
}
@media (max-width: 1000px) {
 .all-tb {
display: none;
}
 .h-h {
height: 52px;
}
}
.bannerr {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 790px;
}
.bannerr .txt {
	position: absolute;
	top: 22%;
	right: 12%;
	color: #fff;
}
.bannerr .txt b {
	font-size: 84px;
	line-height: 96px;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.bannerr .txt span {
	font-size: 24px;
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #fff;
	border-radius: 500px;
	margin-top: 40px;
	letter-spacing: 4px;
}
 @media (max-width: 1200px) {
 .bannerr {
height: 600px;
}
 .bannerr .txt b {
font-size: 50px;
line-height: 70px;
}
}
@media (max-width: 1000px) {
 .bannerr {
height: 400px;
}
 .bannerr .txt b {
font-size: 32px;
line-height: 50px;
}
 .bannerr .txt span {
font-size: 20px;
letter-spacing: 2px;
}
 .bannerr .txt {
top: 18%;
}
}
@media (max-width: 600px) {
 .bannerr {
height: 300px;
}
 .bannerr .txt b {
font-size: 24px;
line-height: 35px;
}
 .bannerr .txt span {
font-size: 16px;
letter-spacing: 0px;
margin-top: 20px;
padding: 8px 25px;
}
}
.adv {
	background: url(../images/adv-bg.jpg) no-repeat center;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
.adv p {
	font-size: 18px;
}
.adv b {
	font-size: 48px;
	display: block;
	margin: 20px 0;
}
.adv .more {
	display: block;
	text-align: center;
	font-size: 17px;
	color: #1e53a5;
	font-weight: bold;
	background: #fff;
	margin: 0 auto;
	border-radius: 5px;
	width: 160px;
	height: 50px;
	line-height: 50px;
}
.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	padding: 50px 0;
}
.foot .box1 {
	width: 28%;
}
.foot .box1 .des {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 20px 0 50px;
	height: 100px;
	overflow: hidden;
}
.foot .box1 a {
	margin-right: 16px;
	display: block;
	float: left;
}
.foot .box1 a:last-child {
	margin-right: 0;
}
.foot .box2 {
	width: 62%;
}
.foot .box2 .nav {
	float: left;
	width: 50%;
}
.foot .box2 .nav1 {
	margin-left: 0;
}
.foot .box2 .nav b {
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.foot .box2 .nav a {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	display: block;
}
.foot .box2 .nav3 {
	width: 40%;
}
.foot .box2 .nav3 .wz {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-left: 30px;
}
.foot .box2 .nav3 p {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.foot .box2 .nav3 .wz1 {
	background: url(../images/f-lx1.png) no-repeat 0 2px;
}
.foot .box2 .nav3 .wz2 {
	background: url(../images/f-lx2.png) no-repeat 0 4px;
}
.foot .box2 .nav3 .wz3 {
	background: url(../images/f-lx3.png) no-repeat 0 5px;
}
.foot .tb .ic {
	float: left;
	margin-right: 20px;
}
.foot .tb .ic:last-child {
	margin-right: 0;
}
.copy {
	background: #239dc1;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 16px 0;
	line-height: 20px;
}
.copy a {
	color: #fff;
}
 @media (max-width: 1300px) {
 .adv b {
font-size: 38px;
}
}
@media (max-width: 1024px) {
 .adv b {
font-size: 30px;
}
 .adv {
padding: 50px 0;
}
 .foot .box2 .nav b {
font-size: 20px;
}
 .foot .box1 {
width: 30%;
}
}
@media (max-width: 1000px) {
 .foot {
display: none;
}
 .adv b {
font-size: 26px;
}
}
@media (max-width: 768px) {
 .adv {
padding: 30px 0;
}
 .adv b {
font-size: 22px;
}
 .adv .more {
font-size: 15px;
width: 140px;
height: 45px;
line-height: 45px;
}
 .adv p {
font-size: 16px;
}
}
@media (max-width: 500px) {
 .adv b {
font-size: 18px;
}
 .adv p, .adv .more {
font-size: 14px;
}
}
.tit-sy {
	font-size: 48px;
	font-weight: bold;
	color: #1e53a5;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.tit-sy .img {
	margin-right: 10px;
}
.des, .des p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.index1 {
	background: #f0f2f8 url(../images/index1.jpg) no-repeat center;
	padding: 100px 0;
}
.index1 .txt {
	width: 60%;
}
.index1 .imgfd {
	width: 40%;
	border-radius: 10px;
}
.index1 .txt .des {
	max-width: 810px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 60px;
}
.more-sy .up:hover, .more-sy .up:focus {
	box-shadow: inset 0 -3.25em 0 0 var(--hover);
}
.more-sy .up {
 --color: #fff;
 --hover: #1e53a5;
}
.more-sy button {
	color: var(--color);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.more-sy button:hover, .index1 .txt button:focus {
	border-color: var(--hover);
	color: #fff;
}
.more-sy button {
	background: none;
	border: none;
	border-bottom: 2px solid #1e53a5;
	padding: 12px 10px;
	cursor: pointer;
	color: #1e53a5;
	font-size: 14px;
}
.more-sy button span {
	font-family: Consolas;
	margin-left: 5px;
}
.index1 .txt dl {
	width: 100%;
	background: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 46px;
}
.index1 .txt dl .box {
	padding: 50px;
	padding-right: 0;
}
.index1 .txt dt {
	width: 31%;
	float: left;
	background: url(../images/index1-ic1.png) no-repeat left 0;
}
.index1 .txt dt:nth-child(2) {
width: 36%;
}
.index1 .txt dt .wz {
	padding-left: 50px;
}
.index1 .txt dt:nth-child(2) {
background: url(../images/index1-ic2.png) no-repeat left 0;
}
.index1 .txt dt:nth-child(3) {
background: url(../images/index1-ic3.png) no-repeat left 0;
}
.index1 .txt dt p {
	font-size: 16px;
	color: #666;
	line-height: 20px;
}
.index1 .txt dt b {
	font-size: 54px;
	color: #1e53a5;
	margin-top: 10px;
	display: block;
}
.index1 .txt dt b span {
	font-size: 24px;
	font-weight: normal;
}
.index2, .adv, .index5 {
	margin-top: 100px;
}
.index2 .tit-sy, .index3 .tit-sy {
	text-align: center;
}
.index2 dt {
	width: 14.2%;
	float: left;
	border-left: 1px solid #ddd;
	text-align: center;
	margin-bottom: 60px;
	box-sizing: border-box;
}
.index2 dt:last-child {
	border-right: 1px solid #ddd;
}
.index2 dt .img {
	border-bottom: 3px solid #f1790e;
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 16px;
}
.index2 dt:nth-child(2) .img {
border-bottom: 3px solid #f5b027;
}
.index2 dt:nth-child(3) .img {
border-bottom: 3px solid #ce3a91;
}
.index2 dt:nth-child(4) .img {
border-bottom: 3px solid #78b647;
}
.index2 dt:nth-child(5) .img {
border-bottom: 3px solid #00a4a6;
}
.index2 dt:nth-child(6) .img {
border-bottom: 3px solid #931fa9;
}
.index2 dt:nth-child(7) .img {
border-bottom: 3px solid #ff516a;
}
.index2 dt i {
	display:block;
	max-width: 128px;
	height: 54px;
	overflow: hidden;
	margin: 0 auto;
}
.index2 dt img {
	transition:all 0.3s linear;
}
.index2 dt:hover .img {
	background: #f1790e;
}
.index2 dt:hover:nth-child(2) .img {
background: #f5b027;
}
.index2 dt:hover:nth-child(3) .img {
background: #ce3a91;
}
.index2 dt:hover:nth-child(4) .img {
background: #78b647;
}
.index2 dt:hover:nth-child(5) .img {
background: #00a4a6;
}
.index2 dt:hover:nth-child(6) .img {
background: #931fa9;
}
.index2 dt:hover:nth-child(7) .img {
background: #ff516a;
}
.index2 dt:hover img {
	transform:translateY(-54px);
}
.index2 dt b {
	font-size: 17px;
	color: #1e53a5;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
}
.index2 dt span {
	font-family: Consolas;
	margin-left: 5px;
}
.index2 a.cp:nth-child(1) .box {
margin-left: 0;
}
.index2 a.cp {
	margin-left: 0;
}
.index2 .box {
	width: 360px;
	float: left;
	margin: 0 13px;
	position: relative;
	height: 480px;
	background: #fff;
}
.index2 .box .imgfd {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 270px;
	overflow: hidden;
}
.index2 .box .txt {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 30px 50px;
	border-top: none;
	box-sizing: border-box;
}
.index2 .box .txt p {
	font-size: 16px;
	color: #1e53a5;
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.index2 .box .txt .js {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 14px 0;
	height: 60px;
	overflow: hidden;
}
.index2 .box:hover .txt p {
	font-weight: bold;
}
.index2 .amp-carousel-button-prev {
	background-image: url(../images/index2-jt.png);
	background-size: cover;
	left: 2%;
	cursor: pointer;
	top: 0;
	z-index: 9
}
.index2 .amp-carousel-button-next {
	background-image: url(../images/index2-jt.png);
	background-size: cover;
	right: 2%;
	cursor: pointer;
	top: 0;
	transform:rotate(180deg);
}
.index2 .amp-carousel-button {
	width: 19px;
	height: 33px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	margin: 0;
	clip-path: inset(0%);
}
.index2 .amp-carousel-button:focus {
	border: none;
}
.index3 {
	margin-top: 70px;
}
.index3 li {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.index3 li:nth-child(3n) {
margin-right: 0;
}
.index3 li .imgfd {
	position: relative;
}
.index3 li .txt {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
.index4 {
	background: #228ebb url(../images/index4-bg.jpg) no-repeat left;
	padding: 80px 0;
	margin-top: 70px;
}
.index4 .tit-sy {
	color: #fff;
}
.index4 .txt {
	width: 100%;
}
.index4 .feed-sy {
	width: 40%;
	background: rgba(30, 83, 165, 0.8);
	text-align: center;
}
.index4 .feed-sy .box {
	padding: 55px 50px;
}
.index4 dt {
	width: 48%;
	float: left;
	margin-right: 4%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.index4 dt:nth-child(2n) {
margin-right: 0;
}
.index4 dt .img {
	width: 20%;
}
.index4 dt .wz {
	width: 65%;
	color: #fff;
	margin-right: 10%;
}
.index4 dt .img .img2 {
	margin: 0 auto;
	display: block;
	max-width: 50px;
}
.index4 dt .wz b {
	font-size: 17px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.index4 dt .wz p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 18px;
	display: block;
	height: 80px;
	overflow: hidden;
}
.index4 .feed-sy b {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 30px;
}
.index4 .feed-sy input {
	width: 76%;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 4%;
}
.index4 .feed-sy textarea {
	width: 75%;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding-left: 4%;
	padding-top: 15px;
}
.index4 .feed-sy .tj {
	width: 80%;
	height: 50px;
	line-height: 50px;
	background: #f3ac45;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
.index5 .box1 {
	width: 64%;
}
.index5 .box2 {
	width: 32%;
}
.index5 .box1 .ny1 {
	width: 49%;
}
.index5 .box1 .ny2 {
	width: 48%;
}
.index5 .box1 .ny1 .txt {
	width: 100%;
	background: #f0f2f8;
}
.index5 .box1 .ny1 .txt .pad {
	padding: 30px 20px;
}
.index5 .box1 .ny1 .imgfd {
	max-height: 300px;
	position: relative;
}
.index5 .box1 .ny1 .rq {
	width: 120px;
	height: 40px;
	background: #239dc1;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
	border-radius: 5px;
}
.index5 .box1 .ny1 .txt b {
	font-size: 17px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.index5 .box1 .ny1 .txt .wz {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.index5 .box1 .ny2 dt {
	width: 100%;
	margin-bottom: 40px;
	width: 100%;
	display: inline-block;
}
.index5 .box1 .ny2 dt:last-child {
	margin-bottom: 0;
}
.index5 .box1 .ny2 dt .date {
	background: #ccc;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	max-width: 20%;
	overflow: hidden;
	height: 65px;
	overflow: hidden;
}
.index5 .box1 .ny2 dt .date span {
	padding: 0 10px;
	display: block;
}
.index5 .box1 .ny2 dt b {
	display: block;
	font-size: 17px;
	color: #333;
	width: 80%;
	line-height: 24px;
	margin-top: 8px;
	height: 48px;
	overflow: hidden;
}
.index5 .box1 .ny2 dt:hover .date {
	background: #239dc1;
}
.index5 .box2 li {
	width: 100%;
	border-bottom: 1px solid #f0f2f8;
	box-sizing: border-box;
}
.index5 .box2 li b {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(../images/index5-ic1.png) no-repeat left;
	padding-left: 50px;
	font-size: 17px;
	color: #333;
}
.index5 .box2 li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	background: url(../images/index5-ic2.png) no-repeat left;
	padding-left: 50px;
	margin-top: 20px;
}
.index5 .box2 li a {
	padding: 30px 15px 40px;
	display: block;
}
.index5 .box2 li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #239dc1;
	box-sizing: border-box;
}
.wap-block {
	display: none;
}
 @media (max-width: 1300px) {
 .tit-sy, .index1 .txt dt b {
font-size: 40px;
}
 .index1, .index4 {
padding: 60px 0 70px;
}
 .index2, .adv, .index5 {
margin-top: 70px;
}
 .index3, .index4 {
margin-top: 40px;
}
}
@media (max-width: 1024px) {
 .tit-sy, .index1 .txt dt b {
font-size: 30px;
}
 .index1 {
padding: 40px 0 50px;
}
 .index4 {
padding: 50px 0 20px;
}
 .index2, .adv, .index5 {
margin-top: 50px;
}
 .index3, .index4 {
margin-top: 20px;
}
 .tit-sy .img, .com-none {
display: none;
}
 .wap-block {
display: block;
}
 .index4 .feed-sy .box {
padding: 40px 30px;
}
 .index4 .feed-sy input, .index4 .feed-sy textarea, .index4 .feed-sy .tj {
width: 100%;
padding-left: 0;
}
 .index4 .feed-sy {
width: 46%;
}
 .index5 .box1 .ny2 dt b {
width: 77%;
}
 .wap-block li {
width: 32%;
float: left;
margin-right: 2%;
}
 .wap-block li:nth-child(3) {
margin-right: 0;
}
 .wap-block li .box {
width: 100%;
margin: 0;
height: auto;
}
 .wap-block li .box .imgfd {
height: auto;
}
 .index1 .txt dt b span {
font-size: 20px;
}
}
@media (max-width: 768px) {
 .tit-sy, .index1 .txt dt b {
font-size: 26px;
}
 .tit-sy, .index1 .txt .des, .index2 dt, .index5 .box1 {
margin-bottom: 30px;
}
 .index1 .txt, .index4 .txt, .index4 .feed-sy, .index5 .box1, .index5 .box2 {
width: 100%;
}
 .index1 .imgfd, .wap-block li:nth-child(3) {
display: none;
}
 .index1 .txt dl {
border-radius: 10px;
}
 .index2 dt {
width: 25%;
}
 .wap-block li, .index3 li, .index3 li:nth-child(3n) {
width: 48%;
margin-right: 4%;
}
 .wap-block li:nth-child(2), .index3 li:nth-child(2n) {
margin-right: 0;
}
 .index1 .txt dt b span {
font-size: 14px;
}
 .index1 .txt dl .box {
padding: 30px;
padding-right: 0;
}
 .index1 .txt dt:nth-child(2), .index1 .txt dt, .index2 dt {
width: 33.33%;
}
 .index3 {
margin-top: 40px;
}
 .index4 {
margin-top: 20px;
padding-bottom: 50px;
}
 .index5 .box2 .tit-sy {
margin-bottom: 0px;
}
 .index2 dt:nth-child(3n) {
border-right: 1px solid #ddd;
}
 .index2 .box .txt {
padding: 20px;
}
}
@media (max-width: 500px) {
 .tit-sy, .index1 .txt dt b {
font-size: 20px;
}
 .des, .des p {
font-size: 15px;
}
 .tit-sy, .index2 dt, .index5 .box1, .index5 .box1 .ny1, .index5 .box1 .ny2 dt {
margin-bottom: 20px;
}
 .index1 .txt .des {
margin-bottom: 10px;
height: auto;
}
 .index1 .txt dt {
width: 50%;
}
 .index1 .txt dt:nth-child(3) {
margin-top: 20px;
}
 .index1 .txt dl {
margin-top: 30px;
}
 .index2 dt b {
font-size: 15px;
}
 .index2, .adv, .index5 {
margin-top: 40px;
}
 .index5 .box1 .ny1, .index5 .box1 .ny2 {
width: 100%;
}
 .index5 .box2 li a {
padding: 20px 10px;
}
 .index3 li .txt {
height: 45px;
line-height: 45px;
font-size: 16px;
}
 .index3 li {
margin-bottom: 20px;
}
 .index4 {
margin-top: 30px;
padding-top: 40px;
}
 .wap-block li {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
 .wap-block li:nth-child(3) {
margin-bottom: 0;
display: block;
}
 .index2 .box .txt .js {
height: auto;
margin-bottom: 5px;
}
 .index3 li, .index3 li:nth-child(3n) {
width: 100%;
margin-right: 0;
}
 .index5 .box1 .ny1 .txt b, .index5 .box1 .ny2 dt b, .index5 .box2 li b, .index4 dt .wz b {
font-size: 16px;
}
 .index5 .box2 li p {
margin-top: 10px;
}
}
.center2 {
	width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1520px) {
.center2 {
width: 96%;
}
}
.ban-ny {
	height: 350px;
	color: #fff;
	margin-bottom: 70px;
}
.ban-ny b {
	font-size: 70px;
	text-transform: uppercase;
	display: block;
	padding: 275px 0 30px;
}
.ban-ny .b {
	font-size: 36px;
	line-height: 48px;
	text-transform: capitalize;
}
.ban-ny .loca, .ban-ny .loca{ height:48px; color:#666;}
.ban-ny .loca, .ban-ny .loca a { line-height:48px;
	font-size: 14px;
	color: #666;
}
.tit-ab {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 34px;
}
.tit-ab b {
	font-size: 45px;
	color: #333;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.about1 .des {
	width:100%;
}
.about1 .imgfd {
	width: 42%;
	border-radius: 10px;
}
.main-top {
	margin-top: 80px;
}
.about2 {
	background: #f0f2f8 url(../images/about2-bg.jpg) no-repeat center;
	padding: 60px 0 50px;
}
.about2 li {
	width: 19.2%;
	float: left;
	background: url(../images/about2-line.png) no-repeat right;
	margin-left: 4%;
}
.about2 li:last-child {
	background: none;
}
.about2 li:nth-child(2) {
width: 25%;
}
.about2 li p {
	display: block;
	font-size: 16px;
	color: #666;
	background: url(../images/index1-ic1.png) no-repeat left;
	padding-left: 54px;
}
.about2 li:nth-child(2) p {
background: url(../images/index1-ic2.png) no-repeat left;
}
.about2 li:nth-child(2) p {
background: url(../images/index1-ic2.png) no-repeat left;
}
.about2 li:nth-child(4) p {
background: url(../images/index1-ic4.png) no-repeat left;
}
.about2 li b {
	font-size: 54px;
	color: #1e53a5;
	padding-left: 54px;
}
.about2 li span {
	font-size: 24px;
}
.about3 li {
	width: 48.5%;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	float: left;
	margin-right: 3%;
	margin-bottom: 40px;
}
.about3 li:nth-child(2n) {
margin-right: 0;
}
.about3 li .pian-l {
	width: 20%;
	text-align: center;
}
.about3 li .wz {
	width: 80%;
	color: #fff;
}
.about3 li .img .img2 {
	margin: 0 auto;
	display: block;
	max-width: 50px;
}
.about3 li .img {
	width: 100%;
}
.about3 li .pian-l span {
	font-size: 60px;
	color: rgba(35, 157, 193, 0.6);
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
.about3 li .wz b {
	font-size: 17px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #333;
}
.about3 li .wz p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	display: block;
	overflow: hidden;
	color: #666;
}
.about3 li table {
	margin-top: 20px;
}
.about3 li td {
	width: 50%;
}
.about3 li td .p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	display: block;
}
.about3 li td .pad {
	padding-right: 30px;
}
.about3 li:last-child {
	margin-bottom: 0;
}
 @media (max-width: 1300px) {
 .tit-ab b, .about2 li b {
font-size: 40px;
}
 .about3 li .pian-l span, .ban-ny b {
font-size: 50px;
}
 .ban-ny {
max-height: 350px;
}
}
@media (max-width: 1024px) {
 .tit-ab b, .about2 li b {
font-size: 30px;
}
 .about3 li .pian-l span, .ban-ny b {
font-size: 40px;
}
 .ban-ny {
margin-bottom: 50px;
}
 .main-top {
margin-top: 50px;
}
 .about1 .imgfd {
width: 48%;
}
 .ban-ny b {
padding-top: 100px;
}
 .ban-ny .loca {
padding-bottom: 100px; display:none;
}
 .ban-ny .b {
font-size: 30px;
}
}
@media (max-width: 768px) {
 .tit-ab b, .about2 li b {
font-size: 25px;
}
 .about3 li .pian-l span, .ban-ny b {
font-size: 30px;
}
 .ban-ny {
height: 280px;
}
 .about1 .imgfd, .about1 .des {
width: 100%;
}
 .about1 .imgfd {
margin-top: 30px;
}
 .about2 li, .about2 li:nth-child(2) {
width: 40%;
margin-left: 10%;
margin-bottom: 20px;
}
 .about2 {
padding: 40px 0 20px;
}
 .about3 li {
margin-right: 0;
width: 100%;
margin-bottom: 30px;
}
 .about3 li:last-child {
margin-top: 0;
}
 .about3 li:nth-child(3) .wz p {
height: auto;
}
 .ban-ny .b {
font-size: 24px;
line-height: 30px;
padding-top: 80px;
}
}
@media (max-width: 500px) {
 .tit-ab b, .about2 li b {
font-size: 20px;
}
 .about3 li .pian-l span, .ban-ny b {
font-size: 22px;
}
 .ban-ny b {
padding: 80px 0 20px;
}
 .ban-ny {
height: 230px;
}
 .ban-ny {
margin-bottom: 40px;
}
 .main-top {
margin-top: 40px;
}
 .tit-ab {
margin-bottom: 20px;
}
 .about2 li, .about2 li:nth-child(2) {
margin-left: 0;
width: 50%;
background: none;
}
 .about3 li .wz b {
font-size: 16px;
}
 .about3 li .wz p {
margin-top: 10px;
}
 .ban-ny .b {
font-size: 18px;
line-height: 26px;
padding-top: 50px;
}
}
.cont1 li {
	width: 19%;
	float: left;
	margin-right: 1.25%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	text-align: center;
	padding: 70px 0 60px;
	height: 190px;
}
.cont1 li:last-child {
	margin-right: 0;
}
.cont1 li p {
	font-size: 20px;
	color: #333;
	display: block;
	margin-top: 20px;
}
.cont1 li .rec {
	width: 20px;
	height: 3px;
	background: #239dc1;
	margin: 15px auto;
}
.cont1 li .wz {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	width: 96%;
	margin: 0 auto;
	display: block;
}
.cont1 li .img {
	height: 62px;
}
.cont2 .imgfd {
	width: 40%;
	height: 600px;
}
.cont2 .feedback {
	width: 60%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: 600px;
}
.cont2 .feedback .box {
	padding: 46px 10% 0;
}
.cont2 .feedback .i_ly {
	width: 48%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	padding-left: 1%;
	outline:none;
	border: none;
	background: #f0f2f8;
	margin-bottom: 15px;
	border-radius: 5px;
}
.cont2 .feedback .i_ly:nth-child(2n) {
float: right;
}
.cont2 .feedback .i_wd {
	outline:none;
	border: none;
	background: #f0f2f8;
	width: 99%;
	padding-left: 1%;
	background: #f0f2f8;
	height: 120px;
	padding-top: 10px;
	border-radius: 5px;
}
input.i_ly::-webkit-input-placeholder, textarea.i_wd::-webkit-input-placeholder {
color: #999;
}
.cont2 .feedback p {
	font-size: 14px;
	color: #888;
	margin: 20px 0 30px;
}
.cont2 .feedback .i_sub {
	width: 300px;
	height: 50px;
	background: #239dc1;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
}
.cont2 .feedback .i_ly input {
	border: none;
	background: #f0f2f8;
	width: 90%;
}
.cont2 .feedback .i_wd textarea {
	background: #f0f2f8;
	width: 95%;
	font-size: 14px;
	color: #999;
	float:left;
	height: 100px;
}
.cont2 .feedback .i_wd label {
	float: left;
	margin-right: 4px;
}
input, textarea {
	outline: none;
	padding: 0;
	border: none;
}
.cont2 .feedback .i_ly label::before, .cont2 .feedback .i_wd label::before {
content: '* ';
color: red;
}
 @media (max-width: 1024px) {
 .cont1 li {
width: 47%;
margin-right: 6%;
margin-bottom: 30px;
padding: 40px 0;
height: auto;
}
 .cont1 li:nth-child(2n) {
margin-right: 0;
}
 .cont2 .feedback .i_sub {
width: 80%;
}
}
@media (max-width: 768px) {
 .cont2 .imgfd {
display: none;
}
 .cont2 .feedback {
width: 100%;
}
}
@media (max-width: 500px) {
 .cont1 li {
width: 100%;
padding: 30px 0;
}
 .cont1 li:last-child {
margin-bottom: 0;
}
 .cont1 li p {
margin-top: 15px;
}
 .cont1 li .rec {
margin: 15px auto;
}
 .cont2 .feedback .box {
padding: 40px 15px;
}
 .cont2 .feedback {
height: auto;
}
 .cont2 .feedback .i_ly, .cont2 .feedback .i_wd {
width: 96%;
padding-left: 4%;
}
}
.main-fl {
	width: 20%;
	padding-right: 2%;
	border-right: 1px solid #333;
	box-sizing: border-box;
}
.main-fr {
	width: 78%;
}
.main-fl .box1 b {
	font-size: 30px;
	color: #333;
}
.all-fl li {
	width: 100%;
	background: url(../images/left-ic1.png) no-repeat left;
	line-height: 24px;
	overflow: hidden;
	margin-top: 30px;
}
.all-fl li a {
	font-size: 16px;
	color: #666;
	padding-left: 40px; display:block;
}
.all-fl li:hover, .all-fl li.cur {
	background: url(../images/left-ic2.png) no-repeat left;
}
.fl-tit b {
	font-size: 20px;
	color: #333;
	height: 38px;
	border-bottom: 3px solid #239dc1;
	height: 40px;
	display: block;
	width: 130px;
	overflow: hidden;
}
.fl-tit {
	border-bottom: 1px solid #ddd;
	height: 41px;
	line-height: 41px;
}
.main-fl .box {
	margin-top: 60px;
}
.h-news li {
	border-bottom: 1px dashed #bbb;
	padding-bottom: 22px;
	margin-top: 22px;
	line-height: 24px;
}
.h-news li a {
	font-size: 14px;
	color: #666;
	display: block;
}
.h-news li b {
	color: #239dc1;
	margin-right: 6px;
}
.h-pro li {
	margin-top: 24px;
	display: inline-block;
	width: 100%;
}
.h-pro li .imgfd {
	width: 45%;
	border: 1px solid #ddd;
	height: 96px;
}
.h-pro li .wz {
	width: 50%;
	font-size: 14px;
	color: #333;
}
.h-pro li .wz p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin: 5px 0 10px;
}
.h-pro li .wz i {
	font-family: Consolas;
}
.tit-ar {
	font-size: 24px;
	color: #333;
	border-left: 5px solid #239dc1;
	font-weight: bold;
	padding-left: 16px;
	margin-bottom: 30px;
}
.list-new li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.list-new li .imgfd {
	width: 22%;
}
.list-new .txt {
	width: 100%;
}
.list-new li .txt h2 {
	font-size: 20px;
	color: #333;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	display: block;
}
.list-new .txt .date {
	width: 120px;
	height: 30px;
	background: #f3ac46;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin: 8px 0;
}
.list-new li .txt .wz {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	overflow: hidden;
}
.list-new li .more-sy .up {
 --color: #fff;
 --hover: #239dc1;
}
.list-new li .more-sy button {
	border-bottom: 2px solid #239dc1;
	color: #239dc1;
}
.list-new li .more-sy button:hover {
	border-color: var(--hover);
	color: #fff;
}
@media (max-width: 1000px) {
 .main-fl {
display: none;
}
 .main-fr {
width: 100%;
}
 .list-new li .imgfd {
width: 30%;
}
.list-new .txt {
width: 100%;
}
}
@media (max-width: 600px) {
 .list-new .txt .date, .list-new li .txt .wz {
display: none;
}
 .list-new li .txt h2 {
font-size: 16px;
}
 .tit-ar {
font-size: 20px;
}
 .list-new li {
margin-bottom: 20px;
padding-bottom: 20px;
}
}
.list-faq li {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.list-faq li .wen {
	background: #f0f2f8;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	padding: 14px;
	line-height: 26px;
}
.list-faq li .wen p {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #999;
	color: #fff;
	border-radius: 500px;
	margin-right: 10px;
	font-size: 16px;
}
.list-faq li .da p {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #f0f2f8;
	color: #239dc1;
	font-size: 16px;
	border-radius: 500px;
	margin-right: 10px;
}
.list-faq li .da {
	border: 1px solid #f0f2f8;
	padding: 16px 12px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	display: none;
}
.list-faq li:hover .da {
	display: block;
}
.list-faq li .wen i {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/qua-ic1.png) no-repeat center;
	margin-top: 8px;
}
.list-faq li:hover .wen i {
	background: url(../images/qua-ic2.png) no-repeat center;
}
 @media (max-width: 600px) {
 .list-faq li .wen i {
display: none;
}
}
.list-pro {
}
.list-pro li {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 40px;
	text-align: center;
}
.list-pro li:nth-child(3n) {
margin-right: 0;
}
.list-pro li .imgfd {
	border: 1px solid #e3e3e3;
	max-height: 240px;
}
.list-pro li .txt {
	padding: 25px 8% 0;
}
.list-pro li h2 {
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.list-pro li .js {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 10px 0 2px;
	max-height: 60px;
	overflow: hidden;
}
.list-pro li .more-sy .up {
 --color: #fff;
 --hover: #239dc1;
}
.list-pro li .more-sy button {
	border-bottom: 2px solid #239dc1;
	color: #239dc1;
}
.list-pro li .more-sy button:hover {
	border-color: var(--hover);
	color: #fff;
}
 @media (max-width: 768px) {
 .list-pro li, .list-pro li:nth-child(3n) {
width: 48%;
margin-right: 4%;
}
 .list-pro li:nth-child(2n) {
margin-right: 0;
}
}
@media (max-width: 600px) {
 .list-pro li .txt {
padding: 15px 0 0;
}
 .list-pro li h2 {
line-height: 24px;
height: 48px;
text-align: left;
}
 .list-pro li .js {
display: none;
}
 .list-pro li {
margin-bottom: 20px;
}
}
.new-xq h1 {
	font-size: 26px;
	color: #333;
}
.new-xq .zaiy {
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #ddd;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin-top: 10px;
}
.new-xq .des, .new-xq .des p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin: 20px 0 50px;
}
 @media (max-width: 1000px) {
.new-xq h1 {
font-size: 22px;
}
}
@media (max-width: 600px) {
 .new-xq h1 {
font-size: 18px;
}
 .new-xq .des, .new-xq .des p {
font-size: 15px;
}
}
.show-pro1 .box1 {
	width: 46%;
}
.show-pro1 .box2 {
	width: 48%;
}
.box-pic1 {
	width: 15%;
}
.box-pic2 {
	width: 80%;
	border: 1px solid #ddd;
	padding-bottom: 0;
	overflow: hidden;
}
.box-pic1 amp-selector [option][selected] {
	outline: 1px solid #239dc1;
}
.box-pic1 amp-selector [option] {
	outline: 1px solid #ddd;
	margin-bottom: 10px;
}
.show-pro1 .box2 h1 {
	font-size: 30px;
	color: #333;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.show-pro1 .box2 .wz {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	margin: 50px 0;
	height: 144px;
	overflow: hidden;
}
.show-pro1 .box2 dt {
	padding: 10px 20px;
	background: #239dc1;
	border-radius: 5px;
	float: left;
}
.show-pro1 .box2 dt a {
	color: #fff;
	height: 28px;
	line-height: 28px;
	display: block;
}
.show-pro1 .box2 dt:nth-child(2n) {
margin-left: 10px;
background: #f3ac46;
}
.show-pro1 .box2 dt:nth-child(2n) a {
color: #010101;
background: url(../images/p-tel.png) no-repeat left;
padding-left: 36px;
}
.show-pro2 .des, .show-pro2 .des p {
	color: #333;
}
.show-fy {
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	border-radius: 500px;
	margin-top: 100px;
}
.show-fy dl {
	padding: 0 20px;
	width: 100%;
}
.show-fy dt {
	width: 48%;
	overflow: hidden;
	height: 45px;
	font-size: 14px;
	color: #666;
	margin-right: 4%;
	float: left;
}
.show-fy dt:nth-child(2) {
margin-right: 0;
}
.show-fy dt a {
	color: #666;
	
}
.show-feed {
	background: #239dc1;
	margin-top: 80px;
}
.show-feed .box {
	padding: 60px 50px;
}
.show-feed b {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-style: italic;
	display: block;
}
.show-feed .input {
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 5px;
	float: left;
	width: 32%;
	margin-right: 2%;
}
.show-feed .input:nth-child(3) {
margin-right: 0;
}
.show-feed .input label::before {
content: '* ';
color: red;
padding-left: 10px;
}
.show-feed textarea {
	padding-left: 10px;
	width: 96%;
	padding-top: 15px;
}
.show-feed .text {
	width: 100%;
	height: 120px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	overflow: hidden;
	margin-top: 15px;
}
.show-feed .sub {
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f3ac46;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
.show-feed p {
	display: block;
	font-size: 14px;
	color: #fff;
	margin: 15px 0 26px;
}
.show-pro2 {
	margin-top: 40px;
}
.show-pro2 dl {
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: flex;
	margin-bottom: 30px;
}
.show-pro2 dt {
	padding: 15px 25px;
	border: 1px solid #ddd;
	float: left;
	border-right: none;
	border-bottom: none;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.show-pro2 dt:last-child {
	border-right: 1px solid #ddd;
}
.show-pro2 dt a {
	font-size: 16px;
	color: #666;
	display: block;
}
.show-pro2 dt:hover, .show-pro2 amp-selector [option][selected] {
	background: #239dc1;
	color: #fff;
	outline: none;
}
.show-pro2 .amp-carousel-button {
	display: none;
}
.show-pro2 ul {
	overflow: hidden; line-height:200%;
}
.show-pro2 ul table{ max-width:100% !important;}
.show-pro2 ul table td{ padding:0 5px;}
 @media (max-width: 1400px) {
 .show-pro1 .box2 dt:nth-child(1) {
display: none;
}
 .show-pro1 .box2 .wz {
margin: 30px 0;
}
 .show-pro1 .box2 h1 {
font-size: 26px;
padding-bottom: 20px;
}
 .main-fl .box1 b {
font-size: 26px;
}
}
@media (max-width: 600px) {
 .show-pro1 .box1, .show-pro1 .box2, .show-feed .input {
width: 100%;
}
 .show-pro1 .box2 h1 {
font-size: 20px;
margin-top: 20px;
}
 .show-pro1 .box2 .wz {
margin: 20px 0;
font-size: 15px;
line-height: 30px;
height: auto;
}
 .show-pro2 dt {
width: 50%;
box-sizing: border-box;
}
 .show-pro2 dt:nth-child(2) {
border-right: 1px solid #ddd;
}
 .show-feed .input {
margin-top: 15px;
}
 .show-feed b {
margin-bottom: 0;
font-size: 18px;
}
 .show-feed .box {
padding: 40px 30px;
}
 .show-fy, .show-feed {
margin-top: 40px;
}
 .show-fy dl {
padding: 0;
border: none;
}
}
.about4 {
	background: #f0f2f8 url(../images/about4-bg.jpg) no-repeat center;
	padding: 80px 0 100px;
}
.about4 .tit-ab b {
	text-align: left;
}
.about4 .nf {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	display: block;
	height: 45px;
}
.sz-all {
	border-bottom: 1px solid #ddd;
	height: 52px;
	margin-bottom: 70px;
	width: 80%;
}
.ls-pic {
	width: 80%;
	margin: 0 auto;
}
.ls-pic .txt {
	width: 70%;
}
.ls-pic .txt .img {
	max-width: 410px;
}
.ls-pic b {
	display: block;
	font-size: 50px;
	color: #239dc1;
}
.about4-ls {
	margin-top: -80px;
}
 @media (max-width: 768px) {
 .about4-ls {
margin-top: 0;
}
 .sz-all, .ls-pic {
width: 100%;
}
 .sz-all {
margin-bottom: 30px;
}
 .about4 {
padding: 50px 0;
}
 .ls-pic b {
font-size: 36px;
}
 .ls-pic .txt {
width: 80%;
}
}
@media (max-width: 500px) {
 .ls-pic b {
font-size: 24px;
}
 .about4 .nf {
font-size: 18px;
}
 .ls-pic .txt {
width: 100%;
margin-top: 30px;
}
 .sz-all {
margin-bottom: 0;
}
 .about4 {
padding: 40px 0;
}
}
:root {
 --color-primary: #005AF0;
 --space-1: .5rem;
 --space-4: 2rem;
}
amp-selector[role=tablist].tabs-with-flex {
	display: flex;
	flex-wrap: wrap;
}
amp-selector[role=tablist].tabs-with-flex [role=tab] {
	flex-grow: 1;
	text-align: center;
	padding: var(--space-1);
}
amp-selector[role=tablist].tabs-with-flex [role=tab][selected] {
	outline: none;
	border-bottom: 2px solid var(--color-primary);
}
amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {
	display: none;
	width: 100%;
	order: 1;
	padding: var(--space-4);
}
 amp-selector[role=tablist].tabs-with-flex [role=tab][selected] + [role=tabpanel] {
 display: block;
}
amp-selector[role=tablist].tabs-with-selector {
	display: flex;
}
amp-selector[role=tablist].tabs-with-selector [role=tab] {
	background: url(../images/about4-ic1.png) no-repeat bottom;
}
amp-selector[role=tablist].tabs-with-selector [role=tab][selected] {
	outline: none;
	background: url(../images/about4-ic2.png) no-repeat bottom;
}
amp-selector[role=tablist].tabs-with-selector {
	display: flex;
}
amp-selector[role=tablist].tabs-with-selector [role=tab] {
	width: 100%;
	text-align: center;
	padding: var(--space-1);
}
amp-selector.tabpanels [role=tabpanel] {
	display: none;
	padding: var(--space-4);
}
amp-selector.tabpanels [role=tabpanel][selected] {
	outline: none;
	display: block;
}
 amp-selector[role=tablist] [role=tab][selected] + [role=tabpanel] {
 display: block;
}
.show-pro2 .xz {
	color: #239dc1;
	display: block;
	font-size: 18px;
}
.show-pro2 .xz:hover {
	text-decoration: underline;
}
.show-pro4 {
	margin-top: 50px;
}
.show-pro4 b {
	display: block;
	font-size: 18px;
	color: #333;
	border-left: 7px solid #239dc1;
	padding-left: 8px;
}
.show-pro4 li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-top: 18px;
}
.show-pro4 li:nth-child(4) {
margin-right: 0;
}
.show-pro4 li .imgfd {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.show-pro4 li p {
	font-size: 16px;
	color: #333;
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}
.show-pro4 li:hover p {
	color: #239dc1;
}
 @media (max-width: 768px) {
 .show-pro4 li, .show-pro4 li:nth-child(4) {
width: 48%;
margin-right: 4%;
}
 .show-pro4 li:nth-child(2n) {
margin-right: 0;
}
}
@media (max-width: 500px) {
 .show-pro3 b, .show-pro4 b {
font-size: 18px;
}
 .show-pro4 {
margin-top: 30px;
}
 .show-pro4 li p {
font-size: 14px;
}
}
.syfll{ width:100%; float:left; text-align:center; margin-bottom:35px; display:none;}
.syfll a{ width:44%; display:block; float:left; padding:10px 0.5%; margin:1%; text-align:center; border:1px solid #ccc;}

@media (max-width:980px) { 
.syfll{ display:block; }
}