/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

@font-face {
	font-family: YaHeiLight;
	src: url('/addons/cms/view/default/font/Microsoft\ YaHei\ UI\ Light.ttf');
}

@font-face {
	font-family: PMZD;
	src: url('/addons/cms/view/default/font/PMZD.ttf');
}

@font-face {
	font-family: bahnschrift;
	src: url('/addons/cms/view/default/font/bahnschrift.ttf');
}

@font-face {
	font-family: xst;
	src: url('/addons/cms/view/default/font/simsun.ttf');
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

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

.w1300 {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

/* banner */
.banner {
	overflow: hidden;
	background: #eee;
}

.banner-box {
	min-width: 1200px;
	height: 700px;
	position: relative;
	margin: 0 auto;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100%;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100%;
	height: 700px;
}

.banner-btn {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	margin-left: 0;
	height: 15px;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 90px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.banner-box .hd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	height: 15px;
}

.banner-box .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
	text-align: center;
	z-index: 1111;
}

.banner-box .hd ul li.on {
	background: #00b163;
	width: 40px;
	height: 15px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

/*banner-end*/

/* indexTitle */

/* indexTitle-end */

/* prod_left */
.tab_dh {
	line-height: 54px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
}

.tab_dh td {
	padding: 0px 5px 0 65px;
	position: relative;
	transition: ease .3s;
	border-radius: 3px;
}

.tab_dh td a {
	transition: ease .3s;
}

.tab_dh td:hover {
	background: #eee;
}

.tab_dh td:hover a {
	color: #0c55af;
}

.tab_dh td:hover::after {
	border-color: #0c55af;
}

.tab_dh td::after {
	content: "";
	position: absolute;
	left: 40px;
	top: calc(50% - 5px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #333;
	transition: ease .3s;
}

.tab_dh a {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #333;
	display: block;
}

.tab_t span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.products_l {
	width: 270px;
	background: #fafafa;
	box-shadow: 2px 2px 2px #ccc;
	border-radius: 5px;
}

.products_lbt {
	color: #0c55af;
	font-size: 30px;
	font-weight: bold;
	padding: 25px 30px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
}

.products_sort {
	text-align: center;
	background: linear-gradient(to right, #0c55af, #0c55af);
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 100px;
	font-weight: bold;
	letter-spacing: 3px;
}

.products_sort a {
	color: #fff;
	padding-left: 45px;
	display: inline-block;
	background: url(/addons/cms/view/default/images/prod_left_title_icon.png) left center no-repeat;
}

.pr_nr {
	float: right;
	width: 900px;
	overflow: hidden;
	height: 960px;
}

.pr_dh {
	width: 900px;
	float: left;
	margin-bottom: 10px;
}

.pr_dh li {
	width: 179px;
	float: left;
	text-align: center;
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	border-right: 1px #fff solid;
	background: #fafafa;
	position: relative;
}

.pr_dh li a {
	font-size: 18px;
	display: block;
	width: 179px;
	line-height: 90px;
	position: relative;
	z-index: 1;
}

.pr_dh li a:hover {
	color: #fff;
}

.pr_dh .n {
	border-right: none;
}

.pr_dh li span {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	background: #089149;
	top: 0px;
	left: 50%;
	transition: all 0.4s;
}

.pr_dh li:hover span {
	width: 179px;
	height: 90px;
	top: 0;
	left: 0px;
	transition: all 0.4s;
}

.pr_dh li p a {
	font-size: 18px;
	color: #fff;
}

/* prod_left-end */

/* 初始化&公用结束 */
/* ------------------------------------------------- */
/* 首页样式 */
/* header */
.header {
	width: 100%;
	position: relative;
}

.header .logo {
	float: left;
	padding: 46px 0;
}

.header .logo a,
.header .logo img {
	display: block;
}

.header .nav {
	float: left;
	height: 100%;
	margin-left: 90px;
}

.header .nav ul li {
	float: left;
	padding: 0 30px;
	position: relative;
}

.header .nav ul li a {
	display: block;
	padding: 59px 0;
	overflow: hidden;
	position: relative;
}

.header .nav ul li a::after {
	width: 8px;
	height: 25px;
	border-radius: 8px 8px 0 0;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	background: #00b163;
	opacity: 0;
	transition: ease .3s;
}

.header .nav ul li.cur a::after,
.header .nav ul li:hover a::after {
	bottom: 0;
	opacity: 1;
}

.header .nav ul li a dl {
	text-align: center;
}

.header .nav ul li a dl dt {
	font-size: 16px;
	color: #000;
}

.header .nav ul li a dl dd {
	font-size: 12px;
	color: #ccc;
	font-weight: 100;
	margin-top: 5px;
}

.header .header_phone {
	float: right;
	position: relative;
	padding: 47px 0;
}

.header .header_phone::after {
	content: "";
	position: absolute;
	width: 33px;
	height: 35px;
	background: url(/addons/cms/view/default/images/header_phone.png) center no-repeat;
	bottom: 54px;
	left: -54px;
}

.header .header_phone dl dt {
	font-size: 22px;
	color: #000;
	font-weight: 100;
	position: relative;
}

.header .header_phone dl dt::after {
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #00b163;
	border-radius: 50%;
	z-index: -1;
	bottom: -2px;
	left: -5px;
}

.header .header_phone dl dd {
	font-weight: bold;
	color: #000;
	font-size: 34px;
	font-family: bahnschrift;
	letter-spacing: 1.5px;
}

.header .nav ul li .nav_menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 120%;
	opacity: 0;
	z-index: 2;
	background: #fff;
	min-width: 100%;
	border-radius: 0 0 6px 6px;
	visibility: hidden;
	transition: ease .3s;
}

.header .nav ul li:hover .nav_menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header .nav ul li .nav_menu a {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	transition: ease .3s;
}

.header .nav ul li .nav_menu a:hover {
	background: rgba(0, 0, 0, 5%);
	color: #035ac7;
}

.header .nav ul li .nav_menu a:nth-child(1) {
	margin-top: 10px;
}

.header .nav ul li .nav_menu a:last-child {
	margin-bottom: 10px;
}

.header .nav ul li .nav_menu a::after {
	display: none;
}

/* header-end */

/* search */
.search {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.search dl {
	position: relative;
}

.search dl::after {
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	background: #00b163;
	left: -6px;
	top: 26px;
	border-radius: 50%;
	z-index: -1;
}

.search dl dt {
	float: left;
	line-height: 88px;
}

.search dl dt span {
	font-size: 22px;
	font-weight: 100;
	color: #333;
	display: block;
	float: left;
}

.search dl dt p {
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

.search dl dd {
	float: right;
	height: 48px;
	margin: 20px 0;
	background: #eee;
	overflow: hidden;
	border-radius: 10px;
}

.search dl dd input {
	display: block;
	float: left;
	height: 48px;
	background: none;
}

.search dl dd input[type=text] {
	width: 272px;
	box-sizing: border-box;
	padding: 0 20px;
}

.search dl dd input[type="submit"] {
	width: 48px;
	cursor: pointer;
	background: url(/addons/cms/view/default/images/search_icon.png) center no-repeat;
	transition: ease .3s;
}

.search dl dd input[type="submit"]:hover {
	background: url(/addons/cms/view/default/images/search_icon.png) center no-repeat #ddd;
}

/* search-end */

/* brand */
.brand {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}

.brand .brand_title {
	text-align: center;
	margin-top: 86px;
}

.brand .brand_title h1 {
	font-size: 56px;
	position: relative;
	display: inline-block;
}

.brand .brand_title h1::after {
	width: 110px;
	height: 9px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	background: #0a40a3;
	border-radius: 9px;
	z-index: -1;
}

.brand .brand_title h1 span {
	font-weight: 500;
}

.brand .brand_title p {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	color: #ccc;
	margin-top: 6px;
	position: relative;
}

.brand .brand_title p::after,
.brand .brand_title p:before {
	width: 124px;
	height: 1px;
	content: "";
	background: #ccc;
	position: absolute;
	top: 50%;
}

.brand .brand_title p::after {
	left: -12px;
	transform: translateX(-100%);
}

.brand .brand_title p::before {
	right: -12px;
	transform: translateX(100%);
}

.brand ul {
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
}

.brand ul li {
	float: left;
	width: 240px;
	height: 122px;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	position: relative;
	margin-right: 25px;
	transition: ease .3s;
}

.brand ul li:hover {
	border-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 15%);
}

.brand ul li:nth-child(5) {
	margin-right: 0;
}

.brand ul li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.brand ul li a img {
	display: block;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

/* brand-end */

/* product */
.product {
	width: 100%;
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 80px;
}

.product .product_title {
	text-align: center;
	position: relative;
	padding-top: 165px;
}

.product .product_title::after {
	width: 307px;
	height: 49px;
	content: "";
	position: absolute;
	left: 50%;
	top: 115px;
	transform: translateX(-50%);
	background: url(/addons/cms/view/default/images/product_title.png) center no-repeat;
}

.product .product_title h1 {
	font-size: 56px;
	color: #333;
}

.product .product_title h1 span {
	color: #0f48b2;
}

.product .product_title p {
	font-size: 22px;
	font-weight: 100;
	color: #333;
	margin-top: 10px;
}

.product .product_nav {
	margin-top: 64px;
}

.product .product_nav,
.product .product_nav ul {
	overflow: hidden;
	position: relative;
}

.product .product_nav ul {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.product .product_nav ul::after {
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}

.product .product_nav ul li {
	float: left;
	position: relative;
	margin-right: 24px;
	z-index: 3;
}

.product .product_nav ul li:nth-child(3) {
	margin-right: 0;
}

.product .product_nav ul li a {
	display: block;
	padding: 0 26px;
	line-height: 64px;
	transition: ease .3s;
	color: #333;
}

.product .product_nav ul li.cur a {
	color: #fff;
}

.product .product_nav ul div {
	height: 64px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
	border-radius: 10px;
	background: #0f48b2;
	z-index: 2;
}

.product .product_nav ul div::after {
	width: 84%;
	height: 27px;
	overflow: hidden;
	border-radius: 50%;
	content: "";
	background: #00b163;
	position: absolute;
	left: 50%;
	top: 58px;
	transform: translateX(-50%);
}

.product .product_content {
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
}

.product .product_content ul {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	transition: ease .3s;
	left: 0;
	height: 0;
}

.product .product_content ul li {
	float: left;
	width: 1300px;
	position: relative;
}

.product .product_content ul li font {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 100px;
}

.product .product_content ul li a {
	display: block;
	float: left;
	height: 468px;
	background: #fff;
	margin: 0 calc((1300px - (394px*3))/6);
	margin-bottom: 60px;
	position: relative;
	border-radius: 10px;
	width: 394px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 12%);
}

.product .product_content ul li a i,
.product .product_content ul li a img {
	display: block;
	width: 100%;
}

.product .product_content ul li a i {
	height: 394px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.product .product_content ul li a i img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
}

.product .product_content ul li p {
	text-align: center;
	font-size: 26px;
	color: #333;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}

.product .product_content ul li span {
	display: block;
	width: 85px;
	height: 44px;
	border-radius: 10px;
	overflow: hidden;
	background: #eee;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	transition: ease .3s;
}

.product .product_content ul li a:hover span {
	background: #0f49b2;
}

.product .product_content ul li span::after,
.product .product_content ul li span::before {
	content: "";
	width: 14px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: ease .3s;
}

.product .product_content ul li a:hover span::after,
.product .product_content ul li a:hover span::before {
	background: #fff;
}

.product .product_content ul li span::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* product-end */

/* case */
.case {
	width: 100%;
	overflow: hidden;
}

.case .case_title {
	text-align: center;
	margin-top: 103px;
}

.case .case_title h1 {
	font-size: 50px;
	color: #333;
	position: relative;
	display: inline-block;
}

.case .case_title h1::after {
	width: 206px;
	height: 11px;
	background: #0f48b2;
	content: "";
	position: absolute;
	right: 0;
	bottom: 1px;
	z-index: -1;
	border-radius: 11px;
}

.case .case_title i {
	display: inline-block;
	margin-top: 17px;
	position: relative;
}

.case .case_title i::after {
	width: 130px;
	height: 29px;
	background: url(/addons/cms/view/default/images/case_title_back.png) repeat-x;
	content: "";
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateX(-100%) translateY(-50%);
}

.case .case_title i::before {
	width: 130px;
	height: 29px;
	background: url(/addons/cms/view/default/images/case_title_back.png) repeat-x;
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
}

.case .case_title i img {
	display: block;
}

.case .case_content {
	margin-top: 57px;
}

.case .case_content ul li {
	float: left;
	width: 292px;
	margin-right: calc((1300px - (292px*4))/3);
	margin-bottom: 48px;
	position: relative;
}

.case .case_content ul li::after {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 14px;
	top: 219px;
	content: "";
	background: #0d409e;
	border-radius: 8px;
	z-index: -1;
}

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

.case .case_content ul li a,
.case .case_content ul li i,
.case .case_content ul li img {
	display: block;
	width: 100%;
}

.case .case_content ul li i {
	height: 258px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 30px rgba(0, 0, 0, 15%);
	border-radius: 10px;
}

.case .case_content ul li i img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.case .case_content ul li h1 {
	font-size: 24px;
	color: #333;
	margin-top: 38px;
	position: relative;
	margin-left: 15px;
	transition: ease .3s;
}

.case .case_content ul li:hover h1 {
	color: #0a40a3;
}

.case .case_content ul li h1::after {
	content: "solve";
	position: absolute;
	right: 14px;
	bottom: -9px;
	text-transform: uppercase;
	font-size: 44px;
	color: #f6f6f6;
	z-index: -1;
}

.case .case_content ul li p {
	font-size: 12px;
	width: 22em;
	margin-left: 15px;
	color: #666;
	line-height: 22px;
	margin-top: 12px;
}

/* case-end */

/* apply */
.apply {
	width: 100%;
	background: url(/addons/cms/view/default/images/apply_back.jpg) center no-repeat;
	overflow: hidden;
	margin-top: 110px;
	padding-bottom: 108px;
}

.apply .apply_title {
	text-align: center;
	margin-bottom: 62px;
}

.apply .apply_title p,
.apply .apply_title h1 {
	font-size: 52px;
	color: #fff;
}

.apply .apply_title h1 {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.apply .apply_title h1::after {
	width: 261px;
	height: 14px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #00b163;
	z-index: -1;
	border-radius: 14px;
}

.apply .apply_title p {
	font-weight: 100;
	margin-top: 110px;
}

.apply .apply_title span {
	font-size: 26px;
	color: #fff;
	display: block;
	margin-top: 27px;
}

.apply .apply_content {
	width: 100%;
}

.apply .apply_content ul li {
	float: left;
	width: 408px;
	margin-right: calc((1300px - (408px*3))/3);
	background: #fff;
	margin-bottom: 36px;
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 44px;
}

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

.apply .apply_content ul li a,
.apply .apply_content ul li i,
.apply .apply_content ul li img {
	display: block;
}

.apply .apply_content ul li i {
	width: 344px;
	height: 345px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0 auto;
	border-radius: 15px;
}

.apply .apply_content ul li i img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.apply .apply_content ul li p {
	padding: 0 32px;
	font-size: 28px;
	margin-top: 30px;
	background: url(/addons/cms/view/default/images/Scenes.png) calc(100% - 87px) center no-repeat;
	height: 40px;
	line-height: 36px;
	position: relative;
}

.apply .apply_content ul li p span {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	background: #eee;
	transition: ease .3s;
}

.apply .apply_content ul li:hover p span {
	background: #0a40a3;
}

.apply .apply_content ul li p span::after,
.apply .apply_content ul li p span::before {
	width: 8px;
	height: 2px;
	content: "";
	background: #9f9f9f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease .3s;
}

.apply .apply_content ul li:hover p span::after,
.apply .apply_content ul li:hover p span::before {
	background: #fff;
}

.apply .apply_content ul li p span::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* apply-end */

/* choose */
.choose {
	width: 100%;
	padding-top: 111px;
}

.choose .choose_title {
	text-align: center;
	margin-bottom: 57px;
}

.choose .choose_title h1 {
	font-size: 66px;
	color: #333;
	display: inline-block;
	position: relative;
}

.choose .choose_title h1::after {
	width: 128px;
	height: 12px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 9px;
	background: #0f48b2;
	border-radius: 12px;
	z-index: -1;
}

.choose .choose_title h1::before {
	width: 152px;
	height: 29px;
	background: url(/addons/cms/view/default/images/nanyu.png) center no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: -12px;
}

.choose .choose_title h1 span {
	font-size: 54px;
	font-weight: 500;
	display: inline-block;
	margin-right: -15px;
}

.choose .choose_title h1 font {
	font-size: 84px;
	font-weight: 500;
	color: #ddd;
	display: inline-block;
	position: relative;
	top: -12px;
	margin-right: -6px;
}

.choose .choose_title p {
	font-size: 30px;
	color: #000;
	letter-spacing: 7px;
	text-indent: 7px;
	font-weight: 100;
	margin-top: 12px;
}

.choose .choose_nav {
	overflow: hidden;
	margin: 0 auto;
	width: calc(100% - 62px);
	box-shadow: 0 0 30px rgba(0, 0, 0, 15%);
	border-radius: 15px;
	position: relative;
	z-index: 2;
}

.choose .choose_nav ul {
	overflow: hidden;
	background: #fff;
	padding: 22px 26px;
}

.choose .choose_nav ul li {
	float: left;
	margin-right: 46px;
	padding-right: 32px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: ease .3s;
}

.choose .choose_nav ul li:last-child {
	margin-right: 0 !important;
}

.choose .choose_nav ul li.cur {
	background: #0f48b2;
	margin-right: 50px;
}

.choose .choose_nav ul li span,
.choose .choose_nav ul li p {
	float: left;
	display: block;
	font-size: 26px;
	height: 96px;
	line-height: 96px;
	transition: ease .3s;
}

.choose .choose_nav ul li span {
	font-weight: bold;
	color: #ddd;
	margin-right: 18px;
}

.choose .choose_nav ul li.cur span {
	font-size: 66px;
	color: rgba(255, 255, 255, 6%);
	margin-left: -18px;
	margin-right: 53px;
}

.choose .choose_nav ul li p {
	color: #333;
	position: relative;
}

.choose .choose_nav ul li p::after {
	width: 0;
	height: 0;
	position: absolute;
	border-radius: 50%;
	content: "";
	background: #00b163;
	left: -8px;
	top: 28px;
	z-index: 1;
	transition: ease .3s;
	opacity: 0;
}

.choose .choose_nav ul li.cur p::after {
	width: 17px;
	height: 17px;
	opacity: 1;
}

.choose .choose_nav ul li.cur p {
	font-weight: bold;
	color: #fff;
}

.choose .choose_nav ul li p font {
	position: relative;
	z-index: 2;
}

.choose .choose_content {
	width: 100%;
	height: 776px;
	margin-top: -40px;
	background: #fff;
	z-index: 1;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.choose .choose_content ul {
	overflow: hidden;
	transition: ease .3s;
	position: relative;
	left: 0;
}

.choose .choose_content ul li {
	width: 1300px;
	height: 776px;
	position: relative;
	float: left;
}

.choose .choose_content ul li .choose_back {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.choose .choose_box {
	width: 722px;
	height: 273px;
	background: rgba(255, 255, 255, 90%);
	position: absolute;
	left: 50px;
	bottom: 55px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 66px;
}

.choose .choose_box::after {
	width: 100px;
	height: 100px;
	background: none;
	border-radius: 50%;
	border: 16px solid #ccc;
	content: "";
	position: absolute;
	left: -51px;
	bottom: -56px;
	box-sizing: border-box;
}

.choose .choose_box::before {
	width: 112px;
	height: 112px;
	content: "";
	background: url(/addons/cms/view/default/images/V.png) center no-repeat;
	position: absolute;
	right: 75px;
	top: 28px;
}

.choose .choose_box h1 {
	font-size: 46px;
	color: #333;
	position: relative;
	z-index: 2;
}

.choose .choose_box h1::after {
	width: 91px;
	height: 9px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	background: #0f48b2;
	z-index: -1;
	border-radius: 3px;
}

.choose .choose_box em{
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.1;
}

.choose .choose_box p {
	font-size: 22px;
	color: #333;
	width: 27em;
	line-height: 40px;
	margin-top: 14px;
}

.choose .choose_right {
	width: 31px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #00b163;
}

.choose .choose_right i {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.choose .choose_right span {
	display: block;
	width: 18px;
	height: 4px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 7px;
}

.choose .choose_right span:last-child {
	margin-bottom: 0;
}

/* choose-end */

/* partner */
.partner {
	width: calc(100% - 60px);
	max-width: 1543px;
	min-width: 1360px;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, 22%);
	margin-top: 118px;
	overflow: hidden;
	border-radius: 10px;
	padding-bottom: 70px;
}

.partner .partner_title {
	text-align: center;
	margin-top: 85px;
}

.partner .partner_title h1 {
	font-size: 62px;
	color: #333;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.partner .partner_title h1::after {
	width: 22px;
	height: 22px;
	content: "";
	background: #0f48b2;
	border-radius: 50%;
	position: absolute;
	left: -2px;
	bottom: 0;
	z-index: -1;
}

.partner .partner_title img {
	display: block;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 18px;
}

.partner .partner_image {
	width: 1300px;
	margin: 0 auto;
	display: block;
	margin-top: 29px;
}

/* partner-end */

/* about */
.about {
	width: 100%;
	height: 905px;
	background: url(/addons/cms/view/default/images/about_back.jpg) center top no-repeat #f9f9f9;
	margin-top: 120px;
	overflow: hidden;
}

.about .about_left {
	width: 1060px;
	height: 751px;
	background: url(/addons/cms/view/default/images/about_left.jpg) center no-repeat;
	margin-top: 154px;
	transform: translateX(-100%);
	margin-left: 750px;
	overflow: hidden;
}

.about .about_left dl {
	width: 750px;
	float: right;
	margin-top: 73px;
}

.about .about_left dl dt h1 {
	font-size: 56px;
	color: #fff;
	position: relative;
}

.about .about_left dl dt h1 a {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 67px;
	top: 50%;
	transform: translateY(-50%);
	background: #00b163;
	border-radius: 10px;
}

.about .about_left dl dt h1 a::after,
.about .about_left dl dt h1 a::before {
	width: 14px;
	height: 3px;
	background: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about .about_left dl dt h1 a::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.about .about_left dl dt h1 span {
	font-weight: 500;
}

.about .about_left dl dt img.about_title {
	display: block;
	margin-top: 10px;
}

.about .about_left dl dt img.about_image {
	display: block;
	margin-top: 36px;
}

.about .about_left dl dt p {
	font-size: 18px;
	color: #fff;
	font-weight: 100;
	width: 38em;
	line-height: 34px;
	margin-top: 34px;
}

.about .about_right {
	width: 550px;
	height: 163px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about .about_right ul {
	overflow: hidden;
	display: inline-block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about .about_right ul li {
	float: left;
}

.about .about_right ul li:nth-child(1) dl {
	padding-left: 54px;
	background: url(/addons/cms/view/default/images/honor.png) left center no-repeat;
	margin-right: 86px;
}

.about .about_right ul li:nth-child(2) dl {
	padding-left: 60px;
	background: url(/addons/cms/view/default/images/factory.png) left center no-repeat;
}

.about .about_right ul li dl dt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.about .about_right ul li dl dd {
	font-size: 12px;
	color: #ccc;
}

/* about-end */

/* news */
.news {
	width: 100%;
	height: 900px;
	background: url(/addons/cms/view/default/images/news_back.jpg) center no-repeat;
	overflow: hidden;
}

.news .news_title {
	position: relative;
	margin-top: 107px;
}

.news .news_title dl {
	display: inline-block;
}

.news .news_title dl dt {
	font-size: 60px;
	font-weight: bold;
	color: #333;
}

.news .news_title dl dd {
	font-size: 30px;
	color: #ddd;
	font-family: YaHeiLight;
	margin-top: 6px;
	position: relative;
}

.news .news_title dl dd::after {
	width: 152px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #f4f4f4;
	border-radius: 6px;
}

.news .news_title ul {
	float: right;
	position: relative;
	height: 45px;
	margin-top: 74px;
}

.news .news_title ul li {
	float: left;
	margin-left: 38px;
	position: relative;
	line-height: 45px;
}

.news .news_title ul li a {
	display: block;
	color: #071b2e;
	font-size: 20px;
}

.news .news_title ul i {
	display: block;
	height: 3px;
	width: 63px;
	background: #00b163;
	transition: ease .3s;
	margin-left: 46px;
	margin-top: 45px;
}

.news .news_content {
	width: 100%;
	overflow: hidden;
	margin-top: 68px;
}

.news .news_box {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: ease .3s;
	z-index: 1;
}

.news .news_box.cur {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.news .news_in {
	width: 400px;
	float: left;
	margin-right: 50px;
	height: 482px;
}

.news .news_in a {
	display: block;
	position: relative;
	height: 100%;
}

.news .news_in i {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.news .news_in i img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news .news_date {
	width: 100%;
}

.news .news_in h1,
.news .news_in h2 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.news .news_in h1 {
	width: 14em;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	margin-top: 6px;
	opacity: 0;
	transition: ease .3s;
}

.news .news_in p {
	color: rgb(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: ease .3s;
	height: 0;
}

.news .news_text {
	background: rgb(255, 255, 255, 1);
	padding: 30px;
	width: 100%;
	height: 182px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(-100%);
	transition: ease .3s;
}

.news .news_text:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(/addons/cms/view/default/images/news_blue.jpg) center no-repeat;
	z-index: 1;
	opacity: 0;
	transition: ease .3s;
}


.news .news_date {
	overflow: hidden;
	border-top: 1px solid rgb(255, 255, 255, 0.5);
	padding-top: 16px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 16px;
}

.news .news_date span {
	display: block;
	float: left;
	font-size: 12px;
	transition: ease .3s;
	line-height: 20px;
}

.news .news_date span:nth-child(1) {
	width: 50px;
	height: 20px;
	background: #00b163;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	margin-right: 15px;
}

.news .news_date span:nth-child(2) {
	color: #071b2e;
}

.news .news_date span:nth-child(3) {
	color: #999;
	line-height: 20px;
}

.news .news_date span:nth-child(3) {
	float: right;
}

.news .news_in h2 {
	color: #333;
	line-height: 30px;
	height: 60px;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_bottom {
	height: 122px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 36px;
	padding: 0 30px;
	z-index: 2;
	transition: ease .3s;
	box-sizing: border-box;
	width: 100%;
}

.news .news_btn {
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid rgb(255, 255, 255, 0.1);
	position: absolute;
	right: 34px;
	top: 38px;
	background: url(/addons/cms/view/default/images/news_btn.png) center calc(50% - 1px) no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: ease .3s;
}

.news .news_btn dl {
	position: absolute;
	right: -2px;
	top: -2px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	transform-origin: left bottom;
	opacity: 0;
	visibility: hidden;
	transition: ease .3s;
}

.news .news_btn dl dt {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 50%;
}

.news .news_in.cur .news_text {
	height: 100%;
	background: rgb(255, 255, 255, 0);
}

.news .news_in.cur .news_text::after {
	opacity: 1;
}

.news .news_in.cur .news_bottom {
	height: 46px;
}

.news .news_in.cur p {
	opacity: 1;
	height: 240px;
	transition: ease 1s .4s;
}

.news .news_in.cur h1 {
	opacity: 1;
	transition: ease .3s .2s;
}

.news .news_in.cur .news_date span:nth-child(1) {
	color: #035ac7;
	background: #fff;
}

.news .news_in.cur .news_date span:nth-child(2),
.news .news_in.cur .news_date span:nth-child(3) {
	color: #fff;
}

.news .news_in.cur .news_btn {
	opacity: 1;
	visibility: visible;
	transition: ease .3s .3s;
}

.news .news_in.cur .news_btn dl {
	opacity: 1;
	visibility: visible;
	transition: ease 1s .3s;
	transform: rotate(360deg);
}

.news .news_in:nth-child(3) {
	margin-right: 0;
}

/* news-end */

/* footer */
.footer {
	width: 100%;
	overflow: hidden;
	background: #0f48b2;
	padding: 120px 0 115px 0;
}

.footer .footer_left {
	width: 325px;
	float: left;
}

.footer .footer_left a {
	display: block;
	width: 293px;
	height: 72px;
}

.footer .footer_left img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer .footer_left p {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.7);
	line-height: 32px;
	margin-top: 25px;
	font-weight: 100;
}

.footer .footer_wechat,
.footer .footer_phone {
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	position: relative;
}

.footer .wechat_box {
	width: 38px;
	height: 38px;
	border: 2px solid rgb(255, 255, 255, 0.1);
	border-radius: 50%;
	background: url(/addons/cms/view/default/images/footer_wechat.png) center no-repeat;
	position: relative;
}

.footer .footer_ewm {
	cursor: pointer;
}

.footer .footer_ewm span {
	position: absolute;
	width: 21px;
	height: 21px;
	overflow: hidden;
	display: block;
	right: -2px;
	top: -2px;
	transform-origin: left bottom;
	opacity: 0;
	transition: ease .5s;
}

.footer .footer_ewm span i {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	border: 2px solid #fff;
	border-radius: 50%;
	right: 0;
	top: 0;
}

.footer .footer_ewm span:nth-child(1) {
	opacity: 1;
	/* transition: ease .2s .6s; */
}

.footer .footer_ewm span:nth-child(2) {
	transform: rotate(90deg);
	/* transition: ease .2s .4s; */
}

.footer .footer_ewm span:nth-child(3) {
	transform: rotate(180deg);
	/* transition: ease .2s .2s; */
}

.footer .footer_ewm span:nth-child(4) {
	transform: rotate(270deg);
	/* transition: ease .2s; */
}

.footer .footer_ewm:hover span:nth-child(1) {
	transform: rotate(90deg);
	/* transition: ease .2s; */
}

.footer .footer_ewm:hover span:nth-child(2) {
	transform: rotate(180deg);
	opacity: 1;
	/* transition: ease .2s .2s; */
}

.footer .footer_ewm:hover span:nth-child(3) {
	transform: rotate(270deg);
	opacity: 1;
	/* transition: ease .2s .2s; */
}

.footer .footer_ewm:hover span:nth-child(4) {
	transform: rotate(360deg);
	opacity: 1;
	/* transition: ease .2s .2s; */
}

.footer .ewm_box {
	width: 92px;
	height: 92px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: calc(100% + 40px);
	opacity: 0;
	visibility: hidden;
	left: 50%;
	transform: translateX(-50%);
	transition: ease .3s;
}

.footer .footer_wechat:hover .ewm_box {
	top: calc(100% + 19px);
	opacity: 1;
	visibility: visible;
}

.footer .ewm_box img {
	width: 88px;
	height: 88px;
	display: block;
	margin: 2px;
}

.footer .ewm_box::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	top: -4px;
}

.footer .footer_phone {
	float: left;
}

.footer .phone_box {
	width: 38px;
	height: 38px;
	border: 2px solid rgb(255, 255, 255, 0.1);
	border-radius: 50%;
	background: url(/addons/cms/view/default/images/footer_phone.png) center no-repeat;
	position: relative;
}

.footer .footer_phone:hover .ewm_box {
	top: calc(100% + 19px);
	opacity: 1;
	visibility: visible;
}

.footer .footer_li {
	float: left;
}

.footer .footer_li li p {
	font-size: 22px;
	color: #fff;
}

.footer .footer_li li span {
	font-size: 12px;
	color: rgb(255, 255, 255, 0.2);
	display: block;
	margin-bottom: 27px;
	margin-top: 2px;
}

.footer .footer_li li a {
	font-size: 16px;
	color: rgb(255, 255, 255, 0.7);
	display: block;
	line-height: 21px;
	/* margin-bottom: 14px; */
	transition: ease .3s;
	line-height: 36px;
	font-weight: 100;
}

.footer .footer_li li:last-child a {
	margin-bottom: 0;
}

.footer .footer_contact {
	margin-left: 118px;
}

.footer .footer_contact li a {
	padding-left: 26px;
	width: 224px;
}

.footer .footer_contact ul li:nth-child(3) a {
	background: url(/addons/cms/view/default/images/footer_contact_icon_01.png) left center no-repeat;
}

.footer .footer_contact ul li:nth-child(4) a {
	background: url(/addons/cms/view/default/images/footer_contact_icon_02.png) left center no-repeat;
}

.footer .footer_contact ul li:nth-child(5) a {
	background: url(/addons/cms/view/default/images/footer_contact_icon_03_04.png) left center no-repeat;
}

.footer .footer_contact ul li:nth-child(6) a {
	background: url(/addons/cms/view/default/images/footer_contact_icon_03_04.png) left center no-repeat;
}

.footer .footer_contact ul li:nth-child(7) a {
	background: url(/addons/cms/view/default/images/footer_contact_icon_05.png) left 10px no-repeat;
}

.footer .footer_nav {
	margin-left: 136px;
}

.footer .footer_nav li:nth-child(n+3) {
	float: left;
}

.footer .footer_nav li:last-child {
	clear: both;
}

.footer .footer_nav li:nth-child(odd) a {
	margin-right: 43px;
}

.footer .footer_nav ul {
	width: 171px;
}

.footer .footer_news {
	float: right;
}

.footer .footer_nav li a:hover,
.footer .footer_news li a:hover {
	color: #fff;
}

.copyRight {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #0a40a3;
	border-top: 1px solid rgb(255, 255, 255, 0.3);
}

.copyRight p:nth-child(1) {
	float: left;
}

.copyRight p:nth-child(2) {
	float: right;
}

.copyRight p {
	color: #fff;
	font-size: 16px;
}

/* footer-end */
/* 首页样式结束 */
/* ------------------------------------------------- */
/* 内页 */

/*map*/
.map {
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
}

.map a {
	font-size: 15px;
	color: #000;
}

.map i {
	font-family: "fangsong";
}

.map .home_ico:before {
	content: "";
	display: block;
	background: url(../images/nr_map.png) center no-repeat;
	width: 12px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 23px;
	opacity: 0.5;
}

.map .home_ico {
	padding-left: 24px;
}

/* map-end */

/* banner——nr */
.banner_nr {
	height: 200px;
	color: #fff;
	text-align: center;
}

.banner_nr p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

.banner_nr1 {
	height: 200px;
	color: #fff;
	text-align: center;
}

.banner_nr1 p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr1 span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

/* banner_nr-end */

/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin: 50px 0 60px;
	/* border-radius: 20px; */
}

.in_contact .cont-tit {
	width: 100%;
	line-height: 38px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666
}

.in_contact ul {
	width: 100%
}

.in_contact ul:after {
	content: '';
	clear: both;
	display: block;
}

.in_contact li {
	float: left;
	width: 33.33%;
	padding: 40px 1% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 320px;
}

.in_contact li:first-child {
	border-left: none
}

.in_contact li img {
	margin-bottom: 5px
}

.in_contact li h2 {
	font-size: 30px;
	color: #000;
	line-height: 48px;
	margin-bottom: 12px;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
}

.in_contact li p {

	font-size: 16px;
	color: #555;
	line-height: 35px;

}

.in_contact li p a {
	font-size: 15px;
	color: #555;
	line-height: 35px;
}

.in_contact li p a:hover {
	color: #064893;
}

.in_contact li p a img {
	display: inline-block;
	vertical-align: middle;
}

.in_contact li dl {
	width: 100%;
	padding-top: 20px
}

.in_contact li dd {
	float: left;
	width: 28%;
	margin-right: 5%;
}

.in_contact li img {
	max-width: 100%;
	height: auto;
}

.in_contact li dd p {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	text-align: center;
}

.in_contact li h3 {
	font-size: 24px;
	color: #000;
	line-height: 61px
}

.in_contact li .ban {
	position: relative
}

.in_contact li .box {
	background: #f5f5f5;
	padding: 30px 0 35px;
	position: absolute;
	top: 90px;
	left: -10%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.in_contact li .box h4 {
	font-size: 24px;
	color: #000;
	line-height: 43px;
	padding-left: 10%;
	margin-bottom: 6px
}

.in_contact li .box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 10%
}

.in_contact li .box:after {
	border-bottom: 13px solid #f5f5f5;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -13px;
	left: 13%;
	content: "";
	width: 0;
	height: 0;
}

/*联系我们内页结束*/

/*about_nr*/
.fl {
	float: left
}

.fr {
	float: right
}

.com-width>.page {
	position: relative;
}

.com-width .left {
	float: left;
	width: 510px;
}

.com-width .right {
	width: 720px;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	height: 443px;
}

.com-width .left .pic.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	height: 383px;
	overflow: hidden;
	position: relative;
}

#bodycon #center {
	width: 100% !important;
	background: url() repeat center !important;
}

.com-width .left .page-title .en {
	font-size: 30px;
	text-transform: capitalize;
	color: #aaa;
	display: block;
	line-height: 40px;
	padding: 20px 0 0;
}

.com-width .left .page-title .cn {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 30px;
	font-weight: normal;
}

.com-width.clearfix {
	padding: 50px 0px;
}

#bodycon {
	padding: 0px 0;
	width: 100% !important;
}

.com-width .left .pic.pic-plus img {
	display: block;
	height: 100%;
	position: absolute;
}

.com-width .left {
	position: relative
}

.com-width .left>.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(16, 89, 169, 0.65);
	width: 350px;
	padding: 20px;
	text-align: center;
}

.com-width .left>.intro-num>li {
	display: inline-block;
	padding: 5px 18px;
}

.com-width .left>.intro-num>li p {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.com-width .left>.intro-num>li p i {
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
}

.com-width .right .des {
	overflow-y: auto;
	height: calc(100% - 105px);
	padding-right: 15px;
	line-height: 30px;
	font-size: 16px;
}

.com-width .right .des p {
	font-size: 16px;
	color: #565656;
	padding: 0 0 0px;
	line-height: 40px;
	text-align: justify;
	text-indent: 2em;
}

.com-width .right .about_tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #0c55af;
}

.prod_right_tj_title_two {
	border-left: 7px #0c55af solid;
	height: 39px;
	position: relative;
	margin-top: 60px;
}

.prod_right_tj_title_two p {
	padding-left: 20px;
	font-size: 22px;
	line-height: 22px;
}

.prod_right_tj_title_two em {
	padding-left: 20px;
	font-size: 12px;
	color: #dddddd;
	display: block;
	padding-top: 3px;
}

.prod_right_tj_title_two a {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url() left no-repeat;
	padding-left: 24px;
	color: #ccc;
	font-size: 12px;
}

/*about_nr-end*/

/* prod */
.prod {
	/* margin-top: 70px; */
}

.prod .prod_title {
	position: relative;
	text-align: center;
}

.prod .prod_title::after {
	content: "product";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	font-size: 42px;
	font-weight: bold;
	opacity: 0.06;
	text-transform: uppercase;
	z-index: -1;
}

.prod .prod_title p {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.prod .prod_title p strong {
	color: #0c55af;
}

.prod .prod_title span {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	background: url(../images/title_span.png) center no-repeat;
	color: #666;
}

.prod .prod_nr {
	width: 1300px;
	margin: 60px auto 0 auto;
	padding-bottom: 10px;
}

.prod_nr .prod_right {
	float: right;
	width: 940px;
}

/* 合作 */
.prod_right_X5 {
	width: 100% !important;
}

.prod_right_X5 ul li {
	width: 240px !important;
	margin-right: 25px !important;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .3s;
	cursor: pointer;
}

.prod_right_X5 ul li:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 16px rgb(0, 0, 0, 0.12);
}

.prod_right_X5 ul li:nth-child(5n) {
	margin-right: 0 !important;
}

.prod_right_X5 ul li img,
.prod_right_X5 ul li i,
.prod_right_X5 ul li a {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
}

.prod_right_X5 ul li i {
	height: 0 !important;
}


.prod_right_X5 ul li a {
	height: 100px !important;
}

.prod_right_X5 ul li:hover img {
	transform: none !important;
}

/* 合作 */
.prod_nr .prod_right .prod_right_title {
	background: #f9f9f9;
	height: 55px;
}

.prod_nr .prod_right .prod_right_title p {
	font-size: 18px;
	background: #000;
	width: 198px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	position: relative;
	text-indent: 64px;
	float: left;
}

.prod_nr .prod_right .prod_right_title p::after {
	content: "";
	display: block;
	background: url(../images/prod_right_title_p.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 16px;
	left: 30px;
}

.prod_nr .prod_right .prod_right_title a {
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border: 1px #bbb solid;
	text-align: center;
	line-height: 30px;
	font-family: "fangsong";
	margin-right: 16px;
	margin-top: 12px;
	position: relative;
}

.prod_nr .prod_right .prod_right_title a:hover {
	background: #0c55af;
	border: 1px #0c55af solid;
	color: #fff;
}

.prod_nr .prod_right .prod_right_nr {
	overflow: hidden;
}

.prod_nr .prod_right .prod_right_nr ul li {
	width: 282px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(3) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(6) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(9) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(12) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:hover p {
	background: #0c55af;
	color: #fff;
	transition: 0.3s;
}

.prod_nr .prod_right .prod_right_nr ul li:hover img {
	transform: scale(0.9);
}

.prod_nr .prod_right .prod_right_nr ul li a {
	display: block;
	width: 282px;
	background: #fff;
	transition: 0.3s;
	color: #333;
	/* height: 300px; */
	border: 1px solid #DDD;
}

.prod_nr .prod_right .prod_right_nr ul li a i {
	/* width: 278px; */
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	margin: auto;
	/* padding-top: 2px;
	height: 250px; */
}

.prod_nr .prod_right .prod_right_nr ul li a i img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: ease .3s;
}

.prod_nr .prod_right .prod_right_nr ul li a p {
	width: 100%;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	transition: ease .3s;

}

.news_ny {
	background: #f9f9f9;
	overflow: hidden;
}

.news_ny ul {
	padding: 20px 0 20px;
}

.news_ny ul li {
	margin-bottom: 30px;
}

.news_ny .link {
	padding: 35px 30px 35px 150px;
	display: block;
	background-color: #fff;
	color: #646464;
	position: relative;
	border: 3px solid transparent;
	transition: .45s;
	-webkit-transition: .45s;
	height: 122px;
}

.news_ny .link .tit {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px;
	text-align: left;
	color: #333;
}

.news_ny .link .abstracts {
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #999;
}

.news_ny .link .time {
	display: block;
	width: 90px;
	height: 140px;
	background: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -70px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-family: "arial";
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
}

.news_ny .link .time .day {
	font-size: 30px;
	margin-top: 20px;
	padding-top: 0px;
}

.news_ny .link .time:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/news_time_ico_2.png) no-repeat scroll center center;
	margin: 25px auto 0;
}

.news_ny .link:hover {
	background-color: #fff;
	border-color: #444;
}

.news_ny .link:hover .time {
	background-color: #0c55af;
}

.news_ny .link:hover .tit {
	color: #333
}

.news_ny .link .border {
	position: absolute;
	background-color: #333;
	transition: .45s;
	-webkit-transition: .45s;
}

.news_ny .link .border.top {
	right: 0;
	top: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.right {
	right: 0;
	top: 0;
	height: 0%;
	width: 3px;
}

.news_ny .link .border.bottom {
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.left {
	left: 0;
	bottom: 0;
	width: 3px;
	height: 0%;
}

.news_ny_class {
	margin: auto;
	padding-top: 50px;
	height: 40px;
	padding-bottom: 20px;
	justify-content: center;
	display: flex;
}

.news_ny_class dl {
	display: block;
}

.news_ny_class dl a {
	width: 160px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	float: left;
	border-radius: 50px;
	transition: 0.4s;
	margin-right: 30px;
	font-size: 14px;
}

.news_ny_class dl:last-child a {
	margin-right: 0px;
}

.news_ny_class dl:hover a {
	background: #0c55af;
	transition: 0.4s;
	color: #fff;
}

.news_ny_class dl.cur a {
	background: #0c55af;
	color: #fff;
}

.Page {
	text-align: center;
	margin: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	justify-content: center;
	display: flex;
}

.Page .active span {
	background: #0c55af;
	color: #fff;
}

.Page .active a {
	background: #0c55af;
	color: #fff;
}

.Page ul li {
	float: left;
}

.Page ul li span {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.Page ul li a {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.loadmore {
	text-align: center;
}

.prod_ny {
	width: 960px;
	float: right;
}

.prod_ny_img .fl {
	width: 414px;
	background: #fff;
}

.prod_ny_img .fl img {
	width: 100%;
	border: 1px #eee solid;
	box-sizing: border-box;
}

.prod_ny_img .fr {
	width: 520px;
}

.prod_ny_img .fr p {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.prod_ny_img .fr span {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}

.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #0c55af;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}

/* .prod_ny_img ul {
	margin-top: 20px;
} */

/* .prod_ny_img ul li {
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 5px;
	border-radius: 50px;
	margin-bottom: 10px;
} */

.prod_ny_img ul li:hover {
	background: #CCC;
	transition: 0.3s;
	color: #fff;
}

.prod_ny_img ul li a {
	color: #333;
}

.prod_ny_img ul li:hover a {
	color: #fff;
	transition: 0.3s;
}

.prod_ny_nr {
	width: 100%;
}

.prod_ny_nr_title {
	font-size: 24px;
	color: #333;
	height: 60px;
	line-height: 65px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 30px;
}

.prod_ny_nr_title strong {
	color: #333;
}

.prod_ny_nr_content {
	line-height: 28px;
	font-size: 16px;
}

.prod_ny_nr_content strong {
	display: block;
	color: #333;
	font-size: 20px;
	border-left: 6px #1ea6b8 solid;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 8px;
}

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

.prod_ny_nr_content .list-paddingleft-2 {
	padding-left: 20px;
	margin-top: 10px;
}

.prod_ny_nr_content .list-paddingleft-2 li {
	list-style: initial;
}

.prod_ny_nr_content table {
	width: 100%;
}

.prod_ny_nr_content table tbody {
	border: 1px #ccc solid;
}

.prod_ny_nr_content table tbody tr td {
	border: 1px #ccc solid;
}

.prod_ny_nr_content .table-wrapper table,
.row .table-wrapper table {
	border: 0;
	margin: 0;
}

table {
	background-color: transparent;
	max-width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.mfb {
	margin-top: 60px;
}

.prod_tj {
	width: 100%;
	margin-top: 10px;
}

.prod_tj_title {
	line-height: 26px;
	height: 26px;
	margin-bottom: 20px;
	margin-top: 60px;
}

.prod_tj_title p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	float: left;
	margin-right: 6px;
	border-left: 6px #ccc solid;
	padding-left: 16px;
}

.prod_tj_title em {
	color: #ccc;
	float: left;
	display: block;
	margin-top: 2px;
}

.prod_tj_title a {
	color: #bbb;
	float: right;
	display: block;
	margin-top: 2px;
}

.prod_tj_nr table tbody tr td {
	display: block;
	width: 265px;
	padding-left: 0px !important;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
}

.prod_tj_nr table tbody tr td:nth-child(3) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td:nth-child(6) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td br {
	display: none;
}

.prod_tj_nr table tbody tr td i {
	width: 265px;
	display: block;
	overflow: hidden;
	border: 1px #ddd solid;
}

.prod_tj_nr table tbody tr td span {
	display: block;
	width: 265px;
	height: 55px;
	line-height: 55px !important;
	background: #fff;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	text-align: left;
	position: relative;
}

.prod_tj_nr table tbody tr td span a {
	padding-left: 20px;
}

.prod_tj_nr table tbody tr td span:after {
	content: "";
	background: url(../images/20181129105729_1076600761.png) right no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 19px;
	right: 20px;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span:after {
	background: url(../images/20181129105729_1076600761.png) left no-repeat;
}

.prod_tj_nr table tbody tr td:hover span {
	background: #ff8a00;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span a {
	color: #fff;
	transition: 0.3s;
}

.prod_right {
	width: 100%;
}

.prod_fl {
	height: 80px;
}

.prod_fl_title {
	float: left;
}

.prod_fl_title em {
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
}

.prod_fl_title p {
	font-size: 28px;
	font-weight: bold;
}

.prod_fl_nr {
	float: right;
	margin-top: 24px;
}

.prod_fl_nr #classimgshow1 {
	float: left;
	margin-left: 60px;
	border-left: 5px #ddd solid;
	padding-left: 12px;
	transition: 0.3s;
}

.prod_fl_nr #classimgshow1 a {
	font-size: 16px;
}

.prod_fl_nr #classimgshow1:hover {
	border-left: 5px #FF3600 solid;
	transition: 0.3s;
}


.news-info {
	max-width: 1300px;
	margin: auto;
}

.news-info .leftbox {}

.news-info .leftbox .b1 {
	background: #fff;
	padding: 34px 30px 40px;
	width: 63%;
	float: left;
	margin-bottom: 30px;
}

.news-info .leftbox .txt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
}

.news-info .leftbox .clickbox {
	width: 100%;
	border-top: 1px solid #eee;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	margin-top: 34px;
	padding-top: 20px;
}

.pre_a:nth-child(1) {
	margin-right: 15px;
}

.news-info .leftbox .clickbox a {
	color: #666;
}

.news-info .leftbox .clickbox a:hover {
	color: #222;
}

.news-info .leftbox .clickbox .goback {
	width: 96px;
	height: 40px;
	line-height: 38px;
	display: block;
	border: 1px solid #ececec;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 30px;
	padding-left: 20px;
	background: url(../images/icon26.png) 58px center no-repeat;
	transition: all ease .3s;
}

.news-info .leftbox .clickbox .goback:hover {
	color: #222;
	background: url(../images/icon26-1.png) 58px center no-repeat;
	border: 1px solid #666;
}

.news-info .leftbox .case-sj {
	width: 100%;
	padding: 24px 30px;
	background: #fff;
	margin-top: 10px;
}

.news-info .leftbox .case-sj .title {
	font-size: 18px;
	color: #999;
	line-height: 30px;
}

.news-info .leftbox .case-sj .list {
	width: 100%;
	margin-top: 23px;
}

.news-info .leftbox .case-sj .list li {
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.news-info .leftbox .case-sj .list li:nth-child(3n) {
	margin-right: 0;
}

.news-info .leftbox .case-sj .list li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .case-sj .list li .img {
	width: 100%;
	overflow: hidden;
}

.news-info .leftbox .case-sj .list li .img img {
	width: 100%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover .img img {
	transform: scale(1.05);
}

.news-info .leftbox .case-sj .list li .title {
	font-size: 14px;
	line-height: 30px;
	color: #222;
	padding: 12px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox {
	width: 30%;
	float: right;
}

.news-info .rightbox .news-tj {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
	box-sizing: border-box;
}

.news-info .rightbox .news-tj .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .news-tj .list {
	margin-top: 10px;
}

.news-info .rightbox .news-tj .list li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

.news-info .rightbox .news-tj .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-info .rightbox .news-tj .list li a {
	width: 100%;
	display: block;
}

.news-info .rightbox .news-tj .list li .t1 {
	font-size: 16px;
	line-height: 50px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox .news-tj .list li:hover .t1 {
	color: #000;
}

.news-info .rightbox .news-tj .list li .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}

.news-info .rightbox .news-tj .list li .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}

.news-info .rightbox .label {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label .box {
	margin-top: 18px;
}

.news-info .rightbox .label .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .rightbox .label-case {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label-case .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label-case .box {
	margin-top: 18px;
}

.news-info .rightbox .label-case .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label-case .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .leftbox.l2 {
	background: #fff;
	padding: 30px 30px 40px;
}

.news-info .leftbox .list2 {
	width: 100%;
}

.news-info .leftbox .list2 li {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.news-info .leftbox .list2 li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .list2 li .time {
	width: 110px;
	float: left;
	color: #999;
	font-size: 16px;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .time {
	color: #21abd7;
}

.news-info .leftbox .list2 li .time span {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	display: block;
}

.news-info .leftbox .list2 li .tbox {
	width: calc(100% - 110px);
	float: left;
}

.news-info .leftbox .list2 li .tbox .t1 {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .leftbox .list2 li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-info .leftbox .list2 li .tbox .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 18px;
	padding-right: 28px;
	background: url(../images/icon28.png) right center no-repeat;
	display: inline-block;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .tbox .t3 {
	color: #222;
	background: url(../images/icon29.png) right center no-repeat;
}

.news-info .leftbox.l2 .page-list {
	margin: 10px auto 0;
}

.editor {
	font-size: 16px;
	line-height: 30px;
}

.editor img {
	display: block;
}

.news_ny_title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	height: 50px;
	line-height: 60px;
}

.news_ny_time {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	margin-top: 5px;
}

.news_ny_time p {
	float: left;
	margin-right: 20px;
}

.news_ny_time p a {
	color: #999;
}

/*ny*/
.case_ny {
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 60px;
}

.case_ny .box {
	max-width: 1300px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 1300px;
	display: table;
	padding: 50px 0 0px;
}

.case_ny .box .case-list li {
	width: 310px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(4n) {
	margin-right: 0;
}

.case_ny .box .case-list li a {
	width: 100%;
	display: block;
}

.case_ny .box .case-list li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.case_ny .box .case-list li .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
	width: 100%;
	transition: all ease .5s;
	display: block;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #222;
	/* margin-bottom: 24px; */
	transition: all ease .5s;
	float: left;
}

.case_ny .box .case-list li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_ny .box .case-list li .tbox .t3 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #999;
	/* background: url(/import/Template/Default/Content/images/icon38.png) 68px center no-repeat; */
	transition: all ease .5s;
	float: right;
}

.case_ny .box .case-list li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case_ny .box .case-list li:hover .img:before {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img:after {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img img {
	transform: scale(1.1);
}

.case_ny .box .case-list li:hover .tbox .t1 {
	color: #0c55af;
}

.case_ny .box .case-list li:hover .tbox .t3 {
	color: #222;
	/* background: url(/import/Template/Default/Content/images/icon39.png) 68px center no-repeat; */
}

/* 内页结束 */