@charset "utf-8"; *{margin: 0; margin: auto;} html,body{width: 100%; min-width: 1100px;} body{padding: 0;margin: 0; background:#ffffff} ul li{list-style: none;} a{text-decoration: none;} img{overflow: hidden;border: none;} /*input{outline:medium;border: none;}*/ .left{float: left;} .right{float: right;} .fixContant{position: fixed; z-index: 9999999; right: 50px; top: 35%;} .fixContantTel,.fixContantQq,.fixContantWechat{margin-top: 5px; width: 60px;height: 60px;background-color:#005d97 !important;border-radius: 10px;} .fixContantTel{background: transparent url(../images/tel_3.png) no-repeat center;} .fixContantQq{background: transparent url(../images/qq_3.png) no-repeat center;} .fixContantWechat{background: transparent url(../images/wx_3.png) no-repeat center;} .fixContantTelTxt{display: none; margin-left: -215px; width:210px;height: 60px; text-align: center; line-height: 60px; font-size: 22px; font-weight: bold; color: #FFFFFF; background-color:#005d97;border-radius: 7px;} .wechatImg{display: none; position: absolute; margin-left: -170px; margin-top: -40px; width: 160px;height: 160px;background-color: #FFFFFF; border-radius:5px;} .wechatImg img{margin-left: 5px; margin-top: 5px; width: 150px;height: 150px;} .fixContantTel:hover .fixContantTelTxt{display: block;} .fixContantWechat:hover .wechatImg{display: block;} /* * * 首页布局 * * */ /*导航栏*/ .navContantRgb{position:fixed;z-index: 100; width: 100%; background-color: #ffffff; background: rgba(255,255,255,.9); opacity: 0.9;} .nav{min-width:1300px;max-width:1300px; height:100px;} .logo img{cursor: pointer; margin-top:15px;height: 66px;} .navContant{height: 100px;} .navContant-list{font-family:"微软雅黑"; font-weight: bold; color: #4d4d4d; font-size:15px; text-align: center; margin-left:20px;height: 98px;} /*.navContant-list:hover{border-bottom: 2px solid #c1272d;}*/ .navContant-list:hover .navContant-listTxt{color:#c1272d;} .navContant-listTxtActive{color:#c1272d;} .navContant-listHover{animation: myfirst 1s ease; -webkit-animation: myfirst 1s ease; /* Safari 与 Chrome */ -moz-animation: myfirst 1s ease; } @keyframes myfirst{ 0{transform:rotate(0deg)} 100%{transform:rotate(360deg)} } @-webkit-keyframes myfirst{ 0{transform:rotate(0deg)} 100%{transform:rotate(360deg)} } @-moz-keyframes myfirst{ 0{transform:rotate(0deg)} 100%{transform:rotate(360deg)} } .navContant-listHoverReturn{animation: myfirst1 1s ease; -webkit-animation: myfirst1 1s ease; /* Safari 与 Chrome */ -moz-animation: myfirst1 1s ease; } @keyframes myfirst1{ 0{transform:rotate(0deg)} 100%{transform:rotate(-360deg)} } @-webkit-keyframes myfirst1{ 0{transform:rotate(0deg)} 100%{transform:rotate(-360deg)} } @-moz-keyframes myfirst1{ 0{transform:rotate(0deg)} 100%{transform:rotate(-360deg)} } .navContant-listTxt{margin-top:30px;color: #4d4d4d;} .navContant-listTxtEnglish{font-size: 10px;} .navContant-childContant{display: none; position: absolute; z-index: 99;background-color:#333333;} .navContant-childContant-Txt{width: 120px;height:40px;line-height: 40px;color:#FFFFFF; } .navContant-childContant-Txt:hover{background-color:#BA272D; } /*banner*/ .bannerIndex{position: relative; overflow: hidden; padding-top: 100px; width: 100%; height:auto !important; margin: auto; } .bannerIndex img{width: 100%;} .banner{position: relative; overflow: hidden; padding-top: 100px; width: 100%; height:425px; margin: auto; } .swiper-container {width:100%;height:100%;} .swiper-slide {text-align: center;font-size: 18px;background: #fff; /* Center slide text vertically */ 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; } .banner_content{width: 100%;height: 100%; } .banner_list{display: block; float: left; width: 100%;height:100%; } .banner_btn{position: absolute; z-index:2; left:50%; bottom: 25px;} .banner_btn_list{cursor: pointer; float: left; margin-left: 30px; width:30px; height:5px; background-color: #000000; opacity: 0.5;filter:alpha(opacity=50);} .left_click{ position: absolute; left: 0; top: 0; width:50%; height: 100%; z-index: 1; } .right_click{position: absolute; right: 0; top: 0; width:50%; height: 100%; z-index: 1;} .left_click_btn{display: none; cursor: pointer;float: left; width: 50px;height: 50px; margin-top: 300px; margin-left: 50px; background:transparent url(../images/left.png) no-repeat center;} .right_click_btn{display: none;cursor: pointer;float: right; width: 50px;height: 50px; margin-top: 300px; margin-right: 50px; background:transparent url(../images/right.png) no-repeat center;} /*解决方案*/ .solution{margin-top: 60px; width:1100px;height: 100px;text-align: center; font-family: "微软雅黑";background:transparent url(../images/line.png) no-repeat center 33px;} .solutionTitle{font-size: 22px;color:#333333;} .solutionTitleEnglish{font-size: 14px;color:#333333;} .solutionTxt{margin-top: 10px; width: 200px; height:25px; color: #FFFFFF; line-height:25px; background-color:#4d4d4d;border-radius: 15px;} .solutionContant{margin-top: 50px; width: 1100px;height:auto;} .solutionList{width:366px;height:auto;} .solutionListIco{margin-left:50px;width: 74px; height: 74px;} .solutionList:hover img{ animation: myfirst3 1s ease; -webkit-animation: myfirst3 1s ease; /* Safari 与 Chrome */ -moz-animation: myfirst3 1s ease; } .solutionListTxt{margin-left: 10px; width:230px;font-family:"微软雅黑";font-size: 12px;color:#4d4d4d;} .solutionListTxt-title{margin-top:5px; font-weight: bold; font-family:"微软雅黑";font-size: 18px;color:#c1272d;} .solutionListTxt-txt{margin-top:5px; font-family:"微软雅黑";font-size: 12px;color:#4D4D4D;} /*新闻中心*/ .news{width: 1100px;height:auto;} .newsBanner{width:715px;height: 305px;background-color: #FFFFFF;} .newBannerContant{position: relative; overflow: hidden; margin-top: 12px;width:690px;height: 280px;} .content{position: absolute; width:100000%;height: 100%; overflow: hidden;} /*内部轮播图片元素*/ .slider{ float: left; width:690px; height:280px;} .dot_content{position: absolute; right: 20px; bottom: 1px;} /*按钮元素容器*/ .dot{float: left; cursor: pointer; width:10px; height:10px; border-radius: 100%; margin-left: 15px; background-color: #d6d6d6;} .dot:first-child{margin-left: 0;} .dot_active{background-color: #c1272d; opacity: 0.8;filter:alpha(opacity=80);} .sliderImg{width:445px;height: 280px;} .sliderImgIntro{overflow: hidden; width: 230px;height: 280px;} .sliderNewsTitle{font-family: "微软雅黑"; font-weight: bold; font-size:18px; color:#000000;} .titleSplit{margin-top:10px; width: 30px;height: 2px;background-color:#4d4d4d;} .sliderNewsTxt{font-family: "微软雅黑"; font-size:12px; line-height: 20px; color:#4d4d4d; margin-top: 10px; width: 230px;height:auto;} .newsList{overflow: hidden; margin-top: 35px; margin-left: 55px; width:330px;height: 305px;} .newsListHover{ animation: myfirst3 1s ease; -webkit-animation: myfirst3 1s ease; /* Safari 与 Chrome */ -moz-animation: myfirst3 1s ease; } @keyframes myfirst3{ 0{transform: scale(1);} 100%{transform: scale(1.1);} } @-webkit-keyframes myfirst3{ 0{transform: scale(1);} 100%{transform: scale(1.1);} } @-moz-keyframes myfirst3{ 0{transform: scale(1);} 100%{transform: scale(1.1);} } .newsListImg{overflow: hidden; width: 330px;height:210px;} .newsListImg img{overflow: hidden; width: 330px;} .newsListTile{margin-top: 10px; font-family: "微软雅黑"; font-weight: bold; font-size:16px; color:#000000;} .newsListTxt{margin-top: 5px; font-family: "微软雅黑"; font-size:12px; line-height: 20px; color:#4d4d4d;} /*十大技术*/ .ten{margin-top: 60px; width:1100px;height: 100px;text-align: center; font-family: "微软雅黑";background:transparent url(../images/tenline.png) no-repeat center 33px;} .tenTitle{font-size: 22px;color:#333333;} .tenTitleEnglish{font-size: 12px;color:#333333;} .tenTxt{margin-top: 10px; width: 170px; height:25px; color: #FFFFFF; line-height:25px; background-color:#4d4d4d;border-radius: 15px;} .tenContant{margin-bottom:70px; width:1100px;height: auto;} .tenContantList{margin-left:18px; margin-top:18px; width:205px;height: 180px; color: #FFFFFF; text-align: center; background-color:#333333;} .tenContantList:hover{background-color:#c1272d;} .tenContantList:hover img{ animation: myfirst3 1s ease; -webkit-animation: myfirst3 1s ease; /* Safari 与 Chrome */ -moz-animation: myfirst3 1s ease; } .tenContantListImg{margin-top:40px;} .tenImgTitle{margin-top: 10px; font-family:"微软雅黑"; font-weight: bold; font-size:16px; color: #FFFFFF;} .tenImgTitleEnglish{font-family:"微软雅黑"; font-size:12px; color: #FFFFFF;} /*公司简介*/ .company{width: 100%; min-width: 1100px; height: auto; padding-top: 60px; padding-bottom: 60px; background-color:#f2f2f2;} .companyContant{width: 1100px;height:280px;} .companyImg{width:430px;height: 280px;} .companyIntro{width:650px;height: 280px;} .companyIntroTitle{font-family: "微软雅黑";font-size:22px;color:#c1272d;} .companyIntroTitleEnglish{font-size: 12px;color:#333333;} .companySplit{margin-top:30px; width:40px;height:2px;background-color: #333333;} .companyIntroTxt{margin-top: 20px;font-family: "微软雅黑";font-size: 14px;color:#4d4d4d;} .companyIntroTxt p{line-height:24px; margin-top:20px;} /*footer*/ .footer{ padding-top: 60px; padding-bottom: 60px; width: 100%; min-width: 1100px; height:auto;background-color:#333333;} .footerContant{width: 1100px;height:auto;} .footerContantList{margin-left: 110px;} .footerContantListTitle{font-family: "微软雅黑";font-size: 14px;color:#b3b3b3;font-weight: bold;} .footerContantListTitle a{font-family: "微软雅黑";font-size: 14px;color:#b3b3b3;font-weight: bold;} .footerContantListTxt{margin-top: 12px; font-family: "微软雅黑";font-size: 12px; color:#b3b3b3;} .record{width:100%;min-width: 1100px; height: 60px;text-align: center; font-size:12px; line-height: 60px; color: #b3b3b3; background-color:#1a1a1a;} .record a {color: #b3b3b3;} /* * 技术与产品页面 * * * */ .scheme{margin-top: 60px; width:1100px;height: 100px;text-align: center; font-family: "微软雅黑";background:transparent url(../images/line.png) no-repeat center 33px;} .schemeTitle{font-size: 22px;color:#333333;} .schemeTitleEnglish{font-size: 12px;color:#333333;} .techonlogy{width: 460px;height:auto;} .techonlogyList{width:auto;height: auto;} .techonlogyList-icoLeft{background: transparent url(../images/techonlogy1.png) no-repeat center;background-color: #333333;} .techonlogyList-icoRight{background: transparent url(../images/techonlogy2.png) no-repeat center;background-color: #333333;} .techonlogyList:hover .techonlogyList-ico{background-color:#c1272d;} .techonlogyList-ico{width:90px;height: 90px;background-color:#333333;border-radius: 100%;} .techonlogyListTxt{margin-top: 10px; width:auto;font-family: "微软雅黑"; font-size: 16px; font-weight: bold; color:#333333; text-align: center;} .techonlogyListTxtEnglish{margin-top:5px;width:auto;font-family: "微软雅黑"; font-size: 10px;color:#333333; text-align: center;} .products{ margin-top:60px; padding:40px 0 40px 0; width: 100%;height: auto; background-color:#ececec;} .productsContant{width: 850px;height:auto;} .productsContantList{margin-left:105px;} .productsContantListImg1{width:43px;height: 43px; border: 2px solid #585858;border-radius: 100%;} .productsContantListImg2{width:43px;height: 43px; border: 2px solid #585858;border-radius: 100%;} .productsContantListImg3{width:43px;height: 43px; border: 2px solid #585858;border-radius: 100%;} .productsContantListImg4{width:43px;height: 43px; border: 2px solid #585858;border-radius: 100%;} .productsContantListImg5{width:43px;height: 43px; border: 2px solid #585858;border-radius: 100%;} .productsContantListImg1{background: transparent url(../images/product1.png) no-repeat center;} .productsContantListImg2{background: transparent url(../images/product2.png) no-repeat center;} .productsContantListImg3{background: transparent url(../images/product3.png) no-repeat center;} .productsContantListImg4{background: transparent url(../images/product4.png) no-repeat center;} .productsContantListImg5{background: transparent url(../images/product5.png) no-repeat center;} .productsContantListTitle{text-align: center; margin-top: 10px; font-family: "微软雅黑";font-size:18px; color:#1a1a1a; font-weight: bold;} .productsContantList a:hover .productsContantListTitle{color:#c1272d;} .productsContantListTxt{text-align: center; margin-top: 10px;font-family: "微软雅黑";font-size: 14px; color:#666666;} /* * * 关于尊龙凯时 * * * */ .about{margin-top: 60px; width:1100px;height: 100px;text-align: center; font-family: "微软雅黑";background:transparent url(../images/tenline.png) no-repeat center 33px;} .aboutTitle{font-size: 22px;color:#333333;} .aboutTitleEnglish{font-size: 12px;color:#333333;} .companyProfile{width:900px;height:auto;} .companyProfileImg{width:425px;height: 250px;} .companyProfileIntro{width:430px;height: auto;} .companyProfileTxt{font-family: "微软雅黑"; line-height: 30px; font-size:14px; color:#666666;} .companyProfileDesc{margin-left: 0px; margin-top: 30px; width:100px;height: 30px; text-align: center; line-height: 30px; font-family: "微软雅黑"; font-size:14px; color:#ba272d; border: 1px solid #ba272d; border-radius:5px;} .corporateculContant{width: 900px;height:auto;} .corporateculListIntro{width: 430px; height:auto;} .corporateculList{margin-top:40px;} .corporateculListTitle{font-family: "微软雅黑";font-weight: bold; font-size:18px; color:#333333;} .corporateculListTxt{margin-top:30px; line-height:25px; font-family: "微软雅黑";font-size: 14px;color:#666666; } .corporateculListImg{} .honor{width:1100px; height:auto;} .honorOne{margin-left:64px; width:300px;height: auto;} .honorList{} .honorListTtile{margin-top: 10px; font-family: "微软雅黑";font-size:14px; color:#ba272d; font-weight: bold;} .honorListTxt{margin-top: 3px; font-family: "微软雅黑";font-size:12px; color:#999999; } .contact{width: 900px;height: auto;} .contactTel{margin-left: 80px;} .contactTelImg{text-align: center;} .contactTitle{margin-top: 10px; font-family:"微软雅黑"; text-align: center; font-size:18px; color:#333333; font-weight: bold;} .contactTxt{margin-top: 10px; font-family:"微软雅黑"; text-align: center; font-size:14px; color:#808080; } .informationTel{text-align: center; margin-top: 40px; width: 920px;height:auto;} .informationInput{text-indent:20px; margin-left: 20px; width:280px;height: 35px;border-radius:3px;border: 1px solid #dbdbdb;} .informationTel textarea{resize: none; text-indent: 20px; font-family: "微软雅黑"; font-size: 14px; color: #808080; text-indent:20px; margin-top: 20px; width: 900px;height:170px;border-radius: 3px;border: 1px solid #dbdbdb;} .informationSub{margin-top: 40px; margin-bottom: 40px; cursor: pointer; color:#FFFFFF; font-family: "微软雅黑"; font-size: 16px; border: none; width:230px;height: 35px; background-color:#ba272d; border-radius:5px;} /* * 资讯中心 * * */ .information{width: 1000px;height: auto;} .informationSelect{width: auto;height: 40px;font-family: "微软雅黑"; line-height: 40px; font-size:18px; color:#333333; font-weight: bold;} .informationActive{color:#ba272d;border-bottom: 2px solid #ba272d;} .informationContant{display: none; margin-top: 40px; margin-bottom: 40px; width: 1100px;height: auto;} .informationList{margin-left: 5px; margin-top: 5px; width:360px;height: 320px;} .informationList:hover{box-shadow: 0px 0px 5px 5px #f2f2f2;} .informationListImg{overflow: hidden; margin-top: 10px; width: 335px;height:160px;} .informationListTitle{margin-top: 10px;width: 335px;height:50px; font-family: "微软雅黑"; font-weight: bold; font-size:16px; color:#000000;} .informationListTxt{overflow: hidden; width: 335px;height:80px; font-family: "微软雅黑"; font-size:12px; line-height: 20px; color:#4d4d4d;} /* * 文章内容详情 * */ .article{padding-top:40px; padding-bottom:40px; width: 100%;height: auto; background-color:#ececec ;} .articleContant{padding:70px; width:960px;height: auto; background-color: #FFFFFF;} .articleTitle{color: #000000; font-family: "微软雅黑"; font-size: 22px;} .articleTime{height:40px; font-size: 14px; line-height:40px; color:#666666; font-family:"微软雅黑";border-bottom: 1px solid #c5c5c5;} .articleTxt{overflow: hidden; margin-top: 50px;} /* * * 技术文章介绍页面 * */ .techonlogyContant{padding-top:40px; padding-bottom: 40px; width: 100%;height: auto;background-color:#ececec;} .techonlogyArticle{width:1100px;height: auto;background-color: #FFFFFF;} .techonlogyNav{width:150px;height:auto;text-align: center;} .techonlogyNavContant{display: none; width:940px;height:auto;border-left: 1px solid #dfdfdf;} .techonlogyArticleList{ padding: 30px; margin-top: 30px;margin-bottom: 30px; min-height:500px; height: auto;} .techonlogyNavTitle{margin-top: 30px; font-family: "微软雅黑";font-size: 18px;color: #000000;font-weight: bold;} .techonlogyNavTitleEnglish{font-family: "微软雅黑";font-size: 14px;color: #000000;} .techonlogyNavList{width:150px;height:50px;line-height: 50px; font-family: "微软雅黑";color:#666666; font-size:16px;} /*.techonlogyNavListActive{width: 148px;border-left: 2px solid #000000;background-color: #ebebeb;}*/ .techonlogyNavListActive{background-color: #ebebeb;} .techonlogyNavContantTitle{margin-top:30px; text-align: center;font-family: "微软雅黑";font-size: 20px;font-weight: bold;} .techonlogyArtileList{margin-top:30px;width:840px;height: auto;font-family: "微软雅黑"; font-size: 14px; color: #666666;} .techonlogyArtileListLeft{width:700px;} /* 产品文章介绍页面 * */ .productArtileList{margin-top:30px;width:840px;height: auto;font-family: "微软雅黑"; font-size: 14px; color: #666666;} .productList{margin-left:30px;margin-top: 30px;margin-bottom: 30px; } .productListImg{width:200px;height: 130px;border: 1px solid #dfdfdf;} .productListTitle{margin-top: 10px;font-family: "微软雅黑"; font-size:16px; color:#666666;} .productListTxt{margin-top: 5px;font-family: "微软雅黑"; font-size:16px; color:#acacac;} /* * 与投资者关系 * */ .investor{margin-top: 40px; width: 1100px;height:auto;} .investorLeft{width:450px;height: auto;} .investorRight{width:550px;height:auto;} .investorLeftSelect{width: 450px;height:auto;} .investorLeftNav{margin-left:20px; height:auto;line-height: 40px;font-family: "微软雅黑"; font-weight: bold; font-size:18px; color:#4d4d4d ;} .investorLeftNavActive{border-bottom: 2px solid #c1272d; color:#c1272d;} .investorLeftMore{height: 40px;line-height: 40px;font-family: "微软雅黑";font-size:14px; color:#4d4d4d} .investorContantList{margin-top:25px; margin-bottom: 25px; width:450px;font-family: "微软雅黑";font-size:12px; color:#666666;} .investorContantList:hover{color: red;} .investorContantListTitle{overflow:hidden;width: 350px;} .investorLeftNavContant{display: none;} .investorRightTitle{height: 40px; line-height: 40px; font-family: "微软雅黑"; font-size:18px ; color: #333333; font-weight: bold;} .investorRightContant{overflow: hidden; margin-top:10px; width: 550px;} .report{margin: 40px 0 40px 0;padding: 40px 0 40px 0; width: 100%;height: auto; background-color:#ebebeb;} .reportContant{width: 1100px;height: auto;} .reportContantLeft{overflow: hidden; width:450px;height: auto;} .reportContantLeftTitle{font-family: "微软雅黑";font-size:18px; color:#333333;font-weight: bold;} .reportContantLeft img{margin-top: 30px;} .reportContantRight{width: 550px;height: auto;} .reportContantRightMore{text-indent: 450px; font-family: "微软雅黑"; font-size: 14px; color:#4d4d4d;} .administer{margin-top: 80px; margin-bottom: 80px; width: 1100px;height: auto;} .administerTitle{font-family: "微软雅黑";font-size:18px; color:#333333;font-weight: bold;} /*产品介绍详情页*/ .productListIntro{width: 1100px;height: auto;background-color: #FFFFFF;border: 1px solid #dfdfdf;} .productListIntroContant{margin-top: 50px; width: 910px;height: auto;} .productListIntroContantHeader{width:910px;height: 200px;} .productListIntroContantHeader-img{width:280px;height: 185px;border: 1px solid #dfdfdf;} .productListIntroContantHeader-right{width:590px;height: auto;} .productListIntroContantHeader-rightTitle{height: 135px; font-size: 28px;color: #000000;font-family:""微软雅黑"";} .productListIntroContantHeader-rightBrand{width: 590px;height:48px;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;} .productListIntroContantHeader-rightBrandList{margin-top: 15px; padding:0px 30px 0px 30px; border-right: 2px solid #4d4d4d; font-weight: bold; font-family: "微软雅黑";font-size: 14px; color:#4d4d4d;} .productListIntroContantHeader-rightBrandList:first-child{padding-left: 0px;} .productListIntroContantHeader-rightBrandList:last-child{padding-right: 0px; border: none;} .productListIntroContantFooter{margin-top: 30px; margin-bottom: 30px; border: 1px solid #dfdfdf; width: 910px;min-height: 440px; height:auto;} .productListIntroTitleContant{width: 910px;height:50px;background-color:#ebebeb;} .productListIntroTitleList{width:100px;height: 50px;background-color:#ebebeb;border-right: 1px solid #dfdfdf; font-family: "微软雅黑"; text-align: center; line-height: 50px; font-size:13px; color:#666666; } .productListIntroTitleListActive{height: 48px; line-height: 48px; border-top: 2px solid #ba272d; background-color: #FFFFFF;} .productListIntroDesc{width: 910px;height:auto;} .productListIntroDescList{display: none; overflow-x: hidden; padding: 10px; width:870px;height: auto;}