﻿@charset "utf-8";
/* CSS Document */

@media (max-width: 480px) {
	#banner {
		margin-top: 10%;
}


	
}

#banner {
    position: relative;
}
#banner .slides .Item {
    position: relative;
}
#banner .slides .Item .box {
    position: absolute;
    top: 50%;
    margin-top: -114px;
    left: 0;
    width: 100%;
}
#banner .slides .Item .Intro h2 {
    font-size: 46px;
    color: #549d4c;
    line-height: 70px;
    margin-top: 20%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s;
    text-shadow: 1px 1px 1px #fff;
}
#banner .slides .Item .Intro p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-top: 20%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1.2s;
    text-shadow: 1px 1px 1px #fff;
}
#banner .slides .Item .Intro .More {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: inline-block;
    border-bottom: 1px solid #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1.5s;
    text-shadow: 1px 1px 1px #fff;
}
#banner .slides .Item .Intro .More .sjr {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
}
#banner .banbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background-image: url(http://www.petro-king.cn/cn/images/black.png);
}
#banner .slides .flex-active-slide .Item .box .Intro h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    transition-delay: 0.8s;
}
#banner .slides .flex-active-slide .Item .Intro p {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    transition-delay: 1s;
}
#banner .slides .flex-active-slide .Item .Intro .More {
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 1.2s;
}
.notice {
    height: 50px;
    overflow: hidden;
    position: relative;
}
.notice .name {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.notice .name .iconfont {
    font-size: 18px;
    margin-right: 10px;
    line-height: 49px;
}
.notice .main {
    width: 100%;
    padding-left: 100px;
}
.notice .main h3 {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
}
.notice .main a:hover h3 {
}
.conten {
    padding-top: 30px;
}
.conten .section .Title {
    position: relative;
    margin-bottom: 25px;
}
.conten .section .Title h3 {
    position: relative;
    height: 18px;
    padding-left: 15px;
    line-height: 18px;
}
.conten .section .Title h3 .line {
    background: #549d4c;
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 18px;
    display: block;
}
.conten .section .Title h3 .cn {
    font-size: 18px;
    color: #549d4c;
    line-height: 20px;
    display: inline-block;
}
.conten .section .Title .More {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.conten .section .Title .More .Icon-more {
    font-size: 10px;
    color: #fff;
    font-family: "宋体";
    background: #b5b5b5;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: 5px;
}
.conten .section .Title .More:hover {
    color: #549d4c;
}
.conten .section .Title .More:hover .Icon-more {
    background: #549d4c;
}
#Case {
    margin-bottom: 20px;
	margin-top: 40px;
}
#About {
	margin-top: 60px;
	background:url("../images/p3.jpg") no-repeat center;
}
.About {
	padding: 5% 0;
}
.About img {
	float:left; width:40%; margin-right:2%;
}

@media (max-width: 480px) {
	.About img {
	float:left; width:100%; margin-bottom:2%;
	}}
.About p {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
#Case .main {
    margin: 0 -13px;
}
.Prolist .owl {
}
.Prolist .Item {
    margin: 0 13px;
    position: relative;
}
.Prolist .Item .pic {
    overflow: hidden;
}
.Prolist .Item .pic img {
    width: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.Prolist .Item .Intro {
    background-image: url(http://www.petro-king.cn/cn/images/black.png);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.Prolist .Item .Intro h3 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
	text-align: center;
}
.Prolist .Item:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.Prolist .Item:hover .Intro {
    padding: 20px 15px;
}
.Prolist .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    font-size: 0 !important;
    border-radius: 0 !important;
}
.Prolist .owl-controls .owl-buttons .owl-prev {
    left: -60px;
    background: url(http://www.petro-king.cn/cn/images/icon_left01.png) no-repeat center center;
}
.Prolist .owl-controls .owl-buttons .owl-next {
    right: -60px;
    background: url(http://www.petro-king.cn/cn/images/icon_right01.png) no-repeat center center;
}
.Threebox .Box {
    float: left;
}
#News {
    width: 61%;
    padding-right: 35px;
    padding-bottom: 60px;
}
#News .Title h3 .cn {
    color: #666;
    margin-right: 15px;
    cursor: pointer;
}
#News .Title h3 .cn.cur {
    color: #549d4c;
}
#News .main .Item {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e5e5;
}
#News .main .Item a {
    overflow: hidden;
    display: block;
}
#News .main .Item:last-child {
    border-bottom: 0;
}
#News .main .pic {
    float: left;
    width: 30%;
    overflow: hidden;
    height: 120px;
}
#News .main .pic img {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
#News .main .Intro {
    float: right;
    width: 66%;
}
#News .main .Intro h3 {
    font-size: 14px;
    color: #033333;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
}
#News .main .Intro p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
#News .main .Intro .date {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
#News .main .Item:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
#News .main .Item:hover h3 {
    color: #549d4c;
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  height:334px;
}
.case {
  padding: 70px 0;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  width: 90%;
    margin: 0px auto;
  padding: 40px 40px;
}
.case .caseBox .caseSwiper li {
  float: left;
  position: relative;
  margin-left: 10px;
  width: 24%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.case .caseBox .caseSwiper li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 74.15730337%;
  position: relative;
  overflow: hidden;
}
.case .caseBox .caseSwiper li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseSwiper li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .caseSwiper li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 44px 60px 20px 20px;
  height: 80px;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseBox .caseSwiper li .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 16px;
  top: 44px;
  width: 51px;
  background: url(http://www.cdhaijunhg.com/templates/pc_wjdh/images/proli.png) left center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseSwiper li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  height: 16px;
  top: 44px;
  width: 51px;
  background: url(http://www.cdhaijunhg.com/templates/pc_wjdh/images/proli.png) left center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseBox .caseSwiper li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .caseSwiper li:hover .bt {
  background-size: 100% 100%;
  background: rgba(31, 77, 163, 0.8);
  color: #fff;
  padding: 32px 60px 32px 20px;
}
.case .caseBox .caseSwiper li:hover .bt:before {
  right: -30px;
  top: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseBox .caseSwiper li:hover .bt:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
  top: 32px;
}
.case .caseBox .page {
  height: 21px;
  margin-top: 40px;
}
.case .caseBox .page .case-prev {
  float: left;
  width: 27px;
  height: 21px;
  background: url(http://www.cdhaijunhg.com/templates/pc_wjdh/images/casel.png) center center no-repeat;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .page .case-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseBox .page .case-next {
  margin-left: 30px;
  float: left;
  width: 27px;
  height: 21px;
  background: url(http://www.cdhaijunhg.com/templates/pc_wjdh/images/caser.png) center center no-repeat;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .page .case-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.case .caseBox .page .case-pagination {
  position: relative;
  float: right;
  width: 1085px;
  height: 2px;
  background-color: #d3d3d3;
  top: 9px;
}
.case .caseBox .page .case-pagination .swiper-pagination-progressbar-fill {
  background: #549d4c;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.case .caseMore {
  display: block;
  margin: 30px auto 0;
  width: 150px;
  height: 40px;
  background-color: #f5f9fc;
  border: solid 1px #d2d2d2;
  line-height: 38px;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #549d4c, #549d4c);
  background-image: linear-gradient(to right, #549d4c, #549d4c);
  background-size: 0% 100%;
  background-position: center center;
}
.case .caseMore:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #549d4c;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 8px 10px -5px rgba(31, 77, 163, 0.5);
}
.title {
  line-height: 1;
  text-align: center;
  padding-bottom: 26px;
    margin-bottom: 60px;
  background: url(http://www.cdhaijunhg.com/templates/pc_wjdh/images/titline.png) center bottom no-repeat;
}
.title h3 {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.title h3 span {
  font-weight: bold;
  color: #549d4c;
}
.title p {
  letter-spacing: 3px;
  color: #777777;
  margin-top: 14px;
}
#Tech {
    width: 39%;
    padding-right: 25px;
    margin-bottom: 40px;
}
#Tech .main {
    background: #f7f7f7;
    padding: 10px 20px;
}
#Tech .main li a {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
    display: block;
    padding-left: 10px;
    position: relative;
    padding-right: 20px;
}
#Tech .main li:last-child a {
    border-bottom: 0;
}
#Tech .main li h3 {
    font-size: 14px;
    color: #333;
    line-height: 35px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 500;
}
#Tech .main li .dit {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #549d4c;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
#Tech .main li .IconR {
    background: url(http://www.petro-king.cn/cn/images/icon/parrow.png) no-repeat -28px 0;
    width: 10px;
    height: 12px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
#Tech .main li:hover h3 {
    color: #549d4c;
}
#Tech .main li:hover .IconR {
    background-position: -40px 0;
}
#Recru {
    width: 38%;
}
#Recru .main .Item {
    position: relative;
}
#Recru .main .Item .pic {
    overflow: hidden;
}
#Recru .main .Item .pic img {
    width: 100%;
}
#Recru .main .Item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(http://www.petro-king.cn/cn/images/black.png);
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}
#Product {
    background: #fafafa;
    padding: 20px 0;
}
#Product li {
    float: left;
    width: 12.5%;
    text-align: center;
}
#Product .pic {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    box-shadow: 0 0 3px 3px #eee;
    margin: 0 auto;
}
#Product .pic img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
}
#Product li h3 {
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}
#Product li:hover h3 {
    color: #549d4c;
}
#Product li:hover .pic img {
    bottom: -100px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media (min-width: 1200px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 768px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1025px) {
#banner .slides .Item .box {
    margin-top: -90px;
}
#banner .slides .Item .Intro h2 {
    font-size: 20px;
    line-height: 40px;
}
#banner .slides .Item .Intro p {
    font-size: 16px;
    line-height: 25px;
}
#banner .slides .flex-active-slide .Item .Intro .More {
    margin-top: 2%;
}
.conten {
    padding-top: 15px;
}
.conten .section .Title {
    margin-bottom: 20px;
}
#Case {
    margin-bottom: 20px;
}
#Case .main {
    margin: 0 -5px;
}
.Prolist .Item {
    margin: 0 5px;
}
#News {
    padding-right: 10px;
}
#Tech {
    padding-right: 10px;
}
}

@media (max-width: 768px) {
#News {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
#Tech {
    width: 55%;
}
#Recru {
    width: 45%;
}
#Product .pic {
    width: 80px;
    height: 80px;
}
#Product li:hover .pic img {
    bottom: -80px;
}
}

@media (max-width: 640px) {
#banner .banbtn {
    position: relative;
}
#banner .slides .Item .box {
    margin-top: -61px;
}
#banner .slides .Item .Intro h2 {
    font-size: 16px;
}
#banner .slides .Item .Intro p {
    font-size: 12px;
    line-height: 20px;
}
#banner .slides .Item .Intro .More {
    font-size: 12px;
    line-height: 30px;
}
}

@media (max-width: 520px) {
.Threebox .Box {
    float: none;
}
#Tech {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
#Recru {
    width: 100%;
}
#Product li {
    width: 25%;
    text-align: center;
}
#Product li:first-child {
    width: 25%;
}
#Product li:nth-child(2) {
    width: 25%;
}
}

@media (max-width: 420px) {
.conten .section .Title .More {
    font-size: 12px;
}
#Tech .main {
    padding: 5px 10px;
}
#Tech .main li h3 {
    font-size: 12px;
}
#News .main .Intro h3 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
}
#News .main .Intro .date {
    font-size: 12px;
    line-height: 20px;
}
}

@media (max-width: 420px) {
 .case .caseBox .caseSwiper li{ width: 100%; }
}