

/*	百度地图	*/
.bdmap{ height: 1000px;}
.bdmap-list{}
.bdmap-list-item{}
.bdmap-list-item.cur{}
.bdmap-sync{}
.bdmap-sync-item{}
.bdmap-sync-item.act{}
.bdmap-info{ position: fixed; left: 0; top: 0; visibility: hidden; overflow: hidden; z-index: -9999;}
.bdmap-info-item{ width: 300px;}

/*	弹窗	*/
.pop-alert .pop-dialog{ width: 500px; height: 350px; background-color: #fff; z-index: 1;}

.pop-pop{ color: #666666;}
.pop-pop .pop-close{ right: 0; top: 0; width: auto; height: auto; background-color: transparent; color: #666666;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.pop-pop .pop-close:before{ content: '\e795'; position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.pop-pop .pop-dialog{ padding: 25px; width: 910px; border: 1px solid #E6E6E6; background-color: #fff; z-index: 1;}
.pop-pop .pop-head{ position: relative; padding-bottom: 25px; border-bottom: 1px solid #DFDFDF;}
.pop-pop .pop-head .h{ margin-right: 50px;}
.pop-pop .pop-cont{ padding-top: 15px;}
.pop-pop .scroll{ padding-right: 30px; height: 250px; overflow: hidden;}
.pop-pop .pp{ }
.pop-pop .pp + .pp{ margin-top: 20px;}
.pop-pop .mCSB_outside + .mCSB_scrollTools{ right: 0; width: 20px;}
.pop-pop .mCSB_scrollTools .mCSB_draggerRail{ background-color: #ddd;}
.pop-pop .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 20px; height: 20px; background: url(../image/png10.png) no-repeat;}
.pop-pop .mCSB_scrollTools .mCSB_dragger{ height: 20px;}

/*	视频	*/
.video{ min-width: 100%; min-height: 100%;}
.video-box{ position: relative; height: 600px;}
.video-box .vjs-big-play-button{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; cursor: pointer;}
.video-box .vjs-big-play-button:before{ content: '\e7a3'; position: absolute; left: 50%; top: 50%; width: 94px; border: 2px solid; border-radius: 999px; font-size: 60px; color: #fff; text-align: center;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ****************************************************** */

.mask{ position: absolute; left: 0; right: 0; top: 0; bottom: 0;}

.hive1{ position: absolute; left: 50%; top: 0; bottom: 0; width: 60%; border-top: 1px solid #FFD000; border-bottom: 1px solid #FFD000; border-radius: 2px; z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hive1:before,
.hive1:after{ content: ''; position: absolute; left: 0; right: 0; top: -1px; bottom: -1px; border-top: 1px solid #FFD000; border-bottom: 1px solid #FFD000; border-radius: 2px;}
.hive1:before{
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hive1:after{
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hive1,
.hive1:before,
.hive1:after{
	-webkit-transition-property: background, border;
	transition-property: background, border;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hive2{ position: absolute; left: 50%; top: 0; bottom: 0; padding: 3px 2px; width: 60%; background-clip: content-box; border-top: 1px solid #FFD000; border-bottom: 1px solid #FFD000;
	-webkit-transform: translateX(-50%) rotate(90deg) scale(0.6);
	-ms-transform: translateX(-50%) rotate(90deg) scale(0.6);
	transform: translateX(-50%) rotate(90deg) scale(0.6);
}
.hive2:before,
.hive2:after{ content: ''; position: absolute; left: 0; right: 0; top: -1px; bottom: -1px; padding: 3px 1px; background-clip: content-box; border-top: 1px solid #FFD000; border-bottom: 1px solid #FFD000;}
.hive2:before{
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hive2:after{
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hive2,
.hive2:before,
.hive2:after{
	-webkit-transition-property: background, border, transform;
	transition-property: background, border, transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hive3{ position: absolute; left: 50%; top: 0; bottom: 0; width: 60%; background-color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hive3:before,
.hive3:after{ content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; z-index: 1;}
.hive3:before{
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hive3:after{
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hive3,
.hive3:before,
.hive3:after{
	-webkit-transition-property: background, border;
	transition-property: background, border;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hive4{ position: relative; padding-bottom: 86.6%; overflow: hidden;}
.hive4 .box{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%) rotate(60deg) skewX(30deg);
	-ms-transform: translate(-50%, -50%) rotate(60deg) skewX(30deg);
	transform: translate(-50%, -50%) rotate(60deg) skewX(30deg);
	
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.hive4 .inner{ position: absolute; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: skewX(-30deg) rotate(-60deg);
	-ms-transform: skewX(-30deg) rotate(-60deg);
	transform: skewX(-30deg) rotate(-60deg);
}
.hive4 .img{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hive4 .img img{ display: block; width: 100%;}


.hive5{ position: absolute; left: 50%; top: 50%; width: 229px; height: 100%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hive5 .box{ position: absolute; left: 50%; top: 50%; width: 100%; padding-bottom: 86.6%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%) rotate(-30deg) skewX(30deg);
	-ms-transform: translate(-50%, -50%) rotate(-30deg) skewX(30deg);
	transform: translate(-50%, -50%) rotate(-30deg) skewX(30deg);
	
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.hive5 .inner{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;
	-webkit-transform: skewX(-30deg) rotate(30deg);
	-ms-transform: skewX(-30deg) rotate(30deg);
	transform: skewX(-30deg) rotate(30deg);
}

.hive6{ position: relative; padding-bottom: 115.18%;}
.hive6 .box{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%) rotate(-60deg) skewY(30deg);
	-ms-transform: translate(-50%, -50%) rotate(-60deg) skewY(30deg);
	transform: translate(-50%, -50%) rotate(-60deg) skewY(30deg);
	
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.hive6 .inner{ position: absolute; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate(60deg);
	-ms-transform: skewY(-30deg) rotate(60deg);
	transform: skewY(-30deg) rotate(60deg);
}
.hive6 .img{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hive6 .img img{ display: block; width: 100%;}

.hive7{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-left: 17px solid; border-right: 17px solid;}
.hive7:before,
.hive7:after{ content: ''; position: absolute; left: -17px; right: -17px; top: 0; bottom: 0; border-left: 17px solid; border-right: 17px solid; z-index: 1;}
.hive7:before{
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hive7:after{
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.center{ text-align: center;}

.t_tit{ color: #004E9D;}
.t_tit .h44{ line-height: 1.09; text-transform: uppercase; font-family: hnt;}
.t_tit .h44 .b{ color: #F5B300; font-family: hnb; font-weight: bold;}
.t_tit .h28{ font-weight: bold;}
.t_tit .p{ margin-top: 3px; color: #666666;}

.t_more{ display: block; width: 162px; background-color: #004e9d; border-radius: 999px; line-height: 2.8571; color: #fff; text-align: center;}
.t_more.y{ background-color: #f5b300;}
.t_more.blue{}

.l_more{ position: relative; display: inline-block; padding-left: 52px; color: #666666;}
.l_more:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -20%; width: 40px; height: 40px; background: url(../image/ico2.png) no-repeat;
	-webkit-animation: around 1s linear infinite;
	animation: around 1s linear infinite;
}

.t_bannar{ position: relative; height: 433px; background: center no-repeat;}
.t_bannar .img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center no-repeat;}
.t_bannar .h45{ position: absolute; left: 0; right: 0; top: 50%; color: #fff; text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.t_list1{}
.t_list1:after{ content: ''; display: table; clear: both;}
.t_list1 .list-item{ position: relative; float: left; width: 394px; height: 440px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);
	-webkit-transition: color .3s;
	transition: color .3s;
}
.t_list1 .list-item:before,
.t_list1 .list-item:after{ content: ''; position: absolute; background: no-repeat;}
.t_list1 .list-item:before{ right: 14px; bottom: 5px; width: 54px; height: 54px; background-image: url(../image/png42.png);}
.t_list1 .list-item:after{ left: 13px; top: 50%; margin-top: -20px; width: 17px; height: 80px; background-image: url(../image/png32.png);}
.t_list1 .list-item + .list-item{ margin-left: 24px;}
.t_list1 .img{ height: 232px; overflow: hidden;}
.t_list1 .cont{ padding: 30px 45px;}
.t_list1 .h18{ margin-bottom: 9px;}
.t_list1 .p{ color: #666666;}
.t_list1 .p + .p{ margin-top: 11px;}
.t_list1 .list-item:hover{ color: #004E9D;}

.t_list2{ margin: 0 -161px; overflow: hidden;}
.t_list2 .list-item{ float: left; width: calc( (100% - 34px) / 3 );}
.t_list2 .list-item + .list-item{ margin-left: 17px;}
.t_list2 .img{ height: 291px; overflow: hidden;}
.t_list2 .img img{ display: block; width: 100%;}
.t_list2 .cont{ position: relative; padding: 30px 60px 37px; border: 1px solid #E3E3E3; border-top: 0 none;}
.t_list2 .cont:before{ content: ''; position: absolute; left: 30px; top: -28px; width: 17px; height: 80px; background: url(../image/png32.png) no-repeat;}
.t_list2 .h20{ margin-bottom: 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.t_list2 .date{ color: #666666;}
.t_list2 a{
	-webkit-transition: color .3s;
	transition: color .3s;
}
.t_list2 a:hover{ color: #FFD000;}

.t_list3{ border-top: 1px solid #CDCDCD;}
.t_list3 .list-item{ padding: 60px 0 85px; border-bottom: 1px solid #CDCDCD; overflow: hidden;}
.t_list3 .list-item:nth-child(odd) .img{ float: left; margin-right: 80px;}
.t_list3 .list-item:nth-child(even) .img{ float: right; margin-left: 80px;}
.t_list3 .img{ width: 480px; height: 334px; overflow: hidden;}
.t_list3 .img img{ display: block; width: 100%;}
.t_list3 .cont{ position: relative; padding: 83px 95px 0 0; overflow: hidden;}
.t_list3 .cont:after{ content: ''; position: absolute; left: 0; bottom: 62px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.t_list3 .h18{ margin-bottom: 12px;}
.t_list3 .date{ position: absolute; left: 0; top: 15px;}
.t_list3 .date .h34{ line-height: 1;}
.t_list3 .date .y{ color: #666666;}
.t_list3 .p{ margin-bottom: 110px; color: #666666;}
.t_list3 a:hover{ color: #FFD000;}

.t_list4{}
.t_list4 .list-item{ height: 422px;}
.t_list4 .list-item + .list-item{ margin-top: 172px;}
.t_list4 .list-item:nth-child(odd) .img{ float: right; margin-left: -40px;}
.t_list4 .list-item:nth-child(even) .img{ float: left; margin-right: -40px;}
.t_list4 .img{ margin-top: -38px; width: 610px; height: 100%; overflow: hidden;}
.t_list4 .img img{ display: block; width: 100%;}
.t_list4 .cont{ position: relative; padding: 85px 115px 0 60px; width: 660px; height: 100%; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1); overflow: hidden;}
.t_list4 .cont:after{ content: ''; position: absolute; left: 60px; bottom: 128px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.t_list4 .h18{ margin-bottom: 20px;}
.t_list4 .p{ margin-bottom: 122px; min-height: 60px; color: #666666;}
.t_list4 a:hover{ color: #FFD000;}

.t_list5{ margin-left: -45px; overflow: hidden;}
.t_list5 .list-item{ float: left; margin-left: 45px; margin-bottom: 38px; width: 380px;}
.t_list5 .img{ height: 196px; overflow: hidden;}
.t_list5 .img img{ display: block; width: 100%;}
.t_list5 .h18{ padding: 10px; border: 1px solid #E8E8E8; border-top: 0 none; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.t_list5 a:hover{ color: #FFD000;}

.t_list6{ position: relative; margin: 0 1px; overflow: hidden;}
.t_list6 .list-item{ position: relative; float: left; width: 307px; height: 403px; background: center top no-repeat;}
.t_list6 .list-item.li1{ margin-top: 86px; background-image: url(../image/bg9.jpg);}
.t_list6 .list-item.li2{ background-image: url(../image/bg10.jpg);}
.t_list6 .list-item.li3{ margin-top: 80px; background-image: url(../image/bg11.jpg);}
.t_list6 .list-item.li4{ margin-top: 18px; background-image: url(../image/bg12.jpg);}
.t_list6 .cont{ position: absolute; left: 40px; right: 30px; bottom: 70px;}
.t_list6 .icon{ margin-bottom: 46px; width: 50px; height: 40px; overflow: hidden;}
.t_list6 .icon img{ display: block; width: 100%;}
.t_list6 .h24{ margin-bottom: 20px;}
.t_list6 .p{ word-break: break-all; text-align: justify; text-justify: inter-ideograph;}

.t_list7{ position: relative; height: 382px;}
.t_list7 .list-item{ position: relative; float: left; padding: 72px 38px; width: 291px; height: 100%; background-color: #fff; text-align: center;}
.t_list7 .list-item:after{ content: ''; position: absolute; right: 0; bottom: -33px; width: 74px; height: 104px; background: url(../image/png9.png) no-repeat; background-size: contain; display: none;}
.t_list7 .list-item + .list-item{ margin-left: 22px;}
.t_list7 .icon{ margin: 0 auto 42px; width: 50px; height: 40px; overflow: hidden;}
.t_list7 .icon img{ display: block; width: 100%;}
.t_list7 .h24{ margin-bottom: 55px;}
.t_list7 .p{ color: #666666; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.t_list7 .list-item:hover{ background-color: #004E9D; color: #fff;}
.t_list7 .list-item:hover:after{ display: block;}
.t_list7 .list-item:hover .p{ color: #fff;}

.t_list8{ position: relative; margin: 0 -11px;}
.t_list8:after{ content: ''; display: table; clear: both;}
.t_list8 .list-item{ position: relative; float: left; margin: 0 11px 16px; width: 604px; height: 107px; background-color: #F7F7F7;}
.t_list8 .p{ position: absolute; left: 85px; right: 45px; top: 50%; padding-right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.t_list8 .down{ position: absolute; right: 0; top: 50%; color: #004E9D; font-size: 1.5em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.t_list8 .down:before{ content: '\e61d';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.t_table{}
.t_table table{ width: 100%;}
.t_table tr{}
.t_table td{ height: 80px;}
.t_table .link{ position: relative; display: inline-block; padding-left: 15px;}
.t_table .link:before{ content: ''; position: absolute; left: 0; top: 0; width: 9px; height: 9px; border: 2px solid #d4af02; border-radius: 999px;}
.t_table .link:hover{ color: #d4af02;}
.t_table .date{ font-family: Arial;}
.t_table .date .s{ font-size: 20px;}
.t_table .down{ display: block; margin: auto; width: 40px; height: 40px; background: url(../image/png6.png) left no-repeat;}
.t_table .down:hover{ background-position: right;}

.home1{ position: relative; overflow: hidden;}
.home1:after{ content: ''; position: absolute; left: -999px; right: 50%; bottom: 0; margin-right: 220px; height: 100px; background-color: #00458b; z-index: 3;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
}
.home1 .slick-mod{}
.home1 .slick-item{ position: relative;}
.home1 .slick-item .img{ padding-bottom: 45.2%; background: center no-repeat; background-size: cover;}
.home1 .slick-item .cont{ position: absolute; left: 50%; top: 50%; padding-bottom: 42px; width: 1040px; color: #004E9D;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.home1 .slick-item .cont:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 7px; }
.home1 .slick-item .cont.qbjt:after{ background-color: #004E9D;}
.home1 .slick-item .h56{ margin-bottom: 10px; font-family: hnt; line-height: 1; text-transform: uppercase;}
.home1 .slick-item .h44{ font-family: hnb; line-height: 1; font-weight: bold; text-transform: uppercase;}
.home1 .slick-item .h30{}
.home1 .slick-ctrl{ position: absolute; right: 50%; bottom: 40px; margin-right: 386px; width: 342px; z-index: 4;}
.home1 .slick-ctrl .no{ float: left; width: 190px; border-bottom: 1px solid #0362C2; color: #fff;}
.home1 .slick-dots{ position: static; float: right;}
.home1 .slick-dot{ position: relative; margin: 0 2px; width: 16px; height: 16px; background-color: transparent;}
.home1 .slick-dot.slick-active,
.home1 .slick-dot.slick-active:hover{ background-color: transparent;}
.home1 .slick-dot.slick-active .hive2{
	-webkit-transform: translateX(-50%) rotate(90deg) scale(1);
	-ms-transform: translateX(-50%) rotate(90deg) scale(1);
	transform: translateX(-50%) rotate(90deg) scale(1);
}
.home1 .slick-dot.slick-active .hive2,
.home1 .slick-dot.slick-active .hive2:before,
.home1 .slick-dot.slick-active .hive2:after,
.home1 .slick-dot.slick-active:hover .hive2,
.home1 .slick-dot.slick-active:hover .hive2:before,
.home1 .slick-dot.slick-active:hover .hive2:after{ background-color: #FFD000;}

.home2{ position: relative; height: 812px; background: url(../image/bg110.jpg) center no-repeat; overflow: hidden;}
.home2 .unit{ float: left; padding: 0 15px; width: 50%;}
.home2 .unit1{ padding-top: 86px; color: #fff;}
.home2 .unit1 .t_tit{ margin-bottom: 25px; color: #fff;}
.home2 .unit1 .cont{ position: relative; margin-bottom: 28px; padding-right: 250px; padding-bottom: 80px; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.home2 .unit1 .cont:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.home2 .unit2{ padding-top: 163px;}
.home2 .unit2 .t_tit{ margin-bottom: 34px;}
.home2 .unit2 .t_tit .h44{ margin-bottom: 13px;}
.home2 .unit2 .ul{ position: relative; margin-bottom: 22px; padding-bottom: 118px;}
.home2 .unit2 .ul:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.home2 .unit2 .li{ position: relative;}
.home2 .unit2 .li:after{ content: ''; position: absolute; right: 100%; top: 40%; margin-right: 30px; width: 50px; height: 71px; background: url(../image/png9.png) no-repeat; background-size: contain; display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home2 .unit2 .li + .li{ margin-top: 40px;}
.home2 .unit2 .date{ font-family: Arial;}
.home2 .unit2 .date .h34{ margin-bottom: 3px; line-height: 1;}
.home2 .unit2 .date .p{ color: #333300;}
.home2 .unit2 .cont{ position: absolute; left: 100px; right: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home2 .unit2 .cont .h16{}
.home2 .unit2 .cont .d{ display: none;}
.home2 .unit2 .cont .p{ display: none; margin-top: 8px;}

.home3{ padding-top: 80px; height: 1065px; background: url(../image/bg2.jpg) center top no-repeat;}
.home3 .t_tit{ margin-bottom: 65px; text-align: center;}
.home3 .tab-term{ cursor: pointer;}
.home3 .tm1{}
.home3 .tb1{ margin-bottom: 22px; font-size: 16px; text-align: center;}
.home3 .tt1{ display: inline-block; margin: 0 5px; width: 130px; border: 1px solid #004E9D; border-radius: 999px; color: #004E9D; line-height: 2.125;
	-webkit-transition-property: background, color;
	transition-property: background, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.home3 .tt1:hover,
.home3 .tt1.cur{ background-color: #004E9D; color: #fff;}
.home3 .tc1{}
.home3 .ti1{ display: none;}
.home3 .ti1.act{ display: block;}
.home3 .tm2{}
.home3 .tb2{ position: relative; margin: 0 190px 53px; text-align: center;}
.home3 .tb2:before{ content: ''; position: absolute; top: 13px; left: 0; right: 0; border-bottom: 1px dotted #BEBEBE;}
.home3 .tt2{ position: relative; display: inline-block; margin: 0 -3px; padding: 0 18px; background-color: #f5f5f5; overflow: hidden;}
.home3 .tt2 .h{ font-size: 16px;}
.home3 .tt2 .dot{ position: relative; margin: 0 auto 5px; width: 26px; height: 26px;}
.home3 .tt2 .dot:before,
.home3 .tt2 .dot:after{ content: ''; position: absolute; top: 50%; width: 999px; border-bottom: 1px solid #BEBEBE;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home3 .tt2 .dot:before{ right: 50%; margin-right: 18px;}
.home3 .tt2 .dot:after{ left: 50%; margin-left: 18px;}
.home3 .tt2:first-child .dot:before{ border-bottom-style: dotted;}
.home3 .tt2:last-child .dot:after{ border-bottom-style: dotted;}
.home3 .tt2 .hive2{ padding: 6px 5px;
	-webkit-transform: translateX(-50%) rotate(90deg) scale(0.4);
	-ms-transform: translateX(-50%) rotate(90deg) scale(0.4);
	transform: translateX(-50%) rotate(90deg) scale(0.4);
}
.home3 .tt2 .hive2:before,
.home3 .tt2 .hive2:after{ padding: 6px 4px;}
.home3 .tt2.cur{ color: #004E9D;}
.home3 .tt2.cur .hive2{ border-color: #004E9D; background-color: #004E9D;
	-webkit-transform: translateX(-50%) rotate(90deg) scale(0.8);
	-ms-transform: translateX(-50%) rotate(90deg) scale(0.8);
	transform: translateX(-50%) rotate(90deg) scale(0.8);
}
.home3 .tt2.cur .hive2:before,
.home3 .tt2.cur .hive2:after{ background-color: #004E9D; border-color: #004E9D;}
.home3 .tc2{}
.home3 .ti2{ display: none;}
.home3 .ti2.act{ display: block;}
.home3 .ti2 .t_list1{ margin-bottom: 57px;}
.home3 .ti2 .t_more{ margin: auto;}

.home4{ padding-top: 88px; height: 729px; background: url(../image/bg3.jpg) center no-repeat;}
.home4 .t_tit{ position: relative; margin-bottom: 58px; text-align: center;}
.home4 .t_tit:after{content: ''; position: absolute; left: 50%; top: 100%; margin-top: 50px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home4 .list{ position: relative; margin-left: 152px; height: 386px;}
.home4 .list:after{content: ''; position: absolute; right: 5px; bottom: 25px; width: 151px; height: 136px; background: url(../image/png81.png) no-repeat;}
.home4 .list .cont{ position: absolute; left: 0; right: 0; top: 50%; text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home4 .list .icon{ margin: 0 auto 15px; width: 43px; height: 30px; overflow: hidden;}
.home4 .list .icon img{ display: block; width: 100%;}
.home4 .list .h{ font-size: 16px; font-weight: bold;}
.home4 .list .icon + .h{ font-size: 16px; font-weight: normal;}
.home4 .list-item{ position: absolute; width: 167px; height: 149px; background: url(../image/png71.png) center no-repeat;}
.home4 .list-item.li1{ left: 0; top: 0; width: 331px; height: 295px; background-image: url(../image/png51.png); color: #fff;}
.home4 .list-item.li1 .icon{ width: 60px; height: 42px;}
.home4 .list-item.li1 .h{ font-size: 22px;}
.home4 .list-item.li2{ left: 340px; top: 152px; background-image: url(../image/png61.png); color: #fff;}
.home4 .list-item.li3{ left: 478px; top: 82px; background-image: url(../image/png61.png); color: #fff;}
.home4 .list-item.li4{ left: 478px; top: 236px;}
.home4 .list-item.li5{ left: 612px; top: 5px;}
.home4 .list-item.li6{ left: 612px; top: 160px;}
.home4 .list-item.li7{ left: 748px; top: 80px;}
.home4 .list-item.li8{ left: 748px; top: 236px; background-image: url(../image/png61.png); color: #fff;}
.home4 .list-item:hover{
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

.company1{ position: relative; height: 818px; background: url(../image/bg5.jpg) center no-repeat; overflow: hidden;}
.company1 .img{ position: absolute; left: 50%; top: 0; margin-left: -233px; width: 1193px; height: 750px; background: center no-repeat; background-size: cover; overflow: hidden;}
.company1 .box{ position: absolute; top: 50%; left: 0; padding: 64px 78px 72px; width: 860px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.company1 .t_tit{ margin-bottom: 20px;}
.company1 .cont{ position: relative; margin-bottom: 20px; padding-bottom: 128px; color: #666666;}
.company1 .cont:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.company1 .cont .p{ word-break: break-all; text-align: justify; text-justify: inter-ideograph;}

.company2{ padding-top: 88px; height: 858px; background: url(../image/bg6.jpg) center no-repeat;}
.company2 .t_tit{ margin-bottom: 50px; text-align: center;}
.company2 .t_tit .h44{ margin-bottom: 15px;}
.company2 .t_list2{ margin-bottom: 85px;}
.company2 .t_more{ margin: auto;}

.company3{ padding-top: 120px; height: 943px; background: url(../image/bg7.jpg) center no-repeat;}
.company3 .t_tit{ margin-bottom: 54px; text-align: center;}
.company3 .t_tit .h44{ margin-bottom: 15px;}
.company3 .t_list2{ margin: 0 0 70px;}
.company3 .t_list2 .list-item{ width: 605px;}
.company3 .t_list2 .list-item + .list-item{ margin-left: 20px;}
.company3 .t_more{ margin: auto;}

.company4{ position: relative; height: 634px;}
.company4 .map{ position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
.company4 .bdmap{ height: 100%;}
.company4 .box{ position: absolute; right: 50%; top: -60px; bottom: 0; margin-right: 32px; padding: 118px 48px; width: 583px; background-color: #004E9D; color: #fff;}
.company4 .box:after{ content: ''; position: absolute; bottom: -40px; right: -5px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat;}
.company4 .t_tit{ margin-bottom: 82px; color: #fff;}
.company4 .ul{}
.company4 .li{ font-size: 18px;}
.company4 .li + .li{ margin-top: 38px;}
.company4 .li .icon{ margin-right: 18px;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.news1{ position: relative; background: url(../image/bg20.jpg) center no-repeat;}
.news1 .slick-mod{}
.news1 .slick-item{ position: relative; height: 775px; overflow: hidden;}
.news1 .img{ position: absolute; overflow: hidden;}
.news1 .img img{ display: block; width: 100%;}
.news1 .img.i1{ top: 55px; right: 50%; margin-right: -254px; width: 1061px; height: 607px;}
.news1 .img.i2{ left: 50%; top: 0; margin-left: 813px; width: 147px; height: 541px;}
.news1 .img.i3{ left: 50%; bottom: 0; margin-left: 554px; width: 259px; height: 237px;}
.news1 .cont{ position: absolute; top: 229px; left: 50%; margin-left: -130px; padding: 55px 45px; width: 684px; height: 434px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);}
.news1 .h28{ margin-bottom: 8px; line-height: 1.2857; color: #004E9D;}
.news1 .date{ margin-bottom: 31px; color: #666666;}
.news1 .p{ position: relative; margin-bottom: 116px; min-height: 1px; color: #666666;}
.news1 .p:after{ content: ''; position: absolute; left: 0; top: 100%; margin-top: 32px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.news1 .t_more{}
.news1 .slick-ctrl{ position: absolute; bottom: 69px; right: 50%; margin-right: 130px; width: 106px; height: 44px; background-color: #004E9D;}
.news1 .slick-ctrl:before{ content: ''; position: absolute; left: 50%; top: 50%; height: 15px; border-left: 1px solid #FFBF00;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.news1 .slick-arrow{ margin-top: 2px;}
.news1 .slick-arrow:before{ font-size: 16px; color: #FFBF00;}
.news1 .slick-prev{ left: auto; right: 50%; margin-right: 18px;}
.news1 .slick-prev:before{ content: '\e73c';}
.news1 .slick-next{ right: auto; left: 50%; margin-left: 18px;}
.news1 .slick-next:before{ content: '\e73d';}
.news1 a:hover{ color: #FFD000;}

.news2{ position: relative; padding-bottom: 178px; background-color: #F8F8F8;}
.news2:after{ content: ''; position: absolute; right: 50%; bottom: -33px; margin-right: 488px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat;}
.news2 .t_list3{ margin-bottom: 100px;}

.activity_topic1{ position: relative; padding: 85px 0 250px; background: #f2f2f2 url(../image/bg21.jpg) center top no-repeat;}
.activity_topic1:after{ content: ''; position: absolute; right: 50%; bottom: -33px; margin-right: 488px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat;}
.activity_topic1 .h34{ margin-bottom: 135px; text-align: center;}
.activity_topic1 .t_list4{ margin-bottom: 165px;}

.activity_list1{ position: relative; padding: 115px 0 165px; background: #f2f2f2 url(../image/bg22.jpg) center top no-repeat;}
.activity_list1:after{ content: ''; position: absolute; right: 50%; bottom: -33px; margin-right: 488px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat;}
.activity_list1 .t_list3{ margin-bottom: 80px;}

.products1{ position: relative; padding-top: 120px; height: 400px; background: center no-repeat; text-align: center;}
.products1 .img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center no-repeat;}
.products1 .t_tit{ margin-bottom: 50px; color: #fff;}
.products1 .t_tit .h44{ margin-bottom: 15px;}
.products1 .tab{ display: inline-block; overflow: hidden;}
.products1 .link{ float: left; margin: 0 40px; width: 162px; border: 1px solid #FFBF00; border-radius: 999px; font-size: 18px; line-height: 38px; color: #fff;}
.products1 .link:hover,
.products1 .link.cur{ background-color: #FFBF00; color: #333;}

.products2{ background: url(../image/bg8.jpg) center 76px no-repeat; overflow: hidden;}
.products2 .tab-bar{ position: relative;}
.products2 .tab-bar:before{ content: ''; position: absolute; left: -999px; right: -999px; top: 0; bottom: 0; background-color: #F1F1F1;}
.products2 .tab-bar:after{ content: ''; display: table; clear: both;}
.products2 .tab-term{ position: relative; float: left; width: 20%; font-size: 16px; line-height: 4.75; text-align: center; cursor: pointer;}
.products2 .tab-term + .tab-term:before{ content: ''; position: absolute; left: 0; top: 50%; height: 10px; border-left: 1px solid #979797;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.products2 .tab-term:hover,
.products2 .tab-term.cur{ background-color: #004E9D; color: #fff;}
.products2 .tab-term:hover:after,
.products2 .tab-term.cur:after{ content: ''; position: absolute; left: 10px; bottom: -20px; width: 50px; height: 72px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.products2 .tab-cont{ padding: 85px 0 185px;}
.products2 .tab-item{ display: none;}
.products2 .tab-item.act{ display: block;}
.products2 .t_list5{ margin-bottom: 62px;}

.service_area0{ position: relative; padding-top: 90px; background: url(../image/bg25.jpg) center no-repeat; text-align: center; z-index: 1;}
.service_area0 .t_tit{ margin-bottom: 66px;}
.service_area0 .t_tit .h44{ margin-bottom: 15px;}
.service_area0 .t_tit .h34{ color: #333333; font-weight: bold;}
.service_area0 .anchor{ position: relative; padding-bottom: 64px;}
.service_area0 .anchor:after{ content: ''; position: absolute; right: 0; bottom: -68px; width: 105px; height: 148px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.service_area0 .anchor-item{ position: relative; display: inline-block; padding-bottom: 30px; width: 150px; line-height: 24px;}
.service_area0 .anchor-item:after{ content: '\e73b'; position: absolute; left: 50%; bottom: 0; color: #FFBF00;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_area0 .anchor-item.cur{ font-size: 16px; color: #004E9D;}

.service_area1{ position: relative; padding-top: 80px; height: 938px; background: url(../image/bg13.jpg) center bottom no-repeat; color: #fff;}
.service_area1 .bg{ position: absolute; left: 0; right: 0; top: 0; height: 470px; background: center no-repeat;}
.service_area1 .h28{ margin-bottom: 126px; text-align: center; font-weight: bold;}
.service_area1 .t_list6{ margin-bottom: 23px; padding-bottom: 80px;}
.service_area1 .t_list6:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_area1 .t_more{ margin: auto;}

.service_area3{ padding: 78px 0 75px; background: url(../image/bg14.jpg) center no-repeat;}
.service_area3 .h28{ margin-bottom: 52px; text-align: center;}
.service_area3 .t_list7{ margin-bottom: 140px;}
.service_area3 .t_list7:after{ content: ''; position: absolute; left: 50%; top: 100%; margin-top: 57px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_area3 .t_more{ margin: auto;}

.service_area4{ padding: 108px 0 100px; background: url(../image/bg15.jpg) center no-repeat; overflow: hidden;}
.service_area4 .h28{ margin-bottom: 50px; text-align: center;}
.service_area4 .t_list8{ margin-bottom: 114px;}
.service_area4 .t_list8:before{ content: ''; position: absolute; left: 50%; top: 100%; margin-top: 28px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_area4 .t_more{ margin: auto;}

.service_area5{ height: 812px; background: url(../image/bg16.jpg) center no-repeat;}
.service_area5 .tit{ margin: 0 130px 68px; padding-top: 84px; text-align: center;}
.service_area5 .tit .h28{ margin-bottom: 38px;}
.service_area5 .tit .p{ color: #666666;}
.service_area5 .tab-mod{}
.service_area5 .tab-bar{ position: relative; margin: 0 190px 53px; text-align: center;}
.service_area5 .tab-bar:before{ content: ''; position: absolute; top: 13px; left: 0; right: 0; border-bottom: 1px dotted #BEBEBE;}
.service_area5 .tab-term{ position: relative; display: inline-block; margin: 0 -3px; width: 150px; background-color: #f5f5f5; vertical-align: top; cursor: pointer; overflow: hidden;}
.service_area5 .tab-term .dot{ position: relative; margin: 0 auto 5px; width: 26px; height: 26px;}
.service_area5 .tab-term .dot:before,
.service_area5 .tab-term .dot:after{ content: ''; position: absolute; top: 50%; width: 999px; border-bottom: 1px solid #BEBEBE;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service_area5 .tab-term .dot:before{ right: 50%; margin-right: 18px;}
.service_area5 .tab-term .dot:after{ left: 50%; margin-left: 18px;}
.service_area5 .tab-term:first-child .dot:before{ border-bottom-style: dotted;}
.service_area5 .tab-term:last-child .dot:after{ border-bottom-style: dotted;}
.service_area5 .tab-term .hive2{ padding: 6px 5px;
	-webkit-transform: translateX(-50%) rotate(90deg) scale(0.4);
	-ms-transform: translateX(-50%) rotate(90deg) scale(0.4);
	transform: translateX(-50%) rotate(90deg) scale(0.4);
}
.service_area5 .tab-term .hive2:before,
.service_area5 .tab-term .hive2:after{ padding: 6px 4px;}
.service_area5 .tab-term:hover,
.service_area5 .tab-term.cur{ color: #004E9D;}
.service_area5 .tab-term:hover .hive2,
.service_area5 .tab-term.cur .hive2{ border-color: #004E9D; background-color: #004E9D;
	-webkit-transform: translateX(-50%) rotate(90deg) scale(0.8);
	-ms-transform: translateX(-50%) rotate(90deg) scale(0.8);
	transform: translateX(-50%) rotate(90deg) scale(0.8);
}
.service_area5 .tab-term:hover .hive2:before,
.service_area5 .tab-term.cur .hive2:before,
.service_area5 .tab-term:hover .hive2:after,
.service_area5 .tab-term.cur .hive2:after{ background-color: #004E9D; border-color: #004E9D;}
.service_area5 .tab-cont{}
.service_area5 .tab-item{ display: none;}
.service_area5 .tab-item.act{ display: block;}
.service_area5 .tab-item .ul{ position: relative; margin-bottom: 143px; text-align: center;}
.service_area5 .tab-item .ul:after{ content: ''; position: absolute; left: 50%; top: 100%; margin-top: 60px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service_area5 .tab-item .li{ display: inline-block; width: 240px;}
.service_area5 .tab-item .t_more{ margin: auto;}
.service_area5 .tab-item .hive{ position: relative; margin: 0 auto 25px; width: 87px; height: 87px;}
.service_area5 .tab-item .icon{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; z-index: 2; overflow: hidden;}
.service_area5 .tab-item .icon img{ display: block; width: 100%;}
.service_area5 .tab-item .p{}
.service_area5 .tab-item .li:hover .icon{
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

.service_area6{ position: relative; height: 667px;}
.service_area6 .tit{ position: absolute; top: 190px; left: 0; width: 340px; z-index: 1;}
.service_area6 .tit .h28{ margin-bottom: 30px;}
.service_area6 .tit .p{ position: relative; margin-bottom: 144px; color: #666666;}
.service_area6 .tit .p:after{ content: ''; position: absolute; left: 0; top: 100%; margin-top: 60px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;}
.service_area6 .ul{ position: absolute; top: 157px; bottom: 0; left: 0; right: 0;}
.service_area6 .ul:after{ content: ''; position: absolute; left: 0; bottom: -28px; width: 104px; height: 147px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.service_area6 .li{ position: absolute;}
.service_area6 .li.l1{ top: 40px; right: 447px; width: 140px;}
.service_area6 .li.l2{ top: 170px; right: 432px; width: 224px;}
.service_area6 .li.l3{ top: 0; right: 70px; width: 395px;}
.service_area6 .li.l4{ top: 174px; right: 660px; width: 84px; height: 84px;}
.service_area6 .li.l4 .hive3:before,
.service_area6 .li.l4 .hive3:after{ top: -1px; bottom: -1px;}
.service_area6 .li.l4 .hive3,
.service_area6 .li.l4 .hive3:before,
.service_area6 .li.l4 .hive3:after{ border-top: 1px solid #004E9D; border-bottom: 1px solid #004E9D;}
.service_area6 .li.l5{ top: 267px; right: 0; width: 122px; height: 122px;}
.service_area6 .li.l5 .hive3,
.service_area6 .li.l5 .hive3:before,
.service_area6 .li.l5 .hive3:after{ background-color: #004E9D;}
.service_area6 .hive3{ width: 57%;}

.products_detail1{ position: relative; margin-bottom: 88px; padding: 128px 0 74px; background: url(../image/bg23.jpg) center no-repeat; overflow: hidden;}
.products_detail1 .img{ position: absolute; left: 0; right: 50%; top: 0; bottom: 92px; margin-right: -116px; background: center no-repeat; background-size: cover;}
.products_detail1 .box{ position: relative; margin-left: 497px; padding: 64px 70px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);}
.products_detail1 .box:after{ content: ''; position: absolute; right: -83px; bottom: -36px; width: 130px; height: 183px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.products_detail1 .ul{}
.products_detail1 .li{ min-height: 64px; color: #666666; overflow: hidden;}
.products_detail1 .li + .li{ margin-top: 15px;}
.products_detail1 .h28{ margin-bottom: 58px;}
.products_detail1 .xlabel{ float: left; margin-right: 20px;}
.products_detail1 .xdetail{ overflow: hidden;}
.products_detail1 .xbtn{ position: absolute; left: 0; top: 100%; margin-top: -18px; width: 390px; background-color: #004E9D; font-size: 16px; line-height: 92px; text-align: center; color: #fff;}
.products_detail1 .xbtn .pop{ position: absolute; left: 0; right: 0; bottom: 100%; margin: auto; margin-bottom: -16px; padding: 16px 19px; width: 158px; height: 152px; background-color: #fff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13); visibility: hidden;}
.products_detail1 .xbtn .pop img{ display: block; width: 100%;}
.products_detail1 .xbtn.cur .pop{ visibility: visible;}

.products_detail2{ padding-bottom: 85px; overflow: hidden;}
.products_detail2 .tab-bar{ position: relative;}
.products_detail2 .tab-bar:before{ content: ''; position: absolute; left: -999px; right: -999px; top: 0; bottom: 0; background-color: #F1F1F1;}
.products_detail2 .tab-bar:after{ content: ''; display: table; clear: both;}
.products_detail2 .tab-term{ position: relative; float: left; width: 214px; border-bottom: 2px solid transparent; font-size: 18px; color: #666666; line-height: 74px; text-align: center; cursor: pointer;}
.products_detail2 .tab-term + .tab-term{ margin-left: 105px;}
.products_detail2 .tab-term.cur{ color: #004E9D; border-bottom-color: #004E9D;}
.products_detail2 .tab-item{ padding: 65px 0; display: none;}
.products_detail2 .tab-item.act{ display: block;}
.products_detail2 .tab-item table{ max-width: 100%;}
.products_detail2 .tab-item .h{ margin-bottom: 21px;}
.products_detail2 .tab-item .p{ color: #666666;}
.products_detail2 .tab-item .p + .p{ margin-top: 21px;}
.products_detail2 .tab-item img{ max-width: 100%;}

.products_detail3{ padding-top: 80px; height: 668px; background: url(../image/bg17.jpg) center no-repeat;}
.products_detail3 .tit{ margin-bottom: 96px; text-align: center;}
.products_detail3 .tit .h28{ margin-bottom: 34px;}
.products_detail3 .tit .p{ margin: 0 415px; color: #666666;}
.products_detail3 .ul{ overflow: hidden;}
.products_detail3 .li{ position: relative; float: left; width: 394px; text-align: center; color: #fff;}
.products_detail3 .li + .li{ margin-left: 24px;}
.products_detail3 .img{ position: relative; height: 228px; overflow: hidden;}
.products_detail3 .img img{ display: block; width: 100%;}
.products_detail3 .cont{ position: absolute; left: 0; right: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.products_detail3 .icon{ margin: 0 auto 20px; width: 40px; height: 40px; overflow: hidden;}
.products_detail3 .icon img{ display: block; width: 100%;}
.products_detail3 .h18{}
.products_detail3 .li:hover .icon{
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

.products_detail4{ padding-top: 100px; background: url(../image/bg24.jpg) center no-repeat;}
.products_detail4 .h28{ margin-bottom: 50px; text-align: center;}
.products_detail4 .box{ padding-bottom: 110px;}
.products_detail4 .box:before{ content: ''; position: absolute; left: 0; bottom: -46px; width: 132px; height: 186px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.products_detail4 .inner{ overflow: hidden;}

.service_pledge1{ position: relative; padding-top: 100px; height: 925px; color: #fff;}
.service_pledge1 .t_tit{ margin-bottom: 98px; text-align: center; color: #fff;}
.service_pledge1 .t_tit .h44{ margin-bottom: 15px;}
.service_pledge1 .bg{ position: absolute; left: 0; right: 0; top: 0; height: 470px; background: center no-repeat;}

.service_pledge2{ position: relative; margin-bottom: -20px; background: url(../image/bg26.jpg) center bottom no-repeat;}
.service_pledge2 .h28{ position: absolute; left: 50%; top: 134px; margin-left: -85px; padding: 72px 0 56px 170px; width: 500px; background-color: #004E9D; color: #fff; font-weight: bold; z-index: 3;}
.service_pledge2 .slick-mod{}
.service_pledge2 .slick-item{ position: relative; display: block !important; margin-bottom: 20px; height: 900px;}
.service_pledge2 .slick-item .img{ position: absolute; top: 0; left: 0; right: 50%; margin-right: 85px; height: 741px; background: center no-repeat; background-size: cover;}
.service_pledge2 .slick-item .cont{ position: absolute; left: 50%; bottom: 0; margin-left: -200px; padding: 120px 158px 0 90px; width: 815px; height: 596px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);}
.service_pledge2 .slick-item .h24{ margin-bottom: 74px;}
.service_pledge2 .slick-item .p{ color: #666666;}
.service_pledge2 .slick-item .p + .p{ margin-top: 21px;}
.service_pledge2 .slick-item .scroll{ height: 235px; overflow: hidden;}
.service_pledge2 .slick-ctrl{ position: absolute; right: 50%; bottom: 77px; margin-right: 200px; width: 198px; height: 83px; background-color: #004E9D;}
.service_pledge2 .slick-ctrl:before{ content: ''; position: absolute; left: 50%; top: 50%; height: 15px; border-left: 1px solid #FFBF00;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service_pledge2 .slick-arrow{ margin-top: 2px;}
.service_pledge2 .slick-arrow:before{ font-size: 16px; color: #FFBF00;}
.service_pledge2 .slick-prev{ left: auto; right: 50%; margin-right: 18px;}
.service_pledge2 .slick-prev:before{ content: '\e73c';}
.service_pledge2 .slick-next{ right: auto; left: 50%; margin-left: 18px;}
.service_pledge2 .slick-next:before{ content: '\e73d';}
.service_pledge2 .mCSB_outside + .mCSB_scrollTools{ right: -92px; width: 20px;}
.service_pledge2 .mCSB_scrollTools .mCSB_draggerRail{ background-color: #ddd;}
.service_pledge2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 20px; height: 20px; background: url(../image/png10.png) no-repeat;}
.service_pledge2 .mCSB_scrollTools .mCSB_dragger{ height: 20px;}

.service_pledge3{ padding: 105px 0 122px;}
.service_pledge3 .h28{ margin-bottom: 80px; font-weight: bold; text-align: center;}
.service_pledge3 .ul{}
.service_pledge3 .li{ overflow: hidden;}
.service_pledge3 .li:nth-child(odd) .img{ float: right; margin-left: 70px;}
.service_pledge3 .li:nth-child(even) .img{ float: left; margin-right: 70px;}
.service_pledge3 .img{ width: 615px; height: 312px; overflow: hidden;}
.service_pledge3 .img img{ display: block; width: 100%;}
.service_pledge3 .cont{ padding-top: 50px; overflow: hidden;}
.service_pledge3 .cont .h24{ margin-bottom: 34px;}
.service_pledge3 .cont .p{ color: #666666;}
.service_pledge3 .cont .p + .p{ margin-top: 20px;}

.service_pledge4{ padding: 112px 0 140px; background: url(../image/bg27.jpg) center no-repeat;}
.service_pledge4 .img{ float: left; width: 678px; height: 489px; overflow: hidden;}
.service_pledge4 .img img{ display: block; width: 100%;}
.service_pledge4 .cont{ padding: 26px 60px 0 60px; overflow: hidden;}
.service_pledge4 .cont .h28{ margin-bottom: 30px; font-weight: bold;}
.service_pledge4 .cont .p{ color: #666666;}
.service_pledge4 .cont .p + .p{ margin-top: 21px;}
.service_pledge4 .scroll{ height: 380px; overflow: hidden;}
.service_pledge4 .mCSB_outside + .mCSB_scrollTools{ right: -40px; width: 20px;}
.service_pledge4 .mCSB_scrollTools .mCSB_draggerRail{ background-color: #ddd;}
.service_pledge4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 20px; height: 20px; background: url(../image/png10.png) no-repeat;}
.service_pledge4 .mCSB_scrollTools .mCSB_dragger{ height: 20px;}

.service_pledge5{ padding-top: 114px;}
.service_pledge5 .h28{ margin-bottom: 72px; text-align: center; font-weight: bold;}
.service_pledge5 .ul{ overflow: hidden;}
.service_pledge5 .li{ float: left; width: 380px; color: #666666;}
.service_pledge5 .li + .li{ margin-left: 45px;}
.service_pledge5 .h46{ margin-bottom: 10px; font-family: Arial; line-height: 1;}
.service_pledge5 .h{ margin-bottom: 4px;}
.service_pledge5 .l{ position: relative; padding-left: 8px;}
.service_pledge5 .l:before{ content: '·'; position: absolute; left: 0;}
.service_pledge5 .p{ margin-top: 35px;}
.service_pledge5 .box{ position: relative; padding-bottom: 192px;}
.service_pledge5 .box:after{ content: ''; position: absolute; left: 0; bottom: -42px; width: 116px; height: 164px; background: url(../image/png9.png) no-repeat; background-size: contain;}

.personal_insurance1{ position: relative; padding-top: 100px; height: 400px; background: center no-repeat; text-align: center;}
.personal_insurance1 .img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center no-repeat;}
.personal_insurance1 .t_tit{ color: #fff;}
.personal_insurance1 .t_tit .h44{ margin-bottom: 15px;}

.personal_insurance2{ position: relative; padding: 72px 0 150px; background: url(../image/bg30.jpg) center bottom no-repeat;}
.personal_insurance2 .img{ position: absolute; left: 0; top: -172px; width: 693px; height: 510px; overflow: hidden;}
.personal_insurance2 .img img{ display: block; width: 100%;}
.personal_insurance2 .cont{ position: relative; margin-left: 510px; padding: 84px 45px 0 50px; min-height: 384px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);}
.personal_insurance2 .cont .h24{ margin-bottom: 54px; font-weight: bold;}
.personal_insurance2 .cont .p{ color: #666666; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.personal_insurance2 .scroll-cont{ height: 200px; overflow: hidden;}

.personal_insurance3{ position: relative; padding: 103px 0 110px; background: url(../image/bg31.jpg) center top no-repeat;}
.personal_insurance3 .h28{ margin-bottom: 112px; text-align: center; font-weight: bold;}
.personal_insurance3 .ul{ overflow: hidden;}
.personal_insurance3 .li{ float: left; width: 288px; text-align: center;}
.personal_insurance3 .li + .li{ margin-left: 26px;}
.personal_insurance3 .img{ margin-bottom: 30px; height: 166px; overflow: hidden;}
.personal_insurance3 .img img{ display: block; width: 100%;}
.personal_insurance3 .p{}

.annual_information1{ padding: 92px 0 100px; background-color: #f7f8fa;}
.annual_information1 .h34{ margin-bottom: 70px; text-align: center;}
.annual_information1 .tab{ margin-bottom: 35px; font-size: 0; text-align: center;}
.annual_information1 .tab .link{ display: inline-block; margin: 0 30px; width: 200px; border-radius: 999px; border: 1px solid #D8D8D8; font-size: 16px; line-height: 45px; vertical-align: top;}
.annual_information1 .tab .link.cur{ background-color: #014E9D; font-size: 18px; color: #fff;}
.annual_information1 .t_table{ margin-bottom: 50px; padding: 16px 40px 20px; background-color: #fff; font-size: 16px;}
.annual_information1 .t_table tr + tr{ border-top: 1px solid #dedfe0;}
.annual_information1 .t_table td{ padding: 20px;}
.annual_information1 .t_table td:nth-child(2){ width: 212px; text-align: center;}
.annual_information1 .t_table td:nth-child(3){ width: 60px;}
.annual_information1 .t_table .link:before{ margin-top: 7px;}

.talent_concept1{ position: relative; padding-top: 100px; height: 400px; background: center no-repeat; text-align: center;}
.talent_concept1 .t_tit{ color: #fff;}

.talent_concept2{ position: relative; padding: 101px 0 76px;}
.talent_concept2 .bg{ position: absolute; left: 0; right: 50%; top: -65px; height: 166px; margin-right: 9px; background: center no-repeat; background-size: cover;}
.talent_concept2 .unit{ position: relative; height: 741px;}
.talent_concept2 .unit:after{ content: ''; position: absolute; right: 0; bottom: -30px; width: 73px; height: 103px; background: url(../image/png9.png) no-repeat; background-size: contain;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.talent_concept2 .cont1{ position: absolute; left: 0; top: 0; padding: 104px 50px; width: 606px; height: 600px; background: url(../image/bg18.jpg) no-repeat; color: #fff;}
.talent_concept2 .cont1 .h24{ margin-bottom: 48px;}
.talent_concept2 .cont1 .p{}
.talent_concept2 .img1{ position: absolute; right: 0; top: 0; width: 624px; height: 400px; overflow: hidden;}
.talent_concept2 .img1 img{ display: block; width: 100%;}
.talent_concept2 .cont2{ position: absolute; left: 50%; right: 35px; top: 470px; margin-left: 76px;}
.talent_concept2 .cont2 .h24{ margin-bottom: 48px;}
.talent_concept2 .cont2 .p{ color: #666666; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.talent_concept2 .img2{ position: absolute; bottom: 0; right: 50%; margin-right: 9px; width: 342px; height: 341px; overflow: hidden;}
.talent_concept2 .img2 img{ display: block; width: 100%;}

.talent_concept3{ padding: 76px 0 80px; background: url(../image/bg19.jpg) center bottom no-repeat;}
.talent_concept3 .tit{ margin: 0 110px 73px; text-align: center;}
.talent_concept3 .tit .h28{ margin-bottom: 26px; font-weight: bold;}
.talent_concept3 .tit .p{ color: #666666;}
.talent_concept3 .ul{ margin-bottom: 58px;}
.talent_concept3 .ul:after{ content: ''; display: table; clear: both;}
.talent_concept3 .li{ position: relative; float: left; margin-bottom: 32px; width: 586px; height: 73px; border: 1px solid #E6E6E6; background-color: #fff; color: #666666; cursor: pointer;}
.talent_concept3 .li:after{ content: '\e78c'; position: absolute; top: 50%; right: 25px; font-size: 16px; color: #8C8C8C;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.talent_concept3 .li:nth-child(even){ margin-left: 58px;}
.talent_concept3 .li .p{ position: absolute; left: 25px; right: 70px; top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.talent_concept3 .more{ display: inline-block; margin: 0 12px; width: 148px; border: 1px solid #004E9D; border-radius: 999px; color: #004E9D; line-height: 2.5714;
	-webkit-transition-property: background, color;
	transition-property: background, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.talent_concept3 .more:hover{ background-color: #004E9D; color: #fff;}

.talent_concept4{ padding-top: 103px; background: url(../image/bg32.jpg) center top no-repeat;}
.talent_concept4 .tit{ margin: 0 355px 77px; text-align: center;}
.talent_concept4 .tit .h28{ margin-bottom: 50px; font-weight: bold;}
.talent_concept4 .tit .p{ color: #666666;}
.talent_concept4 .ul{ position: relative; padding-bottom: 153px; font-size: 0; text-align: center;}
.talent_concept4 .ul:after{ content: ''; position: absolute; left: 12px; bottom: -54px; width: 132px; height: 186px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.talent_concept4 .li{ position: relative; display: inline-block; width: 134px; height: 229px; font-size: 14px; vertical-align: top; overflow: hidden;}
.talent_concept4 .li:after{ content: ''; position: absolute; right: 8px; bottom: 10px; width: 38px; height: 54px; background: url(../image/png9.png) no-repeat; background-size: contain; display: none;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.talent_concept4 .li + .li{ margin-left: 45px;}
.talent_concept4 .box{ background-color: #F3F3F3;}
.talent_concept4 .inner{ margin: 23px 0; padding: 20px 55px;}
.talent_concept4 .icon{ margin: 0 auto 28px; width: 35px; height: 35px; overflow: hidden;}
.talent_concept4 .icon img{ display: block; width: 100%;}
.talent_concept4 .icon .i2{ display: none;}
.talent_concept4 .p{}
.talent_concept4 .no{ position: absolute; left: 0; right: 0; bottom: 0; font-size: 12px; color: #004E9D; font-weight: bold;}
.talent_concept4 .li:hover,
.talent_concept4 .li:hover .no{ color: #fff;}
.talent_concept4 .li:hover:after{ display: block;}
.talent_concept4 .li:hover .box{ background-color: #004E9D;}
.talent_concept4 .li:hover .i1{ display: none;}
.talent_concept4 .li:hover .i2{ display: block;}

.claims_area1{ padding-top: 100px; height: 400px; background: center no-repeat; text-align: center;}
.claims_area1 .t_tit{ color: #fff;}
.claims_area1 .t_tit .h44{ margin-bottom: 14px;}

.claims_area2{ position: relative; height: 544px;}
.claims_area2 .img{ position: absolute; right: 0; top: -100px; width: 615px; height: 476px; overflow: hidden;}
.claims_area2 .img img{ display: block; width: 100%;}
.claims_area2 .ul{}
.claims_area2 .ul:after{ content: ''; position: absolute; right: 0; bottom: -106px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat; background-size: contain;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.claims_area2 .li{ position: relative; float: left; padding: 70px 45px; width: 360px; height: 476px; color: #fff; text-align: center;}
.claims_area2 .l1{ margin-top: -93px; background-color: #004183;}
.claims_area2 .l2{ margin-left: -18px; margin-top: -32px; background-color: #004E9D;}
.claims_area2 .li .h24{ margin-bottom: 48px;}
.claims_area2 .li .p{ position: relative; margin-bottom: 150px;}
.claims_area2 .li .p:after{ content: ''; position: absolute; left: 50%; top: 100%; margin-top: 58px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.claims_area2 .li .t_more{ margin: auto;}

.claims_area3{ padding: 74px 0 138px; background: url(../image/bg28.jpg) center no-repeat;}
.claims_area3 .h28{ margin-bottom: 74px; text-align: center; font-weight: bold;}
.claims_area3 .box{ position: relative; margin: 0 -75px 0 -117px;}
.claims_area3 .ul{ margin-left: 707px; padding: 35px 75px 0 60px; height: 510px; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);}
.claims_area3 .li{ padding: 34px 0 37px;}
.claims_area3 .li + .li{ border-top: 1px solid #E1E1E1;}
.claims_area3 .img{ position: absolute; left: 0; top: 0; width: 693px; height: 510px; overflow: hidden; display: none;}
.claims_area3 .img img{ display: block; width: 100%;}
.claims_area3 .h16{ margin-bottom: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.claims_area3 .p{ height: 42px; color: #666666; overflow: hidden;}
.claims_area3 .li.cur,
.claims_area3 .li.cur .p{ color: #004E9D;}
.claims_area3 .li.cur .img{ display: block;}

.claims_area4{ padding-top: 100px; background: url(../image/bg29.jpg) center no-repeat;}
.claims_area4 .h28{ margin-bottom: 74px; text-align: center; font-weight: bold;}
.claims_area4 .box{ padding-bottom: 120px; text-align: center;}
.claims_area4 .box:after{ content: ''; position: absolute; left: 20px; bottom: -46px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat; background-size: contain;}
.claims_area4 .ul{ position: relative; display: inline-block; margin-bottom: 160px; height: 206px;}
.claims_area4 .ul:after{ content: ''; position: absolute; left: 50%; top: 100%; margin-top: 75px; width: 17px; height: 62px; background: url(../image/png2.png) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.claims_area4 .li{ float: left; padding-top: 58px; width: 360px; height: 100%; background-color: #004183; color: #fff;}
.claims_area4 .li + .li{ margin-left: 55px;}
.claims_area4 .h24{ margin-bottom: 40px;}
.claims_area4 .down{ color: #FFBF00; font-size: 1.5em;}
.claims_area4 .down:before{ content: '\e61d';
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.claims_area4 .t_more{ margin: auto;}

.vip1{ position: relative; padding-top: 114px; height: 400px; background: center no-repeat; text-align: center;}
.vip1 .t_tit{ color: #fff;}
.vip1 .t_tit .h44{ margin-bottom: 12px;}
.vip1 .t_tit .h34{ margin-bottom: 26px;}
.vip1 .t_tit .p{ margin: 0 130px; color: #fff;}

.vip2{ padding: 100px 0 128px; background: url(../image/bg33.jpg) center bottom no-repeat;}
.vip2 .h28{ margin-bottom: 90px; text-align: center; font-weight: bold;}
.vip2 .list{ overflow: hidden;}
.vip2 .list-item{ float: left; width: 214px;}
.vip2 .list-item + .list-item{ margin-left: 40px;}
.vip2 .list-item .hive{ margin: 0 18px 50px;}
.vip2 .list-item .h18{ margin-bottom: 30px; color: #004E9D;}
.vip2 .list-item .p{ color: #666666; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.vip2 .list-item .p + .p{ margin-top: 10px;}

.vip3{ padding: 75px 0 132px; background: #f5f5f5 url(../image/bg34.jpg) center top no-repeat; overflow: hidden;}
.vip3 .h28{ margin-bottom: 77px; text-align: center; font-weight: bold;}
.vip3 .img{ float: left; margin-right: 14px; width: 693px; height: 100%; overflow: hidden;}
.vip3 .img img{ display: block; width: 100%;}
.vip3 .unit{ margin: 0 -73px 0 -119px; height: 510px;}
.vip3 .ul{ padding: 24px 74px 0 62px; height: 100%; background-color: #fff; box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1); overflow: hidden;}
.vip3 .li{ padding: 28px 0; border-bottom: 1px solid #E1E1E1;}
.vip3 .li .h16{ position: relative; cursor: pointer;}
.vip3 .li .h16:after{ content: '\e78e'; position: absolute; top: 50%; right: 0; font-size: 2em; color: #979797;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vip3 .li .cont{ padding: 10px 0 18px; color: #666666; display: none;}
.vip3 .li .scroll{ padding-right: 30px; height: 170px; overflow: hidden;}
.vip3 .li .p{ float: left; margin-top: 21px; width: 50%;}
.vip3 .li.cur .h16:after{ content: '\e78f';}
.vip3 .li.cur .cont{ display: block;}
.vip3 .mCSB_outside + .mCSB_scrollTools{ right: 0; width: 20px;}
.vip3 .mCSB_scrollTools .mCSB_draggerRail{ background-color: #ddd;}
.vip3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 20px; height: 20px; background: url(../image/png10.png) no-repeat;}
.vip3 .mCSB_scrollTools .mCSB_dragger{ height: 20px;}

.vip4{ padding-top: 114px; text-align: center;}
.vip4 .h28{ margin-bottom: 48px; font-weight: bold;}
.vip4 .h{ margin: 0 65px 96px; color: #666666;}
.vip4 .hb{ margin-bottom: 44px; color: #666666; font-weight: bold;}
.vip4 .ul{ display: inline-block; padding-bottom: 165px;}
.vip4 .ul:after{ content: ''; position: absolute; left: 0; bottom: -51px; width: 146px; height: 206px; background: url(../image/png9.png) no-repeat;}
.vip4 .li{ float: left; margin: 0 11px; width: 413px; height: 104px; background-color: #004E9D; color: #fff; text-align: left;}
.vip4 .li .img{ float: left; margin: 7px; margin-right: 0; width: 90px; height: 90px; overflow: hidden;}
.vip4 .li .img img{ display: block; width: 100%;}
.vip4 .li .p{ padding: 20px 38px 20px 22px; overflow: hidden;}

.insurance_policy1{ position: relative; padding-top: 150px; height: 400px; background: center no-repeat; text-align: center;}
.insurance_policy1 .t_tit{ color: #fff;}
.insurance_policy1 .t_tit .h44{ margin-bottom: 14px;}

.insurance_policy2{ padding: 103px 0 100px; background: url(../image/bg35.jpg) center no-repeat;}
.insurance_policy2 .h28{ margin-bottom: 73px; text-align: center; font-weight: bold;}

.insurance_policy3{ padding: 103px 0 158px;}
.insurance_policy3 .h28{ margin-bottom: 55px; text-align: center; font-weight: bold;}
.insurance_policy3 .ul{ padding: 150px 38px; background: url(../image/bg37.jpg) center no-repeat;}
.insurance_policy3 .li{ position: relative; float: left; width: 170px;}
.insurance_policy3 .li + .li{ margin-left: 64px;}
.insurance_policy3 .li:nth-child(odd){ margin-top: 133px;}
.insurance_policy3 .li:nth-child(odd) .cont{ top: 100%; left: 0; margin-top: 85px;}
.insurance_policy3 .li:nth-child(even) .cont{ bottom: 100%; left: 12px; margin-bottom: 58px;}
.insurance_policy3 .li.l1{ color: #8AD4E8;}
.insurance_policy3 .li.l2{ color: #267298;}
.insurance_policy3 .li.l3{ color: #E56372;}
.insurance_policy3 .li.l4{ color: #FFBF00;}
.insurance_policy3 .li.l5{ color: #0EB5AE;}
.insurance_policy3 .li .hive{ position: relative; height: 98px;}
.insurance_policy3 .li .cont{ position: absolute; width: 250px; overflow: hidden;}
.insurance_policy3 .li .no{ float: left; margin-right: 10px; font-size: 34px; line-height: 1;}
.insurance_policy3 .li .txt{ padding-left: 16px; min-height: 42px; border-left: 1px solid; overflow: hidden;}
.insurance_policy3 .li .p{ color: #666666;}
.insurance_policy3 .li .icon{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 50px; height: 50px; overflow: hidden;}
.insurance_policy3 .li .icon img{ display: block; width: 100%;}
.insurance_policy3 .li:hover .icon{
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

.insurance_policy4{ padding: 78px 0 100px; background: url(../image/bg36.jpg) center no-repeat;}
.insurance_policy4 .h28{ margin-bottom: 86px; text-align: center; font-weight: bold;}
.insurance_policy4 .ul{ text-align: center; font-size: 0;}
.insurance_policy4 .li{ position: relative; display: inline-block; margin: 0 44px; width: 250px; height: 425px; vertical-align: top; overflow: hidden;}
.insurance_policy4 .hive5{ width: 425px;}
.insurance_policy4 .box{ background-color: #fff;}
.insurance_policy4 .inner{ padding-top: 50px; width: 180px; margin: auto;}
.insurance_policy4 .li .no{ margin-bottom: 38px; font-size: 56px; line-height: 1; color: #004E9D;}
.insurance_policy4 .li .p{ font-size: 14px; word-break: break-all; text-align: justify; text-justify: inter-ideograph;}

.insurance_policy5{ padding: 103px 0 200px;}
.insurance_policy5 .h28{ margin-bottom: 78px; text-align: center; font-weight: bold;}
.insurance_policy5 .ul{}
.insurance_policy5 .li{ color: #666666; overflow: hidden;}
.insurance_policy5 .li:nth-child(odd) .img{ float: right;}
.insurance_policy5 .li:nth-child(even) .img{ float: left;}
.insurance_policy5 .li:nth-child(odd) .cont{ padding: 52px 70px 0 80px;}
.insurance_policy5 .li:nth-child(even) .cont{ padding: 52px 45px 0 45px;}
.insurance_policy5 .li .img{ width: 615px; height: 254px; overflow: hidden;}
.insurance_policy5 .li .img img{ display: block; width: 100%;}
.insurance_policy5 .li .cont{ overflow: hidden;}
.insurance_policy5 .li .no{ margin-bottom: 20px; font-size: 56px; line-height: 1;}
.insurance_policy5 .li .p{ word-break: break-all; text-align: justify; text-justify: inter-ideograph;}

.newscentres1{ padding: 92px 0 100px; background-color: #f7f8fa;}
.newscentres1 .head{ margin-bottom: 24px; text-align: center;}
.newscentres1 .head .h34{ line-height: 1.32;}
.newscentres1 .head .en{ font-family: avian; text-transform: uppercase;}
.newscentres1 .tab{ margin-bottom: 40px; text-align: center;}
.newscentres1 .tab .link{ display: inline-block; margin: 0 8px; padding: 12px; width: 170px; border: 1px solid #aa7f09; font-size: 16px; vertical-align: top;}
.newscentres1 .tab .link:hover,
.newscentres1 .tab .link.cur{ background: url(../image/bg38.jpg); color: #fff;}
.newscentres1 .view{ position: relative; margin-bottom: 50px; padding-bottom: 50px;}
.newscentres1 .view:before{ content: ''; position: absolute; left: 45px; top: 45px; right: 0; bottom: 0; background: url(../image/bg38.jpg);}
.newscentres1 .slick-mod{}
.newscentres1 .slick-item{ overflow: hidden;}
.newscentres1 .slick-item .img{ float: left; width: 916px; height: 515px; overflow: hidden;}
.newscentres1 .slick-item .img img{ display: block; width: 100%;}
.newscentres1 .slick-item .cont{ padding: 120px 30px 0; color: #fff; overflow: hidden;}
.newscentres1 .slick-item .h24{ margin-bottom: 16px;}
.newscentres1 .slick-item .p{ margin-bottom: 22px; text-align: justify; text-justify: inter-ideograph;}
.newscentres1 .slick-item .date{ font-family: avian; font-size: 18px;}
.newscentres1 .slick-item .date .s{ font-size: 24px;}
.newscentres1 .slick-paging{ position: absolute; right: 30px; bottom: 50px; padding: 0 30px; color: #fff;}
.newscentres1 .slick-paging .num{ font-family: avian; font-size: 18px;}
.newscentres1 .slick-arrow{ }
.newscentres1 .slick-arrow:before{ font-size: 20px;}
.newscentres1 .slick-prev{ left: 0;}
.newscentres1 .slick-prev:before{ content: '\e73c';}
.newscentres1 .slick-next{ right: 0;}
.newscentres1 .slick-next:before{ content: '\e73d';}
.newscentres1 .list{ margin-bottom: 50px; padding: 20px 30px; background-color: #fff;}
.newscentres1 .list-item{ padding: 40px 15px; height: 337px; overflow: hidden;}
.newscentres1 .list-item + .list-item{ border-top: 1px solid #dedfe0;}
.newscentres1 .list-item .img{ float: left; margin-right: 40px; width: 400px; height: 100%; overflow: hidden;}
.newscentres1 .list-item .img img{ display: block; width: 100%;}
.newscentres1 .list-item .cont{ position: relative; padding: 32px 0 70px; height: 100%; overflow: hidden;}
.newscentres1 .list-item .h18{ margin-bottom: 12px;}
.newscentres1 .list-item .p{ margin-bottom: 16px; color: #707070;}
.newscentres1 .list-item .date{ font-family: Arial; font-size: 16px; color: #707070;}
.newscentres1 .list-item .date .s{ font-size: 20px;}
.newscentres1 .list-item .more{ position: absolute; left: 1px; bottom: 0; width: 80px; height: 60px; border: 1px solid #4d4d4d; font-size: 30px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.newscentres1 .list-item .more:before{ content: '\e73d';}
.newscentres1 .list-item .more:hover{ background-color: #a67b05; color: #fff; border-color: #fff;}
.newscentres1 .list-item:hover,
.newscentres1 .list-item:hover .p,
.newscentres1 .list-item:hover .date{ color: #d4af02;}

.dbcolumn{ padding: 80px 0 100px; background-color: #f7f8fa;}
.dbcolumn .side{ float: left; margin-right: 40px; width: 300px;}
.dbcolumn .side-item{}
.dbcolumn .side-item + .side-item{ margin-top: 1px;}
.dbcolumn .side-item .tit{ position: relative; padding: 18px 30px; background-color: #fff; cursor: pointer;}
.dbcolumn .side-item .tit:after{ content: '\e72b'; position: absolute; top: 50%; right: 30px; font-size: 1.5em; color: #dedede;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dbcolumn .side-item.qsj .tit:after{ content:'' !important;  color: white;}
.dbcolumn .side-item .tit .h16{}
.dbcolumn .side-item .ul{ padding: 18px 30px; display: none;}
.dbcolumn .side-item .li{}
.dbcolumn .side-item .li + .li{ margin-top: 11px;}
.dbcolumn .side-item .l2{ cursor: pointer;}
.dbcolumn .side-item .l3{ padding: 5px 0 12px; color: #999999; display: none;}
.dbcolumn .side-item .l3 .p{ }
.dbcolumn .side-item .l3 .p + .p{ margin-top: 5px;}
/*.dbcolumn .side-item .cur .l2{ color: #ac810b;}*/
.dbcolumn .side-item .cur .l3{ display: block;}
.dbcolumn .side-item .li a:hover{ color: #d4af02;}
.dbcolumn .side-item .l3 .n_link a:hover{ color: #999999;}
.dbcolumn .main{ overflow: hidden;}
.dbcolumn .main-head{ margin-bottom: 26px;}
.dbcolumn .main-head:after{ content: ''; display: table; clear: both;}
.dbcolumn .main-head .h34{ margin-bottom: 0.5rem; line-height: 1;}
.dbcolumn .main-head .tab{}
.dbcolumn .main-head .link{ position: relative; display: inline-block; padding: 2px 0; border-bottom: 1px solid transparent; font-size: 16px;}
.dbcolumn .main-head .link + .link{ margin-left: 40px;}
.dbcolumn .main-head .link:after{ content: ''; position: absolute; top: 100%; width: 0; left: 0; right: 0; margin: auto; border: 5px solid transparent; border-top: 7px solid transparent;}
.dbcolumn .main-head .cur{ border-color: #a9862f; color: #d4af02;}
.dbcolumn .main-head .cur:after{ border-top-color: #a9862f;}
.dbcolumn .main-body{}
.dbcolumn .side-item.cur .tit{ background: url(../image/bg38.jpg); color: #fff;}
.dbcolumn .side-item.cur .tit:after{ content: '\e72a'; color: #fff;}
.dbcolumn .side-item.nc .tit:after{ display: none;}
.dbcolumn .side-item.qsj.cur .tit:after{content:'' !important;}
.dbcolumn .side-item.cur .ul{ display: block;}
.dbcolumn .page-mod{ color: #707070;}

.specialinformation .list{}
.specialinformation .list-item{ background-color: #fff;}
.specialinformation .list-item + .list-item{ margin-top: 20px;}
.specialinformation .list-item .h24{ position: relative; padding: 14px 40px; background: url(../image/bg39.jpg); color: #fff;}
.specialinformation .list-item .tab{ margin-top: 15px; font-size: 16px;}
.specialinformation .list-item .tab .link + .link{ margin-left: 20px;}
.specialinformation .list-item .tab .link{ position: relative; display: inline-block; padding: 2px 0; border-bottom: 1px solid transparent; font-size: 16px; opacity: 0.7;}
.specialinformation .list-item .tab .link:after{ content: ''; position: absolute; top: 100%; width: 0; left: 0; right: 0; margin: auto; border: 5px solid transparent; border-top: 7px solid transparent;}
.specialinformation .list-item .tab .cur{ border-color: #fff; color: #fff; opacity: 1;}
.specialinformation .list-item .tab .cur:after{ border-top-color: #fff;}
.specialinformation .list-item .more{ position: absolute; right: 40px; top: 50%; font-size: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.specialinformation .list-item .more:before{ content: '\e73d';
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.specialinformation .list-item .ico{ margin-right: 5px; width: 27px; height: 27px; vertical-align: middle;}
.specialinformation .t_table{ padding: 10px 25px 35px;}
.specialinformation .t_table tr + tr{ border-top: 1px dashed #dedfe0;}
.specialinformation .t_table td{ padding: 20px 15px;}
.specialinformation .t_table td:nth-child(2){ width: 200px;}
.specialinformation .t_table td:nth-child(3){ width: 70px;}
.specialinformation .t_table .link:before{ margin-top: 6px;}
.specialinformation .t_table .date{ font-size: 16px; white-space: nowrap;}
.specialinformation .t_table .url{ display: block; margin-left: 15px; margin-top: 12px; font-family: Arial; color: #474747;}
.specialinformation .t_table .url:hover{ color: #d4af02;}

.relatedtransactions{ padding: 22px 0 60px; background-color: #fff;}
.relatedtransactions .t_table{ margin-bottom: 15px; padding: 0 40px; font-size: 16px;}
.relatedtransactions .t_table table{ table-layout: fixed;}
.relatedtransactions .t_table tr + tr{ border-top: 1px solid #dedfe0;}
.relatedtransactions .t_table td{ padding: 20px 0;}
.relatedtransactions .t_table td:nth-child(2){ width: 200px; text-align: center;}
.relatedtransactions .t_table td:nth-child(3){ width: 60px;}
.relatedtransactions .t_table .link{ display: block; overflow: hidden;}
.relatedtransactions .t_table .link:before{ bottom: 0; margin: auto;}

.essentialinformation{ padding-bottom: 50px;}
.essentialinformation .table{}
.essentialinformation .table-head{ padding: 14px 30px; background: url(../image/bg39.jpg);}
.essentialinformation .table-head .h24{ color: #fff;}
.essentialinformation .table-head .ico{ margin-right: 8px; width: 22px; height: 22px;}
.essentialinformation .table-cont{ padding: 30px; background-color: #fff;}
.essentialinformation .table-row{ display: table-row;}
.essentialinformation .table-row + .table-row{ margin-top: 10px;}
.essentialinformation .xlabel,
.essentialinformation .xdetail{ display: table-cell; padding: 5px 0;}
.essentialinformation .xlabel{ white-space: nowrap; text-align: right;}
.essentialinformation .tip{ padding: 5px 0;}
.essentialinformation .xdetail .down{}
.essentialinformation .xdetail .down:after{ content: ''; display: inline-block; margin-left: 10px; width: 14px; height: 14px; background: url(../image/ico4.png) no-repeat; vertical-align: middle;}
.essentialinformation .table-head{ padding: 14px 30px; background: url(../image/bg39.jpg);}
.essentialinformation .table-head .h24{ position: relative; color: #fff;}
.essentialinformation .table-head .ico{ margin-right: 8px; width: 22px; height: 22px;}
.essentialinformation .table-head .more{ position: absolute; right: 30px; top: 50%; font-size: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.essentialinformation .table-head .more:before{ content: '\e73d';
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.essentialinformation .t_table .link:before{ margin-top: 6px;}
.essentialinformation .t_table tr + tr{ border-top: 1px dashed #dedfe0;}
.essentialinformation .t_table td{ padding: 20px 15px;}
.essentialinformation .t_table .date{ font-size: 16px; white-space: nowrap;}














/* ****************************************************** */
	
/* 详情页 */
.article{ padding: 90px 0 70px; font-size: 16px;}
.article-title{ margin-bottom: 50px; text-align: center;}
.article-title .h30{ margin-bottom: 30px;}
.article-title .info{}
.article-title .info .s{ font-family: Arial;}
.article-cont{ margin-bottom: 30px;}
.article-cont p{ line-height: 2;}
.article-cont p + p{ margin-top: 0.5em;}
.article-cont .p{ text-indent: 2em; text-align: justify; text-justify: inter-ideograph;}
/* .article-cont .p:first-child{ text-indent: 0;} */
.article-cont .p + .p{ margin-top: 30px;}
.article-cont .img{ margin: 62px 0 52px;}
.article-cont img{ max-width: 100%; height: auto !important;}
.article-paging{ overflow: hidden; padding: 25px 0; border-top: 1px solid #e3e3e2; line-height: 26px;}
.article-prev, .article-next{ position: relative; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.article-prev{ float: left;}
.article-next{ float: right; text-align: right;}
.article-paging a:hover{ color: #d4af02;}
.article .share-mod{ padding: 30px 0;}
.article .share-item{ font-size: 30px; color: #d4af02;}
.article .share-item + .share-item{ margin-left: 8px;}

/* 搜索结果页 */
.result{ padding: 60px 0;}
.result .key{ color: #004E9D;}
.result .h24{}
.result .h24 span{ margin-left: 30px; font-size: 18px; color: #707070; }
.result .list{ margin-bottom: 50px; }
.result .list-item{ padding: 30px 0; border-bottom: 1px solid #d1d1d1; }  
.result .list .h18{ margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.result .list .p{ color: #707070; text-align: justify; text-justify: inter-ideograph;}
.result .list a:hover{ color: #FFD000;}

/*	网站地图	*/
.sitemap{ padding: 60px 0;}
.sitemap dl{ padding: 20px 0; border-bottom: 1px solid #eee;}
.sitemap dt{ font-size: 16px;}
.sitemap dd{ margin-top: 20px; padding-left: 4em;}
.sitemap dd a{ margin-right: 20px;}
.sitemap a:hover{ color: #FFD000;}


/* ************************** 效果类 **************************** */

/*	图片缩放	*/
.scaleimg{ overflow: hidden;}
.scaleimg img{ width: 100%; height: auto;
	-webkit-transition: transform 1s;
	transition: transform 1s;
	
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform: scale(1);
	transform: scale(1);
}

/*	左进右出划过效果	*/
.liro{ position: relative; overflow: hidden;}
.liro:before{ content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(255,255,255,0.3);
	-webkit-transform-origin: right center;
	transform-origin: right center;

	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);

	-webkit-transition: transform .5s;
	transition: transform .5s;
}

/*	转动	*/
@-webkit-keyframes around{ 	
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes around{ 	
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*	晃动	*/
@-webkit-keyframes shake{ 	
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes shake{ 	
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	75% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/*	pc 端	*/
@media screen and (min-width: 1021px){
	
	/*	仅在 pc 端触发的效果类	*/
	
	.scaleimg:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.liro:hover:before{
		-webkit-transform-origin: left center;
		transform-origin: left center;

		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

	.shake:hover{
		-webkit-animation: shake .5s;
		animation: shake .5s;
	}
	
	
	.home2 .unit2 .li:hover,
	.home2 .unit2 .li:hover .p{ color: #004E9D;}
	.home2 .unit2 .li:hover:after{ display: block;}
	.home2 .unit2 .li:hover .cont .p{ display: block;}
	.home2 .unit2 .li:hover .h16{ font-size: 18px;}
	
}

/*	pc 端 1024 - 1600	*/
@media screen and (min-width: 1021px) and (max-width: 1600px){
	
	.home1 .slick-ctrl{ margin-right: 280px;}
	
	.company2 .t_list2{ margin-left: 0; margin-right: 0;}
	.company2 .t_list2{ margin-left: 0; margin-right: 0;}
	.company2 .t_list2 .list-item{ width: 398px;}
	.company2 .t_list2 .list-item + .list-item{ margin-left: 18px;}
	.company2 .t_list2 .img{ height: 229px;}
	
	.claims_area3 .box{ margin: 0;}
	
	.news1 .img.i1{ left: 0; right: auto; margin-right: 0;}
	.news1 .img.i2,
	.news1 .img.i3{ display: none;}
	
	.vip3 .unit{ margin: 0;}
	
}

/*	pc 端 1024 - 1280	*/
@media screen and (min-width: 1021px) and (max-width: 1279px){
	
	

}

/*	pc 端 1280 以上	*/
@media screen and (min-width: 1280px){

	
	
}

/*	移动端 1024 以下	*/
@media screen and (max-width: 1020px){
	
/*	返回顶部	*/
	.gotop .s{ font-size: 0.2rem;}
	
/*	百度地图	*/
	.bdmap{ height: 6rem;}
	.bdmap-list{}
	.bdmap-list-item{}
	.bdmap-list-item.cur{}
	.bdmap-sync{}
	.bdmap-sync-item{}
	.bdmap-sync-item.act{}
	.bdmap-info-item{ width: 3rem;}

/*	弹窗	*/
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}

	.pop-pop .pop-dialog{ padding: 0.5rem; width: 7rem;}
	.pop-pop .pop-head{ padding-bottom: 0.3rem;}
	.pop-pop .pop-head .h{ margin-right: 0.5rem;}
	.pop-pop .pop-cont{ padding-top: 0.3rem;}
	.pop-pop .scroll{ padding-right: 0.5rem; height: 3rem;}
	.pop-pop .pp + .pp{ margin-top: 0.2rem;}
	
/*	视频	*/
	.video-box{ height: 6rem;}
	.video-box .vjs-big-play-button:before{ width: 0.94rem; font-size: 0.6rem;}
	
/* ****************************************************** */

	.hive7{ border-left: 5px solid; border-right: 5px solid;}
	.hive7:before,
	.hive7:after{ left: -5px; right: -5px; border-left: 5px solid; border-right: 5px solid;}
	
	.t_more{ width: 2.5rem; line-height: 2.8571;}
	
	.l_more{ padding-left: 0.5rem;}
	.l_more:before{ margin-top: -0.2rem; width: 0.4rem; height: 0.4rem; background-size: contain;}
	
	.t_bannar{ height: 5rem;}
	.t_bannar .img{ background-size: cover;}
	.t_bannar .h45{ left: 0.3rem; right: 0.3rem;}

	.t_list1 .list-item{ float: none; width: 100%; height: auto;}
	.t_list1 .list-item:before,
	.t_list1 .list-item:after{ display: none;}
	.t_list1 .list-item + .list-item{ margin-left: 0; margin-top: 0.3rem;}
	.t_list1 .img{ height: auto;}
	.t_list1 .cont{ padding: 0.5rem;}
	.t_list1 .h18{ margin-bottom: 0.1rem;}
	.t_list1 .p + .p{ margin-top: 0.1rem;}

	.t_list2{ margin: 0;}
	.t_list2 .list-item{ float: none; width: 100%;}
	.t_list2 .list-item + .list-item{ margin-left: 0; margin-top: 0.3rem;}
	.t_list2 .img{ height: auto;}
	.t_list2 .cont{ padding: 0.3rem;}
	.t_list2 .cont:before{ display: none;}
	.t_list2 .h20{ margin-bottom: 0;}

	.t_list3 .list-item{ padding: 0.5rem 0 0;}
	.t_list3 .list-item:nth-child(odd) .img{ float: none; margin-right: 0;}
	.t_list3 .list-item:nth-child(even) .img{ float: none; margin-left: 0;}
	.t_list3 .img{ width: 100%; height: auto;}
	.t_list3 .cont{ padding: 0.5rem;}
	.t_list3 .cont:after{ display: none;}
	.t_list3 .h18{ margin-bottom: 0.1rem;}
	.t_list3 .date{ position: relative; display: inline-block; top: 0; margin-bottom: 0.2rem;}
	.t_list3 .date .h34{ position: absolute; left: 100%; top: 0; font-size: 0.28rem; line-height: 1.5; color: #666666;}
	.t_list3 .date .h34:before{ content: '-';}
	.t_list3 .p{ margin-bottom: 0.2rem;}

	.t_list4 .list-item{ height: auto;}
	.t_list4 .list-item + .list-item{ margin-top: 0.5rem;}
	.t_list4 .list-item:nth-child(odd) .img{ float: none; margin-left: 0;}
	.t_list4 .list-item:nth-child(even) .img{ float: none; margin-right: 0;}
	.t_list4 .img{ margin-top: 0; width: 100%; height: auto;}
	.t_list4 .cont{ padding: 0.5rem; width: 100%;}
	.t_list4 .cont:after{ display: none;}
	.t_list4 .h18{ margin-bottom: 0.2rem;}
	.t_list4 .p{ margin-bottom: 0.2rem; min-height: 0px; color: #666666;}

	.t_list5{ margin-left: 0;}
	.t_list5 .list-item{ float: none; margin-left: 0; margin-bottom: 0; width: 100%;}
	.t_list5 .list-item + .list-item{ margin-top: 0.2rem;}
	.t_list5 .img{ height: auto; overflow: hidden;}
	.t_list5 .h18{ padding: 0.2rem;}
	
	.t_list6{ margin: 0;}
	.t_list6 .list-item{ margin-bottom: 0.2rem; width: 3.4rem; height: 6rem; background-size: cover;}
	.t_list6 .list-item:nth-child(even){ margin-left: 0.2rem;}
	.t_list6 .list-item.li1,
	.t_list6 .list-item.li2,
	.t_list6 .list-item.li3,
	.t_list6 .list-item.li4{ margin-top: 0;}
	.t_list6 .cont{ left: 0.5rem; right: 0.5rem; bottom: auto; top: 0.5rem;}
	.t_list6 .icon{ margin-bottom: 0.3rem; width: 0.5rem; height: 0.4rem;}
	.t_list6 .h24{ margin-bottom: 0.2rem;}

	.t_list7{ height: auto; overflow: hidden;}
	.t_list7 .list-item{ float: left; margin-bottom: 0.2rem; padding: 1rem 0.3rem; width: 3.4rem; height: 6rem;}
	.t_list7 .list-item + .list-item{ margin-left: 0;}
	.t_list7 .list-item:nth-child(even){ margin-left: 0.2rem;}
	.t_list7 .icon{ margin-bottom: 0.3rem; width: 0.5rem; height: 0.4rem;}
	.t_list7 .h24{ margin-bottom: 0.5rem;}
	.t_list7 .list-item:hover:after{ display: none;}

	.t_list8{ margin: 0;}
	.t_list8 .list-item{ float: none; margin: 0 0 0.2rem; padding: 0.2rem 0.3rem; width: 100%; height: auto;}
	.t_list8 .p{ position: relative; left: 0; right: 0; top: 0; padding-right: 0.5rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.t_table .link{ padding-left: 0.2rem; white-space: normal;}
	.t_table .link:before{ width: 0.1rem; height: 0.1rem;}
	.t_table .date .s{ font-size: 0.32rem;}
	.t_table .down{ width: 0.4rem; height: 0.4rem; background-size: 200%;}
	
	.home1:after{ display: none;}
	.home1 .slick-item .img{ padding-bottom: 0; height: 5rem;}
	.home1 .slick-item .cont{ padding-bottom: 0.5rem; width: 7rem;}
	.home1 .slick-item .cont:after{ width: 0.3rem; height: 0.1rem;}
	.home1 .slick-item .h56{ margin-bottom: 0.1rem;}
	.home1 .slick-item .h44{ font-size: 0.5rem;}
	.home1 .slick-ctrl{ bottom: 0; left: 0; right: 0; margin-right: 0; padding: 0.2rem; width: auto; text-align: center;}
	.home1 .slick-dots{ float: none;}
	.home1 .slick-dot{ border: 1px solid #FFD000; border-radius: 999px;}
	.home1 .slick-dot.slick-active, .home1 .slick-dot.slick-active:hover{ background-color: #FFD000;}
	.home1 .slick-ctrl .no{ display: none;}
	.home1 .slick-ctrl .hive2{ display: none;}

	.home2{ height: auto; background: #fff;}
	.home2 .unit{ float: none; padding: 0; width: auto;}
	.home2 .unit1{ margin: 0 -0.25rem; padding: 0.5rem; background-color: #004E9D;}
	.home2 .unit1 .t_tit{ margin-bottom: 0.3rem;}
	.home2 .unit1 .cont{ margin-bottom: 0.3rem; padding-right: 0; padding-bottom: 0;}
	.home2 .unit1 .cont:after{ display: none;}
	.home2 .unit2{ padding: 1rem 0;}
	.home2 .unit2 .t_tit{ margin-bottom: 0.3rem;}
	.home2 .unit2 .t_tit .h44{ margin-bottom: 0;}
	.home2 .unit2 .ul{ margin-bottom: 0.5rem; padding-bottom: 0;}
	.home2 .unit2 .ul:after{ display: none;}
	.home2 .unit2 .li{ overflow: hidden;}
	.home2 .unit2 .li + .li{ margin-top: 0.3rem;}
	.home2 .unit2 .date{ display: none;}
	.home2 .unit2 .cont{ position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.home2 .unit2 .cont .h16{ font-size: 0.3rem;}
	.home2 .unit2 .cont .d{ display: block;}
	.home2 .unit2 .cont .p{ display: block; margin-top: 0.1rem;}
	.home2 .unit2 .li:hover:after{ display: none;}
	.home2 .unit2 .li:hover .h16{ font-size: 0.3rem;}

	.home3{ padding: 1rem 0; height: auto; background: #f8f8f8;}
	.home3 .t_tit{ margin-bottom: 0.5rem;}
	.home3 .tb1{ margin-bottom: 0.2rem; font-size: 0.3rem;}
	.home3 .tt1{ margin: 0 0.1rem; width: 2.2rem;}
	.home3 .tb2{ margin: 0 0 0.5rem; background-color: #f5f5f5; overflow: auto; white-space: nowrap;}
	.home3 .tb2:before{ display: none;}
	.home3 .tt2{ padding: 0 0.2rem;}
	.home3 .tt2 .h{ font-size: 0.28rem;}
	.home3 .tt2 .dot{ margin-bottom: 0.1rem;}
	.home3 .ti2 .t_list1{ margin-bottom: 0.5rem;}

	.home4{ padding: 1rem 0; height: auto; background-size: cover;}
	.home4 .t_tit{ margin-bottom: 0.5rem;}
	.home4 .t_tit:after{ display: none;}
	.home4 .list{ margin-left: 0; height: auto; text-align: center;}
	.home4 .list:after{ display: none;}
	.home4 .list .icon{ margin-bottom: 0.1rem; width: 0.6rem; height: auto;}
	.home4 .list .h{ font-size: 0.3rem; font-weight: normal;}
	.home4 .list .icon + .h{ font-size: 0.3rem;}
	.home4 .list-item{ position: relative; display: inline-block; margin-bottom: 0.2rem; padding-bottom: 40%; width: 45%; height: 0; background-size: contain; vertical-align: top;}
	.home4 .list-item.li1{ left: 0; top: 0; width: 45%; height: 0;}
	.home4 .list-item.li1 .icon{ width: 0.6rem; height: auto;}
	.home4 .list-item.li1 .h{ font-size: 0.3rem;}
	.home4 .list-item.li2,
	.home4 .list-item.li3,
	.home4 .list-item.li4,
	.home4 .list-item.li5,
	.home4 .list-item.li6,
	.home4 .list-item.li7,
	.home4 .list-item.li8{ left: 0; top: 0;}

	.company1{ padding: 1rem 0; height: auto;}
	.company1 .img{ left: 0; top: 0; bottom: 0; margin-left: 0; width: 100%; height: auto; background-size: cover;}
	.company1 .box{ position: static; padding: 0.5rem; width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.company1 .t_tit{ margin-bottom: 0.2rem;}
	.company1 .cont{ margin-bottom: 0.2rem; padding-bottom: 0;}
	.company1 .cont:after{ display: none;}

	.company2{ padding: 1rem 0; height: auto;}
	.company2 .t_tit{ margin-bottom: 0.5rem;}
	.company2 .t_tit .h44{ margin-bottom: 0.2rem;}
	.company2 .t_list2{ margin-bottom: 0.5rem;}
	.company2 .t_list2 .img{ height: auto;}

	.company3{ padding: 1rem 0; height: auto;}
	.company3 .t_tit{ margin-bottom: 0.5rem;}
	.company3 .t_tit .h44{ margin-bottom: 0;}
	.company3 .t_list2{ margin-bottom: 0.5rem;}
	.company3 .t_list2 .list-item{ width: 100%;}
	.company3 .t_list2 .list-item + .list-item{ margin-left: 0;}

	.company4{ height: auto;}
	.company4 .map{ position: relative; height: 5rem;}
	.company4 .map .mask{ display: none;}
	.company4 .box{ position: static; margin: 0; padding: 1rem 0.5rem; width: 100%;}
	.company4 .box:after{ display: none;}
	.company4 .t_tit{ margin-bottom: 0.5rem;}
	.company4 .li{ font-size: 0.28rem;}
	.company4 .li + .li{ margin-top: 0.3rem;}
	.company4 .li .icon{ margin-right: 0.1rem;}

	.news1 .slick-item{ height: auto;}
	.news1 .img{ position: static;}
	.news1 .img.i1{ margin-right: 0; width: 100%; height: auto;}
	.news1 .img.i2{ margin-left: 0; width: 100%; height: auto; display: none;}
	.news1 .img.i3{ margin-left: 0; width: 100%; height: auto; display: none;}
	.news1 .cont{ position: static; margin-left: 0; padding: 0.5rem; width: 100%; height: auto;}
	.news1 .h28{ margin-bottom: 0.1rem;}
	.news1 .date{ margin-bottom: 0.2rem;}
	.news1 .p{ margin-bottom: 0.5rem;}
	.news1 .p:after{ display: none;}
	.news1 .slick-ctrl{ display: none;}
	.news1 .slick-arrow{ top: 2.14rem; margin-top: 0;}
	.news1 .slick-arrow:before{ font-size: 0.4rem;}
	.news1 .slick-prev{ left: 0.2rem; right: auto; margin-right: 0;}
	.news1 .slick-next{ right: 0.2rem; left: auto; margin-left: 0;}

	.news2{ padding-bottom: 1rem;}
	.news2:after{ display: none;}
	.news2 .t_list3{ margin-bottom: 0.5rem;}

	.activity_topic1{ padding: 1rem 0;}
	.activity_topic1:after{ display: none;}
	.activity_topic1 .h34{ margin-bottom: 0.5rem;}
	.activity_topic1 .t_list4{ margin-bottom: 1rem;}

	.activity_list1{ padding: 1rem 0;}
	.activity_list1:after{ display: none;}
	.activity_list1 .t_list3{ margin-bottom: 1rem;}

	.products1{ padding: 1rem 0; height: 5rem; background-size: cover;}
	.products1 .img{ background-size: cover;}
	.products1 .t_tit{ margin-bottom: 0.5rem;}
	.products1 .t_tit .h44{ margin-bottom: 0.2rem;}
	.products1 .link{ margin: 0 0.2rem; width: 2.5rem; font-size: 0.3rem; line-height: 0.6rem;}

	.products2 .tab-bar{ margin: 0 -0.25rem; padding: 0 0.25rem; background-color: #F1F1F1; white-space: nowrap; overflow: auto;}
	.products2 .tab-bar:before{ display: none;}
	.products2 .tab-term{ display: inline-block; float: none; padding: 0 0.5rem; width: auto; font-size: 0.3rem; line-height: 4.75; vertical-align: top;}
	.products2 .tab-term + .tab-term:before{ height: 0.2rem;}
	.products2 .tab-term.cur:after{ display: none;}
	.products2 .tab-cont{ padding: 0.5rem 0;}
	.products2 .t_list5{ margin-bottom: 0.5rem;}

	.service_area0{ padding: 1rem 0;}
	.service_area0 .t_tit{ margin-bottom: 0.5rem;}
	.service_area0 .t_tit .h44{ margin-bottom: 0;}
	.service_area0 .t_tit .h34{ margin-bottom: 0.2rem;}
	.service_area0 .anchor{ padding-bottom: 0;}
	.service_area0 .anchor:after{ display: none;}
	.service_area0 .anchor-item{ padding: 0 0.2rem 0.5rem; width: auto; line-height: 2.5; vertical-align: top;}
	.service_area0 .anchor-item.cur{ font-size: 0.28rem;}

	.service_area1{ padding: 1rem 0; height: auto;}
	.service_area1 .bg{ height: 3rem; background-size: cover;}
	.service_area1 .h28{ margin-bottom: 0.5rem;}
	.service_area1 .t_list6{ margin-bottom: 0.2rem; padding-bottom: 0;}
	.service_area1 .t_list6:after{ display: none;}

	.service_area3{ padding: 1rem 0;}
	.service_area3 .h28{ margin-bottom: 0.5rem;}
	.service_area3 .t_list7{ margin-bottom: 0.5rem;}
	.service_area3 .t_list7:after{ display: none;}

	.service_area4{ padding: 1rem 0;}
	.service_area4 .h28{ margin-bottom: 0.5rem;}
	.service_area4 .t_list8{ margin-bottom: 0.5rem;}
	.service_area4 .t_list8:before{ display: none;}

	.service_area5{ padding: 1rem 0; height: auto; background-size: cover;}
	.service_area5 .tit{ margin: 0 0 0.5rem; padding-top: 0;}
	.service_area5 .tit .h28{ margin-bottom: 0.3rem;}
	.service_area5 .tab-bar{ margin: 0 -0.25rem 0.5rem; white-space: nowrap; overflow: auto;}
	.service_area5 .tab-bar:before{ display: none;}
	.service_area5 .tab-term{ width: 3rem; white-space: normal;}
	.service_area5 .tab-item .ul{ margin-bottom: 0.5rem; overflow: hidden;}
	.service_area5 .tab-item .ul:after{ display: none;}
	.service_area5 .tab-item .li{ float: left; margin-bottom: 0.2rem; width: 3.4rem;}
	.service_area5 .tab-item .li:nth-child(even){ margin-left: 0.2rem;}
	.service_area5 .tab-item .hive{ margin-bottom: 0.2rem; width: 2rem; height: 2rem;}
	.service_area5 .tab-item .icon{ width: 0.5rem; height: 0.5rem;}

	.service_area6{ padding: 1rem 0; height: auto;}
	.service_area6 .tit{ position: static; margin-bottom: 0.5rem; width: 100%; text-align: center;}
	.service_area6 .tit .h28{ margin-bottom: 0.3rem;}
	.service_area6 .tit .p{ margin-bottom: 0.5rem;}
	.service_area6 .tit .p:after{ display: none;}
	.service_area6 .tit .t_more{ margin: auto;}
	.service_area6 .ul{ position: relative; height: 3rem; top: 0;}
	.service_area6 .ul:after{ display: none;}
	.service_area6 .li{ position: absolute;}
	.service_area6 .li.l1{ top: 0.2rem; right: 44%; width: 1.5rem;}
	.service_area6 .li.l2{ top: 1rem; right: 62%; width: 2.2rem;}
	.service_area6 .li.l3{ right: 0; width: 3rem;}
	.service_area6 .li.l4,
	.service_area6 .li.l5{ display: none;}
	
	.products_detail1{ margin-bottom: 0; padding: 0 0 0.5rem;}
	.products_detail1 .img{ position: static; height: 4rem; margin-right: 0;}
	.products_detail1 .box{ margin-left: 0; padding: 0.5rem;}
	.products_detail1 .box:after{ display: none;}
	.products_detail1 .ul{ margin-bottom: 0.3rem;}
	.products_detail1 .li{ min-height: 1px;}
	.products_detail1 .li + .li{ margin-top: 0.1rem;}
	.products_detail1 .h28{ margin-bottom: 0.5rem;}
	.products_detail1 .xlabel{ margin-right: 0.2rem;}
	.products_detail1 .xbtn{ position: relative; top: 0; display: block; margin-top: 0; width: 100%; font-size: 0.3rem; line-height: 0.8rem;}
	.products_detail1 .xbtn .pop{ margin-bottom: 0; padding: 0.2rem; width: 2rem; height: 2rem;}

	.products_detail2{ padding: 0.5rem 0 1rem;}
	.products_detail2 .tab-bar:before{ left: -0.25rem; right: -0.25rem;}
	.products_detail2 .tab-term{ padding: 0 0.2rem; width: auto; font-size: 0.3rem; line-height: 0.8rem;}
	.products_detail2 .tab-term + .tab-term{ margin-left: 0.1rem;}
	.products_detail2 .tab-item{ padding: 0.5rem 0;}
	.products_detail2 .tab-item .h{ margin-bottom: 0.2rem;}
	.products_detail2 .tab-item .p + .p{ margin-top: 0.2rem;}

	.products_detail3{ padding: 1rem 0; height: auto; background-size: cover;}
	.products_detail3 .tit{ margin-bottom: 0.5rem;}
	.products_detail3 .tit .h28{ margin-bottom: 0.3rem;}
	.products_detail3 .tit .p{ margin: 0;}
	.products_detail3 .li{ float: none; width: 100%;}
	.products_detail3 .li + .li{ margin-left: 0; margin-top: 0.2rem;}
	.products_detail3 .img{ height: auto;}
	.products_detail3 .icon{ margin-bottom: 0.1rem; width: 0.8rem; height: 0.8rem;}

	.products_detail4{ padding: 1rem 0;}
	.products_detail4 .h28{ margin-bottom: 0.5rem;}
	.products_detail4 .box{ padding-bottom: 0;}
	.products_detail4 .box:before{ display: none;}
	
	.service_pledge1{ padding: 1rem 0; height: auto;}
	.service_pledge1 .t_tit{ margin-bottom: 0.5rem;}
	.service_pledge1 .t_tit .h44{ margin-bottom: 0.1rem;}
	.service_pledge1 .bg{ height: 4rem;}

	.service_pledge2{ margin-bottom: 0;}
	.service_pledge2 .h28{ position: static; margin-left: 0; margin-bottom: 0.5rem; padding: 0; width: 100%; background-color: transparent; text-align: center; color: #333;}
	.service_pledge2 .slick-mod{}
	.service_pledge2 .slick-item{ margin-bottom: 0; height: auto;}
	.service_pledge2 .slick-item .img{ position: static; margin-right: 0; height: 6.35rem;}
	.service_pledge2 .slick-item .cont{ position: static; margin-left: 0; padding: 0.5rem; width: 100%; height: auto;}
	.service_pledge2 .slick-item .h24{ margin-bottom: 0.2rem;}
	.service_pledge2 .slick-item .p + .p{ margin-top: 0.2rem;}
	.service_pledge2 .slick-item .scroll{ height: 3rem;}
	.service_pledge2 .slick-ctrl{ display: none;}
	.service_pledge2 .slick-arrow{ top: 3.17rem; margin-top: 0;}
	.service_pledge2 .slick-arrow:before{ font-size: 0.4rem;}
	.service_pledge2 .slick-prev{ left: 0.2rem; right: auto; margin-right: 0;}
	.service_pledge2 .slick-next{ right: 0.2rem; left: auto; margin-left: 0;}
	.service_pledge2 .mCSB_outside + .mCSB_scrollTools{ right: -20px;}

	.service_pledge3{ padding: 1rem 0;}
	.service_pledge3 .h28{ margin-bottom: 0.5rem;}
	.service_pledge3 .li:nth-child(odd) .img{ float: none; margin-left: 0;}
	.service_pledge3 .li:nth-child(even) .img{ float: none; margin-right: 0;}
	.service_pledge3 .img{ width: 100%; height: auto;}
	.service_pledge3 .cont{ padding: 0.5rem 0.2rem;}
	.service_pledge3 .cont .h24{ margin-bottom: 0.2rem;}
	.service_pledge3 .cont .p + .p{ margin-top: 0.2rem;}

	.service_pledge4{ padding: 1rem 0;}
	.service_pledge4 .img{ float: none; width: 100%; height: auto;}
	.service_pledge4 .cont{ padding: 0.5rem;}
	.service_pledge4 .cont .h28{ margin-bottom: 0.2rem;}
	.service_pledge4 .cont .p + .p{ margin-top: 0.2rem;}
	.service_pledge4 .scroll{ height: 4rem;}
	.service_pledge4 .mCSB_outside + .mCSB_scrollTools{ right: -20px;}

	.service_pledge5{ padding: 1rem 0;}
	.service_pledge5 .h28{ margin-bottom: 0.5rem;}
	.service_pledge5 .li{ float: none; width: 100%;}
	.service_pledge5 .li + .li{ margin-left: 0; margin-top: 0.5rem;}
	.service_pledge5 .h46{ margin-bottom: 0.1rem;}
	.service_pledge5 .h{ margin-bottom: 0;}
	.service_pledge5 .l{ padding-left: 1em;}
	.service_pledge5 .p{ margin-top: 0;}
	.service_pledge5 .box{ padding-bottom: 0;}
	.service_pledge5 .box:after{ display: none;}
	
	.personal_insurance1{ padding: 1rem 0; height: 5rem; background-size: cover;}
	.personal_insurance1 .img{ background-size: cover;}
	.personal_insurance1 .t_tit .h44{ margin-bottom: 0.2rem;}

	.personal_insurance2{ padding: 1rem 0;}
	.personal_insurance2 .img{ position: static; width: 100%; height: auto;}
	.personal_insurance2 .cont{ margin-left: 0; padding: 0.5rem; min-height: 1px;}
	.personal_insurance2 .cont .h24{ margin-bottom: 0.3rem;}

	.personal_insurance3{ padding: 1rem 0;}
	.personal_insurance3 .h28{ margin-bottom: 0.3rem;}
	.personal_insurance3 .li{ float: none; width: 100%;}
	.personal_insurance3 .li + .li{ margin-left: 0; margin-top: 0.3rem;}
	.personal_insurance3 .img{ margin-bottom: 0.2rem; height: auto;}

	.annual_information1{ padding: 1rem 0;}
	.annual_information1 .h34{ margin-bottom: 0.5rem;}
	.annual_information1 .t_table{ margin-bottom: 0.5rem; padding: 0.2rem; font-size: 0.28rem;}
	.annual_information1 .t_table td{ padding: 0.2rem; height: 0.8rem;}
	.annual_information1 .t_table td:nth-child(2){ display: none;}
	.annual_information1 .t_table td:nth-child(3){ width: auto;}
	.annual_information1 .t_table .link:before{ margin-top: 0.15rem;}
	.annual_information1 .tab{ margin-bottom: 0.5rem; white-space: nowrap; overflow: auto;}
	.annual_information1 .tab .link{ margin: 0 0.1rem; padding: 0 0.2rem; width: auto; font-size: 0.3rem; line-height: 0.6rem;}
	.annual_information1 .tab .link.cur{ font-size: 0.3rem;}
	
	.talent_concept1{ padding: 1rem 0; height: auto;}

	.talent_concept2{ padding: 0 0 1rem;}
	.talent_concept2 .bg{ position: static; height: 1.31rem; margin-right: 0; background-size: cover;}
	.talent_concept2 .unit{ height: auto;}
	.talent_concept2 .unit:after{ display: none;}
	.talent_concept2 .cont1{ position: static; padding: 0.5rem; width: 100%; height: auto; background-size: cover;}
	.talent_concept2 .cont1 .h24{ margin-bottom: 0.2rem;}
	.talent_concept2 .cont1 .p{}
	.talent_concept2 .img1{ position: static; width: 100%; height: auto;}
	.talent_concept2 .cont2{ position: static; margin-left: 0; padding: 0.5rem;}
	.talent_concept2 .cont2 .h24{ margin-bottom: 0.2rem;}
	.talent_concept2 .img2{ position: static; margin-right: 0; width: 100%; height: auto;}

	.talent_concept3{ padding: 1rem 0; background-size: cover;}
	.talent_concept3 .tit{ margin: 0 0 0.5rem;}
	.talent_concept3 .tit .h28{ margin-bottom: 0.2rem;}
	.talent_concept3 .ul{ margin-bottom: 0.5rem;}
	.talent_concept3 .li{ float: none; margin-bottom: 0.2rem; padding: 0.5rem; width: 100%; height: auto;}
	.talent_concept3 .li:after{ right: 0.2rem; font-size: 0.3rem;}
	.talent_concept3 .li:nth-child(even){ margin-left: 0;}
	.talent_concept3 .li .p{ position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.talent_concept3 .more{ margin: 0 0.1rem; width: 2.2rem;}

	.talent_concept4{ padding: 1rem 0;}
	.talent_concept4 .tit{ margin: 0 0 0.5rem;}
	.talent_concept4 .tit .h28{ margin-bottom: 0.2rem;}
	.talent_concept4 .ul{ padding-bottom: 0;}
	.talent_concept4 .ul:after{ display: none;}
	.talent_concept4 .li{ margin-bottom: 0.2rem; width: 3rem; height: 4rem; font-size: 0.28rem;}
	.talent_concept4 .li + .li{ margin-left: 0;}
	.talent_concept4 .li:nth-child(even){ margin-left: 0.2rem;}
	.talent_concept4 .hive5{ width: 4rem;}
	.talent_concept4 .inner{ margin: 0.5rem 0; padding: 0.3rem 0.8rem;}
	.talent_concept4 .icon{ margin-bottom: 0.2rem; width: 0.5rem; height: 0.5rem;}
	.talent_concept4 .no{ font-size: 0.28rem;}
	.talent_concept4 .li:hover:after{ display: none;}
	
	.claims_area1{ padding: 1rem 0; height: auto;}
	.claims_area1 .t_tit .h44{ margin-bottom: 0;}

	.claims_area2{ padding: 1rem 0; height: auto;}
	.claims_area2 .img{ position: static; width: 100%; height: auto;}
	.claims_area2 .ul:after{ display: none;}
	.claims_area2 .li{ float: none; padding: 0.5rem; width: 100%; height: auto;}
	.claims_area2 .l1{ margin-top: 0;}
	.claims_area2 .l2{ margin-left: 0; margin-top: 0;}
	.claims_area2 .li .h24{ margin-bottom: 0.3rem;}
	.claims_area2 .li .p{ margin-bottom: 0.5rem;}
	.claims_area2 .li .p:after{ display: none;}

	.claims_area3{ padding: 1rem 0;}
	.claims_area3 .h28{ margin-bottom: 0.5rem;}
	.claims_area3 .box{ margin: 0;}
	.claims_area3 .ul{ margin-left: 0; padding: 0; height: auto;}
	.claims_area3 .li{ padding: 0.5rem;}
	.claims_area3 .img{ position: static; margin-bottom: 0.3rem; width: 100%; height: auto; display: block;}
	.claims_area3 .h16{ margin-bottom: 0.1rem;}
	.claims_area3 .p{ height: auto;}
	.claims_area3 .li.cur{ color: #333;}
	.claims_area3 .li.cur .p{ color: #666666;}

	.claims_area4{ padding: 1rem 0;}
	.claims_area4 .h28{ margin-bottom: 0.5rem;}
	.claims_area4 .box{ padding-bottom: 0;}
	.claims_area4 .box:after{ display: none;}
	.claims_area4 .ul{ display: block; margin-bottom: 0.5rem; height: auto;}
	.claims_area4 .ul:after{ display: none;}
	.claims_area4 .li{ float: none; padding: 0.5rem; width: 100%;}
	.claims_area4 .li + .li{ margin-left: 0; margin-top: 0.3rem;}
	.claims_area4 .h24{ margin-bottom: 0.2rem;}
	
	.vip1{ padding: 1rem 0; height: auto;}
	.vip1 .t_tit .h44,
	.vip1 .t_tit .h34{ margin-bottom: 0;}
	.vip1 .t_tit .p{ margin: 0;}

	.vip2{ padding: 1rem 0;}
	.vip2 .h28{ margin-bottom: 0.5rem;}
	.vip2 .list-item{ float: none; width: 100%;}
	.vip2 .list-item + .list-item{ margin-left: 0; margin-top: 0.5rem;}
	.vip2 .list-item .hive{ margin: 0 auto 0.5rem; width: 60%;}
	.vip2 .list-item .h18{ margin-bottom: 0.3rem;}
	.vip2 .list-item .p + .p{ margin-top: 0.2rem;}

	.vip3{ padding: 1rem 0;}
	.vip3 .h28{ margin-bottom: 0.5rem;}
	.vip3 .img{ float: none; margin-right: 0; width: 100%;}
	.vip3 .unit{ margin: 0; height: auto;}
	.vip3 .ul{ padding: 0.5rem;}
	.vip3 .li{ padding: 0.2rem 0;}
	.vip3 .li .cont{ padding: 0.2rem 0;}
	.vip3 .li .scroll{ height: 3rem;}
	.vip3 .li .p{ float: none; margin-top: 0.2rem; width: 100%;}

	.vip4{ padding: 1rem 0;}
	.vip4 .h28{ margin-bottom: 0.5rem;}
	.vip4 .h{ margin: 0 0 0.5rem;}
	.vip4 .hb{ margin-bottom: 0.5rem;}
	.vip4 .ul{ padding-bottom: 0;}
	.vip4 .ul:after{ display: none;}
	.vip4 .li{ float: none; margin: 0; width: 100%; height: auto; overflow: hidden;}
	.vip4 .li + .li{ margin-top: 0.2rem;}
	.vip4 .li .img{ margin: 0; padding: 0.2rem; width: 1.8rem; height: 1.8rem;}
	.vip4 .li .p{ padding: 0.2rem;}
	
	.insurance_policy1{ padding: 1rem 0; height: auto;}
	.insurance_policy1 .t_tit .h44{ margin-bottom: 0;}

	.insurance_policy2{ padding: 1rem 0; background-size: cover;}
	.insurance_policy2 .h28{ margin-bottom: 0.5rem;}

	.insurance_policy3{ padding: 1rem 0;}
	.insurance_policy3 .h28{ margin-bottom: 0.5rem;}
	.insurance_policy3 .ul{ padding: 0; background: none;}
	.insurance_policy3 .li{ position: relative; float: none; padding-left: 1.3rem; width: 100%; overflow: hidden;}
	.insurance_policy3 .li + .li{ margin-left: 0; margin-top: 0.3rem;}
	.insurance_policy3 .li:nth-child(odd){ margin-top: 0.3rem;}
	.insurance_policy3 .li:nth-child(odd) .cont{ margin-top: 0;}
	.insurance_policy3 .li:nth-child(even) .cont{ margin-bottom: 0;}
	.insurance_policy3 .li .hive{ position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1rem; height: 0.58rem;}
	.insurance_policy3 .li .cont{ position: static; width: auto; overflow: hidden;}
	.insurance_policy3 .li .no{ float: none; margin-right: 0; margin-bottom: 0.2rem; font-size: 0.5rem;}
	.insurance_policy3 .li .txt{ padding-left: 0.2rem;}
	.insurance_policy3 .li .icon{ width: 0.5rem; height: 0.5rem;}

	.insurance_policy4{ padding: 1rem 0; background-size: cover;}
	.insurance_policy4 .h28{ margin-bottom: 0.5rem;}
	.insurance_policy4 .li{ display: block; margin: 0 0 0.2rem; width: 100%; height: 6rem;}
	.insurance_policy4 .hive5{ width: 6rem;}
	.insurance_policy4 .inner{ padding-top: 0.5rem; width: 80%;}
	.insurance_policy4 .li .no{ margin-bottom: 0.2rem; font-size: 0.8rem;}
	.insurance_policy4 .li .p{ font-size: 0.28rem;}

	.insurance_policy5{ padding: 1rem 0;}
	.insurance_policy5 .h28{ margin-bottom: 0.5rem;}
	.insurance_policy5 .li:nth-child(odd) .img,
	.insurance_policy5 .li:nth-child(even) .img{ float: none;}
	.insurance_policy5 .li:nth-child(odd) .cont,
	.insurance_policy5 .li:nth-child(even) .cont{ padding: 0.5rem;}
	.insurance_policy5 .li .img{ margin-bottom: 0.2rem; width: 100%; height: auto;}
	.insurance_policy5 .li .no{ margin-bottom: 0.2rem; font-size: 0.8rem;}

	.newscentres1{ padding: 1rem 0;}
	.newscentres1 .head{ margin-bottom: 0.15rem;}
	.newscentres1 .tab{ margin-bottom: 0.5rem;}
	.newscentres1 .tab .link{ margin: 0 0.05rem; padding: 0.2rem 0.3rem; width: auto; font-size: 0.3rem;margin-top: 0.15rem;}
	.newscentres1 .view{ margin-bottom: 0.5rem; padding-bottom: 0; background: url(../image/bg38.jpg);}
	.newscentres1 .view:before{ display: none;}
	.newscentres1 .slick-item .img{ float: none; width: 100%; height: auto;}
	.newscentres1 .slick-item .cont{ padding: 0.5rem;}
	.newscentres1 .slick-item .h24{ margin-bottom: 0.2rem;}
	.newscentres1 .slick-item .p{ margin-bottom: 0.2rem;}
	.newscentres1 .slick-item .date,
	.newscentres1 .slick-item .date .s{ font-size: 0.3rem;}
	.newscentres1 .slick-paging{ right: 0.5rem; bottom: 0.5rem; padding: 0 0.5rem;}
	.newscentres1 .slick-paging .num{ font-size: 0.3rem;}
	.newscentres1 .slick-arrow:before{ font-size: 0.3rem;}
	.newscentres1 .list{ margin-bottom: 0.5rem; padding: 0;}
	.newscentres1 .list-item{ padding: 0.3rem; height: auto;}
	.newscentres1 .list-item .img{ float: none; margin-right: 0; width: 100%;}
	.newscentres1 .list-item .cont{ padding: 0.3rem 0;}
	.newscentres1 .list-item .h18{ margin-bottom: 0.2rem;}
	.newscentres1 .list-item .p{ margin-bottom: 0.3rem;}
	.newscentres1 .list-item .date,
	.newscentres1 .list-item .date .s{ font-size: 0.3rem;}
	.newscentres1 .list-item .more{ display: none;}
	
	.dbcolumn{ padding: 1rem 0;}
	.dbcolumn .side{ float: none; margin-right: 0; margin-bottom: 0.5rem; width: 100%;}
	.dbcolumn .side-item .tit,
	.dbcolumn .side-item .ul{ padding: 0.2rem 0.3rem;}
	.dbcolumn .side-item .tit:after{ right: 0.4rem;}
	.dbcolumn .side-item .li + .li{ margin-top: 0.1rem;}
	.dbcolumn .side-item .l3 .p + .p{ margin-top: 0.1rem;}
	.dbcolumn .main-head{ margin-bottom: 0.3rem;}
	.dbcolumn .main-head .tab{ margin-bottom: 0.3rem;}
	.dbcolumn .main-head .link{ padding: 0; font-size: 0.28rem;}
	.dbcolumn .main-head .link + .link{ margin-left: 0.2rem; padding: 0; font-size: 0.28rem;}
	
	.relatedtransactions{ padding: 0.5rem 0;}
	.relatedtransactions .t_table{ margin-bottom: 0.2rem; padding: 0 0.3rem; font-size: 0.28rem;}
	.relatedtransactions .t_table table{ table-layout: fixed;}
	.relatedtransactions .t_table tr + tr{ border-top: 1px solid #dedfe0;}
	.relatedtransactions .t_table td{ padding: 0.2rem 0;}
	.relatedtransactions .t_table td:nth-child(2){ width: 2rem;}
	.relatedtransactions .t_table td:nth-child(3){ width: 0.5rem;}

	.essentialinformation{ padding: 0;}
	.essentialinformation .table-head{ padding: 0.2rem 0.5rem;}
	.essentialinformation .table-head .ico{ margin-right: 0.1rem; width: 0.3rem; height: 0.3rem;}
	.essentialinformation .table-cont{ padding: 0.3rem;}
	.essentialinformation .table-row{ display: block; overflow: hidden;}
	.essentialinformation .table-row + .table-row{ margin-top: 0.2rem;}
	.essentialinformation .xlabel,
	.essentialinformation .xdetail{ display: block; float: left; padding: 0; white-space: normal;}
	.essentialinformation .xlabel{ word-break: break-all; text-align: left;}
	.essentialinformation .tip{ padding: 0;}
	.essentialinformation .down:after{ margin-left: 0.1rem; width: 0.24rem; height: 0.24rem; background-size: contain;}
	.essentialinformation .table-head .more{ right: 0; font-size: 0.3rem;}
	.essentialinformation .t_table .link:before{ margin-top: 0.15rem;}
	.essentialinformation .t_table td{ padding: 0.2rem; word-break: break-all;}	
	.essentialinformation .t_table .date{ font-size: 0.28rem;}
	
	.specialinformation .list-item + .list-item{ margin-top: 0.2rem;}
	.specialinformation .list-item .h24{ padding: 0.2rem 0.5rem;}
	.specialinformation .list-item .tab{ margin-top: 0.2rem; font-size: 0.24rem;}
	.specialinformation .list-item .tab .link{ font-size: 0.24rem;}
	.specialinformation .list-item .tab .link + .link{ margin-left: 0.2rem;}
	.specialinformation .list-item .more{ right: 0.4rem; font-size: 0.3rem;}
	.specialinformation .list-item .ico{ margin-right: 0.1rem; width: 0.27rem; height: 0.27rem;}
	.specialinformation .t_table{ padding: 0.2rem;}
	.specialinformation .t_table td{ padding: 0.2rem; word-break: break-all;}
	.specialinformation .t_table td:nth-child(2){ width: 1.8rem;}
	.specialinformation .t_table td:nth-child(3){ width: 0.5rem;}
	.specialinformation .t_table .link:before{ margin-top: 0.15rem;}
	.specialinformation .t_table .date{ font-size: 0.28rem;}
	.specialinformation .t_table .url{ margin-left: 0.2rem; margin-top: 0.2rem;}
	
/* ****************************************************** */
	
/* 移动端详情页 */
	.article{ padding: 0.8rem 0; font-size: 0.28rem;}
	.article-title{ margin-bottom: 0.4rem;}
	.article-title .h30{ margin-bottom: 0.2rem;}
	.article-cont{ margin-bottom: 0.3rem;}
	.article-cont .p + .p{ margin-top: 0.2rem;}
	.article-cont .img{ margin: 0.3rem 0;}
	.article-paging{ padding: 0.3rem 0; line-height:1.5;}
	.article-prev{ margin-bottom: 0.2rem;}
	.article-prev, .article-next{ float: none; width: 100%; text-align: left;}
	
	.article .share-mod{ padding: 0.5rem 0;}
	.article .share-box .share-item{ width: 0.6rem; font-size: 0.4rem;}

/* 移动端搜索结果页 */
	.result{ padding: 0.8rem 0;}
	.result .h24{}
	.result .h24 span{ margin-left: 0.3rem; font-size: 0.3rem;}
	.result .list{ margin-bottom: 0.5rem;}
	.result .list-item{ padding: 0.4rem 0;}
	.result .list .h18{ margin-bottom: 0.2rem;}

/* 移动端网站地图 */
	.sitemap{ padding: 0.4rem 0;}
	.sitemap dl{ padding: 0.3rem 0;}
	.sitemap dt{ font-size: 0.32rem;}
	.sitemap dd{ margin-top: 0.2rem;}
	.sitemap dd a{ margin-right: 0.2rem;}


	
}

.pop-wran{}
.pop-wran .pop-dialog{ padding: 40px 130px 90px; width: 780px; background-color: #fff; text-align: center;}
.pop-wran .t{}
.pop-wran .p{ margin-top: 28px;}
.pop-wran .btns{ margin-top: 42px;}
.pop-wran .btn{ display: inline-block; margin: 0 25px; padding: 8px; width: 160px; border-radius: 999px; font-size: 18px; color: #fff; cursor: pointer;}
.pop-wran .btn:nth-child(1){ background-color: #0d60b5;}
.pop-wran .btn:nth-child(2){ background-color: #a2a2a2;}

.pop-tip{}
.pop-tip .pop-dialog{ padding: 42px 70px 65px; width: 770px; background-color: #fff; text-align: center;}
.pop-tip .t{}
.pop-tip .p{ margin-top: 15px; line-height: 1.7273; text-align: left;}
.pop-tip .btns{ margin-top: 42px;}
.pop-tip .btn{ display: inline-block; margin: 0 25px; padding: 8px; width: 160px; border-radius: 999px; font-size: 18px; color: #fff; cursor: pointer;}
.pop-tip .btn:nth-child(1){ background-color: #0d60b5;}
.pop-tip .btn:nth-child(2){ background-color: #a2a2a2;}

.dbcolumn .ht{ margin-bottom: 70px; text-align: center;}
.dbcolumn .main-head.sp{ position: relative; margin-bottom: 40px;}
.dbcolumn .main-head.sp .h34{ margin-bottom: 0; line-height: 1.2;}
.dbcolumn .main-head.sp .tab{ position: absolute; right: 0; top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dbcolumn .main-head.sp .link{ border-bottom-width: 2px; font-size: 24px;}

.cptksm{ padding: 40px 50px 65px; background-color: #fff;}
.cptksm .table{ margin-bottom: 50px; text-align: center;}
.cptksm .table table{ width: 100%; border: 1px solid #939393;}
.cptksm .table tr{}
.cptksm .table th{ height: 66px; background-color: #0d60b5; width: 33%; font-size: 18px; color: #fff; font-weight: normal; text-align: center;}
.cptksm .table td{ padding: 10px; height: 50px; font-size: 16px; border: 1px solid #939393;}
.cptksm .table td:nth-child(1){ white-space: nowrap;}
.cptksm .table .link{ color: #666;}

.tzdwjgcx{ padding: 95px 0 180px; background-color: #f7f8fa;}
.tzdwjgcx .ht{ margin-bottom: 42px; text-align: center;}
.tzdwjgcx .ul{ margin-bottom: 60px; padding: 35px 30px; background-color: #fff;}
.tzdwjgcx .li{ padding: 26px 0; font-size: 18px;}
.tzdwjgcx .li + .li{ border-top: 1px solid #d4d4d4;}
.tzdwjgcx .link{ position: relative; display: block; padding-left: 25px;
	transition: all .3s;
	-ms-transition: all .3s;
}
.tzdwjgcx .link::before{ content: ''; position: absolute; left: 0; top: 50%; width: 11px; height: 11px; border: 2px solid #d4af02; border-radius: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.cpjh{ padding: 95px 0 182px; background-color: #f7f8fa;}
.cpjh .ht{ text-align: center;}
.cpjh .slick-mod{ margin: auto; margin-top: 10px; padding: 0 30px; width: 850px;}
.cpjh .slick-slide{ margin: 0 24px;}
.cpjh .slick-item{ padding: 9px 0;}
.cpjh .slick-arrow{ width: 30px; height: 30px; background: url(../image/ico18.png) center no-repeat; background-size: 50%;}
.cpjh .slick-arrow::before{ display: none;}
.cpjh .slick-prev{ left: 0;}
.cpjh .slick-next{ right: 0;
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cpjh .slick-disabled{ opacity: 0.5; pointer-events: none;}
.cpjh .slick-item .p{ position: relative; padding: 4px 0; border-bottom: 2px solid transparent; text-align: center; cursor: pointer;}
.cpjh .slick-item .p::after{ content: ''; position: absolute; left: 50%; top: 100%; border: 5px solid transparent; border-top: 9px solid #f5b300; visibility: hidden;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cpjh .slick-item .p.cur{ border-bottom-color: #f5b300; color: #f5b300;}
.cpjh .slick-item .p.cur::after{ visibility: visible;}
.cpjh .tab-cont{ position: relative; margin-top: 40px;}
.cpjh .tab-item{ position: absolute; left: 0; right: 0; top: 0; padding: 35px 100px 60px 48px; background-color: #fff; visibility: hidden;}
.cpjh .tab-item.act{ position: relative; visibility: visible;}
.cpjh .tab-item .past{ float: right; margin-bottom: 45px; padding: 8px 15px; background-color: #f2f4f7; font-size: 18px;
	transition: all .3s;
}
.cpjh .tab-item .view{ clear: both;}
.cpjh .tab-item .view-side{ float: left; padding-right: 12px; border-right: 2px solid #cfcfcf;}
.cpjh .tab-item .row + .row{ margin-top: 44px; padding-top: 44px; border-top: 1px solid #cfcfcf;}
.cpjh .tab-item .row .t{ }
.cpjh .tab-item .row .t .s{ margin-left: 5px;}
.cpjh .tab-item .row .b{ margin-top: 15px; font-family: arial; font-size: 60px; color: #ec8532; line-height: 1;}
.cpjh .tab-item .row .p{ margin-top: 7px; color: #999;}
.cpjh .tab-item .row .d{ font-family: arial;}
.cpjh .tab-item .view-main{ float: right; width: 845px;}
.cpjh .tab-item .chart{ width: 885px; height: 356px;}
.cpjh .tab-item .ul{ margin-top: 35px; text-align: right;}
.cpjh .tab-item .li{ display: inline-block; margin-left: 5px; padding: 8px; width: 100px; background-color: #f2f4f7; vertical-align: top; font-size: 18px; text-align: center; cursor: pointer;}
.cpjh .tab-item .li.now{ background-color: #ec8532; color: #fff;}


.cpjhls{ padding: 95px 0 182px; background-color: #f7f8fa;}
.cpjhls .ht{ text-align: center;}
.cpjhls .slick-mod{ margin: auto; margin-top: 10px; padding: 0 30px; width: 850px;}
.cpjhls .slick-slide{ margin: 0 24px;}
.cpjhls .slick-item{ padding: 9px 0;}
.cpjhls .slick-arrow{ width: 30px; height: 30px; background: url(../image/ico18.png) center no-repeat; background-size: 50%;}
.cpjhls .slick-arrow::before{ display: none;}
.cpjhls .slick-prev{ left: 0;}
.cpjhls .slick-next{ right: 0;
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cpjhls .slick-disabled{ opacity: 0.5; pointer-events: none;}
.cpjhls .slick-item .p{ position: relative; padding: 4px 0; border-bottom: 2px solid transparent; cursor: pointer;}
.cpjhls .slick-item .p::after{ content: ''; position: absolute; left: 50%; top: 100%; border: 5px solid transparent; border-top: 9px solid #f5b300; visibility: hidden;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cpjhls .slick-item .p.cur{ border-bottom-color: #f5b300; color: #f5b300;}
.cpjhls .slick-item .p.cur::after{ visibility: visible;}
.cpjhls .tab-cont{ position: relative; margin-top: 40px;}
.cpjhls .tab-item{ display: none;}
.cpjhls .tab-item.act{ display: block;}
.cpjhls .tab-item .screen{ padding: 30px 0; background-color: #0d60b5; font-size: 18px; text-align: center; line-height: 42px;}
.cpjhls .tab-item .screen .l{ display: inline-block; color: #fff; vertical-align: top;}
.cpjhls .tab-item .screen .input{ position: relative; display: inline-block; margin-right: 30px; padding: 0 20px; width: 298px; height: 42px; background-color: #fff; cursor: pointer; vertical-align: top; text-align: left;}
.cpjhls .tab-item .screen .input::after{ content: ''; position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; background: url(../image/ico17.png) left no-repeat; background-size: auto 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cpjhls .tab-item .screen .submit{ display: inline-block; padding: 0 18px; background-color: #f5b300; color: #fff; vertical-align: top;}
.cpjhls .tab-item .table{ margin-top: 3px; margin-bottom: 64px; padding: 67px 85px 78px; background-color: #fff; font-size: 18px; text-align: center;}
.cpjhls .tab-item .table table{ width: 100%; border: 1px solid #a0a0a0;}
.cpjhls .tab-item .table tr{ }
.cpjhls .tab-item .table th{ height: 67px; background-color: #0d60b5; font-weight: normal; color: #fff;}
.cpjhls .tab-item .table td{ height: 54px; border: 1px solid #a0a0a0;}
.cpjhls .tab-item .table td:last-child{ color: #999;}

@media screen and (min-width: 1021px){
	
	/*	仅在 pc 端触发的效果类	*/
	
	.tzdwjgcx .link:hover{ color: #d4af02;}
	.cpjh .slick-arrow:hover,
	.cpjhls .slick-arrow:hover{ background-image: url(../image/ico19.png);}
	.cpjhls .tab-item .screen .input:hover::after{ background-position: right;}
	.cpjh .tab-item .past:hover{ background-color: #ec8532; color: #fff;}

	
}



/*	移动端 1024 以下	*/
@media screen and (max-width: 1020px){
	.pop-wran{}
	.pop-wran .pop-dialog{ width: 90%; padding: 0.5rem;}
	.pop-wran .p{ margin-top: 0.2rem;}
	.pop-wran .btns{ margin-top: 0.3rem;}
	.pop-wran .btn{ margin: 0 0.1rem; padding: 0.1rem 0.5rem; width: auto; font-size: 0.3rem;}

	.pop-tip{}
	.pop-tip .pop-dialog{ width: 90%; padding: 0.5rem;}
	.pop-tip .p{ margin-top: 0.2rem;}
	.pop-tip .btns{ margin-top: 0.3rem;}
	.pop-tip .btn{ margin: 0 0.1rem; padding: 0.1rem 0.5rem; width: auto; font-size: 0.3rem;}

	.dbcolumn .ht{ margin-bottom: 0.5rem;}
	.dbcolumn .main-head.sp{ margin-bottom: 0.2rem;}
	.dbcolumn .main-head.sp .h34{ margin-bottom: 0.2rem;}
	.dbcolumn .main-head.sp .tab{ position: static;
		transform: none;
	}
	.dbcolumn .main-head.sp .link{ font-size: 0.36rem;}
	
	
	.cptksm{ padding: 0.5rem 0.2rem;}
	.cptksm .table{ margin-bottom: 0.5rem;}
	.cptksm .table th{ padding: 0.2rem; font-size: 0.3rem; white-space: nowrap;}
	.cptksm .table td{ padding: 0.2rem; font-size: 0.28rem;}
	.cptksm .table td:nth-child(1){ white-space: normal;}

	.tzdwjgcx{ padding: 0.5rem 0;}
	.tzdwjgcx .ht{ margin-bottom: 0.5rem;}
	.tzdwjgcx .ul{ margin-bottom: 0.5rem; padding: 0.2rem;}
	.tzdwjgcx .li{ padding: 0.2rem 0; font-size: 0.3rem;}

	.cpjh{ padding: 0.5rem 0;}
	.cpjh .slick-mod{ margin-top: 0.2rem; padding: 0 0.5rem; width: 100%;}
	.cpjh .slick-slide{ margin: 0 0.1rem;}
	.cpjh .slick-arrow{ width: 0.4rem; height: 0.4rem;}
	.cpjh .tab-cont{ margin-top: 0.5rem;}
	.cpjh .tab-item{ padding: 0.5rem;}
	.cpjh .tab-item .past{ margin-bottom: 0.2rem; padding: 0.1rem 0.2rem; font-size: 0.3rem;}
	.cpjh .tab-item .view-side{ float: none; margin-bottom: 0.2rem; padding-right: 0; border-right: 0;}
	.cpjh .tab-item .view-main{ padding-bottom: 15px; width: 100%; overflow: auto;}
	.cpjh .tab-item .row + .row{ margin-top: 0.2rem; padding-top: 0.2rem;}
	.cpjh .tab-item .row .b{ margin-top: 0.2rem; font-size: 0.4rem;}
	.cpjh .tab-item .row .p{ margin-top: 0.1rem;}
	.cpjh .tab-item .chart{ width: 700px; height: 6rem;}
	.cpjh .tab-item .ul{ position: sticky; left: 0; margin-top: 0.3rem; overflow: hidden;}
	.cpjh .tab-item .li{ float: left; margin-left: 0; margin-right: 0.1rem; margin-bottom: 0.1rem; padding: 0.1rem 0.2rem; width: auto; font-size: 0.3rem;}


	.cpjhls{ padding: 0.5rem 0;}
	.cpjhls .slick-mod{ margin-top: 0.2rem; padding: 0 0.5rem; width: 100%;}
	.cpjhls .slick-slide{ margin: 0 0.1rem;}
	.cpjhls .slick-arrow{ width: 0.4rem; height: 0.4rem;}
	.cpjhls .tab-cont{ margin-top: 0.5rem;}
	.cpjhls .tab-item .screen{ padding: 0.2rem; font-size: 0.3rem; line-height: normal;}
	.cpjhls .tab-item .screen .l{ display: block; margin-bottom: 0.2rem; padding: 0.1rem 0; text-align-last: left;}
	.cpjhls .tab-item .screen .input{ display: block; margin-right: 0; margin-bottom: 0.3rem; padding: 0 0.2rem; width: 100%; height: 0.6rem; line-height: 0.6rem;}
	.cpjhls .tab-item .screen .input::after{ right: 0.2rem; top: 50%; width: 0.3rem; height: 0.3rem;}
	.cpjhls .tab-item .screen .submit{ display: block; padding: 0.2rem;}
	.cpjhls .tab-item .table{ margin-bottom: 0.5rem; padding: 0.2rem; font-size: 0.3rem;}
		
}


