@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: 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- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('font/helveticaneueltpro-thex');
	/* IE9*/
	src: url('font/helveticaneueltpro-thex') format('embedded-opentype'), /* IE6-IE8 */
	url('font/helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
	url('font/helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
	background: #f5f5f5;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
	padding-top: 90px;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

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

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 58px;
	float: left;
	width: 164px;
	background: url(logo.png) no-repeat;
	margin-top: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(logo_v.png) no-repeat;
	height: 49px;
	margin: 11px 0 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #464646;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 70px;
	line-height: 70px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background: #00508f;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 625px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 625px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 625px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 625px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: 0 2px;
	background: rgba(100, 100, 100, 0.6);
	border-radius: 2px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: rgba(2, 111, 204, 0.9);
	cursor: default;
	width: 40px;
}


/*新闻页面*/

.news_left {
	padding: 135px 35px 100px 35px;
	width: 292px;
	float: left;
	margin-left: 24px;
	background: #fff;
	position: relative;
	transition: all ease-out .3s;
	border: 1px solid #d5d5d5;
}

.news_right {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news ul li:hover .news_right img {
	transform: scale(1.1, 1.1);
}


/*foot*/

.foot {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}

.foot_m {
	width: 100%;
	padding: 50px 0 40px;
	background: #292929;
	overflow: hidden;
}

.final_cnp {
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	color: #767676;
	text-align: left;
	border-top: 1px solid #494949;
}

.foot_right {
	float: right;
	color: #767676;
	text-align: left;
	width: auto;
}

.foot_right p {
	color: #999;
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
}

.foot_link {
	float: left;
	width: 560px;
}

.foot_link a {
	display: inline-block;
	color: #8e8e8e;
	font-size: 12px;
	float: left;
	width: 100%;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.foot_link b {
	color: #d3d3d3;
	font-size: 14px;
	float: left;
	line-height: 1;
	margin-bottom: 15px;
}

.foot_link a:first-child {
	padding-left: 0;
}

.foot_link ul li {
	width: 100px;
	float: left;
}

.foot_link a:hover {
	color: #fff;
}

.foot_left {
	float: left;
	width: 1000px;
	color: #8e8e8e;
}

.foot_left .foot_logo {
	width: 240px;
	height: 54px;
}

.foot_logo img {
	display: block;
}

.foot_left .qrcode {
	margin-top: 30px;
}

.foot_left .qrcode img {
	display: block;
	float: left;
	width: 115px;
}

.foot_left .qrcode p {
	display: block;
	float: left;
	width: 150px;
	line-height: 25px;
	color: #000;
	margin: 65px 0 0 15px;
}

.foot_right .foot_info {
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 40px;
}

.f_infoleft {
	width: 280px;
	float: left;
	margin-right: 120px;
	line-height: 24px;
}

.f_infoleft h2 {
	font-size: 16px;
	color: #d3d3d3;
	line-height: 1;
	margin-bottom: 15px;
}

.f_infoleft b {
	display: inline-block;
	width: 40px;
}

.f_infoleft i {
	display: inline-block;
	font-style: normal;
	font-size: 24px;
}

.web_f {
	width: 100%;
	height: 337px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}

.web_nav li:hover .down {
	visibility: inherit;
	display: block;
}

.web_nav li:hover .down a {
	display: block;
	padding: 10px;
	width: 180px;
	height: 45px;
	color: #fff;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: left;
}

.web_nav .down a:hover {
	background: #000;
}

.imgbox {
	float: left;
	width: 60px;
	height: 45px;
	overflow: hidden;
}

.imgbox img {
	width: 60px;
}

.imgtitle {
	float: left;
	width: 110px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}

.web_nav li .down {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	background-color: rgba(0, 162, 233, 0.8);
	z-index: 999;
	display: none;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*产品*/

.web_prolist {
	overflow: hidden;
	margin-left: -20px;
	width: 1220px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 20px;
	width: 220px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px #eee solid;
	overflow: hidden;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #00508f;
	text-align: center;
	font-size: 14px;
}


/*分页*/

.curr {
	border: 1px solid #CCC;
	color: #CCC;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #00508f;
}

a.page:visited {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#exnew_prv {
	float: left;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
}

#exnew_prv:hover {
	opacity: 0.8;
}

#exnew_next:hover {
	opacity: 0.8;
}

#exnew_next {
	float: left;
	height: 32px;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv {
	float: left;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*about*/

.ex_ab {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c800508f, endColorstr=#c800508f);
	background: rgba(255, 255, 255, 8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 91px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #333;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #00508f;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


/*contact*/

.en_final {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #292929;
	color: #767676;
	font-size: 12px;
}

.en_final a {
	display: inline-block;
	color: #767676;
	float: right;
	line-height: 50px;
}


/*vi*/

.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}


/*honor*/

.honor_list {
	clear: both;
	padding: 0 0 40px 0;
}

.honor_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.honor_list ul {
	width: 1200px;
}

.honor_list ul li {
	float: left;
	margin-right: 26px;
	width: 280px;
	margin-bottom: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list ul li:nth-child(4n) {
	margin-right: 0;
}

.honor_list ul li .honor_img {
	width: 280px;
	overflow: hidden;
	height: 280px;
}

.honor_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_list ul li img {
	width: 280px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list p {
	text-align: center;
	margin-top: 10px;
	color: #666;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.honor_list ul li:hover p {
	color: #000;
}


/*room*/

.room_list {
	clear: both;
	padding: 0 0 40px 0;
}

.room_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.room_list ul {
	width: 1200px;
}

.room_list ul li {
	float: left;
	margin-right: 26px;
	width: 280px;
	margin-bottom: 20px;
}

.room_list ul li:nth-child(4n) {
	margin-right: 0;
}

.room_list ul li .honor_img {
	width: 280px;
	overflow: hidden;
	height: 200px;
}

.room_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.room_list ul li img {
	width: 280px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.room_list p {
	text-align: center;
	margin-top: 10px;
	color: #666;
}

.room_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.room_list ul li:hover p {
	color: #000;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	height: auto;
	padding: 0px 0;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.wrap_pro:nth-child(odd) {
	background: ;
}

.prolist_t i {
	display: block;
	width: 35px;
	height: 2px;
	background: #000;
	margin-bottom: 15px;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.cn_main_pro {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.prolist_t b {
	display: block;
	font-size: 24px;
	color: #00508f;
	font-weight: normal;
	font-family: "microsoft yahei";
	line-height: 50px;
}

.prolist_t {
	width: 300px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: arial;
	color: #585858;
	float: left;
	clear: both;
	position: relative;
	line-height: 30px;
}

.prolist_t font {
	font: normal 16px/30px arial;
	color: #585858;
}

.cn_main_pro .prolist_c {
	width: 1200px;
	float: right;
}

.prolist_c li {
	width: 388px;
	height: 325px;
	background: #fff center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}

.prolist_c li:nth-child(3n) {
	margin-right: 0;
}
.prolist_c li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .type {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 0;
	color: #fff;
	background: #000;
	opacity: 0.8;
	text-align: center;
	line-height: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li a:hover .type {
	height: 30px;
	bottom: 0;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
}


/*新闻页面*/

.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 152px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ex_news ul li:last-child {
	margin-bottom: 0px;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 380px;
	height: 152px;
	background-image: "url(logo.png)";
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 600px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 20px;
	left: 420px;
}

.ex_news ul li .ex_news_info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.ex_news ul li .ex_news_img img {
	width: 380px;
	height: 152px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: helvetica;
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .ex_news_img img {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	overflow: hidden;
	padding: 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content ul li {
	float: left;
	width: 218px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 1225px;
	height: auto;
	margin-left: -25px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.certificate {
	width: 1200px;
}

.certificate li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.certificate li .cer_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.certificate li .cer_img img {
	width: 205px;
	height: 125px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.certificate li .cer_info {
	float: left;
	padding: 0 40px;
	color: #666;
	width: 913px;
}

.certificate li .cer_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-bottom: 20px;
}

.certificate li .cer_info p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 63px;
	width: 100%;
	overflow: hidden;
}

.certificate li .cer_info a {
	color: #666;
	font-size: 12px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.certificate li:hover h3 {
	color: #000;
}

.certificate li:hover .cer_info a {
	color: #000;
	padding-left: 10px;
}

.certificate li:hover .cer_img img {
	transform: scale(1.05, 1.05);
}

.aut_top .aut_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.aut_top .aut_img img {
	width: 205px;
	height: 125px;
}

.aut_top .aut_info {
	float: left;
	padding: 0 0 0 40px;
	color: #666;
	width: 680px;
}

.aut_top .aut_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
}

.aut_top .aut_info p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	;
	width: 100%;
	overflow: hidden;
}

.aut_top {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brand {
	padding-bottom: 40px;
	overflow: hidden;
}

.brand_t {
	float: right;
	width: 654px;
}

.brand_t h2 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 40px;
}

.brand_t p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.join {
	width: 100%;
	height: 745px;
}

.join_flow {
	width: 815px;
	margin: 0 auto;
	padding: 35px 65px;
	border: 3px solid #A5251C;
	overflow: hidden;
	margin-bottom: 50px;
}

.join_flow h3 {
	color: #A5251C;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 24px;
}

.join_flow p {
	line-height: 40px;
	margin-top: 30px;
	font-size: 14px;
}

.brand_img {
	width: 569px;
	height: 192px;
}

.brand li {
	height: 192px;
	padding: 35px 30px;
}

.brand_info {
	width: 520px;
	margin-top: 20px;
}

.brand_info h3 {
	color: #474747;
	font-size: 22px;
	margin-bottom: 20px;
}

.brand_info i {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	background-image: url(../images/brand_border.jpg);
	margin: 15px 0;
}

.brand_info p {
	line-height: 25px;
	color: #666;
	text-align: left;
	width: 100%;
	float: left;
}

.service {
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.service p {
	line-height: 25px;
	text-align: left;
	color: #666;
}

.service .service_bg {
	width: 1200px;
	height: 310px;
	background: url(../images/service_bg.jpg) no-repeat;
}

.history p {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
	color: #666;
}

.history_bg {
	background: url(../images/history.jpg);
	width: 940px;
	height: 1035px;
	float: left;
}

.ser_c {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain li {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
	position: relative;
}

.maintain li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.maintain h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p {
	padding-bottom: 20px;
	color: #777;
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}


/*weini*/

.nav_menu {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	line-height: 40px;
	height: 76px;
	background: #fff;
	margin-bottom: 60px;
}

.nav_menus {
	width: 1200px;
	margin: 0 auto;
}

.nav_menu ul {
	float: left;
}

.nav_menu ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.nav_menu ul li:last-child {
	margin-right: 0;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 76px;
	line-height: 76px;
	border: 0px solid #959595;
	font-size: 16px;
}

.nav_menu ul li a::after {
	content: '';
	display: block;
	margin-top: -1px;
	width: 30%;
	height: 1px;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_menu ul li:hover a::after {
	width: 100%;
	background: #00508f;
}

.nav_menu ul li a.on {
	color: #035290;
}

.nav_menu ul li a.on::after {
	content: '';
	background-color: #035290;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
}

.nav_menu ul li a:hover {
	color: #035290;
	border: 0px solid #0f8af2;
}

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 76px;
	line-height: 76px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav_menu .nav_links i {
	float: left;
	color: #999;
	display: inline-block;
	height: 76px;
	line-height: 76px;
}

.nav_menu .nav_links a:hover {
	color: #666;
	text-decoration: underline;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.about_bg {
	background: url(../images/about_bg.jpg) no-repeat;
	width: 598px;
	height: 500px;
}

.about_text {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 0px 0 50px;
}

.about_text img {
	display: block;
	float: left;
}

.about_text .about_left {
	float: right;
	width: 560px;
}

.about_text .about_left h2 {
	font-size: 26px;
	color: #3c3c3c;
}

.about_text p {
	padding-top: 18px;
	line-height: 24px;
	font-size: 14px;
	color: #787878;
	overflow: hidden;
	clear: both;
}

.about_b {
	width: 100%;
	margin-top: 50px;
	float: left;
}

.about_b .about_left {
	float: left;
	width: 482px;
	padding-top: 70px;
}

.about_b img {
	display: block;
	float: right;
}

.contact {
	overflow: hidden;
	width: 1200px;
	margin-bottom: 50px;
}

.contact .con_info {
	padding: 0;
	overflow: hidden;
	clear: both;
}

.contact .con_info .con_left {
	float: left;
	width: 800px;
}

.contact .con_info .con_left h2 {
	font-size: 28px;
	color: #00508f;
}

.contact .con_info .con_left i {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
}

.contact .con_info .con_left p {
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	clear: both;
	padding-top: 20px;
}

.contact .con_info .con_left b {
	display: inline-block;
	width: 20px;
}

.contact .con_info .con_right {
	float: right;
	width: 185px;
}

.contact .con_info .con_right p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

.skill {
	padding-bottom: 40px;
	min-height: 700px;
}

.skill_img {
	width: 380px;
	height: 260px;
}

.skill_tite {
	font-size: 18px;
	color: #333;
	margin: 20px 20px 15px;
}

.skill_tite span {
	font-size: 20px;
	color: #206ad0;
	padding-right: 8px;
}

.skill_text {
	font-size: 13px;
	color: #999999;
	padding: 0 20px 0px;
	min-height: 74px;
	line-height: 18px;
}

.skill ul {
	margin-top: 20px;
	float: left;
}

.skill li {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 1%;
	position: relative;
	padding-bottom: 15px;
	transition: all .3s ease-out 0s;
	margin-bottom: 35px;
}

.skill li:nth-child(3n) {
	margin-right: 0;
}

.skill li:hover {
	margin-top: -10px;
	margin-bottom: 45px;
}

.skill li:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.skill li:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, .15);
	left: 50%;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.skill li:hover:after {
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.skill_info {
	width: 500px;
	margin-top: 30px;
}

.skill_info h3 {
	color: #a5251c;
	font-size: 23px;
	font-weight: normal;
}

.skill_info h4 {
	color: #595657;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
}

.skill_info i {
	display: block;
	float: left;
	width: 25px;
	height: 2px;
	background: #ccc;
	margin: 0 0 25px 0;
}

.skill_info p {
	line-height: 25px;
	color: #0a0204;
	text-align: left;
	width: 100%;
	float: left;
}

.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
}

.tit_left {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
}

.tit_left h3 {
	color: #4d4948;
	font-size: 30px;
	line-height: 50px;
}

.tit_left p {
	font-size: 14px;
	color: #5d5d5d;
	z-index: 2;
}

.tit_right {
	float: right;
	width: 50%;
	position: relative;
	line-height: 25px;
	color: #5d5d5d;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.list_tit strong {
	display: block;
	width: 100%;
	height: 38px;
	background-image: url(../images/border.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0;
}


/*idea*/

.idea {
	width: 1262px;
	margin-left: -62px;
}

.idea li {
	width: 569px;
	float: left;
	margin-left: 62px;
	margin-bottom: 35px;
}

.idea li h3 {
	color: #474747;
	line-height: 35px;
	font-size: 24px;
}

.idea li p {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 25px;
}

.idea li img {
	display: block;
	width: 569px;
	height: 252px;
}


/*made*/

.made {
	padding: 60px 0;
	background: #f9f9f9;
	position: relative;
}

.made .made_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made .made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.made .made_title .subtitle {
	font-size: 16px;
	color: #b1b1b1;
	padding-top: 10px;
	text-transform: uppercase;
	display: block;
	width: 478px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px;
}

.made .made_title .subtitle::after {
	content: '';
	background-color: #00508f;
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #f9f9f9 solid;
	border-right: 7px #f9f9f9 solid;
	position: relative;
	top: 15px;
	left: 228px;
}

.made .made_title p a {
	margin-top: 20px;
	float: left;
}

.made .made_title .exlist {
	margin-top: 30px;
}

.made .made_title .exlist li {
	float: left;
	position: relative;
	height: 403px;
	overflow: hidden;
}

.right20 {
	margin-right: 20px;
	margin-bottom: 20px
}

.exlist a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.exlist a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(0, 0, 0, .8);
}

.exlist li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

.exlist li:hover .prodcut_info p.prodcut_text {
	margin-top: 0px;
	color: #b7b7b7;
}

.exlist li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/jt1.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist li:hover::after {
	margin-top: 30px;
	top: 52%;
	opacity: 1;
}

.exlist a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.exlist li:hover img {
	transform: scale(1.2, 1.2);
}

.exlist a img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*newslist*/

.newslist {
	padding: 60px 0 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.newslist .title {
	text-align: center;
	line-height: 1;
}

.newslist .title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.newslist .title p {
	color: #7b7b7b;
	padding-top: 10px;
	display: block;
	width: 478px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px;
	margin: 0 auto;
}

.newslist .title p::after {
	content: '';
	background-color: rgba(44, 102, 204, 0.82);
	width: 9px;
	height: 9px;
	display: block;
	border-left: 7px #fff solid;
	border-right: 7px #fff solid;
	position: relative;
	top: 15px;
	left: 228px;
}

.newslist ul {
	margin-top: 40px;
	position: relative;
}

.newslist ul li {
	width: 1200px;
	height: 142px;
	padding: 10px 0;
	margin: 5px auto;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

.exnews .news_wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.exnews .news_wrapper a {
	height: 100%;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	background: transparent;
	z-index: 1;
	transition: all 0.25s ease 0s;
}

.exnews .newsbody {
	width: 580px;
	padding-left: 205px;
	margin-left: 250px;
	position: relative;
	max-width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: middle;
}

.exnews .newsbody .date {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.exnews .newsbody .title {
	width: 80%;
	position: relative;
	top: 2px;
	left: 0;
	margin-top: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.exnews .newsbody .title {
	padding-left: 40px;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 42px;
	color: #575757;
	line-height: 32px;
	text-align: left;
	text-indent: 0px;
}

.exnews .newsbody .description {
	width: 80%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-left: 40px;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0;
	color: #999;
	line-height: 24px;
	text-align: left;
}

.exnews .newsbody .date {
	position: absolute;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-top: 0px;
	margin-top: 28px;
	width: 116px;
	text-align: center;
	left: 0;
	top: 10px;
	height: 88px;
	background: transparent;
	padding: 0px 30px 0 40px;
	font-weight: 100;
}

.exnews .newsbody .date {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.exnews .newsbody .date .md {
	left: 35px;
}

.exnews .newsbody .date .md {
	font-size: 12px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	top: 35px;
}

.exnews .newsbody .date .md {
	color: #adadad;
	position: relative;
	display: block;
	line-height: 20px;
	width: 100%;
}

.exnews .newsbody .date .year {
	font-size: 38px;
	float: left;
	color: #999;
	font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
	display: block;
	line-height: 46px;
	position: relative;
	top: -30px;
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*
.exnews .newsbody .date:after {
	content: '';
	position: absolute;
	top: 3px;
	width: 7px;
	height: 7px;
	background: #c4c4c4;
	border-radius: 10px;
	border: 3px solid #f8f8f8;
	right: -6px;
	left: auto;
}

.newslist .container::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	top: 227px;
	left: 50px;
}
*/
.newslist:after {
	position: absolute;
	content: '';
	height: 120px;
	bottom: 0px;
	background: #fff;
	width: 100%;
	left: 0px;
}

.newslist .newsimg {
	left: 270px;
}

.newslist .newsimg {
	width: 330px;
	height: 140px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	opacity: 0;
}

.newslist .newsimg {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 10px;
	background-position: center;
	background-size: cover;
}

.newslist ul li:hover .date {
	left: -220px;
}

.newslist ul li:hover .newsbody .date .md {
	color: rgba(255, 255, 255, .7);
	top: 25px;
}

.newslist ul li:hover .newsbody .date .year {
	color: #fff;
	top: -40px;
}

.newslist ul li:hover .newsbody .date:after {
	opacity: 0;
}

.newslist ul li:hover .newsimg {
	opacity: 1;
}

.newslist ul li:hover .newsbody .title {
	top: -10px;
	color: #fff;
	left: 140px;

}

.newslist ul li:hover .newsbody .description {
	top: -6px;
	color: rgba(255, 255, 255, .8);
		left: 140px;
}

.newslist ul li:hover {
	background: #004892;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.newslist a.details {
	left: 80px;
}

.newslist a.details {
	display: block;
	border: none;
	text-indent: 100px;
	margin: 0;
	color: #999;
	font-size: 15px;
	width: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 11px;
	line-height: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 145px;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	background: url(http://resources.jsmo.xin/templates/upload/999/icon/icon.png) no-repeat 0 -150px;
}

.newslist ul li:hover a.details {
	opacity: 1;
	top: 113px;
}

.newslist a.news_more {
	margin: 70px auto 90px;
	display: block;
	border: #dfdfdf 1px solid;
	position: relative;
	z-index: 99;
}

.newslist a.news_more {
	color: transparent;
	background: #fff url(../images/jiantou.png)no-repeat 26px -97px;
	width: 148px;
	height: 30px;
	transition: all ease-out .3s;
	border-radius: 0px;
	font-size: 0px;
}

.newslist a.news_more:hover {
	background: #fff url(../images/jiantou.png)no-repeat 26px -127px;
}

.newslist a.news_more:hover {
	border-color: #b6b6b6;
	text-indent: 130px;
}

.exabout {
	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #ffffff;
}

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.abouttext {
	float: left;
	position: relative;
	background: #fff;
	padding: 85px 100px;
	margin-top: 300px;
	text-align: center;
	line-height: 30px;
	color: #7e7e7e;
}

.abouttext h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.abouttext p {
	color: #7b7b7b;
	padding-top: 0px;
	display: block;
	width: 478px;
	color: rgba(191, 191, 191, 0.91);
	font-size: 14px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin: 0 auto;
	text-transform: uppercase;
}

.exculture {
	float: left;
}

.exculture .culture_t {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.exculture .culture_t h2 {
	font-size: 38px;
	color: #035290;
	font-weight: normal;
}

.exculture .culture_t p {
	font-size: 24px;
	color: #cecece;
	font-weight: normal;
	text-transform: uppercase;
}

.exculture li {
	width: 288px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 1%;
	position: relative;
	padding-bottom: 15px;
	transition: all .3s ease-out 0s;
	margin-bottom: 35px;
	background: #fff;
}

.exculture li:nth-child(4n) {
	margin-right: 0;
}

.exculture .culture_list h2 {
	font-weight: normal;
	font-size: 16px;
	color: #035290;
	padding: 10px 20px;
}

.exculture .culture_list p {
	font-weight: normal;
	font-size: 14px;
	color: #646464;
	line-height: 20px;
	padding: 0 20px 20px;
	min-height: 80px;
}

.exculture .culture_list:hover {
	margin-top: -10px;
	margin-bottom: 45px;
}

.exculture .culture_list:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.exculture .culture_list:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, .15);
	left: 50%;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.exculture .culture_list:hover:after {
	width: 100%;
	left: 0;
	background-color: #035290;
}

.container_t {
	margin-bottom: 25px;
	width: 100%;
}

.container_t h2 {
	font-size: 38px;
	color: #035290;
	font-weight: normal;
}

.container_t p {
	font-size: 24px;
	color: #cecece;
	font-weight: normal;
	text-transform: uppercase;
}

.service {
	font-size: 14px;
	margin-bottom: 40px;
}

.service h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.service p {
	padding-bottom: 20px;
	color: #777;
}

.service li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service li {
	background: #fff;
	padding: 60px 60px;
	margin-bottom: 20px;
	transition: all .3s ease-out 0s;
	position: relative;
}

.product_menu {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #a5251c;
	overflow: hidden;
	line-height: 40px;
	margin: 40px 0;
}

.product_menu ul {
	float: left;
}

.product_menu ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product_menu ul li:last-child {
	margin-right: 0;
}

.product_menu ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	line-height: 40px;
	border: 1px solid #959595;
	background: #fff;
}

.product_menu ul li a.on {
	background: #00508f;
	color: #fff;
	border: 1px solid #00508f;
}

.product_menu ul li a:hover {
	background: #00508f;
	color: #fff;
	border: 1px solid #00508f;
}

.brands_list {
	margin: 60px 0 60px;
	overflow: hidden;
}

.brands_list li {
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.brands_list li img {
	transition: all ease-out .3s .1s;
	opacity: .8;
}

.brands_list li:hover img {
	opacity: 1;
	transition: all ease-out .3s .1s;
}
.video_list{width: 1216px;margin-left: -16px;}
.video_list li{float: left;width: 286px;border: 1px solid #a0a0a0;margin-left: 16px;margin-bottom: 16px;}
.video_list li span{display: block;text-align: center;color: #fff;line-height: 40px;background: #a0a0a0;}
.video_list li .ex_news_img{width: 286px;height: 245px;overflow: hidden;}
.video_list li .img_box{width: 286px;height: 245px;overflow: hidden;background-position: center;background-size: 100%;background-repeat: no-repeat;}
.video_list li,.video_list li .img_box,.video_list li .ex_news_img{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.video_list li:hover{border-color:#00508f;}
.video_list li:hover .img_box{transform: scale(1.1,1.1);}
.video_list li:hover span{background: #00508f;}
.mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #000;
    opacity: 0;
    -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@-o-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@-ms-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

.video_show {
  width: 1000px;
    height: 680px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: -1000px;
    margin-top: -340px;
    opacity: 0;
    z-index: 10001;
    border-radius: 5px;
    display: none;
    -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@-o-keyframes introShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@-ms-keyframes introShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@keyframes introShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}
.video_show i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: bold;
  background: url(i_closed.png);
}
.video_show i:hover {
  transform: rotate(90deg);
}
.video_show .content {
  width: 90%;
  margin: 20px 5%;
}
.video_show .content h2 {
  line-height: 50px;
  color: #4c321c;
}
.video_show .content .show_date {
  width: 100%;
  height: 25px;
  margin: 10px 0;
  background: #F9F9F9;
  line-height: 25px;
  color: #666;
  text-indent: 2em;
}
.video_show .content .show_intro {
  width: 100%;
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
  height: 500px;
}
.video_show iframe{width: 100%;height: 500px;}