/* 公共样式--------------- */ .left{float: left;} .right{float: right;} .clear{clear: both;} .jh1200{width: 1200px;margin: auto;} /* head-------------- */ .headtop{display: flex;justify-content: space-between;height: 80px;} .head{background-color: #ffffff;} .headbot{background-color: #003492;} .logo img{height: 80px;} .logo h1{font-size: 24px;font-weight: 400;color: #27417B;padding-top: 10px;} .logo p{font-size: 16px;font-weight: 400;color: #27417B;} .logoright{margin-left: 5px;} .headphonetop{margin-top: 10px;text-align: right;} .headphonetop input{ width: 173px; height: 24px; line-height: 24px; background: #E5E5E5; border: none; outline: none; border-radius: 24px; background-image: url(../images/headphone2.png); background-repeat: no-repeat; background-position: 12px; padding-left: 35px; box-sizing: border-box; font-size: 12px; margin-left: 14px; } .headphone p{ font-size: 16px; font-weight: 400; color: #2C2C2C; margin-top: 15px; } .headphone p span{padding-left: 10px;} .headbot .nav{ display: flex; } .headbot .nav li{ flex: 1; text-align: center; transition: 0.5s; position: relative; } .headbot .nav li>a{ font-size: 20px; padding: 20px 0; color: #FFFFFF; display: block; } .headbot .nav li:hover{ background: rgb(255 255 255 / 25%); } .headactive{ background: rgb(255 255 255 / 25%); } .headnaver{ width: 100%; position: absolute; left: 0; top: 66px; z-index: 99; background-color: #ffffff; box-shadow: 0 0 5px #9b9b9b; display: none; } .headnaver a{ display: block; width: 100%; line-height: 40px; transition: 0.4s; font-size: 16px; } .headnaver a:hover{ background-color: #e3e3e3; } .headbot .nav li:hover .headnaver{ display: block; } /* phone */ .jhphone{ height: 70px; line-height: 70px; background-color: #ffffff; display: none; position: fixed; left: 0; right: 0; top: 0; z-index: 99999; } .jhphone .plogo{ float: left; margin-left: 5px; } .jhphone .pmeun{ float: right; } .jhphone .plogo img{ height: 60px; } .jhphone .pmeun{ background-image: url(../images/navcaidan.png); background-repeat: no-repeat; background-position: 0; width: 48px; height: 100%; margin-right: 1%; transition: 0.7s; } .jhphone .pmeunx{ background-image: url(../images/navchahao.png); background-repeat: no-repeat; background-position: 0; } .jhphone .pmeun img{ height: 30px; margin-right: 10px; display: none; } .navul{ width: 100%; box-sizing: border-box; padding: 0 3%; background-color: #f0f0f0; position: absolute; left: 0px; top: 70px; z-index: 9999; display: none; } .navul li{ font-size: 16px; text-align: left; border-bottom: 1px solid #dcdcdc; line-height: 60px; opacity: 0; transform: translate(30px, 0); transition: 0.4s; } .navul li a{ display: block; box-sizing: border-box; padding: 0 3%; } .navul li a:after{ content: ''; display: block; width: 26px; height: 26px; background: url(../images/icojia.png) no-repeat center; background-size: 17px auto; position: absolute; right: 3%; top: 15px; } .navul li.animate { opacity: 1; transform: translate(0, 0); } .navul li>a.onbac{ background-color: #e9e9e9; } .navul li .jhnavxiaph{ width: 100%; box-sizing: border-box; padding: 10px 3%; display: none; } .navul li .jhnavxiaph a{ width: 100%; box-sizing: border-box; padding: 0px 3%; background: url(../images/navjiadian.png) no-repeat left center; background-size: 4px auto; font-size: 14px; line-height: 40px; } /* banner */ .swiper-slide img{width: 100%;} /* 关于 */ .about{position: relative;padding-top: 80px;} .aboutbac{ width: 100%; height: 250px; background: #F2F2F2; padding-top: 80px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: -1; } .about .aboutleft{ float: left; width: 38%; } .about .aboutleft img{ width: 100%; } .about .aboutright{ float: right; width: 57%; } .ggtitle{ text-align: center; margin-top: 80px; margin-bottom: 60px; } .ggtitle h1{ font-size: 24px; font-weight: 400; color: #111111; } .ggtitle h2{ font-size: 24px; font-weight: 400; color: #111111; letter-spacing: 5px; } .about .aboutp{ font-size: 14px; color: #313131; } .about .ggtitle{text-align: left;margin-bottom: 20px;margin-top: 0;} .about ul{ display: flex; justify-content: space-between; margin-top: 130px; } .about ul li{ text-align: center; } .about ul li:first-of-type .aboutlitop{background: #003492;} .about ul li .aboutlitop{ width: 114px; height: 114px; line-height: 114px; margin: auto; background: #EEEEEE; border-radius: 50%; text-align: center; } .about ul li h1{ font-size: 20px; font-weight: 400; color: #111111; margin: 20px 0; } .about ul li p{ font-size: 14px; color: #111111; } /* 产品---------- */ .product ul{ display: flex; justify-content: space-between; flex-flow: wrap; } .product ul li{ width: 20%; height: 240px; position: relative; margin-bottom: 12px; text-align: center; overflow: hidden; } .product ul li img{ height: 100%; transition: 0.5s; } .product ul li .productmo{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgb(0,0,0,0.41); text-align: center; display: flex; align-items: center; justify-content: center; transition: 0.5s; } .product .productmo .productmonei{ } .product .productmo h1{ font-size: 18px; font-weight: 400; color: #FFFFFF; margin-top: 35%; transition: 0.5s; } .product .productmo p{ font-size: 12px; color: #FFFFFF; margin-top: 20px; opacity: 0; transition: 0.5s; } .product .productmo a{ display: block; width: 94px; height: 27px; margin: auto; line-height: 27px; color: #ffffff; border: 1px solid #FFFFFF; margin-top: 20px; font-size: 12px; opacity: 0; transition: 0.5s; } a.indexmore{ display: block; text-align: center; width: 137px; height: 39px; line-height: 39px; margin: auto; background: #003492; font-size: 14px; color: #FFFFFF; border-radius: 50px; margin-top: 50px; } .product ul li:hover .productmo{background: rgb(0,52,146,0.41);} .product ul li:hover img{transform: scale(1.1);} .product ul li:hover h1{margin-top: 0;} .product ul li:hover p,.product ul li:hover a{opacity: 1;} /* 案例------ */ .indexcase ul{ display: flex; justify-content: space-between; flex-flow: wrap; } .indexcase ul li{ width: 32%; position: relative; overflow: hidden; } .indexcase ul li img{ width: 100%; transition: 0.5s; } .indexcase ul li .casemo{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgb(0,52,146,.41); text-align: center; display: flex; justify-content: center; padding-top: 55%; } .indexcase .casemo span{ display: block; width: 34px; height: 2px; background-color: #ffffff; margin: auto; } .indexcase .casemo h1{ font-size: 16px; font-weight: 400; color: #FFFFFF; margin-top: 30px; } .indexcase .casemo a{ display: block; width: 94px; height: 27px; margin: auto; line-height: 27px; color: #ffffff; border: 1px solid #FFFFFF;font-size: 12px;margin-top: 45px; opacity: 0; transition: 0.5s; } .indexcase ul li:hover a{opacity: 1;} .indexcase ul li:hover img{transform: scale(1.1);} /* 合作---- */ .partner{margin-bottom: 80px;} .partner img{width: 100%;} /* foot------ */ .foot{ background: #272727; padding-top: 50px; } .foot .copy{ text-align: center; width: 100%; height: 42px; line-height: 42px; background: #141414; font-size: 12px; color: #DCDCDC; margin-top: 50px; } .foot ul{ display: flex; justify-content: space-between; } .foot ul li{ width: 10%; } .foot ul li.footli1{ width: 20%; } .foot ul .footli1 p{ font-size: 12px; color: #F4F4F4; margin-bottom: 25px; } .foot ul li h1 a{ font-size: 16px; font-weight: 400; color: #F4F4F4; } .foot ul li>a{ display: block; font-size: 12px; color: #DCDCDC; margin-top: 15px; transition: 0.5s; } .foot ul li>a:hover{padding-left: 10px;} /* 内页---------------------------------------------------------------------- */ .neicontent{width: 1200px;margin: auto;margin-bottom: 50px;} /* 关于我们 */ .neibanner{width: 100%;} .neibanner img{width: 100%;} .bannernav{ height: 70px; line-height: 70px; background: #F2F2F2; } .bannernav img{margin-right: 10px;vertical-align: sub;} .bannernav h1{display: inline-block; font-size: 24px; font-weight: 400; color: #111111; } .bannernav a{ font-size: 14px; color: #111111; transition: 0.4s; } .bannernav a:hover{color: #003492;text-decoration: underline;} .bannernav .jh1200{display: flex;justify-content: space-between;} .neiaboutA{margin: 50px 0;} .neiaboutA p{ font-size: 14px; color: #313131; line-height: 40px; } .neiaboutB ul{ display: flex; justify-content: space-between; padding-top: 135px; background: url(../images/neiabout1.jpg) no-repeat; background-size: 100%; } .neiaboutB ul li{ text-align: center; flex: 1; } .neiaboutB ul li:first-of-type .neiaboutBlitop{background: #003492;} .neiaboutB ul li .neiaboutBlitop{ width: 83px; height: 83px; line-height: 83px; margin: auto; background: #EEEEEE; border-radius: 50%; text-align: center; } .neiaboutB ul li h1{ font-size: 20px; font-weight: 400; color: #111111; margin: 15px 0; } .neiaboutB ul li p{ font-size: 14px; color: #111111; } .neiggtitle{text-align: center;margin: 50px 0 45px;} .neiggtitle h1{ font-size: 24px; font-weight: 400; color: #003492; margin-bottom: 10px; letter-spacing: 3px; } .neiggtitle span{ display: block; width: 47px; height: 2px; margin: auto; background: #003492; } .neiaboutC ul{ display: flex; justify-content: space-between; } .neiaboutC ul li{ width: 24.5%; display: flex; align-content: space-between; flex-wrap: wrap; overflow: hidden; } .neiaboutC ul li img{ width: 100%; } .neiaboutD ul{ display: flex; justify-content: space-between; } .neiaboutD ul li{ width: 23%; } .neiaboutD ul li img{ width: 100%; } /* 项目案例------ */ .neiproductBcont{margin-bottom: 20px;line-height: 1.4;} .neiggtitle2{ width: 100%; font-size: 24px; font-weight: 400; color: #003492; line-height: 50px; border-bottom: 1px solid #C0C0C0; margin: 30px 0; } .neiggtitle2 img{margin-right: 5px;} .neicaseA ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .neicaseA ul li{ padding: 5px; border: 1px solid #C0C0C0; overflow: hidden; } .neicaseA ul li img{transition: 0.5s;} .neicaseA ul li:hover img{transform: scale(1.1);} .neicaseAB{ margin-top: 50px; text-align: center; } .neicaseAB img{ width: 1000px; max-width: 100%; } /* 产品中心----- */ .productnav{margin-top: 50px;} .productnav a{ display: inline-block; padding: 8px 15px; text-align: center; color: #000000; border-radius: 10px; margin-right: 40px; font-size: 16px; transition: 0.5s; } .productnav a:hover{background: #003492;color: #ffffff;} .neiproductA{position: relative;} .neiproductA h3{margin-bottom: 10px;padding-left: 35px;font-size: 1.5rem;font-weight: normal;} .neiproductA h3::before{content: '';position: absolute;left:0;top:0px;background: url(/images/arrow.png) no-repeat;width: 30px;height: 30px;} .neiproductA img{max-width: 100%;} .neiproductA ul{ display: flex; flex-wrap: wrap; justify-content: flex-start; } .neiproductA ul li{ width: 33%; margin-bottom: 20px; } .neiproductA ul li img{ width: 100%; border: 1px solid #CCCCCC; transition: 0.5s; } .neiproductA ul li p{ text-align: center; padding: 20px 0; font-size: 16px; transition: 0.5s; } .neiproductA ul li:hover p{ background: #003492; color: white; } .neiproductA ul li:hover img{transform: scale(0.9);} .neiproductB h1{ font-size: 18px; font-weight: 400; color: #003492; line-height: 40px; } .neiproductB p{ font-size: 14px; font-weight: 400; color: #111111; line-height: 40px; } .neiproductC{ display: flex; justify-content: space-between; } .neiproductC-left{ width: 520px; height: 530px; border: 1px dashed #ADADAD; border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .neiproductC-left img{ height: 80%; } .neiproductC-left2{ width: 520px; height: 530px; border: 1px dashed #ADADAD; border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .neiproductC-left2 img{ height: 80%; } .neiproductC-right h2{font-size: 18px;margin-bottom: 20px;font-weight: normal;color: #003492;} .neiproductC-right{ width: 645px; } .neiproductC-rightx{ width: 645px; } .prdetailtt{ width: 100%; height: 50px; line-height: 50px; background: #919191; border-radius: 10px; font-size: 20px; font-weight: 400; color: #FFFFFF; margin-bottom: 30px; } .prdetailtt img{ margin-left: 20px; margin-right: 10px; vertical-align: inherit; } .neiproductC-right table{ width: 100%; } .neiproductC-right table{ /* line-height: 30px; */ font-size: 14px; border: #adadad; } .neiproductC-right table th{ text-align: left; } .neiproductC-right table th,.neiproductC-right table td{ padding: 5px; } .neiproductC-right table tr:nth-child(even){ background-color: #DDDDDD; } .neiproductC-right table tr:nth-child(old){ background-color: #F4F4F4; } .neiproductCX{display: flex; flex-direction: row-reverse; margin: 60px 0;} .neiproductCX a{ display: inline-block; width: 100px; height: 30px; line-height: 30px; text-align: center; background: #003492; border-radius: 10px; color: #ffffff; margin-right: 30px; } .Previous,.next{margin-right: 100px;} .neiproductC-rp{ line-height: 24px; font-size: 14px; } .neiproductC-ulimg{width: 100%; display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;} .neiproductC-ulimg li{ width: 120px; border: 1px solid #cdcdcd; /* margin-right: 10px; */ transition: 0.5s; cursor: pointer; } .neiproductC-ulimg li.avtivimg{ border: 1px solid #000000; } .neiproductC-ulimg li img{ width: 100%; } /* 新闻 */ .newslist li{ background-color: #f2f2f2; margin-top: 50px; } .newslist li a{ display: flex; justify-content: space-between; } .newslistleft{ width: 20%; box-sizing: border-box; padding: 25px; overflow: hidden; } .newslistleft img{ width: 100%; transition: 0.4s; } .newslistright{ width: 80%; box-sizing: border-box; padding: 25px; } .newslistright h1{ font-size: 16px; } .newslistright p{ color: #5c5c5c; margin-top: 10px; line-height: 24px; } .newslistinfo{font-size: 12px; line-height: 20px; margin-top: 55px; } .newslistinfo img{margin-right: 5px;vertical-align: bottom;} .newslistinfo .link{color: #3978b7;} .newslist li:hover img{ transform: scale(1.1); } .newsdetailtitle{width: 100%;text-align: center;margin-top: 50px;padding-bottom: 30px;border-bottom: 1px #d1d1d1 solid;} .newsdetailtitle h1{ font-size: 28px; } .newsdetailtitle .newslistinfo{margin-top: 20px;} .newsdetailcont{ padding: 30px; } .share { clear: both } .share .bdsharebuttonbox { display: inline-block; vertical-align: middle } .share .bdshare-button-style0-16 a { width: 27px; height: 27px; border-radius: 50%; border: 1px #c5c5c5 solid; padding: 0; margin: 0 2px 0 0 } .share .bdshare-button-style0-16 .bds_weixin { background: url(../images/wechat-01.png) no-repeat center center } .share .bdshare-button-style0-16 .bds_weixin:hover { border-color: #1761ac; background: #1761ac url(../images/wechat-02.png) no-repeat center center } .share .bdshare-button-style0-16 .bds_tsina { background: url(../images/sina-01.png) no-repeat center center } .share .bdshare-button-style0-16 .bds_tsina:hover { border-color: #1761ac; background: #1761ac url(../images/sina-02.png) no-repeat center center } .share .bdshare-button-style0-16 .bds_qzone { background: url(../images/qzone-01.png) no-repeat center center } .share .bdshare-button-style0-16 .bds_qzone:hover { border-color: #1761ac; background: #1761ac url(../images/qzone-02.png) no-repeat center center } /* 联系我们-- */ .neicontact{ margin-top: 50px; position: relative; } .neicontactposi{ width: 30%; height: 100%; background-color: #5275b4; padding: 20px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 999; color: #FFFFFF; } .neicontactposi>img{width: 100%;} .neicontactposi h1{ font-size: 18px; line-height: 40px; margin-top: 10px; } .neicontactposi p{ font-size: 16px; line-height: 30px; } /* message-- */ .jshzhch { padding-top: 20px; padding-bottom: 20px } .jshzhch .title { text-align: center; position: relative; color: #1761ac; font-size: 36px; font-weight: 700; margin-bottom: 20px } .jshzhch .title:after { content: ""; display: block; width: 40px; height: 4px; background: #a6a6a6; border-radius: 4px; margin: 5px auto 0 auto } .jshzhch .tips { text-align: center; color: #747474; font-size: 14px; margin-bottom: 30px } .jshzhch .message { padding-top: 0; max-width: 600px; margin-left: auto; margin-right: auto } .jshzhch .message .red { color: #da2f38 } .jshzhch .message li { position: relative; margin-bottom: 10px; color: #333; font-size: 14px; clear: both; padding: 0 6px; box-sizing: border-box; } .jshzhch .message .p-01 { line-height: 30px } .jshzhch .message .li-02 { width: 50%; float: left; clear: none } .jshzhch .message .name { width: 40%; float: left } .jshzhch .message .tel { width: 57%; float: right } .jshzhch .message .bt { width: 65px; font-size: 14px; color: #555; font-weight: 700; position: absolute; left: 0; top: 0; text-align: justify; text-align-last: justify; line-height: 38px } .jshzhch .message input,.jshzhch .message textarea { width: 100%; border: 1px #ebebeb solid; color: #333; font-size: 14px; background: #fff; line-height: 36px; height: 38px; padding: 0 10px; box-sizing: border-box; } .jshzhch .message input:focus,.jshzhch .message textarea:focus { border-color: #65a5e7; -webkit-box-shadow: 0 0 2px 0 rgba(101,165,231,0.5); box-shadow: 0 0 2px 0 rgba(101,165,231,0.5) } .jshzhch .message select { border: 1px #ebebeb solid; font-size: 14px; background: #fff; line-height: 36px; height: 38px; width: 100%; padding: 0 10px } .jshzhch .message textarea { height: 108px; line-height: 24px } .jshzhch .message .yzhm input { width: 45%; float: left } .jshzhch .message .yzhm .code { float: left; margin-right: 10px } .jshzhch .message .yzhm .a-01 { line-height: 38px; float: right; color: #9b9b9b } .jshzhch .message .yzhm .a-01:hover { color: #0200c8; text-decoration: underline } .jshzhch .message .btn { clear: both; padding-top: 15px; margin-bottom: 0 } .jshzhch .message .btn a { display: inline-block; background: #1761ac; color: #fff; width: 100%; line-height: 42px; text-align: center; padding: 0 10px; font-size: 16px; font-weight: 700; border-radius: 5px; -webkit-transition: all .5s; transition: all .5s; box-sizing: border-box; } .jshzhch .message .btn a:hover { background: #0200c8 } .pdf{margin-top: 20px;height: 35px;line-height:35px;} .pdf h3{font-size:1rem;} .pdf a{background: url(/icon/PDF.png) no-repeat;padding-left: 40px;display: block;}