@charset "utf-8";
/*++++author:cdzhyq*******************/
/*+++++time:2023-10-04****************/
/*header*/
.header.sticky {top:0;left:0;box-shadow:  0 2px 10px 0 rgba(0,0,0,.5);position: fixed;z-index: 9999;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;padding:13px 0;}
.header{width: 100%;height: 55px;padding:18px 0;background: #133a5a;}
.header .blockbox{position: relative;}
.header h1{width: 152px;height:55px;float:left;overflow:hidden;}
.header h1 a{display: block;width:100%;height: 100%;overflow:hidden;}
.header .header-tool .nav{height: 55px;}
.header .header-tool .nav li{padding:0 20px;}
.header .header-tool{float: right;height: 55px;overflow:hidden;font-size: 16px}
.header .header-tool li{float:left;line-height: 55px;}
.header .header-tool li a{color: #fff}
.header .header-tool .tool .li1{background: url(../images/login-icon1.png) no-repeat left center;padding-left: 20px;background-size: 16px ;margin-right:20px;}
.header .header-tool .tool li.language a{background: #14446c url(../images/zh-hans.png) no-repeat 10px center;height: 55px;width:70px;border-radius: 5px;display: block;padding:0 5px;text-indent: 30px;}
.header .header-tool .nav li.on a, .header .header-tool .nav li:hover a{color: #facf48}
.header .header-tool .tool .li1.on ,.header .header-tool .tool .li1:hover{background: url(../images/login-icon2.png) no-repeat left center;background-size: 16px ;}
.header .header-tool .tool .li1.on a,.header .header-tool .tool .li1:hover a,.header .header-tool .tool li.language.on a,.header .header-tool .tool li.language:hover a{color: #facf48}
/**手机端*/
.header .hamburger {cursor:pointer;position:absolute;display:none;background-color: #facf48;border: none;height:60px; padding: 0;top:0;right:0;text-align: center;width: 60px;}
.hamburger.hamburger-close {background-color: #03b4c0;}
.hamburger.hamburger-close span:after {bottom: 0;-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.hamburger span {background-color: #fff;display: inline-block;height: 2px;position: relative;vertical-align: middle;width: 27px;}
.hamburger.hamburger-close span:before {top: 0;-ms-transform: rotate(45deg);transform: rotate(45deg);}
.hamburger span:before, .hamburger span:after { background-color: #fff;content: " ";display: block;height: 2px;position: absolute;transition: all 0.25s ease-in-out;width: 27px;}
.hamburger span:after { bottom: -10px;}
.hamburger span:before{top:-10px;}
.hamburger.hamburger-close span {background-color: transparent;}
/**footer*/
.footer{width: 100%;overflow:hidden;padding:30px 0;background-color: transparent;background-image: linear-gradient(180deg, #2C6390 0%, #032139 72%);}
.linkwrap{overflow:hidden;}
.linkwrap dl{width:31.3%;}
.linkwrap dl dt{font-family: "Roboto", Sans-serif;font-size: 22px;font-weight: 500;text-transform: capitalize;color: #facf48;margin-left: 20px;}
.linkwrap dl dt::after{content: '';width:70px;height: 2px;background: #fff;display: block;margin-top: 10px;}
.linkwrap dl dd{margin-top: 30px;}
.linkwrap dl dd a.item{display: block;font-size: 16px;font-weight: 400;text-transform: capitalize;color:#E7E7E7;margin-bottom: 10px;}
.linkwrap dl dd a.item i{padding-right:10px;}
.linkwrap dl dd a.item:hover{color: #facf48}
.linkwrap dl.footer-contact{width:37.4%;overflow: hidden;}
.linkwrap dl.footer-contact dd{margin-left: 20px;}
.linkwrap dl.footer-contact dd ul{font-size: 16px;color: #fff;}
.linkwrap dl.footer-contact dd ul li{padding-left:32px;font-weight: 600;cursor: pointer;margin-bottom: 22px;}
.linkwrap dl.footer-contact dd ul li.li1{background: url(../images/f_icon1.png) no-repeat left center ;background-size: 22px;}
.linkwrap dl.footer-contact dd ul li a{color: #fff;}
.linkwrap dl.footer-contact dd ul li a:hover{color: #facf48;}
.linkwrap dl.footer-contact dd ul li.li2{background: url(../images/f_icon2.png) no-repeat left center ;background-size: 22px;}
.linkwrap dl.footer-contact dd ul li.li3{background: url(../images/f_icon3.png) no-repeat left center ;background-size: 22px;}
.linkwrap dl.footer-contact dd ul li.li4{background: url(../images/f_icon4.png) no-repeat left center ;background-size: 22px;}
.mediamethod{margin-top: 40px;width:80%;}
.mediamethod p {width:35px;height:35px;}
.mediamethod p a{display: block;width: 30px;height:30px}
.mediamethod p a{color: #facf48;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.mediamethod p a:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.mediamethod p a svg{color: #facf48;fill:#facf48;}
.tipsbox{overflow: hidden;width:100%;margin-top: 30px;}
.tipsbox .one_recruit{ margin-bottom: 20px; border:1px solid #facf48; }
.tipsbox .one_recruit .one_recruit_title{color:#14446C;font-weight:700; background: #facf48;padding-left:40px;overflow: hidden; position: relative; line-height: 48px; cursor: pointer; outline: none; font-size: 17px;}
.tipsbox .one_recruit .one_recruit_title::before{content: '';position: absolute;width: 3px; height:16px; background:#14446C;margin: auto; top: 0; bottom: 0; left:16.5px;border-radius:3px;-webkit-transition:all 0.15s ease 0s;  -o-transition:all 0.15s ease 0s;  transition:all 0.15s ease 0s;}
.tipsbox .one_recruit .one_recruit_title::after {content: '';position: absolute;width: 16px; height: 3px; background:#14446C;margin: auto; top: 0; bottom: 0; left: 10px;border-radius:3px;}
.tipsbox .one_recruit .one_recruit_title.open::before{ height: 0px;}
.tipsbox .one_recruit .one_recruit_title.open::after{background:none;background:#fff;}
.tipsbox .one_recruit .one_recruit_det{ display: none;}
.tipsbox .one_recruit .one_recruit_det.one_recruit_det1{ display: block;}
.tipsbox .one_recruit .one_recruit_det ul{padding:15px;overflow: hidden;}
.tipsbox .one_recruit .one_recruit_det ul li{font-size: 16px;color: #fff;line-height: 1.628;margin-bottom: 10px;}
.tipsbox .one_recruit .one_recruit_det ul li a{color: #fff;}
.tipsbox .one_recruit .one_recruit_det ul li a em{color: #facf48;}
.tipsbox  .one_recruit-flex .one_recruit{width: 49.2%;margin-bottom: 0;}
.copyright{width: 100%;height: 46px;line-height: 46px;padding:8px 0;background: #000;}
.copyright p{color: #FFFFFF61;font-family: "Roboto", Sans-serif; font-size: 12px;font-weight: 400;text-transform: uppercase;line-height: 26px;letter-spacing: 1.3px;text-align: center;line-height: 46px;}

@media (max-width: 1080px) {
	.blockbox{width:95%;margin:0 auto;}
}
@media (max-width: 768px) {
	.header.sticky,.header{padding:0;height: 60px;}
	.header h1{height:35px;width:97px;margin:12.5px 0 0 12.5px}
	.header .blockbox{padding:0;width:100%;position: relative;height:60px}
	.header .header-tool{float:none;width:100%;height:calc(100vh - 60px);visibility: visible;background:#414042;transition: all .3s ease-out;position: absolute;top:100vh;left:0;left:0;display: inherit;}
	.header .header-tool .nav{padding:.6rem 0;height: auto;}
	.header .header-tool .nav li{float: none;width:100%;line-height:40px;text-align: center;}
	.header .hamburger{display:block;height:60px;width:60px;}
	.header .header-tool.open{display: block;top:60px;}
	.header .header-tool .tool{text-align: center;width:100%;margin-top: .3rem;}
	.header .header-tool li{display: inline-block;float: none;}
	.header .header-tool .tool li.language a{background: url(../images/zh-hans.png) no-repeat 10px center;}
	/**footer*/
	.tipsbox .one_recruit .one_recruit_title{font-size: 16px;line-height: 45px;line-height: 45px;}
	.tipsbox .one_recruit .one_recruit_det ul li{font-size: 14px;}
	.one_recruit-flex{width:100%;display:block;}
	.tipsbox .one_recruit{margin-bottom: 10px;}
	.tipsbox .one_recruit-flex .one_recruit{width:99.5%;margin-bottom: 10px;}
	.linkwrap{display: block;}
	.linkwrap dl{width: 50% !important;float: left;}
	.linkwrap dl.footer-contact{width: 100%!important;}
	.mediamethod{width:100%}
	.mediamethod p a{width:26px;height: 26px;}
	.linkwrap dl dd a.item,.linkwrap dl.footer-contact dd ul{font-size: 14px;}
	.linkwrap dl dt::after{width:40px}
	.linkwrap dl dt{font-size: 18px;}
}

/***>>>>>>首页<<<<<<**/
.indexbanner{width:100%;height: 4.8rem;background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);background:#06263f url(../images/indexbanner.png) no-repeat center;overflow: hidden;background-size:100% 4.8rem; }
.indexbanner .cont{padding-top: .5rem;color: #fff;width:80%;margin:0 auto;}
.indexbanner .cont .left h4{color: #fff;font-size:.4rem;font-weight:500;text-align:right;}
.indexbanner .cont .left h5{font-size: .56rem;color: #facf48;line-height:1.1;text-align:right;padding-top: .2rem}
.indexbanner .cont .left h2{color: #fff;font-size:.4rem;font-weight:500;line-height:1.2;text-align:right;}
.indexbanner .cont .left p{font-size: 14px;text-align:right;}
.indexbanner .cont .left p span{color: #facf48;}
.indexbanner .cont .left span.tags{display: block;float:right;border: 1px solid #FACF48;border-radius: 6px;width:90%;text-align: center;padding:3px 6px;margin-top: .3rem;}
.indexbanner .cont .right .btns{background: #fff;color: #14446c;border:1px solid #fff}
.indexbanner .cont .right .btns:hover{border-color: #facf48;background-color: transparent;color: #facf48;}
.indexbanner .cont .right .btns1{display: block;height: 36px;line-height: 36px;border:1px solid #facf48;border-radius: 5px;font-size: 17px;font-weight: 600;color:#facf48;padding:0 .2rem;margin-top: .2rem;}
.indexamain-box1 .blockbox{max-width: 1366px!important}
.indexamain-box1{padding:0!important;margin-top: 0!important}
.indexmain-box1{padding:.3rem 0;overflow: hidden;}
.indexmain-box1 .cont{margin-top: .4rem;overflow: hidden;}
.indexmain-box1 .cont .li{width: 25%;margin-bottom: .25rem;}
.indexmain-box1 .cont div.img{width: 89px;height: 35px;float: left;overflow: hidden;}
.indexmain-box1 .cont div.txt{float: left;color: #14446c;margin-left: 12px;}
.indexmain-box1 .cont div.txt h4{font-size: 20px;font-weight: 600;line-height: 1.1}
.indexmain-box1 .cont div.txt p{font-size: 12px;}
.indexmain-box2{width: 100%;position: relative;height: 3.3rem;overflow: hidden;}
.indexmain-box2::after{width:100%;background-color: transparent;background-image: linear-gradient(180deg,#032139 0%,#2C6390 100%);content: '';display: block;height: 2.65rem;overflow: hidden;position: absolute;top:0;left:0;z-index: 1}
.indexmain-box2 .tits{text-align: center;padding-top: .4rem;position: relative;z-index: 3}
.indexmain-box2 .tits h4{color: #FACF48;font-size: .36rem;font-weight: 600;}
.indexmain-box2 .tits p{color: #fff;font-size: 16px;padding-top: .15rem}
.indexmain-box2 .tits p span{color: #FACF48}
.indexmain-box2 .blockbox{position: relative;height:100%;}
.indexmain-box2 .conts{position: absolute;z-index: 3;box-shadow: 0 0 39px 0 rgba(0,0,0,.28);background: #FACF48;height: 1.35rem;bottom: .3rem;left:0;width: 100%;box-sizing: border-box;}
.indexmain-box2 .conts a.li .box2{display: none;background: #14446c;position: absolute;top:-.2rem;left:0;width:100%}
.indexmain-box2 .conts a.li .img{width:.7rem;height:.7rem;overflow:hidden;margin:0 auto; }
.indexmain-box2 .conts a.li h4{font-size: 22px;text-align: center;padding-top: .05rem;}
.indexmain-box2 .conts a.li {display: block;padding:.5rem;position: relative;}
.indexmain-box2 .conts a.li::after{content: '';display: block;width:2px;height: 40px;background: #14446c;position: absolute;top:50%;margin-top: -20px;right:-25%;}
.indexmain-box2 .conts a.li .box h4{color: #14446c}
.indexmain-box2 .conts a.li .box2 h4{color: #FACF48}
.indexmain-box2 .conts a.li .box2 span{color: #FFF;font-size: 14px;text-align: center;display:block;}
.indexmain-box2 .conts a.li:hover .box{display: none}
.indexmain-box2 .conts a.li:hover .box2{display: block;padding-bottom: .25rem;}
.indexmain-box2 .conts a.li:hover{width:21%;padding:.5rem 0;}
.indexmain-box4{margin-bottom: 0!important}
.indexmain-box4 .tits{text-align: center;font-size: .36rem;font-weight: 600;color: #14446c;}
.indexmain-box4 .tits span{color: #FACF48}
.indexmain-box4 .numbox{margin-top: .2rem;overflow: hidden;}
.indexmain-box4 .numbox .li{width:16.6%;overflow: hidden;text-align: center;}
.indexmain-box4 .numbox .li div.num{font-size: .52rem;color:#14446c;font-weight: 700;font-family: roboto,Sans-serif;}
.indexmain-box4 .numbox .li div.num:hover{color: #facf48}
.indexmain-box4 .numbox .li p{font-size: 16px;color: #000;line-height: 1.1;margin-top: .05rem}
.indexmain-box4{overflow: hidden;margin:.4rem auto;}
.indexmain-box4 .blockbox{overflow: hidden;}
.indexmain-box4 .blockbox .cont .h4{font-size: .36rem;}
.indexmain-box4 .blockbox .cont{overflow: hidden;}
.indexmain-box4 .blockbox .cont .left{background: #14446c;padding:.4rem;color: #fff;border:2px solid #14446c;border-right: none;}
.indexmain-box4 .blockbox .cont .right{border:2px solid #FACF48;border-left:none;padding:.4rem;}
.indexmain-box4 .blockbox .cont p.t{font-size: 22px;color: #444;padding:5px 0;}
.indexmain-box4 .blockbox .cont  .left p.t{color:#FACF48 }
.indexmain-box4 .blockbox .cont p.desc{font-size: 16px;color: #14446c;line-height: 1.628;padding-top: .3rem}
.indexmain-box4 .blockbox .cont .left p.desc{color: #fff}
.indexmain-box4 .blockbox .cont a.btns{float: right;}
.indexmain-box4 .blockbox .cont .right .h4{color: #14446c}
.indexmain-box3{width: 100%;padding:.4rem 0;margin-top:.5rem;overflow: hidden;background-color: transparent;background-image: radial-gradient(at center center,#2C6390 0%,#032139 100%);}
.indexmain-box3 .cont{height: 2.2rem;overflow: hidden;}
.indexmain-box3 .cont .img{width:2.88rem;height: 2.2rem;overflow: hidden;}
.indexmain-box3 .cont .left{}
.indexmain-box3 .cont .right{border-left:1px solid #85a2ba;padding-left: 17%;}
.indexmain-box3 .cont .txt{color: #fff;}
.indexmain-box3 .cont .txt h3{font-size: .38rem;color: #facf48;line-height: 1.1}
.indexmain-box3 .cont .txt h4{font-size: 22px;}
.indexmain-box3 .cont .txt p{font-size: 16px;padding-top: .15rem;}
.footernewsbox{width: 100%;overflow: hidden;background-color: transparent;background-image: linear-gradient(180deg,#032139 0%,#2C6390 100%);padding:.5rem 0;overflow: hidden;}
.footernewsbox .title{text-align: center;font-size: .38rem;font-weight: 600;color: #fff}
.footernewsbox .title span{color: #FACF48}
.footernewsbox  .blockbox-1-right{padding:.3rem;border:2px solid #facf48;border-radius: .15rem;width:65%;margin:.5rem auto;overflow: hidden;}
.footernewsbox  .blockbox-1-right  .tabbox{height: 50px;width: 100%;overflow: hidden;}
.footernewsbox  .blockbox-1-right  .tabbox a.tabbtn{color: #14446c;font-size: 18px;line-height: 50px;background:#fff;text-align: center;display: inline-block;width: 140px;margin-right: 20px;overflow: hidden;line-height: 50px;}
.footernewsbox  .blockbox-1-right  .tabbox a.tabbtn.on,.footernewsbox  .blockbox-1-right  .tabbox a.tabbtn:hover{background-color: #facf48;color: #fff;}
.footernewsbox  .blockbox-1-right  .tabcontent{width: 100%;margin:20px auto 0 auto;overflow: hidden;height: auto;}
.footernewsbox  .blockbox-1-right  .tabcontent .conWrap{width: 100%;overflow: hidden;}
.footernewsbox  .blockbox-1-right  .tabcontent .conWrap .con{display: none;}
.footernewsbox  .blockbox-1-right  .tabcontent .conWrap .con:first-child{display: block;}
.common_list {overflow: hidden;padding: 8px 0 0 0px;}
.common_list  li{height: 45px;font-size: 16px;line-height:45px;background: url("../images/li2.png") no-repeat left center;padding-left: 25px;}
.common_list  li a{display: inline-block;width: 70%;color: #fff;}
.common_list  li .time{float: right;color:#fff;display: inline-block;width: 25%;}
.common_list  li a:hover{color: #facf48;text-decoration: underline;}
.footernewsbox  .btnboxfooter{width: 98%;margin:.4rem auto;position: relative;height: 3.5rem;}
.footernewsbox  .btnboxfooter::after{content: '';width:100%;height:3rem;border-radius:.25rem;box-shadow: 0 12px 50px 0 rgba(0,0,0,.66);background:#fff url(../images/test/sm.png) no-repeat center;display: block;position:absolute;left:0;top:.3rem;z-index: 1}
.footernewsbox  .btnboxfooter .img{position: absolute;top:0;z-index: 2;right:.8rem;width: 3.62rem;height: 3.7rem;}
.footernewsbox  .btnboxfooter .txt{position: absolute;top:.7rem;left:.4rem;overflow: hidden;z-index: 3}
.footernewsbox  .btnboxfooter .txt h4{color:#14446c;font-size:24px; margin-bottom: .2rem;line-height: 1.15}
.footernewsbox  .btnboxfooter .txt p{color: #14446c;font-size: 16px;}



@media (max-width: 768px) {
	.indexbanner{height: 50vh;background:#234d70 url(../images/aindex.png) no-repeat center bottom;background-size: 85% auto;}
	.indexbanner .cont{display: block;}
	.indexbanner .cont .left{overflow: hidden;margin-bottom: .3rem;}
	.indexbanner .cont .right{margin-top: .3rem;overflow: hidden;display: block;}
	.indexmain-box1 .cont .li{width:48%;margin-bottom: .35rem;}
	.indexmain-box1 .cont div.img{float: none;}
	.indexmain-box1 .cont div.txt{float: none;margin-top: .15rem}
	.indexmain-box1 .cont div.txt h4{font-size: 16px;}

	.indexmain-box2{height:8rem;margin-bottom: .3rem;}
	.indexmain-box2::after{height:6rem;}
	.indexmain-box2 .conts a.li{width:48%;padding:0;float: left;margin-bottom: .3rem}
	.indexmain-box2 .conts{height:5rem;display: block;padding-top: .3rem}
	.indexmain-box2 .conts a.li::after{display: none;}
	.indexmain-box2 .conts a.li h4{font-size: 14px;}
	.indexmain-box2 .conts a.li:hover .box2{display: none;}
	.indexmain-box2 .tits p{font-size: 14px;}

	.indexmain-box4 .blockbox .cont{display: block;}
	.indexmain-box4 .blockbox .cont p.t{font-size: .32rem}
	.indexmain-box4 .blockbox .cont .left,.indexmain-box4 .blockbox .cont .right{width: 99.5%;margin-bottom: .3rem;box-sizing: border-box;}
	.indexmain-box4 .blockbox .cont p.desc{font-size: 14px;}
	.indexmain-box4 .blockbox .cont a.btns{float: none;}
	.indexmain-box4 .blockbox .cont .right{border-left:2px solid #facf48}
	.indexmain-box3 .cont{display:block;height: auto;overflow: hidden;padding:.4rem;overflow: hidden;}
	.indexmain-box3 .cont .right{border-left: none;margin-top: .4rem;padding-left: 0;}
	.indexmain-box3 .cont .txt p{font-size: 14px;}
	.indexmain-box3 .cont .txt h4{font-size: 18px;}
	.indexmain-box4 .numbox .li{width:48%;margin-bottom: .35rem}
	.indexmain-box4 .numbox .li p{font-size: 14px;}
	.indexmain-box4 .numbox{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
	.footernewsbox .blockbox-1-right{width: 98%;box-sizing: border-box;}
	.common_list li .time{display:none;}
	.common_list li a{width:99%;}
	.common_list li{font-size: 14px;background-size: 15px;line-height:35px;height:35px; }
	.footernewsbox .blockbox-1-right .tabcontent{margin:0 auto;overflow: hidden;}
	.footernewsbox .blockbox-1-right .tabbox a.tabbtn{width:28.3%;font-size: 14px;height: 35px;line-height: 35px;margin-right: 10px;}
	.footernewsbox .blockbox-1-right .tabbox a.tabbtn:last-child{margin-right: 0;}
	.footernewsbox .btnboxfooter::after{height:4.5rem;}
	.footernewsbox .btnboxfooter{height:5rem;}
	.footernewsbox .btnboxfooter .txt{padding-right:.2rem}
	.footernewsbox .btnboxfooter .txt h4{font-size:18px;}
	.footernewsbox .btnboxfooter .txt p{font-size: 14px;}

}
/**>>>>>>>关于GT<<<<<<<<<<**/
.about-banner{width:100%;height: 4.41rem;background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);background:#06263f url(../images/about-bg.png) no-repeat center;overflow: hidden;background-size:100% 4.41rem; }
.about-banner .cont{padding-top: .5rem;color: #fff;width:80%;margin:0 auto;}
.about-banner .cont .left h4{color: #fff;font-size:.42rem;font-weight:500;}
.about-banner .cont .left h5{font-size: .6rem;color: #facf48;line-height:1.1}
.about-banner .cont .left h2{color: #fff;font-size:.56rem;font-weight:500;line-height:1.1}
.about-banner .cont .left p{font-size: 16px;}
.about-banner .cont .left p span{color: #facf48;}
.about-banner .cont .left span.tags{display: block;border: 2px solid #FACF48;border-radius: 6px;text-align: center;width: fit-content;padding:4px 10px;margin-top: .3rem;}
.about-banner .cont .right .btns{background: #fff;color: #14446c;border:1px solid #fff}
.about-banner .cont .right .btns:hover{border-color: #facf48;background-color: transparent;color: #facf48;}
.about-banner .cont .right .btns1{display: block;height: 36px;line-height: 36px;border:1px solid #facf48;border-radius: 5px;font-size: 17px;font-weight: 600;color:#facf48;padding:0 .2rem;margin-top: .2rem;}
.main-box1{width:100%;margin-top: .3rem;overflow: hidden}
.common-tit{text-align: center;}
.common-tit h4{color: #14446c;font-weight: 500;font-size:32px;}
.common-tit p.t{text-align: center;font-size: 16px;color:#14446c;padding-top: 5px; }
.main-box1 .main-box1-cont{width:100%;margin-top:.3rem;overflow: hidden;padding-top: .1rem;}
.main-box1 .main-box1-cont ul li{width:15%;text-align: center;margin-bottom: .35rem;padding:0 2.5%}
.main-box1 .main-box1-cont ul li div.img{width:75px;height: 75px;overflow: hidden;margin:0 auto;}
.main-box1 .main-box1-cont ul li p.txt{color: #14446c;font-size: 16px;margin-top: 10px;}
.main-box1 .main-box1-cont1{width:100%;height:4rem;position: relative;}
.main-box1 .main-box1-cont1:before{z-index:2;box-shadow: 0 3px 15px 12px rgba(0,0,0,0.2);content: "";width:100%;height: 3.4rem;background-color: transparent; background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);border-radius: .35rem;position: absolute;top:0;left:0}
.main-box1 .main-box1-cont1 .imgs{width: 2.34rem;height:3.58rem;position: absolute;bottom: 0;right:1.8rem;z-index: 9;}
.targle{position: absolute;top:0;left:0;z-index: 3;width:100%;height: 30px;}
.targle svg {display: block;width: calc(100% + 1.3px); position: relative;left: 50%;transform: translateX(-50%);fill:#fff}
.main-box1 .main-box1-cont1 .txt-box{position: absolute;top:0;width:38%;left:0;z-index: 5;padding:.3rem;overflow: hidden;color:#fff;}
.main-box1 .main-box1-cont1 .txt-box h4{font-size: .6rem;font-weight: 600;line-height: 1.15;}
.main-box1 .main-box1-cont1 .txt-box p{font-size: .6rem;color: #facf48;font-weight: 600;line-height: 1.1;}
.main-box1 .main-box1-cont1 .txt-box .t{font-size: 16px;line-height:1.628;margin-top: .15rem;}
.btns{width:120px;margin-top:.3rem;height: 36px;line-height: 36px;border-radius: 5px;background-color: #facf48;text-align: center;font-size: 17px;color: #14446c;font-weight: 600;display:block;;}
.btns:hover{background-color: #15456D;color: #fff;}
.main-box2 .imgs{width:8.8rem;margin:.4rem auto;overflow: hidden;height: 4.8rem;}
.main-box3{width:100%;height: 2.7rem;background:#0f3656 url(../images/a15.png) no-repeat center;background-size: 100% 2.7rem;overflow: hidden}
.main-box3 h4{color: #facf48;font-size: .6rem;line-height:1.1;padding-top: .3rem;}
.main-box3 p{color: #fff;font-size: .3rem;font-weight:600;padding-top: .1rem;}
.main-box3 .btna{width:3.1rem;height: .9rem;margin-top: .2rem;}
.main-box4{margin:.4rem auto;width:100%;overflow: hidden;}
.main-box4 .meadia-meth{width:35%;overflow: hidden;margin:.3rem auto;}
.main-box4 .meadia-meth p{width:50px;height:50px;overflow: hidden;}
.main-box4 .meadia-meth p a{display: block;width:100%;height: 100%;}
.main-box4  .newsnox{width:98%;margin:.5rem auto;height:6.5rem;overflow: hidden;box-shadow: 0 3px 15px 12px rgba(0,0,0,0.2);border-radius: .35rem;}
.main-box4  .newsnox a{display: block;position: relative;width:100%;height: 6.5rem}
.main-box4  .newsnox a::after{content: '';display: block;background-color: transparent;background-image: linear-gradient(180deg, #FFFFFF00 30%, #14446c 100%);opacity: 0.78;position: absolute;top:0;height:100%;width:100%;left:0;z-index: 2;}
.main-box4  .newsnox a .img{position: absolute;top:0;left:0;z-index: 1;width:100%;height:100%;overflow: hidden;}
.main-box4  .newsnox a .txt{position: absolute;width:100%;bottom: .1rem;left:0;height: auto;z-index: 9;}
.main-box4  .newsnox a .txt h4{color: #facf48;font-size: .4rem;padding: .5rem 0 .4rem 1.7rem;background: url(../images/test/tag.png) no-repeat 2.9rem top;background-size: 1.6rem ;}
.main-box4  .newsnox a span.btns{display: block;position: absolute;z-index: 10;right: 30px;bottom: .4rem;}
.main-box4  .newsnox a div.img img{ -webkit-transform:scale(1);
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -o-transform:scale(1);
 filter:scale(1);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;}
 .main-box4  .newsnox a:hover div.img img{ -webkit-transform:scale(1.15);
 -moz-transform:scale(1.15);
 -ms-transform:scale(1.15);
 -o-transform:scale(1.15);
 filter:scale(1.15);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;}

.main-box4 .introbox{width:100%;position: relative;height:2.5rem;margin-top:.2rem; }
.main-box4 .introbox::after{box-shadow: 0 3px 15px 12px rgba(0,0,0,0.2);width:98%;height: 1rem;z-index: 9;  background-color: transparent;background-image: radial-gradient(at center center,#2C6390 0%,#032139 100%);content: '';display: block;position: absolute;top:.35rem;left:1%;border-radius: .25rem}
.main-box4 .introbox .img{width: 2.5rem;height: 2rem;margin:0 auto;z-index: 10;position: relative;}
.main-box4 .introbox .txt{position: absolute;top:.35rem;height: 1rem;line-height: 1rem;left:5%;z-index: 11;width: 90%;color: #fff;}
.main-box4 .introbox .txt h4{font-size: 22px;}
.main-box4 .introbox .txt h4 span{color: #facf48}
.main-box4 .introbox .txt .download{height: 39px;width:;overflow: hidden;}
.main-box4 .introbox .txt .download a{display: inline-block;height: 39px;float: left;margin-left: 15px;border-radius: 5px}
.main-box4 .introbox .txt .download a img{border-radius: 5px;}
.main-box4 .advbox{width:90%;padding:0 5%;overflow: hidden;color: #14326C}
.main-box4 .advbox .txt{margin-left:3%;}
.main-box4 .advbox .txt h4{color: #FACF48;font-size: .42rem;}
.main-box4 .advbox .txt h5{color: #14326C;font-size: .44rem;line-height: 1.1}
.main-box4 .advbox .txt p{font-size: 22px;font-weight: 600;}
.main-box4 .advbox .img{width:3.25rem;height: 2.8rem;overflow: hidden;margin-right:10%}
.main-box6{width:100%;min-height:7.5rem;background:#fff url(../images/abanner.png) no-repeat center bottom;background-size: 100% auto;}
.main-box6 .txt{padding-bottom: .3rem;text-align: center;}
.main-box6 .txt h4{font-size: .48rem;color: #14446c;line-height: 1.2}
.main-box6 .txt p{font-size: .6rem;color: #facf48;font-weight: 600;line-height: 1.1}
.main-box6 .btns{margin:0 auto;width: 135px;}
.main-box5{margin:.1rem auto .5rem auto;}
.main-box5 .blockbox{box-shadow: 0 3px 15px 12px rgba(0,0,0,0.2);background-color: transparent;background-image: radial-gradient(at center center,#2C6390 0%,#032139 100%);border-radius: .25rem;padding:.3rem 0;}
.main-box5 .common-tit h4{color: #fff;}
.main-box5 .common-tit p{color: #fff;}
.main-box5 .imgbox{padding:.3rem 5%;overflow: hidden;margin-top: .3rem;}
.main-box5  .swiper-container{height: 2.75rem;overflow: hidden;}
.main-box5  .swiper-container .swiper-pagination{display: none;}

@media (max-width: 1366px) {
	.about-banner .cont .left h2{font-size: .54rem}
	.about-banner .cont .left h4{font-size: .4rem}
	.blockbox{max-width: auto!important}
	.main-box1 .main-box1-cont1 .txt-box h4,.main-box1 .main-box1-cont1 .txt-box p,.about-banner .cont .left h5{font-size: .58rem}
	.main-box3 h4{font-size: .48rem;letter-spacing: -1px;}
	.main-box3 p{font-size: .28rem}
	.main-box3 .btna{width:3rem;height: .8rem}
	.main-box6{min-height: 6.5rem}
	.indexmain-box3 .cont{height:auto;}
}

@media (max-width: 768px) {
	.about-banner{height: 50vh;background:#234d70 url(../images/abnner.png) no-repeat center bottom;background-size: 45% auto;}
	.about-banner .cont{display: block;}

	.main-box1 .main-box1-cont ul li{width:48%;margin-bottom: .35rem;padding:0;}
	.main-box1 .main-box1-cont ul li div.img{width:.75rem;height: .75rem;overflow: hidden;}
	.main-box1 .main-box1-cont ul li p.txt{font-size: 14px;}
	.main-box1 .main-box1-cont1 .txt-box{width: 60%;}
	.main-box1 .main-box1-cont1 .txt-box .t{font-size: 12px;}
	.main-box1 .main-box1-cont1 .txt-box h4{font-size: 16px;}
	.main-box1 .main-box1-cont1 .txt-box p{font-size: 18px;}
	.main-box1 .main-box1-cont1 .txt-box .btns{font-size: 14px;margin-top: .1rem;height: 30px;line-height: 30px;}
	.main-box1 .main-box1-cont1 .imgs{right: .3rem;width:2.2rem}
	.main-box2 .imgs{width: 100%;height: auto;overflow: hidden;}
	.main-box3{display: none;}
	.main-box4 .meadia-meth{width: 90%;}
	.main-box4 .meadia-meth p{width: 35px;height: 35px;}
	.main-box4 .newsnox a .img{height: 3.5rem;}
	.main-box4 .newsnox a,.main-box4 .newsnox{height: 3.5rem}
	.main-box4 .newsnox a .txt h4{padding-left: .2rem;font-size: 18px;}
	.main-box4 .newsnox a span.btns{right:10px;font-size: 14px;height: 32px;line-height: 32px;width: fit-content;padding:0 .1rem}
	.main-box4 .introbox{display: none;}
	.main-box4 .advbox .txt h5{font-size: .4rem;}
	.main-box4 .advbox .txt p{font-size: 18px;}
	.main-box4 .advbox .img{margin-right: 0;}
	.main-box4 .advbox .txt{margin-left: 0;}
	.main-box5 .blockbox{padding:.3rem;box-sizing: border-box;}
	.main-box6{min-height: 5rem;}
	.main-box6 .txt p{font-size: .48rem;}
	.main-box5 .swiper-container{height: auto;overflow: hidden;}
	.s-btnbox{display: none;}
	.main-box5 .swiper-container .swiper-pagination{display: block;}
}
/**>>>>>>>账户<<<<<<<***/
.accoutbanner{width:100%;height: 4.41rem;background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);background:#06263f url(../images/accoutbanner.png) no-repeat center;overflow: hidden;background-size:100% 4.41rem; }
.accoutbanner .txt{width:5.6rem;overflow: hidden;margin:.9rem 0 0 .9rem;}
.accoutbanner .txt h4{border:2px solid #FACF48; border-radius:10px;font-size:.32rem;text-align:center;color:#FACF48;padding:.05rem 0;}
.accoutbanner .txt p{color: #fff;font-size: 16px;padding-top: .1rem;text-align: center;}
.amain-box1{width:100%;padding:.3rem 0;overflow: hidden;margin-top: .3rem}
.amain-box1 .blockbox{max-width: 1280px;}
.amain-box1 .tabs{border-bottom: 2px solid #333333;height: 50px;}
.amain-box1 .tabs a{display:inline-block;font-size: 20px;width:138px;height: 48px;border:2px solid #b3c3d0;border-bottom: none;line-height: 48px;margin-right: 15px;text-align: center;font-weight: 600;color: #b3c3d0}
.amain-box1 .tabs a:hover,.amain-box1 .tabs a.on{border-color: #FACF48;background-color: #FACF48;color: #14446c}
.amain-box1 .formbox{margin-top: .4rem;}
.amain-box1 .formbox .tx{margin-bottom: .2rem;}
.amain-box1 .formbox .tx h4{font-size: .32rem;color: #14446c }
.amain-box1 .formbox .tx p{font-size: 16px;color:#14446c;padding-top:.1rem }
.amain-box1 .formbox ul{padding:.2rem 0;margin-bottom: .4rem;}
.amain-box1 .formbox ul li{width:48%;box-shadow: 0 3px 15px 12px rgba(0,0,0,0.2);background-color: #fff;border-radius: .15rem;}
.amain-box1 .formbox ul li .cont{padding:.3rem;box-sizing: border-box;width:100%;}
.amain-box1 .formbox ul li a.btns{width: 100%;}
.amain-box1 .formbox ul li .txt{background: #14446c;border-radius: .15rem .15rem 0 0;padding:.3rem;color: #fff;position: relative;}
.amain-box1 .formbox ul li .txt h4{color: #FACF48;font-size: .31rem;}
.amain-box1 .formbox ul li .txt1::after{content:"";width: .7rem;height: .7rem;background: url(../images/star.png) no-repeat center;position: absolute;right:-.08rem;top:-.08rem;background-size: .7rem}
.amain-box1 .formbox ul li .txt  p{font-size: 16px;}
.amain-box1 .formbox ul li div.li {color: #14446c;font-size: 16px;padding-bottom:.1rem; }
.amain-box1 .formbox ul li div.li p.t{font-weight: 600;font-size: 16px}
.amain-box1 .formbox .elementor-widget-container table{background-color:transparent;width:100%;-webkit-margin-after:15px;margin-block-end:15px;font-size:15px;border-spacing:0;border-collapse:collapse;border:none!important}
.amain-box1 .formbox .elementor-widget-container table td,.amain-box1 .formbox .elementor-widget-container table th{padding:15px;line-height:1.5;vertical-align:top;border-bottom:1px solid hsla(0,0%,50.2%,.5019607843)}
.amain-box1 .formbox .elementor-widget-container table th{font-weight:700}
.amain-box1 .formbox .elementor-widget-container table tfoot th,.amain-box1 .formbox .elementor-widget-container table thead th{font-size:14px}
/*.amain-box1 .formbox .elementor-widget-container table caption+thead tr:first-child td,.amain-box1 .formbox .elementor-widget-container table caption+thead tr:first-child th,.amain-box1 .formbox .elementor-widget-container table colgroup+thead tr:first-child td,.amain-box1 .formbox .elementor-widget-container table colgroup+thead tr:first-child th,.amain-box1 .formbox .elementor-widget-container table thead:first-child tr:first-child td,.amain-box1 .formbox .elementor-widget-container table thead:first-child tr:first-child th{-webkit-border-before:1px solid hsla(0,0%,50.2%,.5019607843);border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}*/
.amain-box1 .formbox .elementor-widget-container table tbody>tr:nth-child(odd)>td,.amain-box1 .formbox .elementor-widget-container table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}
.amain-box1 .formbox .elementor-widget-container table tbody tr:hover>td,.amain-box1 .formbox .elementor-widget-container table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}
.amain-box1 .formbox .elementor-widget-container table tbody+tbody{-webkit-border-before:2px solid hsla(0,0%,50.2%,.5019607843);border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}
.amain-box1 .formbox .elementor-widget-container table tr a.btns{width: 3.5rem;}
.amain-box1 .formbox .elementor-widget-container table th:nth-child(n+2) {background: #facf48;border-radius: 10px 10px 0px 0px;}
.amain-box1 .formbox .elementor-widget-container table td:first-child {font-weight: bold;}
.amain-box1 .formbox .elementor-widget-container table thead th,.amain-box1 .formbox .elementor-widget-container table thead tr,.amain-box1 .formbox .elementor-widget-container table thead th,.amain-box1 .formbox .elementor-widget-container table thead,.amain-box1 .formbox .elementor-widget-container table thead td{border:none;border-bottom:1px solid hsla(0,0%,50.2%,.5019607843)}
.amain-box1 .advbox2{margin-top: .3rem;}
.amain-box1 .advbox2 .txt{padding:.5rem;}
.amain-box1 .advbox2 .txt span{font-size: 22px;color: #14446c}
.amain-box1 .advbox2 .txt h5{font-size: .4rem;color: #14446c;line-height: 1.1}
.amain-box1 .advbox2 .txt p{font-size: .48rem;font-weight: 600;color: #14446c;letter-spacing: 2px;}
.amain-box1 .advbox2 .txt p::after{content: '';display: block;width:2.6rem;height: 3px;background:#FACF48}
.amain-box1 .advbox2 .txt a.btns{background:#14446c;color:#FACF48;margin-top:.1rem; }
.amain-box1 .advbox2 .txt a.btns:hover,.amain-box1 .advbox2 .txt a.btns1:hover{color: #fff}
.amain-box1 .advbox2 .txt a.btns1{margin-top:.3rem;height: 36px;line-height: 36px;border-radius: 5px;background-color: #facf48;text-align: center;font-size: 17px;color: #14446c;font-weight: 600;display:block;padding:0 .2rem;width: fit-content;}
.amain-box1 .advbox2 .txt a.btns1:hover{background: #14446c}
.amain-box1 .advbox2 .img{width:6.8rem;height: 3.4rem;overflow: hidden;}
.amain-box1 .clientbox{width:100%;overflow: hidden;height: 71px;margin-top: .7rem;margin-bottom: .7rem;}
.amain-box1 .clientbox .swiper-container{height: 71px;overflow: hidden;}
.amain-box1 .clientbox .swiper-container .swiper-slide{overflow: hidden;}

@media (max-width: 1080px) {

	.amain-box1 .advbox2 .txt{width: 30%;}
	.amain-box1 .advbox2 .txt p{font-size: 26px;}
	.amain-box1 .advbox2 .txt p::after{width:1.7rem;}
	.amain-box1 .advbox2 .img{width: 68%;height: auto;}
}


@media (max-width: 768px) {
	.accoutbanner .txt p{font-size: 14px;padding-top: .3rem}
	.amain-box1 .tabs{height: 40px;}
	.amain-box1 .tabs a{font-size: 16px;height: 38px;line-height: 38px;width:120px;}
	.amain-box1 .formbox .tx p{font-size: 14px;}
	.amain-box1 .formbox ul{display: block;}
	.amain-box1 .formbox ul li{width: 99.5%;margin-bottom: .45rem;}
	.amain-box1 .formbox ul li .txt p{font-size: 14px;}
	.amain-box1 .formbox ul li div.li p.t,.amain-box1 .formbox ul li div.li{font-size: 14px;}
	.btns{font-size:15px;}
	.amain-box1 .formbox .elementor-widget-container table td, .amain-box1 .formbox .elementor-widget-container table th{font-size: 14px;text-align: center;}
	.amain-box1 .formbox .elementor-widget-container table td, .amain-box1 .formbox .elementor-widget-container table th{padding:5px 3px;}
	.amain-box1 .formbox .elementor-widget-container table th:nth-child(2){width:20%}
	.amain-box1 .formbox .elementor-widget-container table tr a.btns{font-size: 14px;}
	.amain-box1 .advbox2{display:block;}
	.amain-box1 .advbox2 .txt span{font-size: 18px;}
	.amain-box1 .advbox2 .txt a.btns1{font-size: 14px;}
	.amain-box1 .formbox .elementor-widget-container table td:first-child{text-align: left;}
	.amain-box1 .clientbox .swiper-container,.amain-box1 .clientbox{height: auto;display: none;}
	.amain-box1 .clientbox .swiper-container .swiper-slide{height:auto;overflow: hidden;}

}
/*>>>>>>>平台<<<<<***/
.pbanner{width:100%;height: 4.41rem;background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);background:#06263f url(../images/ptbanner.png) no-repeat center;overflow: hidden;background-size:100% 4.41rem;}
.pbanner .txt{width:5rem;overflow: hidden;margin:.9rem 0 0 .9rem;}
.pbanner .txt h4{border:2px solid #FACF48; border-radius:10px;font-size:.32rem;text-align:center;color:#FACF48;padding:.05rem 0;}
.pbanner .txt p{color: #fff;font-size: 16px;padding-top: .1rem;text-align: center;}
.pbanner .btnbox{width: 100%;margin-top: .3rem;text-align: center;}
.pbanner .btnbox a{box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.46);display: inline-block;text-align: center;font-size: 16px;color: #14446c;background: #facf48;border-radius: 5px;line-height: 46px;height: 46px;width:2rem;margin-right: .2rem}
.pbanner .btnbox a:hover{background: #000;color: #fff}
.pmain-box1{width: 100%;margin:.3rem 0;overflow: hidden;}
.pmain-box1 .common-tit p.t{color: #000}
.pmain-box1 .blockbox,.pmain-box2 .blockbox{max-width: 1280px;}
.pmain-box1 .common-tit h4,.pmain-box2 .common-tit h4{font-weight: 600}
.pmain-box1 .cont{padding-top: .6rem;overflow: hidden;}
.pmain-box1 .cont .li{width:33.3%;}
.pmain-box1 .cont .li div.img{width:89px;height: 86px;overflow: hidden;margin:0 auto .15rem auto;}
.pmain-box1 .cont .li  h4{color: #14446c;font-size: 22px;text-align: center;}
.pmain-box2 {width: 100%;overflow: hidden;margin-top: .6rem;padding-bottom: .2rem;}
.pmain-box2 .cont{overflow: hidden;margin-top:.4rem;overflow: hidden;}
.pmain-box2 .cont .tabs{height: 40px;border:1px solid #b3c3d0;border-radius: .2rem;}
.pmain-box2 .cont .tabs a{border-left:1px solid #b3c3d0;border-right:1px solid #b3c3d0;display:inline-block;line-height: 40px;height:40px;color:#b3c3d0;text-align: center;width: 33.3%;font-family: roboto,Sans-serif;font-size: 20px;font-weight: 600;}
.pmain-box2 .cont .tabs a:hover,.pmain-box2 .cont .tabs a.on{background: #facf48;color: #14446c}
.pmain-box2 .cont .tabs a:first-child{border-radius: .2rem 0 0 .2rem;border:none;}
.pmain-box2 .cont .tabs a:last-child{border-radius: 0 .2rem .2rem 0;border:none;}
.pmain-box2 .cont .contents{overflow: hidden;margin-top: .5rem;}
.pmain-box2 .cont .contents .lis{height: 2.6rem;overflow: hidden;padding:0 .3rem;margin-bottom:.3rem;}
.pmain-box2 .cont .contents .lis div.img{width: 3.42rem;height: 2.24rem;overflow: hidden;}
.pmain-box2 .cont .contents .lis div.imgs{width: 2.22rem;height: 2.38rem;overflow: hidden;margin-left: .8rem;}
.pmain-box2 .cont .contents .lis div.txt{width: calc(100% - 5rem);overflow: hidden;}
.pmain-box2 .cont .contents .lis div.txt .tit img{height: 53px;overflow: hidden;}
.pmain-box2 .cont .contents .lis div.txt .font{margin:.1rem 0;overflow: hidden;}
.pmain-box2 .cont .contents .lis div.txt .font ul{width: 49%;overflow: hidden;}
.pmain-box2 .cont .contents .lis div.txt .changjing{font-size: 20px;color: #000;}
.pmain-box2 .cont .contents .lis div.txt .changjing img{display: inline-block;height: 51px;vertical-align: middle;}
.pmain-box2 .cont .contents .lis div.txt .font ul li{height: 35px;line-height: 35px;background:url(../images/li.png) no-repeat left center;padding-left:.15rem;font-size: 15px;color:#14446c }
.pmain-box3{overflow: hidden;width: 100%;margin-top: .4rem;padding-bottom: .6rem;}
.pmain-box3 .img{width: 5.7rem;overflow: hidden;height: 4rem;margin-left: .6rem}
.pmain-box3 .txt h4{font-size: .38rem;color: #14446c}
.pmain-box3 .txt{margin-right:.6rem;margin-left: .3rem;}
.pmain-box3 .txt p{color: #000;font-size: 18px;line-height: 1.628;margin-top: .25rem;}
.pmain-box3 .txt .btnboxs{margin-top: .3rem;overflow: hidden;}
.pmain-box3 .txt .btnboxs a{background:#14446c;border-radius:5px;display:block;width: fit-content;text-align:center;padding:0 .2rem;font-size:16px;height: 40px;line-height:40px;float: left;margin-right: .1rem;color: #fff;}
.pmain-box3 .txt .btnboxs a:last-child{background: #facf48}
.pmain-box3 .txt .btnboxs a:hover{background: #000;}

@media (max-width: 768px) {

	.pbanner{height: 50vh;background:#234d70 url(../images/Banners.png) no-repeat center bottom;background-size: 100% auto;}
	.pbanner .txt{width: 80%;margin:.3rem auto;overflow: hidden;padding-top: .9rem}
	.pbanner .txt p{font-size: 14px;padding-top: .4rem}
	.pbanner .btnbox a{width:100%;display: block;height: 36px;line-height: 36px;margin-bottom: .25rem;font-size: 14px;}
	.pmain-box1 .cont .li div.img{width: .89rem;height: .86rem}
	.pmain-box1 .cont .li h4{font-size: 14px;}
	.pmain-box2 .cont .tabs a{font-size:16px;}
	.pmain-box2 .cont .contents .lis{height: auto;display: block;margin-bottom: .5rem}
	.pmain-box2 .cont .contents .lis div.img{width: 100%;overflow: hidden;height: 3.8rem}
	.pmain-box2 .cont .contents .lis div.txt{width: 100%}
	.pmain-box2 .cont .contents .lis div.txt .tit img{height:40px;}
	.pmain-box2 .cont .contents .lis div.txt .font{display: block;font-size: 14px;}
	.pmain-box2 .cont .contents .lis div.txt .font ul{width: 100%;}
	.pmain-box2 .cont .contents .lis div.txt .font ul li{padding-left: 20px;}
	.pmain-box2 .cont .contents .lis div.txt .changjing{font-size: 15px;}
	.pmain-box2 .cont .contents .lis div.txt .changjing img{height:35px;}
	.pmain-box2 .cont .contents .lis div.imgs{width:auto;overflow: hidden;height:100%}
	.pmain-box3 .blockbox{display: block;}
	.pmain-box3 .txt{width: 100%;margin-top: .4rem;margin-right: 0;margin-left: 0;}
	.pmain-box3 .txt p{font-size: 14px;}
	.pmain-box3 .txt h4{font-size: .36rem;}
	.pmain-box3 .txt .btnboxs a{font-size: 14px;height: 38px;line-height: 38px;}


}
/*>>>>>>>交易工具<<<<<***/
.tbanner{width:100%;height: 4.41rem;background-image: radial-gradient(at center center, #2C6390 0%, #032139 100%);background:#06263f url(../images/tool-bg.png) no-repeat center;overflow: hidden;background-size:100% 4.41rem;}
.tbanner .txt{width:5rem;overflow: hidden;margin:.9rem 0 0 .9rem;}
.tbanner .txt h4{border:2px solid #FACF48; border-radius:10px;font-size:.32rem;text-align:center;color:#FACF48;padding:.05rem 0;}
.tbanner .txt p{color: #fff;font-size: 16px;padding-top: .1rem;text-align: center;}
.tbanner .btnbox{width: 100%;margin-top: .3rem;text-align: center;}
.tbanner .btnbox a{box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.46);display: inline-block;text-align: center;font-size: 16px;color: #14446c;background: #facf48;border-radius: 5px;line-height: 46px;height: 46px;width:2rem;margin-right: .2rem}
.tbanner .btnbox a:hover{background: #000;color: #fff}
.tmain-box1{padding:.4rem 0;overflow: hidden;}
.tmain-box1 .common-tit h4 ,.tmain-box1 .common-tit p.t{font-weight: 600;}
.tmain-box1 .cont{padding-top: .2rem;overflow: hidden;}
.tmain-box1 .blockbox{max-width: 1280px;}
.tmain-box1 .cont .li{margin-bottom: .3rem;overflow: hidden;}
.tmain-box1 .cont .li p.t{font-size: 16px;color: #14446c;font-weight: 600;}
.tmain-box1 .cont .li p.t2{font-size: 16px;color: #14446c;padding-top: 5px;}
.tmain-box1 .ifarme{overflow: hidden;margin-top: .2rem;}

@media (max-width: 768px) {

	.tbanner{height: 50vh;background:#234d70 url(../images/tool-mb.png) no-repeat center bottom;background-size: 50% auto;}
	.tbanner .txt{width: 80%;margin:.3rem auto;overflow: hidden;padding-top: .9rem}
	.tbanner .txt p{font-size: 14px;padding-top: .4rem}
	.tbanner .btnbox a{width:100%;display: block;height: 36px;line-height: 36px;margin-bottom: .25rem;font-size: 14px;}
	.common-tit h4{font-size: .36rem;}
	.common-tit p.t{font-size: 13px;}
	.tmain-box1 .cont{padding-top: .4rem;}
	.tmain-box1 .cont .li{margin-bottom: .45rem;}
	.tmain-box1 .cont .li p.t2,.tmain-box1 .cont .li p.t{font-size: 14px;}
}