123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635 |
- html {
- font-family: 'Source Han Sans CN', 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
- }
- /* .animated {
- animation-duration: 2s !important;
- } */
- .fixed-top {
- position: fixed;
- top: 0;
- right: 0;
- left: 0;
- z-index: 1030;
- }
- .flex_div {
- display: flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- }
- .h80 {
- height: 80px;
- }
- a,
- a:hover,
- a:visited {
- text-decoration: none;
- color: #333;
- }
- /* 通用header样式开始 */
- .head_bg {
- width: 100%;
- /* height: 100%; */
- height: 600px;
- max-width: 100%;
- /* background: url(../imgs/banner.png) no-repeat;
- background-size: 100% 100%; */
- }
- .head_wrap {
- width: 100%;
- height: 80px;
- /* background: #fff; */
- background-color: rgba(255, 255, 255, 0.5);
- position: relative;
- }
- .logo {
- width: 161px;
- height: 21px;
- /* margin-top: 29px; */
- margin-top: 19px;
- }
- .logo img {
- width: 100%;
- display: block;
- }
- .nav {}
- .navbar-nav>li>a {
- line-height: 50px;
- font-size: 16px;
- /* font-weight: bold; */
- color: #434343;
- box-sizing: border-box;
- }
- .nav>li>a {
- box-sizing: border-box;
- position: relative;
- }
- .nav>li>a::after {
- content: '';
- position: absolute;
- bottom: -2px;
- left: 0;
- transition: all 0.3s linear;
- width: 0;
- height: 2px;
- background: #0052D9;
- }
- .nav>li>a:hover::after {
- width: 100%;
- }
- .nav>li>a:focus,
- .nav>li>a:hover {
- text-decoration: none;
- background-color: #fff;
- color: #0052D9;
- padding-bottom: 13px;
- /* border-bottom: 2px solid #0052D9; */
- }
- .nav>li:hover #dropdow_menu {
- display: block;
- /* justify-content: space-between;
- flex-wrap: wrap;
- height: auto; */
- }
- .selected>a {
- color: #0052D9 !important;
- padding-bottom: 13px !important;
- border-bottom: 2px solid #0052D9;
- }
- .banner_wrap {
- margin-top: 170px;
- margin-left: 0;
- }
- .banner_main_title {
- font-size: 48px;
- font-weight: bold;
- color: #161616;
- margin-bottom: 40px;
- }
- .banner_sub_title {
- font-size: 20px;
- font-weight: 500;
- color: #5A5A5A;
- line-height: 1.6;
- }
- .banner_sub_title_li li {
- /* list-style-type: square; */
- list-style-type: disc;
- margin-left: 20px;
- }
- .banner_btn_wrap {
- margin-top: 45px;
- font-weight: 400;
- font-size: 16px;
- }
- .banner_btn_wrap .yuyue {
- padding: 0 40px;
- background: #5183E6;
- border-radius: 10px;
- display: inline-block;
- height: 46px;
- line-height: 46px;
- color: #fff;
- }
- .yuyue1 {
- padding: 0 40px;
- background: #5183E6;
- border-radius: 10px;
- display: inline-block;
- height: 46px;
- line-height: 46px;
- color: #fff;
- }
- .banner_btn_wrap .zixun {
- padding: 0 37px;
- margin-left: 30px;
- display: inline-block;
- background: #90a4ae;
- border-radius: 10px;
- height: 46px;
- line-height: 46px;
- color: #fff;
- }
- #dropdow_menu {
- width: 1000px;
- padding: 50px 35px;
- cursor: default;
- background: #fff;
- color: #000;
- border-radius: 4px;
- box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
- display: block;
- }
- .dropdown-menu {
- /* right: -144px !important; */
- }
- .classify-nav {
- display: flex;
- }
- .sencon_menu {
- width: 200px;
- border: 1px solid red;
- }
- .sencon_menu>ul>li:hover {
- background: #f60;
- }
- .third_menu {
- width: 200px;
- margin-left: -30px;
- border: 1px solid yellow;
- }
- .third_sub_menu {
- display: none;
- }
- .third_sub_menu>ul>li:hover {
- background: #0052D9;
- }
- .four_sub_menu {
- display: none;
- }
- /* .navbar-nav>li>a:hover #dropdown-menu {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- } */
- /* 通用header样式结束 */
- /* 中间通用标题 开始*/
- .common_title_wrap {
- text-align: center;
- padding: 64px 0;
- }
- .common_main_title {
- position: relative;
- font-size: 36px;
- font-weight: bold;
- color: #333333;
- -webkit-transform: translate(0px, 0px);
- transform: translate(0px, 0px);
- -webkit-transition: all 600ms ease-in-out 0s;
- transition: all 600ms ease-in-out 0s;
- }
- .common_sub_title {
- font-size: 18px;
- font-weight: 400;
- color: #666666;
- margin-top: 22px;
- -webkit-transform: translate(0px, 0px);
- transform: translate(0px, 0px);
- -webkit-transition: all 600ms ease-in-out 0s;
- transition: all 600ms ease-in-out 0s;
- }
- .common_sub_title a {
- display: inline-block;
- margin-left: 16px;
- color: #0052D9;
- }
- .common_sub_title a:hover {
- text-decoration: none;
- cursor: pointer;
- }
- .common_sub_title a .arrow {
- font-style: normal;
- display: inline-block;
- width: 10px;
- height: 10px;
- border: #0052D9 solid;
- border-width: 2px 2px 0 0;
- transform: rotate(45deg);
- margin-bottom: 1px;
- margin-left: 2px;
- }
- /* 中间通用标题 结束*/
- /* *******************合作伙伴开始*************** */
- .list_flex {
- display: flex;
- flex-wrap: wrap;
- }
- .space_b {
- justify-content: space-between;
- }
- .hezuo li {
- width: 187px;
- height: 88px;
- margin-bottom: 30px;
- }
- .hezuo li img {
- display: block;
- width: 100%;
- }
- /* *******************合作伙伴结束**************** */
- /* 通用footer样式开始 */
- .footer_con {
- width: 100%;
- /* height: 389px; */
- background: #333333;
- }
- .footer_wrap {
- display: flex;
- justify-content: space-between;
- font-size: 16px;
- font-weight: 400;
- color: #999999;
- }
- .footer_wrap h4 {
- font-size: 18px;
- font-weight: 500;
- color: #FFFFFF;
- margin-bottom: 35px;
- margin-top: 56px;
- }
- .footer_wrap ul li {
- margin-bottom: 20px;
- }
- .footer_wrap ul li a {
- font-size: 16px;
- font-family: SourceHanSansCN;
- font-weight: 400;
- color: #999999;
- }
- .map {
- width: 259px;
- height: 106px;
- }
- .map img {
- display: block;
- width: 100%;
- }
- .icon-weixin,
- .icon-youxiang {
- font-size: 36px;
- color: #999;
- /* display: inline-block; */
- text-align: center;
- }
- .footer {
- color: #999;
- text-align: center;
- margin-top: 20px;
- margin-bottom: 18px;
- }
- .footer a {
- color: #999;
- }
- .contact_us {
- position: fixed;
- right: 24px;
- bottom: 64px;
- z-index: 99999;
- }
- .contact_us_btn {
- width: 60px;
- /* height: 132px; */
- /* background: #FFFFFF;
- box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
- border-radius: 4px; */
- background: #FFFFFF;
- box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
- border-radius: 4px;
- box-sizing: border-box;
- /* padding: 12px; */
- font-size: 12px;
- font-weight: 400;
- color: #666666;
- /* text-indent: 3px; */
- text-align: center;
- cursor: pointer;
- }
- .contact_us_btn>a {
- color: #666666;
- }
- .contact_us_btn img {
- display: block;
- /* width: 23px;
- height: 23px; */
- margin: 5px auto;
- /* margin-bottom: 5px; */
- }
- .top {
- margin-top: 18px;
- width: 60px;
- height: 60px;
- background: #FFFFFF;
- box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.04);
- border-radius: 4px;
- box-sizing: border-box;
- /* padding: 12px 10px; */
- cursor: pointer;
- position: relative;
- }
- .top img {
- display: block;
- width: 23px;
- height: 18px;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- /* .phone .btn-default {
- color: #fff;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: #0052D9;
- border-radius: 4px 4px 0px 0px;
- font-size: 12px;
- padding: 0;
- } */
- /* .phone .btn-default {
- color: #666;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: transparent;
- font-size: 12px;
- padding: 0;
- }
- .phone .btn-default:hover {
- color: #fff;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: #0052D9;
- border-radius: 4px 4px 0px 0px;
- font-size: 12px;
- } */
- .f_img {
- display: block;
- }
- .f_img_active {
- display: none;
- }
- .btn-default {
- color: #666;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: transparent;
- /* border-radius: 4px 4px 0px 0px; */
- font-size: 12px;
- padding: 0;
- }
- .btn-default:hover {
- color: #fff;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: #0052D9;
- border-radius: 0px 0px 0px 0px;
- font-size: 12px;
- }
- /* .email .btn-default {
- color: #666;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: transparent;
- font-size: 12px;
- padding: 0;
- }
- .emial .btn-default:hover {
- color: #fff;
- border-color: transparent;
- width: 60px;
- height: 60px;
- background: #0052D9;
- border-radius: 4px 4px 0px 0px;
- font-size: 12px;
- } */
- .footer_btn:hover {}
- .fade-in {
- transform: translate(0px, 0px);
- transition: all 600ms ease-in-out 0s;
- opacity: 1;
- visibility: visible;
- z-index: 1;
- }
- /* 模态框样式开始 */
- #myModal .modal-content {
- background: url('../imgs/index/madel_bg.png') no-repeat;
- background-size: 100% 100%;
- width: 820px;
- padding: 10px;
- overflow: hidden;
- }
- #myModal .modal-header {
- border-bottom: 0px solid #e5e5e5;
- }
- #myModal .modal-title {
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #333333;
- text-align: center;
- margin-top: 50px;
- margin-bottom: 20px;
- }
- #myModal .modal-sub-title {
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-bottom: 32px;
- }
- #myModal .modal-footer {
- padding: 15px;
- text-align: center;
- border-top: 0px solid #e5e5e5;
- }
- #myModal .submit_btn {
- width: 320px;
- height: 68px;
- background: #0052D9;
- border-radius: 10px;
- color: #fff;
- text-align: center;
- line-height: 68px;
- padding: 0;
- margin-top: 35px;
- }
- #myModal .submit_btn:hover {
- background: #0052D9;
- border-color: transparent;
- }
- #myModal .submit_btn.btn-primary {
- border-color: transparent;
- }
- .form_i {
- color: #FF4A4A;
- /* margin-left: -2px; */
- margin-top: -2px;
- margin-left: 2px;
- }
- .form-control {
- height: 48px;
- border: 0px solid #ccc;
- border-radius: 10px;
- }
- .control-label {
- margin-bottom: 14px;
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #666666;
- text-indent: 9px;
- }
- /* 模态框样式结束 */
- /* 通用footer样式结束 */
- @media (min-width: 1200px) {
- .container {
- width: 1200px;
- }
- }
- @media screen and (min-width:1440px) {}
- @media screen and (min-width:1200px)and (max-width:1439px) {}
- @media screen and (max-width:1200px) {}
- @media screen and (min-width:769)and (max-width:1120px) {}
- @media screen and (max-width:768px) {}
- @media screen and (max-width:600px) {}
|