@charset "gb2312";
html{font-size:15px}
body {font-size: 15px;line-height: 27px;color: #2b2a28;background-color: #fff;min-height: 100vh;margin:  0 auto;}
h1,h2,h3,h4,h5,h6,p,figure,form {margin: 0}
ul,ol,li,dl,dd {margin: 0;padding: 0}
ul,ol,li {list-style: none outside none}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-touch-callout: none;outline: none}
a {text-decoration: none;color: #333}
a:hover {color: #3557aa}
a,a:hover,a:active,a:visited,a:focus {text-decoration: none}
a:hover{cursor:pointer}
img{max-width: 100%;border: none;vertical-align: middle}
video{max-width:100%;}
.fl {float: left;}
.fr {float: right;}
.clear {display: block;clear: both;overflow: hidden}
.wrapper {width: 1200px;margin: 0 auto;overflow: hidden;}
.white{background-color:#fff;}
.gray{background-color: #f5f5f5;}
.ty-title{font-size: 2rem;text-align: center;padding-top: 4rem;}
.ty-text{font-size: 1rem;text-align: center;margin-top: 1.5rem;line-height: 1.8rem;}
/*head*/
.header-top {width: 100%;background-color: #1e234b;height: 36px;font-size: 14px;}
.header-top .fl a{display: block;float: left;margin: 0 20px;color: #999;line-height: 36px;}
.header-top .fl :hover a {color: #fff;}
.header-top .fr{font-size: 14px;color: #999999;line-height: 35px;}
.header-top .fr b{font-size: 17px;color: #61d14f;display: inline-block;margin-left: 5px;}
.header-top .fr i {background: url(/images/global/tel.png) no-repeat;width: 17px;height: 18px;display: inline-block;}

.nav{height: 100px;display: flex;align-items: center;}
.header-nav {width: 840px;}
.header-nav .nav>li {float: left;}
.header-nav .nav>li>a {display: inline-block;font-size: 16px;color: #333;line-height: 100px;padding: 0 10px;}
.header-nav .nav>li>a b {padding: 0 25px;font-weight: initial;display: block;}
.header-nav .nav>li::after{content:"";display: inline-block;width: 1px;height: 14px;background-color: #D9D9D9;}
.header-nav .nav>li:last-child::after{content:"";display: none;}
.header-nav .nav>li.on,.header-nav .nav>li:hover{border-bottom: 4px solid #4667aa;}
.header-nav .nav>li a:hover,.header-nav .nav>li a b:hover{color:#3557aa;font-weight: bold;}

.header-nav ul li .sub-nav {display:none;}
.header-nav ul li:hover .sub-nav {position: absolute;top: 134px;display: block;left: 0;right: 0;z-index: 99;padding: 50px 70px;width: 1200px;margin: 0 auto;min-height: 255px;background-color: #fff;box-shadow: 0 5px 10px 0 rgba(34, 34, 34, .1);border-top: 2px solid #4667aa;}
.header-nav ul li:hover .sub-nav .nav-sub{width: 48%;float: left;text-align: center;}
.header-nav ul li:hover .sub-nav .nav-sub:first-child{border-right: 1px solid #f0f0f0;	}
.header-nav ul li:hover .sub-nav .nav-sub:last-child{padding-left: 70px;	}
.header-nav ul li .sub-nav .nav-sub .nav-tit{font-size: 1.3rem;font-weight: bold;}
.header-nav ul li .sub-nav .nav-sub .nav-sub-a{margin-top: 30px;}
.header-nav ul li .sub-nav .nav-sub .nav-sub-a a{display: inline-block;width: 49%;text-align: left;font-size: 16px;font-weight: 400;color: #333333;margin-bottom: 20px;}
.header-nav ul li .sub-nav .nav-sub .nav-sub-a a:hover{color: #164AC3;}

.header-nav ul li:hover .sub-nav .sub-fl{width: 35%;float: left;}
.header-nav ul li:hover .sub-nav .sub-fl h2{font-size:24px;font-weight:400;color:#333;line-height:60px;text-align: left;}
.header-nav ul li:hover .sub-nav .sub-fl p{font-size:14px;font-weight:400;color:#333;line-height:28px;text-align: left;}
.header-nav ul li:hover .sub-nav .sub-fl a.chat{display: block;width:120px;height:40px;font-size: 14px;color: #FFFFFF;line-height: 40px;background:#164AC3;margin-top: 30px;text-align: center;}
.header-nav ul li:hover .sub-nav .sub-fr{width: 65%;float: left;}
.header-nav ul li:hover .sub-nav .sub-fr ul li{display: inline-block;width: 16%;height:40px;background:#FAFAFA;margin-left: 1.3rem;margin-bottom: .8rem;transition: .36s ease;}
.header-nav ul li:hover .sub-nav .sub-fr ul li a{display: block;line-height: 40px;font-size: 14px;color: #333;transition: .36s ease;text-align: center;}
.header-nav ul li:hover .sub-nav .sub-fr ul li:hover{background: #4667aa;}
.header-nav ul li:hover .sub-nav .sub-fr ul li:hover a{color: #FFFFFF;}

.header-nav ul li .sub{display:none;}
.header-nav ul li:hover .sub{position: absolute;top: 134px;display: block;z-index: 99;padding: 30px 0;width: 135px;margin: 0 auto;height: auto;background-color: #fff;box-shadow: 0 5px 10px 0 rgba(34, 34, 34, .1);border-top: 2px solid #4667aa;}
.header-nav ul li .sub a{display:block;text-align: center;margin-bottom: 20px;}

/*banner*/
.pd{padding-top:4rem;padding-bottom: 4rem;}
.bg{background: #f8f8f8;overflow: auto;}
.banner {width: 100%;position: relative;overflow: hidden;}
.banner .content {position: relative;padding-top: 26%;}
.banner .content img {position: absolute;width: 100%;top: 0;left: 0;height: 100%;}
.banner .content .mask {position: absolute;height: 100%;width: 100%;left: 0;top: 0;text-align: center;color: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;background-color:rgb(50 50 50 / 50%);}
.banner .content .mask .banbox h1,.banner .content .mask .banbox .bantit{font-size: 2.3rem;line-height: 45px;color: #fff;}
.banner .content .mask .banbox .bantext{margin-top: 1rem;font-size: 1.05rem;line-height: 2rem;color:rgba(255, 255, 255, 0.9);}
.position{width: 100%;height: 50px;margin-top: -50px;position: relative;background-color: rgb(0 0 0 / 26%);}
.position .weizhi{height: 50px;line-height: 50px;color:#dadada;font-size: 14px;}
.position .weizhi a{color:#fff;padding: 0 5px;}
.position .weizhi a:hover{color: #3557aa;}
/*position*/
.position{width: 100%;height: 50px;margin-top: -50px;position: relative;background-color: rgb(0 0 0 / 26%);}
.position .weizhi{height: 50px;line-height: 50px;color:#dadada;font-size: 14px;}
.position .weizhi a{color:#fff;padding: 0 5px;}
.position .weizhi a:hover{color: #3557aa;}
.posnav{height: 56px;line-height: 56px;border-bottom: 1px solid #eaeaea;}
.posnav li{float: left;font-size: 15px;color: #828282;margin-right: 54px;position: relative;}
.posnav li span{font-size: 0;position: absolute;left: 0;right: 0;bottom: -1px;margin: auto;width: 0;height: 2px;background-color: #4667aa;transition: 0.36s;}
.posnav li a{display: block;}
.posnav .active a,.wsc-secnav li:hover a{color: #4667aa;}
.posnav .active span,.wsc-secnav li:hover span{width: 100%;}
/*footer*/
.footer{width: 100%;background: url(/images/global/footer-bg.jpg)no-repeat center;background-size: 100% 100%;padding-top: 80px;}
.footer-link{width: 641px;border-right: 1px solid #2F3363;}
.footer-link dl {width: 100px;float: left;margin-right: 60px;text-align: center;}
.footer-link dl dd a{color: #ccc;font-size: 14px;display: block;margin-bottom: 20px;}
.footer-link dl dd a:hover{color: #fff;}
.footer-link dl dt a{display: block;color: #fff;font-size: 18px;font-weight: bold;}
.footer-link dl dd span{display: block;width:80px;height:1px;background:#2F3363;margin: 30px 0;}
.footer-contact{width: 320px;margin-left: 80px;}
.footer-contact .ft-tit, .footer-wx h2{color: #FFF;font-size: 18px;font-weight: bold;}
.footer-contact p{color: #61D14F;font-size: 30px;font-weight: bold;margin: 10px 0 20px;}
.footer-contact span{display: block;color: #ccc;font-size: 18px;margin: 15px 0 30px;}
.footer-contact a.chat {display: block;width: 140px;line-height: 40px;text-align: center;background: #61D14F;color: #fff;position: relative;overflow: hidden;top: 20px;}
.footer-contact a .box-con {display: inline-block;width: 38px;height: 38px;position: absolute;background: #164AC3;top: -35px;right: -30px;transform: rotate(45deg);}
.footer-wx{width: 100px;float: left;}
.footer-wx img{margin-top: 20px;}
.footer-bt{margin-top: 50px;border-top: 1px solid #2F3363;}
.footer-bt .fl a{display: block;margin-top: 11px;}
.footer-bt .fl img{width: 46%;opacity: .2;}
.footer-bt .copy {line-height: 60px;}
.footer-bt .copy span {color: #4E5172;}
.footer-bt .copy a {color: #4E5172;margin-left: 10px;}

/*botsms*/
.botsms{ width:100%; font-size: 14px; padding:20px 0px; box-sizing:border-box; margin: 0px 0px 30px 0px; background-color: #fff; overflow: hidden;}
.botsms .tit{width: 100%;background-color: #4667af;text-align: left;margin: 20px auto 30px auto;height: 40px;line-height: 40px;font-size: 16px;}
.botsms .tit i{padding: 5px 10px; font-style: normal; color: #fff;}
.botsms .leftform{ width: 45%; float: left;}
.botsms p{ width: 100%;text-align: center; padding-bottom: 20px;}
.botsms ul li{ width:100%; overflow:hidden; padding:5px 0px;}
.botsms span{ width:20%; height:35px; line-height:35px; font-size: 14px; text-align:right; display:block; float:left;}
.botsms .textbox{ width:75%; float:left; border:1px solid #ddd; box-sizing:border-box; padding-left:3px; height:33px; line-height:33px;-webkit-appearance: none;}
.botsms .select{ width:75%; float:left; border:1px solid #ddd; box-sizing:border-box; padding-left:3px; height:33px; line-height:33px; background: none;}
.botsms .bssubmit{width:30%;margin-left: 20%;color:#fff;background-color: #4667af;padding:10px 0px;margin-top: 5px;border: none;-webkit-appearance: none;}
.botsms p.tips{ padding-top: 20px; color: #dd0000; font-size: 1.2em}
.botsms .smscontact{ width: 45%; padding-left: 10%; border-left: 1px solid #e7e7e7; box-sizing: border-box; margin-top: 45px; float: right;}
.botsms .smscontact dl,.botsms .smscontact dl dt,.botsms .smscontact dl dd{padding: 0px;margin: 0px;list-style: none;line-height: 35px;}
.botsms .smscontact dl{ line-height: 30px;}
.botsms .smscontact dl dt{ font-size: 16px; font-weight: bold; padding-bottom: 10px;}
.botsms .smscontact dl dd .linkcustomer{ font-size: 12px; background-color: #454545; color: #fff; padding: 5px 30px; margin-top: 10px; line-height: 26px; display: block; float: left;}
.botsms .smscontact dl dd b{color: #4667af;font-size: 1.2rem;}
@media screen and (max-width: 768px) {
    .botsms{padding: 5%;}
    .botsms .tit{ border-bottom: 1px solid #ddd; height: 10px; background-color: #fff; text-align: center; margin: 20px auto 30px auto; line-height: 22px; font-size: 16px;}
    .botsms .tit i{padding: 5px 10px; background-color: #fff; font-style: normal; color: #dd0000; font-weight: bold; font-size: 16px;}
    .botsms .leftform{ width: 100%; float: none;}
    .botsms .bssubmit{ width:100%; margin-left: 0px;}
    .botsms .smscontact{ display: none;}
}