/* 清除内外边距 */
@charset "utf-8";
/**, ::after, ::before { box-sizing: border-box; }*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */ margin: 0; padding: 0; }
input, textarea { border: none; box-shadow: none; outline: none; }
/* 设置默认字体 */
body, button, input, select, textarea { font-size: 14px; line-height: 22px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: #666; }
samp { font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue"; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
* h1, * h2, * h3, * h4, * h5, * h6 { margin: 0px; }
/* 重置列表元素 */
ul, ol, li { list-style: none; }
/* 重置文本格式元素 */
a { text-decoration: none; color: #666; word-wrap: break-word; outline: none; }
/*英文换行*/
a:hover { text-decoration: none; color: #1979e4 }
/* 重置表单元素 */
legend { color: #000; }
/* for ie6 */
fieldset, img { border: none; }
/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
table { border-collapse: collapse; border-spacing: 0; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/*手机预览居中*/
/*body { min-width: 1200px; width: 100%; overflow: hidden; }*/
/*设置浮动*/
.fl { float: left; }
.fr { float: right; }
.pr { position: relative; }
.pa { position: absolute; }
/*清除浮动*/
.clear { clear: both; height: 0; }
.blk-main .clearlist, .blk-main .listclear { clear: both; height: 0; padding: 0; margin: 0; border: 0; width: 100%; float: none; }
.b-main .clearlist, .b-main .listclear { clear: both; height: 0; padding: 0; margin: 0; border: 0; width: 100%; float: none; }
.clearafter:after, .clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
/*全局背景色1*/
.body-color { background: #ffffff; }
.bark-body-color { background: #181818; }
.body-color-p102 { background: #f5f5f5; }
.blk { margin-bottom: 25px; }
.blk-50 { margin-bottom: 50px; }
.blk-top50 { padding-top: 50px; }
.blk-mains .content { width: 1200px; margin: 0 auto; }
/*Main模板*/
.blk-main { width: 1200px; margin: 0 auto; }
.blk-main .title { padding-bottom: 15px; position: relative; font-weight: normal; text-align: center; margin-bottom: 40px; }
.blk-main .title span { display: block; height: 50px; line-height: 50px; font-size: 38px; color: #333333; }
.blk-main .title em { display: block; height: 22px; font: 14px / 22px 'Arial'; color: #808080; font-style: normal; letter-spacing: 2px; }
.blk-main .title:after { content: ''; position: absolute; width: 76px; height: 1px; background: #d4d4d4; bottom: 0; left: 50%; margin-left: -38px; }
.blk-max-main { width: 1220px; margin: 0 auto; }
/*小模块*/
.blk-xs { width: 240px; }
.blk-min { width: 320px; }
/*中模块*/
.blk-sm { width: 930px; }
.blk-max { width: 810px; }
/*小版块*/
.blk { margin-bottom: 30px; }
/*首页板块全局补白*/
.p { padding: 30px 0; }
/*首页板块全局变量*/
.b { clear: both; }
/*内页板块全局变量*/
.blk { margin-bottom: 20px; }
.blk101 { margin-bottom: 35px; }
/*数据更新中的样式*/
.nodata { background: url("../images/nodata.png") no-repeat 58px 20px #fff; margin: 10px 0; padding: 80px 0 80px 220px; border: 1px solid #eee; text-transform: capitalize; }
/*详情内容*/
.endit-content { line-height: 28px; }
.endit-content p { margin: 15px 0; }
.endit-content img { max-width: 100%; }
.endit101-content { line-height: 28px; }
.endit101-content p { margin: 0 0 20px; }
.endit101-content img { max-width: 100%; }
/*百度地图图片*/
.endit-content #map img, .endit-content #dituContent img, .endit-content #platform img { max-width: inherit; }
.endit-content em, .endit-content i { font-style: italic; }
.endit-content .img-p { text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center; }
.endit-content .img-container { }
.endit-content .img-block { text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center; }
.endit101-content .img-block { text-indent: 0px; padding-top: 10px; margin: 0 0 20px; text-align: center; }
/*详情关键字飘红加粗*/
.endit-content a { color: #f00; font-weight: bold; }
.endit101-content a { color: #f00; font-weight: bold; }
/*详情内容关键字加VI色*/
/*.endit-content a{color:#0d104d; font-weight: bold;}*/
/*表单弹框*/
.nsw-modal { width: 100%; height: 100%; background: rgba(225, 225, 225, 0.5); position: fixed; top: 0; left: 0; z-index: 99999; }
.modal-dialog { position: fixed; color: #000000; top: 150px; width: 400px; border-radius: 3px; min-height: 155px; overflow: hidden; z-index: 99998; margin-left: -200px; left: 50%; }
.modal-dialog .css-icon { background-image: url("../images/modal-icons.png"); }
.modal-dialog .modal-head { height: 30px; line-height: 30px; padding: 0px 20px; background: #F6EFEF; font-size: 14px; }
.modal-dialog .modal-head .modal-logo { width: 15px; height: 15px; background-position: 1px 0px; margin: 8px 5px 0 0; float: left; }
.modal-dialog .modal-head .close { float: right; width: 15px; height: 15px; background-position: -14px 0px; margin-top: 8px; }
.modal-dialog .modal-body { width: 100%; min-height: 125px; background: #ffffff; }
.modal-dialog .modal-body .modal-body-left { width: 140px; float: left; }
.modal-dialog .modal-body .modal-body-left .icon { width: 64px; height: 64px; margin: 30px 0 0 48px; }
.modal-dialog .modal-body .modal-body-left .success-message { background-position: 0px -14px; }
.modal-dialog .modal-body .modal-body-left .warming-message { background-position: 0px -78px; }
.modal-dialog .modal-body .modal-body-right { width: 260px; float: right; padding-top: 20px; }
.modal-dialog .modal-body .modal-body-right .close-btn { color: #000; text-align: center; width: 90px; display: inline-block; height: 24px; line-height: 24px; background: #818079; }
.modal-dialog .modal-body .modal-body-right p { line-height: 30px; }
/*foot*/
.foot { height: auto; background: #0d104d; background-image: -webkit-linear-gradient(287deg, #3455db -5%, #0b4269 70%); background-image: linear-gradient(163deg, #3455db -5%, #0b4269 70%); overflow: hidden; padding-top: 40px; position: relative; z-index: 10; }
.foot .footer { width: 1200px; margin: 0 auto; }
.fnav { width: 410px; float: left; overflow: hidden; height: 400px; }
.tit1 { font: 30px Montserrat,sans-serif; line-height: 72px; color: #fff; margin-bottom: 12px; height: 72px; position: relative; margin-bottom: 25px; }
.tit1:before { content: ""; position: absolute; bottom: 0; left: 0; width: 26px; height: 4px; background: #1979e480; }
.tit1 em { font-size: 20px; color: #fff; padding-left: 6px; }
.fnav p { font: 15px Montserrat,sans-serif; }
.fnav p a { display: block; line-height: 48px; height: 48px; width: 200px; float: left; overflow: hidden; color: #fff; }
.fnav p a:hover { color: #cfebff; /* font-weight: bold; */ }
.fwz { width: 350px; }
.fwz p { font: 15px Montserrat,sans-serif; color: #fff; line-height: 48px; }
.fwz p a { color: #fff; }
.fcode { width: 310px; }
.fcode h2 { height: 119px; border-bottom: 1px solid rgba(255,255,255,0.1); font: 15px Montserrat,sans-serif; color: #fff; text-align: center; margin-bottom: 32px; }
.fcode h2 img { display: block; width: 254px; height: 60px; margin: 0 auto 18px; padding-top: 20px; }
.fcode h2 em { color: #fff; }
.fcode p { width: 50%; float: left; font: 15px Montserrat,sans-serif; line-height: 40px; color: #fff; text-align: center; height: 171px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.fcode p img { display: block; width: 110px; height: 110px; border: 2px solid #fff; margin: 0 auto; }
.foot1 { font: 12px Montserrat,sans-serif; line-height: 60px; color: rgba(255,255,255,0.5); background: #181b5d; }
.foot1 a { color: rgba(255,255,255,0.5); }
.foot1 a:hover { color: #fff; /*font-weight: bold;*/ }
.foot1 em { padding: 0 9px; }
.client-2 { width: 45px; position: fixed; right: 10px; top: 60%; z-index: 999; color: #fff; }
.client-2 li a { text-decoration: none; color: #fff; }
.client-2 li { margin-bottom: 5px; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; position: relative; }
.client-2 li.my-kefu-qq { background: #1e519f url(../images/cimg23.png) center no-repeat; }
.client-2 li.my-kefu-weixin { background: #1e519f url(../images/cimg24.png) center no-repeat; }
.client-2 li.my-kefu-tel { background: #1e519f url(../images/cimg25.png) center no-repeat; }
.client-2 li.my-kefu-shouye { background: #1e519f url(../images/tohome.png) center no-repeat; background-size: 26px; }
.client-2 li.my-kefu-shouye a { width: 45px; height: 45px; display: block; }
.client-2 li.my-kefu-ftop { background: #1e519f url(../images/returntop.png) center no-repeat; }
.client-2 li p { height: 20px; font-size: 12px; line-height: 20px; overflow: hidden; text-align: center; color: #fff; }
.client-2 li.my-kefu-qq .cont { margin: 0; background: #1e519f url(../images/cimg23.png) 15px center no-repeat; border-radius: 50px; padding-left: 45px; height: 45px; line-height: 45px; color: #fff; font-size: 16px; width: 130px; position: absolute; top: 0; right: 0; z-index: 999; }
.client-2 li.my-kefu-tel .cont { margin: 0; background: #1e519f url(../images/cimg25.png) 15px center no-repeat; border-radius: 50px; padding-left: 45px; height: 45px; line-height: 45px; color: #fff; font-size: 18px; width: 180px; position: absolute; top: 0; right: 0; z-index: 999; }
.client-2 .my-kefu-ftop { display: none; }
.client-2 .my-kefu-ftop .my-kefu-main { padding-top: 6px; }
.client-2 li.my-kefu-weixin .cont { margin: 0; width: 115px; padding: 5px; border: solid 1px #ccc; position: absolute; left: -150px; top: -44px; background-color: #fff; }
.client-2 li.my-kefu-weixin .cont span { display: block; line-height: 20px; font-size: 12px; text-align: center; color: #1a1a1a; }
.client-2 li.my-kefu-weixin .cont img { width: 115px; height: 115px; }
.client-2 li:hover .cont { display: block !important; }
/*head*/
i, em { font-style: normal; }
.hea { height: 205px; width: 100%; background: url(../images/h_top_bg.gif) repeat-x center top; overflow: hidden; z-index: 99; }
.hea .header { width: 1200px; margin: 0 auto; }
.hea .logo { width: 218px; height: 63px; margin: 39px 36px 0 0; float: left; }
.hea .logo img { display: block; width: 218px; }
.hea h3 { width: 520px; float: left; font: 24px Montserrat,sans-serif; height: 84px; color: #000; line-height: 24px; padding-top: 54px; font-weight: 800; }
.hea h3 em { display: block; font-size: 16px; margin-top: 8px; letter-spacing: 3px; font-weight: normal; }
.hea p { width: 195px; font: 14px Montserrat,sans-serif; color: #666; background: url(../images/lx.png) no-repeat left center; padding-left: 54px; float: right; margin-top: 45px; }
.hea p em { display: block; font: 28px rubrik, Arial, Helvetica, sans-serif; color: #1e1d22; }
.menu { height: 66px; }
.menu li { float: left; font: 18px Montserrat,sans-serif; line-height: 66px; position: relative; margin: 0 29px; }
.menu li:nth-child(1) { margin-left: 0; }
.menu li:nth-child(1) a { background: url(../images/home.png) no-repeat left center; padding-left: 26px; }
.menu li a { display: block; color: #666; position: relative; z-index: 1; }
.menu li:before { content: ""; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; z-index: 0; background: #e95c13; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
.menu li:last-child { float: right; margin: 0; }
.menu li.cur a, .menu li a:hover { font-weight: bold; color: #0d104d; }
.menu li.cur:before, .menu li:hover:before { width: 100%; }
/*ty-banner-1*/
.ty-banner-1 { background-color: transparent; position: relative; overflow: hidden; line-height: 0; text-align: center; min-width: 1200px; /*max-width: 1920px;*/ width: 100%; height: 540px; margin: 0 auto; z-index: 0; }
.ty-banner-1 img { object-fit: cover; object-position: top; width: 100%; height: 100%; left: 0; position: absolute; top: 0; }
.ty-banner-1 img.show { visibility: visible; }
.ty-banner-bg-overlay { background-color: rgba(13,16,77,.55); height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
/*ty-banner-1*/
.plc { padding: 5px 0 25px; }
.p12-curblock { display: none; }
.p102-curmbs-1 { height: 40px; line-height: 40px; font-size: 14px; color: #808080; }
.p102-curmbs-1 b { font-weight: normal; padding-left: 35px; background: url(../images/p102-curmbs-icon1.png) no-repeat left center; }
.p102-curmbs-1 i { font-style: normal; }
.p102-curmbs-1 span { height: 46px; line-height: 46px; padding: 0px 5px; }
.p102-curmbs-1 a { color: #808080; }
.p102-curmbs-1 a:hover { color: #1979e4; }
.p102-search-1 { height: 70px; border-bottom: 1px solid #ededed; background: #f7f7f7; }
.p102-search-1 p { float: left; width: 750px; height: 70px; line-height: 70px; font-size: 14px; color: #333333; text-transform: uppercase; }
.p102-search-1 p b { display: inline-block; }
.p102-search-1 p a { color: #666666; display: inline-block; margin-right: 15px; }
.p102-search-1 p a:hover { color: #1979e4; }
.p102-search-1-inp { float: right; width: 356px; height: 36px; background: #fff; margin-top: 18px; border-radius: 25px; position: relative; }
.p102-search-1-inp:before,
.p102-search-1-inp:after { content: ''; position: absolute; width: 80%; height: 1px; background: #e3e3e3; left: 10%; z-index: 0; }
.p102-search-1-inp:before { top: 0; }
.p102-search-1-inp:after { bottom: 0; }
.p102-search-1-inp1 { width: 249px; height: 34px; line-height: 34px; color: #999999; border: 1px solid #e3e3e3; border-right: 0; padding: 0 20px; border-top-left-radius: 25px; border-bottom-left-radius: 25px; float: left; }
.p102-search-1-inp2 { width: 66px; height: 36px; border: 0; border-radius: 0 25px 25px 0; background: url(../images/p102-search-icon1.png) no-repeat center center #1979e4; float: right; position: relative; z-index: 2; cursor: pointer; }
/*b-adbox*/
.b-adbox { display: flex; align-items: center; height: 240px; background: linear-gradient(91.59deg, #FAFAFA 0%, #E9EEF1 100%); position: relative; }
.b-adbox span { padding-left: 120px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; height: 100px; }
.b-adbox span b { height: 36px; font-family: 'PingFang SC'; font-style: normal; font-weight: 500; font-size: 28px; line-height: 36px; /* identical to box height, or 129% */ /* Neutral/gray-10 */ color: #262626; /* Inside auto layout */ flex: none; flex-grow: 0; margin-bottom: 16px; }
.b-adbox p { display: flex; flex-direction: row; align-items: flex-start; }
.b-adbox p a { /*display: flex;*/ flex-direction: row; justify-content: center; align-items: center; padding: 12px 32px; /*height: 48px;*/ border-radius: 4px; /* Inside auto layout */ flex: none; flex-grow: 0; margin-right: 18px; }
.b-adbox p a.zxun { background: linear-gradient(96.16deg, #3A89FE -0.85%, #06ADE2 49.61%, #3A89FE 102.51%); box-shadow: 0px 8px 16px rgba(58, 137, 254, 0.24); font-family: 'PingFang SC'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 24px; /* identical to box height, or 171% */ display: flex; align-items: center; text-align: center; /* gray-1 */ color: #FFFFFF; }
.b-adbox p a.zxun:hover { background: linear-gradient(0deg, hsla(0, 0%, 100%, .08), hsla(0, 0%, 100%, .08)), linear-gradient(225deg, #3be7fe -11.69%, rgba(59, 184, 254, 0) 22.91%), linear-gradient(42deg, #3be7fe -19.17%, rgba(59, 184, 254, 0) 27.1%), linear-gradient(312deg, #217aff 35%, #4434ff 104.66%), #3a89fe; }
.b-adbox p a.yshi { border: 1px solid #3A89FE; filter: drop-shadow(0px 8px 16px rgba(58, 137, 254, 0.24)); border-radius: 4px; font-family: 'PingFang SC'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 24px; /* identical to box height, or 171% */ display: flex; align-items: center; text-align: center; /* gray-1 */ color: #3A89FE; }
.b-adbox img { position: absolute; right: 0; height: 240px; }
.b-adbox-container { width: 100%; max-width: 1240px; padding: 0; margin: 0 auto; }
.main-container { min-width: 1200px; width: 100%; margin: 0 auto; overflow-x: hidden; }
.company-container { min-width: 1200px; width: 100%; margin: 0 auto; overflow-x: hidden; }
