@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: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'),
		/* IE6-IE8 */
		url(font/gothic.woff) format('woff'),
		/* chrome、firefox */
		url(font/gothic.ttf) format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

::-webkit-scrollbar-corner {
	background-color: #000
}

::-webkit-scrollbar-resizer {
	background-color: #000
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.gray_bg {
	background: #eee;
}

.gray_bg .package {
	padding-bottom: 0;
}

.wrap {
	width: 100%;
	float: left;
}

.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: 16px;
	line-height: 28px;
	background: #fff;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: none;
}

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;
}

img,
a,
div,
b,
em,
i,
li,
p,
h1,
h2,
h3,
span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.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%;
	overflow: hidden;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

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


/*顶部*/

.top {
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	position: relative;
}

.top .top_logo {
	height: 125px;
	width: 100%;
}

.top .top_logo a {
	display: block;
	width: 310px;
	height: 54px;
	background-image: url(logo.png);
	margin-top: 38px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.top .top_logo .fr {
	width: 400px;
}

.top .top_logo .fr_top {
	float: right;
}

.top .top_logo .fr_top span {
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	position: relative;
	line-height: 45px;
	margin-left: 30px;
	cursor: pointer;
}

.top .top_logo .fr_top span img {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: -135px;
	max-width: 130px;
	z-index: 3;
}

.top .top_logo .fr_top span i {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -135px;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.top .top_logo .fr_top span:hover {
	text-decoration: underline;
	color: #0072bc;
}

.top .top_logo .fr_top span:hover img {
	top: 45px;
}

.top .top_logo .fr_top span:hover i {
	top: 39px;
}

.top .top_logo form {
	width: 330px;
	height: 36px;
	display: block;
	border-radius: 30px;
	overflow: hidden;
	background: #f9f9f9;
	margin-top: 10px;
	float: right;
}

.top .top_logo input[type="text"] {
	width: 230px;
	line-height: 36px;
	background: #f9f9f9;
	padding: 0 25px;
}

.top .top_logo input[type="submit"] {
	float: right;
	width: 50px;
	height: 36px;
	background: #0063a3 url(../images/search.png) center no-repeat;
	background-size: 35%;
	cursor: pointer;
}

.top_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0072bc;
	clear: both;
	position: relative;
}

.top_nav ul {
	width: 100%;
	display: block;
	clear: both;
}

.top_nav ul li {
	height: 100%;
	float: left;
	position: relative;
}

.top_nav ul li a {
	display: block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	padding: 0 45px;
	font-size: 15px;
	position: relative;
	color: #fff;
	z-index: 1;
}

.top_nav ul li a b {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: #0067aa;
}

.top_nav ul li a:hover b,
.top_nav ul li a.on b {
	height: 100%;
}


/*次导航*/

.top_nav ul 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=#cc004876, endColorstr=#cc004876);
	background: rgba(0, 72, 118, .8);
	border-top: 0;
	position: absolute;
	width: 210px;
	top: 50px;
	left: 0;
	z-index: 9;
}

.top_nav ul li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.top_nav ul li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	text-align: left;
}

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

.top_nav ul 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);
}

.top_nav ul li ul.subnav li a:hover {
	background: #004876;
	text-indent: 10px;
}

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

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


/*flash*/

.top_ad {
	width: 100%;
	background: url(load.gif) no-repeat center;
}

.top_ad .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.top_ad .ad_page .swiper-container,
.top_ad .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ad .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 20.70%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_ad .ad_page .swiper-button-next,
.top_ad .ad_page .swiper-button-prev {
	background-image: url(are_bg.png);
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
}

.top_ad .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 30px;
	opacity: 1;
}

.top_ad .ad_page .swiper-button-next {
	background-position: -80px 0;
	right: 30px;
	opacity: 1;
}

.top_ad .ad_page .swiper-container .swiper-button-prev:hover,
.top_ad .ad_page .swiper-container .swiper-button-next:hover {
	background-color: #fff;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
	opacity: 1;
}

.swiper3-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.top_ad .ad_page .swiper3-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}

.top_ad .ad_page .swiper3-pagination .swiper-pagination-bullet {
	background: none;
	width: 15px;
	opacity: 0.5;
	height: 5px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	text-align: center;
	background: #fff;
	margin: 0 5px;
	border-radius: 30px;
}

.top_ad .ad_page .swiper3-pagination .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	font-size: 30px;
}




.web_f {
	width: 100%;
	padding-bottom: 25px;
}


/*分页*/

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

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

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

.ra {
	color: #666;
}

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

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

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	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;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

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

.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.package {
	clear: both;
	padding: 50px 0;
	/* overflow: hidden; */
	display: flow-root;
}

.package p {
	line-height: 1.8;
	color: #666;
	font-size: 16px;
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

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

.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: -17px;
    top: 18px;
    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(closed.png);
    background-size: cover;
}

.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -30px;
    z-index: 99;
}



.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%;
    text-align: left;
    font-size: 14px;
    border: 10px solid #fff;
    display: grid;
	overflow: hidden;
	height: 500px;
	background: #000;
}
.video_show .content .show_intro video{
	height: 100%;
}


.video_show iframe {
	width: 100%;
	height: 500px;
}

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 9;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}

.sidebar ul li span img {
	width: 96px;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #000;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.header .head_search {
	float: right;
	width: 80px;
	height: 100%;
	margin-left: 0px;
}

.header .head_search i {
	display: block;
	height: 100%;
	background-image: url(search.png);
	width: 80px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fba3231, endColorstr=#7fba3231);
	background: rgba(0, 0, 0, .5);
}

.header .head_search input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.header .head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #000;
}

.header .head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}


/*次级菜单*/

.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	box-shadow: rgba(0, 0, 0, .1) 0px 3px 3px
}

.sub_pro {
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

.sub_brand {
	width: 660px;
	left: 50%;
	margin-left: -330px;
}

.sub_skill {
	width: 340px;
	left: 50%;
	margin-left: -170px;
}

.sub_menu .sub_box {
	margin: 20px;
}

.sub_menu .sub_list {
	float: left;
	margin-left: 20px;
	display: block;
	line-height: 1;
	display: block;
}

.sub_menu .sub_list:nth-of-type(3n-2) {
	margin-left: 0;
}

.sub_brand .sub_list:nth-of-type(4) {
	margin-left: 20px;
}

.sub_menu .pro_img {
	width: 140px;
	height: 80px;
	overflow: hidden;
}

.sub_menu span {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 30px;
	color: #666;
}

.sub_menu a:hover img {
	transform: scale(1.05, 1.05);
}

.sub_menu a:hover span {
	color: #000;
}

.header .nav li:hover .sub_pro,
.header .nav li:hover .sub_skill,
.header .nav li:hover .sub_brand {
	height: 138px;
}

.bot_menu {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 1;
	width: 180px;
	font-family: arial, "microsoft yahei";
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.bot_menu .menu_top {
	line-height: 54px;
	background: #0072bc;
	color: #fff;
	padding: 0 20px 0 24px;
	height: 54px;
	overflow: hidden;
}

.bot_menu .menu_top span {
	display: block;
	float: left;
	line-height: 54px;
}

.bot_menu .menu_top img {
	display: block;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.bot_menu .menu_top img:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	;
}

.bot_menu .menu_mid {
	line-height: 45px;
	background: #f5f5f5;
	color: #333;
	padding: 0 0 0 24px;
	height: 45px;
	overflow: hidden;
}

.bot_menu .menu_mid span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.bot_menu .menu_mid img {
	display: block;
	float: left;
	padding: 5px 0;
}

.bot_menu .menu_bot {
	background: #fff;
	padding: 0 0 0 24px;
	height: 84px;
}

.bot_menu .menu_bot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	padding-top: 12px;
}

.bot_menu .menu_bot h2 {
	color: #000;
	font-size: 22px;
	line-height: 1;
}

.bot_list img {
	display: block;
	position: fixed;
	z-index: 1;
	cursor: pointer;
}

.bot_list .bot_go_msg {
	right: -50px;
	bottom: 241px;
}

.bot_list .bot_go_top {
	right: 0;
	bottom: 200px;
}

.block {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}

.news_img {
	overflow: hidden;
	background-image: url(timg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;
	background-color: #959595;
}

.i_tit {
	height: 25px;
	line-height: 25px;
	width: 100%;
	clear: both;
	position: relative;
	display: block;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
}

.i_tit h3:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ff3333;
	position: absolute;
	bottom: -17px;
	z-index: 1;
	left: 0;
}

.i_tit h3 {
	font-size: 24px;
	color: #000;
	display: block;
	float: left;
	position: relative;
}

.i_tit i {
	display: block;
	float: right;
	width: 30px;
	height: 25px;
	background-image: url(news_icon.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.i_tit:hover h3 {
	text-decoration: underline;
}

.i_tit:hover i {
	background-position: top;
}

.i_top .swiper-container {
	float: left;
	width: 600px;
	height: 390px;
}

.i_top .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.i_top .swiper-container .swiper-slide .news_img {
	width: 100%;
	height: 100%;
}

.i_top .swiper-container .swiper-slide .news_img .img_page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_top .swiper-container .swiper-slide .news_title {
	display: block;
	width: 450px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 130px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 54px;
}

.i_top .swiper-container .swiper-pagination {
	right: 0;
	position: absolute;
	bottom: 6px;
	padding: 12.5px;
}

.i_top .swiper-container .swiper-slide a:hover .img_page {
	transform: scale(1.03, 1.03);
}

.i_top .swiper-container .swiper-slide a:hover .news_title {
	text-decoration: underline;
}

.i_top .fr {
	width: 540px;
	padding: 0px;
	background: #fff;
}

a.up {
	display: block;
}

.i_top .fr a.up h3 {
	width: 100%;
	line-height: 36px;
	text-align: left;
	padding: 0px 0 15px 0;
	font-size: 24px;
	color: #000;
}

.i_top .fr a.up p {
	color: #777;
	font-size: 16px;
	line-height: 22px;
	display: block;
	width: 100%;
	height: 46px;
	overflow: hidden;
	margin-bottom: 19px;
}

.news-list li {
	float: left;
	width: 100%;
}

.news-list li i {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	background: #e0e0e0;
	border-radius: 100%;
	margin-top: 13px;
}

.news-list li a {
	display: block;
	float: right;
	line-height: 34px;
	color: #000;
	width: 360px;
}

.news-list li h4 {
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #666;
	float: left;
	width: 305px;
}

.news-list li span {
	display: block;
	float: right;
	color: #a9a9a9;
}

.news-list li a:hover h4 {
	color: #0072bc;
}

.i_top .fr .news-list li a {
	width: 525px;
}

.i_top .fr .news-list li h4 {
	width: 470px;
}

.i_ad {
	height: 130px;
	margin: 35px 0;
}

.i_ad img {
	display: block;
	line-height: 0;
}

.i_ad:hover img {
	transform: scale(1.03, 1.03);
}

.i_mid .fl {
	padding: 25px 0;
	background: #fff;
	width: 830px;
}

.i_mid .fl .i_left {
	float: left;
	width: 375px;
}

.i_mid .fl .i_right {
	float: right;
	width: 375px;
}

.i_mid .fl .news_img,
.i_property .news_img,
.fr_page .link_page .news_img,
.i_mid .fr .news_img {
	width: 100%;
	height: 145px;
}

.i_mid .fl .news_img div,
.i_property .news_img div,
.fr_page .link_page .news_img div,
.news_list li .news_img div,
.i_mid .fr .news_img div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_mid .fl a.up h3,
.fr_page .link_page a.up h3,
.i_mid .fr a.up h3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	clear: both;
	display: block;
	margin: 25px 0 15px 0;
}

.i_mid .fl a.up:hover .news_img div,
.fr_page .link_page a.up:hover .news_img div,
.i_mid .fr a.up:hover .news_img div {
	transform: scale(1.03, 1.03);
}

.i_mid .fr {
	padding: 25px 0 0 0;
	background: #fff;
	width: 300px;
	height: 429px;
}

.i_mid .fr .news-list li a {
	width: 285px;
}


.i_mid .fr .news-list li h4 {
	width: 220px;
}

.i_mid .fr .i_user {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}

.i_mid .fr .i_user em {
	position: absolute;
	left: 5px;
	top: 15px;
	width: 1px;
	height: 100%;
	display: block;
	background: #ccc;
	z-index: -1;
}

.i_mid .fr .i_user a {
	width: 100%;
	float: left;
	color: #000;
	line-height: 40px;
	font-size: 14px;
}

.i_mid .fr .i_user i {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #ccc;
	background: #fff;
	margin: 15px 15px 0 0;
	border-radius: 100%;
}

.i_mid .fr .i_user span {
	display: block;
	float: left;
	width: 210px;
}

.i_mid .fr .i_user a:hover i {
	background: #0072bc;
	border-color: #0072bc;
}

.i_mid .fr .i_user a:hover span {
	color: #0072bc;
}

.i_mid a.i_report {
	display: block;
	width: 285px;
	height: 392px;
	float: right;
	overflow: hidden;
	position: relative;
}

.i_mid a.i_report h3 {
	line-height: 100px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 31px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.i_mid a.i_report span {
	display: block;
	text-align: center;
	background: #d20000;
	color: #fff;
	width: 186px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -93px;
	bottom: 35px;
}

.i_mid a.i_report:hover img {
	transform: scale(1.03, 1.03);
}

.i_recom {
	margin: 35px 0;
	float: left;
	width: 850px;
}

.i_recom .swiper-container .swiper-slide {
	height: 263px;
	overflow: hidden;
}

.i_recom .swiper-container .swiper-slide span {
	display: block;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));

	line-height: 56px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}

.i_recom .swiper-container .swiper-slide a:hover img {
	transform: scale(1.05, 1.05);
}

.i_recom .swiper-container .swiper-button-next,
.i_recom .swiper-container .swiper-button-prev {
	background: url(ad_ctr.png);
	width: 30px;
	height: 45px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 30px;
	margin-top: -22.5px;
}

.i_recom .swiper-container .swiper-button-prev {
	background-position: 0 0;
	left: -30px;
}

.i_recom .swiper-container .swiper-button-next {
	background-position: 0 -45px;
	right: -30px;
}

.i_recom .swiper-container:hover .swiper-button-next,
.top_ad .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}

.i_recom .swiper-container:hover .swiper-button-prev {
	left: 0;
}

.i_recom .swiper-container:hover .swiper-button-next {
	right: 0;
}


.i_service {
	margin: 35px 0;
	float: right;
	width: 300px;
}

.i_service .foot_link {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 16px 0;
	float: left;
	margin-bottom: 8px;
}

.i_service .foot_link img {
	display: block;
	width: 50px;
	float: right;
	padding-right: 20px;
}

.i_service .foot_link span {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	padding-left: 25px;
}


.i_event ul {
	display: block;
	clear: both;
	width: 1228px;
	margin-left: -28px;
}

.i_event ul li {
	float: left;
	margin-left: 28px;
	width: 279px;
}

.i_event ul li .news_img {
	height: 200px;
}

.i_event ul li .news_img div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_event ul li .news_info {
	padding: 20px 20px 10px 20px;
	background: #fff;
}

.i_event ul li .news_info h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	height: 50px;
	display: block;
}

.i_event ul li .news_info span {
	line-height: 1;
	color: #666;
	padding-top: 25px;
}

.i_event ul li:hover .news_img div {
	transform: scale(1.03, 1.03);
}

.i_event ul li:hover h3 {
	color: #0072bc;
}

.i_link {
	background: #fff;
	padding: 45px 0;
	clear: both;
	margin-top: 35px;
	overflow: hidden;
}

.i_link a {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 2;
}

.i_link i {
	display: block;
	float: left;
	width: 1px;
	height: 14px;
	margin: 9px 20px;
	background: #ccc;
}

.i_link a:hover {
	text-decoration: underline;
	color: #0072bc;
}

.i_num {
	background-image: url(../images/i_num.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 225px;
}

.i_num .fl h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding-top: 65px;
	font-weight: normal;
}

.i_num .fl h1 {
	color: #fff;
	font-size: 46px;
	line-height: 90px;
}

.i_num .data {
	float: right;
	padding-top: 55px;
}

.i_num .data div {
	float: left;
	padding-left: 50px;
	min-width: 115px;
}

.i_num .data p {
	font-size: 16px;
	color: #fff;
	line-height: 55px;
}

.i_num .data span {
	color: #fff;
	font-size: 16px;
}

.i_num .data b {
	font-size: 48px;
}

.foot {
	background-color: #272727;
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.foot .foot_top {
	padding: 40px 0 35px 0;
	overflow: hidden;
}

.foot .foot_top div {
	float: left;
	margin-right: 85px;
}

.foot .foot_top h3 {
	line-height: 1;
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
	display: block;
	clear: both;
}

.foot .foot_top a,
.foot .foot_top p {
	display: block;
	color: #bdbdbd;
	line-height: 2;
	font-size: 14px;
}

.foot .foot_top a:hover {
	color: #0072bc;
	text-decoration: underline;
}

.foot .foot_top .foot_ablink {
	margin-right: 80px;
}

.foot .foot_top .foot_ablink a {
display: block;
}

.foot .foot_top .foot_contact {
	margin-right: 0;
	float: right;
}

.foot .foot_top img {
	display: block;
}

.foot .foot_mid {
	text-align: center;
}

.foot .foot_mid a {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	text-align: center;
	display: inline-block;
}

.foot .foot_mid i {
	display: inline-block;
	text-align: center;
	width: 1px;
	height: 12px;
	background: #ccc;
	margin: -1px 25px;
}

.foot .foot_bot {
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.foot .foot_bot a {
	font-size: 14px;
	color: #666;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	padding-left: 25px;
}

.foot .footer {
	line-height: 80px;
	color: #999;
	clear: both;
	font-size: 14px;
	overflow: hidden;
	border-top: 1px solid #333;
	text-align: center;
}

.foot .footer i {
	display: inline-block;
	text-align: center;
	width: 1px;
	height: 12px;
	background: #ccc;
	margin: -1px 25px;
}

.foot .footer img {
	display: inline-block;
	padding: 30px 10px 0 0;
	float: left;
}

.foot .footer a {
	display: inline-block;
	text-align: center;
	line-height: 80px;
	color: #999;
}

.foot .footer .beian {
	background-image: url(beian.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.top_link {
	line-height: 1;
	padding-bottom: 40px;
}

.top_link h3 {
	font-size: 30px;
	color: #000;
}

.top_link .fr {
	padding-top: 15px;
}

.top_link .fr a {
	display: block;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 1;
}

.top_link .fr span,
.top_link .fr i {
	display: block;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 1;
}

.top_link .fr i {
	padding: 0 10px;
}

.top_link .fr a:hover,
.foot a:hover {
	color: #0072bc;
	text-decoration: underline;
}

.fr_page {
	float: right;
	width: 380px;
}

.fr_page .foot_link {
	display: block;
	overflow: hidden;
	width: 380px;
	padding: 20px 0;
	float: left;
	margin-bottom: 8px;
}

.fr_page .foot_link img {
	display: block;
	float: right;
	width: 40px;
	padding-right: 30px;
}

.fr_page .foot_link span {
	display: block;
	float: left;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding-left: 50px;
}

.fr_page .foot_link:hover {
	opacity: 0.8;
}

.fr_page .link_page {
	padding: 0;
	background: #fff;
	width: 380px;
	overflow: hidden;
	margin-bottom: 40px;
}

.fl_page {
	padding: 0;
	background: #fff;
	float: left;
	width: 750px;
	min-height: 1064px;
}

.about_desc h3 {
	line-height: 90px;
	color: #000;
	font-size: 26px;
}

.flow {
	display: block;
	margin: 0 auto;
}

.vi_list,
.pro_list {
	width: 765px;
	margin-left: -15px;
}

.vi_list li,
.pro_list li {
	float: left;
	width: 350px;
	margin: 0 0 15px 15px;
}

.vi_list li div {
	width: 100%;
	height: 349px;
	overflow: hidden;
}

.pro_list li div {
	width: 100%;
	height: 349px;
	overflow: hidden;
}

.vi_list li span {
	display: block;
	line-height: 1;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.pro_list li span {
	display: block;
	line-height: 3;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

.vi_list li:hover,
.pro_list li:hover {
	box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
}


.pro_list li div:hover img {
	transform: scale(1.05, 1.05);
}


.zip {
	padding: 10px;
	border-bottom: 1px solid #eee;

}

.zip h3 {
	display: block;
	float: left;
	width: 573px;
	font-weight: normal;
	font-size: 16px;
	line-height: 3;
	color: #000;
}

.zip p {
	line-height: 54px;

}

.way_list li,
.user_list li {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #d5d5d5;
	height: 54px;
}

.way_list li img,
.user_list li img,
.zip img {
	display: block;
	float: left;
	margin: 19px 15px 0 0;
}

.way_list li h3,
.user_list li h3 {
	display: block;
	float: left;
	width: 674px;
	font-weight: normal;
	font-size: 18px;
	line-height: 3;
	color: #000;
}

.way_list li:hover h3,
.user_list li:hover h3,
.zip:hover h3 {
	color: #0072BC;
}

.left_page {
	float: left;
	width: 750px;
}

.left_page .way_show h3 {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 30px;
}

.contact {
	text-align: left;
}

.qr_code{
	text-align: center;
}
.contact h3 {
	font-size: 36px;
	margin-bottom: 10px;
}

.contact h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 2;
	padding-bottom: 25px;
}

.contact p {
	font-size: 16px;
}

.contact img {
	width: 150px;
}

.fl_page strong.wow {
	font-size: 14px;
	padding: 25px;
	clear: both;
	display: block;
	line-height: 2;
}

.user_show h3 {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 30px;
	display: block;
	width: 100%;
	float: left;
}

.user_show .fr {
	width: 320px;
	display: block;
}

.user_show .fr strong {
	font-size: 31px;
}

.user_show .fr a:hover {
	color: #0072BC;
	text-decoration: underline;
}

.user-show {
	padding-top: 30px;
}

.news_list li {
	float: left;
	overflow: hidden;
	padding: 25px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	width: 750px;
}
.news_list li:hover{
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
}
.news_list li .news_img {
	width: 165px;
	height: 125px;
	float: left;
}

.news_list li .news_info {
	float: left;
	width: 565px;
	margin-left: 20px;
}

.news_list li .news_info h3 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #000;
}

.news_list li .news_info h4 {
	font-weight: normal;
	font-size: 13px;
	color: #999;
	line-height: 40px;
}

.news_list li .news_info em,
.news_date h4 em {
	display: inline-block;
	width: 2em;
}

.news_list li:hover .news_img div {
	transform: scale(1.05, 1.05);
}

.news_list li:hover h3 {
	color: #0072BC;
}

.news_date h3 {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	width: 100%;
	float: left;
}

.news_date h4 {
	font-weight: normal;
	font-size: 13px;
	color: #999;
	line-height: 50px;
	border-bottom: 1px dashed #d5d5d5;
}

.news_show {
	padding-top: 40px;
}

.news_show img {
	margin: 0 auto;
}

.news_show span {
	text-align: center;
}

.news_show h3,
.news_show img,
.news_show p {
	padding-bottom: 15px;
	display: block;
}

.news_show h3 {
	font-size: 18px;
	font-weight: normal;
}

.big_list {
	width: 712.5px;
	margin-left: -7.5px;
}

.big_list li {
	float: left;
	width: 230px;
	margin: 0 0 7.5px 7.5px;
}

.big_list li div {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.big_list li span {
	display: block;
	line-height: 40px;
	width: 100%;
	background: #ccc;
	text-align: center;
}

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

.big_list li:hover span {
	background: #0072bc;
	color: #fff;
}

.skill_download {
	display: inline-block;
	padding: 0 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 35px;
	background-color: #0072bc;
}

.skill_download:hover {
	background-color: #004876;
}


.i_cers {
	padding: 25px;
	background: #fff;
	width: 830px;
	float: left;
	margin-bottom: 35px;
}




.i_cers .swiper-container {
	float: left;
	width: 405px;
	height: 260px;
}

.i_cers .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.i_cers .swiper-container .swiper-slide .news_img {
	width: 100%;
	position: relative;
	height: 100%;
}

.i_cers .swiper-container .swiper-slide .news_img .img_page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_cers .swiper-container .swiper-slide .news_title {
	display: block;
	width: 320px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 65px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}

.i_cers .swiper-container .swiper-pagination {
	right: 0;
	position: absolute;
	bottom: 0;
	padding: 12.5px;
}

.i_cers .swiper-container .swiper-slide a:hover .img_page {
	transform: scale(1.03, 1.03);
}

.i_cers .swiper-container .swiper-slide a:hover .news_title {
	text-decoration: underline;
}

.i_cers .fr {
	width: 360px;
	padding: 20px;
	background: #fff;
}

a.up {
	display: block;
}

.i_cers .fr a.up h3 {
	width: 100%;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	color: #000;
}

.i_cers .fr a.up p {
	color: #777;
	font-size: 14px;
	line-height: 22px;
	display: block;
	width: 100%;
	height: 66px;
	overflow: hidden;
	margin-bottom: 19px;
}

.i_cers .fr .news-list li a {
	width: 340px;
}


.cer_contact {
	padding: 25px 25px 0 25px;
	background: #fff;
	width: 235px;
	height: 325px;
	float: right;
}


.i_property {
	padding: 25px 25px 0 25px;
	background: #fff;
	width: 235px;
	height: 367px;
	float: right;
}

.i_property .news-list li a {
	width: 220px;
}

.i_property .news-list li h4 {
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	width: 210px;
}

.ban {
	height: 360px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}



/*------------------产品详情---------------*/

.product_table{
	padding: 40px;
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
	overflow: hidden;

}

.product_table td {
	text-align: left;	
	padding: 20px 20px;
	border-bottom: 2px #fff solid;
	line-height: 30px;
	font-size: 16px;
}

.product_table td:first-child{
	width: 150px;
	color: #868686;
}
.product_table th {
	padding: 20px 0px;
	background: #fff !important;
	color: #333;
	font-size: 24px;
}

.product_table tr.color1 {
	background-color: #F3F5F6;
}

.product_infro{
	background: #fff;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
	margin-top: -100px;
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
	margin-bottom: 30px;
}
.product_infro .fl{
	width: 560px;
	position: relative;
}
.product_infro .fr{
	width: 504px;
}
.product_infro .fr h2{
	margin-bottom: 20px;
	font-size: 30px;
}

.pro_video:hover .video_ise {
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.scene_photos {
	position: relative;
	margin-top: 20px;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
		margin-bottom: 30px;
	
}

.scene_photos .swiper-slide {
	overflow: hidden;
	height: 226px;
}

.scene_photos .swiper-slide:hover img {
	transform: scale(1.05, 1.05);
}

.brand_prev,
.brand_next {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 80px;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
	opacity: 0;
}

.brand_prev {
	left: -0;
	background:rgba(0,0,0,.3) url(../css/brand_prev.png) no-repeat center ;
}

.brand_next {
	right: -0;
	background:rgba(0,0,0,.3) url(../css/brand_next.png) center no-repeat ;
}


.scene_photos:hover .brand_next,
.scene_photos:hover .brand_prev{
		opacity: 1;
}

.brand_next:hover,
.brand_prev:hover {
	opacity: 1!important;
	background-color: #0063a3;
}




.enterprise_show{
	padding: 40px;
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
	overflow: hidden;
	margin-bottom: 30px;
}

.enterprise-list li{
	float: left;
	padding: 60px 40px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #f5f5f5;
}
.enterprise-list li:hover{
	box-shadow: 0 4px 5px -3px rgba(0,0,0,.06), 0 4px 12px 4px rgba(0,0,0,.06);
}

.enterprise-list li:nth-child(2n){
	margin-right: 0;
}
.enterprise-list li .enterprise_logo{
	width: 100px;
	position: relative;
	float: left;
}
.enterprise-list li .enterprise_logo img{
	position: absolute;
	left: 0;
	z-index: 99;
	background: #fff;
	    border: 1px solid rgba(0,0,0,.05);
	
}

.enterprise-list li .logo_t h3{
	width: 100px;
	height: 100px;
	color: #fff;
	background-color: #7db3d9;
	box-sizing: border-box;
	
	align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight: normal;
	
}

.enterprise-list li .logo_t.logo_t4 h3{
	font-size: 24px;
	letter-spacing: 4px;
	line-height: 31px;
	padding: 13px 14px 13px 18px;
}


.enterprise-list li .logo_t.logo_t2 h3{
	font-size: 30px;
	line-height: 1em;
}
.enterprise-list li .logo_t.logo_t3 h3{
	font-size: 24px;
    line-height: 1em;
}




.enterprise-list li .enterprise_infor{
		text-align: left;
		padding-left: 130px;
}

.enterprise-list li .enterprise_infor h3{
	display: inline-block;
	    font-size: 18px;
	    line-height: 28px;
	    vertical-align: middle;
		margin-bottom: 10px;
	    color: #000;
	    font-weight: bold;
}

.enterprise-list li .enterprise_infor p{
	line-height: 22px;
}

.enterprise-list li:nth-child(6n-9) .logo_t h3{
	background: #84cab0!important;
}

.enterprise-list li:nth-child(6n-8) .logo_t h3{
	background: #d1ae9d!important;
}

.enterprise-list li:nth-child(6n-7) .logo_t h3{
	background: #bc9edd!important;
}

.enterprise-list li:nth-child(6n-5) .logo_t h3{
	background: #8ca3cd!important;
}

.enterprise-list li:nth-child(6n-4) .logo_t h3{
	background: #ca8484!important;
}


.user_video_ise {
	overflow: hidden;
	width: 50px;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	z-index: 9999;
		
}
.user_video_ise i{
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: right;
	background: url(../images/play.png) no-repeat;
	background-size: cover;
}


.user_video_ise i:hover  {
    transform: scale(1.1);
}


.standards_about{
	padding: 60px 0;
}

.standards_tit{
	font-size: 26px;
	color: #000;
	display: block;
	position: relative;
	text-align: center;
	height: 60px;
	margin-bottom: 30px;
}

.standards_tit:after {
    content: '';
    width: 45px;
	margin: 0 auto;
    height: 2px;
    background: #ff3333;
    position: absolute;
    bottom: -0;
	left: 0;
	right: 0;
    z-index: 99;
}

.standards_sense{
	background: #f3f3f3;
	overflow: hidden;
	padding: 80px;
}
.standards_sense ul{
	width: 1220px;
	margin-left: -20px;
	float: left;
}
.standards_sense li{
	float: left;
	background: #fff;
	padding:50px  30px;
	width:284px ;
	box-sizing: border-box;
	margin-left: 20px;
	text-align: center;
	
}
.standards_sense li:hover{

	box-shadow: 0 3px 30px rgba(98,107,181,.3);
}
.standards_sense li:hover  img{
    transform: scale(1.1);
}


.standards_sense li h2{
	margin: 15px 0;
	font-size: 18px;
	height: 56px;
}
.standards_sense li p{
	line-height: 26px;
	height: 150px;
}



.standards_service{
	overflow: hidden;
	padding: 80px;
}
.standards_titc{
	text-align: center;
	margin-bottom: 35px;
	color: #686868;
	font-size: 18px;
}


.standards_service ul{
	width: 1220px;
	margin-left: -20px;
	float: left;
}
.standards_service li{
	float: left;
	background: #fff;
	padding:100px  70px;
	width:586px ;
	height: 313px;
	box-sizing: border-box;
	margin-left: 20px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 3px 30px rgba(98,107,181,.15);
	overflow: hidden;
	
}
.standards_service li i{
	position: absolute;
	bottom: -5px;
	right: 0;
}
.standards_service li h2{
	margin: 15px 0;
}
.standards_service li p{
	line-height: 26px;
	height: 52px;
	color: #6d6d6d;
}

.standards_service li:hover{
	background: #0063a3;
}

.standards_service li:hover h2,
.standards_service li:hover p{
	color: #fff;
	margin-top: 0;
}

.standards_service li:hover i{
	right: -15px;
}





