﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 375px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}

/*header*/
.header {position: fixed; left: 0; top: 0; z-index: 1000; display: flex; justify-content: space-between; width: 100%; height: 100px; background-color: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.1);}
.header-logo {padding: 0 0 0 40px; box-sizing: border-box;}
.header-logo img {display: block; width: 400px; margin: 20px 0;}

.header-nav {display: flex;}
.header-nav .header-nav-li {position: relative; margin: 0 30px;}
.header-nav .header-nav-li .header-nav-li-a {position: relative; display: block; font-size: 18px; line-height: 100px; color: #333;}
.header-nav .header-nav-li .header-nav-li-a::before  {content: ""; position: absolute; bottom: -10px; left: 50%; z-index: 100; width: 20px; height: 20px; border-radius: 50%; border: 4px solid #eee; background-color: #014b96; box-sizing:border-box; transform: translateX(-50%); opacity: 0; transition: all 0.3s;}
.header-nav .header-nav-li:hover .header-nav-li-a {color: #014b96;}
.header-nav .header-nav-li:hover .header-nav-li-a::before {opacity: 1;}
/*.header-nav .header-nav-li:hover .header-subnav {transform: scaleY(1); transition: transform .3s;}
.header-subnav {position: absolute; top: 100px; left: 0; width: 160px; height: auto; background-color: #fff; transform-origin: top center; transform: scaleY(0); transition: transform .3s .2s; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);}
.header-subnav li {width: 100%;}
.header-subnav li a {position: relative; display: block; width: 100%; padding: 0 20px; font-size: 18px; line-height: 42px; color: #333; box-sizing: border-box; transition: all 0.3s ease;}
.header-subnav li a::before {content: ""; position: absolute; right: 40px; top: 12px; width: 18px; height: 18px; background-image: url("../UploadFiles/img/jt.png"); background-size: 18px 18px; transition: all 0.3s ease;}
.header-subnav li a:hover {color: #fff; background-color: #284b91;}
.header-subnav li a:hover::before {right: 20px;}*/

.header-contact {padding: 34px 50px; background-color: #014b96; box-sizing: border-box;}
.header-contact p {padding-left: 42px; font-family: bebas; font-size: 38px; line-height: 1; color: #fff; letter-spacing: 2px; background-image: url("../UploadFiles/img/header-tel.png"); background-size: 32px 32px; background-position: 0 0; background-repeat: no-repeat; box-sizing: border-box;}
@media(max-width:1780px){.header-nav .header-nav-li {margin: 0 20px;}}
@media(max-width:1620px){.header-nav .header-nav-li {margin: 0 10px;}}
@media(max-width:1480px){.header-logo {padding: 0 0 0 20px;} .header-contact {padding: 34px 20px;}}
@media(max-width:1400px){.header-nav .header-nav-li:nth-child(3),.header-nav .header-nav-li:nth-child(4),.header-nav .header-nav-li:nth-child(5) {display: none;}}
@media(max-width:1200px){.header {flex-wrap: wrap; height: auto; background-color: #fff;} .header-logo {width: 100%; padding: 0; background-color: #f8f8f8;} .header-logo img {margin: 10px auto;} .header-nav .header-nav-li {margin: 0 20px;} .header-nav .header-nav-li .header-nav-li-a {line-height: 60px;}  .header-contact {padding: 13px 20px 9px;}}
@media(max-width:980px){.header-logo img {width: auto; height: 80px;} .header-nav .header-nav-li .header-nav-li-a {font-size: 24px;}}

/*banner*/
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container {position: relative; width: 100%; overflow:hidden; margin-top: 100px;}
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; min-height: 180px;}
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none;}
.slide_container .tu { width:100%; height:602px;}
.slide_nav {font-size: 0;width: 60px;height: 60px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;  opacity: 0.6; }
.prev {left: 5%;background-position: -2px 0;}
.next {right: 5%;background-position: -58px 0;}
.prev:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(1,75,150);background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat rgb(1,75,150);background-position: -58px 0;}
.slide_tabs {display: flex; justify-content: space-between; position:absolute; bottom: 20px; left: 50%; z-index: 100; width: 60px; transform: translateX(-50%);}
.slide_tabs li {display: block; width: 12px; height: 12px; border-radius: 6px; font-size: 0px; background-color: #014b96; transition: all 0.4s;}
.slide_here {width: 36px!important;}
#find_bottom {position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; width: 30px; height: 30px; margin: 0 auto; border: 2px dotted #014b96; border-radius: 100%; text-align: center; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transition: all ease 0.3s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; visibility: hidden;}
.opacity_show_top{opacity: 1 !important; transition: all ease 1s !important; -webkit-transition: all ease 1s !important; -moz-transition: all ease 1s !important; -ms-transition: all ease 1s !important; -o-transition: all ease 1s !important; -webkit-transform: translateY(0px) !important; -moz-transform: translateY(0px)!important; -ms-transform: translateY(0px) !important; -o-transform: translateY(0px) !important; transform: translateY(0px) !important;}
@media(max-width:1200px){.slide_container{margin-top: 140px;}}
@media(max-width:980px){.slide_nav {width: 30px; height: 30px; background-size: 60px 30px;} .prev {background-position: -1px 0;} .next {background-position: -28px 0;} .prev:hover {background-size: 60px 30px; background-position: -1px 0;} .next:hover {background-size: 60px 30px; background-position: -28px 0;}}

/*footer*/
.footer-box {width: 100%; padding: 60px 0 0; background-image: url("../UploadFiles/img/footer-bj.jpg"); background-position: 0 0; background-repeat: no-repeat;}
.footer {display: flex; justify-content: space-between; align-items:stretch; width: 100%; padding: 0 5% 20px; box-sizing: border-box;}
.footer-hotline {width: 340px;}
.footer-hotline p:nth-child(1) {max-height: 999px; margin-bottom: 10px; padding-left: 60px; font-size: 26px; color: #fff; font-weight: 400; line-height: 40px; background-image: url("../UploadFiles/img/footer-dh.png"); background-size: 50px auto; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom; box-sizing: border-box;}
.footer-hotline p:nth-child(2) {max-height: 999px; margin-bottom: 4px; font-family: bebas; font-size: 44px; color: #fff; line-height: 56px; letter-spacing: 8px; transform:scaleY(1.2);}
.footer-hotline p:nth-child(3) {max-height: 999px; font-size: 16px; color: #fff; line-height: 30px; letter-spacing: 1px;}
    
.footer-nav-box {display: flex; justify-content: space-between; width: calc(100% - 710px); max-width: 1000px; box-sizing: border-box;}
.footer-nav li:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-nav li a {max-height: 999px; font-size: 16px; line-height: 38px; color: #ccc;}
.footer-nav li a:hover {color: #fff;}

.footer-contact {width: 370px;}
.footer-contact p:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-contact p:nth-child(2),.footer-contact p:nth-child(3),.footer-contact p:nth-child(4) {max-height: 999px; padding: 0 0 0 40px; font-size: 18px; line-height: 42px; color: #fff;  background-size: 26px 26px; background-position: 0 50%; background-repeat: no-repeat; box-sizing: border-box;}
.footer-contact p:nth-child(2) {background-image: url("../UploadFiles/img/footer-tb1.png");}
.footer-contact p:nth-child(3) {background-image: url("../UploadFiles/img/footer-tb2.png");}
.footer-contact p:nth-child(4) {background-image: url("../UploadFiles/img/footer-tb3.png");}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; border-top: 1px solid #01325f; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.footer-copyright p:nth-child(1) a {color: #e1e1e1;}
.footer-fz {width: 100%; font-size: 18px; line-height: 36px; color: #e1e1e1; letter-spacing: 1px; text-align: center;}
.footer-fz a {font-size: 18px; line-height: 36px; color: #e1e1e1; letter-spacing: 1px; text-align: center;}

@media(max-width:1200px){.footer {padding: 0 2% 20px;} .footer-hotline {width: 250px;} .footer-hotline p:nth-child(2) {letter-spacing: 2px;} .footer-nav-box {width: calc(100% - 620px);} .footer-copyright {padding: 6px 2%;}}
@media(max-width:980px){.footer-box {padding: 50px 0 0; background-position: 25% 0;} .footer-nav-box {width: calc(100% - 740px);} .footer-nav:nth-last-child(2) {display: none;} .footer-nav li:nth-child(1) {font-size: 24px;} .footer-nav li a {font-size: 24px;} .footer-contact {width: 470px;} .footer-contact p:nth-child(1) {font-size: 24px;} .footer-contact p:nth-child(2),.footer-contact p:nth-child(3),.footer-contact p:nth-child(4) {font-size: 24px;} .footer-copyright {flex-wrap: wrap;} .footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 100%; height: auto!important; font-size: 18px; text-align: center;} .footer-copyright p:nth-child(2) a img {float: inherit!important; width: 70%; margin: 4px auto 0!important;}}
    
/*footbox*/
@media(min-width:1000px){.footbox{display:none;}}
.footbox {position: fixed; bottom: 0; z-index: 99; left: 0; z-index: 1000; width: 100%; min-width: 980px; height: 9rem; border-top:0; background:rgba(1,75,150,0.70);}
.flexbox {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-align: center;}
.footbox ul li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a {display:block; margin-top: 1rem; color:#fff; font-size:2rem; line-height:3rem; }
.footbox ul li a img {display:block; width:4rem; height:4rem; margin: 0.5px auto}
.sjkx{display:block;}
@media(min-width:1000px){.sjkx{display: none;}}

/*home-title*/
.home-title {position: relative; width: 100%; margin-bottom: 30px;}
.home-title p:nth-child(1) {font-size: 38px; line-height: 1; color: #014b96; font-weight: bold; text-transform: uppercase;}
.home-title p:nth-child(1) span {color: #e6a514;}
.home-title p:nth-child(2) {font-size: 28px; line-height: 2; color: #212121; letter-spacing: 6px;}
.home-title p:nth-child(2) span {letter-spacing: 0;}
.home-title p:nth-child(3) {font-size: 16px; line-height: 1; letter-spacing: 4px; color: #555;}
.home-title a {position: absolute; right: 0; top: 50%; display: block; width: 160px; border-radius: 10px; font-size: 18px; line-height: 56px; color: #fff; text-align: center; background-color: #014b96; transform: translateY(-50%); transition: all 0.3s;}
.home-title a:hover {border-radius: 28px; background-color: #e6a514;}

/*product*/
.product {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; width: 100%; padding: 60px 5% 30px; box-sizing: border-box;}

.product-left {position: relative; width: 270px; border-radius: 20px;}
.product-left::before {content: ""; position: absolute; right: 80%; top: 0; z-index: -1; width: 100%; height: 100%; border-top: 84px solid #014b96; border-bottom: 264px solid #014b96; background-color: #f7f7f7; box-sizing: border-box;}
.product-left>.column-product-nav-title {border-top-right-radius: 20px;}
.product-left>.column-product-nav-contact {border-bottom-right-radius: 20px;}

.product-right {width: calc(100% - 300px); overflow: hidden;}
.product-right-list {display: flex; flex-wrap: wrap; width: 4260px; overflow: hidden;}
.product-right-list a {display: block; width: 325px; margin-bottom: 30px; margin-right: 30px; border: 1px solid #f5f5f5; box-sizing: border-box; transition: all 0.3s;}
.product-right-list-img-box {width: 100%; overflow: hidden;}
.product-right-list-img-box img {display: block; width: 100%; transition: all 0.3s;}
.product-right-list-text-box {display: flex; justify-content: space-between; width: 100%; padding: 15px 20px; background-color: #f5f5f5; box-sizing: border-box;}
.product-right-list-text-box p:nth-child(1) {font-size: 18px; line-height: 30px; color: #212121; letter-spacing: 1px; white-space:nowrap;}
.product-right-list-text-box p:nth-child(2) {position: relative; width: 100%;}
.product-right-list-text-box p:nth-child(2)::before {content: ""; position: absolute; right: 20px; top: 14px; width: 20%; height: 1px; background-color: #ddd; transition: all 0.3s;} 
.product-right-list-text-box p:nth-child(3) {font-size: 16px; line-height: 30px; color: #333; white-space:nowrap;}
.product-right-list a:hover {border: 1px solid #014b96;}
.product-right-list a:hover .product-right-list-img-box  img {transform: scale(1.1);}
.product-right-list a:hover .product-right-list-text-box {background-color: #014b96;}
.product-right-list a:hover .product-right-list-text-box p {color: #fff;}
.product-right-list a:hover .product-right-list-text-box p:nth-child(2)::before {width: calc(100% - 40px);} 
@media(max-width:1200px){.product {padding: 60px 2% 30px;}}
@media(max-width:980px){.product-right-list-text-box {padding: 18px 20px;} .product-right-list-text-box p:nth-child(1) {font-size: 24px; line-height: 40px;} .product-right-list-text-box p:nth-child(2)::before {top: 19px;} .product-right-list-text-box p:nth-child(3) {font-size: 20px; line-height: 40px;}}

/*about*/
.about {display: flex; justify-content: space-between; width: 100%; background-image: url("../UploadFiles/img/about-bj.png"); /*padding: 60px 0; background-repeat: repeat-x; background-size: auto 100%;*/}
.about-left {width: 60%; padding: 60px 60px 60px 5%; box-sizing: border-box;}
.about-left-title {max-height: 9999px; font-size: 24px; line-height: 1; font-weight: 600; letter-spacing: 2px; color: #121212;}
.about-left-text {max-height: 9999px; margin: 30px 0; font-size: 18px; line-height: 1.8; color: #333; letter-spacing: 1px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.about-left-button {display: block; width: 160px; border-radius: 10px; font-size: 18px; line-height: 56px; color: #fff; text-align: center; background-color: #e6a514; transition: all 0.3s;}
.about-left-button a:hover {border-radius: 28px; background-color: #014b96;}

.about-right {width: 40%; border-top-left-radius: 260px; border-bottom-left-radius: 260px; overflow: hidden;}
.about-right img {display: block; width: 100%; height: 100%;}
@media(max-width:1200px){.about-left {padding: 60px 60px 60px 2%;}}
@media(max-width:980px){.about-left {padding: 60px 40px 60px 2%;} .about-left-title {font-size: 28px;} .about-left-text {font-size: 24px;} .about-left-button {font-size: 24px;} .about-right img {width: auto; margin-left: -330px;}}

.advantage {position: relative; width: 100%; padding: 60px 5%; background-image: url("../UploadFiles/img/advantage-bj.png"); box-sizing: border-box;}
.advantage>.home-title {margin-bottom: 0;}
.advantage>.home-title p {text-align: right;}
.advantage-text {margin-bottom: 100px; font-size: 48px; font-weight: bold; color: #999999; text-align: right; text-transform: uppercase; opacity: 0.2;}

.advantage-list {position: relative; z-index: 10; display: flex; width: 100%; box-shadow: 0px 0px 5px 0px #ccc; background-color: #fff;}
.advantage-list li {width: calc(100% / 4); padding: 30px 60px; border-right: 1px solid #f1f1f1; box-sizing: border-box; transition: all 0.3s;}
.advantage-list li:nth-child(2),.advantage-list li:nth-child(4) {background-color: #f5f5fa;}
.advantage-list li:nth-child(4) {border-right: 0;}
.advantage-list li .advantage-list-top {display: flex; justify-content: space-between; width: 100%;}
.advantage-list li .advantage-list-top img {display: block; width: 50px; height: 50px;}
.advantage-list li .advantage-list-top p {max-height: 999px; font-size: 50px; font-weight: bold; color: #999999; opacity: 0.3; transition: all 0.3s;}
.advantage-list li .advantage-list-title {max-height: 999px; margin: 30px 0; font-size: 26px; line-height: 1; color: #121212; font-weight: bold; letter-spacing: 2px;}
.advantage-list li .advantage-list-text {max-height: 999px; font-size: 18px; line-height: 1.4; color: #666;}
.advantage-list li:hover .advantage-list-top p {color: #014b96; opacity: 0.8;}
.advantage-img {position: absolute; left: 0; top: 0; width: 50%; height: 100%; border-top-right-radius: 160px; overflow: hidden;}
.advantage-img img {display: block; width: 100%; height: 100%;}


@media(max-width:1440px){.advantage-list li {padding: 30px;}}
@media(max-width:1200px){.advantage {padding: 60px 2%;}}
@media(max-width:980px){.advantage {padding: 60px 2% 0;} .advantage-list {flex-wrap: wrap;} .advantage-list li {width: calc(100% / 2); padding: 40px; border-right: 1px solid #ddd;} .advantage-list li:nth-child(2),.advantage-list li:nth-child(3) {background-color: #f5f5fa;} .advantage-list li:nth-child(4) {background-color: #fff;} .advantage-list li:nth-child(1),.advantage-list li:nth-child(2) {border-bottom: 1px solid #ddd;} .advantage-list li:nth-child(2n) {border-right: 0;} .advantage-list li .advantage-list-title {font-size: 28px;} .advantage-list li .advantage-list-text {font-size: 24px;} .advantage-img img {height: auto;}}

/*gd*/
.gd {display: flex; justify-content: space-between; width: 100%; padding: 40px 5%; background-image: url("../UploadFiles/img/gd-bj.jpg"); background-repeat: no-repeat; background-size: 100% 100%; box-sizing: border-box;}
.gd-left {display: block; width: 600px;}
.gd-right img {display: block; width: 570px;}
.gd-right a {position: relative; margin-right: 0; margin-left: auto; display: block; width: 320px; height: 50px; margin-top: 10px; border-radius: 25px; font-size: 18px; line-height: 50px; color: #fff; letter-spacing: 10px; text-align: center; background-color: #e6a514; transition: all 0.3s;}
.gd-right a span {letter-spacing: 0;}
.gd-right a:hover {background-color: #014b96;}
@media(max-width:1440px){.gd-left {width: 40%;} .gd-right {width: 40%;} .gd-right img {width: 100%;}}

/*news*/
.news {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; padding: 60px 5%; box-sizing: border-box;}
.news-left {display: flex; flex-wrap: wrap; width: calc(60% - 20px);}
.news-left li {width: calc(100% / 2); overflow: hidden;}
.news-left li:nth-child(1) img {display: block; width: 100%; height: 100%;}
.news-left-top {background-color: #014b96;}
.news-left li a {display: block; width: 100%; padding: 40px  40px 0 0; box-sizing: border-box;}
.news-left li a p:nth-child(1) {font-size: 18px; line-height: 1; color: #212121; letter-spacing: 1px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; box-sizing: border-box; transition: all 0.3s;}
.news-left li a span:nth-child(2) {display: block; width: 40px; height: 1px; margin: 15px 0; background-color: #999;}
.news-left li a p:nth-child(3) {font-size: 16px; line-height: 30px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news-left-top a {padding: 40px!important;}
.news-left-top a p {color: #fff!important;}
.news-left-top a span:nth-child(2) {background-color: #fff!important;}
.news-left li a:hover p:nth-child(1) {padding-left: 10px; color: #e6a514!important;}

.news-right {display: flex; flex-direction: column; justify-content: space-between; width: calc(40% - 20px);}
.news-right li {width: 100%;}
.news-right .news-right-gd {border-bottom: 1px dashed #ccc;}
.news-right-text a {display: block; width: 100%;}
.news-right-text a p:nth-child(1) {margin-bottom: 10px; font-size: 18px; line-height: 1; color: #212121; letter-spacing: 1px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; box-sizing: border-box; transition: all 0.3s;}
.news-right-text a p:nth-child(2) {max-height: 999px; font-size: 16px; line-height: 30px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-right-text a:hover p:nth-child(1) {padding-left: 10px; color: #e6a514!important;}

@media(max-width:1200px){.news {padding: 60px 2%;}}
@media(max-width:980px){.news-left {width: 100%;} .news-right {width: 100%; margin-top: 20px;} .news-right .news-right-gd {margin: 20px 0;} .news-right-text a p:nth-child(1) {font-size: 24px;} .news-right-text a p:nth-child(2) {font-size: 22px; line-height: 36px;} .news-left li a p:nth-child(1) {font-size: 24px;} .news-left li a p:nth-child(3) {font-size: 22px; line-height: 36px;}} 

/*column*/
.column-nav {display: flex; justify-content: space-between; width: 100%; padding: 0 5%; background-color: #e6f0fa; box-sizing:border-box;}
.column-nav p:nth-child(1) {display: block; max-height: 999px; font-size: 20px; line-height: 66px; color: #014b96; letter-spacing: 2px;}
.column-nav p:nth-child(2) {max-height: 999px; font-size: 14px; line-height: 66px; color: #444; padding-left: 20px; background-image: url("../../UploadFiles/img/wzdh.png"); background-repeat: no-repeat; background-size: 20px 66px; box-sizing: border-box;}
.column-nav p:nth-child(2) a {color: #444;}
.column-content {width: 100%; padding: 60px 5%; box-sizing:border-box;}
@media(max-width:1200px){.column-nav {padding: 0 2%;} .column-content {padding: 30px 2%;}}
@media(max-width:980px){.column-nav p:nth-child(1) {font-size: 24px;} .column-nav p:nth-child(2) {font-size: 16px;}}

/*column-about*/
.column-about-contact {width: 100%; margin-top: 30px;}
.column-about-contact p {max-height: 9999px; margin-bottom: 20px; font-size: 18px; line-height: 1.8; letter-spacing: 1px; color: #212121; text-align: justify; text-indent: 36px;}
@media(max-width:980px){.column-about-contact p {margin-bottom: 30px; font-size: 26px; text-indent: 52px;}}

/*column-product*/
.column-product {display: flex; justify-content: space-between; align-items: flex-start;}
.column-product-left {width: 270px; border-radius: 20px; overflow: hidden;}
.column-product-nav-title {display: flex; justify-content: center; width: 100%; padding: 30px; background-color: #014b96; box-sizing: border-box;}
.column-product-nav-title img {display: block; width: 24px; height: 24px; margin-right: 10px;}
.column-product-nav-title p {font-size: 24px; line-height: 1; color: #fff;}
.column-product-nav-list {width: 100%; padding: 0 25px; background-color: #f7f7f7; box-sizing: border-box;}
.column-product-nav-list li {width: 100%;}
.column-product-nav-list li a {position: relative; display: block; padding: 0 0 0 20px; border-bottom: 1px solid #e7e7e7; font-size: 18px; line-height: 5; color: #212121; letter-spacing: 2px; box-sizing:border-box; transition: all 0.3s;}
.column-product-nav-list li a::before,.column-product-nav-list li a::after {content: ""; position: absolute; transition: all 0.3s;}
.column-product-nav-list li a::before {top: 50%; left: 0; width: 10px; height: 10px; border: 1px solid #014b96; border-radius: 5px; box-sizing: border-box; transform: translateY(-50%);}
.column-product-nav-list li a::after {left: 0; bottom: 0; width: 0; height: 3px;  background-color: #014b96;}
.column-product-nav-list li a:hover {color: #014b96; padding: 0 0 0 80px;}
.column-product-nav-list li a:hover::after {width: 100%;}
.column-product-nav-contact {width: 100%; height: 264px; padding: 40px 30px; background-color: #014b96; box-sizing: border-box;}
.column-product-nav-contact p:nth-child(1) {font-size: 24px; line-height: 1; text-align:center; font-weight: 600; letter-spacing: 4px; color: #fff;}
.column-product-nav-contact img:nth-child(2) {display: block; margin: 20px auto;}
.column-product-nav-contact p:nth-child(3),.column-product-nav-contact p:nth-child(4) {font-size: 26px; line-height: 1.4; font-weight: 600; color: #fff; letter-spacing: 1px; text-align: center;}

.column-product-right {width: calc(100% - 300px);}
.column-product-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-product-list li {width: calc((100% - 90px) / 4); margin-bottom: 30px; margin-right: 30px;}
.column-product-list li:nth-child(4n) {margin-right: 0;}
.column-product-list li a {display: block; width: 100%; border: 1px solid #f5f5f5; box-sizing: border-box; transition: all 0.3s;}
.column-product-list-img-box {width: 100%; overflow: hidden;}
.column-product-list-img-box img {display: block; width: 100%; transition: all 0.3s;}
.column-product-list-text-box {display: flex; justify-content: space-between; width: 100%; padding: 15px 20px; background-color: #f5f5f5; box-sizing: border-box;}
.column-product-list-text-box p:nth-child(1) {font-size: 18px; line-height: 30px; color: #212121; letter-spacing: 1px; white-space:nowrap;}
.column-product-list-text-box p:nth-child(2) {position: relative; width: 100%;}
.column-product-list-text-box p:nth-child(2)::before {content: ""; position: absolute; right: 20px; top: 14px; width: 20%; height: 1px; background-color: #ddd; transition: all 0.3s;} 
.column-product-list-text-box p:nth-child(3) {font-size: 16px; line-height: 30px; color: #333; white-space:nowrap;}
.column-product-list li a:hover {border: 1px solid #014b96;}
.column-product-list li a:hover .column-product-list-img-box img {transform: scale(1.1);}
.column-product-list li a:hover .column-product-list-text-box {background-color: #014b96;}
.column-product-list li a:hover .column-product-list-text-box p {color: #fff;}
.column-product-list li a:hover .column-product-list-text-box p:nth-child(2)::before {width: calc(100% - 40px);} 
@media(max-width:1440px){.column-product-list li {width: calc((100% - 60px) / 3);} .column-product-list li:nth-child(4n) {margin-right: 30px;} .column-product-list li:nth-child(3n) {margin-right: 0;}}
@media(max-width:980px) {.column-product-nav-list li a {font-size: 24px; line-height: 4;} .column-product-list li {width: calc((100% - 30px) / 2);} .column-product-list li:nth-child(3n) {margin-right: 30px;} .column-product-list li:nth-child(2n) {margin-right: 0;} .column-product-list-text-box p:nth-child(1) {font-size: 24px; line-height: 40px;} .column-product-list-text-box p:nth-child(2)::before {top: 19px;} .column-product-list-text-box p:nth-child(3) {font-size: 20px; line-height: 40px;}}

.column-product-content-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-product-content-box img {display: block; width: 80%!important; max-width: 600px!important; margin: 20px auto;}
@media(max-width:980px){.column-product-content-title {font-size: 26px; font-weight: 600;}}

/*news-list*/
.column-news-list{width: 100%; margin-bottom: 20px;}
.column-news-list li {width: 100%; margin-top: 20px;}
.column-news-list li a {display: flex; flex-wrap: wrap; width: 100%; border: 1px solid #eee; padding: 25px 30px; box-sizing: border-box;}
.column-news-list li a p:nth-child(1) {width: calc(100% - 90px); padding-right: 20px; box-sizing: border-box; font-size: 18px; line-height: 32px; color: #212121; letter-spacing: 1px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.column-news-list li a p:nth-child(2) {width: 90px; font-size: 18px; line-height: 32px; color: #555;}
.column-news-list li a p:nth-child(3) {position: relative; width: 100%; max-height: 999px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; box-sizing: border-box; font-size: 16px; line-height: 30px; color: #333; letter-spacing: 1px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.column-news-list li a p:nth-child(3)::before{content: ""; position: absolute; top: 0; left: 0; z-index: 10; width: 0; height: 1px; background-color: #014b96; transition: all 0.4s;}
.column-news-list li a:hover  p:nth-child(1) {color: #014b96;}
.column-news-list li a:hover  p:nth-child(2) {color: #014b96;}
.column-news-list li a:hover  p:nth-child(3)::before {width: 100%;}
@media(max-width:980px){.column-news-list li a p:nth-child(1) {width: calc(100% - 120px);font-size: 24px; line-height: 1.6;} .column-news-list li a p:nth-child(2) {width: 120px; font-size: 24px; line-height: 1.6;} .column-news-list li a p:nth-child(3) {font-size: 24px; line-height: 1.6;}}

.column-news-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-news-text p {max-height: 9999px; margin-bottom: 10px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px;}
.column-news-text p img {display: block; width: 80%!important; max-width: 600px!important; margin: 20px auto;}
.column-news-paging {display: flex; width: 100%; margin: 40px 0 20px;}
.column-news-paging li {width: 50%; font-size: 16px; line-height: 30px;}
.column-news-paging li:nth-child(2) {text-align: right;}
@media(max-width:980px){.column-news-title {font-size: 24px;} .column-news-text p {font-size: 22px; line-height: 40px; text-indent: 44px;}}

/*column-contact*/
.column-contact-title:nth-child(1) {max-height: 9999px; margin-bottom: 10px; font-size: 32px; text-align: center; line-height: 40px; color: #014b96; letter-spacing: 4px; font-weight: 600;}
.column-contact-title:nth-child(2) {max-height: 9999px; font-family: sans-serif; font-size: 20px; text-align: center; line-height: 40px; color: #1b1b1b; letter-spacing: 2px;}
.column-contact-list {display: flex; flex-direction:row;width: 100%; border: 1px solid #e1e1e1; margin-top: 40px; box-sizing: border-box;}
.column-contact-list li {flex-grow:3; padding: 55px 0; border-right: 1px solid #e1e1e1; transition: all 0.4s; box-sizing: border-box;}
.column-contact-list li:nth-last-child(1) {flex-grow:4; border-right: 0;}
.column-contact-list li img {display: block; width: 80px; margin: 0 auto;}
.column-contact-list li p:nth-child(2) {font-size: 18px; color: #666; text-align: center; line-height: 38px; margin-top: 12px;}
.column-contact-list li p:nth-child(3) {font-size: 24px; color: #333; text-align: center; line-height: 36px;}
.column-contact-list li:hover {box-shadow:rgba(0,0,0,.2) 0px 0px 30px;}
@media(max-width:980px){.column-contact-list {flex-wrap: wrap;} .column-contact-list li:nth-child(1),.column-contact-list li:nth-child(2) {width: 50%; border-bottom: 1px solid #e1e1e1;} .column-contact-list li:nth-child(2) {border-right: 0px;} .column-contact-list li:nth-child(3),.column-contact-list li:nth-child(4) {width: 50%;} .column-contact-list li p:nth-child(2) {font-size: 24px; letter-spacing: 2px; line-height: 46px;} .column-contact-list li p:nth-child(3) {font-size: 28px; font-weight: 600; letter-spacing: 2px;}}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}