/* 初始化/reset */
@charset "utf-8";

*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	outline: none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	position: relative;
	background: #fff;
	line-height: 1.5;
	box-sizing: border-box;
	color: #5a5a5a;
	font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #2a2c2e;
	text-decoration: none;
}

a:focus,
a:visited {
	outline: none !important;
	text-decoration: none;
}

a:hover {
	color: #2b7b54;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

strong {
	color: #000;
}

ol,
ul,
li {
	list-style: none;
}

pre {
	padding: 10px;
	margin: 10px 0;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	color: #aaa;
}

img {
	height: auto;
	display: block;
	border: 0;
}

i {
	margin-right: 5px;
	font-style: normal;
}

hr {
	margin: 10px 0 0 0;
	height: 1px;
	border: none;
	background: #ddd;
}

input,
select,
textarea {
	border: 1px solid #dfdfdf;
	background: #fff;
	outline: none;
	width: 100%;
	color: #464646;
	padding: 8px;
	font-size: 14px;
	font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
}

textarea {
	resize: none;
	overflow-y: hidden;
	display: block;
}

table {
	float: none;
	border-collapse: collapse;
	max-width: 100%;
	width: 100%;
	margin: 1em 0;
}

table td {
	border: 1px solid #ddd;
	padding: 5px 2px;
	vertical-align: middle;
}

input[type="radio"] {
	width: auto !important;
	height: auto !important;
	-webkit-appearance: checkbox;
}

.clear:after,
.clear:before {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.fl {
	float: left;
	position: relative;
}

.fr {
	float: right;
	position: relative;
}

.hidden {
	display: none;
}

/*.row{ margin:0;}*/
.container {
	padding: 0;
}

.am {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s ease-in-out;
}

.Big {
	text-transform: uppercase;
}

:root .gradient {
	filter: none;
}

.body_index {
	height: 100%;
}

@font-face {
	font-family: 'enc';
	src: url('../font/DINNextW1G-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'enx';
	src: url('../font/DINNextW1G-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'enm';
	src: url('../font/DINNextW1G-Medium.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	/* IE9*/
	src: local('?'),
		url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/iconfont.woff') format('woff'),
		/* chrome、firefox */
		url('../font/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}



.enc {
	font-family: 'enc';
}

.enx {
	font-family: 'enx';
}

.enm {
	font-family: 'enm';
}


.heade_top {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	line-height: 86px;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.heade_top .logo {
	padding: 25px 0 0 25px;
}

.menu_lin {
	position: relative;
	margin: auto;
	padding-top: 15px;
	border: 5px solid transparent;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.bar {
	height: 3px;
	width: 40px;
	display: block;
	margin: 9px auto;
	position: relative;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s
}

.bar_min {
	width: 30px;
	text-align: left;
	margin: 9px 0 9px 19px;
}

.nav_model {
	background-color: #ff7a04;
	height: 86px;
	width: 86px;
	display: inline-block;
}

.nav_model .menu_lin.open .bar:nth-of-type(1) {
	-moz-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	-webkit-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg)
}

.nav_model .menu_lin.open .bar:nth-of-type(2) {
	opacity: 0
}

.nav_model .menu_lin.open .bar:nth-of-type(3) {
	-moz-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	-webkit-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg)
}

.nav_model .bar:nth-of-type(1) {
	-moz-animation: rotateR 1.5s cubic-bezier(.5, .2, .2, 1);
	-webkit-animation: rotateR 1.5s cubic-bezier(.5, .2, .2, 1);
	animation: rotateR 1.5s cubic-bezier(.5, .2, .2, 1)
}

.nav_model .bar:nth-of-type(2) {
	-moz-animation: fade 1.5s cubic-bezier(.1, .8, .1, 1);
	-webkit-animation: fade 1.5s cubic-bezier(.1, .8, .1, 1);
	animation: fade 1.5s cubic-bezier(.1, .8, .1, 1)
}

.nav_model .bar:nth-of-type(3) {
	-moz-animation: rotateL 1.5s cubic-bezier(.5, .2, .2, 1);
	-webkit-animation: rotateL 1.5s cubic-bezier(.5, .2, .2, 1);
	animation: rotateL 1.5s cubic-bezier(.5, .2, .2, 1)
}

.h_top_menu a {
	height: 86px;
	color: #fff;
	line-height: 86px;
	display: inline-block;
	width: 86px;
	text-align: center;
	border-left: 1px rgba(255, 255, 255, 0.5) solid;
}

.h_top_menu a.nav_model {
	border-left: none;
}

.heade_right {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 3;
	width: 86px;
	border-left: 1px rgba(255, 255, 255, 0.5) solid;
}

.heade_right p.r_Scroll {
	font-size: 18px;
	position: absolute;
	bottom: 110px;
	right: 0;
	width: 86px;
	text-align: center;
	color: #fff;
}

.r_Scroll {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	line-height: 20px;
	font-size: 16px;
	white-space: nowrap;
}

.heade_right p.r_Scroll span {
	position: absolute;
	bottom: 7px;
	right: 80px;
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.heade_bottom {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 3%;
	padding: 0 10%;
	z-index: 2;
	color: #fff;
}

.heade_bottom a {
	color: #fff;
}

#slider,
.banner,
.slides,
.slides li {
	height: 100%;
}

.banner {
	position: relative;
}

.banner .flex-control-nav {
	bottom: 20%;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	text-align: left;
}

.banner .flex-control-nav li {
	margin: 0 25px 0 0;
}

.banner .flex-control-paging li a {
	background: none;
	position: relative;
	text-indent: 0;
	font-family: 'enm';
	font-size: 24px;
	color: #fff;
	width: 25px;
	height: 32px;
	border-radius: 0;
	line-height: -150px;
}

.banner .flex-control-paging li a.flex-active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26px;
	height: 3px;
	background: #fff;
}

.height100 {
	height: 100%;
}

.row_re {
	position: relative;
}

.banner_text {
	opacity: 0;
	position: absolute;
	left: 15px;
	top: 0;
	animation: fadeInDown .5s forwards 1s;
	-webkit-animation: fadeInDown .5s forwards 1s
}

.active .banner_text {
	top: 35%;
	transition-delay: .7s;
	-webkit-transition-delay: .5s
}

.banner_text p {
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
}

.banner_text a.banner_more {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #ea5514;
	padding: 10px 30px;
	margin-top: 30px;
}

.banner_text a.banner_more:hover {
	background: #8b8b8b;
}


.index_news {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 3;
	width: 420px;
	right: 25%;
	margin-right: -210px;
	opacity: 0;
	animation: fadeInDown .5s forwards 1s;
	-webkit-animation: fadeInDown .5s forwards 1s
}

.active .index_news {
	top: 32%;
	transition-delay: .7s;
	-webkit-transition-delay: .5s
}

ul.index_newslist li a {
	position: relative;
	display: block;
	padding: 50px 0 0 30px;
}

ul.index_newslist li .pic_icon {
	z-index: 1;
	position: absolute;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	background: #ea5514;
	text-align: center;
	transform: skew(-10deg);
	-webkit-transform: (-10deg);
	-moz-transform: (-10deg);
	-ms-transform: (-10deg);
}

ul.index_newslist li .pic_icon i {
	display: inline-block;
	color: #fff;
	font-size: 26px;
	padding-top: 17px;
	transform: skew(10deg);
	-webkit-transform: (10deg);
	-moz-transform: (10deg);
	-ms-transform: (10deg);
}

ul.index_newslist li .desc {
	background: url(../images/xbbj.png);
	transform: skew(-10deg);
	-webkit-transform: (-10deg);
	-moz-transform: (-10deg);
	-ms-transform: (-10deg);
}

ul.index_newslist li .desc .desc_text {
	display: block;
	padding: 15px 60px;
	transform: skew(10deg);
	-webkit-transform: (10deg);
	-moz-transform: (10deg);
	-ms-transform: (10deg);
}

ul.index_newslist li .desc .desc_text .labela {
	display: inline-block;
	color: #fff;
	background: #ea5514;
	font-size: 12px;
	padding: 3px 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}

ul.index_newslist li .desc .desc_text .text {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	height: 160px;
}

ul.index_newslist li .desc .desc_text .text span {
	font-size: 12px;
	font-weight: 700;
	padding-top: 3px;
	display: inline-block;
}

ul.index_newslist li .desc .desc_text .newsmore {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
	margin: 10px 0 25px 0;
}

ul.index_newslist li .desc .desc_text .newsmore span {
	position: absolute;
	height: 1px;
	width: 25px;
	background: #ea5514;
	left: 0;
	top: 11px;
}

ul.index_newslist li a:hover .desc .desc_text .newsmore {
	padding-left: 50px;
}

ul.index_newslist li a:hover .desc .desc_text .newsmore span {
	width: 45px;
}

.sq_tow_screen {
	color: #fff;
	opacity: 0;
}

.active .sq_tow_screen {
	opacity: 1;
}

.index_title h3.title {
	font-size: 60px;
	font-weight: 400;
	padding-bottom: 15px;
}

.sq_tow_screen p {
	line-height: 1.5;
	font-size: 14px;
}

.index_more a.more {
	font-size: 16px;
	display: inline-block;
	padding: 10px 35px;
	border: 1px rgba(255, 255, 255, 0.5) solid;
	margin: 25px 0;
	color: #fff;
}

.index_more a.more:hover {
	background: #ea5514;
	border: 1px #ea5514 solid;
}

.width1040 {
	width: 1040px;
	margin-left: -520px;
	top: 52%;
}

.sq_tow_msg ul li {
	margin: 0;
}

.sq_img img {
	margin: 0 auto;
	width: 146px;
	border: 7px rgba(255, 255, 255, 0.3) solid;
	border-radius: 50%;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s ease-in-out;
}

.sq_img .sq_img_s1 {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

ul.service_index li.item0 .sq_img {
	margin-top: 40%;
}

ul.service_index li.item1 .sq_img {
	margin-top: 20%;
}

ul.service_index li a:hover .sq_img img {
	border: 7px rgba(165, 76, 45, 0.9) solid;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s ease-in-out;
}

.width1400 {
	position: relative;
	width: 1400px;
	z-index: 3;
	left: 50%;
	margin-left: -700px;
}


.Off_slider {
	position: relative;
}

.Offshore_equipment {}

.Offequ_slider.clear>li {
	min-height: 580px;
}

.off_left {
	position: absolute;
	left: 0;
	top: 15vw;
	width: 326px;
	display: block;
	color: #fff;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s
}

.off_pic {
	position: absolute;
	left: 50%;
	top: -10vw;
	width: 570px;
	margin-left: -285px;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s
}

.active .off_left {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
	top: 10vw;
	opacity: 1;
}

.active .off_pic {
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
	top: 0;
	opacity: 1;
}



.off_left h3.title {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 20px;
}

.off_left .text {
	line-height: 1.8;
	font-size: 16px;
}

a.off_more {
	font-size: 16px;
	display: inline-block;
	padding: 10px 35px;
	border: 1px rgba(255, 255, 255, 0.5) solid;
	margin: 25px 0;
	color: #fff;
}

a.off_more:hover {
	background: #ea5514;
	border: 1px #ea5514 solid;
}

.Off_slider .flex-direction-nav {
	opacity: 0
}

.Off_slider .flex-direction-nav a {
	right: 20px;
	top: 15vw;
	background: url(../images/htm.png);
	border-radius: 50%;
	width: 43px;
	height: 43px;
	line-height: 41px;
}

.Off_slider .flex-direction-nav a.flex-prev {
	top: 12.3vw;
}

.Off_slider .flex-control-nav {
	text-align: right;
	top: 20.8vw;
	opacity: 0
}

.Off_slider .flex-control-paging li a {
	text-indent: 0;
	width: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	font-family: 'enm';
	font-size: 42px;
	background: none;
	position: absolute;
	right: 40px;
	top: 0;
}

.Off_slider .flex-control-paging li a.flex-active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.off_navnumber p {
	position: absolute;
	right: 0;
	top: 21.5vw;
	z-index: 2;
	color: #fff;
	padding-top: 6px;
	font-size: 24px;
	opacity: 0;
}

.off_navnumber p i {
	margin-right: 0;
}

.Off_slider .mao {
	position: absolute;
	right: 20px;
	top: 6.5vw;
	opacity: 0
}

.kuang {
	position: absolute;
	right: -35px;
	top: 5vw;
	z-index: 1;
	opacity: 0
}

.Off_slider .flex-direction-nav a:hover {
	background: #ea5514;
}


.active .off_navnumber p {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}

.active .Off_slider .flex-direction-nav {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}

.active .Off_slider .flex-control-nav {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}

.active .Off_slider .mao {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1
}

.active .kuang {
	opacity: 1;
	transition-delay: 1s;
	-webkit-transition-delay: 1
}

/*.about_contact_content{ position: relative;z-index:3; }*/

.index_about {
	position: relative;
	opacity: 0;
	top: 300px;
}

.contact_incontent {
	color: #fff;
	opacity: 0;
	position: relative;
	top: -150px;
}

.active .index_about {
	opacity: 1;
	top: 0;
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}

.active .contact_incontent {
	opacity: 1;
	top: 0;
	transition-delay: 1s;
	-webkit-transition-delay: 1s
}


.index_about .index_about_nr {
	position: relative;
	width: 355px;
}

.index_about_nr .abtitle {
	background: #ea5514;
	width: 200px;
	transform: skew(-14deg);
	-webkit-transform: (-14deg);
	-moz-transform: (-14deg);
	-ms-transform: (-14deg);
}

.index_about_nr .abtitle h3.title {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding: 30px 100px 30px 50px;
	transform: skew(14deg);
	-webkit-transform: (14deg);
	-moz-transform: (14deg);
	-ms-transform: (14deg);
}

.index_about_nr .pic {
	position: absolute;
	left: 68px;
	top: 25px;
	width: 300px;
	z-index: 1;
}

.index_about_nr .bj {
	position: absolute;
	left: 110px;
	top: 55px;
	width: 225px;
	height: 270px;
	background: #fb7b1c;
	z-index: 0;
	transform: skew(-14deg);
	-webkit-transform: (-14deg);
	-moz-transform: (-14deg);
	-ms-transform: (-14deg);
}

.index_about_nr .icon {
	position: absolute;
	width: 60px;
	background: #fff;
	padding: 15px 0;
	position: absolute;
	z-index: 2;
	left: 85px;
	top: 126px;
	text-align: center;
	transform: skew(-14deg);
	-webkit-transform: (-14deg);
	-moz-transform: (-14deg);
	-ms-transform: (-14deg);
}

.index_about_nr .icon i {
	display: block;
	margin-right: 0;
	font-size: 25px;
	color: #ea5514;
	transform: skew(14deg);
	-webkit-transform: (14deg);
	-moz-transform: (14deg);
	-ms-transform: (14deg);
}

.about_number {
	position: absolute;
	left: 370px;
	top: 0;
	z-index: 1;
	color: #fff;
	padding-left: 25px;
}

.about_number .anu {
	padding: 30px 0 40px 0;
}

.about_number .anua {
	border-bottom: 1px rgba(255, 255, 255, 0.5) dashed;
}

.about_number .anu p.enx {
	font-size: 48px;
	line-height: 1.3;
}

.about_number .anu .anu_text {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	line-height: 1.7;
}

.about_number .anu .anu_text i {
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 35px;
}

.index_about .wbtext {
	position: absolute;
	top: 370px;
	color: #fff;
	line-height: 1.7;
}

.index_about .wbtext a.off_more {}

.about_contact {}

.heade_bottom div,
.index_about .wbtext,
.contact_incontent p.ftitle {
	font-size: 14px;
}

.contact_incontent h3.title {
	font-size: 60px;
	font-weight: 400;
	padding-bottom: 15px;
}

.contact_incontent p.ftitle {
	padding-bottom: 25px;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

ul.contact_add {
	margin-top: 5%;
	margin-bottom: 3%;
}

ul.contact_add li {
	text-align: center;
}

ul.contact_add li .add_top i {
	font-size: 35px;
	margin-right: 0;
}

ul.contact_add li .add_top p.enm {
	font-size: 18px;
}

ul.contact_add li .add_top p {
	padding-top: 20px;
	font-size: 16px;
}

.form_submit .form_sub {
	position: relative;
	margin-bottom: 15px;
}

.form_submit .form_sub span {
	position: absolute;
	top: 0;
	left: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.form_submit .form_sub input {
	background: none;
	border: 1px rgba(255, 255, 255, 0.5) solid;
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 95px;
	color: #fff;
}


.form_submit .form_subta textarea {
	height: 180px;
	background: none;
	border: 1px rgba(255, 255, 255, 0.5) solid;
	color: #fff;
	margin-bottom: 15px;
}

.form_submit .form_subta input {
	width: 50%;
	background: #ea5514;
	color: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	float: right;
	padding: 0;
	font-size: 16px;
}

.form_submit .form_subta input:hover {
	background: #8b8b8b;
}

.h_top_menu a.Language {
	font-size: 15px;
}









.table {
	margin-bottom: 0;
}








.containera {
	width: 1400px;
	margin: 0 auto;
}

@media (max-width:1602px) {

	.Off_slider .flex-control-nav {
		top: 24.3vw;
	}

	.off_navnumber p {
		top: 25vw;
	}

	.Off_slider .flex-direction-nav a.flex-prev {
		top: 14.5vw;
	}

	.Off_slider .flex-direction-nav a {
		top: 18.5vw;
		right: 55px;
	}

	.Off_slider .flex-control-paging li a {
		right: 75px;
	}

	.off_navnumber p {
		right: 33px;
	}

	.Off_slider .mao {
		right: 55px;
	}

	.kuang {
		right: 0;
	}
}

@media (max-width:1442px) {
	.banner .flex-control-nav {
		width: 1160px;
		margin-left: -580px;
	}

	.containera {
		width: 1160px;
		margin: 0 auto;
	}

	.banner_text p {
		font-size: 52px;
	}

	.width1400 {
		width: 1160px;
		margin-left: -580px;
	}

	.Offshore_equipment {}

	.Off_slider .flex-control-nav {
		top: 25.1vw;
	}

	.off_navnumber p {
		top: 26vw;
	}

	.banner_text p {
		font-size: 35px;
	}
}


@media (max-width:1368px) {
	.heade_top {
		height: 66px;
		line-height: 66px;
	}

	.heade_top .logo {
		padding: 15px 25px;
	}

	.h_top_menu a {
		width: 66px;
		height: 66px;
		line-height: 66px;
	}

	.menu_lin {
		padding-top: 5px;
	}

	.bar_min {
		margin: 9px;
	}

	.heade_right {
		width: 66px;
	}

	.heade_right p.r_Scroll {
		width: 70px;
	}

	.active .sq_tow_screen {
		top: 18%;
	}

	ul.service_index li.item0 .sq_img {
		margin-top: 18%;
	}

	ul.service_index li.item1 .sq_img {
		margin-top: 7%;
	}

	.off_pic {
		width: 470px;
		margin-left: -235px;
	}

	.off_pic img {
		width: 100%;
	}

	.kuang {
		right: 10px;
	}

	.kuang img {
		height: 330px;
	}

	.active .off_left {
		top: 6vw;
	}

	.index_title h3.title {
		font-size: 45px;
	}

	.off_left h3.title {
		font-size: 45px;
	}

	.contact_incontent h3.title {
		font-size: 45px;
	}

	.about_contact {
		top: 3%;
	}

	.Offequ_slider.clear>li {
		min-height: 450px;
	}

	.Off_slider .flex-direction-nav a.flex-prev {
		top: 13.5vw;
	}

	.Off_slider .flex-direction-nav a {
		top: 17.5vw;
		right: 55px;
	}

	.Off_slider .flex-control-nav {
		top: 23.1vw;
	}

	.off_navnumber p {
		top: 24vw;
	}

	.h_top_menu .search {
		height: 66px !important;
		line-height: 66px !important;
		width: 66px !important;
	}

	.index_about .wbtext {
		top: 330px;
	}

	ul.contact_add li .add_top p {
		padding-top: 0;
	}

	a.off_more {
		padding: 6px 35px;
		margin: 15px 0;
	}

	.mango-menu-wrap ul {
		left: 40% !important;
	}

	.mango-menu-wrap ul li {
		margin: 15px 0 !important;
	}

	.index_about .wbtext .text {
		line-height: 1.5;
		font-weight: normal;
	}

	.contact_incontent p.ftitle {
		font-size: 13px;
	}

	ul.contact_add li .add_top p {
		font-size: 12px;
	}

	ul.contact_add li .add_top p.enm {
		font-size: 14px;
	}

	ul.contact_add li {
		padding: 0 5px;
	}

	.active .banner_text {
		top: 28%;
	}

	.active .index_news {
		top: 24%;
	}
}

@media (max-width:1282px) {
	.banner .flex-control-nav {
		width: 960px;
		margin-left: -480px;
	}

	.containera {
		width: 960px;
		margin: 0 auto;
	}

	.width1400 {
		width: 960px;
		margin-left: -480px;
	}

	.banner_text p {
		font-size: 40px;
	}

	.off_left {
		width: 280px;
	}

	.index_about_nr .abtitle {
		width: 150px;
	}

	.index_about_nr .abtitle h3.title {
		padding: 30px 50px 30px 30px;
	}

	.index_about_nr .pic {
		left: 25px;
	}

	.index_about_nr .bj {
		left: 67px;
	}

	.index_about_nr .icon {
		left: 45px;
	}

	.about_number {
		left: 300px;
	}

	.contact_incontent h3.title {
		font-size: 36px;
		padding-bottom: 10px;
	}

	.contact_incontent p.ftitle {
		padding-bottom: 15px;
	}

	ul.contact_add {
		margin-top: 2%;
		margin-bottom: 2%;
	}

	ul.contact_add li .add_top p {
		padding-top: 10px;
	}

	ul.contact_add li .add_top a {
		color: #fff;
	}

	ul.contact_add li .add_top {
		color: #fff !important;
	}

	.banner_text p {
		font-size: 30px;
	}

	.index_about .wbtext .text {
		font-size: 12px;
	}

}

@media (max-width:1152px) {
	.kuang img {
		height: 290px;
	}

	.kuang {
		right: 20px;
	}

	.Off_slider .flex-direction-nav a {
		top: 17.5vw;
	}
}

@media (max-width:1025px) {

	/*.height100{ height: auto; }*/
	.heade_top {
		background: #3a3a3a;
	}

	.heade_right {
		display: none;
	}

	#fullPage-nav {
		display: none;
	}

	.about_number {
		display: none;
	}

	.heade_bottom {
		bottom: 1%;
	}

	.containera {
		width: 760px;
		margin: 0 auto;
	}

	.banner .flex-control-nav,
	.width1400,
	.width1040 {
		width: 760px;
		margin-left: -380px;
	}

	.sq_tow_screen {
		top: 18%;
	}

	.sq_tow_msg ul li {
		opacity: 1;
		padding-top: 0;
	}

	.off_left {
		opacity: 1;
		top: 5vw;
		width: 220px;
	}

	.off_pic {
		opacity: 1;
		width: 340px;
		margin-left: -130px;
		top: 20%;
	}

	.index_about {
		opacity: 1;
		top: 0;
	}

	.contact_incontent {
		opacity: 1;
		position: relative;
		top: 0;
	}

	.kuang,
	.Off_slider .mao,
	.Off_slider .flex-control-nav,
	.Off_slider .flex-direction-nav,
	.off_navnumber p {
		opacity: 1;
	}

	.kuang {
		right: 23px;
	}

	.kuang img {
		height: 260px;
	}

	.section {
		height: auto !important;
	}

	.Offshore_equipment {}

	ul.index_newslist li .desc .desc_text .text {
		color: #000 !important;
	}

	.banner_text p {
		font-size: 22px;
	}

}

@media (max-width:768px) {

	body,
	html,
	.height100 {
		height: auto;
		overflow: inherit;
	}

	.banner .flex-control-nav {
		width: 100%;
		margin-left: -50%;
		text-align: center;
		bottom: 10%;
	}

	.row_re .col-lg-4 {
		width: 100%;
	}

	.banner_text {
		width: 100%;
		text-align: center;
		padding-top: 20%;
	}

	.index_news {
		right: 50%;
		top: 40%;
	}

	.active .index_news {
		right: 50%;
		top: 45%;
	}

	.tableCell {
		position: relative;
	}

	.sq_tow_screen {
		position: static;
		width: 100%;
		padding: 5% 10%;
		margin: 0;
		left: 0;
	}

	.sq_tow_msg {
		position: static;
		margin: 0;
		padding-bottom: 45px;
	}

	.width1040 {
		width: 100%;
		position: static;
	}

	.section .bg {
		z-index: -1;
	}

	.Offshore_equipment,
	.off_left,
	.off_pic {
		position: static;
		margin: 0;
	}

	.Offshore_equipment,
	.off_left,
	.off_pic {
		width: 100%;
		text-align: center;
	}

	.off_left {
		padding: 5% 10% 0 5%;
	}

	.off_pic {
		padding-bottom: 35px;
	}

	.off_pic img {
		text-align: center;
		margin: 0 auto;
		width: 340px;
	}

	.kuang,
	.mao {
		display: none;
	}

	.Off_slider .flex-control-nav,
	.off_navnumber p {
		top: 80%;
	}

	.Off_slider .flex-direction-nav a {
		top: 65%;
	}

	.Off_slider .flex-direction-nav a.flex-prev {
		top: 55%;
	}

	.index_about .index_about_nr {
		width: 355px;
		margin-left: -177px;
		left: 50%;
		height: 500px;
		margin-top: 30px;
	}

	.about_contact_content .col-sm-6 {
		width: 100%;
	}

	.index_about .wbtext {
		width: 100%;
		padding: 0 10%;
		text-align: center;
	}

	.contact_incontent {
		width: 100%;
		padding: 0 10% 60px 10%;
	}

	.containera {
		width: 100%;
	}

	.width1400 {
		width: 100%;
	}

	ul.index_newslist li .desc .desc_text .text {
		color: #333;
	}

	#fp-nav {
		display: none;
	}
}

@media (max-width:475px) {
	ul.index_newslist li .desc .desc_text .text {
		color: #333;
	}

	.width1400 {
		margin: 0;
		left: 0;
	}

	ul.contact_add li {
		margin-bottom: 15px;
	}

	.index_about .index_about_nr {
		height: 550px;
	}

	ul.service_index li {
		width: 31.333333%;
		margin: 0 1%;
	}

	ul.service_index li img {
		width: 100%;
	}

	.sq_img .sq_img_s1 {
		font-size: 15px;
	}

	.Off_slider .flex-control-nav {
		top: 88%;
	}

	.off_navnumber p {
		top: 90%;
	}

	.Off_slider .flex-direction-nav a {
		right: 10px;
	}

	.heade_bottom {
		padding: 0 15px;
		font-size: 12px;
	}

	.off_left .text,
	.wbtext .text {
		font-size: 14px;
	}

	.heade_bottom {
		display: none;
	}

	.banner_text p {
		font-size: 24px;
	}

	.banner_text {
		width: 92%;
	}

	.index_about .wbtext .text {
		font-size: 14px;
	}

	.index_about .index_about_nr {
		height: 666px;
	}
}

@media (max-width:420px) {
	.banner_text {
		padding-top: 25%;
	}

	ul.index_newslist li a {
		width: 320px;
		margin: 0 auto;
	}

	.contact_incontent {
		padding: 0 15px 60px 15px;
	}

	.index_about .wbtext {
		padding: 0 15px;
	}

	.off_left h3.title,
	.index_title h3.title,
	.contact_incontent h3.title {
		font-size: 30px;
	}

	.h_top_menu a {
		width: 55px;
	}

	.h_top_menu a.search {
		display: none !important;
	}

	.h_top_menu .search {
		display: none !important;
	}
}

@media (max-width:420px) {
	.heade_menu {
		display: none;
	}

	.index_about .index_about_nr {
		margin-left: -155px;
	}

	.index_news {
		top: 45%;
	}

	.index_about .index_about_nr {
		height: 680px;
	}
}

@media (max-width:322px) {
	.banner_text p {
		font-size: 18px;
	}
}
