/*Ã¦Â Â·Ã¥Â¼ÂÃ©â€¡ÂÃ§Â½Â®*/
body,
html,
div,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  color: #000;
}
body {
  line-height: 1;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  color: black;
  font-size:16px;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #01317a;
  text-decoration: none;
}
a:hover p {
  color: #01317a;
}
i {
  font-style: normal;
}
img {
  width: 100%;
}
.box {
  margin: 0 auto;
  margin-bottom:10px;
  position: relative;
  min-width: 1100px;
  width: 1100px;
  overflow: hidden;
}
.top {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e4e4e4;
}
.top .title {
  float: left;
}
.top .phone {
  float: right;
}
.top .phone h3 {
  padding-left: 30px;
  background: url(../images/top-phone.png) no-repeat;
  background-position: 0 11px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 186px;
}
.header .box {
  overflow: visible;
}
.header .logo {
  float: left;
  width: 268px;
}
.header .nav {
  float: right;
  padding-top: 40px;
}
.header .nav > ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .nav > ul > li {
  position: relative;
  font-size:15px;
  text-align: center;
}
.header .nav > ul > li:hover .up {
  color: #01317a;
  top: -15px;
}
/* .header .nav > ul > li:hover .down {
  display: block;
} */
.header .nav > ul > li:hover .child-nav {
  opacity: 1;
  z-index: 10;
  height: auto;
}
.header .nav > ul > li:hover .child-nav li {
  transform: none;
}
.header .nav > ul > li .up {
  position: absolute;
  top: -25px;
  transition: all .5s;
  color: #FFF;
}
.header .nav > ul > li .down {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  transition: all .5s;
  color: #FFF;
  bottom: -15px;
}
.header .nav > ul > li:last-child p {
  border: 0;
}
.header .nav > ul > li p {
  padding: 0 20px;
  border-right: 1px solid #000;
}
.header .nav > ul > li span {
  display: block;
}
.header .nav > ul > .now .up {
  color: #01317a;
  top: -15px;
}
.header .nav > ul > .now p,.header .nav > ul > .now span{
	color: #01317a;
}
/* .header .nav > ul > .now .down {
  display: block;
} */
.header .nav > ul .child-nav {
  opacity: 1;
  z-index: 0;
  padding-top: 20px;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: all .5s;
  perspective: 500px;
  height: 0;
}
.header .nav > ul .child-nav:hover {
  display: block;
  height: auto;
}
.header .nav > ul .child-nav:hover li {
  transform: none;
}
.header .nav > ul .child-nav li {
	/* #01317a */
  border-bottom: 1px solid #01317aa1;
  transition: all .5s;
  display: block;
  transform: rotateY(90deg);
  line-height:28px;
}
.header .nav > ul .child-nav li a {
  padding: 10px 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  /* background: #FFF;  #01317a8f;*/
  /* color: #fff; */
  background:#f2f2f2;
}
.header .nav > ul .child-nav li a:hover {
  background: #01317a;
  border-left:1px solid #ffffff;
  color: #FFF;
}
.header .nav > ul .child-nav li:nth-child(1) {
  transition-delay: 0s;
}
.header .nav > ul .child-nav li:nth-child(2) {
  transition-delay: 50ms;
}
.header .nav > ul .child-nav li:nth-child(3) {
  transition-delay: 100ms;
}
.header .nav > ul .child-nav li:nth-child(4) {
  transition-delay: 150ms;
}
.header .nav > ul .child-nav li:nth-child(5) {
  transition-delay: 200ms;
}
.header .nav > ul .child-nav li:nth-child(6) {
  transition-delay: 250ms;
}
.header .nav > ul .child-nav li:nth-child(7) {
  transition-delay: 300ms;
}
.header .nav > ul .child-nav li:nth-child(8) {
  transition-delay: 350ms;
}
.banner {
  width: 100%;
  min-width: 1100px;
}
.process {
  padding-top: 80px;
  background: url(../images/process-bg.jpg) no-repeat;
  background-position: 0 200px;
  background-size: 100% auto;
}
.process .title {
  height: 190px;
}
.process .title h2,
.process .title h3 {
  color: #01317a;
  text-align: center;
  font-size: 40px;
}
.process .title h3 {
  margin-top: 20px;
  color: #000;
}
.process .process-list {
  overflow: hidden;
}
.process .process-list img {
  transition: all 0.5s;
}
.process .process-list:hover img {
  transform: scale(1.2);
}
.process .process-list:first-child .list-text h2,
.process .process-list:first-child .list-text h3,
.process .process-list:first-child .list-text p {
  padding-left: 50px;
}
.process .process-list:first-child .list-text h3::after {
  left: 50px;
}
.process .process-list:nth-child(2) .list-text p {
  padding-right: 30px;
}
.process .process-list .list-img,
.process .process-list .list-text {
  float: left;
  width: 50%;
  overflow: hidden;
}
.process .process-list .list-text {
  padding-top: 30px;
}
.process .process-list .list-text h2 {
  color: #01317a;
  font-size: 36px;
}
.process .process-list .list-text h3 {
  position: relative;
  font-size: 23px;
  color: #ccd2de;
  margin: 10px 0 30px;
}
.process .process-list .list-text h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  height: 2px;
  background: #ccd2de;
}
.process .process-list .list-text p {
  font-size: 16px;
  line-height: 30px;
}
.process .process-list2 {
  float: left;
  margin-top: 50px;
  width: 50%;
  overflow: hidden;
  height: 308;
}
.process .process-list2 img {
  transition: all 0.5s;
}
.process .process-list2:hover img {
  transform: scale(1.2);
}
.process .process-list2 .list-img {
  float: left;
  width: 314px;
  overflow: hidden;
}
.process .process-list2 .list-text {
  float: left;
  width: 236px;
  height: 308px;
  background: #01317a;
}
.process .process-list2 .list-text h2,
.process .process-list2 .list-text h3,
.process .process-list2 .list-text p {
  padding: 0 20px;
}
.process .process-list2 .list-text h2 {
  padding-top: 36px;
  color: #FFF;
  font-size: 36px;
}
.process .process-list2 .list-text h3 {
  position: relative;
  font-size: 23px;
  color: #7a8daf;
  margin: 10px 0 30px;
}
.process .process-list2 .list-text h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 70px;
  height: 2px;
  background: #7a8daf;
}
.process .process-list2 .list-text p {
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
}
.about {
  margin-top: 104px;
  height: 1030px;
  background: url(../images/about-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.about .box {
  height: 100%;
}
.about .about-text {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  text-align: center;
}
.about .about-text p {
  line-height: 30px;
  color: #FFF;
  font-size: 16px;
}
.about .about-text a {
  margin: 0 auto;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 154px;
  height: 30px;
  line-height: 30px;
  color: #cd8c58;
  border: 1px solid #cd8c58;
  transition: all .5s;
}
.about .about-text a:hover {
  transform: scale(1.2);
}
.about .about-img {
  position: absolute;
  top: 384px;
  display: none;
}
.advantage {
  padding-top: 106px;
  background: url(../images/process-bg.jpg) no-repeat;
  background-position: 0 160px;
  background-size: 100% auto;
}
.advantage .title {
  height: 118px;
}
.advantage .title h2 {
  color: #01317a;
  text-align: center;
  font-size: 40px;
}
.advantage .content {
  display: flex;
  justify-content: center;
}
.advantage .content .advantage-list {
  position: relative;
  width: 20%;
  height: 323px;
  overflow: hidden;
  transition: all .5s;
  transform-origin: center center;
}
.advantage .content .advantage-list img {
  position: absolute;
  width: 275px;
  left: -22px;
  right: 0;
  margin: 0 auto;
  transition: all .5s;
  transform-origin: center center;
}
.advantage .content .advantage-list .advantage-text {
  opacity: 0;
  position: absolute;
  bottom: 0;
  background: #01317a;
  transition: all .5s;
}
.advantage .content .advantage-list .advantage-text p {
  padding: 0 15px;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
}
.advantage .content .advantage-list .shade {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.advantage .content .advantage-list .shade h2 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 26px;
}
.advantage .content .advantage-list .shade p {
  display: inline;
  padding: 5px 0;
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.advantage .content .now {
  width: 275px;
}
.advantage .content .now img {
  left: 0;
}
.advantage .content .now .advantage-text {
  opacity: 1;
}
.advantage .content .now .shade {
  display: none;
}
.products {
  padding-top: 106px;
  background: url(../images/process-bg.jpg) no-repeat;
  background-position: 0 160px;
  background-size: 100% auto;
}
.products .title {
  height: 118px;
}
.products .title h2 {
  color: #01317a;
  text-align: center;
  font-size: 40px;
}
.products .content .nav {
  margin-bottom: 40px;
  text-align: center;
}
.products .content .nav ul {
  display: flex;
  justify-content: center;
}
.products .content .nav li {
  position: relative;
  padding: 0 34px;
  cursor: pointer;
  border-right: 1px solid #959595;
}
.products .content .nav li:last-child {
  border: 0;
}
.products .content .nav li:hover::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #01317a;
}
.products .content .nav .now::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #01317a;
}
.products .content .product-box {
  display: none;
  overflow: hidden;
}
.products .content .product-box .product-list {
  float: left;
  position: relative;
  width: 264px;
}
.products .content .product-box .product-list + .product-list {
  margin-left: 12px;
}
.products .content .product-box .product-list .shade {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 70%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}
.products .content .product-box .product-list .shade:hover {
  opacity: 0;
}
.products .content .product-box .product-list .shade p {
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  display: inline;
  color: #FFF;
  padding: 5px 20px;
  background: url(../images/glass.png) center left no-repeat;
}
.news {
  margin-top: 104px;
  margin-bottom: 70px;
  padding-top: 50px;
  height: 596px;
  background: url(../images/news-bg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.news .title {
  height: 118px;
}
.news .title h2 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
}
.news .content {
  overflow: hidden;
}
.news .content .news-list {
  float: left;
  position: relative;
  width: 350px;
}
.news .content .news-list + .news-list {
  margin-left: 25px;
}
.news .content .news-list:hover span {
  transform: rotateZ(90deg);
}
.news .content .news-list .news-text {
  padding: 20px 30px 0;
  background: #FFF;
  height: 82px;
}
.news .content .news-list .news-text h2 {
  color: #01317a;
}
.news .content .news-list .news-text p {
  margin-top: 10px;
  font-size: 12px;
  margin-top: 5px;
  line-height:  1.2rem;
  font-size: 14px;
}
.news .content .news-list .news-text span {
  position: absolute;
  right: 15px;
  bottom: 85px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  background: #01317a;
  color: #FFF;
  border-radius: 50%;
  transition: all .5s;
}
.footer {
  background: #01317a;
  padding-bottom: 10px;
}
.footer .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .left {
	width:50%;
  padding-top: 40px;
}
.footer .left .leftc {
    margin-right:75px;
	float:right;
}
.footer .left .logo {
  margin-bottom: 35px;
  width: 250px;
}
.footer .left p {
  margin-bottom: 10px;
  color: #ccd2de;
}
.footer .left p a {
  color: #ccd2de;
}
.footer .left p a:hover {
  color: #F00;
}
.footer .middle {
	width:30%;
  padding-top: 20px;
}
.footer .middle p {
  margin-bottom: 10px;
  color: #ccd2de;
}
.footer .middle p a {
  color: #ccd2de;
}
.footer .middle p a:hover {
  color: #F00;
}
.footer .right {
/*   margin-left: 20px;
  justify-content: space-between;
  align-items: center; */
  width:20%;
}
.footer .right img {
	width: 80px;
	margin:15px;
	float:right;
	margin-top:  25px;
}
.footer .right p {
  margin-top: 10px;
  color: #FFF;
}
.footer .right p a {
  color: #FFF;
  border-right: 1px solid #FFF;
  padding: 0 26px;
}
.footer .right p a:hover {
  color: #F00;
}
.main {
  padding-top: 38px;
}
.main .left {
  float: left;
  width: 264px;
}
.main .left .nav {
  padding: 24px 0 78px;
  background: url(../images/inner-left-bg.jpg) #01317a no-repeat;
  text-align: center;
}
.main .left .nav h2 {
  font-size: 18px;
}
.main .left .nav h2,
.main .left .nav p {
  color: #FFF;
}
.main .left .nav ul {
  margin-top: 30px;
}
.main .left .nav li {
  position: relative;
  margin: 0 auto;
  width: 206px;
  height: 34px;
  line-height: 34px;
}
.main .left .nav li:hover {
  background: #FFF;
}
.main .left .nav li:hover::before {
  border: 1px solid #01317a;
  background: #01317a;
}
.main .left .nav li:hover a {
  display: block;
  width: 100%;
  height: 100%;
  color: #01317a;
}
.main .left .nav li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 20%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: #01317a;
}
.main .left .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  margin-left:15px;
  color: #FFF;
}
.main .left .nav .now {
  background: #FFF;
}
.main .left .nav .now::before {
  border: 1px solid #01317a;
  background: #01317a;
}
.main .left .nav .now a {
  display: block;
  width: 100%;
  height: 100%;
  color: #01317a;
}
.main .left .product {
  margin-top: 30px;
  padding: 24px 0;
  background: url(../images/inner-left-bg.jpg) #01317a no-repeat;
  text-align: center;
}
.main .left .product .title {
  height: 38px;
  background: url(../images/hot-product.png) no-repeat;
  background-position: 60px 0;
}
.main .left .product .title h2 {
  font-size: 18px;
}
.main .left .product .title h2,
.main .left .product .title p {
  color: #FFF;
}
.main .left .product .title p {
  padding-left: 40px;
}
.main .left .product .list {
  margin-bottom: 20px;
}
.main .left .product .list .list-img {
  margin: 5px auto;
  width: 80%;
  padding: 5px;
  border: 1px solid #959595;
}
.main .left .product .list p {
  color: #FFF;
}
.main .left .contact {
  /* margin: 30px 0; */
 /*  padding: 24px 0; */
 		padding: 20px 0;
/*   background: url(../images/inner-left-bg.jpg) #01317a no-repeat; */
}
.main .left .contact .title {
  text-align: center;
  height: 38px;
  background: url(../images/list-contact-bg.png) no-repeat;
  background-position: 60px 0;
}
.main .left .contact .title h2 {
  font-size: 18px;
}
.main .left .contact .title h2,
.main .left .contact .title p {
  color: #FFF;
}
.main .left .contact .title p {
  padding-left: 35px;
}
.main .left .contact img {
  display: block;
  margin: 18px auto;
  width: 80%;
}
.main .left .contact h3,
.main .left .contact p {
  color: #FFF;
  padding: 0 10%;
}
.main .left .contact p {
  margin-top: 10px;
}
.main .right {
  float: right;
  width: 832px;
}
.main .right .title {
  position: relative;
  height: 48px;
  background: url(../images/right-header-bg.jpg) no-repeat;
}
.main .right .title span {
  color: #FFF;
}
.main .right .title .name {
  position: relative;
  width: 380px;
  height: 100%;
}
.main .right .title .cn-name {
  position: absolute;
  font-size: 18px;
  top: 16px;
  left: 40px;
}
.main .right .title .en-name {
  position: absolute;
  top: 20px;
  left: 200px;
}
.main .right .title .location {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FFF;
}
.main .right .title .location a {
  color: #FFF;
}
.main .right .content {
  padding-left: 34px;
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.main .right .content .content-text {
  margin: 0 auto;
  width: 400px;
}
.main .right .content .content-text .contact-logo {
  margin: 20px 0;
  width: 280px;
}
.main .right .content .content-text p {
  margin-top: 10px;
}
.main .right .content .about-text,
.main .right .content .idea-text {
  padding-bottom: 20px;
}
.main .right .content .about-text p,
.main .right .content .idea-text p {
  margin-bottom: 20px;
  line-height: 30px;
  text-indent: 2em;
}
.main .right .content .idea-text p {
  font-size: 18px;
  color: #01317a;
  font-weight: bold;
  overflow: hidden;
  text-indent: 0;
}
.main .right .content .idea-text span {
  display: block;
  float: right;
  width: 600px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.main .right .content .honor-list {
  float: left;
  margin-left: 26px;
  margin-bottom: 20px;
  padding: 8px;
  width: 220px;
  border: 1px solid #959595;
}
.main .right .content .honor-list:nth-child(3n+1) {
  margin-left: 0;
}
.main .right .content .location-img:nth-child(1) {
  width: 764px;
}
.main .right .content .location-text {
  margin: 20px 0;
}
.main .right .content .location-text p {
  line-height: 30px;
}
.main .right .content .product-list,
.main .right .content .case-list {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size:16px;
}
.main .right .content .product-list:nth-child(2n+1),
.main .right .content .case-list:nth-child(2n+1) {
  margin-left: 0;
}
.main .right .content .product-list:hover img,
.main .right .content .case-list:hover img {
  transform: scale(1.2);
}
.main .right .content .product-list:hover p,
.main .right .content .case-list:hover p {
  color: #FFF;
  background: #01317a;
}
.main .right .content .product-list .product-img,
.main .right .content .case-list .product-img,
.main .right .content .product-list .case-img,
.main .right .content .case-list .case-img {
  width: 388px;
  height: 240px;
  overflow: hidden;
  font-size: 0;
}
.main .right .content .product-list .product-img img,
.main .right .content .case-list .product-img img,
.main .right .content .product-list .case-img img,
.main .right .content .case-list .case-img img {
  transition: all .5s;
}
.main .right .content .product-list p,
.main .right .content .case-list p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaeaea;
  transition: all .5s;
}
.main .right .content .news-list,
.main .right .content .service-list {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #CCC;
  overflow: hidden;
}
.main .right .content .news-list a,
.main .right .content .service-list a {
  float: left;
}
.main .right .content .news-list a p,
.main .right .content .service-list a p {
  position: relative;
  padding-left: 30px;
}
.main .right .content .news-list a p::before,
.main .right .content .service-list a p::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 22px;
  border: 1px solid #CCC;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.main .right .content .news-list span,
.main .right .content .service-list span {
  float: right;
}
.main .right .content .news-box .headline,
.main .right .content .service-box .headline {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.main .right .content .news-box .headline h2,
.main .right .content .service-box .headline h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.main .right .content .news-box .details,
.main .right .content .service-box .details {
  padding-top: 20px;
}
.main .right .content .advantage-text .headline {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #01317a;
}
.main .right .content .advantage-text p {
  line-height: 30px;
}
.main .right .content .support-text h2 {
  margin: 10px 0;
  font-size: 28px;
}
.main .right .content .support-text h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #CCC;
}
.main .right .content .support-text p {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/support-icon.png) no-repeat;
  background-position: 0 5px;
}
.main .right .content .course-text p {
  margin: 10px 0;
}
.main .right .content .course-text span {
  color: #01317a;
  font-weight: bold;
}
.main .right .content .condition-text .headline {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #01317a;
}
.main .right .content .condition-text p {
  line-height: 30px;
}
.page_list {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.page_list li {
  margin: 0 0.5rem;
  padding: .5rem;
  width: 20px;
  text-align: center;
  border: 1px solid #01317a;
}
.page_list .active {
  background: #01317a;
}
.page_list .active a {
  color: #FFF;
}
.page_list a {
  color: #000;
}