@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.accordion {
	border: 1px solid white;
	padding: 0 10px;
	margin: 0 auto;
	list-style: none outside;
}

.accordion>*+* {
	border-top: 1px solid white;
}

.accordion-item-hd {
	display: block;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
	padding: 12px;
	position: relative;
	z-index: 2;
}

li.accordion-item {
	margin-bottom: 1em;
}

.accordion-item-input:checked~.accordion-item-bd {
	max-height: 1000px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	padding: 1.5em;
}

.accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.accordion-item-hd-cta {
	display: block;
	width: 30px;
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.accordion-item-bd {
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.accordion-item-input {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

h6.accordion-textm {
	color: #705ecf;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

li {
	list-style: none
}

a {
	text-decoration: none
}

a:link,
a:visited {
	text-decoration: none
}

body {
	font-size: 12px;
	color: #383838;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.logo {
	float: left;
	margin-top: 20px;
	margin-left: 48px;
}

.top_blank {
	width: 1100px;
	height: 100px;
	margin: auto;
}

.top_tel {
	width: 330px;
	float: right;
	margin-top: 20px;
}

.HL_pgb_bg {
	width: 100%;
	height: 88px;
	background-image: url(../images/HL_pgb_pp.jpg);
}

.HL_pgb_logo {
	width: 472px;
	height: 88px;
	background-image: url(../images/HL_pgb_logo.jpg);
	margin: 0 auto
}

.HL_pgb_text {
	width: 100%;
	height: 56px;
	line-height: 30px;
	font-size: 20px;
	text-align: center
}

.HL_pgb {
	width: 1100px;
	height: 90px;
	margin: 0 auto;
}

.item {
	width: 278px;
	height: 40px;
	float: left
}

.input {
	width: 278px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
	outline: none
}

.filter-box {
	position: relative;
}

.filter-box1 {
	position: relative;
}

.filter-box2 {
	position: relative;
}

.filter-box3 {
	position: relative;
}

.filter-box4 {
	position: relative;
}

.filter-box5 {
	position: relative;
}

.filter-box select {
	display: none;
}

.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.filter-text input {
	font-size: 14px;
}

.filter-text .filter-title {
	width: 278px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
}

.filter-list {
	display: none;
	width: 275px;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
	border: 1px solid #e6e6e6;
	overflow: auto;
}

.filter-list li.filter-null a {
	color: #d2d2d2;
}

.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	text-decoration: none;
	color: #333
}

.filter-list li:hover {
	background-color: #f2f2f2;
	text-decoration: none
}

.icon {
	position: absolute;
}

.icon-filter-arrow {
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arrow_down_x2.png);
	background-size: 100%;
	right: 10px;
	top: 16px;
	transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.pgbButton {
	width: 194px;
	/*height: 44px;*/
	float: right;
	background: rgba(198, 198, 198, 1.00)
}

.pgbButton input {
	width: 194px;
	height: 35px;
	background: #3c1195;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	color: #fff;
}

.pgbButton input:hover {
	background: #cb2d88;
	color: #fff;
}

.pgbButton input:focus {
	outline: none;
}

.HL_jz {
	width: 1100px;
	height: 334px;
	margin: 0 auto;
}

.HL_jz_img {
	width: 504px;
	height: 335px;
	float: left
}

.HL_hdjz {
	width: 555px;
	height: 40px;
	line-height: 45px;
	font-size: 16px;
	color: #3c1195;
	float: left;
	margin-left: 40px;
	border-bottom: 1px solid #a0a0a0;
}

.HL_hdjz span {
	float: right;
	font-size: 12px;
	color: #000;
}

.HL_hdjz span a {
	text-decoration: none;
	color: #333
}

.HL_hdjz span a:hover {
	color: #f00
}

.HL_hdjz_nr {
	width: 555px;
	height: 116px;
	line-height: 45px;
	font-size: 16px;
	color: #000;
	float: left;
	margin-left: 40px;
	margin-top: 18px;
}

.HL_hdjz_nr_img {
	width: 172px;
	height: 116px;
	float: left
}

.HL_hdjz_nr_text {
	width: 365px;
	height: 116px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	color: #6c6c6c;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.HL_hdjz_nr_text span {
	color: #3c1195;
	font-weight: 500;
}

.HL_hdjz_nr_text a {
	text-decoration: none;
	color: #333
}

.HL_hdjz_nr_text a:hover {
	text-decoration: underline;
	color: #333
}

.HL_ymli {
	width: 555px;
	height: 140px;
	float: left;
	margin-left: 40px;
	margin-top: 18px
}

.HL_ym {
	height: 140px;
	float: left;
}

.HL_ym strong {
	line-height: 26px;
}

.HL_ym a li {
	color: #6c6c6c;
	line-height: 24px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HL_ym a:hover li {
	text-decoration: underline
}

.HL_ym span {
	float: right
}

.HL_rmxm {
	width: 100%;
	height: 600px;
	background: url('../images/HL_img3.jpg') center top no-repeat;
	margin-top: 30px
}

.YMCountry_top {
	width: 1100px;
	height: 70px;
	margin: auto;
	border-bottom: 1.5px solid #a2a3a3;
}

.YMCountry_top_title {
	width: 100px;
	height: 70px;
	line-height: 90px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	font-weight: 500;
}

.YMCountry_top a {
	float: right;
	line-height: 100px;
	color: #000;
}

.YMCountry_top a:hover {
	color: #F00;
}

.YMCountry {
	width: 1100px;
	height: 450px;
	margin: auto;
	margin-top: 30px;
}

.YMCountry_nr {
	width: 100%;
	height: 376px;
}

.YMCountry_image {
	width: 300px;
	height: 384px;
	float: left;
	margin-top: 20px
}

.YMCountry_image image {
	width: 295px;
	height: 376px;
}

.YMCountry_xm {
	width: 800px;
	height: 376px;
	float: left;
}

.YMCountry_xm li {
	width: 357px;
	height: 170px;
	background: rgba(210, 49, 51, 1.00);
	margin-left: 30px;
	float: left;
	margin-top: 20px;
}

.slideBox1 {
	width: 1100px;
	height: 350px;
}

.slideBox1 dt {
	width: 600px;
	margin-left: 280px
}

.slideBox1 dt span {
	color: #666;
	cursor: pointer;
	float: left;
	font-size: 20px;
	height: 42px;
	line-height: 50px;
	text-align: center;
	width: 120px;
	border-bottom: 2px solid #B0B0B0;
	margin-left: 30px;
}

.slideBox1 dt .on {
	border-bottom: 2px solid #3c1195;
	color: #333;
	font-weight: 500;
}

.slideBox1 a:hover {
	color: #666;
	font-weight: 300
}

.slideBox1 dd {
	width: 100%;
	height: 350px;
	clear: both;
	display: none;
}


.slideBox2 {
	width: 1100px;
	height: 350px;
}

.slideBox2 dt {
	width: 1100px;
	height: 32px;
	border-bottom: 1px solid #ea212d
}

.slideBox2 dt span {
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 20px;
	height: 20px;
	text-align: left;
	width: 100px;
	border-right: 2px solid #000;
	margin-left: 20px;
	line-height: 20px
}

.slideBox2 dt span:first-child {
	margin-left: 0
}

.slideBox2 dt span:last-child {
	border-right: none
}

.slideBox2 dt .on {
	color: #ea212d;
	font-weight: 500
}

.slideBox2 a:hover {
	color: #666;
	font-weight: 300
}

.slideBox2 dd {
	width: 100%;
	height: 350px;
	clear: both;
	display: none;
}

.slideBox3 {
	width: 1100px;
	height: 320px;
}

.slideBox3 dt {
	width: 1100px;
	height: 32px;
	border-bottom: 1px solid #ea212d
}

.slideBox3 dt span {
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 20px;
	height: 20px;
	text-align: left;
	width: 200px;
	border-right: 2px solid #000;
	margin-left: 20px;
	line-height: 20px
}

.slideBox3 dt span:first-child {
	margin-left: 0
}

.slideBox3 dt span:last-child {
	border-right: none
}

.slideBox3 dt .on {
	color: #ea212d;
	font-weight: 500
}

.slideBox3 a:hover {
	color: #666;
	font-weight: 300
}

.slideBox3 dd {
	width: 100%;
	height: 350px;
	clear: both;
	display: none;
}

.slideBox4 {
	width: 1100px;
	height: 350px;
}

.slideBox4 dt {
	width: 1105px;
}

.slideBox4 dt span {
	color: #666;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #dddddd;
	padding-left: 18px;
	padding-right: 18px;
}

.slideBox4 dt .on {
	font-weight: 500;
	background: #bb1727;
	color: #fff
}

.slideBox4 a:hover {
	color: #666;
	font-weight: 300
}

.slideBox4 dd {
	width: 100%;
	height: 350px;
	clear: both;
	display: none;
}

.slideBox5 {
	width: 1100px;
	height: 350px;
}

.slideBox5 dt {
	width: 1100px;
}

.slideBox5 dt span {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #a3adb6;
	width: 184px;
}

.slideBox5 dt .on {
	font-weight: 300;
	background: #3c1195;
	color: #fff;
}

.slideBox5 a:hover {
	color: #666;
}

.slideBox5 dd {
	width: 100%;
	height: 420px;
	clear: both;
	display: none;
}

.slideBox6 {
	width: 475px;
	height: 350px;
}

.slideBox6 dt {
	width: 475px;
}

.slideBox6 dt span {
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f6f6f6;
	width: 238px
}

.slideBox6 dt .on {
	font-weight: 300;
	background: #2d89f9;
	color: #fff
}

.slideBox6 a:hover {
	color: #666;
	font-weight: 300
}

.slideBox6 dd {
	width: 100%;
	height: 166px;
	clear: both;
	display: none
}

.slideBox7 {
	width: 1100px;
	height: 628px;
	margin: auto;
	padding-top: 50px;
}

.slideBox7 dt {
	width: 1100px;
}

.slideBox7 dt span {
	color: #474747;
	cursor: pointer;
	float: left;
	height: 58px;
	line-height: 60px;
	text-align: center;
	padding: 0 50px;
	font-size: 20px
}

.slideBox7 dt .on {
	border-bottom: 2px solid #3c1195;
	color: #000;
	font-weight: 500
}

.slideBox7 a:hover {
	font-weight: 500
}

.slideBox7 dd {
	width: 100%;
	height: 165px;
	clear: both;
	display: none;
	font-size: 14px;
	padding-top: 20px;
	font-weight: 300;
	line-height: 32px;
}

.slideBox7 dd img {
	width: 344px;
	height: 438px;
	float: right;
	margin-left: 40px;
	margin-top: 20px;
}

.slideBox7 dd p {
	margin-top: 10px;
}

.slideBox7 dd span {
	color: #009bde;
	font-weight: bold;
	margin-right: 10px;
}

.slideBox8 {
	width: 1100px;
	margin: auto;
	padding-top: 20px;
}

.slideBox8 dt {
	width: 1100px;
}

.slideBox8 dt span {
	color: #fff;
	cursor: pointer;
	float: left;
	height: 58px;
	width: 276px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background: #9e9e9e;
}

.slideBox8 dt .on {
	color: #fff;
	font-weight: 500;
	background: #3c1195;
}

.slideBox8 a:hover {
	font-weight: 500
}

.slideBox8 dd {
	width: 100%;
	clear: both;
	display: none;
	font-size: 18px;
	padding-top: 20px;
	font-weight: 300;
	line-height: 32px;
}

.has_bottom {
	position: relative;
}

.has_bottom span {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	height: 48px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kv4 .kv4-content {
	margin-top: 20px;
	background: rgba(165, 52, 54, 1.00)
}

.kv4 .kv4-content .kv4-content-one {
	width: 376px;
	height: 180px;
	float: left;
	margin-bottom: 24px;
	margin-right: 24px;
	overflow: hidden
}

.kv4 .kv4-content .kv4-content-one img {
	width: 376px;
	height: 180px;
}

.kv4 .kv4-content .kv4-content-one:nth-child(2n+0) {
	margin-right: 0px;
}

.kv4 .kv4-content .kv4-content-one .box {
	position: absolute;
	width: 376px;
	height: 180px;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.kv4 .kv4-content .kv4-content-one .box .title {
	margin: 20px 0 10px 0;
	padding: 0 40px;
	font-size: 16px;
	font-weight: bold;
	background: none;
	color: #FFF;
}

.kv4 .kv4-content .kv4-content-one .box p {
	color: #FFF;
	padding: 0 50px;
	background: url(../images/point.png) no-repeat 40px center;
}

.kv4 .kv4-content .kv4-content-one:hover .box {
	display: block;
}

.kv4 .kv4-content .kv4-content-one:hover span {
	display: none;
}

.HL_rdzx {
	width: 1150px;
	height: 75px;
	margin: auto;
	border-bottom: 1.5px solid #a2a3a3;
	margin-bottom: 20px;
}

.HL_rdzx span {
	float: right;
	line-height: 110px;
}

.HL_rdzx span a {
	color: #000;
	text-decoration: none;
	font-size: 12px
}

.HL_rdzx span a:hover {
	color: #ea212d
}

.HL_rdzx_title {
	width: 100px;
	height: 75px;
	line-height: 100px;
	border-bottom: 1.5px solid #3c1195;
	font-size: 24px;
	color: #333;
	font-weight: 500;
}

.HL_rdzx_nr {
	width: 1150px;
	height: 360px;
	margin: auto;
	margin-top: 20px;
}

.HL_rdzx_ym {
	width: 346px;
	height: 360px;
	float: left;
	margin-left: 25px;
}

.HL_rdzx_img {
	width: 356px;
	height: 144px;
	position: relative
}

.HL_rdzx_img_img {
	width: 356px;
	height: 144px;
	float: left
}

.HL_rdzx_img_img img {
	width: 356px;
	height: 144px;
}

.HL_rdzx_img_title {
	width: 356px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.38);
	color: #fff;
	position: absolute;
	bottom: 0
}

.HL_rdzx_ym a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.HL_rdzx_zx {
	width: 356px;
	height: 45px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	color: #3c1195;
}

.HL_rdzx_zx a {
	float: right;
	font-size: 12px;
	color: #000;
	text-decoration: none
}

.HL_rdzx_zx a:hover {
	color: #ea212d;
	text-decoration: none
}

.HL_rdzx_zx_nr {
	width: 356px;
	height: 156px;
	float: left;
	font-size: 12px;
}

.HL_rdzx_zx_nr a li {
	color: #5b5b5b;
	line-height: 27px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HL_rdzx_zx_nr a:hover li {
	text-decoration: underline
}

.HL_rdzx_zx_nr span {
	float: right
}

.HL_ymlx {
	width: 1100px;
	height: 460px;
	margin: auto;
}

.HL_ymlxa {
	width: 1150px;
	height: 460px;
	float: left;
	margin-top: -35px;
}

.HL_ymlxa ul li {
	width: 252px;
	height: 174px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	position: relative
}

.HL_ymlxa ul li:nth-child(4n + 1) {
	margin-left: 0
}

.HL_ymlx_img {
	width: 252px;
	height: 174px;
	position: absolute;
	overflow: hidden;
}

.HL_ymlx_img img {
	width: 252px;
	height: 174px;
	transition: all 0.3s;
}

.HL_ymlx_bg {
	width: 252px;
	height: 100px;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 75px;
	overflow: hidden
}

.HL_ymlx_bg p {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.HL_ymlx_bg span {
	font-size: 20px;
}

.HL_ymlxa a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	transform: scale(1.1);
	transition: all 0.3s;
}

.HL_success {
	width: 100%;
	height: 568px;
	background: url('../images/successful cases.jpg') center top no-repeat;
	margin-top: 30px
}

.index_new_case {
	width: 1100px;
	margin: 0 auto;
	padding-top: 210px
}

.index_new_case .left {
	width: 180px;
	float: left;
}

.index_new_case .left ul li {
	width: 204px;
	height: 74px;
	background-color: #383838;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 74px;
	cursor: pointer;
}

.index_new_case .left ul .cur {
	background-color: #3c1195;
}

.index_new_case .center {
	width: 890px;
	height: 292px;
	float: right;
}

.index_new_case .center ul li {
	width: 244px;
	height: 292px;
	font-size: 16px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	margin-left: 52px
}

.index_new_case .center ul li img {
	width: 240px;
	height: 290px;
}

.Box {
	position: relative;
}

.Box .content {
	width: 1005px;
	margin: 0 auto;
	margin-top: 25px
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 120px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url('../images/jtl02.png') no-repeat center;
	left: -48px;
	outline: none
}

.Box .Box_con .btnr {
	background: url('../images/jtr02.png') no-repeat center;
	right: -48px;
	outline: none
}

.Box .Box_con .btnl:hover {
	background: url('../images/jtl03.png') no-repeat center;
	outline: none
}

.Box .Box_con .btnr:hover {
	background: url('../images/jtr03.png') no-repeat center;
	outline: none
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 185px;
	height: 224px;
	margin-left: 20px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 185px;
	height: 164px;
	transition: all 0.3s;
}

.Box .Box_con .conbox ul li a {
	text-decoration: none;
	color: #fff;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

.Box_nr {
	width: 185px;
	height: 224px;
	position: relative
}

.Box_bg {
	width: 185px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #3c1195;
	padding: 12px;
	line-height: 24px;
	overflow: hidden
}

.Box .Box_con .conboxA {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conboxA ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conboxA ul li {
	float: left;
	width: 228px;
	height: 280px;
	margin-left: 30px;
	overflow: hidden;
}

.Box .Box_con .conboxA ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conboxA ul li img {
	display: block;
	width: 228px;
	height: 280px;
	transition: all 0.3s;
}

.Box .Box_con .conboxA ul li a {
	text-decoration: none;
	color: #fff;
}

.Box .Box_con .conboxA ul li:hover img {
	transform: scale(1.1);
}

.Box_nrA {
	width: 228px;
	height: 280px;
	position: relative
}

.Box_bgA {
	width: 210px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.61);
	padding: 12px;
	line-height: 20px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.Box_bgA span {
	font-weight: 500;
	font-size: 14px;
}

.Box_bgB {
	width: 200px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.61);
	padding: 18px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	font-weight: 300
}

.HL_pgb_bottom {
	width: 100%;
	height: 60px;
	background: #ededed;
	margin-top: 25px;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	padding-top: 15px;

}

.HL_gj {
	width: 100%;
	height: 180px;
	float: left;
}

.HL_gj_nr {
	width: 1100px;
	height: 100%;
	margin: auto;
}

.HL_gj_nr li {
	width: 150px;
	height: 140px;
	margin-left: 30px;
	float: left;
	margin-top: 30px
}

.HL_gj_nr li:first-child {
	margin-left: 0;
}

.HL_gj_nr li:last-child {
	float: right;
	width: 148px;
	height: 110px;
}

.HL_gj_nr a {
	color: #878787;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300
}

.HL_gj_nr a:hover {
	text-decoration: underline
}

.HL_gj_nr img {
	width: 100%;
}

.HL_bottom {
	width: 100%;
	height: 260px;
	background: #383838;
	float: left;
}

.HL_bottom_nr {
	width: 1100px;
	margin: auto;
	padding-top: 36px;
	color: #999999;
	font-weight: 400
}

.HL_bottom_nr li {
	width: 160px;
	height: 200px;
	float: left;
	margin-left: 45px;
}

.HL_bottom_nr li:last-child {
	width: 600px;
	height: 200px;
	margin-left: 60px;
	margin-top: -20px
}

.HL_bottom_nr img {
	width: 160px;
	height: 160px;
}

.HL_bottom_title {
	width: 160px;
	height: 30px;
	line-height: 40px;
	text-align: center
}

.HL_bottom_nr span {
	font-size: 26px;
	line-height: 60px
}

.HL_bottom_nr p {
	line-height: 32px;
	font-size: 14px;
}

.MGTM_ymzx {
	width: 1100px;
	height: 328px;
	margin: auto;
	margin-top: 30px;
}

.MGTM_ymzx_img {
	width: 494px;
	height: 100%;
	float: left
}

.MGTM_ymzx_img img {
	width: 100%;
	height: 100%;
}

.MGTM_ymzx_lxzx {
	width: 576px;
	float: right
}

.MGTM_ymzx_lxzx_top {
	width: 568px;
	height: 32px;
	border-bottom: 1px solid #a0a0a0;
	padding-top: 5px;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-left: 8px;
}

.MGTM_ymzx_lxzx_top_img {
	width: 20;
	height: 20px;
	float: left
}

.MGTM_ymzx_lxzx_top_img img {
	width: 20px;
	height: 24px;
}

.MGTM_ymzx_lxzx_top strong {
	line-height: 24px;
	margin-left: 6px;
	font-weight: 400
}

.MGTM_ymzx_lxzx_top i a {
	float: right;
	line-height: 35px;
	color: #000;
	font-weight: 300;
	font-size: 12px;
	font-style: normal;
}

.MGTM_ymzx_lxzx_top i a:hover {
	color: #ea212d;
	text-decoration: none
}

.MGTM_ymzx_lxzx li {
	line-height: 36px;
	height: 36px;
	color: #5b5b5b;
	font-size: 14px;
	font-weight: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.MGTM_ymzx_lxzx span {
	float: right
}

.MGTM_ymzx_lxzx a:hover {
	text-decoration: underline;
	color: #5b5b5b
}

.USA_lx {
	width: 1100px;
	margin: auto;
	margin-top: 30px;
}

.USA_lx_left {
	width: 780px;
	float: left;
}

.USA_lx_left_title {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
}

.USA_lx_left_titlea {
	width: 135px;
	height: 30px;
	line-height: 20px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #ea212d;
}

.USA_lx_left_title a {
	float: right;
	color: #000;
	line-height: 35px;
	font-size: 12px;
	font-weight: 300
}

.USA_lx_left_title a:hover {
	color: #ea212d
}

.USA_lx_left_A {
	width: 100%;
	height: 120px;
	margin-top: 30px;
}

.USA_lx_left_A_img {
	width: 184px;
	height: 10px;
	float: left
}

.USA_lx_left_A_img img {
	width: 220px;
	height: 130px;
}

.USA_lx_left_A_nr {
	width: 536px;
	height: 120px;
	float: right;
	line-height: 24px;
	font-weight: 300;
	font-size: 14px
}

.USA_lx_left_A_nr h1 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.USA_lx_left_A_nr p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.USA_lx_left_A_nr input {
	width: 102px;
	height: 38px;
	border: 1px solid #006097;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	color: #006097;
	margin-top: 10px;
	background: #fff
}

.USA_lx_left_A_nr input:hover {
	color: #ea212d;
	border-color: #ea212d
}

.USA_lx_left_A_nr input:focus {
	outline: none;
}

.USA_lx_left_B {
	width: 756px;
	height: 120px;
	margin-top: 30px;
}

.USA_lx_left_B li span {
	float: right
}

.USA_lx_left_B li {
	width: 360px;
	height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.USA_lx_left_B a li {
	color: #232323;
	font-size: 14px;
	font-weight: 300;
	list-style: square
}

.USA_lx_left_B a:hover li {
	text-decoration: underline
}

.USA_lx_right {
	width: 300px;
	height: 325px;
	float: right;
}

.USA_lx_right_top {
	width: 300px;
	height: 40px;
	line-height: 40px;
	background: #ef101d;
	color: #fff;
	font-size: 16px;
	text-align: center
}

.scrollleft {
	width: 300px;
	height: 272px;
}

.scrollleft ul li a {
	width: 300px;
	height: 68px;
	text-align: center;
	line-height: 24px;
	margin-top: 15px;
	float: left;
	background: #f8f8f8
}

.scrollleft ul li a:hover {
	background: #efefef
}

.scrollleft_img {
	width: 46px;
	height: 46px;
	margin-left: 10px;
	margin-top: 10px;
	float: left
}

.scrollleft_img img {
	width: 46px;
	height: 46px;
}

.scrollleft_title {
	width: 220px;
	height: 46px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	line-height: 16px;
	text-align: left;
	color: #acacac
}

.scrollleft_title p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.scrollleft_title span {
	color: #616161;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.USA_Leam {
	width: 1100px;
	height: 400px;
	margin: auto;
	margin-top: 30px;
}

.USA_Leam_nr {
	width: 100%;
	height: 334px;
	margin-top: 30px
}

.USA_Leam_nr_img {
	width: 170px;
	height: 232px;
	float: left
}

.USA_Leam_nr_img img {
	width: 170px;
	height: 334px;
}

.USA_Leam_nr_gz {
	width: 430px;
	height: 150px;
	margin-left: 35px;
	float: left;
}

.USA_Leam_nr_gz_img {
	width: 232px;
	height: 150px;
	float: left;
	overflow: hidden
}

.USA_Leam_nr_gz_img img {
	width: 232px;
	height: 150px;
	transition: all 0.3s;
}

.USA_Leam_nr_gz_img a:hover img {
	transform: scale(1.1);
}

.USA_Leam_nr_gz_title {
	width: 158px;
	height: 150px;
	float: left;
	padding: 20px;
	color: #6c6d6b;
	line-height: 24px;
	font-size: 12px;
	overflow: hidden
}

.USA_lc {
	width: 1100px;
	height: 220px;
	margin: auto;
	margin-top: 30px;
}

.USA_tj {
	width: 194px;
	height: 70px;
	line-height: 90px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.USA_tj_nt {
	width: 1100px;
	height: 325px;
	margin: auto;
	margin-top: 30px;
}

.USA_tj_img {
	width: 256px;
	height: 326px;
	float: left
}

.USA_tj_img img {
	width: 256px;
	height: 326px;
}

.USA_tj_a {
	width: 814px;
	height: 122px;
	float: left;
	margin-left: 30px;
	border-bottom: 1px dashed #d5d5d5;
	line-height: 36px;
	font-size: 14px;
}

.USA_tj_a a {
	color: #000;
}

.USA_tj_a a_hover {
	text-decoration: underline
}

.USA_tj_a em {
	color: #0d93ba;
	font-style: normal;
	font-weight: 500
}

.USA_tj_a span {
	color: #ea212d;
	font-weight: 500
}

.USA_tj_b {
	width: 814px;
	height: 173px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.USA_tj_b a li {
	width: 137px;
	height: 173px;
	float: left;
	margin-left: 32px;
	text-align: center;
	line-height: 30px;
	color: #000
}

.USA_tj_b a:hover li {
	color: #ea212d
}

.USA_tj_b img {
	width: 137px;
	height: 137px
}

.English_gx {
	width: 1100px;
	height: 320px;
	margin: auto;
	margin-top: 30px;
}

.English_gxa {
	width: 622px;
	height: 320px;
	float: left;
}

.English_gxb {
	width: 436px;
	height: 320px;
	float: right;
}

.English_gxb_top {
	width: 100%;
	height: 165px;
	border-bottom: 1px dashed #666
}

.English_gxb_top span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	float: left
}

.English_gxb_top li {
	width: 50%;
	height: 30px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.English_gxb_top li a {
	color: #000;
	font-size: 14px;
	font-weight: 300
}

.English_gxb_top li a:hover {
	text-decoration: underline
}

.English_lxlc_nr {
	width: 1100px;
	height: 75px;
	margin: auto;
	border-bottom: 1.5px solid #a2a3a3;
}

.English_lxlc_nr input {
	width: 130px;
	height: 25px;
	border: 1px solid #ff7114;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	color: #ff7114;
	margin-top: 40px;
	background: #fff;
	float: right
}

.English_lxlc_nr input:hover {
	color: #ea212d;
	border-color: #ea212d
}

.English_lxlc_nr input:focus {
	outline: none;
}

.English_lxlc {
	width: 110px;
	height: 75px;
	line-height: 100px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.English_lxlca {
	width: 1100px;
	height: 150px;
	margin: auto;
	margin-top: 30px
}

.English_lxlca a li {
	width: 156px;
	height: 158px;
	float: left;
	margin-left: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.English_lxlca a:hover li {
	border: 1px solid #ea212d;
	color: #ea212d;
}

.English_lxlca img {
	width: 66px;
	height: 66px;
	margin-left: 45px;
	margin-top: 35px;
}

.English_lxlca p {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.English_lxlckd {
	width: 150px;
	height: 75px;
	line-height: 100px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.English_lxlckda {
	width: 1100px;
	height: 188px;
	margin: auto;
	margin-top: 30px;
}

.English_lxlckda_left {
	width: 188px;
	height: 188px;
	float: left;
	background: rgba(171, 36, 201, 1.00)
}

.English_lxlckda_left img {
	width: 188px;
	height: 188px;
}

.English_lxlckda_center {
	width: 545px;
	height: 188px;
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
	margin-left: 30px;
}

.English_lxlckda_center_a {
	width: 545px;
	height: 100px
}

.English_lxlckda_center_a span {
	color: #f16b73;
	font-size: 16px;
	font-weight: 500
}

.English_lxlckda_center_a input {
	width: 90px;
	height: 30px;
	border: 1px solid #006097;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	color: #006097;
	margin-top: 10px;
	background: #fff;
}

.English_lxlckda_center_a input:hover {
	color: #ea212d;
	border-color: #ea212d
}

.English_lxlckda_center_a input:focus {
	outline: none;
}

.English_lxlckda_center_b {
	width: 545px;
	height: 88px;
	margin-top: 10px;
	font-size: 12px;
}

.English_lxlckda_center_b li {
	width: 50%;
	line-height: 30px;
	float: left;
	list-style: square;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.English_lxlckda_center_b a {
	color: #000
}

.English_lxlckda_center_b a:hover li {
	text-decoration: underline
}

.English_lxlckda_right {
	width: 302px;
	height: 188px;
	float: right;
	background: rgba(171, 36, 201, 1.00);
	position: relative
}

.English_lxlckda_right img {
	width: 302px;
	height: 188px;
}

.English_lxlckdb {
	width: 1100px;
	height: 280px;
	margin: auto;
	margin-top: 30px;
}

.English_lxlckdb_nr {
	width: 240px;
	height: 280px;
	float: left;
	margin-left: 48px;
}

.English_lxlckdb_nr span {
	font-size: 18px;
	color: #056aac;
	font-weight: 500
}

.English_lxlckdb_nr img {
	width: 240px;
	height: 98px;
	margin-top: 15px;
}

.English_lxlckdb_nr p {
	line-height: 18px;
	height: 35px;
	margin-top: 8px;
	color: #9e9e9e;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.English_lxlckdb_nr li {
	line-height: 35px;
	list-style: square;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.English_lxlckdb_nr a li {
	color: #000
}

.English_lxlckdb_nr a:hover li {
	text-decoration: underline
}

.HDJZ {
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 14px;
	color: #666;
}

.HDJZ {
	width: 1100px;
	height: auto;
}

.HDJZ li {
	width: 532px;
	height: 160px;
	border: 1px solid #eee;
	float: left;
	margin-left: 30px;
	margin-top: 30px
}

.HDJZ li:nth-child(2n-1) {
	margin-left: 0
}

.HDJZ img {
	width: 120px;
	height: 120px;
	margin-left: 20px;
	margin-top: 20px;
	float: left
}

.HDJZ_nr {
	width: 350px;
	height: 160px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px
}

.HDJZ_nr p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.HDJZ_nr p span {
	width: 310px;
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.HDJZ_nr input {
	width: 120px;
	height: 32px;
	background: #3c1195;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	color: #fff;
	margin-top: 6px;
}

.HDJZ_nr input:hover {
	background: #cb2d88;
	color: #fff;
}

.HDJZ_nr input:focus {
	outline: none;
}

.HLAbout {
	width: 1100px;
	height: 220px;
	margin: auto;
	margin-top: 20px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 100;
}

.HLAbout img {
	width: 200px;
	height: 200px;
	float: left;
	border-radius: 10px;
	margin-right: 20px
}

.HLAbout p {
	line-height: 30px;
	text-align: justify;
}

.HLAbout_dz {
	width: 1100px;
	height: 400px;
	margin: auto;
	margin-top: 20px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 100;
}

.HLAbout_dz img {
	width: 1100px;
	height: 300px;
}

.HLAbout_hd {
	width: 1100px;
	height: 538px;
	margin: auto;
	margin-top: 30px
}

.HLAbout_hd img {
	width: 1100px;
	height: 538px;
}

.JYTD {
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 14px;
	color: #666;
}

.JYTD {
	width: 1100px;
	height: auto;
}

.JYTD li {
	width: 535px;
	height: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	background: #f3f3f3;
	overflow: hidden
}

.JYTD li:nth-child(2n-1) {
	margin-left: 0
}

.JYTD img {
	width: 200px;
	height: 200px;
	float: left
}

.JYTD_nr {
	width: 295px;
	height: 160px;
	float: right;
	padding: 20px;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.JYTD_nra {
	width: 100%;
	height: 35px;
	border-bottom: 1px dashed #cacaca;
	color: #e10000;
	font-weight: 500
}

.JYTD_nrb {
	width: 100%;
	height: 110px;
	overflow: hidden;
	padding: 10px 0;
	font-size: 12px;
	line-height: 24px;
}

.XQ_top {
	width: 1100px;
	height: 50px;
	line-height: 60px;
	margin: auto;
	border-bottom: 1px dashed #a2a3a3;
	font-size: 14px;
}

.XQ_top a {
	color: #343434;
}

.XQ_top a:hover {
	color: #e10000
}

.XQ_left {
	width: 800px;
	float: left;
	margin-top: 30px;
	border: 1px solid #eee;
}

.XQ_left_title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #000;
	border-bottom: 1px dashed #f1f1f1;
}

.XQ_left_time {
	width: 100%;
	height: 30px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #000;
}

.XQ_left_time li {
	margin-top: 0;
	width: 30.33%;
	height: 40px;
	float: left;
	color: #aaa;
	background: #fff
}

.XQ_left_nr {
	width: 1040px;
	padding: 20px;
	line-height: 28px;
	font-weight: 300;
	margin-top: 10px;
}

.XQ_left_nr p {
	text-indent: 2em;
	margin-top: 15px
}

.XQ_left_nr span {
	font-weight: 500;
	color: #000
}

.XQ_left_nr img {
	width: 600px;
	height: 300px;
	padding: 10px 80px 30px;
}

.XQ_right {
	width: 270px;
	height: 730px;
	float: left;
	margin-left: 28px;
}

.XQ_right_img {
	width: 270px;
	height: 230px;
}

.XQ_right_img img {
	width: 270px;
	height: 230px;
}

.XQ_al {
	width: 228px;
	height: 190px;
	margin-top: 20px;
	padding: 20px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
}

.XQ_al h1 {
	font-size: 18px;
	height: 30px;
	margin-bottom: 5px;
	font-weight: 400px;
	margin-top: -10px;
	border-bottom: 1px dashed #ccc;
	color: #3c1195;
}

.XQ_al li {
	width: 230px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-top: 0;
	list-style: square;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.XQ_al a:hover li {
	text-decoration: underline;
	color: #e10000
}

.XQ_zl {
	width: 228px;
	height: 190px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 18px;
	color: #000;
	overflow: hidden
}

.XQ_zl h1 {
	font-size: 18px;
	height: 30px;
	margin-bottom: 5px;
	font-weight: 400px;
	margin-top: -10px;
	border-bottom: 1px dashed #ccc;
	color: #3c1195;
}

.XQ_zl input {
	width: 216px;
	height: 30px;
	float: left;
	margin-top: 15px;
}

.XQ_zlButton {
	width: 230px;
	height: 45px;
}

.XQ_zlButton input {
	width: 230px;
	height: 45px;
	background: #3c1195;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	color: #fff;
}

.XQ_zlButton input:hover {
	background: #c13232;
	color: #fff;
}

.XQ_zlButton input:focus {
	outline: none;
}

.USA_YM_jj {
	width: 1100px;
	height: 320px;
	margin: auto;
	margin-top: 30px;
	font-size: 18px;
	line-height: 40px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #999
}

.USA_YM_jj img {
	width: 308px;
	height: 235px;
	float: left;
	margin-right: 10px;
}

.USA_YM_jj strong {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.USA_YM_jj span {
	color: #e22645
}

.USA_YM_rq {
	width: 100%;
	height: 394px;
	background: url(../images/USA_img2.jpg) no-repeat center;
	margin-top: 30px
}

.USA_YM_rqnr {
	widows: 1100px;
	height: 394px;
	margin: auto
}

.USA_YM_rq_line {
	width: 100%;
	height: 90px;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.USA_YM_rq_linea {
	width: 130px;
	height: 20px;
	background: #a9722a;
	text-align: center;
	line-height: -100px;
	margin: auto;
	margin-top: -12px;
	font-size: 18px;
	color: #fff;
}

.USA_YM_rqli {
	width: 1100px;
	height: 200px;
	margin: auto;
	margin-top: 70px;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	font-weight: 300
}

.USA_YM_rqli li {
	width: 130px;
	height: 200px;
	float: left;
	margin-left: 112px;
}

.USA_YM_rqli li:first-child {
	margin-left: 0
}

.USA_YM_rqli img {
	width: 130px;
	height: 120px;
}

.USA_YM_rqld_top {
	width: 200px;
	height: 34px;
	background: url(../images/USA_img8.jpg) no-repeat center;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #254f71
}

.USA_YM_rqld_img {
	width: 1100px;
	height: 230px;
	margin: auto;
	margin-top: 50px
}

.USA_YM_tj {
	width: 100%;
	height: 658px;
	margin-top: 50px;
	background: url(../images/USA_img10.jpg) no-repeat center;
}

.USA_YM_tj_top {
	width: 1100px;
	height: 80px;
	margin: auto;
	border-bottom: 1px dashed #828383;
	font-size: 28px;
	line-height: 100px;
	color: #484544
}

.USA_YM_tj_top_bg {
	width: 5px;
	height: 30px;
	background: #e50624;
	float: left;
	margin-top: 35px;
	margin-right: 10px;
}

.USA_YM_tj_nr {
	width: 1100px;
	height: 560px;
	margin: auto;
}

.USA_YM_tj_nr li {
	width: 520px;
	height: 70px;
	float: left;
	margin-top: 38px;
	margin-left: 60px;
	font-size: 16px;
	color: #747474;
	font-weight: 300;
	letter-spacing: 3px;
	overflow: hidden
}

.USA_YM_tj_nr li:nth-child(2n-1) {
	margin-left: 0
}

.USA_YM_tj_nr span {
	color: #000;
	font-weight: 500;
}

.USA_YM_tj_nr_img {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background: #e90000;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
	font-size: 36px;
	text-align: center;
	letter-spacing: 0
}

.USA_YM_ys {
	width: 100%;
	height: 124px;
	background: url(../images/USA_img11.jpg) no-repeat center;
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	line-height: 60px
}

.USA_YM_ys strong {
	font-size: 36px;
}

.USA_YM_ys_img {
	width: 1100px;
	height: 165px;
	margin: auto;
	margin-top: 50px;
}


.USA_YM_ls {
	width: 1100px;
	height: 50px;
	margin: auto;
	border-bottom: 1.5px solid #a2a3a3;
}

.USA_YM_ls span {
	float: right;
	bottom: 0;
	line-height: 70px
}

.USA_YM_ls a {
	color: #000;
}

.USA_YM_ls a:hover {
	color: #e10000;
}

.USA_YM_ls_title {
	width: 196px;
	height: 50px;
	line-height: 60px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	float: left
}

.USA_YM_ls_nr {
	width: 1100px;
	height: 460px;
	margin: auto;
	margin-top: 35px;
}

.USA_YM_ls_nr li {
	width: 530px;
	height: 200px;
	float: left;
	margin-top: 35px;
	margin-left: 40px;
	color: #747474;
	font-weight: 300;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0
}

.USA_YM_ls_nr li:nth-child(2n-1) {
	margin-left: 0
}

.USA_YM_ls_nr li:nth-child(1) {
	margin-top: 0
}

.USA_YM_ls_nr li:nth-child(2) {
	margin-top: 0
}

.USA_YM_ls_nr img {
	width: 184px;
	height: 200px;
	float: left;
}

.USA_YM_ls_nra {
	width: 296px;
	height: 150px;
	float: right;
	padding: 25px;
	overflow: hidden
}

.USA_YM_ls_nr strong {
	font-size: 16px;
	color: #e90000;
}

.HWFC_img {
	width: 1100px;
	height: 100px;
	margin: auto
}

.HWFC_zx {
	width: 100%;
	height: 350px;
	background: #f8f8f8
}

.HWFC_zxnr {
	width: 1100px;
	height: 350px;
	margin: auto;
}

.HWFC_zxnra {
	width: 656px;
	height: 350px;
	float: left;
}

.HWFC_zxnra_top {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #c3c3c3;
	font-size: 20px;
	color: #000;
	line-height: 100px;
	float: left;
}

.HWFC_zxnra_icon {
	width: 22px;
	height: 25px;
	float: left;
	margin-top: 35px;
	margin-right: 8px;
}

.HWFC_zxnra_img {
	width: 308px;
	height: 210px;
	float: left;
	margin-top: 30px
}

.HWFC_zxnra_img img {
	width: 308px;
	height: 210px;
}

.HWFC_zxnra_nr {
	width: 320px;
	height: 210px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.HWFC_zxnra_nra {
	width: 320px;
	height: 30px;
	font-size: 16px;
	color: #000;
	margin-top: 20px
}

.HWFC_zxnra_nra a {
	color: #9d9d9d;
	font-size: 12px;
	float: right;
	line-height: 26px
}

.HWFC_zxnra_nra a:hover {
	color: #e90000
}

.HWFC_zxnra_nrb {
	width: 320px;
	height: 70px;
	font-size: 16px;
	color: #000;
}

.HWFC_zxnra_nrb li {
	list-style: disc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HWFC_zxnra_nrb a {
	width: 100%;
	height: 24px;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HWFC_zxnra_nrb a:hover {
	text-decoration: underline
}

.HWFC_zxnrb {
	width: 400px;
	height: 360px;
	float: right;
}

.HWFC_zxnrb_top {
	width: 100%;
	height: 70px;
	font-size: 20px;
	color: #2e8ed1;
	line-height: 90px;
}

.HWFC_zxnrb_icon {
	width: 18px;
	height: 25px;
	float: left;
	margin-top: 30px;
	margin-right: 10px
}

.HWFC_zxnrb_img {
	width: 404px;
	height: 270px;
	background: rgba(158, 24, 27, 1.00)
}

.HWFC_fy {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #3b92a6
}

.HWFC_fy_title {
	width: 180px;
	height: 40px;
	margin: auto;
	margin-top: -20px;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 800
}

.HWFC_fy_cirl {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	border: 1px solid #3b92a6;
	position: absolute;
	top: 16px;
}

.HWFC_fy_cirl2 {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	border: 1px solid #3b92a6;
	position: absolute;
	top: 16px;
	right: 0
}

.HWFC_fy_introduce {
	width: 1100px;
	height: 20px;
	margin: auto;
	text-align: center;
	color: #979797;
	font-size: 16px
}

.HWFC_fy_nr {
	width: 1100px;
	height: 510px;
	margin: auto;
}

.HWFC_fy_nr a li {
	width: 250px;
	height: 218px;
	float: left;
	margin-top: 30px;
	margin-left: 33px;
	color: #a3a3a3;
	font-size: 12px;
	position: relative
}

.HWFC_fy_nr_img {
	width: 250px;
	height: 155px;
	overflow: hidden
}

.HWFC_fy_nr_img img {
	width: 250px;
	height: 155px;
	transition: all 0.3s;
}

.HWFC_fy_nr a:hover img {
	transform: scale(1.1);
}

.HWFC_fy_nr_title {
	width: 226px;
	height: 40px;
	background: #f8f8f8;
	padding: 12px;
	line-height: 22px;
}

.HWFC_fy_nr_title p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HWFC_fy_nr_title span {
	color: #000;
	font-size: 14px;
}

.HWFC_fy_nr_title strong {
	font-size: 18px;
	color: #ea212d
}

.HWFC_fy_nr_icon {
	width: 56px;
	height: 30px;
	line-height: 24px;
	position: absolute;
	top: 0;
	left: -3px;
	background: url(../images/HWFC_icon2.png) no-repeat center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center
}

.HWFC_XX_title {
	width: 196px;
	height: 76px;
	line-height: 100px;
	border-bottom: 1.5px solid #f00;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.HWFC_XX_Country {
	width: 1100px;
	height: 350px;
	margin: auto;
	margin-top: 20px;
}

.HWFC_XX_nr {
	width: 100%;
	height: 280px;
	padding-top: 20px
}

.HWFC_XX_nr_left {
	width: 554px;
	height: 280px;
	float: left;
}

.HWFC_XX_nr_left li {
	width: 524px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 1px dashed #333;
	color: #999
}

.HWFC_XX_nr_left li:first-child {
	background: #f2f2f2;
	border-bottom: none;
	color: #333
}

.HWFC_XX_nr_left li ol {
	width: 130px;
	height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HWFC_XX_nr_left li ol:nth-child(2n) {
	width: 100px;
}

.HWFC_XX_nr_left li ol:nth-child(3) {
	margin-left: 50px
}

.HWFC_XX_nr_right {
	width: 534px;
	height: 280px;
	float: right;
}

.HWFC_XX_nr_right_top {
	width: 514px;
	height: 40px;
	line-height: 40px;
	color: #333;
	background: #f2f2f2;
	padding-left: 20px;
}

.HWFC_XX_nr_right_img {
	widows: 534px;
	height: 240px;
	background: rgba(167, 26, 28, 1.00)
}

.HWFC_XX_nr_right_img img {
	widows: 534px;
	height: 240px;
}

.HWFC_HWLC {
	width: 100%;
	height: 482px;
	background: #f8f8f8;
	margin-top: 40px;
}

.HWFC_HWLC_nr {
	width: 1100px;
	height: 296px;
	margin: auto;
	margin-top: 40px
}

.HWFC_HWLC_nr li {
	width: 332px;
	height: 276px;
	background: #fff;
	float: left;
	margin-left: 24px;
	padding: 10px;
	line-height: 24px;
}

.HWFC_HWLC_img {
	width: 330px;
	height: 188px;
	overflow: hidden
}

.HWFC_HWLC_img img {
	width: 330px;
	height: 188px;
	transition: all 0.3s;
}

.HWFC_HWLC_nr a {
	color: #a1a1a1
}

.HWFC_HWLC_nr a:hover img {
	transform: scale(1.1);
}

.HWFC_HWLC_title {
	width: 330px;
	height: 68px;
	margin-top: 10px;
}

.HWFC_HWLC_title p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.HWFC_HWLC_nr span {
	color: #000
}

.HWFC_HWLC_nr strong {
	color: #ea212d;
	font-size: 18px
}

.HWFC_TZZX {
	width: 300px;
	height: 20px;
	font-size: 18px;
	color: #000;
	margin-left: 10px
}

.HWFC_TZZX_img {
	width: 3px;
	height: 20px;
	background: #0067cd;
	float: left;
	margin-right: 6px;
}

.HWFC_TZZX_nr {
	width: 330px;
	height: 250px;
}

.HWFC_TZZX_nr ol {
	width: 310px;
	height: 50px;
	margin-top: 14px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}

.HWFC_TZZX_nr img {
	width: 84px;
	height: 50px;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.HWFC_TZZX_nr a:hover img {
	transform: scale(1.0);
}

.HWFC_TZZX_nr a:hover {
	text-decoration: underline
}

.HWFCXQ {
	width: 1100px;
	height: 55px;
	margin: auto;
	margin-top: 360px;
	border-bottom: 1.5px solid #a2a3a3;
}

.HWFCXQ_title {
	width: 500px;
	height: 55px;
	line-height: 70px;
	border-bottom: 1.5px solid #3c1195;
	font-size: 16px;
	color: #666;
}

.HWFCXQ_title:hover a {
	color: #a0a025
}

.HWFCXQ_title span {
	background: #3c1195;
	line-height: 20px;
	padding: 0 2px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.HWFCXQ_title p {
	float: left
}

.HWFCXQ_zs {
	width: 1100px;
	height: 518px;
	margin: auto;
	margin-top: 30px;
}

.HWFCXQ_zs_left {
	width: 612px;
	height: 518px;
	float: left;
	background: #fff;
}

.HWFCXQ_zs_right {
	width: 456px;
	height: 517px;
	float: right;
	background: #fbfbfb;
}


#wrapper {
	width: 612px;
	height: 518px;
	margin-top: -16px;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 612px;
}

#img {
	z-index: 10;
	width: 612px;
	position: relative;
	text-align: center;
}

#img img {
	height: 420px;
	display: none;
}


#cbtn {
	background: #f2f2f2;
	position: relative;
	height: 95px;
	border: 1px solid #f2f2f2;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 122px;
}

#cbtn ul li {
	float: left;
	padding: 8px 3px 3px 3px;
	width: 116px;
	height: 86px;
	cursor: pointer;
	text-align: center;
	margin-right: 20px;
	position: relative;
}

#cbtn ul li img {
	width: 116px;
	height: 64px;
	display: block;
}

#cbtn ul li tt {
	color: #FFF;
	position: absolute;
	right: 4px;
	bottom: 4px;
	z-index: 20;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
}

#cbtn li.hov {
	background: url(../images/ico/imgHoverBg.png) no-repeat;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 540px;
	height: 75px;
	overflow: hidden;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

.picSildeLeft {
	cursor: pointer;
	position: absolute;
	top: 19px;
	left: 10px;
	z-index: 9;
}

.picSildeRight {
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 10px;
	z-index: 9;
}

.HWFCXQ_right_top {
	width: 416px;
	background-image: linear-gradient(to right, #cb2d88, #3c1195);
	color: #fff;
	font-size: 16px;
	padding: 20px;
}

.HWFCXQ_right_top strong {
	font-size: 34px;
}

.HWFCXQ_right_top span {
	margin-left: 20px;
}

.HWFCXQ_right_topa {
	width: 416px;
	height: 70px;
	border-bottom: 1px solid #dedede;
	margin-left: 20px;
}

.HWFCXQ_right_topa li {
	width: 108px;
	float: left;
	height: 40px;
	padding: 15px;
	font-size: 14px;
	text-align: center
}

.HWFCXQ_right_topa li:nth-child(1) {
	text-align: left
}

.HWFCXQ_right_topa li:nth-child(3) {
	text-align: right
}

.HWFCXQ_right_topa span {
	color: #3c1195;
	font-size: 20px;
}

.HWFCXQ_right_topb {
	width: 416px;
	height: 78px;
	border-bottom: 1px solid #dedede;
	margin-left: 20px;
}

.HWFCXQ_right_topb li {
	width: 183px;
	height: 20px;
	margin-top: 15px;
	line-height: 20px;
	float: left;
	padding-left: 25px;
	background: url(../images/HWFCXQ1.png) no-repeat;
	font-size: 14px;
	font-weight: 200
}

.HWFCXQ_right_topb li:nth-child(2) {
	background: url(../images/HWFCXQ2.png) no-repeat;
}

.HWFCXQ_right_topb li:nth-child(3) {
	background: url(../images/HWFCXQ3.png) no-repeat;
}

.HWFCXQ_right_topb li:nth-child(4) {
	background: url(../images/HWFCXQ4.png) no-repeat;
}

.HWFCXQ_right_topc {
	width: 416px;
	height: 90px;
	border-bottom: 1px solid #dedede;
	margin-left: 20px;
}

.HWFCXQ_right_topc li {
	width: 416px;
	height: 25px;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 22px
}

.HWFCXQ_right_topc span {
	float: left;
	width: 60px;
	height: 50px;
	font-weight: 500;
	margin-right: 10px;
}

.HWFCXQ_right_topd {
	width: 38px;
	height: 32px;
	margin-left: 20px;
	float: left;
	background: url(../images/HWFCXQ5.png) no-repeat;
	margin-top: 10px;
}

.HWFCXQ_right_tope {
	width: 350px;
	height: 32px;
	float: right;
	font-size: 14px;
	font-weight: 300;
	margin-top: 8px;
	line-height: 24px;
}

.HWFCXQ_right_tope span {
	width: 16px;
	height: 16px;
	background: url(../images/HWFCXQ6.png) no-repeat;
	margin-top: 15px;
	padding-left: 20px;
	line-height: 30px
}

.HWFCXQ_right_topf {
	width: 208px;
	height: 42px;
	float: left;
	margin-top: 20px;
	color: #fff;
}

.HWFCXQ_right_topf input {
	width: 180px;
	height: 48px;
	background: #3c1195;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	float: left;
	margin-left: 10px;
	border-radius: 5px;
}

.HWFCXQ_right_topf input:hover {
	background: #383838;
	color: #fff;
}

.HWFCXQ_right_topf input:nth-child(1) {
	margin-left: 0
}

.HWFCXQ_right_topf input:focus {
	outline: none;
}

.HWFCXQ_right_topg {
	width: 205px;
	float: right;
	margin-top: 16px;
}

.HWFCXQ_right_topg span {
	width: 18px;
	height: 18px;
	background: url(../images/HWFCXQ7.png) no-repeat;
	margin-top: 15px;
	padding-left: 25px;
	line-height: 30px
}

.HWFCXQ_right_topg strong {
	font-size: 16px;
	font-weight: 300
}

.HWFCXQ_XX_Country {
	width: 1100px;
	margin: auto;
	margin-top: 30px;
}

.HWFCXQ_xx {
	width: 1100px;
	height: 500px;
	padding-top: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
}

.HWFCXQ_xx li {
	width: 550px;
	height: 50px;
	float: left;
	color: #676767
}

.HWFCXQ_xx li ol {
	float: left
}

.HWFCXQ_xx li ol:nth-child(1) {
	width: 40px;
	height: 50px;
	margin-left: 10px;
}

.HWFCXQ_xx li ol:nth-child(2) {
	width: 140px;
	height: 50px;
	margin-left: 10px;
	color: #000
}

.HWFCXQ_xx li ol:nth-child(3) {
	width: 300px;
	height: 50px;
	margin-left: 10px;
}

.HWFCXQ_xx img {
	width: 26px;
	height: 26px;
	margin-left: 5px;
}

.HWFCXQ_hbl {
	width: 100%;
	height: 300px;
	background: #f8f8f8
}

.HWFCXQ_hbl_title {
	width: 1100px;
	margin: auto;
	padding-top: 30px;
	font-size: 24px;
	color: #383838
}


.HWFCXQ_hbl_title span {
	width: 5px;
	height: 24px;
	background: #3c1195;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.HWFCXQ_hbl_nr {
	width: 1100px;
	margin: auto;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding-top: 20px;
}

.HWFCXQ_hbl_nra {
	width: 526px;
	height: 360px;
	float: left;
	text-align: center;
}

.HWFCXQ_hbl_nra li {
	width: 526px;
	height: 50px;
	line-height: 50px;
	overflow: hidden
}

.HWFCXQ_hbl_nra li:nth-child(1) {
	font-size: 20px;
}

.HWFCXQ_hbl_nra span {
	font-size: 32px;
	color: #ea212d
}

.HWFCXQ_hbl_nra li:nth-child(2) {
	background: #ea212d;
	color: #fff;
	font-size: 16px;
}

.HWFCXQ_hbl_nra ol {
	float: left;
	font-size: 15px;
	border: 1px solid #e3e6e9;
	background: #fff;
	border-top: none
}

.HWFCXQ_hbl_nra ol:nth-child(1) {
	width: 222px;
	border-right: none;
	font-weight: 300;
	overflow: hidden
}

.HWFCXQ_hbl_nra ol:nth-child(2) {
	width: 300px;
	overflow: hidden
}

.HWFCXQ_cs {
	padding-top: 40px;
}

.HWFCXQ_cs_left {
	line-height: 24px;
	font-size: 14px;
	float: left;
}

.HWFCXQ_cs_left img {
	width: 206px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px
}

.HWFCXQ_cs_left h1 {
	font-size: 20px;
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
}

.HWFCXQ_cs_right {
	width: 475px;
	height: 223px;
	border: 1px solid #e3e6e9;
	padding: 25px 0;
	line-height: 23px;
	font-size: 13px;
	color: #9a9a9a;
	float: right
}

.HWFCXQ_cs_right h1 {
	font-size: 20px;
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
	padding-left: 20px;
}

.HWFCXQ_cs_rightnr {
	width: 475px;
	height: 165px;
	color: #000;
	font-size: 12px;
}

.HWFCXQ_cs_rightnr li {
	width: 475px;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	border-bottom: 1px solid #e3e6e9
}

.HWFCXQ_cs_rightnr li:nth-child(1) {
	font-weight: 500
}

.HWFCXQ_cs_rightnr li:nth-child(4) {
	border: none
}

.HWFCXQ_cs_rightnr ol {
	width: 70px;
	height: 40px;
	float: left;
	text-align: center;
	overflow: hidden
}

.HWFCXQ_cs_rightnr ol:nth-child(2) {
	width: 180px;
	overflow: hidden
}

.HWFCXQ_HWLC {
	width: 100%;
	height: 480px;
	background: #182d5a;
	margin-top: 40px;
}

.HWFCXQ_fy {
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #fff
}

.HWFCXQ_fy_title {
	width: 120px;
	height: 40px;
	margin: auto;
	margin-top: -20px;
	background: #182d5a;
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 40px;
}

.HWFCXQ_fy_cirl {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	position: absolute;
	top: 16px;
}

.HWFCXQ_fy_cirl2 {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	position: absolute;
	top: 16px;
	right: 0
}

.HWFCXQ_fy_introduce {
	width: 1100px;
	height: 20px;
	margin: auto;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
}

.HWFCXQ_fynr {
	width: 1100px;
	height: 290px;
	margin: auto;
	padding-top: 40px
}

.HWFCXQ_sqrk {
	width: 1100px;
	margin: auto;
	margin-top: 30px
}

.HWFCXQ_fwdk {
	width: 1100px;
	height: 314px;
	margin: auto;
	margin-top: 30px;
	background: url(../images/HWFCXQ_img11.jpg) no-repeat;
	background-size: 1100px 314px;
}

.HWFCXQ_fwdknr {
	width: 490px;
	height: 245px;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

.HWFCXQ_fwdknr li {
	width: 490px;
	height: 45px;
	line-height: 45px;
	margin-top: 22px;
	background: #e3e6e9;
	border: 1px solid #fff;
	font-size: 14px;
}

.HWFCXQ_fwdknr li:nth-child(1) {
	background: none;
	border: none;
	padding: 0
}

.HWFCXQ_fwdknr li:nth-child(2) {
	background: #e3e6e9;
	width: 460px;
	padding: 0 15px
}

.HWFCXQ_fwdknr li:nth-child(3) {
	background: #e3e6e9;
	width: 460px;
	padding: 0 15px
}

.HWFCXQ_fwdknr li:nth-child(4) {
	background: none;
	border: none;
	padding: 0
}

.HWFCXQ_fwdknr ol {
	width: 186px;
	height: 16px;
	line-height: 15px;
	padding: 15px;
	border: 1px solid #fff;
	float: left;
	background: #e3e6e9
}

.HWFCXQ_fwdknr ol:nth-child(2) {
	float: right
}

.HWFCXQ_fwdknr span {
	float: right;
	font-weight: 500
}

.HWFCXQ_fwdknr input {
	width: 490px;
	height: 46px;
	background: #2d89f9;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	border: 0;
	color: #fff;
}

.HWFCXQ_fwdknr input:hover {
	background: #095dc4;
	color: #fff;
}

.HWFCXQ_fwdknr input:focus {
	outline: none;
}

.CWGH {
	width: 1100px;
	height: 360px;
	margin: auto;
	padding-top: 40px;
}

.CWGH_left {
	width: 760px;
	height: 400px;
	float: left;
}

.CWGH_left_title {
	width: 760px;
	height: 42px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
}

.CWGH_left_title span {
	width: 5px;
	height: 24px;
	background: #3c1195;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.CWGH_left_title strong {
	color: #3c1195;
	font-weight: 400;
}

.CWGH_left_nr {
	width: 760px;
	height: 100px;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding-top: 30px;
}

.CWGH_left_img {
	width: 760px;
	height: 142px;
	padding-top: 30px;
}

.CWGH_left_img img {
	width: 340px;
	height: 152px;
}

.CWGH_left_img li {
	width: 340px;
	height: 152px;
	float: left
}

.CWGH_left_img li:nth-child(2) {
	float: right
}

.CWGH_right {
	width: 265px;
	height: 360px;
	float: right;
}

.CWGH_rsbx {
	width: 100%;
	height: 760px;
	background: url(../images/CWGH_img3.jpg) no-repeat center;
	background-size: 1920px 760px
}

.CWGH_bxhc {
	width: 100%;
	height: 630px;
	background: url(../images/CWGH_img4.jpg) no-repeat center;
}

.CWGH_fkfs {
	width: 100%;
	height: 80px;
	line-height: 100px;
	border-bottom: 1px solid #3c1195;
	font-weight: 400;
	text-align: center;
	font-size: 28px;
}

.CWGH_fkfsa {
	width: 1100px;
	height: 180px;
	margin: auto;
	padding-top: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
}

.CWGH_fkfsa img {
	width: 256px;
	height: 168px;
	float: left;
	margin-right: 30px;
}

.CWGH_fkfsa span {
	color: #3c1195
}

.CWGH_fkfsa a {
	color: #3c1195
}

.CWGH_fkfsa a:hover {
	text-decoration: underline
}

.CWGH_wnx {
	width: 100%;
	height: 830px;
	background: url(../images/CWGH_img7.jpg) no-repeat center;
	background-size: 1920px 830px;
	margin-top: 50px
}

.CWGH_bxgs {
	width: 100%;
	height: 188px;
}

.CWGH_bxgsnr {
	width: 1100px;
	height: 108px;
	margin: auto;
	padding: 30px 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	letter-spacing: 2px;
	overflow: hidden
}

.CWGH_bxgsnr span {
	color: #ea212d;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.CWGH_USAJJ {
	width: 100%;
	height: 770px;
	background: url(../images/CWGH_img8.jpg) no-repeat center;
	background-size: 1920px 770px;
}

.CWGH_xfzn {
	width: 100%;
	height: 124px;
	background: url(../images/CWGH_img9.jpg) no-repeat center;
	background-size: 1920px 124px;
	margin-top: 40px;
}

.CWGH_xfzn1 {
	width: 1100px;
	height: 248px;
	background: url(../images/CWGH_img11.jpg) no-repeat center;
	margin: auto;
	background-size: 1100px 248px;
	margin-top: 40px;
}

.CWGH_xfzn2 {
	width: 1100px;
	height: 650px;
	background: url(../images/CWGH_img12.jpg) no-repeat center;
	margin: auto;
	background-size: 1100px 650px;
	margin-top: 40px;
}

.CWGH_xfzn3 {
	width: 1100px;
	height: 654px;
	background: url(../images/CWGH_img13.jpg) no-repeat center;
	margin: auto;
	background-size: 1100px 654px;
	margin-top: 40px;
}

.CWGH_xfzn4 {
	width: 1100px;
	height: 1410px;
	background: url(../images/CWGH_img14.jpg) no-repeat center;
	margin: auto;
	background-size: 1100px 1410px;
	margin-top: 40px;
}

.ANZY_title {
	width: 100%;
	height: 70px;
	color: #3c1195;
	font-weight: 800;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	border-bottom: 1px solid #383838;
	padding-top: 14px;
}

.ANZY_lable {
	height: 30px;
	width: 410px;
	text-align: center;
	color: #384159;
	font-size: 16px;
	background: #fff;
	margin: auto;
	margin-top: -12px;
}

.ANZY_fw {
	width: 1100px;
	height: 720px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	font-size: 14px;
}

.ANZY_fw li {
	width: 510px;
	border-bottom: 2px solid #383838;
	float: left;
	padding: 40px 40px 40px 0;
	position: relative;
}

.ANZY_fw li:nth-child(2n-1) {
	padding-left: 40px;
	padding-right: 0;
}

.ANZY_fw_line {
	width: 2px;
	height: 720px;
	background: #383838;
	left: 548px;
	position: absolute
}

.ANZY_fw_icon {
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: -19px;
	border-radius: 30px;
	border: 5px solid #fff;
	bottom: -20px;
	z-index: 999
}

.ANZY_fw_icona {
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 30px;
	border: 2px solid #3c1195;
}

.ANZY_fw img {
	width: 22%;
	float: right;
}

.ANZY_tip {
	width: 1100px;
	height: 720px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	font-size: 14px;
}

.ANZY_tip li {
	width: 510px;
	border-bottom: 2px solid #383838;
	float: left;
	padding: 40px 40px 40px 0;
	position: relative;
}

.ANZY_tip li:nth-child(2n-1) {
	padding-left: 40px;
	padding-right: 0;
}

.ANZY_tip_line {
	width: 2px;
	height: 720px;
	background: #383838;
	left: 548px;
	position: absolute
}

.ANZY_tip_icon {
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	right: -19px;
	border-radius: 30px;
	border: 5px solid #fff;
	bottom: -20px;
	z-index: 999
}

.ANZY_tip_icona {
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 30px;
	border: 2px solid #3c1195;
}

.ANZY_tip img {
	width: 30%;
	float: right;
}


.ANZY_ajfw {
	width: 100%;
	height: 556px;
	background: url(../images/AJZY_img1.jpg) no-repeat center;
	background-size: 1920px 556px;
	margin-top: 120px
}

.USAGZ_title {
	height: 30px;
	line-height: 20px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #ea212d
}

.USAGZ_nr {
	width: 538px;
	height: 120px;
	float: right;
	line-height: 26px;
	font-weight: 300;
	font-size: 14px
}

.USAGZ_hd {
	width: 300px;
	height: 272px;
}

.USAGZ_hd ul li a {
	width: 300px;
	height: 68px;
	text-align: center;
	line-height: 24px;
	float: left;
	border-bottom: 1px dashed #d5d5d5
}

.USAGZ_hd ul li a:hover span {
	color: #ea212d
}

.USAGZ_hd_img {
	width: 10px;
	height: 46px;
	margin-top: 11px;
	float: left
}

.USAGZ_hd_img img {
	width: 10px;
	height: 46px;
}

.USAGZ_hd_title {
	width: 260px;
	height: 46px;
	margin-top: 11px;
	float: left;
	margin-left: 11px;
	text-align: left;
	color: #acacac;
	font-size: 12px;
	line-height: 24px;
}

.USAGZ_hd_title p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.USAGZ_hd_title span {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 300
}

.USAGZ_hd_title strong {
	float: right;
	font-weight: 300
}

.USAGZ_rdzx {
	width: 755px;
	height: 60px;
	line-height: 75px;
	margin: auto;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	border-bottom: 1.5px solid #a2a3a3;
}

.USAGZ_rdzx span {
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}

.USAGZ_rdzx img {
	width: 24px;
	height: 24px;
}

.USAGZ_lc img {
	width: 24px;
	height: 24px;
}

.USAGZ_ys {
	width: 1100px;
	height: 400px;
	margin: auto;
}

.USAGZ_ys li {
	width: 200px;
	height: 310px;
	float: left;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #f7f7f7;
}

.USAGZ_ys li:nth-child(4n+1) {
	margin-left: 0;
}

.USAGZ_ys span {
	width: 198px;
	background: #3c1195;
	float: left;
	padding: 20px 10px;
	font-size: 15px;
	text-align: center;
	color: #fff;
}

.USAGZ_ys p {
	height: 50px;
	padding: 20px 10px;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #888;
	line-height: 24px;
}

.USAGZ_xz {
	width: 280px;
	height: 124px;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

.USAGZ_xz img {
	width: 280px;
	height: 124px;
}

.USAGZ_xza {
	width: 280px;
	height: 124px;
	padding: 10px;
	border: 1px solid #ccc;
	background: url(../images/USAGZ_img2.jpg) no-repeat center;
	margin: auto;
	background-size: 280px 124px;
	margin-top: 20px;
}

.USAGZ_xza p {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding-top: 12px;
}


.USAGZ_lc {
	width: 1100px;
	height: 60px;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	line-height: 80px;
	margin: auto;
	border-bottom: 1px solid #a0a0a0;
}

.USAGZ_lc span {
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 28px;
	margin-right: 10px;
}

.USAGZ_tjj {
	width: 1100px;
	height: 120px;
	margin: auto;
	margin-top: 30px;
}

.USAGZ_lc_img {
	width: 1100px;
	height: 298px;
	margin: auto;
	margin-top: 20px;
}

.USAGZ_lc_img img {
	width: 1100px;
	height: 298px;
}

.USAGZ_sjb {
	width: 1100px;
	height: 240px;
	margin: auto;
	margin-top: 30px;
}

.USAGZ_sjb li {
	float: left;
	width: 1098px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	line-height: 40px;
	font-size: 14px;
}

.USAGZ_sjb li:nth-child(1) {
	background: #dfecff
}

.USAGZ_sjb li:nth-child(11) {
	border-bottom: 1px solid #ddd;
}

.USAGZ_sjb ol {
	border: 1px solid #ddd;
}

.USAGZ_sjb ol:nth-child(1) {
	width: 100px;
	/* height: 120px; */
	float: left;
	border: none;
}

.USAGZ_sjb ol:nth-child(2) {
	width: 980px;
	float: left;
	border: none;
	border-left: 1px solid #ddd;
	padding-left: 15px;
}


.England_ys {
	width: 755px;
	height: 400px;
	margin: auto;
}

.England_ys li {
	width: 365px;
	height: 180px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #ddd
}

.England_ys li:nth-child(2n+1) {
	margin-left: 0
}

.England_ys span {
	width: 355px;
	height: 20px;
	background: #3c1195;
	float: left;
	padding: 20px 5px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.England_ys p {
	width: 345px;
	height: 50px;
	padding: 20px 10px;
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #888
}

.England_fa {
	width: 1100px;
	margin: auto;
}


.HLLBY {
	width: 100%;
	height: 690px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden
}

.HLLBY span {
	float: right;
}

.HLLBY a li {
	color: #474747;
}

.HLLBY a:hover li {
	text-decoration: underline;
}

.HLLBY li {
	width: 740px;
	height: 30px;
	margin-left: 0px;
	padding: 10px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	list-style: disc;
	margin-top: 0
}

.HLLBY li:nth-child(2n+1) {
	margin-left: 0px;
}

.HLLBY_bottom {
	width: 480px;
	height: 50px;
	padding-left: 300px;
}

.HLLBY_bottom li {
	width: auto;
	height: 20px;
	padding: 5px 10px;
	border: 1px solid #9E9E9E;
	line-height: 20px;
	float: left;
	margin-top: 0;
	text-align: center;
	margin-left: 10px;
	background: #fff
}

.HLLBY_bottom a {
	color: #9E9E9E;
}

.HLLBY_bottom a:hover li {
	color: #ea212d;
	border-color: #ea212d
}

.slideBox8 {
	width: 1100px;
	margin: auto;
	padding-top: 20px;
}

.slideBox8 dt {
	width: 1100px;
}

.slideBox8 dt span {
	color: #fff;
	cursor: pointer;
	float: left;
	height: 58px;
	width: 275px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background: #383838;
}

.slideBox8 dt .on {
	color: #fff;
	font-weight: 500;
	background: #3c1195;
}

.slideBox8 a:hover {
	font-weight: 500
}

.slideBox8 dd {
	width: 100%;
	clear: both;
	display: none;
	font-size: 18px;
	padding-top: 20px;
	font-weight: 300;
	line-height: 32px;
}

.slideBox8 li {
	width: 1090px;
	padding: 5px;
	font-size: 14px;
}

.slideBox8 li:nth-child(2n) {
	background: #eee;
	font-weight: 500;
	color: #5b5b5b;
}


.six-brand {
	padding: 30px 0;
}

.six-list {
	margin-left: -50px;
}

.six-list li {
	float: left;
}

.six-list li .wrap {
	background: url(../images/index_0.png) no-repeat left center;
	padding: 0 0 0 25px;
	overflow: hidden;
	margin-left: 25px;
}

.six-list li:first-child .wrap {
	background: none;
}

.six-list li .img-center {
	float: left;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
	width: 64px;
	height: 64px;
	line-height: 64px;
}

.six-list li .text {
	margin-left: 76px;
	font-size: 16px;
	line-height: 2.9;
	padding: 5px 0;
	text-align: justify;
}

.six-brand {
	padding: 30px 0;
}
.zizhi .zitem{
	padding-left: 20px;
}
.zizhi .zitem a{
	font-size: 18px;
	color: gray;
	line-height: 2;
}
.container{
	width: 1150px;
	padding: 0;
}
.info_type{
	margin-top: 20px;
}
.info-item-title{
	position: relative;
	z-index: 1;
}
.info-item-title:before{
	content: "";
	position: absolute;
	background: #e7e7e7;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.info-item-title:after{
	content: "";
	position: absolute;
	background: #3c1195;
	width: 80px;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.info-item-title h4{
	font-size: 20px;
	letter-spacing: -1px;
	color: #111;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: inline-flex;
}
.info-list{
	margin-top: 20px;
}
.post-list{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 5px;
}
.blog-post{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.post-content h6{
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	color: rgba(0,0,0,0.85);
	font-weight: 300;
	font-family: "Roboto";
	text-transform: uppercase;
	margin-bottom: 7px;
}
.layui-tab .layui-tab-title li {
	font-size: 16px;
	width: 33.3%;
}
.panel .layui-tab-brief>.layui-tab-title .layui-this {
	color: #3c1195;
}
 .layui-tab-brief>.layui-tab-more li.layui-this:after, .panel .layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #3c1195;
}
.panel .layui-tab .layui-tab-title li {
	font-size: 16px;
}

.single-blog {
	-webkit-transition: .6s;
	transition: .6s;
	margin-bottom: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
	border-radius: 0 0 15px 15px;
}
.single-blog .blog-content {
	padding: 25px;
}
.single-blog .blog-content .blog-author {
	margin-bottom: 15px;
}
.single-blog .blog-content .blog-author img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.single-blog .blog-content h3 {
	font-family: poppins, sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 1.5;
}
.single-blog .blog-content h3 a {
	color: #172b3b;
}


.single-blog p {
	margin-bottom: 15px;
	line-height: 1.8;
	color: #576671;
	font-weight: 400;
	font-family: karla, sans-serif;
	font-size: 16px;
}
.single-blog .blog-content .blog-box-footer {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 20px;
}
.single-blog .blog-content .blog-box-footer li {
	color: #3c1195;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	padding-right: 8px;
}
.widget-area .widget_plonk_posts_thumb {
	position: relative;
	overflow: hidden;
}
.widget-area .widget {
	margin-top: 35px;
}
.widget-area .widget .widget-title {
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	font-size: 22px;
}
.widget-area .widget .widget-title::before {
	content: '';
	position: absolute;
	background: #3c1195;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
}
.widget-area .widget_plonk_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px;
	height: auto;
}
.widget-area .widget_plonk_posts_thumb .item .info {
	overflow: hidden;
}
.widget-area .widget_plonk_posts_thumb .item .info .title {
	color: #172b3b;
	font-family: poppins, sans-serif;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 600;
}
.widget-area .widget_plonk_posts_thumb .item .info .title a {
	display: inline-block;
}

.widget-area .widget_plonk_posts_thumb .item .info span {
	display: block;
	color: #79798d;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}
.widget-area .widget_plonk_posts_thumb .item .info span i {
	color: #3c1195;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.single-blog .blog-content .blog-box-footer li i {
	 color: #3c1195;
	 position: absolute;
	 left: 7px;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 font-size: 16px;
 }
.widget-area .widget_plonk_posts_thumb .item .info .title a:hover, a:focus {
	color: #3c1195;
	text-decoration: none;
}
.single-blog:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}