@charset "utf-8";

:root {
    --blue: #1a5fb4;
    --blue-dark: #0d3b6b;
    --blue-light: #2d7fe8;
    --accent: #e67e22;
    --bg: #ffffff;
    --bg-gray: #f5f7fa;
    --bg-light: #f8fafc;
    --text: #333333;
    --text-light: #666666;
    --text-muted: #999999;
    --border: #e5e7eb;
    --border-light: #f1f5f9;
    --font: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 25px rgba(0,0,0,0.1);
    --shadow-lg: 0 20px 40px rgba(0,0,0,0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

@font-face {
  font-family: "impact";
  src: url(fonts/impact.ttf);
}
@font-face {
  font-family: "sys";
  src: url(fonts/siyuansong.otf);
}
@font-face {
  font-family: "swei";
  src: url(fonts/swei.ttf);
}
@font-face {
  font-family: "shuhei";
  src: url(fonts/shuhei.ttf);
}
@font-face {
  font-family: "youshe";
  src: url(fonts/youshe.ttf);
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

li,
ol,
ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: 0;
  border: none;
  font-size: 12px;
  font-family: inherit;
  resize: none;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
}

.clearfix {
  zoom: 1;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
  zoom: 1;
}

body {
  color: #666;
  font-size: 14px;
  font-family:
    microsoft yahei,
    simsun,
    Arial,
    Helvetica,
    sans-serif;
  line-height: 24px;
}

a {
  outline: 0;
  color: #666;
  text-decoration: none;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: #0f5aa5;
}

:focus {
  outline: 0;
}

img {
  transition: all 0.5s;
}

i {
  font-style: normal;
}

.pl20 {
  padding-left: 20px;
}

.ttan {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1320 {
  width: 1320px;
  margin: 0 auto;
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.w1500 {
  width: 1500px;
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb80 {
  margin-bottom: 80px;
}

.center {
  text-align: center;
}

.hide {
  overflow: hidden;
}

.erp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plr20 {
  padding: 0 20px;
}

.pb42 {
  padding-bottom: 42px;
}

.mb20 {
  margin-bottom: 24px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr30 {
  margin-right: 30px;
}

.head {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: url(../images/top.jpg) no-repeat center;
}
.head .logo {
  width: 200px;
  height: 120px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  height: 51px;
}
.head .nav {
  width: 600px;
  height: 120px;
  float: left;
  margin-left: 120px;
}

.head .nav .yj .m {
  float: left;
  width: 100px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  position: relative;
}
.head .nav .yj .m .an {
  color: #fff;
  font-size: 16px;
}

.head .nav .yj li ul {
  position: absolute;
  overflow: hidden;
  width: 130px;
  top: 120px;
  left: 0;
  opacity: 0;
  z-index: 999;
}
.head .nav .yj > .on::after,
.head .nav .yj > .m:hover::after {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  border-radius: 2px;
  bottom: 40px;
  left: 35px;
  background: #fff;
}
.head .nav .yj > .on .an,
.head .nav .yj > .m:hover .an {
  font-weight: bold;
}

.head .nav .yj .m:hover ul {
  opacity: 1;
}

.head .nav .yj .m ul li a {
  color: #fff;
  font-size: 14px;
}

.head .nav .yj .m ul li {
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  width: 100px;
  height: 60px;
}

.head .nav .yj .m ul li:hover {
  background: #0b28b3;
}
.head .nav .yj .m ul li:hover a {
  color: #fff;
}


.head .tel{
  width: 180px;
  height: 120px;
  font-size: 20px;
  color: #fff;
  line-height: 120px;
  float: right;
  padding-left: 40px;
  background: url(../images/tel.png) no-repeat left center;
}

.banner {
  position: relative;
}

.banner .bd {
  position: relative;
  top: 0;
  text-align: left;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.banner .bd .prev,
.banner .bd .next {
  display: block;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 80;
  box-shadow: 0 0 10px rgba(7, 44, 221, 0.3);
}
.banner .bd .prev {
  background: url(../images/prev.png) no-repeat center;
  left: 30px;
}
.banner .bd .next {
  background: url(../images/next.png) no-repeat center;
  right: 30px;
}

.banner ul li a img {
  margin: 0 auto;
  display: block;
}

.banner .hd,
.hdIcon {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 5;
  left: 50%;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin-left: -30px;
  height: 14px;
}

.banner .hd li,
.hdIcon li {
  z-index: 2;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  zoom: 1;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s;
}

.banner .hd li:after,
.hdIcon li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

.banner .hd .on,
.banner .hd li:hover,
.hdIcon .on,
.hdIcon li:hover {
  border: 2px solid #fff;
  transform: scale(1.1);
}

.bcover {
  width: 100%;
  height: 120px;
  border-bottom: #eee 2px solid;
  margin-top: -60px;
  position: relative;
  z-index: 99;
}

.bcover h1 {
  width: 500px;
  height: 60px;
  background: #0b28b3;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.bcover h3 {
  width: 500px;
  height: 60px;
  background: #0b28b3;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.breadCrumb {
  background: rgba(0, 0, 0, 0.7);
}

.breadCrumb i {
  display: inline-block;
  background: url(../images/dingwei.png) no-repeat;
  width: 22px;
  height: 21px;
}

.inp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inp img {
  width: 100%;
}

/* Section Common */
.section { padding: 70px 0; }

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--accent));
    margin: 12px auto 0;
    border-radius: 2px;
}

.section-header p {
    font-size: 15px;
    color: var(--text-light);
    margin-top: 15px;
}

.multi {
  width: 100%;
  height: 910px;
  margin: 0 auto;
  padding-top: 90px;
  background-image:
    url(../images/images/youshi_01.jpg), url(../images/images/youshi_02.jpg),
    url(../images/images/youshi_03.jpg), url(../images/images/youshi_04.jpg),
    url(../images/images/youshi_05.jpg), url(../images/images/youshi_06.jpg),
    url(../images/images/youshi_07.jpg), url(../images/images/youshi_08.jpg),
    url(../images/images/youshi_09.jpg), url(../images/images/youshi_10.jpg);
  background-position:
    top,
    center 100px,
    center 200px,
    center 300px,
    center 400px,
    center 500px,
    center 600px,
    center 700px,
    center 800px,
    center 900px,
    bottom;
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat;
}
.multi .title{
  width: 1320px;
}
.multi .title .titl,
.multi .title .titm h1,
.multi .title .titm p,
.multi .title .titr a{
  color: #fff;
}

.multi .smain {
  width: 1320px;
  margin: 30px auto;
  position: relative;
}
.multi .smain li {
  width: 640px;
  height: 360px;
  float: left;
  margin: 0 40px 40px 0;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  background: #fff;
}
.multi .smain li:nth-child(2n) {
  margin-right: 0;
}
.multi .smain li .sico {
  width: 320px;
  height: 360px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multi .smain li .sico img{
  width: 100%;
}
 .smain li .sww {
  width: 300px;
  height: 360px;
  float: right;
  position: relative;
}
.multi .smain li .sww h1 {
  width: 260px;
  height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
  padding-left: 40px;
  background: url(../images/sbt.png) no-repeat left center;
}
.multi .smain li .sww p {
  width: 240px;
  height: 200px;
  line-height: 38px;
  font-size: 20px;
  color: #333;
  padding-left: 20px;
text-align: justify;
}
.multi .smain li .sww .snum {
  width: 100px;
  height: 80px;
  position: absolute;
  right:40px;
  bottom: 20px;
  font-size: 70px;
  font-family: 'shuhei';
  text-align: center;
  line-height: 80px;
  font-weight: bold;
  background: linear-gradient(to bottom, #26c, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: .6;
}



.news{
  width: 1320px;
  height: 680px;
  margin: 0 auto 60px;
  position: relative;
  padding-top: 60px;
}
.news .title .titm h1{
  width: 560px;
}
.news .title{
  margin-bottom: 60px;
}
.news .lists {
  width: 690px;
  height: 560px;
  position: absolute;
  right: 0;
  bottom: 0;
}


.news .lists li {
  width: 690px;
  height: 120px;
  padding-bottom: 29px;
  border-bottom: 1px dotted #666;
  margin-top: 30px;
}

.news .lists li .listl {
  width: 540px;
  height: 120px;
  float: right;
}

.news .lists li .listl h3 {
  width: 100%;
  height: 50px;
  color: #333;
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 10px;
  transition: all .3s;
}
.news .lists li.on .listl h3,
.news .lists li:hover .listl h3 {
  color: #26c;
}

.news .lists li .listl p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}
.news .lists li .listr {
  width: 119px;
  height: 119px;
  float: left;
  border: 1px solid #dcdcdc;
  font-size: 18px;
  color: #333;
  text-align: center;
  transition: all .3s;
}
.news .lists li .listr span{
  font-size: 60px;
  line-height: 80px;
}
.news .lists li.on .listr,
.news .lists li:hover .listr {
  border-color: #26c;
  color: #26c;
}

.news .banners {
  width: 770px;
  height: 560px;
  position: absolute;
  left: -170px;
  bottom: 0;
  z-index: 2;
}

.news .banners li {
  width: 770px;
  height: 560px;
  position: relative;
}

.news .banners li div {
  width: 100%;
  height: 560px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .banners li div img {
  width: 100%;
  height: 100%;
}



#cases {
  width: 100%;
  height: 740px;
  padding-top: 60px;
  background-image:
    url(../images/images/case_01.jpg), url(../images/images/case_02.jpg),
    url(../images/images/case_03.jpg), url(../images/images/case_04.jpg),
    url(../images/images/case_05.jpg), url(../images/images/case_06.jpg),
    url(../images/images/case_07.jpg), url(../images/images/case_08.jpg),
    url(../images/images/case_09.jpg), url(../images/images/case_10.jpg);
  background-position:
    top,
    center 80px,
    center 160px,
    center 240px,
    center 320px,
    center 400px,
    center 480px,
    center 560px,
    center 640px,
    center 720px,
    bottom;
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat;
}

#cases .cases-grid {
  width: 1320px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
#cases .cases-grid .case-card{
  width: 1320px;
  height: 480px;
  position: relative;
}
#cases .cases-grid .case-card .case-pic{
  width: 1320px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#cases .cases-grid .case-card .case-pic img{
  width: 100%;
}
#cases .cases-grid .case-card .case-info{
  width:480px;
  height: 480px;
  background: rgba(26, 95, 180, .8);
  padding: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index:9;
}
#cases .cases-grid .case-card .case-info .case-tag{
  width: 400px;
  height: 40px;
  line-height:40px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
#cases .cases-grid .case-card .case-info .case-tag::after{
  display: block;
  content:'';
  width:40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#cases .cases-grid .case-card .case-info .case-tag span{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 20px;
}
#cases .cases-grid .case-card .case-info .case-desc{
  width: 400px;
  height: 300px;
  line-height:28px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
}
#cases .cases-grid .next,
#cases .cases-grid .prev{
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  display:flex;
  justify-content: center;
  align-items: center;
}
#cases .cases-grid .next{
  background: #fff;
  color: #1a5fb4;
  left:0;
}
#cases .cases-grid .prev{
  background: #1a5fb4;
  color: #fff;
  left: 70px;
}

.var {
  width: 1320px;
  height: 910px;
  margin: 0 auto;
  padding-top: 100px;
}

.var .var-box {
  width: 1320px;
  height: 730px; /* 350px * 2 + 30px */
  margin: 50px auto;
}
.var .var-box li {
  width: 420px;
  height: 350px;
  margin: 0 30px 30px 0;
  float: left;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.var .var-box li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.var .var-box li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(37, 110, 224, 0) 0%,
    rgba(37, 110, 224, 0.1) 100%
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.var .var-box li:nth-child(3n) {
  margin-right: 0;
}
.var .var-box li .scen {
  width: 420px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.var .var-box li .scen img {
  width: 100%;
  height: 100%;
}
.var .var-box li:hover .scen img {
  transform: scale(1.1);
}
.var .var-box li .scen-name {
  width: 420px;
  height: 50px;
  background: linear-gradient(to bottom, #6ba3f0, #1454c0);
  position: relative;
}
.var .var-box li .scen-name .tags {
  width: 130px;
  height: 48px;
  background: linear-gradient(to bottom, #ffaf4b, #ff920a);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  padding: 11px 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  border-top-right-radius: 35px;
}
.var .var-box li .scen-name p {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/* About */
.about-section { 
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-gray) 50%, var(--bg) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about-bg-decoration {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(26,95,180,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.about-header {
    margin-bottom: 70px;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 6px 16px;
    background: rgba(26,95,180,0.1);
    border-radius: 20px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

.about-image-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.about-image {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    min-height: 500px;
    border-radius: 30px;
}

.about-image:hover {
    transform: translateY(-8px);
}

.about-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-image:hover img {
    transform: scale(1.08);
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-image:hover .about-image-overlay {
    opacity: 1;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.overlay-content i {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s;
}

.about-image:hover .overlay-content i {
    transform: scale(1.1);
    background: var(--accent);
}

.overlay-content span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.about-badge {
    position: absolute;
    bottom: -20px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: all 0.3s;
}

.about-image-wrapper:hover .about-badge {
    transform: translateY(-5px);
}

.badge-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--blue), var(--blue-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.badge-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--blue-dark);
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.content-section {
    padding: 24px;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--blue);
    transition: all 0.3s;
}

.content-section:hover {
    box-shadow: var(--shadow-md);
    transform: translateX(5px);
}

.content-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--blue-dark);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section h3::before {
    content: '';
    width: 3px;
    height: 18px;
    background: var(--accent);
    border-radius: 2px;
}

.content-section p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-light);
}

.about-stats {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);
    border-radius: var(--radius-lg);
}

.about-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius-md);
    transition: all 0.3s;
}

.about-stat-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-3px);
}

.stat-icon-box {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.stat-info {
    text-align: center;
}

.stat-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.about-cta {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue), var(--blue-light));
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-outline {
    background: transparent;
    color: var(--blue);
    border: 2px solid var(--blue);
}

.btn-outline:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-3px);
}

.footer {
    background: linear-gradient(180deg, #0d1b2a 0%, #1a2332 100%);
    color: rgba(255,255,255,0.7);
    padding-top: 70px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--accent), var(--blue));
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
}

.footer-info {
    position: relative;
}

.footer-info::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0.2), transparent);
}

.footer-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.footer-logo:hover {
    transform: scale(1.02);
}

.footer-logo-primary {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.footer-logo-secondary {
    font-size: 11px;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    font-weight: 600;
}

.footer-info p { 
    font-size: 14px; 
    line-height: 1.9; 
    color: rgba(255,255,255,0.6);
    max-width: 280px;
}

.footer-nav h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
    padding-left: 18px;
}

.footer-nav h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: var(--accent);
    border-radius: 2px;
}

.footer-nav ul { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
}

.footer-nav li, .footer-nav a {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-nav a:hover { 
    color: #fff; 
    padding-left: 8px;
}

.footer-nav a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    opacity: 0;
    transition: opacity 0.3s;
}

.footer-nav a:hover::before {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
}
.footer-bottom p{
    float: left;
    margin-right: 20px;
}
.footer-bottom a {
    color: rgba(255,255,255,0.5);
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: var(--blue);
    transform: translateY(-3px);
}

.breadCrumb {
  position: relative;
  margin-top: -60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  line-height: 60px;
  color: #fff;
}

.breadCrumb .xy {
  width: 1440px;
  margin: 0 auto;
}

.breadCrumb i {
  margin-right: 10px;
}

.breadCrumb a {
  margin-right: 10px;
  color: #fff;
}

.breadCrumb a:hover {
  color: #0f5aa5;
}

.listmenu {
  margin: 80px 0;
  text-align: center;
}

.listmenu ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 238px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block;
}

.listmenu ul li {
  float: left;
}

.listmenu ul li .border {
  border-left: 0;
}

.listmenu ul .on a {
  background: #0364b1;
  color: #fff;
}

.listmenu ul li a:hover {
  background: #0364b1;
  color: #fff;
}

.back {
  float: right;
  background: url(../images/back.png) no-repeat left center;
  padding-left: 20px;
}

.listTie {
  line-height: 40px;
  font-size: 40px;
  color: #333;
  font-weight: 100;
  margin-bottom: 40px;
  padding-top: 80px;
}

.listTie span {
  display: block;
  font-size: 12px;
  color: #888;
}

.ny-leftwp {
  float: left;
  width: 264px;
}

.ny_left {
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px 10px;
  background: #f1f1f1;
}

.ny_content_wp {
  float: left;
  width: 78%;
  margin-left: 2%;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}

.ny-about-content-wp {
  padding: 20px;
}

.ny-about-twp {
  position: relative;
  padding-left: 20px;
}

.ny-about-twp::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  background: #1f6eb1;
  left: 6px;
  top: 22px;
}

.ny-about-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-top: 16px;
}

.ny-about-ten {
  font-size: 14px;
  text-transform: uppercase;
  font-family: arial;
  color: #999;
  margin-bottom: 10px;
}

.list_con {
  margin: 0 20px;
  position: relative;
  transition: all 0.5s;
}

.list_con::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1f6eb1;
  transition: all 0.5s;
}

div.on::after,
.list_con:hover::after {
  left: 0;
  width: 100%;
}

.list_con a {
  display: block;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

div.on a,
.list_con:hover a {
  color: #1f6eb1;
}

.ny-nav-jt {
  position: absolute;
  top: 30%;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}

div.on .ny-nav-jt,
.list_con:hover .ny-nav-jt {
  opacity: 1;
  color: #1f6eb1;
}

.ny_left-lxbg {
  margin-top: 20px;
}

.ny-left-lxhm {
  margin: 0 20px;
  line-height: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #1f6eb1;
}

.ny-left-lx {
  margin: 0 20px;
  line-height: 30px;
}

.proList {
  width: 1030px;
  float: right;
}

.proList li {
  float: left;
  width: 328px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.proList li:hover img {
  transform: scale(1.1);
}

.proList li h4:hover {
  color: #0062b0;
}

.proList li .dfw {
  width: 330px;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.proList li .dfw img {
  height: 100%;
}

.proList li h4 {
    width: 100%;
    height: 70px;
    color: #333;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 70px;
}

.proList li:nth-child(3n) {
  margin-right: 0;
}

.Theviewbox {
  width: 1233px;
  margin: 0 auto;
}

.listMain .Theviewul li {
  float: left;
  margin: 0 22px 25px 0;
  border: 1px solid #f0f0f0;
  width: 384px;
  overflow: hidden;
}

.listMain .Theviewul li:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

.listMain .Theview span img {

  height: 300px;
}

.listMain .Theview li a {
  display: inline-block;
}

.Theviewul li:hover p {
  background: #0364b1;
  color: #fff;
}

.listMain .Theview span {
  display: inline-block;
  border: 1px solid #d7d7d7;
  transition: all ease 0.3s;
}

.listMain .Theview p {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.listmenujj {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.listmenujj ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 132px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block;
}

.listmenujj ul li {
  float: left;
}

.listmenujj ul li a {
  border-left: 0;
}

.listmenujj ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenujj ul .on a {
  background: #0364b1;
  color: #fff;
}

.listmenujj ul li a:hover {
  background: #0364b1;
  color: #fff;
}

.newsLists {
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
}

.listMain .newsList .title span {
  display: inline-block;
  float: left;
}

.listMain .newsList .title span img {
  width: 600px;
  height: 460px;
}

.listMain .newsList .title {
  display: block;
}

.listMain .newsList .clicka,
.listMain .newsList .time {
  display: block;
}

.listmenuzi {
  text-align: center;
}

.listmenuzi ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 298px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block;
}

.listmenuzi ul li {
  float: left;
}

.listmenuzi ul li a {
  border-left: 0;
}

.listmenuzi ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenuzi ul .on a {
  background: #0364b1;
  color: #fff;
}

.listmenuzi ul li a:hover {
  background: #0364b1;
  color: #fff;
}

.newsLists .contic .time {
  margin-left: 45px;
}

.newsLists:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
}

.listMain .newsList .contic {
  width: 460px;
  float: left;
  margin: 70px 70px 54px;
}

.listMain .newsList .contic .time {
  color: #0364b1;
  font-size: 14px;
  position: relative;
  transition: all 0.5s;
}

.listMain .newsList .contic .time:after {
  content: "";
  width: 35px;
  height: 1px;
  color: #0364b1;
  position: absolute;
  left: -40px;
  border-bottom: 1px solid #0364b1;
  top: 10px;
  transition: all 0.5s;
}

.listMain .newsList .contic h3 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 100;
}

.listMain .newsList .contic p {
  color: #666;
}

.listMain .newsList .contic .clicka {
  width: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 25px;
  width: 160px;
  background: #0364b1;
  margin-top: 40px;
}

.listMain .newsList li {
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.listMain .newsList li:hover .list {
  margin-left: 20px;
}

.listMain .newsList li .list {
  transition: all 0.5s;
  width: 800px;
  float: left;
  padding: 45px 5px 30px 50px;
}

.listMain .newsList li .list .time {
  font-size: 12px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 25px;
  background: #0364b1;
  margin-top: 30px;
}

.listMain .newsList li .list h3 {
  font-weight: 100;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.listMain .newsList li .list p {
  color: #666;
  margin-top: 10px;
}

.listMain .newsList li > a {
  display: inline-block;
  float: right;
  padding: 30px;
}

.listMain .newsList li > a img {
  width: 260px;
  height: 196px;
}

.listMain .newsList li > a > span {
  display: block;
  width: 260px;
  height: 196px;
}

.listMain .newsList li .list span {
  position: relative;
  transition: all 0.5s;
}

.listMain .newsList li .list span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #eaeaea;
  width: 1px;
  height: 1px;
  left: 0;
  top: 7px;
  transition: all 0.5s;
}

.listMain .newsList li:hover .list span {
  padding-left: 60px;
}

.listMain .newsList li:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
}

.listMain .newsList li:hover .list span:after {
  width: 50px;
}

.listmenu {
  margin: 80px 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}

.listmenu ul {
  width: 1260px;
  margin: 0 auto;
}

.listmenu ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 178px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block;
}

.listmenu ul li {
  float: left;
}

.listmenu ul li a {
  border-left: 0;
}

.listmenu ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenu ul .on a {
  background: #0364b1;
  color: #fff;
}

.listmenu ul li a:hover {
  background: #0364b1;
  color: #fff;
}

.jianjie {
  background: url(../images/bgguanyu.png) no-repeat center;
}

.folanry {
  color: #666;
  margin-bottom: 60px;
}

.folanry h3 span {
  display: block;
}

.folanry p {
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left;
}

.folanry h3 {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 15px;
}

.cpy {
  background: url(../images/qiyelinian.png) no-repeat center;
  height: 793px;
}

.cpy li {
  width: 386px;
  background: #fff;
  text-align: center;
  float: left;
  margin-right: 20px;
  transition: all ease 0.3s;
}

.cpy li:hover {
  margin-top: 30px;
}

.cpy li .bt {
  font-size: 30px;
  color: #0364b1;
  line-height: 30px;
  margin-top: 15px;
  position: relative;
}

.cpy li .bt:after {
  content: "";
  height: 1px;
  width: 30px;
  border-bottom: 2px solid #0364b1;
  position: absolute;
  bottom: 0;
  left: 176px;
}

.cpy li .bt span {
  font-size: 12px;
  color: #666;
}

.cpy li p {
  font-size: 16px;
  color: #666;
  padding: 25px 0;
}

.cpy li img {
  width: 386px;
  height: 260px;
}

.cpy li > span {
  display: block;
}

.cpy li p span {
  display: block;
}

.cpy ul {
  width: 1220px;
  padding-bottom: 80px;
}

.cpy h3 {
  color: #fff;
}

.describe {
  width: 1210px;
}

.describe .maximg {
  width: 595px;
  height: 471px;
  position: relative;
  overflow: hidden;
}

.describe .maximg p {
  text-align: center;
  background: rgba(3, 100, 197, 0.9);
  height: 0;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 590px;
  transition: all 0.8s;
}

.describe .maximg img {
  width: 590px;
  height: 471px;
}

.describe .minimg {
  width: 600px;
  margin-left: 10px;
  position: relative;
}

.describe .minimg a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 4px;
}

.describe .minimg img {
  width: 286px;
  height: 230px;
}

.minimg p {
  text-align: center;
  background: rgba(3, 100, 197, 0.9);
  height: 0;
  line-height: 60px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 293px;
  transition: all 0.8s;
}

.describe .maximg:hover p {
  height: 60px;
  color: #fff;
}

.describe .minimg a:hover p {
  height: 60px;
  color: #fff;
}

.describe .maximg,
.describe .minimg {
  margin-bottom: 80px;
}

.Honor {
  background: #eee;
}

.Honor .tempWrap {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

.videoList {
  padding-bottom: 80px;
}

.videoList ul li {
  width: 260px;
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.videoList ul li img {
  display: block;
  width: 220px;
  padding: 30px 20px;
  background: #fff;
}

.videoList ul li span {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #fff;
  padding: 0 0 30px;
}

.Honor .prev {
  cursor: pointer;
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 150px;
  left: -60px;
}

.Honor .next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 150px;
  right: -60px;
}

.Honor .next:hover,
.Honor .prev:hover {
  background: #0364b1;
  color: #fff;
}

.partnerslist ul li {
  border: 1px solid #f0f0f0;
  float: left;
  width: 208px;
  height: 90px;
  background: #fff;
}

.partnerslist ul li a {
  display: inherit;
  text-align: center;
  line-height: 90px;
}

.partnerslist li .pImg {
  width: 208px;
  height: 90px;
  position: relative;
  display: block;
  overflow: hidden;
}

.partnerslist li .pImg img {
  width: 200px;
  height: 90px;
}

.partnerslist li .pImg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 90, 167, 0.7);
  transition: all 0.25s;
  transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  z-index: 2;
}

.partnerslist li .pImg i {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  opacity: 0;
  background: url(../images/icon1.png) no-repeat bottom center;
  transition: all 0.4s;
  z-index: 3;
  text-align: center;
  padding-top: 22px;
  color: #fff;
  font-style: normal;
  margin: 0 10px;
  font-size: 13px;
  left: 0;
}

.partnerslist li:hover .pImg:before {
  transform: perspective(200px) rotateX(0);
}

.partnerslist li:hover .pImg i {
  transition-delay: 0.1s;
  margin-top: -40px;
  opacity: 1;
}

.honorList {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 40px;
}

.honorList li {
  width: 290px;
  margin-right: 10px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.honorList li .sImg,
.honorList li a,
.honorList li img {
  width: 290px;
  height: 390px;
  overflow: hidden;
}

.honorList li .sImg {
  overflow: hidden;
  display: block;
}

.honorList li img {
  transition: all 1s;
}

.honorList li:hover img {
  transform: scale(1.1);
}

.jjfa ul {
  overflow: hidden;
  margin-top: 80px;
}

.jjfa li {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.jjfa li img {
  width: 600px;
  height: 360px;
}

.jjfa li h3 {
  font-size: 30px;
  color: #333;
  font-weight: 100;
  margin-top: 10px;
}

.jjfa li h3 span {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.jjfa li .sptu {
  overflow: hidden;
  float: left;
  width: 600px;
  height: 360px;
  display: inline-block;
}

.jjfa li .sptu2 {
  display: none;
}

.jjfa li p {
  color: #666;
  font-size: 14px;
}

.jjfa .nr {
  width: 458px;
  float: left;
  padding: 60px 70px 6px;
  transition: all ease 0.3s;
}

.jjfa li a {
  display: block;
  overflow: hidden;
}

.jjfa li i {
  transition: all ease 0.3s;
  display: block;
  background: #cecece url(../images/baijiantou.png) no-repeat center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 50px 0;
}

.jjfa li:hover i {
  background: #fff url(../images/lanjiantou.png) no-repeat center;
}

.jjfa li:hover .nr {
  background: #0364b1;
}

.jjfa li:hover .nr h3,
.jjfa li:hover .nr h3 span,
.jjfa li:hover .nr p {
  color: #fff;
}

.jjfa li:hover img {
  transform: scale(1.08);
}

.listmenus {
  margin-top: 80px;
  text-align: center;
}

.listmenus ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 398px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block;
}

.listmenus ul li {
  float: left;
}

.listmenus ul li a {
  border-left: 0;
}

.listmenus ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenus ul .on a {
  background: #0364b1;
  color: #fff;
}

.listmenus ul li a:hover {
  background: #0364b1;
  color: #fff;
}

.Contactuss .contactus {
  width: 530px;
  height: 302px;
}

.Contactuss .contactus h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.Contactuss .contactus h3 {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 10px;
}

.Contactuss .contactus .content {
  font-size: 14px;
  margin: 10px 0;
  position: relative;
}

.Contactuss .content {
  color: #333;
}

.Contactuss .dianhua {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: #0364b1;
  margin-top: 24px;
}

.Contactuss .contactus .content:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #0364b1;
  left: 0;
  top: 26px;
}

.feedback {
  width: 650px;
  height: 302px;
  float: right;
}

.feedback input {
  height: 60px;
  border: 1px solid #ccc;
  width: 628px;
}

.feedback .w600 {
  margin: 0 20px 20px 0;
}

.feedback .note {
  height: 20px;
  border: 1px solid #ccc;
  width: 608px;
  padding: 20px;
  margin-top: 15px;
}

.feedback .yanzm {
  width: 260px;
  float: left;
}

.feedback .chongz {
  cursor: pointer;
  width: 190px;
  height: 60px;
  background: #0364b1;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  float: right;
}

.feedback .tij {
  cursor: pointer;
  width: 190px;
  height: 60px;
  background: #d2d2d2;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.mapdiv {
  width: 1320px;
  height: 480px;
  border: 1px solid #999;
  margin: 0 auto 30px;
  position: relative;
}
.mapdiv #map {
  width: 100%;
  height: 480px;
  position: absolute;
}

.faqList li {
  position: relative;
  margin-bottom: 25px;
}

.faqList li h3 {
  position: relative;
  padding: 0 60px 0 25px;
  background-color: #f1f1f1;
  line-height: 54px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #e1e1e1;
}

.faqList li h3:after,
.faqList li h3:before {
  content: "";
  position: absolute;
  top: 26px;
  right: 23px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: #fff;
}

.faqList li h3:before {
  width: 2px;
  height: 16px;
  top: 19px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faqList li div {
  display: none;
  padding: 25px;
  line-height: 25px;
  color: #7c7c7c;
  -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
  animation: fadeIn 0.5s ease-out 0.2s both;
  font-size: 14px;
  background: #f5f5f5;
}

.faqList li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: #0364b1;
  pointer-events: none;
}

.faqList li.act h3:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jobList li {
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 20px;
}

.jobList h4.on {
  color: #333;
  background: url(../images/gicon18.png) no-repeat right center;
}

.jobList h4 {
  font-size: 28px;
  font-weight: 400;
  background: url(../images/gicon19.png) no-repeat right center;
  padding-right: 20px;
  padding-bottom: 20px;
  line-height: 32px;
}

.jobList h4 span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

.jobList h4 span i {
  display: inline-block;
  font-style: normal;
  background: url(../images/job_icon.png) no-repeat left -35px;
  padding-left: 30px;
  margin-right: 15px;
}

.jobList h4 span .num {
  background-position: 0 0;
}

.jobList h4 span i {
  display: inline-block;
  font-style: normal;
  background: url(../images/job_icon.png) no-repeat left -35px;
  padding-left: 30px;
  margin-right: 15px;
}

.jobList .font {
  background: #f2f2f2;
  padding: 25px;
  display: none;
}

.jobList .font .tie {
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.products-menu ul li a {
  width: 170px;
}

.products-txt {
  margin-bottom: 0;
  text-align: left;
}

.article-detail h2 {
  font-size: 18px;
}

.article-detail h3 {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #d2d2d2;
}

.article-detail h3 span {
  margin: 8px 8px 0;
  color: #999;
  text-decoration: none;
}

.fontResizer a {
  padding: 0 5px;
}

.curFont {
  font-weight: 700;
  color: #0364b1;
}

.cimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.cimg img {
  max-width: 100%;
}

.news-show-box {
  padding-top: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}

.news-show-box img {
  max-width: 100%;
}

.news-message {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}

.news-message div {
  padding: 10px 0;
}

.news-message h3 {
  width: 100%;
  text-align: right;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  overflow: hidden;
}

.gr-fenx {
  height: 35px;
  background: #f8f8f8;
  padding: 0 10px;
  margin-top: 15px;
}

.prew {
  background: url(../images/pre_info.gif) no-repeat left center;
  float: left;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  width: 46%;
}

.nextw {
  background: url(../images/next_info.gif) no-repeat right center;
  float: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-right: 15px;
  text-align: right;
  width: 46%;
}

.gr-keyword {
  border: 1px solid #dadada;
  padding: 5px 10px;
  margin: 10px 0;
  overflow: hidden;
}

.gr-keyword a {
  padding: 0 5px;
}

.gr-rec-news {
  width: 1200px;
  margin-top: 10px;
  overflow: hidden;
}

.gr-rec-news ul {
  padding-top: 10px;
}

.gr-rec-news ul li {
  float: left;
  margin-right: 30px;
  width: 47%;
  height: 28px;
  line-height: 28px;
}

.gr-rec-news ul li a {
  display: block;
  width: 260px;
  line-height: 28px;
  background: url(../images/icona.jpg) no-repeat left center;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.gr-rec-news ul li a:hover {
  background: url(../images/iconb.jpg) no-repeat left center;
}

.gr-rec-news ul li span {
  float: right;
  color: #999;
}

.rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.product-detail .list_pro_left {
  float: left;
  width: 210px;
  overflow: hidden;
}

.product-detail .pro_sidebar {
  background: url(../images/pro_sidebg.jpg) no-repeat;
  padding: 10px;
  width: 190px;
  overflow: hidden;
  color: #fff;
}

.product-detail .pro_tie {
  font-family: 微软雅黑;
  font-size: 18px;
  border-bottom: 1px solid #6ec3ff;
  height: 30px;
  margin-bottom: 25px;
}

.product-detail .list_pro_left ul {
  width: 210px;
}

.product-detail .list_pro_left li {
  float: left;
  width: 190px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.product-detail .list_pro_left li a {
  color: #f5f8fb;
}

.product-detail .list_pro_left li a:hover {
  text-decoration: underline;
}

.left_contact {
  background: #fff;
  margin-top: 15px;
}

.left_contact .font {
  padding: 15px;
}

.product-detail .list_pro_right {
  float: right;
  width: 1040px;
  overflow: hidden;
  background: #fff;
  min-height: 965px;
}

.product-detail .list_product {
  width: 75%;
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 20px;
}

.product-detail .list_product ul {
  width: 820px;
}

.product-detail .list_product li {
  float: left;
  border-right: 1px dotted #adadad;
  margin-bottom: 55px;
  margin-right: 27px;
  width: 235px;
}

.product-detail .list_product li img {
  width: 235px;
  height: 230px;
}

.product-detail .list_product li span {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 225px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 微软雅黑;
  font-size: 14px;
}

.product-detail .list_product li .btn {
  height: 30px;
  text-align: center;
  color: #5c5c5c;
  margin-top: 15px;
}

.product-detail .list_product li .btn a {
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #70b900;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.product-detail .list_product li .btn .zx {
  background: #303331;
}

.product-detail .list_product li .btn a:hover {
  background: #0078ce;
}

.product-detail .prodetail_box {
  padding: 20px 10px 40px;
  width: 98%;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.product-detail .rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.product-detail .product-show-pic {
  width: 482px;
  height: 500px;
  float: left;
}

.product-detail .jqzoom {
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
  text-align: center;
}

.product-detail .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 310px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.product-detail .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.product-detail .spec-preview {
  width: 480px;
  height: 400px;
  border: 1px solid #dadada;
}

.product-detail .spec-scroll {
  margin-top: 10px;
  width: 482px;
  height: 73px;
  overflow: hidden;
  position: relative;
}

.product-detail .spec-scroll a.prev {
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: url(../images/listpro_btn.png) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}

.product-detail .spec-scroll a.prev:hover {
  background-position: 0 -54px;
}

.product-detail .spec-scroll a.next {
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: url(../images/listpro_btn.png) no-repeat 0 -36px;
  overflow: hidden;
  cursor: pointer;
}

.product-detail .spec-scroll a.next:hover {
  background-position: 0 -18px;
}

.product-detail .spec-scroll .items {
  position: relative;
  width: 500px;
  height: 73px;
  margin: 0 auto;
  overflow: hidden;
}

.product-detail .spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 73px;
}

.product-detail .spec-scroll .items ul li {
  width: 85px;
  height: 73px;
  float: left;
}

.product-detail .spec-scroll .items ul li img {
  height: 73px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}

.product-detail .spec-scroll .items ul li img:hover {
  border: 1px solid #70b900;
}

.product-detail .product-show-title {
  width: 500px;
  height: 490px;
  overflow: hidden;
  float: right;
}

.product-detail .product-show-title h2 {
  line-height: 24px;
  border-bottom: 1px dashed #ccc;
  font-family: 微软雅黑;
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}

.product-detail .gr-description {
  padding: 10px 0 30px;
}

.product-detail .prodcut-tel {
  padding-left: 25px;
  margin-bottom: 10px;
  height: 27px;
  line-height: 27px;
  background: url(../images/pr_tel.jpg) no-repeat left center;
  float: left;
  margin-top: 12px;
  margin-left: 40px;
}

.product-detail .prodcut-tel span {
  position: relative;
  top: 3px;
  font-family: arial;
  font-size: 24px;
  color: #333;
}

.product-detail .product-order a {
  display: block;
  width: 200px;
  height: 55px;
  background: #0e5aa5;
  line-height: 55px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 18px;
  color: #fff;
}

.product-detail .product-order a:hover {
  color: #fff;
  opacity: 0.8;
}

.product-detail .product-order {
  float: left;
  width: 200px;
  height: 55px;
}

.product-detail .gr-tab-list {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-detail .gr-tab-list .hd {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #dadada;
}

.product-detail .gr-tab-list .hd li {
  width: 100px;
  float: left;
  text-align: center;
  background: #dadada;
  margin-right: 5px;
  cursor: pointer;
}

.product-detail .gr-tab-list .hd li.on {
  background: #0364b1;
  color: #fff;
  font-size: 16px;
}

.product-detail .gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px;
}

.product-detail .gr-order h2 {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.product-detail .order {
  width: 650px;
  border: none;
  background: 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.product-detail .order-table {
  padding: 20px;
  margin-top: 2px;
  width: 1136px;
  background: #e8e8e8;
  overflow: hidden;
}

.product-detail .table-row {
  width: 370px;
  height: 24px;
  float: left;
}

.product-detail .table-row span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.product-detail .row-input {
  float: left;
  padding: 3px 5px;
  width: 241px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999;
}

.product-detail .table-row-a {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 1060px;
  height: 100px;
}

.product-detail .table-row-a span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 80px;
  line-height: 22px;
  text-align: center;
}

.product-detail .row-textarea {
  float: left;
  padding: 3px 5px;
  width: 982px;
  height: 100px;
  line-height: 20px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999;
}

.product-detail .gr-code {
  width: 400px;
}

.product-detail .checkcode {
  margin-left: 10px;
  float: left;
  width: 63px;
  height: 22px;
  border: 1px solid #d0d0d0;
}

.product-detail .row-input:focus,
.row-textarea:focus {
  border: 1px solid #70b900;
}

.product-detail .subt-a {
  margin-left: 65px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #666;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px;
}

.product-detail .subt-a:hover {
  background: #0364b1;
}

.product-detail .subt-b {
  margin-left: 10px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #999;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px;
}

.product-detail .subt-b:hover {
  background: #0364b1;
}

.product-detail .related-product {
  overflow: hidden;
  padding-bottom: 20px;
}

.product-detail .related-product ul {
  width: 1230px;
  margin-top: 20px;
}

.product-detail .related-product li {
  width: 375px;
  height: 355px;
  float: left;
  margin-right: 25px;
}

.product-detail .related-product li a {
  display: block;
  width: 360px;
  height: 345px;
  padding: 2px;
  background: #fff;
  border: 1px solid #eee;
}

.product-detail .related-product li img {
  width: 360px;
  height: 315px;
}

.product-detail .related-product li span {
  display: inline-block;
  width: 360px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-detail .related-product li a:hover {
  background: #0f5aa5;
  color: #fff;
}

.picture-detail {
  font-size: 28px;
}

.case_detail_con {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.al_jianjie .tie {
  height: 35px;
  background: #dedede;
  line-height: 35px;
  margin-bottom: 15px;
}

.al_jianjie .tie span {
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #0193de;
  color: #fff;
}

.product-search {
  background: #fdfdfd;
  height: 80px;
  width: 100%;
  display: block;
  line-height: 40px;
}

.product-search form {
  width: 720px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
  height: 40px;
}

button,
input,
select,
textarea {
  font-size: 12px;
  font-family: inherit;
  margin: 0;
  outline: 0;
  resize: none;
  border: none;
}

.product-search .txt {
  width: 590px;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #666;
  padding: 0 10px;
  border: 1px #d2d2d2 solid;
}

.product-search .btn {
  float: left;
  width: 50px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  background: #333 url(../images/searicon.png) no-repeat center;
}

.listLeft {
  width: 1320px;
}

.listRight {
  margin-top: 80px;
  width: 300px;
}

.listRight .title {
  padding: 0 20px;
  height: 70px;
  background: #0364b1;
  color: #333;
  color: #fff;
  font-weight: 100;
  font-size: 28px;
  line-height: 70px;
}

.listRight span {
  display: block;
  padding: 5px 10px;
}

.listRight span img {
  width: 258px;
  height: 189px;
}

.listRight span p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listRight .rightzixun {
  margin-top: 30px;
  margin-bottom: 16px;
}

.listRight .rightzixun a {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.listRight .rightzixun p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listRight .rightzixun ul {
  margin-top: 20px;
}

.listRight ul {
  margin-top: 20px;
}

.listRight div {
  border: 1px solid #ccc;
}

.listRight a {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.listRight p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%;
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体;
}

.text-secondary {
  text-align: center;
  padding: 20px 0;
}

#maximg img {
  max-width: 100%;
  height: auto !important;
}
