@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑", "宋体", tahoma, Srial, helvetica, sans-serif;
	outline: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
} */

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #484848;
	vertical-align: top;
}

a:hover {
	color: #017e7a;
}

img {
	border: 0px;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	color: #1c1c1c;
	background: #fff;
	margin: 0 auto;
	font-size: 14px !important;
	overflow-x: hidden;
}

::selection {
	color: #fff;
	background-color: #017e7a;
}

::-moz-selection {
	color: #fff;
	background-color: #017e7a;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.w {
	width: 100%;
	height: 40px;
}

.top10 {
	margin-top: 10px !important;
}

.top20 {
	margin-top: 20px !important;
}

.top30 {
	margin-top: 30px !important;
}

.top40 {
	margin-top: 40px !important;
}

.top60 {
	margin-top: 60px !important;
}

.center {
	text-align: center;
}

.pic100 img {
	width: 100%;
}

h1 {
	font-size: 26px;
	color: #464646;
}

.justify_fix {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.f-turn {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pad0 {
	padding: 0 !important;
}

.pad65 {
	padding: 65px 0;
}

.overflow {
	overflow: hidden;
}

.rela {
	position: relative;
}

.white,
.white a {
	color: #fff;
}

.h60 {
	height: 60px;
}

@font-face {
	font-family: 'centuryef-boldregular';
	src: url('../fonts/centuryef-bold-webfont.woff2') format('woff2'), url('../fonts/centuryef-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bandwidth_bandless_brkregular';
	src: url('../fonts/bandwidth_bandless_brk-webfont.woff2') format('woff2'), url('../fonts/bandwidth_bandless_brk-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.logo {
	float: left;
	display: inline-block;
	margin-top: 20px;
}

nav {
	float: right;
	width: 60%;
}

nav ul {
	margin-bottom: 0;
}

nav li {
	width: 16.666%;
	float: left;
	line-height: 100px;
	font-size: 16px;
	text-align: center;
}

nav li a {
	display: block;
	position: relative;
}

nav li a:before {
	left: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #017e7a;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
	z-index: -1;
}

nav li a.cur {
	background-color: #017e7a;
	color: #fff;
}

nav li a:hover {
	color: #fff;
}

nav li a:hover:before {
	width: 100%;
	color: #fff;
}

.navchild {
	position: absolute;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	display: none;
	z-index: 2;
}

.navchild a {
	display: inline-block;
	margin: 0 10px;
}

.navchilddiv {
	float: right;
	width: 60%;
}

.navchilddiv a {
	color: #b8b8b8;
	padding: 13px 0;
	position: relative;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.navchilddiv a.cur {
	color: #017e7a;
}

.navchilddiv a:hover {
	color: #017e7a;
}

.navchilddiv a:before {
	left: 0;
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: 2px solid #017e7a;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.navchilddiv a:hover:before,
.navchilddiv a.cur:before {
	width: 100%;
}

.bannerC {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banners {
	display: none;
}


/*.h_line1 {margin-top: -150px;}*/

.h_culture {
	background-color: #017e7a;
	padding: 45px 50px !important;
}

.h_T h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'bandwidth_bandless_brkregular';
	letter-spacing: 1px;
}

.h_T p {
	font-size: 20px;
}

.h_T p i {
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
	background: url(../images/icon-point2.png) no-repeat;
}

.white .h_T p i {
	background: url(../images/icon-point1.png) no-repeat;
}

.h_culture article {
	margin-top: 30px;
	line-height: 25px;
	overflow: hidden;
	font-size: 17px;
}

.h_T span,
.product dl dd i {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
	background: url(../images/icon-point4.png) no-repeat;
	width: 48px;
	height: 48px;
}

.white .h_T span {
	background: url(../images/icon-point3.png) no-repeat;
}

.h_line1 .container {
	position: relative;
	z-index: 2;
}

.h_line1L {
	position: absolute !important;
}

.h_message {
	background-color: #f8f8f8;
	padding: 55px 50px !important;
	margin-bottom: 30px;
}

.h_message article {
	margin-top: 30px;
	/*height: 254px;
	overflow: hidden;*/
}

.h_message article .h_messageR {
	width: 190px;
	float: right;
}

.h_message article .h_messageL {
	width: calc(100%);
	float: left;
}

.h_message article .h_messageL h5 {
	font-size: 22px;
	color: #017e7a;
	font-weight: bold;
}

.h_message article .h_messageL p {
	line-height: 30px;
	/*height: 210px;
	margin-top: 15px;*/
	text-align: justify;
	overflow: hidden;
	font-size: 15px;
}

.h_new {
	background-color: #fff;
	padding: 41px 50px 42px!important;
	/*margin-top: 150px;*/
	float: right !important;
}

.h_new article dl {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 5px;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 0;
}

.h_new article dl dt {
	float: left;
	text-align: center;
}

.h_new article dl dt span {
	display: block;
	color: #017e7a;
	font-weight: 100;
	font-size: 15px;
}

.h_new article dl dt b {
	display: block;
	font-size: 48px;
	color: #017e7a;
	font-weight: 100;
}

.h_new article dl dd {
	float: right;
	width: calc(100% - 110px);
}

.h_new article dl dd h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
}

.h_new article dl dd p {
	margin-top: 5px;
	color: #989898;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.h_new article ul li {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 5px;
}

.h_new article ul li time {
	width: 89px;
	text-align: center;
	display: inline-block;
}

.h_new article ul li a.newa {
	width: calc(100% - 110px);
	display: inline-block;
	margin-left: 0px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
}

.h_line1bg {
	background-color: #cccccc;
	height: 260px;
	position: absolute;
	bottom: -70px;
	width: 100%;
	left: 0;
}

.h_group {
	margin-top: 480px;
}	

footer {
	background-color: #313131;
	color: #fff;
}

.foot_2 p a {
	color: #9e9e9e;
}

.foot_2 p a i {
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/icon-point5.png) no-repeat;
}

.foot_2 p a:hover i {
	background: url(../images/icon-point1.png) no-repeat;
}

.foot_2 p a:hover {
	color: #fff;
}

.foot_2 p {
	margin: 7px 0;
}

.foottel {
	background: url(../images/icon-point6.png) no-repeat left top;
	padding-left: 70px;
}

.foottel h2 {
	font-size: 30px;
	font-family: 'centuryef-boldregular';
}

.foot_3 address {
	background: url(../images/icon-point7.png) no-repeat left top;
	background-size: 14px;
	padding-left: 25px;
	margin-top: 25px;
	color: #9e9e9e;
}

.foot_4 .tab {
	width: calc(100% - 147px);
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.foot_4 .tab a {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	color: #9e9e9e;
}

.foot_4 .tab a i {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.foot_4 .tab a i.i1 {
	background: url(../images/icon-point10.png) no-repeat;
}

.foot_4 .tab a i.i2 {
	background: url(../images/icon-point11.png) no-repeat;
}

.foot_4 .tab a h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.foot_4 .tab a.on {
	color: #fff;
	text-decoration: none;
}

.foot_4 .tab a.on i.i1 {
	background: url(../images/icon-point8.png) no-repeat;
}

.foot_4 .tab a.on i.i2 {
	background: url(../images/icon-point9.png) no-repeat;
}

.foot_4 .tab a:nth-child(2) {
	margin-top: 35px;
}

.foot_4 .content {
	width: 147px;
	float: left;
	overflow: hidden;
}

.foot_4 .content li {
	display: none;
}

.footB {
	padding: 20px 15px;
	border-top: 1px solid #535353;
	background-color: #313131;
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 99;
}

.h_groupC {
	margin-top: 30px;
}

.otherbanner1 {
	background: url(../images/other1.jpg) no-repeat center center fixed;
	background-size: cover;
}

.otherbanner4 {
	background: url(../images/other3.jpg) no-repeat center center fixed;
	background-size: cover;
}

.otherbanner5 {
	background: url(../images/other5.jpg) no-repeat center center fixed;
	background-size: cover;
}

.otherbanner_1 {
	position: relative;
	padding-bottom: 0px;
	margin: 0px auto;
	padding-left: 0px;
	width: 100%;
	padding-right: 0px;
	height: 513px;
	overflow: hidden;
	padding-top: 0px;
}

.otherbanner_1 .img {
	margin-top: 150px;
}

.otherup,
.otherbanner img {
	display: block;
	margin: auto;
}

.otherup {
	margin-top: 48px;
	animation: ani-svg 0.85s linear 0s alternate infinite;
	-webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}

.about_1 {
	margin-top: 60px;
	border: 1px solid #dcdcdc;
}

.about_1L {
	width: 400px;
	float: left;
}

.about_1R {
	width: calc(100% - 400px);
	padding: 50px;
	float: right;
}

.about_1R article {
	margin-top: 35px;
	line-height: 30px;
	height: 240px;
	overflow: hidden;
	text-align: justify;
}

.about_2 {
	margin-top: 60px;
}

.about_2L {
	height: auto !important;
}

.about_3 {
	margin: 130px auto 60px;
}

.about_3L {
	background-color: #f8f8f8;
	padding: 50px !important;
}

.about_3L article {
	margin-top: 35px;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	text-align: justify;
}

.about_3R {
	border: 1px solid #dcdcdc;
	padding: 50px !important;
}

.about_3R article {
	margin-top: 35px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: justify;
}

.about_3R .h_T span {
	position: inherit;
	margin-top: 35px;
}

@keyframes ani-svg {
	0% {
		opacity: 0.4;
		transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		transform: translateY(15px);
	}
}

@-webkit-keyframes ani-svg {
	0% {
		opacity: 0.4;
		-webkit-transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		-webkit-transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		-webkit-transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		-webkit-transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		-webkit-transform: translateY(15px);
	}
}

@-moz-keyframes ani-svg {
	0% {
		opacity: 0.4;
		-moz-transform: translateY(-20px);
	}
	15% {
		opacity: 0.65;
		-moz-transform: translateY(-15px);
	}
	25% {
		opacity: 0.8;
		-moz-transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
	65% {
		opacity: 0.8;
		-moz-transform: translateY(5px);
	}
	75% {
		opacity: 0.65;
		-moz-transform: translateY(10px);
	}
	100% {
		opacity: 0.4;
		-moz-transform: translateY(15px);
	}
}

.otherbanner_2 {
	padding: 100px 0;
}

.otherbanner2 {
	background: url(../images/other2.jpg) no-repeat center center;
	background-size: cover;
}

.otherbanner3 {
	background: url(../images/other4.jpg) no-repeat center center;
	background-size: cover;
}

.otherbanner6 {
	background: url(../images/other6.jpg) no-repeat center center;
	background-size: cover;
}

.otherbanner_2 h2 {
	font-size: 44px;
	text-transform: uppercase;
	font-family: 'bandwidth_bandless_brkregular';
	letter-spacing: 1px;
}

.otherbanner_2 h5 {
	font-size: 30px;
}

.otherbanner_2 h5 i {
	width: 14px;
	height: 22px;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
	background: url(../images/icon-point13.png) no-repeat;
}

.otherbanner_2 p {
	margin-top: 60px;
}

.about_lcT h5 {
	font-size: 30px;
	font-weight: bold;
}

.about_lcT p {
	font-size: 16px;
	color: #adadad;
	margin-top: 15px;
}

.about_lcCT i {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../images/icon-point16.png) no-repeat;
	margin: auto;
}

.about_lcCline {
	width: 1px;
	height: calc(100% - 85px);
	position: absolute;
	left: 50%;
	background-color: #dcdcdc;
}

.about_lcCC dl {
	padding-bottom: 60px;
	overflow: hidden;
}

.about_lcCC dl ins {
	width: 17px;
	height: 17px;
	background: url(../images/icon-point17.png) no-repeat;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -8px;
}

.about_lcCC dl dt {
	float: left;
	padding-right: 50px;
	text-align: right;
	margin-top: 20px;
}

.about_lcCC dl dt img {
	width: 270px;
}

.about_lcCC dl dd {
	padding-left: 50px;
}

.about_lcCC dl dd h5 i {
	width: 28px;
	height: 24px;
	display: inline-block;
	background: url(../images/icon-point15.png) no-repeat;
	margin-right: 13px;
	float: left;
	margin-top: 13px;
}

.about_lcCC dl dd h5 {
	font-size: 20px;
	color: #017e7a;
	font-weight: bold;
}

.about_lcCC dl dd h5 b {
	font-size: 36px;
}

.about_lcCC dl dd p {
	margin-top: 14px;
	color: #949494;
	line-height: 25px;
}

.about_lcCC dl.dl1 dt {
	float: right;
	text-align: left;
	padding: 0 0 0 50px;
}

.about_lcCC dl.dl1 dd {
	text-align: right;
	padding: 0 50px 0 0;
}

.about_lcCC dl.dl1 dd h5 i {
	float: right;
	background: url(../images/icon-point14.png) no-repeat;
	margin: 13px 0 0 13px;
}

.about_lcCB i {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../images/icon-point17.png) no-repeat;
	margin: auto;
}

.about_lcCBB {
	font-size: 24px;
	color: #017e7a;
	margin-top: 12px;
}

.about_jj h2 {
	font-size: 30px;
	color: #017e7a;
	font-weight: bold;
}

.about_jjxz {
	font-size: 14px;
	color: #017e7a;
	margin-top: 5px;
}

.about_jj {
	line-height: 35px;
	font-size: 16px;
}

.about_jj img {
	max-width: 100%;
}

.new {
	margin: 65px auto;
}

.new dl {
	margin-bottom: 0;
}

.new dl a {
	display: block;
}

.new dl:nth-child(1) a div {
	border-top: 1px solid #dcdcdc;
}

.new dl a div {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0;
}

.new dl dt {
	float: right;
	width: 20%;
	text-align: right;
	margin-top: 24px;
}

.new dl dt img {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.new dl dd.dd1 {
	width: 260px;
	float: right;
}

.new dl dd.dd1 span {
	display: none;
}

.new dl time {
	display: inline-block;
	float: right;
	color: #979797;
	text-align: right;
	margin: 12px 25px 0 15px;
}

.new dl time b {
	font-size: 24px;
	font-weight: bold;
	color: #3d3d3d;
	display: block;
	margin-bottom: 5px;
}

.new dl dd.dd2 {
	width: calc(80% - 400px);
}

.new dl dd.dd2 h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
}

.new dl dd.dd2 p {
	font-size: 12px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin-top: 15px;
	color: #989898;
}

.new dl a:hover {
	background-color: #f8f8f8;
}

.new dl a:hover div {
	border-color: #f8f8f8;
}

.new dl a:hover dt img {
	margin-right: 35%;
}

.pagelist {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.pagelist li {
	display: inline-block;
	margin: 0 3px;
}

.pagelist li a {
	border: 1px solid #dcdcdc;
	display: block;
	padding: 8px 15px;
}

.pagelist li a:hover,
.pagelist li a.cur {
	background-color: #017e7a;
	color: #fff;
}

.newmain h1 {
	color: #383838;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.newmain time {
	display: block;
	background-color: #f8f8f8;
	padding: 15px;
	text-align: center;
	margin: 25px 0;
}

.newmain time span {
	display: inline-block;
	margin: 0 12px;
	color: #848484;
}

.newmain article {
	line-height: 25px;
	color: #848484;
}

.prenext {
	margin-top: 60px;
	padding: 15px 20px;
	border: 1px solid #dcdcdc;
}

.prenext p {
	margin: 8px 0;
}

.tj {
	background-color: #f8f8f8;
	padding: 50px;
	margin-top: 60px;
}

.tjC {
	border-top: 1px solid #dcdcdc;
	margin-top: 27px;
}

.tjC ul li {
	margin-top: 25px;
}

.tjC ul li a {
	display: block;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
	padding: 0 15px;
}

.tjC ul li time {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 0 25px 0;
}

.tjC ul li h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: nowrap;
	width: calc(100% - 85px);
	float: right;
}

.product dl {
	margin-bottom: 60px;
}

.product dl:last-child {
	margin-bottom: 0;
}

.product dl a {
	display: block;
	border: 1px solid #dcdcdc;
}

.product dl dd {
	padding: 15px;
	position: absolute;
	height: 100%;
	right: 0;
}

.product dl dd .div1 {
	display: table;
	width: 100%;
	height: 100%;
}

.product dl dd .div2 {
	display: table-cell;
	vertical-align: middle;
}

.product dl dd h5 {
	font-size: 24px;
	font-weight: bold;
}

.product dl dd p {
	color: #878686;
	margin-top: 30px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.product dl dd i {
	position: inherit;
	margin-top: 50px;
}

.product dl.dl2 a {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
}

.product dl.dl2 dt {
	float: right;
}

.product dl.dl2 dd {
	right: inherit;
	left: 0;
}

.map {
	height: 430px;
}

.contactC {
	margin-top: 40px;
}

.contactC p {
	font-size: 18px;
}

.contactC p i {
	width: 25px;
	height: 5px;
	background-color: #017e7a;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.contactC article {
	margin-top: 10px;
	line-height: 30px;
}

.contactC dl {
	width: 114px;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}

.contactC dl a {
	display: block;
	border: 1px solid #dcdcdc;
}

.contactC dl dd {
	border-top: 1px solid #dcdcdc;
	padding: 5px 0;
}

.partner dl {
	margin-bottom: 30px;
}

.partner dl a {
	display: block;
	border: 1px solid #dcdcdc;
}

.partner dl dt {
	padding: 5px;
}

.partner dl dt img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	opacity: .5;
}

.partner dl dd {
	border-top: 1px solid #dcdcdc;
	padding: 20px 15px;
	font-size: 16px;
}

.partner dl a:hover {
	background-color: #017e7a;
	color: #fff;
}

.partner dl a:hover dd {
	border-color: #017e7a;
}

.partner dl a:hover dt img {
	-webkit-filter: grayscale(0);
	filter: gray;
	filter: grayscale(0);
	opacity: 1;
}

.iphone__screen {
	/*position: absolute;*/
	top: 0;
	left: 0;
	overflow: hidden;
}

.iphone__content {
	position: relative;
}

.mobilenav {
	position: absolute;
	z-index: 900;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav--active .mobilenav {
	opacity: 1;
	background-color: #333;
}

.nav__list {
	margin: 0;
	padding: 70px 15px 0;
}

.nav__list li div {
	display: none;
	padding: 10px 10px 0 10px;
}

.nav__list li div p {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

.nav__item {
	list-style-type: none;
	text-align: left;
	margin: 10px 0;
}

.nav__link {
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.nav__trigger {
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	right: 15px;
	top: 30px;
	z-index: 990;
}

.nav--active .nav__trigger {
	opacity: 0.5;
}

.nav__icon {
	display: none;
	position: relative;
	width: 30px;
	height: 5px;
	background-color: #b1907d;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	position: absolute;
	background: #b1907d;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav__icon:before {
	margin-top: -10px;
}

.nav__icon:after {
	margin-top: 10px;
}

.style-1 .mobilenav {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
}

.style-1 .nav__link {
	opacity: 0;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
	opacity: 1;
}

.style-1 .nav--active .mobilenav {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
	background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media(max-width:1199px) {
	.h_message article .h_messageL p {
		height: 180px;
	}
	.foot_4 .tab a h2 {
		font-size: 16px;
	}
	.h_line1L {
		position: inherit !important;
	}
	.h_message article .h_messageL p {
		height: 210px;
	}
	.h_message {
		padding: 41px 50px 40px!important;
	}
	.h_message article {
		height: 283px;
		overflow: hidden;
	}
	.flex-caption h2 {
		font-size: 22px !important;
	}
}

@media(max-width:991px) {
	.about_jj img {
		width: 100%;
	}
	.padpic {
		float: none;
	}
	.tj,
	nav,
	footer,
	.new dl dt {
		display: none !important;
	}
	.logo {
		margin: 10px 0;
	}
	.nav__icon {
		display: inline-block;
	}
	.otherbanner_1 {
		height: 413px;
	}
	.otherbanner_1 .img {
		margin-top: 100px;
	}
	.h_T span,
	.product dl dd i,
	.white .h_T span {
		background-size: 30px;
		width: 30px;
	}
	.about_1R {
		padding: 30px;
	}
	.new dl dd.dd2 {
		width: calc(100% - 400px);
	}
	.product dl dd {
		position: inherit;
	}
	.partner dl a dt img {
		-webkit-filter: grayscale(0);
		filter: gray;
		filter: grayscale(0);
		opacity: 1;
	}
	.map {
		height: 350px;
	}
	.h_message article {
		height: auto;
	}
	.padpic {
		padding: 0 !important;
		width: 100% !important;
	}
	.flex .sli>li {
		width: 20% !important;
	}
	.flex .sli li.active .flex-caption {
		opacity: 1!important;
	}
	.flex .sli li.active .flexC {
		opacity: 0 !important;
		-webkit-opacity: 0 !important;
		-moz-opacity: 0 !important;
		filter: alpha(opacity=0) !important;
		transform: scale(0.8, 0.8) !important;
		-webkit-transform: scale(0.8, 0.8)!important;
		-moz-transform: scale(0.8, 0.8)!important;
		-ms-transform: scale(0.8, 0.8)!important;
	}
}

@media(max-width:767px) {
	.h_line1,
	.about_1,
	.h_group .h_T {
		padding: 0 15px;
	}
	.h_group .h_T span {
		right: 15px;
	}
	.h_line1 {
		z-index: 100;
	}
	.h_group {
		padding: 65px 15px;
	}
	.flex-caption {
		padding: 0 10%;
	}
	.flex-caption b,
	.flexC b {
		font-size: 50px !important;
	}
	.flex-caption h2,
	.flexC h2 {
		font-size: 24px !important;
	}
	.about_1L,
	.about_1R {
		width: 100%;
	}
	.logo {
		margin-left: 15px;
	}
	.new,
	.otherbanner_2 .container {
		padding: 0 15px;
	}
	.new dl dd.dd1 {
		width: 180px;
	}
	.new dl dd.dd1 span {
		margin-top: 10px;
		display: block;
		text-align: right;
	}
	.new dl dd.dd2 {
		width: calc(100% - 300px);
	}
	.otherbanner_2 {
		padding: 50px 0;
	}
	.otherbanner_2 h2 {
		font-size: 34px;
	}
	.otherbanner_2 h5 {
		font-size: 20px;
	}
	.newmain {
		padding: 30px 15px;
	}
	.product dl {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.h_new article dl dt b {
		font-size: 28px;
	}
	.h_new article dl dd,
	.h_new article ul li a.newa {
		width: calc(100% - 90px);
	}
	.h_new article ul li time {
		width: 69px;
	}
	.h_new,
	.h_culture,
	.h_message {
		padding: 30px 15px!important;
	}
	.h_message article .h_messageL h5 {
		font-size: 18px;
	}
	.banners {
		display: block;
	}
	.bannerb {
		display: none;
	}
	.about_jj,
	.newmain {
		padding: 35px 15px !important;
	}
	.about_lcCC {
		padding: 0 15px;
	}
	.about_lcCC dl dt {
		display: none !important;
	}
	.about_lcCC dl dd {
		width: 100% !important;
	}
	.about_lcCC dl.dl1 dd {
		padding-left: 50px;
		padding-right: 0;
		text-align: left;
	}
	.about_lcCC dl.dl1 dd h5 i {
		float: left;
		background: url(../images/icon-point15.png) no-repeat;
		margin: 13px 13px 0 0;
	}
	.about_lcCT {
		text-align: left !important;
		margin-left: 20px;
	}
	.about_lcCline {
		left: 28px;
	}
	.about_lcCC dl ins {
		left: 13px;
	}
	.otherbanner_1 .img {
		width: 100%;
	}
}

@media(max-width:640px) {
	.h_T h2 {
		font-size: 24px;
	}
	.h_T p {
		font-size: 18px;
	}
	.new dl time {
		display: none;
	}
	.new dl dd.dd2 {
		width: calc(100% - 190px);
	}
	.map {
		height: 250px;
	}
	.flex-caption h2,
	.flexC h2 {
		font-size: 20px !important;
	}
	.flex-caption {
		padding: 0 15px !important;
	}
	.flex-caption b,
	.flexC b {
		font-size: 40px !important;
	}
	.pad65 {
		padding: 35px 0;
	}
}

@media (max-width:480px) {
	.new dl dd.dd1 {
		width: 130px;
	}
	.new dl dd.dd2 {
		width: calc(100% - 140px);
	}
	.product dl dd h5 {
		font-size: 20px;
	}
	.h_messageL,
	.h_messageR {
		width: 100% !important;
	}
	.h_message article .h_messageL p {
		height: auto !important;
	}
	.h_new article ul li {
		padding: 10px 5px;
	}
	.h_new article dl {
		padding: 10px 5px;
		margin-top: 20px;
	}
	.about_lcCC dl dd h5 b {
		font-size: 26px;
	}
	.about_lcCC dl dd h5 i {
		margin: 8px 13px 0 0 !important;
	}
}

@media (max-width:460px) {
	.flex-caption h2,
	.flexC h2 {
		font-size: 16px !important;
	}
	.flex-caption {
		padding: 0 8px !important;
	}
}

@media (max-width:390px) {
	.flex-caption h2,
	.flexC h2 {
		font-size: 16px !important;
	}
}
/*-- 新闻动态 --*/
.otherT h2 {
	font-size:30px !important;
	font-weight:bold;
	margin-bottom:10px;
}
.otherT p, .otherT p a {
	font-size:12px;
	color:#aba9a9;
}
.otherCon {
	border:1px solid #dcdcdc;
	margin-top:30px;
	padding:30px 25px;
}
.gglC li, .cxzyC li {
	padding:14px 0 15px;
	border-bottom:1px dashed #dcdcdc;
	font-size:12px;
}
.zgywC ul li a.ullia, .gglC ul li a.ullia, .cxzyC ul li a.ullia {
	height:18px;
	display:inline-block;
	padding-left:8px;
	width:calc(100% - 100px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*white-space:nowrap;
}
.zgywC ul li time, .gglC ul li time, .cxzyC ul li time {
	color:#9b9999;
	float:right;
	width:70px;
}
.cxzyCon li {
	font-size:14px;
}
.cxzyCon li time {
	width: 100px !important;
}
.cxzyCon ul li a.ullia {
	width: calc(100% - 150px);
}
.pagelist2 li {
	display:inline-block;
}
.pagelist2 li a {
	display:block;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	margin:3px;
}
.pagelist2 li a:hover, .pagelist2 li a.cur {
	border:1px solid #017e7a;
	color:#017e7a;
}

/*-- 详情页 --*/
.otherCon {
	border:1px solid #dcdcdc;
	margin-top:30px;
	padding:30px 25px;
	margin-bottom: 15px;
}
.newmainC h1, .newmainC .newmaininfo, .contrutnewmainC h1, .contrutnewmainC .newmaininfo {
	text-align:center;
}
.contrutnewmainC h1 {
	font-size:24px;
}
.contrutnewmainC .newmaininfo {
	font-size:14px;
	border-top:1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contrutnewmainC .newmaininfo span {
	margin:0 7px;
}
.newmainCon, .contrutnewmainCon, .jtgkCon {
	margin-top:18px;
	line-height:35px;
	color:#686767;
}
.newmainCon img, .contrutnewmainCon img, .jtgkCon img {
	max-width:100%;
}
.prevnext {
	margin-top:35px;
	border-top:1px solid #e9e9e9;
	padding-top:15px;
}
.prevnext p, .prevnext p a {
	color:#bbbbbb;
}
.prevnext p {
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*white-space:nowrap;
}
@media(max-width:767px) {
	.otherC{
		padding: 0px 15px;
	}
	.logo img{ width: 70% !important;}
}
/*-- 产品展示 --*/
.newlistC, .newmainC {
	background-color:#fff;
	margin-top:30px;
	/* padding:35px 0px; */
	text-align:left;
}
.h_jtywC a {
	border:8px solid #ececec;
	display:block;
	padding:12px;
	background-color:#fff;
}
.h_jtywC dd h5 {
	margin-top:10px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
*white-space:nowrap;
}
.h_jtywC dd p, .jtcyC dl a dd p {
	padding-top:15px;
	border-top:1px solid #dcdcdc;
	line-height:25px;
	height:65px;
	overflow:hidden;
	font-size:12px;
	color:#918f8f;
}
.h_jtywC dd span {
	width:105px;
	height:35px;
	text-align:center;
	line-height:35px;
	background-color:#f7f6f6;
	display:inline-block;
	margin-top:15px;
}
.h_jtywC a:hover {
	border:8px solid #1e57b1;
}

/*-- 联系我们 --*/
.banner_ny{float: left; width: 100%; height: 300px;background:url(../images/bannerny02.jpg) no-repeat center; background-size: 100%; margin-bottom: 25px;}
.contactL h2 {
	font-size:20px;
	margin-bottom:30px;
}
.contactL ul {
	margin-bottom:25px;
}
.contactL ul li {
	font-size:16px;
	color:#5e5e5e;
	margin-bottom:13px;
	padding-left:28px;
	float: left;
    width: 100%;
}
.contactL ul li p{float: left;}
.contactL ul li.li1 {
	background:url(../images/lxwm_1.png) no-repeat center left;
}
.contactL ul li.li2 {
	background:url(../images/lxwm_2.png) no-repeat center left;
}
.contactL ul li.li3 {
	background:url(../images/lxwm_3.png) no-repeat center left;
}
.contactL ul li.li4 {
	background:url(../images/lxwm_4.png) no-repeat center left;
}
.contactL ul li.li5 {
	background:url(../images/lxwm_5.png) no-repeat center left;
}
.contactR {
	background-color:#fff;
	padding:30px !important;
}