html,
body,
div,
ul,
li,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
#map {
    width: 100%;
    height: 500px;
}
li {
    list-style: none;
}

.text-uppercase {
    text-transform: uppercase;
}

body {
    color: #666;
    font-size: 14px;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #666;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: rgb(255, 255, 255, 0.4);
}

.navbar-nav>li {
    margin: 18px 30px;
}

.navbar-form {
    margin-top: 25px;
    margin-left: 10px;
}

.fgroup {
    position: relative;
}

.fgroup .icon-search {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 20px;
}

.sinput {
    width: 120px !important;
    border-radius: 20px;
    height: 30px;
    font-size: 14px;
    color: #666;
}

.snews {
    overflow: hidden;
}

.sy-box {
    margin-top: 3%;
    margin-bottom: 3%;
}

.nav-tabs {
    background: #f6f6f6;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-top: 2px solid #efb200;
    color: #ef6000;
    font-size: 24px;
}

.nav-tabs span.a1 {
    padding: 9px 10px 0 0;
    font-size: 12px;
    color: #999;
}

.nav-tabs>li>a {
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 15px;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border-top: 2px solid #efb200;
    color: #ef6000 !important;
}

.tab-pane {
    margin-top: 2%;
}

.snews h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5%;
}

.snews span.aa {
    display: inline-block;
    margin-top: 4%;
    color: #999999;
    font-size: 12px;
}

.tab-content {
    padding: 0 10px;
    overflow: hidden;
}

.nlist {
    margin-top: 3%;
    padding: 0 10px 20px;
}

.nlist a {
    color: #666;
}

.nlist li {
    border-bottom: 1px dashed #ddd;
    line-height: 37px;
}

.nlist a span {
    font-size: 12px;
    color: #999;
}

.dlist li {
    line-height: 32px;
}

.snews1 {
    border-bottom: 3px solid #efb200;
}

.ybg {
    background: url(../styles/images/ybg.jpg) no-repeat;
    margin-top: 3%;
    padding-top: 4%;
    padding-bottom: 4%;
    overflow: hidden;
}

.ybg .container,.shi .container {
    background: #fff;
    margin-top: 2%;
    padding-top: 3%;
}
.shi .container{
    margin-bottom: 0%;
    padding-bottom: 1%;
}
.ybg .row,
.ybg .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
.ytit{
    margin-bottom: 2%;
}
.ctit {
    padding: 4% 0;
}
.ctit a {
    color: #333;
}
.ctit:hover a{
    color: #efb200;
}
.ctit h2 {
    position: relative;
    padding-bottom: 20px;
	color: #333;
}



.ctit h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 4px;
	
    background: #efb200;
}

.video-img {
    position: relative;
    overflow: hidden;
}

.video-img img {
    transition: all ease-in-out 0.3s;
}

.video-img:hover img {
    transform: scale(1.2, 1.2);
}

.she1 {
    margin-bottom: 5%;
}

.she1 img {
    margin-bottom: 12%;
}

.she1 p {
    line-height: 36px;
}

.she2 {
    position: relative;
    overflow: hidden;
}

.she2 img {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.she2:hover img {
    transform: scale(1.1, 1.1);
}

.she .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.she2 h4 {
    position: relative;
    width: 100%;
    background: rgba(233, 233, 233, 0);
    color:rgba(83,83,83,0);
    font-weight: bold;
    margin-top: -40px;
    line-height: 40px;
    margin-bottom: 0;
    transition: background ease-in-out .3s;
}
.she2:hover h4 {
    position: relative;
    width: 100%;
    background: rgba(233, 233, 233, 0.8);
    color:rgba(83,83,83,1);
    font-weight: bold;
    margin-top: -40px;
    line-height: 40px;
    margin-bottom: 0;
}
.bbt{
	margin-top: 13.3%;
}

.amenu111 li:last-child{
	width: 100%;
}
.about-more{margin-top:15px;padding:12px 40px;border:1px solid #efb200;color:#efb200;text-shadow:none;}
.about-more:hover{background:#efb200;color:#444;}
.li{
    position: relative;
}
.libg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0,.47);
    color: #fff;
    display: flex;
flex-direction: column;
justify-content: center;
}

.libg h2{
    font-size: 35px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    transition: all ease-in-out .3s;
}
.libg img{
    transition: all ease-in-out .3s;
}
.lbg{background: rgb(0,0,0,0);}
.lbg h2{
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
}
.lbg h2.a1{
	line-height: 38px;
}
.aqi{
    margin-top:5%;
}
.q1 .col-md-4{
    padding:0 2% 2%;
}
.pimg{
    position: relative;
    overflow: hidden;
}
.pimg img,.simg img{transition: all ease-in-out .3s;}
.pimg:hover img,.simg:hover img{
    transform: scale(1.1,1.1);
}
.hua{
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.44);
    color: #fff;
    transition: width,height ease-in-out .3s;
    display:flex;
    justify-content: center;  
    align-items: center;
}
.pimg:hover .hua{
    height:100%;
}
.hua h2{
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
}
.hua h2 span{
    display: block;
}
.hua h2 a{
    color:rgb(255,255,255,0);
}
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
    margin-top: 3%;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #efb201;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #efb201;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #efb201;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#efb201;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #efb201;
    color: #fff;
    border-color: #efb201;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}
.gonggao .col-md-4{
	padding-left: 0;
}
.pimg:hover .hua h2 a{
    color: #fff;
}
.pinfo{
    background-color: #f7f7f7;
    padding: 20px 0;
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}
.d1{
	background:url(../styles/images/d1.jpg) no-repeat center top;
	padding:8% 44% 3% 5%;
	font-size: 24px;
	line-height:48px;
	background-size: cover; 
	color: #fff;
	min-height: 535px;
}
.d2{
	background:url(../styles/images/d2.jpg) no-repeat center top;
	padding:8% 5% 3% 47%;
	font-size: 24px;
	line-height:48px;
	background-size: cover; 
	color: #fff;
	min-height: 535px;
}
.d1 span,.d2 span{
	font-size: 30px;
}
.ddd img{
	margin-bottom: 12%;
}
.dfont{text-align: justify;}
.m20{
	margin-top: 50px;
	margin-bottom: 127px;
}
.slist{
    border:1px solid #dedede;
    margin-bottom: 8%;
}
.sinfo{
    background-color: #dedede;
    line-height: 24px;
    padding: 10px 0;
}
.simg{
    position: relative;
    overflow: hidden;
}
.syin{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background:rgba(130,130,130,0);
    transition: background,width ease-in-out .3s;
    padding-top: 40%;
}
.simg:hover .syin{
    width: 100%;
    background:rgba(130,130,130,0.52);
}
.syin h2 a{
    color: rgba(255,255,255,0);
}
.simg:hover .syin h2 a{
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}
.syin h2 a i{
    font-size: 27px;
    display: inline-block;
    padding-top: 20px;
}
.slist:hover .sinfo {
    background:#efb200;
}
.slist:hover .sinfo a{
    color: #fff;
}
.miao{
    margin-top: 4%;
}
.miao .nav-tabs{
    border-bottom:2px solid #d6d6d6;
    background:none;
}
.miao .nav-tabs>li>a{
    border:0 none;
    font-size: 18px;
    font-weight: normal;
    color: #6c6c6c;
}
.miao .nav-tabs>li.active>a,.miao .nav-tabs>li.active>a:focus,.miao .nav-tabs>li.active>a:hover {
    color: #6c6c6c;
    font-size: 18px;
    border:0 none;
    border-bottom: 2px solid #c89913;
}
.shulist h3{
    background: #efb200;
    color: #fff;
    padding: 20px 0;
    font-weight: normal;
    border:1px solid #eadeba;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
}
.shulist ul{
    border:1px solid #eeeeee;
}
.shulist ul li{

    text-align: center;
    background: #e9e9e9;
    border-bottom: 2px solid #f0f0f0;
    line-height: 59px;
    font-size: 18px;
}
.shulist ul li:hover,.shulist ul .active{
    background: #a4a4a4;
}



.shulist ul .active a{
   color: #fff;
   text-decoration: none;
}
.shulist ul li:hover a{
    color: #fff;
}
.you{
    padding: 0 3%;
}
table {font-family: verdana,arial,sans-serif;font-size:11px;color:#333333;border-width: 1px;border-color: #666666;border-collapse: collapse;}

table th {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #dedede;}

table td {text-align:center;border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #ffffff;}







		.BMap_mask {
				background: transparent url(https://api.map.baidu.com/images/blank.gif);
			}

			.BMap_noscreen {
				display: none;
			}

			.BMap_button {
				cursor: pointer;
			}

			.BMap_zoomer {
				background-image: url(https://api.map.baidu.com/images/mapctrls1d3.gif);
				background-repeat: no-repeat;
				overflow: hidden;
				font-size: 1px;
				position: absolute;
				width: 7px;
				height: 7px;
			}

			.BMap_stdMpCtrl div {
				position: absolute;
			}

			.BMap_stdMpPan {
				width: 44px;
				height: 44px;
				overflow: hidden;
				background: url(https://api.map.baidu.com/images/mapctrls2d0.png) no-repeat;
			}

			.BMap_ie6 .BMap_stdMpPan {
				background: none;
			}

			.BMap_ie6 .BMap_smcbg {
				left: 0;
				width: 44px;
				height: 464px;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://api.map.baidu.com/images/mapctrls2d0.png");
			}

			.BMap_ie6 .BMap_stdMpPanBg {
				z-index: -1;
			}

			.BMap_stdMpPan .BMap_button {
				height: 15px;
				width: 15px;
			}

			.BMap_panN,
			.BMap_panW,
			.BMap_panE,
			.BMap_panS {
				overflow: hidden;
			}

			.BMap_panN {
				left: 14px;
				top: 0;
			}

			.BMap_panW {
				left: 1px;
				top: 12px;
			}

			.BMap_panE {
				left: 27px;
				top: 12px;
			}

			.BMap_panS {
				left: 14px;
				top: 25px;
			}

			.BMap_stdMpZoom {
				top: 45px;
				overflow: hidden;
			}

			.BMap_stdMpZoom .BMap_button {
				width: 22px;
				height: 21px;
				left: 12px;
				overflow: hidden;
				background-image: url(https://api.map.baidu.com/images/mapctrls2d0.png);
				background-repeat: no-repeat;
				z-index: 10;
			}

			.BMap_ie6 .BMap_stdMpZoom .BMap_button {
				background: none;
			}

			.BMap_stdMpZoomIn {
				background-position: 0 -221px;
			}

			.BMap_stdMpZoomOut {
				background-position: 0 -265px;
			}

			.BMap_ie6 .BMap_stdMpZoomIn div {
				left: 0;
				top: -221px;
			}

			.BMap_ie6 .BMap_stdMpZoomOut div {
				left: 0;
				top: -265px;
			}

			.BMap_stdMpType4 .BMap_stdMpZoom .BMap_button {
				left: 0;
				overflow: hidden;
				background: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255, 255, 255, 0.85)), to(rgba(217, 217, 217, 0.85)));
				z-index: 10;
				-webkit-border-radius: 22px;
				width: 34px;
				height: 34px;
				border: 1px solid rgba(255, 255, 255, 0.5);
				-webkit-box-shadow: 0 2px 3.6px #CCC;
				display: -webkit-box;
				-webkit-box-align: center;
				-webkit-box-pack: center;
				-webkit-box-sizing: border-box;
			}

			.BMap_stdMpType4 .BMap_smcbg {
				position: static;
				background: url(https://api.map.baidu.com/images/mapctrls2d0_mb.png) 0 0 no-repeat;
				-webkit-background-size: 24px 32px;
			}

			.BMap_stdMpType4 .BMap_stdMpZoomIn {
				background-position: 0 0;
			}

			.BMap_stdMpType4 .BMap_stdMpZoomIn .BMap_smcbg {
				width: 24px;
				height: 24px;
				background-position: 0 0;
			}

			.BMap_stdMpType4 .BMap_stdMpZoomOut {
				background-position: 0 0;
			}

			.BMap_stdMpType4 .BMap_stdMpZoomOut .BMap_smcbg {
				width: 24px;
				height: 6px;
				background-position: 0 -25px;
			}

			.BMap_stdMpSlider {
				width: 37px;
				top: 18px;
			}

			.BMap_stdMpSliderBgTop {
				left: 18px;
				width: 10px;
				overflow: hidden;
				background: url(https://api.map.baidu.com/images/mapctrls2d0.png) no-repeat -23px -226px;
			}

			.BMap_stdMpSliderBgBot {
				left: 19px;
				height: 8px;
				width: 10px;
				top: 124px;
				overflow: hidden;
				background: url(https://api.map.baidu.com/images/mapctrls2d0.png) no-repeat -33px bottom;
			}

			.BMap_ie6 .BMap_stdMpSliderBgTop,
			.BMap_ie6 .BMap_stdMpSliderBgBot {
				background: none;
			}

			.BMap_ie6 .BMap_stdMpSliderBgTop div {
				left: -23px;
				top: -226px;
			}

			.BMap_ie6 .BMap_stdMpSliderBgBot div {
				left: -33px;
				bottom: 0;
			}

			.BMap_stdMpSliderMask {
				height: 100%;
				width: 24px;
				left: 10px;
				cursor: pointer;
			}

			.BMap_stdMpSliderBar {
				height: 11px;
				width: 19px;
				left: 13px;
				top: 80px;
				overflow: hidden;
				background: url(https://api.map.baidu.com/images/mapctrls2d0.png) no-repeat 0 -309px;
			}

			.BMap_stdMpSliderBar.h {
				background: url(https://api.map.baidu.com/images/mapctrls2d0.png) no-repeat 0 -320px;
			}

			.BMap_ie6 .BMap_stdMpSliderBar,
			.BMap_ie6 .BMap_stdMpSliderBar.h {
				background: none;
			}

			.BMap_ie6 .BMap_stdMpSliderBar div {
				top: -309px;
			}

			.BMap_ie6 .BMap_stdMpSliderBar.h div {
				top: -320px;
			}

			.BMap_zlSt,
			.BMap_zlCity,
			.BMap_zlProv,
			.BMap_zlCountry {
				position: absolute;
				left: 34px;
				height: 21px;
				width: 28px;
				background-image: url(https://api.map.baidu.com/images/mapctrls2d0.png);
				background-repeat: no-repeat;
				font-size: 0;
				cursor: pointer;
			}

			.BMap_ie6 .BMap_zlSt,
			.BMap_ie6 .BMap_zlCity,
			.BMap_ie6 .BMap_zlProv,
			.BMap_ie6 .BMap_zlCountry {
				background: none;
				overflow: hidden;
			}

			.BMap_zlHolder {
				display: none;
				position: absolute;
				top: 0;
			}

			.BMap_zlHolder.hvr {
				display: block;
			}

			.BMap_zlSt {
				background-position: 0 -380px;
				top: 21px;
			}

			.BMap_zlCity {
				background-position: 0 -401px;
				top: 52px;
			}

			.BMap_zlProv {
				background-position: 0 -422px;
				top: 76px;
			}

			.BMap_zlCountry {
				background-position: 0 -443px;
				top: 100px;
			}

			.BMap_ie6 .BMap_zlSt div {
				top: -380px;
			}

			.BMap_ie6 .BMap_zlCity div {
				top: -401px;
			}

			.BMap_ie6 .BMap_zlProv div {
				top: -422px;
			}

			.BMap_ie6 .BMap_zlCountry div {
				top: -443px;
			}

			.BMap_stdMpType1 .BMap_stdMpSlider,
			.BMap_stdMpType2 .BMap_stdMpSlider,
			.BMap_stdMpType3 .BMap_stdMpSlider,
			.BMap_stdMpType4 .BMap_stdMpSlider,
			.BMap_stdMpType2 .BMap_stdMpZoom,
			.BMap_stdMpType3 .BMap_stdMpPan,
			.BMap_stdMpType4 .BMap_stdMpPan {
				display: none;
			}

			.BMap_stdMpType3 .BMap_stdMpZoom {
				top: 0;
			}

			.BMap_stdMpType4 .BMap_stdMpZoom {
				top: 0;
			}

			.BMap_cpyCtrl a {
				font-size: 11px;
				color: #7979CC;
			}

			.BMap_scaleCtrl {
				height: 23px;
				overflow: hidden;
			}

			.BMap_scaleCtrl div.BMap_scaleTxt {
				font-size: 11px;
				font-family: Arial, sans-serif;
			}

			.BMap_scaleCtrl div {
				position: absolute;
				overflow: hidden;
			}

			.BMap_scaleHBar img,
			.BMap_scaleLBar img,
			.BMap_scaleRBar img {
				position: absolute;
				width: 37px;
				height: 442px;
				left: 0;
			}

			.BMap_scaleHBar {
				width: 100%;
				height: 5px;
				font-size: 0;
				bottom: 0;
			}

			.BMap_scaleHBar img {
				top: -437px;
				width: 100%;
			}

			.BMap_scaleLBar,
			.BMap_scaleRBar {
				width: 3px;
				height: 9px;
				bottom: 0;
				font-size: 0;
				z-index: 1;
			}

			.BMap_scaleLBar img {
				top: -427px;
				left: 0;
			}

			.BMap_scaleRBar img {
				top: -427px;
				left: -5px;
			}

			.BMap_scaleLBar {
				left: 0;
			}

			.BMap_scaleRBar {
				right: 0;
			}

			.BMap_scaleTxt {
				text-align: center;
				width: 100%;
				cursor: default;
				line-height: 18px;
			}

			.BMap_omCtrl {
				background-color: #fff;
				overflow: hidden;
			}

			.BMap_omOutFrame {
				position: absolute;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
			}

			.BMap_omInnFrame {
				position: absolute;
				border: 1px solid #999;
				background-color: #ccc;
				overflow: hidden;
			}

			.BMap_omMapContainer {
				position: absolute;
				overflow: hidden;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
			}

			.BMap_omViewMv {
				border-width: 1px;
				border-style: solid;
				border-left-color: #84b0df;
				border-top-color: #adcff4;
				border-right-color: #274b8b;
				border-bottom-color: #274b8b;
				position: absolute;
				z-index: 600;
			}

			.BMap_omViewInnFrame {
				border: 1px solid #3e6bb8;
			}

			.BMap_omViewMask {
				width: 1000px;
				height: 1000px;
				position: absolute;
				left: 0;
				top: 0;
				background-color: #68c;
				opacity: .2;
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
			}

			.BMap_omBtn {
				height: 13px;
				width: 13px;
				position: absolute;
				cursor: pointer;
				overflow: hidden;
				background: url(https://api.map.baidu.com/images/mapctrls1d3.gif) no-repeat;
				z-index: 1210;
			}

			.anchorBR .BMap_omOutFrame {
				border-top: 1px solid #999;
				border-left: 1px solid #999;
			}

			.quad4 .BMap_omBtn {
				background-position: -26px -27px;
			}

			.quad4 .BMap_omBtn.hover {
				background-position: 0 -27px;
			}

			.quad4 .BMap_omBtn.BMap_omBtnClosed {
				background-position: -39px -27px;
			}

			.quad4 .BMap_omBtn.BMap_omBtnClosed.hover {
				background-position: -13px -27px;
			}

			.anchorTR .BMap_omOutFrame {
				border-bottom: 1px solid #999;
				border-left: 1px solid #999;
			}

			.quad1 .BMap_omBtn {
				background-position: -39px -41px;
			}

			.quad1 .BMap_omBtn.hover {
				background-position: -13px -41px;
			}

			.quad1 .BMap_omBtn.BMap_omBtnClosed {
				background-position: -26px -41px;
			}

			.quad1 .BMap_omBtn.BMap_omBtnClosed.hover {
				background-position: 0 -41px;
			}

			.anchorBL .BMap_omOutFrame {
				border-top: 1px solid #999;
				border-right: 1px solid #999;
			}

			.quad3 .BMap_omBtn {
				background-position: -27px -40px;
			}

			.quad3 .BMap_omBtn.hover {
				background-position: -1px -40px;
			}

			.quad3 .BMap_omBtn.BMap_omBtnClosed {
				background-position: -40px -40px;
			}

			.quad3 .BMap_omBtn.BMap_omBtnClosed.hover {
				background-position: -14px -40px;
			}

			.anchorTL .BMap_omOutFrame {
				border-bottom: 1px solid #999;
				border-right: 1px solid #999;
			}

			.quad2 .BMap_omBtn {
				background-position: -40px -28px;
			}

			.quad2 .BMap_omBtn.hover {
				background-position: -14px -28px;
			}

			.quad2 .BMap_omBtn.BMap_omBtnClosed {
				background-position: -27px -28px;
			}

			.quad2 .BMap_omBtn.BMap_omBtnClosed.hover {
				background-position: -1px -28px;
			}

			.anchorR .BMap_omOutFrame {
				border-bottom: 1px solid #999;
				border-left: 1px solid #999;
				border-top: 1px solid #999;
			}

			.anchorL .BMap_omOutFrame {
				border-bottom: 1px solid #999;
				border-right: 1px solid #999;
				border-top: 1px solid #999;
			}

			.anchorB .BMap_omOutFrame {
				border-top: 1px solid #999;
				border-left: 1px solid #999;
				border-right: 1px solid #999;
			}

			.anchorT .BMap_omOutFrame {
				border-bottom: 1px solid #999;
				border-right: 1px solid #999;
				border-left: 1px solid #999;
			}

			.anchorNon .BMap_omOutFrame,
			.withOffset .BMap_omOutFrame {
				border: 1px solid #999;
			}

			.BMap_zoomMask0,
			.BMap_zoomMask1 {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: transparent url(https://api.map.baidu.com/images/blank.gif);
				z-index: 1000;
			}

			.BMap_contextMenu {
				position: absolute;
				border-top: 1px solid #adbfe4;
				border-left: 1px solid #adbfe4;
				border-right: 1px solid #8ba4d8;
				border-bottom: 1px solid #8ba4d8;
				padding: 0;
				margin: 0;
				width: auto;
				visibility: hidden;
				background: #fff;
				z-index: 10000000;
			}

			.BMap_cmShadow {
				position: absolute;
				background: #000;
				opacity: .3;
				filter: alpha(opacity=30);
				visibility: hidden;
				z-index: 9000000;
			}

			div.BMap_cmDivider {
				border-bottom: 1px solid #adbfe4;
				font-size: 0;
				padding: 1px;
				margin: 0 6px;
			}

			div.BMap_cmFstItem {
				margin-top: 2px;
			}

			div.BMap_cmLstItem {
				margin-bottom: 2px;
			}

			.BMap_shadow img {
				border: 0 none;
				margin: 0;
				padding: 0;
				height: 370px;
				width: 1144px;
			}

			.BMap_pop .BMap_top {
				border-top: 1px solid #ababab;
				background-color: #fff;
			}

			.BMap_pop .BMap_center {
				border-left: 1px solid #ababab;
				border-right: 1px solid #ababab;
				background-color: #fff;
			}

			.BMap_pop .BMap_bottom {
				border-bottom: 1px solid #ababab;
				background-color: #fff;
			}

			.BMap_shadow,
			.BMap_shadow img,
			.BMap_shadow div {
				-moz-user-select: none;
				-webkit-user-select: none;
			}

			.BMap_checkbox {
				background: url(https://api.map.baidu.com/images/mapctrls1d3.gif);
				vertical-align: middle;
				display: inline-block;
				width: 11px;
				height: 11px;
				margin-right: 4px;
				background-position: -14px 90px;
			}

			.BMap_checkbox.checked {
				background-position: -2px 90px;
			}

			.BMap_pop .BMap_top img,
			.BMap_pop .BMap_center img,
			.BMap_pop .BMap_bottom img {
				display: none;
			}

			@media print {
				.BMap_noprint {
					display: none;
				}

				.BMap_noscreen {
					display: block;
				}

				.BMap_mask {
					background: none;
				}

				.BMap_pop .BMap_top img,
				.BMap_pop .BMap_center img,
				.BMap_pop .BMap_bottom img {
					display: block;
				}
			}

			.BMap_vectex {
				cursor: pointer;
				width: 11px;
				height: 11px;
				position: absolute;
				background-repeat: no-repeat;
				background-position: 0 0;
			}

			.BMap_vectex_nodeT {
				background-image: url(https://api.map.baidu.com/images/nodeT.gif);
			}

			.BMap_vectex_node {
				background-image: url(https://api.map.baidu.com/images/node.gif);
			}

#footer {
    background: #333;
}

#footer .col-md-2 {
    border-right: 1px solid #595959;
    text-align: center;
}

#footer .container {
    border-bottom: 1px solid #595959;
    padding-bottom: 20px;
}

#footer .container a {
    color: #aaaaaa;
    display: block;
}

#footer .container h3 a {
    text-indent: 1rem;
    color: #fff;
    display: inline-block;
}

#footer .container h3::after {
    content: "▲";
    font-size: 2px;
    color: #aaaaaa;

}

#footer .container .link {
    color: #fff;
    margin-top: 30px;
}

#footer .container .link a {
    color: #aaaaaa;
    display: inline;
}

.bg-default {
    background-color: #3e3e3e;
    padding: 30px 0;
    color: #fff;
}

.bg-default a {
    color: #fff;
    padding: 4px 7px;
}

.copy {
    color: #fff;
}
.s1{
    position: relative;
}
.s1 .swiper-button-prev{
    background: url(../styles/images/left.png);
}
.s1 .swiper-button-next{
        background: url(../styles/images/right.png);
}
.s1 .swiper-button-next,.s1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 54px;
    margin-top: -27px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 54px;
    background-position: center;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'TencentSansw3';
    src: url('../font/TencentSans-W3.eot');
    src:
        url('../font/TencentSans-W3.eot?#font-spider') format('embedded-opentype'),
        url('../font/TencentSans-W3.woff') format('woff'),
        url('../font/TencentSans-W3.ttf') format('truetype'),
        url('../font/TencentSans-W3.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TencentSansw7';
    src: url('../font/TencentSans-W7.eot');
    src:
        url('../font/TencentSans-W7.eot?#font-spider') format('embedded-opentype'),
        url('../font/TencentSans-W7.woff') format('woff'),
        url('../font/TencentSans-W7.ttf') format('truetype'),
        url('../font/TencentSans-W7.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../font/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*--------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

body,
html {
    color: #666;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5em;
    /*font-family: 'OpenSans', 'PingFang SC','Microsoft YaHei','Hiragino Sans GB','WenQuanYi Micro Hei','Helvetica Neue', Arial, sans-serif;*/
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}
.f_right{
    float: right;
}
.f_left{
    float: left;
}
input,
textarea,
select {
    /*font-family: 'OpenSans', 'PingFang SC','Microsoft YaHei','Hiragino Sans GB','WenQuanYi Micro Hei','Helvetica Neue', Arial, sans-serif;*/
    -webkit-font-smoothing: antialiased;
}

.ten_main {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

@media screen and (max-width: 1248px) {
    .ten_main {
        margin: 0px 24px;
        width: auto;
    }
}

.ten_bg--grey {
    background: #F0F4FD;
}

.ten_bg--lightgrey {
    background: #FBFBFB;
}

.ten_bg--white {
    background: #FFF;
}

.ten_bg--dark {
    background: #1B1F25;
    color: #FFF;
}

.ten_root a {
    text-decoration: none;
    color: inherit;
}
.about-more{margin-top:15px;padding:12px 40px;border:1px solid #efb200;color:#efb200 !important;text-shadow:none;}
.about-more:hover{background:#efb200;color:#444 !important;}
.ten_root h2 {
    font-size: 32px;
    line-height: 1.2em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

.ten_root h3 {
    font-size: 26px;
    line-height: 1.4em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

.ten_root h4 {
    font-size: 24px;
    line-height: 1.5em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

.ten_root h5 {
    font-size: 18px;
    line-height: 1.8em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

.ten_root h6 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

.ten_root p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}

[lang="zh-HK"] .ten_root h2,
[lang="zh-CN"] .ten_root h2,
[lang="zh-HK"] .ten_root h3,
[lang="zh-CN"] .ten_root h3,
[lang="zh-hant"] .ten_root h2,
[lang="zh-hans"] .ten_root h2,
[lang="zh-hant"] .ten_root h3,
[lang="zh-hans"] .ten_root h3 {
    font-weight: normal;
}

.ten_root td,
.ten_root li {
    font-size: 16px;
    line-height: 1.5em;
}

.ten_banner h2,
.ten_subbanner--type2 h2 {
    font-size: 48px;
    line-height: 1.4em;
}

.ten_news_detail>p {
    font-size: 16px;
}

@media screen and (max-width: 1279px) {
    .ten_root h2 {
        font-size: 32px;
        line-height: 1.2em;
    }

    .ten_root h3 {
        font-size: 18px;
        line-height: 1.4em;
    }

    .ten_root h4 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .ten_root h5 {
        font-size: 18px;
        line-height: 1.8em;
    }

    .ten_root h6 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .ten_root p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .ten_banner h2,
    .ten_subbanner--type2 h2 {
        font-size: 36px;
        line-height: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    .ten_root h2 {
        font-size: 24px;
        line-height: 1.2em;
    }

    .ten_root h3 {
        font-size: 26px;
        line-height: 1.4em;
    }

    .ten_root h4 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .ten_root h5 {
        font-size: 18px;
        line-height: 1.8em;
    }

    .ten_root h6 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .ten_root p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .ten_banner h2,
    .ten_subbanner--type2 h2 {
        font-size: 30px;
        line-height: 1.4em;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_img {
    position: relative;
    overflow: hidden;
}

.ten_img:before {
    content: "";
    display: block;
    padding-bottom: 66.66%;
}
.timg1:before {
    content: "";
    display: block;
    padding-bottom: 63%;
}

.ten_img iframe,
.ten_img video,
.ten_img>img,
.ten_img>a>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ten_img .ten_img_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0px 80px;
}

.ten_img .ten_img_txt--bottom {
    align-items: flex-end;
}

.ten_img .ten_img_txt>* {
    width: 100%;
}

.ten_img .ten_img_txt--center {
    text-align: center;
}

.ten_img .ten_img_mag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: ease all 0.3s;
}

.ten_img:hover .ten_img_mag {
    opacity: 1;
}

.ten_img .ten_img_mag:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

.gui-video.ten_img .ten_img_txt {
    padding: 0px 24px;
}

@media screen and (max-width: 1023px) {
    .ten_img .ten_img_txt {
        padding: 0px 48px;
    }
}

@media screen and (max-width: 767px) {
    .ten_img .ten_img_txt {
        padding: 0px 24px;
    }
}

.ten_img .ten_img_play {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
    background: rgba(25, 74, 195, 0.95);
}

.ten_img .ten_img_play:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 4px);
    width: 0px;
    height: 0px;
    transform: scaleY(0.6);
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
}

.ten_img:hover .ten_img_play {
    background: rgba(255, 255, 255, 0.95);
    transition: ease all 0.3s;
}

.ten_img:hover .ten_img_play:after {
    border-color: transparent transparent transparent rgba(25, 74, 195, 1);
}

.ten_img .ten_img_shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.ten_img .ten_img_shadow--vert {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

.ten_img .ten_img_blue {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(25, 74, 195, 0.8)
}

.ten_img .ten_img_link {
    font-weight: bold;
    display: inline-block;
    padding: 12px 36px 12px 0px;
    position: relative;
}

.ten_img .ten_img_link:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: calc(50% - 3px);
    transition: ease all 0.3s;
}

.ten_img .ten_img_link:hover:after {
    right: 18px;
}

.ten_img--5x4:before {
    padding-bottom: 80%;
}

.ten_img--5x3:before {
    padding-bottom: 60%;
}

.ten_img--5x2:before {
    padding-bottom: 40%;
}

.ten_img--5x1:before {
    padding-bottom: 20%;
}

.ten_img--4x3:before {
    padding-bottom: 75%;
}

.ten_img--4x1:before {
    padding-bottom: 25%;
}

.ten_img--3x2:before {
    padding-bottom: 66.66%;
}

.ten_img--3x1:before {
    padding-bottom: 33.33%;
}

.ten_img--2x1:before {
    padding-bottom: 50%;
}

.ten_img--1x1:before {
    padding-bottom: 100%;
}

.ten_img h2,
.ten_img--inner {
    font-family: 'TencentSansw3';
}

.ten_img--inner:before {
    padding-bottom: 240px;
}

.ten_img--white {
    color: #FFF;
}

@media screen and (max-width: 1023px) {
    .ten_img--full:before {
        padding-bottom: 40%;
    }
}

@media screen and (max-width: 639px) {
    .ten_img--full:before {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 479px) {
    .ten_img--full:before {
        padding-bottom: 80%;
    }
}

@media screen and (max-width: 359px) {
    .ten_img--full:before {
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ten_img--inner:before {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 767px) {
    .ten_img--full p br {
        display: none;
    }

    .ten_img--full .ten_img_txt {
        /*align-items: flex-start;*/
        padding-top: 20px;
    }
}

.ten_share img {
    width: 18px;
    height: 18px;
}

.ten_album .ten_img .ten_img_mag {
    display: none !important;
}

.ten_album .ten_img .ten_img_blue {
    display: none;
}

.ten_album .ten_img .ten_img_txt {
    display: none;
}

/*--------------------------------------------------------------------------------*/
.ten_tagline,
.ten_tagline--fill {
    font-family: 'TencentSansw7';
    overflow: hidden;
    font-size: 25px;
    line-height: 40px;
    height: 46px;
    display: inline-block;
    position: relative;
    border-top: 1px solid rgba(239, 178, 0, 1);
    padding: 0px 50px;
    color: rgba(239, 178, 0, 1);
}
.tb1{
    margin-bottom: 10%;
}
.ten_tagline:before,
.ten_tagline--fill:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% - 18px);
    bottom: 0px;
    width: 100%;
    border-top: 1px solid rgba(239, 178, 0, 1);
    transform: rotate(-69deg) translate(-1px, 0px);
    transform-origin: 0px 0px;
}

.ten_tagline:after,
.ten_tagline--fill:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 18px);
    border-top: 1px solid rgba(239, 178, 0, 1);
}
.tb1 .ten_tagline:before,.tb1 .ten_tagline:after,.tb1 .ten_tagline{
  border-top: 1px solid rgba(183, 183,183, 1);  
}
.ten_tagline--fill {
    color: #FFF;
}

.ten_tagline--fill:before {
    background: rgba(25, 74, 195, 1);
    height: 36px;
    transform-origin: 0px 100%;
}

.ten_tagline--fill:after {
    background: rgba(25, 74, 195, 1);
    height: 36px;
}

.ten_tagline--fill span {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------------------------*/
.ten_date {
    font-family: 'TencentSansw3';
    display: inline-block;
    padding: 8px 0px 0px 0px;
    background: rgba(25, 74, 195, 1);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
}

.ten_date span {
    display: block;
    font-size: 12px;
}

.ten_floating_btn {
    position: fixed;
    right: 120px;
    bottom: 45px;
    z-index: 2;
}

.ten_floating_btn a {
    display: inline-block;
    margin-right: 5px;
    background: rgba(25, 74, 195, 1);
    color: #FFF !important;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid rgba(25, 74, 195, 1);
}

.ten_floating_btn a img {
    width: 20px;
    height: 20px;
    filter: invert(1);
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.ten_floating_btn a:hover {
    color: #1B1F25 !important;
    background: #FFF;
}

.ten_floating_btn a:hover img {
    filter: none;
}

@media screen and (max-width: 767px) {
    .ten_floating_btn {
        right: auto;
        top: auto;
        left: 24px;
        bottom: 24px;
    }

    .ten_floating_btn a {
        margin-top: 6px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_share {
    display: inline-block;
    vertical-align: middle;
}

.ten_download {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid rgba(25, 74, 195, 1);
    border-radius: 50%;
    font-size: 10px;
    overflow: hidden;
    color: rgba(25, 74, 195, 1) !important;
    line-height: 18px;
    font-family: 'OpenSans', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Helvetica Neue', Arial, sans-serif !important;
}

a:hover .ten_download,
.ten_download:hover {
    background: rgba(25, 74, 195, 1);
    color: #FFF !important;
    border: 1px solid rgba(25, 74, 195, 1);
}

.ten_download:before {
    content: "";
    display: block;
    margin: 8px auto 0px auto;
    width: 14px;
    height: 14px;
    background-image: url(../img/level-3-page/52sd5fs5sf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

a:hover .ten_download:before,
.ten_download:hover:before {
    filter: brightness(0) invert(1) !important;
}

.ten_download--cal:before {
    background-image: url(../img/icon_cal.png);
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 0px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}

/*--------------------------------------------------------------------------------*/
.ten_logo {
    display: block;
    width: 160px;
    height: 30px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    background-image: url(../img/index/menu_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

/*--------------------------------------------------------------------------------*/
.ten_header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    color: #FFF;
}
.aff{
    margin-top: 5%;
}

@media screen and (max-width: 1159px) {
    .ten_header {
        visibility: hidden;
    }
}

.ten_header_pad {
    height: 72px;
    display: none;
}

.ten_root--inner .ten_header_pad {
    display: block;
}

.ten_header--float,
.ten_header:hover,
.ten_root--inner .ten_header {
    background: #FFF;
    color: #2b2e2e;
}

.ten_header .ten_header_menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 72px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: ease all 0.3s;
}

.ten_header--float .ten_header_menu {
    height: 48px;
}

.ten_header .ten_header_menu>li {
    list-style: none;
    padding: 0px 24px;
    margin: 0px;
    font-size: 16px;
}

[lang="zh-hant"] .ten_header .ten_header_menu>li,
[lang="zh-hans"] .ten_header .ten_header_menu>li {
    font-size: 18px;
}

.ten_header .ten_header_menu>li>a {
    display: block;
    height: 48px;
    line-height: 48px;
}

.ten_header .ten_header_menu>li>a:after {
    content: "";
    display: block;
    position: relative;
    top: -12px;
    height: 3px;
    width: 10%;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0);
    transition: ease all 0.3s;
}

.ten_header .ten_header_menu>li.active>a:after,
.ten_header .ten_header_menu>li:hover>a:after {
    background: rgba(25, 74, 195, 1);
    width: 100%;
}

.ten_header .ten_header_menu .ten_header_logo {
    padding: 0px 48px 0px 0px;
}

[lang="zh-hant"] .ten_header .ten_header_menu .ten_header_logo,
[lang="zh-hans"] .ten_header .ten_header_menu .ten_header_logo {
    padding: 0px 60px 0px 0px;
}


.ten_header--float .ten_logo,
.ten_header:hover .ten_logo,
.ten_root--inner .ten_header .ten_logo {
    background-image: url(../img/index/menu_logo_hover.png);
    transition: ease all 0.3s;
}

.ten_header--float .ten_logo {
    transform: scale(0.8);
    transform-origin: 0% 50%;
}

.ten_header .ten_header_menu .ten_header_lang {
    margin: 0px 0px 0px auto;
    padding-right: 0px;
    font-size: 16px;
}

.ten_header .ten_header_menu .ten_header_lang span {
    font-size: 10px;
}

.ten_header .ten_header_menu .ten_header_lang a {
    display: inline-block;
    padding: 0px 6px;
}

.ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_header .ten_header_menu .ten_header_lang a.active {
    opacity: 0.6;
}

.ten_header .ten_header_menu .ten_header_lang a:after {
    display: none;
}

.ten_root--inner .ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_root--inner .ten_header .ten_header_menu .ten_header_lang a:hover,
.ten_header:hover .ten_header_menu .ten_header_lang a:hover,
.ten_header:hover .ten_header_menu .ten_header_lang a:hover,
.ten_header--float .ten_header_menu .ten_header_lang a:hover,
.ten_header--float .ten_header_menu .ten_header_lang a.active {
    color: rgba(25, 74, 195, 1);
}

.ten_header .ten_header_submenu {
    display: none;
    padding-bottom: 12px;
    transition: ease all 0.3s;
}

.ten_header .ten_header_submenu:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -2560px;
    width: 5120px;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    transition: ease all 0.3s;
}

.ten_header .ten_header_submenu ul,
.ten_header .ten_header_submenu li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ten_header .ten_header_submenu li {
    margin: 12px 0px;
    font-size: 14px;
}

.ten_header .ten_header_submenu ul {
    position: relative;
    transform: translateY(-24px);
    transition: ease all 0.3s;
}

.ten_header .ten_header_submenu a:hover {
    color: rgba(25, 74, 195, 1);
}

[lang="zh-hant"] .ten_header .ten_header_submenu li,
[lang="zh-hans"] .ten_header .ten_header_submenu li {
    font-size: 16px;
}

.ten_header .ten_header_menu>li:hover .ten_header_submenu {
    display: block;
    position: absolute;
}

.ten_header .ten_header_menu li.entered .ten_header_submenu {
    padding-bottom: 72px;
}

.ten_header .ten_header_menu li.entered .ten_header_submenu ul {
    transform: translateY(0px);
}

/*--------------------------------------------------------------------------------*/
.ten_header .ten_header_search .ten_main {
    max-width: 640px;
}

.ten_header .ten_header_search>a {
    position: relative;
}

.ten_header .ten_header_search>a:after {
    display: none;
}

.ten_header .ten_header_search>a:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    filter: brightness(0) invert(1);
}

.ten_header--float .ten_header_search>a:before,
.ten_header:hover .ten_header_search>a:before,
.ten_root--inner .ten_header .ten_header_search>a:before {
    filter: none;
}

.ten_header .ten_header_search .ten_search {
    position: fixed;
    left: 0px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ten_header .ten_header_search .ten_search .ten_main {
    transform: translateY(-24px);
    transition: ease all 0.3s;
}

.ten_header .ten_header_search.entered .ten_search .ten_main {
    transform: translateY(0px);
}

/*--------------------------------------------------------------------------------*/
.ten_mobile {
    display: none;
    position: fixed;
    z-index: 102;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 24px;
}

.ten_mobile .ten_mobile_col:nth-of-type(1) {
    width: 75%;
    text-align: left;
}

.ten_mobile .ten_mobile_col:nth-of-type(2) {
    width: 25%;
    text-align: right;
}

.ten_mobile .ten_mobile_col:nth-of-type(2) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ten_mobile .ten_logo {
    margin: 0px 0px;
    height: 18px;
    background-position: center left;
}

.ten_mobile .ten_mobile_nav {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.ten_mobile .ten_mobile_nav span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    opacity: 1;
    transition: ease all 0.3s;
    transform: rotate(0deg);
    transform-origin: 0% 50%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(1) {
    left: 0%;
    top: 30%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(2) {
    left: 0%;
    top: 50%;
}

.ten_mobile .ten_mobile_nav span:nth-of-type(3) {
    left: 0%;
    top: 70%;
    width: 80%;
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(1) {
    left: 20%;
    top: 20%;
    width: 84.85%;
    transform: rotate(45deg);
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(2) {
    left: 45%;
    width: 10%;
    opacity: 0;
}

.ten_mobile .ten_mobile_nav.active span:nth-of-type(3) {
    left: 20%;
    top: 80%;
    width: 84.85%;
    transform: rotate(-45deg);
}

.ten_mobile--float,
.ten_root--inner .ten_mobile {
    background: #FFF;
}

.ten_mobile--float .ten_logo,
.ten_root--inner .ten_mobile .ten_logo {
    background-image: url(../img/index/menu_logo_hover.png);
    transition: ease all 0.3s;
}

.ten_mobile--float .ten_mobile_nav span,
.ten_root--inner .ten_mobile .ten_mobile_nav span {
    background: rgba(25, 74, 195, 1);
}


@media screen and (max-width: 1159px) {
    .ten_mobile {
        display: flex;
    }

    .ten_header_pad {
        height: 48px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_mobile_menu {
    display: block;
    position: fixed;
    z-index: 101;
    top: -100%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 72px 24px 120px 24px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.95);
    transition: ease all 0.3s;
    opacity: 0;
}

.ten_mobile_menu--show {
    top: 0%;
    opacity: 1;
}

@media screen and (min-width: 1240px) {
    .ten_mobile_menu {
        display: none;
    }
}

.ten_mobile_menu ul,
.ten_mobile_menu li {
    list-style: none;
    padding: 0px;
    margin: 12px 0px;
    font-size: 18px;
    font-weight: 500;
}

.ten_mobile_menu>ul>li {
    border-bottom: 1px solid #DDD;
    padding: 0px 0px 12px 0px;
}

.ten_mobile_menu>ul>li li {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.ten_mobile_menu>ul>li ul {
    display: none;
    padding: 1px 0px;
}

.ten_mobile_menu>ul>li li:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    transform: rotate(45deg);
    position: absolute;
    right: 6px;
    top: calc(50% - 3px);
}

.ten_mobile_menu p {
    margin: 24px 0px 0px 0px;
}

.ten_mobile_menu p a,
.ten_mobile_menu p span {
    display: inline-block;
    vertical-align: middle;
}

.ten_mobile_menu p span {
    margin: 0px 6px;
}

.ten_mobile_menu .toggle {
    display: block;
    float: right;
    margin-top: 4px;
    width: 20px;
    height: 20px;
    position: relative;
}

.ten_mobile_menu .toggle:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% - 8px);
    transform: rotate(135deg);
    transition: ease all 0.3s;
}

.ten_mobile_menu .toggle.toggled:after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
}

/*--------------------------------------------------------------------------------*/
.ten_footer {
    color: #5f6464;
    background-color: #FBFBFB;
}

.ten_footer_follow {
    border-bottom: 1px solid #FBFBFB;
    margin-bottom: 48px;
    padding: 24px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ten_footer_follow p {
    margin: 0px;
    font-size: 16px;
}

.ten_footer_follow a {
    display: block;
    margin-left: 36px;
    position: relative;
}

.ten_footer_follow a:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    transition: ease all 0.3s;
    background-size: contain;
}

.ten_footer_follow a img {
    display: none;
}

.ten_footer_follow a:hover img {
    display: block;
    position: absolute;
    bottom: 36px;
    left: 0px;
    z-index: 99;
    width: 180px;
    height: 180px;
}

.ten_footer_follow a.wechat:after {
    background-image: url(../img/index/icon_wechat.png);
}

.ten_footer_follow a.weibo:after {
    background-image: url(../img/index/icon_weibo.png);
}

.ten_footer_follow a.twitter:after {
    background-image: url(../img/index/icon_twitter.png);
}

.ten_footer_follow a.linkedin:after {
    background-image: url(../img/index/icon_in.png);
}

.ten_footer_follow a.wechat:hover:after {
    background-image: url(../img/index/icon_wechat_hover.png);
}

.ten_footer_follow a.weibo:hover:after {
    background-image: url(../img/index/icon_weibo_hover.png);
}

.ten_footer_follow a.twitter:hover:after {
    background-image: url(../img/index/icon_twitter_hover.png);
}

.ten_footer_follow a.linkedin:hover:after {
    background-image: url(../img/index/icon_in_hover.png);
}

@media screen and (max-width: 767px) {
    .ten_footer_follow a:after {
        width: 24px;
        height: 24px;
    }

    .ten_footer_follow {
        margin-bottom: 24px;
    }
}

.ten_footer_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ten_footer_links h3 {
    margin: 0px 0px 12px 0px;
    position: relative;
    font-weight: normal;
}

.ten_footer_links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ten_footer_links li {
    list-style: none;
    font-size: 14px;
}

.ten_footer_links>ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    width: 720px;
}

.ten_footer_links>ul>li {
    width: calc(33.33% - 12px);
}

.ten_footer_links>ul>li li {
    margin-bottom: 12px;
}

.ten_footer_links a:hover {
    color: rgba(25, 74, 195, 1);
}

.ten_footer_links .toggle {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 0px;
}

.ten_footer_links .toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: calc(50% - 4px);
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    transition: ease all 0.3s;
    border-left: 1px solid #2b2e2e;
    border-top: 1px solid #2b2e2e;
}

.ten_footer_links li.toggled .toggle:after {
    transform: rotate(45deg);
    top: calc(50% - 2px);
}

.ten_footer .ten_logo {
    width: 220px;
    height: 30px;
    background-image: url(../img/index/menu_logo_hover.png);
}

@media screen and (max-width: 1279px) {
    .ten_footer_links>ul {
        width: 75%;
    }
}

@media screen and (max-width: 1023px) {
    .ten_footer_links>ul {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ten_footer_links>ul>li {
        width: calc(100%);
    }

    .ten_footer_links>ul>li li {
        margin-bottom: 5px;
    }

    .ten_footer_links>ul>li ul {
        height: 0px;
        overflow: hidden;
    }

    .ten_footer_links>ul>li ul li {
        transform: translateY(-48px);
        opacity: 0;
        transition: ease all 0.3s;
    }

    .ten_footer_links>ul>li ul li:last-of-type {
        padding-bottom: 24px;
    }

    .ten_footer_links>ul>li.toggled ul {
        height: auto;
    }

    .ten_footer_links>ul>li.toggled ul li {
        transform: translateY(0px);
        opacity: 1;
    }

    .ten_footer_links .toggle {
        display: block;
    }

    .ten_footer .ten_logo {
        display: none;
    }
}

.ten_footer_copy {
    padding: 48px 0px 96px 0px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ten_footer_copy a {
    display: block;
    margin-right: 24px;
}

.ten_footer_copy a:hover {
    color: rgba(25, 74, 195, 1);
}

.ten_footer_copy span {
    display: block;
    margin: 0px 0px 0px auto;
}

.ten_footer_copy span br {
    display: none;
}

/*--------------------------------------------------------------------------------*/
.ten_totop {
    display: none;
    background: #FBFBFB;
    padding: 12px 24px;
    text-align: center;
}

.ten_totop--float {
    display: block;
    position: fixed;
    bottom: -200px;
    right: 40px;
    z-index: 98;
    width: 60px;
    height: 60px;
    transition: ease all 0.3s;
    background: #FFF;
    border-radius: 50%;
    ;
    border: 1px solid rgba(25, 74, 195, 1);
    padding: 0px;
}

.ten_totop--float:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    transform: rotate(-135deg);
    border-bottom: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    ;
}

.ten_totop--float:hover {
    background: rgba(25, 74, 195, 1);
    ;
}

.ten_totop--float:hover:after {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.ten_totop--float--show {
    bottom: 40px;
}

@media screen and (max-width: 1279px) {
    .ten_footer_copy span {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 767px) {
    .ten_footer_copy {
        font-size: 12px;
        padding: 24px 0px 96px 0px;
    }

    .ten_footer_copy .link {
        display: none;
    }

    .ten_footer_copy span br {
        display: block;
    }

    /*.ten_totop{ display: block; }*/

    .ten_totop--float {
        right: 24px;
        width: 48px;
        height: 48px;
    }

    .ten_totop--float--show {
        bottom: 24px;
    }
}

/*--------------------------------------------------------------------------------*/
.en-us .ten_banner {
    font-family: 'TencentSansw3';
}

.ten_banner .ten_banner_swiper {
    position: relative;
}

.ten_banner .ten_banner_slide {
    height: 720px;
    position: relative;
}

.ten_banner .ten_banner_slide>video,
.ten_banner .ten_banner_slide>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ten_banner .ten_banner_slide .ten_banner_text {
    position: absolute;
    top: 0px;
    padding-bottom: 120px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ten_banner .ten_banner_slide .ten_banner_text h2 {
    max-width: 950px;
}

.ten_banner .ten_banner_slide .ten_banner_text h3 {
    max-width: 480px;
}

.ten_banner .ten_banner_slide .ten_banner_text h4,
.ten_banner .ten_banner_slide .ten_banner_text h6,
.ten_banner .ten_banner_slide .ten_banner_text p {
    max-width: 480px;
}

.ten_banner .ten_banner_slide .ten_banner_text span {
    width: 550px;
}

.ten_banner .ten_banner_slide .ten_banner_text h5 {
    max-width: 680px;
    font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}

.ten_banner .ten_banner_nav {
    position: absolute;
    bottom: 120px;
    width: 100%;
    z-index: 1;
}

.ten_banner .ten_banner_nav .ten_main {
    border-bottom: 1px solid #FFF;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ten_banner_arr_l,
.ten_banner_arr_r {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../img/index/icon_arrow_r.png);
    margin: 0px 24px 0px 0px;
}

.ten_banner_arr_l {
    transform: scaleX(-1);
}

.ten_banner_arr_l:focus {
    outline: none;
}

.ten_banner_arr_r:focus {
    outline: none;
}

.ten_banner_arr span {
    cursor: pointer;
}

.ten_banner .swiper-slide h2 {
    opacity: 0;
    transition: ease all 0.5s;
    transform: translate(120px);
    transition-delay: 0.2s;
}

.ten_banner .swiper-slide h5 {
    opacity: 0;
    transition: ease all 0.5s;
    transform: translate(120px);
    transition-delay: 0.4s;
}

.ten_banner .swiper-slide-active h2 {
    opacity: 1;
    transform: translate(0px);
}

.ten_banner .swiper-slide-active h5 {
    opacity: 1;
    transform: translate(0px);
}

.ten_banner_shadow {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ten_banner_shadow--20 {
    background: rgba(0, 0, 0, 0.1);
}

.ten_banner_shadow--30 {
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .ten_banner .ten_banner_slide h5 br {
        display: none;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_subbanner .ten_subbanner_txt a:hover h2 {
    color: rgba(25, 74, 195, 1);
}

.ten_subbanner .ten_subbanner_txt .ten_subbanner_arr {
    display: inline-block;
    width: 48px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../img/index/icon_arrow_r_dark.png);
    margin: 0px 24px 0px 0px;
}

/*--------------------------------------------------------------------------------*/
.ten_subbanner--type1 {
    padding: 72px 0px;
    font-family: 'TencentSansw3';
}

.ten_subbanner--type1 .ten_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ten_subbanner--type1 .swiper-container {
    width: 50%;
}

.ten_subbanner--type1 .ten_subbanner_txt {
    width: 50%;
    padding-left: 72px;
}

.ten_subbanner--type1 h2,
.ten_subbanner--type1 h3 {
    font-family: 'TencentSansw7';
}

.ten_subbanner--type1 .ten_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/index/i_tri.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.ten_subbanner--type1 .ten_img_txt {
    color: #FFF;
    padding: 48px 96px 48px 48px;
}

.ten_subbanner--type1 .ten_subbanner_nav {
    position: relative;
}

.ten_subbanner--type1 .ten_banner_arr {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: right;
    padding-bottom: 12px;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.3s;
}

.ten_subbanner--type1 .ten_banner_arr a {
    margin: 0px;
    position: relative;
    width: 30px;
    height: 30px;
    background: none;
}

.ten_subbanner--type1 .ten_banner_arr .ten_banner_arr_r {
    margin-right: 60px;
}

.ten_subbanner--type1 .ten_banner_arr a:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: absolute;
    right: calc(50% - 6px);
    top: calc(50% - 6px);
    transform: rotate(45deg);
}

.ten_subbanner--type1 .swiper-container:hover .ten_banner_arr {
    opacity: 1;
}


}

/*--------------------------------------------------------------------------------*/
.ten_subbanner--type2 {
    position: relative;
    font-family: 'TencentSansw3';
}

.ten_subbanner--type2 h2 {
    font-family: 'TencentSansw7';
}

.ten_subbanner--type2 .ten_main {
    max-width: none;
}

.ten_subbanner--type2 .ten_subbanner_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    padding: 8vw 6vw;
}

.ten_subbanner--type2 .ten_subbanner_nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
    text-align: right;
    padding: 24px 6vw;
}

.ten_subbanner--type2 .ten_subbanner_nav .ten_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    .ten_subbanner--type2 .ten_subbanner_txt {
        position: static;
        padding: 0px 0px;
    }

    .ten_subbanner--type2 .ten_subbanner_txt br {
        display: none;
    }

    .ten_subbanner--type2 .ten_subbanner_nav {
        padding: 0px 0px;
    }
}

/*--------------------------------------------------------------------------------*/
.swiper-pagination-bullet {
    border-radius: 0px;
    background: #FFF;
    opacity: 1;
    margin-left: 12px;
    width: 10px;
    height: 10px;
    transition: ease all 0.3s;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background: rgba(25, 74, 195, 1);
}

/*--------------------------------------------------------------------------------*/
.ten_cards {
    position: relative;
    z-index: 1;
    margin-top: -120px;
    padding-bottom: 60px;
}

.ten_cards h4 {
    font-family: 'TencentSansw7';
    color: #FFF;
    margin-bottom: 12px;
}

.ten_cards .ten_card_grid {
    margin-left: -24px;
}

.ten_cards .ten_card_grid,
.ten_cards .ten_card_grid .ten_card_col1,
.ten_cards .ten_card_grid .ten_card_col2,
.ten_cards .ten_card_grid .ten_card_col1b {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ten_cards .ten_card_grid .ten_card_col1 {
    align-items: stretch;
}

.ten_cards .ten_card_grid .ten_card_col1 {
    width: calc(75% - 0px);
}

.ten_cards .ten_card_grid .ten_card_col2 {
    width: calc(25% - 0px);
}

.ten_cards .ten_card_grid .ten_card_col1b {
    width: calc(50% - 0px);
    align-items: stretch;
}


.ten_cards .ten_card {
    width: calc(100% - 24px);
    margin-left: 24px;
}

.ten_cards .ten_card--sml {
    width: calc(33.33% - 24px);
}

.ten_cards .ten_card--med {
    width: calc(66.66% - 24px);
}

.ten_cards .ten_card--sml2 {
    width: calc(50% - 24px);
}

@media screen and (max-width: 1279px) {
    .ten_cards .ten_card_grid .ten_card_col1 {
        width: calc(66.66% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        width: calc(33.33% - 0px);
    }

    .ten_cards .ten_card--sml {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card--med {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width: 767px) {
    .ten_cards .ten_card_grid .ten_card_col1 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        align-items: stretch;
    }

    .ten_cards .ten_card_grid .ten_card_col2 .ten_card {
        width: calc(50% - 24px);
    }

    .ten_cards .ten_card_grid .ten_card_col1b {
        width: calc(100% - 0px);
        align-items: stretch;
    }
}

@media screen and (max-width: 639px) {
    .ten_cards .ten_card_grid .ten_card_col2 .ten_card {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card--sml2 {
        width: calc(100%);
    }
}

/*--------------------------------------------------------------------------------*/
.ten_card {
    display: block;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #2b2e2e;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .ten_card:hover {
        transform: translateY(-4px);
        transition: ease all 0.3s;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
}

.ten_card .ten_card_body {
    padding: 36px 24px;
}

.ten_card .ten_card_body .ten_tagline {
    left: -24px;
}

.ten_card .ten_card_body> :first-child {
    margin-top: 0px;
}

.ten_card .ten_card_body> :last-child {
    margin-bottom: 0px;
}

.ten_card>.ten_img--full {
    height: 100%;
}

.ten_card h2 {
    font-family: 'TencentSansw3';
}

.ten_card h3 {
    font-weight: normal;
}

.ten_card a:hover h2,
.ten_card a:hover h3 {
    color: rgba(25, 74, 195, 1);
}

.ten_img--full h2,
.ten_img--full h3,
.ten_img--full h4,
.ten_img--full h5,
.ten_img--full h6,
.ten_img--full p {
    max-width: 500px;
}

.ten_card .ten_card_icon {
    display: block;
    width: 60px;
    height: 60px;
}

.ten_gallery .ten_img:hover img,
.ten_card .ten_img:hover img {
    transform: scale(1.1);
    transition: ease all 0.3s;
}

.ten_card.ten_card--grey {
    background: #F0F4FD;
}

.ten_card.ten_card--lightgrey {
    background: #FBFBFB;
}

.ten_card.ten_card--dark {
    background: #1B1F25;
    color: #FFF;
}

.ten_card.ten_card--blue {
    background: rgba(25, 74, 195, 1);
    color: #FFF;
}

.ten_card.ten_card--white h2 {
    color: rgba(25, 74, 195, 1);
}


.ten_card.ten_card--dark .ten_share,
.ten_card.ten_card--blue .ten_share {
    filter: brightness(0) invert(1);
}

.ten_card.ten_card--blue .ten_tagline,
.ten_card.ten_card--blue .ten_tagline:before,
.ten_card.ten_card--blue .ten_tagline:after {
    border-color: #FFF;
    color: #FFF;
}

.ten_card.ten_card--dark .ten_download,
.ten_card.ten_card--blue .ten_download {
    border: 1px solid #FFF;
    color: #FFF !important;
}

.ten_card.ten_card--dark .ten_download:hover,
.ten_card.ten_card--blue .ten_download:hover {
    background: #FFF;
    color: rgba(25, 74, 195, 1) !important;
}

.ten_card.ten_card--dark .ten_download:before,
.ten_card.ten_card--blue .ten_download:before {
    filter: brightness(0) invert(1);
}

.ten_card.ten_card--dark .ten_download:hover:before,
.ten_card.ten_card--blue .ten_download:hover:before {
    filter: none !important;
}

/*--------------------------------------------------------------------------------*/
.ten_links {
    padding: 72px 0px 48px 0px;
    font-family: 'TencentSansw7';
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -24px;
}

.ten_links .ten_img {
    width: calc(33.33% - 24px);
    margin-left: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
    .ten_links .ten_img {
        width: calc(50% - 24px);
        margin-left: 24px;
    }
}

@media screen and (max-width: 479px) {
    .ten_links .ten_img {
        width: calc(100% - 24px);
        margin-left: 24px;
    }
}

.ten_links .ten_img:before {
    padding-bottom: 60%;
}

.ten_links .ten_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(25, 74, 195, 0);
}

.ten_links .ten_img:hover:after {
    background: rgba(25, 74, 195, 0.8);
    transition: ease all 0.3s;
}

.ten_links .ten_img:hover img {
    transform: scale(1.1);
    transition: ease all 0.3s;
}

.ten_links .ten_img .ten_img_txt {
    color: #FFF;
    z-index: 1;
    justify-content: center;
}

.ten_links .ten_img .ten_img_txt h2 {
    display: inline-block;
    width: auto;
    padding-top: 12px;
}

.ten_links .ten_img .ten_img_txt h2:after {
    content: "";
    display: block;
    margin: 12px 0px 0px 0px;
    width: 1%;
    height: 2px;
    background: #FFF;
    opacity: 0;
}

.ten_links .ten_img:hover .ten_img_txt h2:after {
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
}

.ten_links .ten_img .ten_img_txt h2 {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .ten_links .ten_img .ten_img_txt h2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .gui-video .ten_img_txt {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_crumb {
    background: #FBFBFB;
    padding: 18px 0px;
}

.ten_crumb ul,
.ten_crumb li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ten_crumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ten_crumb li {
    display: block;
    margin: 0px 12px 0px 0px;
}

.ten_crumb li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    border-top: 1px solid #2b2e2e;
    border-right: 1px solid #2b2e2e;
    transform: rotate(45deg);
}

.ten_crumb li:last-of-type:after {
    display: none;
}

.ten_crumb li a:hover {
    color: rgba(25, 74, 195, 1);
}

/*--------------------------------------------------------------------------------*/
.ten_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ten_tab a {
    display: block;
    margin: 0px 24px 0px 0px;
    padding: 6px 0px;
}

.ten_tab a.active {
    font-weight: bold;
    border-bottom: 3px solid rgba(25, 74, 195, 1);
    color: rgba(25, 74, 195, 1);
}

.ten_tab--investor a {
    padding: 18px 0px;
}

@media screen and (max-width: 767px) {
    .ten_tab a {
        margin: 0px 24px 0px 0px;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_index {
    margin: 48px 0px 0px 0px;
}

.ten_index span {
    font-size: 14px;
    color: #919797;
    display: block;
}

.ten_index a {
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 12px 0px;
}

.ten_index a:hover {
    color: rgba(25, 74, 195, 1);
}

.ten_index a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-bottom: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    margin-left: 6px;
    margin-bottom: 1px;
}

/*--------------------------------------------------------------------------------*/
.ten_input {
    display: inline-block;
    min-width: 90px;
    position: relative;
}

.ten_form .ten_input {
    display: block;
}

.ten_input_col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ten_input_col .ten_input {
    width: calc(50% - 24px);
    margin-right: 24px;
}

@media screen and (max-width: 767px) {
    .ten_input_col .ten_input {
        width: calc(100% - 0px);
        margin-right: 0px;
    }
}

.ten_input input[type=text],
.ten_input textarea,
.ten_input select {
    border: none;
    border-bottom: 1px solid #DDD;
    display: block;
    padding: 0px 36px 0px 12px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    background: none;
}

.ten_input input[type=text],
.ten_input select {
    height: 36px;
    line-height: 36px;
}

.ten_input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ten_input .icon {
    /* pointer-events: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
}

.ten_input .clear {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    right: 40px;
    height: 100%;
}

.ten_input label {
    font-weight: 500;
    display: block;
    margin: 0px 0px 6px 0px;
}

.ten_input>* {
    max-width: 480px;
}


.ten_input--search .icon:after {
    content: "";
    display: block;
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 30px;
    height: 30px;
}

.ten_input--select .icon {
    pointer-events: none;
}

.ten_input--select .icon:after {
    content: "";
    display: block;
    border-color: rgba(25, 74, 195, 1) transparent transparent transparent;
    border-width: 6px;
    border-style: solid;
    transform: translateY(3px);
}

.ten_input--select .ten_input_box {
    position: relative;
}

.ten_input .ten_input_radio {
    margin-bottom: 24px;
    max-width: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ten_input .ten_input_radio a {
    display: block;
    width: calc(50% - 12px);
    margin: 0px 12px 12px 0px;
    cursor: pointer;
}

.ten_input .ten_input_radio a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 1px solid #DDD;
}

.ten_input .ten_input_radio a.checked:before {
    /*content:"\2713"; color: #FFF; font-size: 10px; line-height: 12px; text-align: center;*/
    background: rgba(25, 74, 195, 1);
    /*
    background: radial-gradient(rgba(25,74,195,1) 0%, rgba(25,74,195,1) 50%, #FFF 60%, #FFF 100%);
    border-radius: 50%;*/
}

.ten_input .ten_input_box {
    border: 1px solid #DDD;
    max-width: 600px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ten_input .ten_input_box select,
.ten_input .ten_input_box input[type=text],
.ten_input .ten_input_box textarea {
    border: none;
    height: 48px;
    line-height: 48px;
}

.ten_input .ten_input_box--captcha img {
    display: block;
    height: 36px;
    width: auto;
    margin: 6px;
}

.ten_input .ten_input_box--captcha a {
    display: block;
    height: 36px;
    width: 36px;

    background-image: url(../img/irasia/icon_refresh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
}

/*--------------------------------------------------------------------------------*/
.ten_btn {
    display: inline-block;
    cursor: pointer;
    background: #919797;
    color: #FFF;
    min-width: 150px;
    border: none;
    padding: 12px 24px;
    margin: 0px 6px 6px 0px;
    text-align: center;
}

.ten_btn--submit {
    background: rgba(25, 74, 195, 1);
}

.ten_btn:hover {
    background: #2b2e2e;
}

.ten_btn--cal {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #919797;
    border-radius: 6px;
    padding: 12px 24px;
    margin: 12px 12px 0px 0px;
}

.ten_btn--cal img {
    vertical-align: middle;
    margin-right: 12px;
    height: 20px;
    width: auto;
}

a:hover .ten_btn--cal,
.ten_btn--cal:hover {
    background: rgba(25, 74, 195, 1);
    color: #FFF;
}

a:hover .ten_btn--cal img,
.ten_btn--cal:hover img {
    filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------------------------*/
.ten_search {
    padding: 48px 0px;
}

.ten_search .ten_input input[type=text] {
    height: 48px;
    line-height: 48px;
    color: #919797;
    font-size: 24px;
    padding-left: 12px;
    padding-right: 36px;
}

.ten_search .ten_input--search {
    display: block;
    width: 100%;
}

.ten_search .ten_input--search input[type=text] {
    width: 100%;
    max-width: none;
}

/*--------------------------------------------------------------------------------*/
.ten_pop {
    display: none;
}

.ten_pop.ten_pop--show {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    ;
}

.ten_pop .ten_main {
    background: #FFF;
    position: relative;
    padding: 48px 48px 36px 48px;
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.ten_pop .ten_pop_close {
    position: absolute;
    top: 36px;
    right: 48px;
    font-size: 48px;
    display: block;
    color: #919797;
    margin-left: auto;
}

.ten_pop h2,
.ten_pop a {
    color: rgba(25, 74, 195, 1);
}

@media screen and (max-width: 767px) {
    .ten_pop .ten_main {
        padding: 24px 24px 12px 24px;
    }

    .ten_pop .ten_pop_close {
        top: 24px;
        right: 24px;
    }
}


/*---------------------------------Banner Section----------------------------*/

.ten_banner .ten_banner_swiper .ten_banner_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ten_banner button {
    float: right;
    height: 50px;
    width: 200px;
    background: #f8c22d;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'TencentSansW7CN';
    padding-bottom: 8px;
    margin-right: 24px;
    margin-top: 24px;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------*/
.whats-new-container {
    background: #fbfbfb;
}

.ten_cards {
    position: relative;
    z-index: 1;
    margin-top: -120px;
    padding-bottom: 60px;
}

.ten_cards h4 {
    font-size: 28px;
    font-weight: 500;
    font-family: TencentSansW7CN;
    color: #FFF;
    margin-bottom: 12px;
}

.ten_cards .ten_card_grid {
    margin-left: -24px;
}

.ten_cards .ten_card_grid,
.ten_cards .ten_card_grid .ten_card_col1,
.ten_cards .ten_card_grid .ten_card_col2,
.ten_cards .ten_card_grid .ten_card_col3,
.ten_cards .ten_card_grid .ten_card_col4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ten_cards .ten_card_grid .ten_card_col1 {
    align-items: stretch;
}

.ten_cards .ten_card_grid .ten_card_col1 {
    width: calc(75% - 0px);
}

.ten_cards .ten_card_grid .ten_card_col2 {
    width: calc(25% - 0px);
}

.ten_cards .ten_card_grid .ten_card_col3 {
    width: calc(65% - 0px);
}

.ten_cards .ten_card_grid .ten_card_col4 {
    width: calc(35% - 0px);
}

.ten_cards .ten_card {
    width: calc(100% - 24px);
    margin-left: 24px;
}

.ten_cards .ten_card--sml {
    width: calc(33.33% - 24px);
}

.ten_cards .ten_card--half {
    width: calc(50% - 24px);
}

.ten_cards .ten_card--med {
    width: calc(66.66% - 24px);
}

.second_line_card_container {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .second_row_card .ten_img {
        height: 42%;
    }

    .second_row_card .ten_card_body {
        height: 58%;
    }
}

.ten_cards .investor_card {
    height: 258px;
}

@media screen and (max-width: 1279px) {
    .ten_cards .ten_card_grid .ten_card_col1 {
        width: calc(66.66% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        width: calc(33.33% - 0px);
    }

    .ten_cards .ten_card--sml {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card--med {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width: 767px) {
    .ten_cards .ten_card_grid .ten_card_col1 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col3 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col4 {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card_col2 {
        align-items: stretch;
    }

    .ten_cards .ten_card_grid .ten_card_col4 {
        align-items: stretch;
    }

    .ten_cards .ten_card_grid .ten_card_col2 .ten_card {
        width: calc(50% - 24px);
    }

    .ten_banner button {
        float: left;
        height: 40px;
        width: 160px;
        margin-top: 12px;
        font-size: 22px;

    }
}

@media screen and (max-width: 639px) {
    .second_line_card_container {
        display: block;
    }

    .ten_cards .ten_card_grid .ten_card_col2 .ten_card {
        width: calc(100% - 0px);
    }

    .ten_cards .ten_card_grid .ten_card--half {
        width: calc(100% - 24px);
    }
}

/*--------------------------------------------------------------------------------*/
.ten_card {
    display: block;
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #2b2e2e;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .ten_card:hover {
        transform: translateY(-4px);
        transition: ease all 0.3s;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
}

.ten_card .ten_card_body {
    padding: 26px 24px 0px;
}
.tb1{
    background: #f5f5f5;
}
.ten_card .ten_card_body .ten_tagline {
    left: -24px;
}

.ten_card .ten_card_body> :first-child {
    margin-top: 0px;
	color: #efb200;
}
.ten_card .tb1> :first-child {
    margin-top: 0px;
    color: #5f5f5f;
}

.ten_card .ten_card_body> :last-child {
    margin-bottom: 0px;
}

.ten_card>.ten_img--full {
    height: 100%;
}

.ten_card .ten_card_body p {
    padding: 12px 0;
}

.ten_card h2 {
    font-family: 'TencentSansw3';
}

.ten_card h3 {
    font-weight: normal;
}

.ten_card a:hover h2,
.ten_card a:hover h3 {
    color: rgba(231, 172, 0, 1);
}
.nei{
    font-size: 17px;
    font-weight: bold !important;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;/*想省略几行就写几*/
 -webkit-box-orient: vertical;
 line-height: 26px;
 min-height: 26px;
}
.xiang{
	padding-top: 0 !important;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;/*想省略几行就写几*/
 -webkit-box-orient: vertical;
 line-height: 22px !important;
}
.ten_card_col3 .multi_media {
    height: 315px;
}

.ten_card_col4 .multi_media {
    height: 315px;
}

.second_line_card {
    height: 580px;
}
.second_line_card1{
    height: auto;
}
.third_line_card {
    height: 540px;
}

.ten_img--full h2,
.ten_img--full h3,
.ten_img--full h4,
.ten_img--full h5,
.ten_img--full h6,
.ten_img--full p {
    max-width: 500px;
}

.ten_card .ten_card_icon {
    display: block;
    width: 60px;
    height: 60px;
}

.ten_gallery .ten_img:hover img,
.ten_card .ten_img:hover img {
    transform: scale(1.05);
    transition: ease all 0.3s;
}

.ten_card .ten_img .auto-height {
    /*height: auto;*/
}

.ten_card.ten_card--grey {
    background: #D8D7DF;
}

.ten_card.ten_card--lightgrey {
    background: #FBFBFB;
}

.ten_card.ten_card--dark {
    background: #fff;
    color: #FFF;
}

.ten_card.ten_card--blue {
    background: #0052d9;
    color: #FFF;
}

.ten_card.ten_card--lightblue {
    background: rgb(0, 169, 206);
    color: #FFF;
}

.ten_card.ten_card--white h2 {
    color: rgba(25, 74, 195, 1);
}



.ten_card.ten_card--dark .ten_share,
.ten_card.ten_card--blue .ten_share {
    filter: brightness(0) invert(1);
}

.ten_card.ten_card--blue .ten_tagline,
.ten_card.ten_card--blue .ten_tagline:before,
.ten_card.ten_card--blue .ten_tagline:after {
    border-color: #FFF;
    color: #FFF;
}

.ten_card.ten_card--lightblue .ten_tagline,
.ten_card.ten_card--lightblue .ten_tagline:before,
.ten_card.ten_card--lightblue .ten_tagline:after {
    border-color: #FFF;
    color: #FFF;
}

.ten_card.ten_card--dark .ten_download,
.ten_card.ten_card--blue .ten_download {
    border: 1px solid #FFF;
    color: #FFF !important;
}

.ten_card.ten_card--dark .ten_download:hover,
.ten_card.ten_card--blue .ten_download:hover {
    background: #FFF;
    color: rgba(25, 74, 195, 1) !important;
}

.ten_card.ten_card--dark .ten_download:before,
.ten_card.ten_card--blue .ten_download:before {
    filter: brightness(0) invert(1);
}

.ten_card.ten_card--dark .ten_download:hover:before,
.ten_card.ten_card--blue .ten_download:hover:before {
    filter: none !important;
}

.ten_card .ten_img {
    border-bottom: #FFFFFF solid 1px;
}

/*--------------------------------------------------------------------------------*/
.ten_links {
    padding: 72px 0px 48px 0px;
    font-family: 'TencentSansw7';
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -24px;
}

.ten_links .ten_img {
    width: calc(33.33% - 24px);
    margin-left: 24px;
    margin-bottom: 24px;
}
.article>header h1{
    font-size: 24px;
    font-weight: normal;
    color: #5f5f5f;
    border-bottom: 1px solid #808080;
    
}
.article>header h1 span{
	font-size: 15px;
	font-weight: normal;
}
.article>.content{
	padding:0;
}
@media screen and (max-width: 1023px) {
    .ten_links .ten_img {
        width: calc(50% - 24px);
        margin-left: 24px;
    }
}

@media screen and (max-width: 479px) {
    .ten_links .ten_img {
        width: calc(100% - 24px);
        margin-left: 24px;
    }
}

.ten_links .ten_img:before {
    padding-bottom: 60%;
}

.ten_links .ten_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(25, 74, 195, 0);
}

.ten_links .ten_img:hover:after {
    background: rgba(25, 74, 195, 0.8);
    transition: ease all 0.3s;
}

.ten_links .ten_img:hover img {
    transform: scale(1.1);
    transition: ease all 0.3s;
}

.ten_links .ten_img .ten_img_txt {
    color: #FFF;
    z-index: 1;
    justify-content: center;
}

.ten_links .ten_img .ten_img_txt h2 {
    display: inline-block;
    width: auto;
    padding-top: 12px;
}

.ten_links .ten_img .ten_img_txt h2:after {
    content: "";
    display: block;
    margin: 12px 0px 0px 0px;
    width: 1%;
    height: 2px;
    background: #FFF;
    opacity: 0;
}

.ten_links .ten_img:hover .ten_img_txt h2:after {
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
}

@media screen and (max-width: 767px) {
    .ten_links .ten_img .ten_img_txt h2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .gui-video .ten_img_txt {
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'TencentSansw3';
}

.ten_home h2 {
    font-family: 'TencentSansw7';
}

.ten_home .ten_home_l {
    width: calc(33.33% - 12px);
    padding-top: 24px;
}

.ten_home .ten_home_r {
    width: calc(66.66% - 12px);
}

.ten_home .ten_home_l a {
    display: block;
    margin: 12px 0px;
    opacity: 0.5;
    transition: ease all 0.3s;
}

.ten_home .ten_home_l h2,
.ten_home .ten_home_l p {
    transition: ease all 0.3s;
    position: relative;
}

.ten_home .ten_home_l h2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -24px;
    height: 100%;
    width: 6px;
    background: rgba(25, 74, 195, 0);
    transition: ease all 0.3s;
}

.ten_home .ten_home_l p:after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../img/index/icon_arrow_r.png);
    transition: ease all 0.3s;
}

.ten_home .ten_home_l a.active,
.ten_home .ten_home_l a:hover {
    opacity: 1;
}

.ten_home .ten_home_l a.active p:after,
.ten_home .ten_home_l a:hover p:after {
    opacity: 1;
}

.ten_home .ten_home_l a.active h2,
.ten_home .ten_home_l a.active p,
.ten_home .ten_home_l a:hover h2,
.ten_home .ten_home_l a:hover p {
    padding-left: 36px;
}

.ten_home .ten_home_l a.active h2:before,
.ten_home .ten_home_l a:hover h2:before {
    background: rgba(25, 74, 195, 1);
    left: 0px;
}

.ten_home .ten_home_card {
    display: none;
}

.ten_home .ten_home_card.active {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.ten_home .ten_home_card .ten_img--5x4 {
    width: 50%;
}

.ten_home .ten_home_card .ten_img--5x2 {
    width: 100%;
}

.ten_home .ten_home_card .ten_img_txt {
    padding: 24px 24px;
}

.ten_home .ten_home_card .ten_img h3 {
    font-family: 'TencentSansw7';
    position: relative;
}

.ten_home .ten_home_card .ten_img h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 24px;
    opacity: 0;
    top: calc(50% - 9px);
    right: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../img/index/icon_arrow_r.png);
    transition: ease all 0.3s;
}

.ten_home .ten_home_card .ten_img p {
    display: none;
}

.ten_home .ten_home_card .ten_img:hover p {
    display: block;
}

.ten_home .ten_home_card .ten_img:hover h3:after {
    right: 0px;
    opacity: 1;
}

.ten_home--mobile {
    padding: 1px;
    display: none;
    font-family: 'TencentSansw3';
}

.ten_home--mobile .ten_img {
    margin: 24px 0px;
}

.ten_home--mobile .ten_img_txt {
    padding: 12px 24px;
}
.text-indent{
    text-indent: 2rem;
}
.sit{  margin-bottom: 40px;}
.sit h2{ font-size: 22px;color: #5c5c5c; padding-bottom: 15px; position: relative; margin-bottom: 0;}
.sit img{ border: 1px solid #ddd; }
.sit h2 span{ color: #666; }
.sit h2:after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 50px;
  height: 3px;
  background:#efb201;
}
.amenu{
    background-color: #efb201;
    width: 100%;
    height: 68px;
    overflow: hidden;
}
.amenu li{
    float: left;
    background:url(../styles/images/line.jpg) no-repeat right center; 

}
.amenu .nav>li>a{padding: 10px 50px; line-height: 50px; font-size: 14px;}
.amenu  .nav>li.active>a{
    color: #fff;
}
.afo{background:url(../styles/images/abg.jpg) no-repeat bottom center;
padding-bottom: 20%;}
.ny-about{
    margin-top: 3%;
    margin-bottom: 4%;
    line-height: 28px;
}
.zuzhi {
    margin-bottom: 10%;
}
.ny-about1{
    margin-top: 0;
}
.ny-about1 .article {
	padding-top: 25px;
}
.ser{ margin-bottom: 70px; margin-top: 20px; }
.ser a{ 
  display: inline-block;
  color: #fff; 
  border: 2px solid #fff;
  padding:5px 30px;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 20px;
}
.ser a.active,.ser a:hover{ background-color: #f39501; border: rgba(0,0,0,0); }  
.ny-ser a {
    color: #555;
    border: 2px solid #ddd;
}
.ny-ser a.active, .ny-ser a:hover {
    background-color: #f28101;
    color: #fff;
}
.ptest {
    color: #333;
    line-height: 36px;
}
.article-content, .article>.content {
    font-size: 18px;
    line-height: 32px;
}
.gonggao {padding:0px; position:relative; z-index: 1;}
.gongga .col-md-4{
    padding-left: 0;
    padding-right: 0;
}
.gonggao .item {margin-bottom:30px;}
.gonggao .item a {display:block; background-color:#f9f9f9; border:1px solid transparent; box-sizing:border-box; overflow: hidden;}
.gonggao .item a:hover {background-color:#ededed; /*border-color:#e14343;*/ overflow: hidden;}

.gonggao .info {padding:25px 10% 0 25px; }
.gonggao .date {overflow: hidden; margin-bottom:24px;}
.gonggao .info h3{ font-size: 21px; color: #3f3f3f; font-weight: normal; line-height: 34px; }
.excerpt p{ font-size: 15px; color: #909090; }
.gonggao time {display:block; float:left; position:relative;}
.gonggao time:after {content:''; display:block; width:46px; height:1px; background-color:#d5d5d5; position:absolute; left:60px; top:50%; margin-top:-0.5px;}
.gonggao .date i { line-height: 1.1em; display:block; font-style:normal;}
.gonggao .date .day {font-size:24px; color:#999;}
.gonggao .date .month {font-size:12px; color:#a5a5a5; position:relative; padding-left:15px;}
.gonggao .date .month:before {content:''; display:block; width:1px; height:15px; background-color:#a5a5a5; transform:rotate(45deg); position:absolute; left:0; top:50%; margin-top:-5.5px;}
.gonggao .pagenavi {padding-top:20px;}
.newbot{
    font-size: 15px;
}.div3{
        margin-top: 2px;
        background-color: #fff;
        padding-bottom: 46px;
      }
    .div3 .list_div{
        
      }
    .div3 .list_div a{
        display: flex;
        align-items: center;
        font-size: 0;
        height: 60px;
        padding-left: 4%;
        border-bottom: 1px solid #e5e5e5;
        transition: all 5s ease;
      }
     .div3 .list_div a:hover{
        background: #ebebeb;
        color: #666;
     }
    .div3 .list_div a span{
        font-size: 18px;
        text-align: center;
      }
    .div3 .list_div a span:nth-of-type(1){
        text-align: left;
        width: 15%;
      }
    .div3 .list_div a span:nth-of-type(2){
        width: 23%;
      }
    .div3 .list_div a span:nth-of-type(3){
        width: 24%;
      }
    .div3 .list_div a span:nth-of-type(4){
        width: 23%;
      }
    .div3 .list_div a span:nth-of-type(5){
        width: 15%;
      }
      
    .div3 .list_div a:first-of-type{
        background-color: #ebebeb;
        color: #555555;
      }
    .div3 .list_div a:first-of-type span{
        background-image: url(../img/tb23.png);
        background-size: 2px 100%;
        background-repeat: no-repeat;
        background-position: right;
      }
    .div3 .list_div a:first-of-type span:last-of-type{
        background: none;
      }
      
    .div3 .paging_div a{
        background-color: #efefef;
      }
       .map {min-height: 400px; position:relative; overflow: hidden;}
#allmap {position:absolute; left:0; top:0; width:100%; height:100%;}
.ny-contact p{
    font-size: 20px;
    color: #555;
    margin-bottom: 5%;
}
.ny-contact h2{
    color: #6d6c6d;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5%;
}
.grid{position:relative; border:1px solid #eee;clear:both;margin:0 auto;width: 100%;list-style:none;text-align:center;margin-bottom: 20px; overflow: hidden;}
.grid figure{position:relative;float:left;overflow:hidden;height:auto;margin-bottom:20px;background:#3085a3;text-align:center;cursor:pointer;}
.grid figure img{position:relative;display:block;opacity:1;}
.grid figure figcaption{padding:10px 15px;text-transform:uppercase; -webkit-backface-visibility:hidden;backface-visibility:hidden;}
.grid figure figcaption::after,.grid figure figcaption::before{pointer-events:none;}
.grid figure figcaption,.grid figure figcaption>a{position:absolute;top:0;left:0;width:100%;height:100%;}
.grid figure figcaption>a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;}
.grid figure h2{word-spacing:-.15em;font-weight:300;color:#fff;background: rgba(92, 144, 254, 0.8)}
.grid figure h2 span{font-weight:800;}
.grid figure h2,.grid figure p{margin:0;}
.grid figure p{letter-spacing:1px;color: #fff;}
figure.effect-goliath{background:#f28101;}
figure.effect-goliath h2,figure.effect-goliath img{-webkit-transition:-webkit-transform .35s;transition:transform .35s;}
figure.effect-goliath img{-webkit-backface-visibility:hidden;backface-visibility:hidden;}
figure.effect-goliath h2,figure.effect-goliath p{position:absolute;bottom:15px;left:0;padding:0 0 0 10px;}
figure.effect-goliath p{text-transform:none;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0);}
figure.effect-goliath p a{color: #fff;}
figure.effect-goliath:hover img{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0);}
figure.effect-goliath:hover h2{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);}
figure.effect-goliath:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover{background: #f28101;border-color: #f28101;}
.pager{display: inline-block;}
.pager-loose.pager-pills>li>a{color: #333;}
.pager>li.active>a{color: #fff;}
.pager>li.disabled>a{color: #ddd;}
@media screen and (max-width: 1023px) {
    .ten_home {
        display: none;
    }

    .ten_home--mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .ten_home--mobile .ten_img--5x2:before {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 479px) {
    .ten_home--mobile .ten_img--5x2:before {
        padding-bottom: 80%;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_crumb {
    background: #FBFBFB;
    padding: 18px 0px;
}

.ten_crumb ul,
.ten_crumb li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ten_crumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ten_crumb li {
    display: block;
    margin: 0px 12px 0px 0px;
}

.ten_crumb li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    border-top: 1px solid #2b2e2e;
    border-right: 1px solid #2b2e2e;
    transform: rotate(45deg);
}

.ten_crumb li:last-of-type:after {
    display: none;
}

.ten_crumb li a:hover {
    color: rgba(25, 74, 195, 1);
}

/*--------------------------------------------------------------------------------*/
.ten_tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ten_tab a {
    display: block;
    margin: 0px 24px 0px 0px;
    padding: 6px 0px;
}

.ten_tab a.active {
    font-weight: bold;
    border-bottom: 3px solid rgba(25, 74, 195, 1);
    color: rgba(25, 74, 195, 1);
}

.ten_tab--investor a {
    padding: 18px 0px;
}

@media screen and (max-width: 767px) {
    .ten_tab a {
        margin: 0px 24px 0px 0px;
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_index {
    margin: 48px 0px 0px 0px;
}

.ten_index span {
    font-size: 14px;
    color: #919797;
    display: block;
}

.ten_index a {
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 12px 0px;
}

.ten_index a:hover {
    color: rgba(25, 74, 195, 1);
}

.ten_index a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-bottom: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    margin-left: 6px;
    margin-bottom: 1px;
}

/*--------------------------------------------------------------------------------*/
.ten_input {
    display: inline-block;
    min-width: 90px;
}

.ten_form .ten_input {
    display: block;
}

.ten_input input[type=text],
.ten_input textarea,
.ten_input select {
    border: none;
    border-bottom: 1px solid #DDD;
    display: block;
    padding: 0px 12px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    background: none;
}

.ten_input input[type=text],
.ten_input select {
    height: 36px;
    line-height: 36px;
}

.ten_input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ten_input .icon {
    display: block;
    height: 0px;
    position: relative;
}

.ten_input label {
    font-weight: 500;
    display: block;
    margin: 0px 0px 6px 0px;
}

.ten_input>* {
    max-width: 480px;
}

.ten_input--search input[type=text] {
    padding-left: 36px;
}

.ten_input--search .icon:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../svg/Search-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 30px;
    height: 30px;
    bottom: 0px;
    left: 0px;
}

.ten_input--select .icon:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 6px;
    border-color: rgba(25, 74, 195, 1) transparent transparent transparent;
    border-style: solid;
    bottom: 8px;
    right: 8px;
}

.ten_input .ten_input_radio {
    margin-bottom: 24px;
    max-width: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ten_input .ten_input_radio a {
    display: block;
    width: calc(50% - 12px);
    margin: 0px 12px 12px 0px;
    cursor: pointer;
}

.ten_input .ten_input_radio a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 1px solid #DDD;
}

.ten_input .ten_input_radio a.checked:before {
    /*content:"\2713"; color: #FFF; font-size: 10px; line-height: 12px; text-align: center;*/
    background: rgba(25, 74, 195, 1);
    /*
    background: radial-gradient(rgba(25,74,195,1) 0%, rgba(25,74,195,1) 50%, #FFF 60%, #FFF 100%);
    border-radius: 50%;*/
}

.ten_input .ten_input_box {
    border: 1px solid #DDD;
    max-width: 600px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ten_input .ten_input_box input[type=text],
.ten_input .ten_input_box textarea {
    border: none;
    height: 48px;
    line-height: 48px;
}

.ten_input .ten_input_box--captcha img {
    display: block;
    height: 36px;
    width: auto;
    margin: 6px;
}

.ten_input .ten_input_box--captcha a {
    display: block;
    height: 36px;
    width: 36px;

    background-image: url(../img/irasia/icon_refresh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
}

/*--------------------------------------------------------------------------------*/
.ten_btn {
    display: inline-block;
    cursor: pointer;
    background: #919797;
    color: #FFF;
    min-width: 150px;
    border: none;
    padding: 12px 24px;
    margin: 0px 6px 6px 0px;
    text-align: center;
}

.ten_btn--submit {
    background: rgba(25, 74, 195, 1);
}

.ten_btn:hover {
    background: #2b2e2e;
}

.ten_btn--cal {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #919797;
    border-radius: 6px;
    padding: 12px 24px;
    margin: 12px 12px 0px 0px;
}

.ten_btn--cal img {
    vertical-align: middle;
    margin-right: 12px;
    height: 20px;
    width: auto;
}

a:hover .ten_btn--cal,
.ten_btn--cal:hover {
    background: rgba(25, 74, 195, 1);
    color: #FFF;
}

a:hover .ten_btn--cal img,
.ten_btn--cal:hover img {
    filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------------------------*/
.ten_search {
    padding: 48px 0px;
}

.ten_search .ten_input input[type=text] {
    height: 48px;
    line-height: 48px;
    color: #919797;
    font-size: 24px;
    padding-left: 12px;
    padding-right: 36px;
}

.ten_search .ten_input--search .icon:after {
    left: auto;
    right: 0px;
    bottom: 6px;
}

/*--------------------------------------------------------------------------------*/
.ten_search_result_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.ten_search_result_txt {
    width: 100%;
    /*width: calc(75% - 72px);*/
}

.ten_search_result_img {
    width: calc(25% - 0px);
    display: none;
}

.ten_search_result_txt h3,
.ten_search_result_txt p {
    margin: 0px;
}

.ten_search_result_txt span,
.ten_search_result_txt a:hover h3 {
    color: rgba(25, 74, 195, 1);
}

@media screen and (max-width: 767px) {
    .ten_search_result_txt {
        width: 100%;
    }

    .ten_search_result_img {
        width: 100%;
        margin-top: 24px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_news_search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 0px 60px -24px;
}

.ten_news_search>* {
    margin: 0px 0px 0px 24px;
}

.ten_news_search .ten_input {
    min-width: 300px;
}

.ten_news_search_type {
    margin: 0px 0px 0px auto;
    padding-left: 12px;
    border-left: 1px solid #5f6464;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ten_news_search_type a {
    display: block;
    margin: 0px 0px 0px 24px;
    opacity: 0.5;
}

.ten_news_search_type a img {
    display: block;
    width: 30px;
    height: 30px;
}

.ten_news_search_type a.active {
    opacity: 1;
}

@media screen and (max-width: 1079px) {
    .ten_news_search>* {
        margin: 0px 0px 24px 24px;
    }

    .ten_news_search .ten_tab {
        width: 100%;
    }

    .ten_news_search .ten_input {
        min-width: 0px;
    }

    .ten_news_search .ten_input--select {
        width: calc(50% - 24px);
    }

    .ten_news_search .ten_input--search {
        width: calc(80% - 24px);
    }

    .ten_news_search .ten_input--select--full {
        width: 100%;
    }

    .ten_news_search_type {
        width: calc(20% - 24px);
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .ten_news_search {
        margin: 36px 0px 36px -24px;
    }

    .ten_news_search_type a img {
        display: block;
        width: 24px;
        height: 24px;
    }

    .ten_news_search_type a {
        margin-left: 6px;
    }
    .d1{
	background:url(../styles/images/d1.jpg) no-repeat center top;
	padding:10%;
	font-size: 20px;
	line-height:30px;
	background-size: cover; 
	color: #fff;
	min-height: inherit;
}
.d2{
	background:url(../styles/images/d2.jpg) no-repeat center top;
	padding:10%;
	font-size: 20px;
	line-height:30px;
	background-size: cover; 
	color: #fff;
	min-height: inherit;
}
.d1 span,.d2 span{
	font-size:26px;
}
.m20 {
    margin-top: 50px;
    margin-bottom: 55px;}
}

/*--------------------------------------------------------------------------------*/
.ten_news_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}

.ten_news_nav input {
    border: 1px solid #DDD;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 12px;
    outline: none;
    font-size: 1.2em;
}

.ten_news_nav .ten_news_nav_total {
    margin-left: 12px;
    font-size: 1.2em;
}

.ten_news_nav .ten_news_nav_prev {
    margin-right: 36px;
}

.ten_news_nav .ten_news_nav_next {
    margin-left: 36px;
}

.ten_news_nav .ten_news_nav_prev:hover,
.ten_news_nav .ten_news_nav_next:hover {
    color: rgba(25, 74, 195, 1);
}

.ten_news_nav .ten_news_nav_prev:before,
.ten_news_nav .ten_news_nav_next:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: 0px 0px 0px 12px;
    border-top: 1px solid rgba(25, 74, 195, 1);
    border-right: 1px solid rgba(25, 74, 195, 1);
    transform: rotate(45deg);
}

.ten_news_nav .ten_news_nav_prev:before {
    transform: rotate(-135deg);
    margin: 0px 12px 0px 0px;
}

@media screen and (max-width: 767px) {
    .ten_news_nav input {
        font-size: 1em;
    }

    .ten_news_nav .ten_news_nav_total {
        font-size: 1em;
    }

    .ten_news_nav .ten_news_nav_prev,
    .ten_news_nav .ten_news_nav_next {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_news--related {
    padding: 72px 0px 48px 0px;
}

.ten_news_swipe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDD;
    margin: 0px 0px 36px 0px;
    padding: 0px 0px 24px 0px;
}

.ten_news_swipe h4 {
    margin: 0px;
    font-family: 'TencentSansw7';
    white-space: nowrap;
}

.ten_news_swipe_nav {
    padding-right: 12px;
}

.ten_news_swipe_nav a {
    display: inline-block;
    vertical-align: middle;
}

.ten_news_swipe_more {
    margin-right: 24px;
}

.ten_news_swipe_more:after {
    content: ' +';
    display: inline-block;
    vertical-align: middle;
    font-size: 0.5em;
    margin-left: 6px;
}

.ten_news_swipe_prev {
    margin-left: 12px;
}

.ten_news_swipe_prev,
.ten_news_swipe_next {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}

.ten_news_swipe_prev:after,
.ten_news_swipe_next:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.ten_news_swipe_prev:after {
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
    .ten_news_swipe_more {
        margin-right: 0px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_news_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0px;
}

.ten_news_item h3 {
    font-weight: normal;
}

.ten_news_item_txt {
    width: calc(60% - 72px);
}

.ten_news_item_img {
    width: calc(40% - 0px);
}

.ten_news_item_txt--full {
    width: 100%;
}

.ten_news_item_txt .ten_tagline {
    border-left: 1px solid rgba(25, 74, 195, 1);
}

.ten_news_item_txt a:hover h3 {
    color: rgba(25, 74, 195, 1);
}

.ten_news_item_txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.ten_news_item_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

@media screen and (max-width: 767px) {
    .ten_news_item {
        margin: 24px 0px;
    }

    .ten_news_item_txt h3 {
        font-size: 16px;
    }

    .ten_news_item_txt p {
        display: none;
    }

    .ten_news_item_txt {
        width: calc(60% - 24px);
    }

    .ten_news_item_txt--full {
        width: 100%;
    }

    .ten_news_item_txt .ten_tagline {
        border-left: none;
        margin-left: -24px;
    }
}

/*--------------------------------------------------------------------------------*/
.ten_news_card {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -24px;
}

.ten_news_card .ten_card {
    width: calc(33.33% - 24px);
    margin-left: 24px;
}

@media screen and (max-width: 1023px) {
    .ten_news_card .ten_card {
        width: calc(50% - 24px);
        margin-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .ten_news_card .ten_card {
        width: calc(100% - 24px);
        margin-left: 24px;
    }
}
@media screen and (max-width: 767px) {
    .ten_subbanner--type1 .ten_main {
        flex-direction: column-reverse;
    }

    .ten_subbanner--type1 .swiper-container {
        width: 100%;
    }

    .ten_subbanner--type1 .ten_subbanner_txt {
        width: 100%;
        padding-left: 0px;
    }

    .ten_subbanner--type1 .ten_img:after {
        display: none;
    }

    .ten_subbanner--type1 .ten_img_txt {
        padding: 48px 24px;
    }

    .ten_subbanner--type1 .ten_banner_arr .ten_banner_arr_r {
        margin-right: 24px;
    }

    .ten_subbanner--type1 .swiper-container .ten_banner_arr {
        opacity: 1;
    }
    .amenu .nav>li>a{padding: 10px 15px;
	    line-height: 30px;
	}
	.amenu{
	    height: auto;
	}
	.amenu li{
		width: 33.33%;
		text-align: center;
	}
	.libg h2 {
	    font-size: 15px;
	    margin-top: 0;
	    margin-bottom: 0;
	    line-height: 22px !important;
	}
	.a11{
	    width: 7%;
	}
	.navbar-nav>li {
	    margin: 0px 30px;
	}
	.nav>li>a:focus, .nav>li>a:hover, .nav>li>.active {
	    background: 0 0;
	    color: #fff;
	}
	.s1 .swiper-button-next, .s1 .swiper-button-prev {
	    position: absolute;
	    top: 50%;
	    width: 16px;
	    height: 28px;
	    margin-top: -14px;
	    z-index: 10;
	    cursor: pointer;
	    background-size: 16px 28px;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.swiper-button-prev{
		left: 0;
	}
	.swiper-button-next{
		right: 0;
	}
	.g-t {
	    margin: 20px 0 80px 0 !important;
	}
	.div3 .list_div a span {
    font-size: 12px;}
    .ny-contact h2 {
    font-size: 21px;}
    .second_line_card {
    height: auto;}
    .ten_tagline, .ten_tagline--fill {
    font-size: 18px;
    line-height: 24px;
    height: 30px;
    padding: 0 20px;
}
.ten_tagline:before, .ten_tagline--fill:before {
    left: calc(100% - 12px);}
    .ten_tagline:after, .ten_tagline--fill:after {
    width: calc(100% - 12px);}
    .ctit{
    	padding: 0;
    }
    .ctit h2 {
    	margin-top: 0px;}
}
