/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #024ab7;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}

.wh1300 {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 121px;position: absolute;top:0;width: 100%;z-index: 999;padding: 0 5.3%;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 121px;
    width: 21.1%;
}
.logo img{width: 100%;}
.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
}
.topr{width: 76%;}


/*热门搜索*/
.sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/*搜索和热门搜索*/
.top2 #formsearch {
    width: 189px;position:absolute;top:100px;right: 0;display: none;
}
.ss{position: relative;}
.ss-btn{line-height: 121px;cursor: pointer;}
#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.top2 #formsearch input {
    height: 30px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 30px;
    outline: none;
}

.top2 #formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    color: #666;
}

.top2 #formsearch input#s_btn {
    width: 46px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}




/* 导航样式 */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 22px);
}

.x-menu>li {
    position: relative;
    width: 11.11%;
}

.x-menu>li>a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 121px;
    height: 121px;
    text-align: center;
}



.x-menu>li>a:hover {
   color: #024ab7;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 100px;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


@media(max-width: 1600px){
	.x-sub-menu{
	width: 120%;
    left: -9%;
	}

}

@media(max-width: 1280px){
    .ss{display: none;}
    .top2{padding: 0 3%;}
	.x-sub-menu{
		width: 130%;
    left: -14%;
	}
    .x-menu>li>a{font-size: 15px;}
}







.box1{overflow:hidden;padding:46px 0 65px;}
.bt{text-align:center;}
.bt h2{color:#000000;font-size:40px;}
.bt h3{color:#424242;font-size:15px;margin-top:18px;font-weight: normal;}
.box1 .cont{margin-top:40px;}

.slick-wrap{display:flex;justify-content:space-between;}

.slick-contanier {}
.slick-contanier .slick-slide { outline: none; }
.slick-contanier img { display: inline-block; width: 100%; }
.slick-contanier .slick-con{display: block; font-size: 0;padding:0 4px;position:relative;}
.slick-contanier .slick-con .img{
	display: inline-table;
}
.tab-con{width:69.73%;}
.tab-con .tab-main{height:0;overflow: hidden;position:relative;}
.tab-con .tab-main.active {height: auto;}
.tab-con .tab-main img{width:100%;margin:0 auto;}
.tab-con .tab-main .det{width:80%;position:absolute;left:10%;top:7%;}
.tab-con .tab-main h2{color:#000000;font-size:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height: 30px;line-height: 30px;}
.tab-con .tab-main h4{color:#221815;font-weight: normal; font-size:12px;margin-top:15px;font-family:"Arial";text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}


.pro{width:30.26%;background:#024ab7;padding:0 3%;}
.ptt{color:#fff;text-transform:uppercase;font-size:25px;padding-top:48px;}
.ptt p{font-family:"Arial";font-size:20px;margin-top:5px;}
.tab-li{margin-top:15px;font-size: 0; cursor: pointer;}
.tab-li li{line-height:59px;border-bottom:1px dashed rgba(255,255,255,.25);overflow:hidden;}
.tab-li li a{font-size:17px;color:#ffffff;display:block;width:100%;background: url(//cdn.myxypt.com/81911898/22/06/f3f94440ae780c7dacff03241b2acf2dae6e2c3f.png) no-repeat right center;transition:all 0.8s;}
.tab-li li:hover a, .tab-li li.active a{padding-left:13px;}




/*  */
.box2{background-color: #f7f7f7;padding: 64px 0 75px;overflow: hidden;}
.bt1{text-align: center;}
.bt1 dd{color: #000000;font-size: 40px;font-weight: bold;line-height: 1;}
.bt1 dt {color: #424242;font-size: 15px;margin-top: 17px;line-height: 1;}
.hz{margin-top:47px;position:relative;}
.mySwiper{overflow: hidden;}
.hz .swiper{width: 100%;}
.hz .swiper-slide {background-position: center;background-size: cover;width:605px;position:relative;}
.hz .swiper-slide img {display: block;width: 100%;}
.hz .swiper-slide h3{width:100%;background:#dcdcdc;line-height:58px;color:#333333;font-size:17px;text-align:center;z-index:999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight: normal;}
.hz .swiper-slide-active h3{color: #fff;background: #024ab7;}
.swiper-button-next2,.swiper-button-prev2{position: absolute;top:50%;margin-top: -27px;z-index: 999;}
.swiper-button-prev2{left: -50px;}
.swiper-button-next2{right: -50px;}

@media(max-width: 1650px){
	.swiper-button-prev2{left: 0px;}
	.swiper-button-next2{right:0px;}

}






/*  */
.box3{background: url(//cdn.myxypt.com/81911898/22/06/c708e849f13eea4178c49b3c80351c986559e4e4.jpg) no-repeat top center;background-size: cover;padding: 78px 0 81px;overflow: hidden;}
.bt1 .white{color: #fff;}
.tab-con2 { position: relative;width: 47.14%; }
.tab-con2 .tab-main2 { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con2 .tab-main2 { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con2 .tab-main2.active { position: static; opacity: 1; visibility: visible;  }
.hbox{margin-top: 67px;}
.hsort{width: 50.3%;}
.tab-con2 .tab-main2 .img img{width: 100%;}
.bj1{position: absolute;background: rgba(2,74,183,.76);padding:1.979vw 2.96875vw;bottom: 0;width: 100%;left: 0;bottom: 0;}
.bj1 a{display: block;color: #ffffff;font-size: 22px;font-weight: bold;line-height: 1;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.bj1 p{color: #ffffff;font-size: 16px;line-height: 30px;margin-top: 23px;}

.hsort li{width: 47.7%;background-color: #ffffff;cursor: pointer;margin-bottom: 19px;padding: 16px 2.083333vw;}
.hsort li:last-child,.hsort li:nth-child(7){margin-bottom: 0;}
.hsort li.active{background-color: #024ab7;}
.hsort li .img{width: 76px;height: 75px;background-color: #eeeeee;text-align: center;line-height: 75px;border-radius: 50%;}
.hsort li .img img{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.hsort li.active .img img{transform: scaleX(-1);}
.hsort li.active .img{background: #fff;}
.hcon{margin: 18px 0 0 2.1vw;}
.hcon h3{color: #000000;font-size: 17px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.hcon p{color: #555555;font-size: 15px;font-weight: bold;margin-top: 8px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.hsort li.active .hcon h3,.hsort li.active .hcon p{color: #fff;}



/*  */
.box4{margin: 72px 0 66px;overflow: hidden;}
.rsort{margin: 40px 0 37px;text-align: center;font-size: 0;}
.rsort li{display: inline-block;margin: 0 22px;width: 184px;color: #ffffff;height: 56px;background-color: #7d7d7d;font-size: 17px;line-height: 56px;cursor: pointer;}
.rsort li img{padding-right: 25px;}
.rsort li.active{background: #024ab7;}
.rbox{ position: relative; }
.rbox .mySwiper2 { position: absolute; left: 0; top: 0; z-index: 9; right: 0;overflow: hidden;}
.rbox .mySwiper2 { opacity: 0; visibility: hidden; transition: all .5s ease; }
.rbox .mySwiper2.active { position: static; opacity: 1; visibility: visible;  }
.rbox .lt,.rbox .rt{position: absolute;top:50%;margin-top: -27px;z-index: 9999;}
.rbox .lt{left: -57px;}
.rbox .rt{right: -57px;}
.rbox .mySwiper2 .swiper-slide img{width: 100%;}


/*  */
.layout61 {
	padding: 30px 0 39px ;
	margin-bottom: 3px;
	overflow: hidden;
	background: url(//cdn.myxypt.com/81911898/22/06/433bf72e6babe6b71cb35923791437e288eba47d.jpg) no-repeat top center;background-size: cover;
}
.layout61 .tit{margin-top: 71px;}
.layout61 .tit h2{color: #000000;font-size: 40px;}
.layout61 .tit h3{color: #333333;font-size: 22px;font-family: 'arial';margin-top: 28px;font-weight: normal;}
.pwz{font-size: 16px;line-height: 36px;color: #555555;padding: 4.166vw 0 3.6458vw;}

.kehu_left{width: 43.74%;}
.kehu_right{width: 49.33%;}
.layout61  dd:nth-child(1) {
	width: 100%;
	align-self: stretch;
}

@media(max-width: 1360px){
	.kehu_left,.kehu_right{width: 100%;float: none;}
	.layout61 .tit{margin: 30px 0;}
	._basis25 .index-partners .container2{margin: 0 auto;}
}




@media screen and (max-width:1024px) {
	.layout61>dt,.layout61>dl,.layout61 ._flex_m_block {
		display: block;
	}

	.layout61 ._m_t_100 {
		width: 100%;
	}

	.layout61 {
		margin: 40px auto 20px auto;
	}

	.layout61  dd:nth-child(1) {
		width: 100%;
	}
}

._w50 {
	width: 50%
}

._m_t_100 {
    float: left;
}

@keyframes rotate_anim {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

._basis25 .index-partners {
	color: #fff;
}

._basis25 .index-partners .wal {
	position: relative;
}

._basis25 .index-partners .content {
	font-size: 16px;
	line-height: 36px;
	position: relative;
	padding: 65px 0 30px 0;
	max-width: 50%;
}

._basis25 .index-partners .content:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
	width: 30px;
	height: 2px;
	background: #fff;
}

._basis25 .index-partners .content p {
	padding-bottom: 10px;
}

._basis25 .index-partners .container2 {
	width: 659px;
	height: 667px;
	position: relative;
	z-index: 10;
	top: auto;
	bottom: auto;
	margin-top: 32px;
}

._basis25 .index-partners .container2 .box {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
	width: 184px;
	height: 184px;
	margin-left: -92px;
	margin-top: -92px;
	background: url("http://static.rgbcms.com/static/block/img/13/6763/img1841.png") center no-repeat;
	background-size: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

._basis25 .index-partners .container2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: 100%;
}

._basis25 .index-partners .container2 .yuan-1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("//cdn.myxypt.com/81911898/22/06/f73c751059b083cbc03f51a1b668cbf661dc2beb.png") center no-repeat;
	background-size: 100%;
	animation: rotate_anim 10s infinite linear;
	-webkit-animation: rotate_anim 10s infinite linear;
}

._basis25 .index-partners .container2 .yuan-2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("//cdn.myxypt.com/81911898/22/06/bd9ec53eba55feb900925bc3a74313cd1f4bbd8c.png") center no-repeat;
	background-size: 100%;
	animation: rotate_anim 26s infinite linear;
	-webkit-animation: rotate_anim 26s infinite linear;
}

._basis25 .index-partners .container2 .yuan-3 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("//cdn.myxypt.com/81911898/22/06/2e3c0c45c8411966d11b1788681781668df454c4.png") center no-repeat;
	background-size: 100%;
	animation: rotate_anim_2 10s infinite linear;
	-webkit-animation: rotate_anim_2 10s infinite linear;
}

._basis25 .index-partners .btn {
	width: 450px;
	height: 450px;
	position: absolute;
	padding: 0;
	z-index: 10;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	margin-left: -225px;
	margin-top: -225px;
}

._basis25 .index-partners .btn:active{
	box-shadow: unset;
}
._basis25 .index-partners .btn li {
	width: 50%;
	height: 225px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

._basis25 .index-partners .btn li:before {
	content: "";
	display: block;
	position: absolute;
	width: 194px;
	height: 194px;
	background: #024ab7;
	transition: all 0.5s;
}

._basis25 .index-partners .btn li .name {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-top: 0;
}

._basis25 .index-partners .btn li:nth-child(1):before {
	border-top-left-radius: 208px;
	-webkit-border-top-left-radius: 208px;
	right: 2px;
	bottom: 2px;
}

._basis25 .index-partners .btn li:nth-child(1) .name {
	right: 70px;
	top: 121px;
}

._basis25 .index-partners .btn li:nth-child(1) .name div:nth-child(2) {
	position: relative;
	left: -10px;
}

._basis25 .index-partners .btn li:nth-child(2):before {
	border-top-right-radius: 208px;
	-webkit-border-top-right-radius: 208px;
	left: 2px;
	bottom: 2px;
}

._basis25 .index-partners .btn li:nth-child(2) .name {
	left: 70px;
	top: 121px;
}

._basis25 .index-partners .btn li:nth-child(2) .name div:nth-child(2) {
	position: relative;
	left: 1em;
}

._basis25 .index-partners .btn li:nth-child(3):before {
	border-bottom-left-radius: 208px;
	-webkit-border-bottom-left-radius: 208px;
	right: 2px;
	top: 2px;
}

._basis25 .index-partners .btn li:nth-child(3) .name {
	right: 45px;
	top: 75px;
}

._basis25 .index-partners .btn li:nth-child(3) .name div:nth-child(1) {
	position: relative;
	left: -1em;
}

._basis25 .index-partners .btn li:nth-child(4):before {
	border-bottom-right-radius: 208px;
	-webkit-border-bottom-right-radius: 208px;
	left: 2px;
	top: 2px;
}

._basis25 .index-partners .btn li:nth-child(4) .name {
	left: 75px;
	top: 75px;
	text-align: right;
}

._basis25 .index-partners .btn li.on:before {
	background: #e6a128;
	width: 208px;
	height: 208px;
}

._basis25 .index-partners .btn li.on .name {
	font-size: 25px;
	line-height: 42px;
}

._basis25 .index-partners .list li {
	position: absolute;
	z-index: 9;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	margin-left: 0;
	margin-top: 0;
	opacity: 0;
}

._basis25 .index-partners .list li a {
	display: block;
	width: 115px;
	height: 115px;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -55px;
	margin-top: -55px;
}

._basis25 .index-partners .list.show li {
	opacity: 1;
}

._basis25 .index-partners .list.show li:nth-child(1) {
	margin-top: -305px;
}

._basis25 .index-partners .list.show li:nth-child(2) {
	margin-left: 322px;margin-top: -46px;
}

._basis25 .index-partners .list.show li:nth-child(3) {
	margin-left: 216px;
	margin-top: 225px;
}

._basis25 .index-partners .list.show li:nth-child(4) {
	margin-left: -208px;
	margin-top: 225px;
}

._basis25 .index-partners .list.show li:nth-child(5) {
	margin-left: -318px;
	margin-top: -46px;
}

._basis25 .index-partners .list-1.show li:nth-child(1) {
	margin-top: -305px;
}

._basis25 .index-partners .list-1.show li:nth-child(2) {
	margin-left: 300px;
	margin-top: 55px;
}

._basis25 .index-partners .list-1.show li:nth-child(3) {
	margin-left: -63px;
	margin-top: 295px;
}

._basis25 .index-partners .list-1.show li:nth-child(4) {
	margin-left: -300px;
	margin-top: 65px;
}

._basis25 .index-partners .list-3.show li:nth-child(1) {
	margin-top: -285px;
	margin-left: 115px;
}

._basis25 .index-partners .list-3.show li:nth-child(2) {
	margin-left: 145px;
	margin-top: 270px;
}

._basis25 .index-partners .list-3.show li:nth-child(3) {
	margin-left: -288px;
	margin-top: -103px;
}

._basis25 .btn ul {
	display: flex;
	flex-wrap: wrap;
}

._basis25 .index-partners .list li a img {
	max-width: 100%;
	vertical-align: middle;
	line-height: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	position: relative;
	left: 50%
}

.kehu_left a{
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    width: 206px;
    height: 47px;
    background: #024ab7;
    justify-content: center;
}
.kehu_left a img{padding-left: 43px;}
.hezuo{margin-top: 53px;overflow: hidden;}
.hul .swiper-slide{width: 242px;margin-bottom: 10px;}
.hul .swiper-slide .img{border: solid 1px #eeeeee;}
.hul .swiper-slide .img img{width: 100%;}
.hul .swiper-slide:hover{box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);}


@media screen and (max-width:1024px) {
	._basis25 {
		width: 100%;
	}
	.hezuo{margin-top: 390px;}

	._basis25 .index-partners .container2 {
		width: 340px;
		height: 340px;
		position: relative;
		display: block;
	}

	._basis25 .index-partners .container2 .box {
		height: 120px;
		width: 120px;
		margin-left: -60px;
		margin-top: -60px;
	}

	._basis25 .index-partners .btn {
		height: 290px;
		width: 290px;
		margin-left: -145px;
		margin-top: -145px;
	}

	._basis25 .index-partners .btn li {
		height: 145px
	}

	._basis25 .index-partners .btn li:before {
		width: 140px;
		height: 140px;
	}

	._basis25 .index-partners .btn li.on .name {
		font-size: 20px;
		line-height: 30px;
	}

	._basis25 .index-partners .btn li.on:before {
		width: 140px;
		height: 140px;
	}

	._basis25 .index-partners .btn li:nth-child(2):before {
		border-top-right-radius: 140px;
		-webkit-border-top-right-radius: 140px;
	}

	._basis25 .index-partners .btn li:nth-child(1):before {
		border-top-left-radius: 140px;
		-webkit-border-top-left-radius: 140px;
	}

	._basis25 .index-partners .btn li:nth-child(3):before {
		border-bottom-left-radius: 140px;
		-webkit-border-bottom-left-radius: 140px;
	}

	._basis25 .index-partners .btn li:nth-child(4):before {
		border-bottom-right-radius: 140px;
		-webkit-border-bottom-right-radius: 140px;
	}

	._basis25 .index-partners .btn li .name {
		font-size: 16px;
		line-height: 36px
	}

	._basis25 .index-partners .btn li:nth-child(4) .name {
		left: 60px;
		top: 60px;
	}

	._basis25 .index-partners .btn li:nth-child(3) .name {
		right: 30px;
		top: 60px;
	}

	._basis25 .index-partners .btn li:nth-child(1) .name {
		right: 60px;
		top: 70px;
	}

	._basis25 .index-partners .btn li:nth-child(2) .name {
		left: 60px;
		top: 70px;
	}

	._basis25 .list-2 {
		width: 100%;
		display: block;
		position: relative;
		top: 400px;
	}

	._basis25 .list-2 ul {
		display: block;
		width: 100%;
	}

	._basis25 .index-partners .list li {
		float: left;
		background: #fff;
		width: 50%;
		height: 100px;
		position: unset
	}

	._basis25 .index-partners .list.show li:nth-child(1) {
		margin-top: 0px;
	}

	._basis25 .index-partners .list.show li:nth-child(2) {
		margin-left: 0px;margin-top: 0;
	}

	._basis25 .index-partners .list.show li:nth-child(3) {
		margin-left: 0px;
		margin-top: 0px;
	}

	._basis25 .index-partners .list.show li:nth-child(4) {
		margin-left: 0px;
		margin-top: 0px;
	}

	._basis25 .index-partners .list.show li:nth-child(5) {
		margin-left: 0px;
		margin-top: 0px;
	}

	._basis25 .index-partners .list li a {
		width: 100%;
		height: 100px;
		margin-left: 0px;
		margin-top: 0px;
	}
}





/*  */
.box6{background: url(//cdn.myxypt.com/81911898/22/06/13e16d0b372739da077e9a9d152ac5f7794cb273.jpg) no-repeat top center;background-size: cover;padding: 76px 0 44px;overflow: hidden;}
.aimg{padding: 0 32px 32px 0;background: url(//cdn.myxypt.com/81911898/22/06/6d7c4c7764120f7a452abbaaf69d3fdbcb32849e.png) no-repeat right bottom;width: 46.1%;    background-size: 95%;}
.aimg img{width: 100%;}
.aright{width: 49.3%;}
.acon{color: #ffffff;font-size: 16px;line-height: 32px;margin: 3.125vw 0 2.5vw;}
.acon p a{
	color:#fff;
}
.amore a{display: block;width: 181px;height: 45px;background-color: #024ab7;line-height: 45px;text-align: center;color: #ffffff;font-size: 15px;}
.abox h3{color: #ffffff;font-size: 100px;line-height: 1;font-weight: normal;}
.abt{margin-top: 20px;margin-left: 18px;}
.abt dd{letter-spacing: 2px;color: #ffffff;font-size: 32px;line-height: 1;font-weight: bold;}
.abt dt{letter-spacing: 2px;color: #ffffff;font-size: 30px;text-transform: uppercase;margin-top: 5px;}


/**/
 .gbox{overflow: hidden;position: relative;margin-top: 46px;padding-left: 301px;display: none;}
.zbox .wh{position: relative;}
.bt2 .wh{position: relative;}
.bt2{position: relative;width: 100%;}
.bt22{position: absolute;z-index: 999;top:20%;margin-top: 200px;width: calc(100% - 30px);}

.bt2 h3{color: #ffffff;font-size: 36px;}
.bt2 h3 span{color: #ffffff;opacity: 0.4;font-size: 26px;text-transform: uppercase;padding-left: 25px;font-weight: normal;}
.bt2 a{display: block;width: 143px;height: 49px;border-radius: 8px;border: solid 2px #ffffff;line-height: 45px;text-align: center;color: #fff;font-size: 18px;}


.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{background: none;}
.cgun{cursor: pointer;}
.mySwiper4 .swiper-slide{position: relative;opacity: 0!important;}
.mySwiper4 .swiper-slide-active{position: relative;opacity: 1!important;}

.mySwiper3  .swiper-slide{color: #ffffff;font-size: 14px;padding-top: 28px;background: url(//cdn.myxypt.com/81911898/22/06/0249c5ffbb9a1e375cfe38d20ac8d2a0b5f504d3.png) no-repeat 6px top ;}
.mySwiper4 .img{position: absolute;width: 244px;left: -301px;}
.mySwiper4 .img img{width: 100%;}
.swiper-container{overflow: unset;}
.cgun.swiper-slide-thumb-active{background:url(//cdn.myxypt.com/81911898/22/06/08fc162df11a6ff15f7661e76c42ee613a85d3e1.png) no-repeat 6px top;}
.cgun.swiper-slide-thumb-active span{color: #fff;}

.mySwiper3 {position: relative;overflow: hidden;}
.mySwiper3:after{background: #ffffff;width: 100%;content: '';height: 1px;position: absolute;top:9px;left: 13px;display: block;}
.fcon h3{color: #ffffff;font-size: 22px;padding: 24px 0 22px;}
.fcon p{color: #ffffff;font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.fcon{margin-bottom: 22px;}



/*  */
.box7{margin: 35px 0 73px;overflow: hidden;}
.rong{position: relative;} 
.rong .hd .prev,.rong .hd .next{position: absolute;top:50%;margin-top: -45px;}
.rong .hd .prev{left: -56px;}
.rong .hd .next{right: -56px;}
.rong .bd{overflow: hidden;}
.rong .bd li{width: 286px;margin: 0 10px;}
.rong .bd li img{width: 100%;}
.rong .bd li h3{font-weight: normal;color: #333333;font-size: 17px;padding-top: 18px;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.rong .bd li:hover h3{color: #024ab7;}




/*  */
.nbox{margin: 49px 0 30px;}
.xin{width: 31.4%;}
.nimg img{display: block;width: 100%;}
.nn{height: 38px;background-color: #eeeeee;padding: 0 25px 0 0;margin-bottom: 21px;}
.nn a{display: block;color: #999999;font-size: 16px;font-family: 'Arial';text-transform: uppercase;line-height: 38px;}
.nn h3{width: 53%;line-height: 38px;font-weight: normal;background: url(//cdn.myxypt.com/81911898/22/06/c1e4dcc10217643324a1c5f4cda4d32b1d38d978.png) no-repeat left center;color: #ffffff;font-size: 18px;background-size: 100% 100%;}
.ntt{background: url(//cdn.myxypt.com/81911898/22/06/74a84d487a01af86c947f50f1afe81cc3789c1cd.png) no-repeat 19px center;padding-left: 64px;}
.ntt2{background: url(//cdn.myxypt.com/81911898/22/06/cd5705702076a62ea39a2262f7063916e18f45cd.png) no-repeat 19px center;padding-left: 64px;}
.ntt3{background: url(//cdn.myxypt.com/81911898/22/06/a72b2193070376ca804968664e0edc26d81de9bf.png) no-repeat 19px center;padding-left: 64px;}
.nul li a{display: block;color: #999999;font-size: 16px;width: calc(100% - 120px);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nul li span{display: block;color: #999999;font-size: 14px;}
.nul li{border-bottom: dashed 1px #e5e5e5;line-height: 53px;}
.nul2 li{border-bottom: solid 1px #e5e5e5;margin-bottom: 15px;}
.nul2 li a{display: block;color: #999999;font-size: 16px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;padding-left: 45px;background: url(//cdn.myxypt.com/81911898/22/06/69d59f13dba1c1370eb76bf81b8ee27ccd240671.png) no-repeat left center;line-height: 25px;margin-bottom: 9px;}
.nul2 li p{color: #999999;font-size: 13px;line-height: 24px;padding-left: 45px;background: url(//cdn.myxypt.com/81911898/22/06/ec45f818378d4d7391e3d6d95d35c833ec47133c.png) no-repeat left top;margin-bottom: 13px;  display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.chang .bd{overflow: hidden;}

.nul li:hover a,.nul li:hover span,.nul2 li:hover a,.nn a:hover{color: #024ab7;}









@media(max-width: 1648px){
   .rbox .lt{left: 0;}
    .rbox .rt{right: 0;}
	.fcon h3{padding: 15px 0;}
	.acon{margin: 15px 0;}
}



@media(max-width: 1435px){
    .ptt{padding-top: 20px;}
    .tab-li li{line-height: 48px;}
	.acon{font-size: 15px;line-height: 26px;}
	.fcon p{font-size: 14px;}
}

@media(max-width: 1200px){
    .ptt{padding-top: 20px;}
    .tab-li li{line-height: 40px;}
    .tab-li li a{font-size: 15px;}
    .ptt p{font-size: 16px;margin-top: 0;}
    
    .bt h2,.bt1 dd,.layout61 .tit h2{font-size: 30px;}
	.layout61 .tit h3{font-size: 16px;margin-top: 15px;}
    .bj1 p{font-size: 15px;line-height: 26px;margin-top: 15px;}
    .bj1 a{font-size: 18px;}
	.pwz{padding: 0 0 20px;}
	.abox h3{font-size: 70px;}
	.abt dd{font-size: 26px;}
	.abt dt{font-size: 24px;}
	.abt{margin-top: 7px;}
	.ntt,.ntt2,.ntt3{padding-left: 45px;}
	.nn h3{font-size: 16px;}
	.nul2 li{margin-bottom: 7px;}
	.nul2 li p{margin-bottom: 8px;}
}

.x-banner{overflow: hidden;}

@media (max-width:1024px) {
  .tab-li{margin-top:3px;}
  .tab-li li{line-height:42px;}
  .tab-li li a{font-size:14px;}
  .hcon{margin-left: 10px;}
  .hsort li{padding: 16px 15px;}
  .acon{font-size: 14px;line-height: 24px;}
}



.hezuo .bd{overflow: hidden;}
@media (max-width: 768px) {
    .slick-wrap{flex-wrap: wrap;}
    .tab-con{width:100%;}
    .pro{width:100%;padding-bottom:22px;margin-top:15px;}
    .box1,.box2,.box3{padding: 30px 0;}
    .hz .swiper-slide{width: 460px;}
    .bt h2, .bt1 dd{font-size: 24px;}
    .hsort,.tab-con2{width: 100%;}
    .hbox{margin-top: 20px;}
    .hsort{margin-bottom: 10px;}
    .hsort li{padding: 16px 9px;}
    .hcon h3{font-size: 14px;}
    .hcon p{font-size: 12px;margin-top: 4px;}
    .hcon{margin-top: 9px;}
    .hsort li .img{width: 60px;height: 60px;line-height: 60px;}
    .hsort li{width: 24%;}
    .hsort li:last-child, .hsort li:nth-child(7){margin-bottom: 19px;}
    .box4{margin: 30px 0;}
	.hul li{width: 200px;}
	.box6{padding: 40px 0;}
	.aimg{margin-bottom: 20px;}
	.aimg,.aright{width: 100%;float: none;}
	.rong .bd li{width: 230px;}
	.xin{width: 100%;margin-bottom: 20px;}
	.nimg{width: 100%;}
	.box7{margin: 35px 0;}
	.rong .bd li{width: 160px;}
	.rong .bd li h3{font-size: 16px;padding-top: 10px;}
}



@media(max-width: 640px){
    .bt h3,.bt1 dt{font-size: 12px;line-height: 1.5;margin-top:5px;}
    .box1 .cont{margin-top: 20px;}
    .hz .swiper-slide{width: 300px;}
    .hz .swiper-slide-active h3{font-size: 14px;line-height: 40px;}
    .hz{margin-top: 20px;}
    .hsort li{width: 49%}
    .hsort li .img{width: 50px;height: 50px;line-height: 50px;}
    .hsort li .img img{width: 40%;}
    .bj1{position: relative;padding: 20px 15px;}
    .bj1 p{font-size: 12px;line-height: 20px;}
    .rsort{margin: 20px 0;}
    .rsort li{width: 120px;margin: 0 5px;height: 46px;line-height: 46px;font-size: 14px;}
    .rsort li img{padding-right: 10px;}
	.layout61 .tit {margin: 0 0 10px 0;}
	.layout61 .tit h2{font-size: 24px;}
	.layout61 .tit h3{font-size: 14px;margin-top: 10px;}
	.pwz{font-size: 14px;line-height: 24px;}
	.kehu_left a{width: 160px;}
	._basis25 .list-2{top: 366px;}
	.hul li{width: 140px;}
	.abox h3{font-size: 60px;}
	.abt dd{font-size: 18px;letter-spacing: 0;}
	.abt dt{font-size: 16px;letter-spacing: 0;}
	.abt{margin-top: 10px;margin-left: 8px;}
	.mySwiper4 .img{position: static;width: 100%;}
	.gbox{margin-top: 25px;padding-left: 0;}
	.nbox{margin: 30px 0 20px;}
	.nul li a{font-size: 14px;}
	.nul li span{font-size: 12px;}
	.nul2 li a{font-size: 14px;}
    
}
@media(max-width: 340px){
	._basis25 .index-partners .container2{width: 290px;height: 290px;}
	._basis25 .list-2{top:320px;}
}




/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #767676;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
	color: #024ab7;
	font-size: 20px;
	font-weight: bold;
}

.c-link dd{
    width:calc(100% - 77px);
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
   color: #767676;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}




/*  */
.foot{background: #21232a;color: #fff;padding-top: 72px;}
.ft2{color: #ffffff;font-size: 14px;line-height: 24px;border-top: 1px solid rgba(255,255,255,.2);padding: 20px 0;margin-top: 30px;}
.ft2 a{color: #fff;}
.dao li{
	width: 13%;
}
.dao li dd{color: #ffffff;opacity: 0.7;font-size: 18px;font-weight: bold;padding-bottom: 17px;margin-bottom: 15px;background: url(//cdn.myxypt.com/81911898/22/06/520d8e60dd3bec0665acf069eb4c1d95c97df1d4.png) no-repeat left bottom;}
.dao li a{display: block;color: #ffffff;opacity: 0.6;font-size: 14px;line-height: 34px;}
.dao{width: 67.6%;}
.er{margin-top: 25px;}
.dlx{color: #ffffff;opacity: 0.7;font-size: 16px;line-height: 36px;margin-top: 25px;}
.tlogo dd{color: #ffffff;opacity: 0.7;font-size: 26px;font-weight: bold;line-height: 1;}
.tlogo dt{color: #ffffff;opacity: 0.7;font-size: 16px;font-family: 'Arial';margin-top: 10px;}
.dao li a:hover{color: #024ab7;}
.er img{
	max-width:100%; height:auto !important;width:auto !important;
}

@media(max-width: 1360px){
	.bq,.topLink{float: none;width: 100%;text-align: center;}
}

@media(max-width: 1200px){
	.dao{width: 54%;}
}

@media(max-width: 768px){
	.dao{display: none;}
	.foot{padding-top: 30px;}
	.dlx{font-size: 14px;line-height: 24px;}
	.tlogo dd{font-size: 19px;}
	.tlogo dt{font-size: 12px;}
	.ft2{font-size: 12px;line-height: 20px;}
}



/*内页左侧样式*/


.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav > li {
    width: 18%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
    border: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
    color: #fff;
    background: #024ab7;
}

.xypg-left-con2 .xypg-left-nav>li .first-nav-btn{display: none;}
.page-wrap{padding-top: 3%;}
@media (min-width: 991px) {
     .page-wrap-left{display:none;}
    
}

@media (max-width: 768px) {
     .xypg-left-con2 .xypg-left-nav{display:none!important;}
     .xypg-right-content img{width:100%!important;height:auto!important;}
}

