/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	margin: 0;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, pre, th, td, dl, dd, form, fieldset, legend, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, nav, section {
	display: block
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	transition: 0.6s;
}
ol, dl, dt, dd, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
.clear::before {
	display: block;
	clear: both;
	content: '';
	width: 0;
	height: 0;
	visibility: hidden;
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.bgcolor1 {
	background-color: #f5f5f5;
}
.w100 {
	width: 100%;
	background: #fff;
}
.w90 {
	width: 96%;
	margin: 0 auto;
	padding-bottom: 2%;
}
/*  1111   */

.default-index-container {
	max-width: 1730px;
	margin: 0 auto;
}
/*编辑版结束*/
/* 当页面宽度大于1200px*/
        @media screen and (min-width:1200px) {
.hidden-xl {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
}


        /* 当页面宽度大于960px小于1200px */
        @media screen and (min-width:960px) and (max-width:1200px) {
.hidden-lg {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
}

          /* 当页面宽度大于600px小于960px */
          @media screen and (min-width:600px) and (max-width:960px) {
.hidden-md {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
}
         /* 当页面宽度大于300px小于600px */
         @media screen and (min-width:300px) and (max-width:600px) {
.hidden-sm {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
}
          /* 当页面宽度小于300px*/
@media screen and (max-width:300px) {
.hidden-xs {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
}

/* 轮播图 */




/* 头部导航 */
.pc-header-height-div {
	height: 90px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 90px;
	transition: all .5s;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #003734;
}
.pc-header.ny-pc-header {
	background-color: #003734;
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.scroll {
	transition: all .5s;
	height: 90px;
	background-color: #003734;
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #102484;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active {
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after {
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor {
	background-color: #003734;
	height: 40%;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box {
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p {
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after {
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor {
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left {
	width: 250px;
	height: 38px;
}
.pc-header .left .logo {
	position: relative;
	width: 250px;
	height: 38px;
	display: inline-block;
}
.pc-header .left .logo::after {
	content: "";
	background-image: url(../images/logo_active.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 171px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after, .pc-header.active .left .logo::after, .pc-header.ny-pc-header .left .logo::after, .pc-header .left .logo:hover::after {
	opacity: 0;
}
/* LOGO变化后 */
.pc-header .left .logo::before {
	content: "";
	background-image: url(../images/logo_active.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 171px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before, .pc-header.active .left .logo::before, .pc-header.ny-pc-header .left .logo::before, .pc-header .left .logo:hover::before {
	opacity: 1;
}
.pc-header .content {
	max-width: 1830px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right {
	width: calc(100% - 230px);
	text-align: right;
}
.pc-header .right .level1 {
	display: inline-block;
	vertical-align: middle;
}
/* 导航间距 */
.pc-header .right .level1>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 80px;
}
.pc-header .right .level1>li>a {
	font-size: 14px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.pc-header.active .right .level1>li>a, .pc-header.scroll .right .level1>li>a, .pc-header.ny-pc-header .right .level1>li>a {
	color: #666666;
}
.pc-header .right .level1>li>a::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 4px;
	background-color: rgba(182,0,5,0);
	transition: all .5s;
}
.pc-header .right .level1>li:hover>a {
	color: #f08300;
}
.pc-header .right .level1>li:hover>a::after {
	background-color: rgba(245,182,62,1);
	width: 100%;
}
.pc-header .right .level2 {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 150px;
	display: none;
	opacity: 0;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.pc-header .right .en-box {
	display: inline-block;
	vertical-align: middle;
	/*border-left: 1px solid #fff;*/
	margin-left: 30px;
	transition: all .5s;
}
/*.pc-header.active .right .en-box,
.pc-header.scroll .right .en-box,
.pc-header.ny-pc-header .right .en-box{
	border-left: 1px solid #e4e4e4;
}*/
.pc-header .right .en-box a i {
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i, .pc-header.scroll .right .en-box a i, .pc-header.ny-pc-header .right .en-box a i {
	color: #666666;
}
.pc-header .right .en-box a:hover i {
	color: #f08300;
}
.pc-header .right .level2>li {
	text-align: center;
	margin-bottom: 10px;
}
.pc-header .right .level2>li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	text-decoration: none;
	color: #6b6b6b;
	position: relative;
	text-align: center;
	border-radius: 5px;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
/*鼠标移动变色*/
.pc-header .right .level2>li>a:hover {
	color: #f08300;
}
 @media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1440px) {
.pc-header .right .level1>li {
	margin-left: 60px;
}
}
@media screen and (max-width: 1280px) {
.pc-header .right .en-box a {
	font-size: 14px;
}
.pc-header .right .en-box a .icon-btn_search {
	font-size: 18px;
}
.pc-header .right .level1>li {
	margin-left: 40px;
}
.pc-header .right .level1>li>a {
	font-size: 14px;
}
.pc-header .right {
	width: calc(100% - 132px);
}
}
@media screen and (max-width: 991px) {
.pc-header-height-div {
	height: 69px;
}
}
/*wap端导航*/
.wap-nav {
	padding: 1.5em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #003734;
}
.wap-nav .logo {
	float: left;
	width: 60%;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}
.wap-search-box {
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #fff;
}
/*.wap-search-box i{
	font-size:2em;
	color: #f08300;
}*/
.nav-button {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}
/*

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}*/


.wap-burger_menu {
	position: fixed;
	top: 68px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
	transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-delay: .65s;
	transition-delay: .65s;
}
.wap-burger_menu.active {
	height: calc(100% - 82px);
	-webkit-transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
	transition: all 0.8s cubic-bezier(.19, 1, .22, 1);
}
.wap-burger_menu>.level1>li {
	display: block;
	padding: 15px 20px;
	width: 100%;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	opacity: 0;
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.wap-burger_menu>.level1>li:nth-child(1) {
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
	-moz-transition-delay: 0.65s;
	-ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2) {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}
.wap-burger_menu.active>.level1>li:nth-child(1) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}
.wap-burger_menu.active>.level1>li:nth-child(2) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
}
.wap-burger_menu.active>.level1>li:nth-child(3) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4) {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}
.wap-burger_menu .level1>li>a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span {
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
}
.wap-burger_menu .level1>li.active {
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou {
	color: #cccccc;
}
.wap-burger_menu .level2 {
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a {
	color: #8d8d8d;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.wap-burger_menu .level2>li>a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #8d8d8d;
	-webkit-transition: width .5s cubic-bezier(.19, 1, .22, 1);
	transition: width .5s cubic-bezier(.19, 1, .22, 1);
}
.wap-burger_menu .level2>li>a:hover:after {
	width: 100%;
}
@media screen and (max-width: 767px) {
.wap-burger_menu {
	top: 65px;
}
.wap-burger_menu.active {
	height: calc(100% - 65px);
}
}
@media screen and (max-width: 575px) {
.header-height-div {
	height: 64px;
}
.wap-burger_menu {
	top: 64px;
}
.wap-burger_menu.active {
	height: calc(100% - 64px);
}
}
/*头部防遮挡*/
.wap-header-height-div {
	height: 68px;
}
@media screen and (max-width: 767px) {
.wap-header-height-div {
	height: 65px;
}
}
@media screen and (max-width: 575px) {
.wap-header-height-div {
	height: 64px;
}
}
/*头部防遮挡 end*/

/* 头部导航 end*/

/* 首页公司简介*/

.pc_index_about {
	display: flex;
}
.pc_index_about_left {
	height: 805px;
	flex: 1;
	background: url(../images/pc_about_bg.jpg) center center repeat;
	background-size: cover;
	text-indent: -9999px;
}
.pc_index_about_right {
	height: 100%;
	width: 50%;
	position: relative;
}
.pc_index_about_rmain {
	font: 16px/30px "microsoft yahei";
	color: #000;
	width: 70%;
	margin: 0px auto;
}
.pc_index_about_title {
	margin: 50px auto;
	width: 295px;
	height: 122px;
	background: url(../images/pc_home_about_title.png) no-repeat;
	text-indent: -9999px;
}
 @media screen and (min-width:320px) and (max-width:600px)  {
	 
.pc_index_about {
	display: flex;
	height:100%;
}
.pc_index_about_left {
	flex:1;
	background: url(../images/pc_about_bg.jpg) center center no-repeat;
	background-size: cover;
	text-indent: -9999px;
}
.pc_index_about_right {
	height: 100%;
	width: 80%;
	position: relative;
}
.pc_index_about_rmain {
	font: 0.8em/1.6em "microsoft yahei";
	color: #000;
	width: 95%;
	margin: 0 auto;
}
.pc_index_about_title {
	width:100%;
	margin: 1em auto;
	background: url(../images/pc_home_about_title.png) center center no-repeat;
	background-size:60%;
	text-indent: -9999px;
}
}

/*-------------------------------------------------------------------*/


.pc_index_product {
	display: flex;
	padding:0 0 7% 0;
}
.pc_index_product_lmain {
	font: 16px/30px "microsoft yahei";
	color: #fff;
	width: 70%;
	margin: 0px auto;
}
.pc_index_product_left_title {
	margin: 50px auto;
	background: url(../images/pc_home_product_title.png) no-repeat;
	width: 351px;
	height: 122px;
	text-indent: -9999px;
}
.pc_index_product_left {
	height: 670px;
	width: 40%;
	position: relative;
	background: #003734 url(../images/pc_index_product_bgtext.png) right bottom no-repeat;
	background-size: 85%;
}
.pc_index_product_right {
	flex: 1;
	position: relative;
	height: 670px;
	background: #003734;
}
.pc_index_product_right .pc_index_product_k {
	position: absolute;
	bottom: -120px;
	left: 14%;
	width: 866px;
	height: 684px;
	text-align: right;
	text-align: left;
}
.pc_index_product_right .pc_index_product_k img{
	width:100%;
	}
	
/* WAP_home产品*/
 @media screen and (min-width:320px) and (max-width:600px)  {
.pc_index_product {
	display: block;
	width:100%;
	height:100%;
	padding:0 0 7% 0;
	background:#003734;
}
.pc_index_product_left_title {
	margin:0 auto;
	padding:2em 0;
	width:100%;
	background: url(../images/pc_home_product_title.png) center  center no-repeat;
	background-size: 60%;
	text-indent: -9999px;
}
.pc_index_product_lmain {
	font: 0.8em/1.7em "microsoft yahei";
	color: #fff;
	width:97%;
	margin:0 auto;
	padding:0 1.5%;
	background:#003734;
}
.pc_index_product_left {
	width: 100%;
	height:310px;
	position: relative;
	background-image:none;
	z-index:9999;
}
.pc_index_product_right {
		width:100%;
		position: relative;
		height: 240px;
		
}
.pc_index_product_right .pc_index_product_k {
		position:absolute;
		top: 2em;
		left:0;
		right:0;
		bottom:0;
		margin:0 auto;
		padding:0;
		width:95%;
		z-index:9999;
		height:100%;
	}

}

 @media screen and (min-width:900px) and (max-width:1200px)  {
.pc_index_product {
	display: block;
	width:100%;
	height:100%;
	padding:0 0 7% 0;
	background:#003734;
}
.pc_index_product_left_title {
	margin:0 auto;
	padding:2em 0;
	width:100%;
	background: url(../images/pc_home_product_title.png) center  center no-repeat;
	background-size: 60%;
	text-indent: -9999px;
}
.pc_index_product_lmain {
	font: 0.8em/1.7em "microsoft yahei";
	color: #fff;
	width:97%;
	margin:0 auto;
	padding:0 1.5%;
	background:#003734;
}
.pc_index_product_left {
	width: 100%;
	height:310px;
	position: relative;
	background-image:none;
	z-index:9999;
}
.pc_index_product_right {
		width:100%;
		position: relative;
		height: 240px;
		
}
.pc_index_product_right .pc_index_product_k {
		position:absolute;
		top: 2em;
		left:0;
		right:0;
		bottom:0;
		margin:0 auto;
		padding:0;
		width:95%;
		z-index:9999;
		height:100%;
	}

}

/* WAP_home产品*/
/*-------------------------------------------------------------------*/

.pc_index_news {
	width: 88%;
	height: 680px;
	margin: 50px auto;
}
.pc_index_news_title {
	background: url(../images/pc_home_news_title.png) no-repeat;
	width: 455px;
	height: 122px;
	text-indent: -9999px;
	margin: 50px 0 50px auto;
}
.pc_index_news_main {
	float: left;
	border: 1px solid #eee;
	width: 48%;
	padding: 2%;
	margin: 1% 1%;
}
.pc_index_news_img {
	float: left;
	width: 21%;
}
.pc_index_news_img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.pc_index_ntitle {
	float: left;
	width: 75%;
	margin-left: 4%;
	text-align: left;
}
.pc_index_ntitle p:nth-of-type(1) {
	padding: 5px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	color: #333;
}
.pc_index_ntitle p:nth-of-type(2) {
	padding: 5px 0px;
	font-size: 16px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #333;
}

/* WAP_index新闻样式*/
 @media screen and (min-width:300px) and (max-width:600px)  {
.pc_index_news {
	width:100%;
	height:100%;
	margin:2em auto;
}
.pc_index_news_title {
	background: url(../images/pc_home_news_title.png) center center no-repeat;
	background-size:60%;
	width:100%;
	text-indent: -9999px;
	margin:1em auto;
}
.pc_index_news_main {
	float: none;
	border: 1px solid #eee;
	width: 96%;
	padding: 2% 2%;
	margin: 2% auto;
}
.pc_index_news_img {
	float: left;
	width: 20%;
}
.pc_index_news_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pc_index_ntitle {
	float: left;
	width: 75%;
	margin-left: 5%;
	text-align: left;
}
.pc_index_ntitle p:nth-of-type(1) {
	padding: 5px 0px;
	text-transform: uppercase;
	font:bold 1em/1.5em "Microsoft Yahei";
	color: #333;
}
.pc_index_ntitle p:nth-of-type(2) {
	padding: 5px 0px;
	font-size: 16px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #333;
}
}

/*-------------------------------------------------------------------*/
.pc_ny_news {
	width: 88%;
	height: 680px;
	margin: 50px auto;
}
.pc_ny_news_title {
	background: url(../images/pc_home_news_title.png) no-repeat;
	width: 455px;
	height: 122px;
	text-indent: -9999px;
	margin: 50px 0 50px auto;
}
.pc_ny_news_main {
	float: left;
	border: 1px solid #eee;
	width: 48%;
	padding: 2%;
	margin: 1% 1%;
}
.pc_ny_news_img {
	float: left;
	width: 21%;
}
.pc_ny_news_img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.pc_ny_ntitle {
	float: left;
	width: 75%;
	margin-left: 4%;
	text-align: left;
}
.pc_ny_ntitle p:nth-of-type(1) {
	padding: 5px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	color: #333;
}
.pc_ny_ntitle p:nth-of-type(2) {
	padding: 5px 0px;
	font-size: 16px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #333;
}
/* WAP_ny新闻样式*/
@media (min-width: 332px) and (max-width:768px) {
.pc_ny_news_main {
	float: none;
	border: 1px solid #eee;
	width: 96%;
	padding: 5% 2%;
	margin: 4% auto;
}
.pc_ny_news_img {
	float: left;
	width: 30%;
}
.pc_ny_news_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pc_ny_ntitle {
	float: left;
	width: 66%;
	margin-left: 4%;
	text-align: left;
}
.pc_ny_ntitle p:nth-of-type(1) {
	padding: 5px 0px;
	font-size: 1em;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #333;
}
.pc_ny_ntitle p:nth-of-type(2) {
	padding: 5px 0px;
	font-size: 0.9em;
	line-height: 1em;
	font-family: "Microsoft Yahei";
	color: #333;
}
}





.product_pic ul li.product_list_main {
	position: relative;
	border: 1px solid #ccc;
	padding: 1%;
}
.product_pic ul li.product_list_main .product_list_name {
	position: absolute;
	bottom: 15%;
	left: 10%;
	text-align: left;
	color: #fff;
}
.product_pic ul li.product_list_main .product_list_name p:nth-of-type(1) {
	font-size: 25px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	color: #fff;
	text-transform: uppercase;
	text-shadow:2px 3px 2px black;
	
}
.product_pic ul li.product_list_main .product_list_name p:nth-of-type(2) {
	font-size: 22px;
	line-height: 30px;
	font-family: "arial";
	color: #fff;
	text-transform: uppercase;
	text-shadow:2px 3px 2px black;
}
 @media (min-width: 332px) and (max-width:1023px) {
.product_pic ul li.product_list_main .product_list_name p:nth-of-type(1) {
	padding: 10px 0px 10px;
	color: #fff;
	font: 0.9em/1em "Microsoft Yahei";
}
.product_pic ul li.product_list_main .product_list_name p:nth-of-type(2) {
	font: 0.8em/1em Arial, Helvetica, sans-serif;
}
}
.product_pic ul li.product_list_main .product_list_name a {
	color: #fff;
}
/*---------------------------------------*/
	

.index_about_main {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 60%;
	padding: 5% 3% 3%;
}
.index_about_title {
	border-bottom: 1px solid #eee;
}
.index_about_title p {
	color: #333;
}
.index_about_title p:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 20px 0px;
}
.index_about_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px 60px;
}
.index_about_html {
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 35px;
}
.index_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.index_about_more a {
	color: #333;
}
.index_about_more a:hover {
	color: #ef8100;
}
.index_p_about_html {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 25px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
.index_p_about {
	width: 100%;
}
.index_p_about img {
	width: 100%;
}
.index_p_about_main {
	background: #fff;
	width: 100%;
	padding: 5% 3% 3%;
}
.index_p_about_title {
	border-bottom: 1px solid #eee;
}
.index_p_about_title p {
	color: #333;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 200px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 50px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 50px;
}
.index_p_about_html {
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 35px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.index_p_about_more a {
	color: #333;
}
.index_p_about_more a:hover {
	color: #ef8100;
}
@media (min-width:1200px) and (max-width:1920px) {
.index_p_about {
	display: none;
}
.index_p_about_main {
	background: #fff;
	width: 100%;
	padding: 0;
}
.index_p_about_title p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
.index_p_about_title {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_html {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 25px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.index_about {
	display: none;
}
.index_p_about_main {
	background: #fff;
	width: 99%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.index_p_about_title p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
.index_p_about_title {
	width: 50%;
	margin: 0 auto 60px;
	text-align: center;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 200px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 50px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 50px;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_html {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 25px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.index_about {
	display: none;
}
.index_p_about_main {
	background: #fff;
	width: 99%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.index_p_about_title p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
.index_p_about_title {
	border-bottom: none;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 100px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 25px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 25px;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_html {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 25px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.index_about {
	display: none;
}
.index_p_about_main {
	background: #fff;
	width: 99%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.index_p_about_title p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
.index_p_about_title {
	border-bottom: none;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 100px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 25px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 25px;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_html {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 25px;
}
.index_p_about_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
}
 @media (min-width: 320px) and (max-width: 576px) {
.index_about {
	display: none;
}
.index_p_about_main {
	background: #fff;
	width: 98%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.index_p_about_title p {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
}
.index_p_about_title {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 50px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 15px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 15px;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
}
 @media screen and (max-width: 320px) {
.index_p_about_title {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.index_p_about_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_p_about_title p:nth-of-type(2) {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_p_about_title p:nth-of-type(2):before, .index_p_about_title p:nth-of-type(2):after {
	content: "";
	width: 40px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_p_about_title p:nth-of-type(2):before {
	margin-right: 15px;
}
.index_p_about_title p:nth-of-type(2):after {
	margin-left: 15px;
}
}
.index_product_title {
	width: 50%;
	margin: 0 auto 60px;
	text-align: center;
}
.index_product_title p:nth-of-type(1) {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_product_title p:nth-of-type(2) {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 200px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 50px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.index_product_title {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 100px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 25px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.index_product_title {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 100px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 25px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 25px;
}
}
 @media (min-width: 576px) and (max-width: 767px) {
.index_product_title {
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.index_product_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_product_title p:nth-of-type(2) {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 100px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 25px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 25px;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.index_product_title {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.index_product_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_product_title p:nth-of-type(2) {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 50px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 15px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 15px;
}
}
@media screen and (max-width: 320px) {
.index_product_title {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.index_product_title p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Microsoft Yahei";
	padding: 50px 0px 10px;
}
.index_product_title p:nth-of-type(2) {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5e5e5;
}
.index_product_title p:nth-of-type(2):before, .index_product_title p:nth-of-type(2):after {
	content: "";
	width: 40px;
	border-top: 1px #e5e5e5 solid;
	display: inline-block;
	vertical-align: middle;
}
.index_product_title p:nth-of-type(2):before {
	margin-right: 15px;
}
.index_product_title p:nth-of-type(2):after {
	margin-left: 15px;
}
}
/*  首页滚动图片 */	
.index_product_main {
	margin: 0 auto;
}
.product_spic {
	margin: 0 auto;
	width: 100%;
	height: 520px;
	position: relative;
}
#four_flash {
	width: 96%;
	height: 500px;
	margin: 0 auto;
}
#four_flash .flashBg {
	width: 92%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 500px;
	position: absolute;
	top: 15;
	left: 0;
}
#four_flash .flashBg ul.mobile li {
	background: #fff;
	float: left;
	width: 510px;
	margin-left: 26px;
	color: #6C6E85;
	padding-bottom: 20px;
	border-radius: 10px;
}
#four_flash .flashBg ul.mobile li img {
	width: 95%;
	display: block;
	margin: 0 auto;
}
#four_flash .flashBg ul.mobile li dd {
	font-size: 25px;
	line-height: 60px;
	padding: 20px 0px;
	text-align: center;
}
#four_flash .flashBg ul.mobile li a {
	display: block;
	width: 31px;
	height: 31px;
	border: 0px;
	margin: 8px auto;
}
#four_flash .but_left {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 200px;
	left: 0px;
	cursor: pointer;
}
#four_flash .but_right {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 200px;
	right: 0px;
	cursor: pointer;
}
#four_flash .but_left:hover {
	background: url(../img/qianxleft1.png) no-repeat;
}
#four_flash .but_right:hover {
	background: url(../img/qianxr1.png) no-repeat;
}
	

/*  首页手机产品图片 */	

@media (min-width: 1200px) and (max-width: 1920px) {
.product_mpic {
	display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.product_spic {
	display: none;
}
.product_mpic {
	width: 100%;
	margin: 0 auto;
}
.product_mpic .mobile {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product_mpic .mobile li {
	float: left;
	width: 49%;
	margin: 1% 0.5%;
	background: #fff;
}
.product_mpic .mobile li img {
	width: 100%;
}
.product_mpic .mobile li dd {
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0px;
	text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.product_spic {
	display: none;
}
.product_mpic {
	width: 100%;
	margin: 0 auto;
}
.product_mpic .mobile {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product_mpic .mobile li {
	float: left;
	width: 49%;
	margin: 1% 0.5%;
	background: #fff;
}
.product_mpic .mobile li img {
	width: 100%;
}
.product_mpic .mobile li dd {
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0px;
	text-align: center;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.product_spic {
	display: none;
}
.product_mpic {
	width: 100%;
	margin: 0 auto;
}
.product_mpic .mobile {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product_mpic .mobile li {
	float: left;
	width: 49%;
	margin: 1% 0.5%;
	background: #fff;
}
.product_mpic .mobile li img {
	width: 100%;
}
.product_mpic .mobile li dd {
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0px;
	text-align: center;
}
}
@media (min-width: 320px) and (max-width: 575px) {
.product_spic {
	display: none;
}
.product_mpic {
	width: 100%;
	margin: 0 auto;
}
.product_mpic .mobile {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product_mpic .mobile li {
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}
.product_mpic .mobile li img {
	width: 100%;
}
.product_mpic .mobile li dd {
	font-size: 18px;
	font-family: "Microsoft Yahei";
	line-height: 25px;
	padding: 15px 0px;
	text-align: center;
}
}
.main li .index_product_title p {
	color: #333;
}
.main li .index_product_title p:nth-of-type(1) {
	font-size: 25px;
	font-family: "Microsoft Yahei";
	padding: 20px 20px 5px;
}
.main li .index_product_title p:nth-of-type(2) {
	padding: 10px 20px 20px;
	font-size: 25px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.default-index-container {
	max-width: 1730px;
	margin: 0 auto;
}
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width:576px) {
.container {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:768px) {
.container {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:992px) {
.container {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:1200px) {
.container {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:576px) {
.container {
	width: 540px;
	max-width: 100%
}
}
@media (min-width:768px) {
.container {
	width: 720px;
	max-width: 100%
}
}
@media (min-width:992px) {
.container {
	width: 960px;
	max-width: 100%
}
}
@media (min-width:1200px) {
.container {
	width: 1140px;
	max-width: 100%
}
}
.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width:576px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:768px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:992px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px
}
}
@media (min-width:1200px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px
}
}
.container-padd-t80 {
	padding-top: 80px;
}
.container-padd-b50 {
	padding-bottom: 50px;
}
.module-062 {
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}
.module-062 a {
	font-size: 0;
	display: block;
}
.module-062 .left {
	display: inline-block;
	width: 250px;
	vertical-align: middle;
}
.module-062 .right {
	display: inline-block;
	width: calc(100% - 310px);
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}
.module-062 .tp {
	padding-bottom: 70%;
	transition: all .5s;
}
.module-062 .box:hover .tp {
	transform: scale(1.05);
}
.module-062 .title {
	color: #333333;
	font-size: 18px;
}
.module-062 hr {
	margin: 10px 0 15px;
	border-top: 1px solid #e5e5e5;
	border-left: none;
}
.module-062 .note {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.module-062 .more {
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
}
.module-062 .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: inherit;
}
.module-062 .swiper-pagination-bullet {
	background: #999999;
}
.module-062 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #102484;
}
@media screen and (max-width: 1280px) {
.module-062 .title {
	font-size: 16px;
}
.module-062 .left {
	width: 200px;
}
.module-062 .right {
	width: calc(100% - 230px);
	padding-left: 30px;
	padding-right: 0;
}
}
@media screen and (max-width: 1199px) {
.module-062 {
	padding-bottom: 70px;
}
.module-062 .title {
	font-size: 14px;
}
.module-062 .left {
	width: 250px;
}
.module-062 .right {
	width: calc(100% - 310px);
}
}
@media screen and (max-width: 991px) {
.module-062 {
	padding-bottom: 60px;
}
.module-062 .left {
	width: 200px;
}
.module-062 .right {
	width: calc(100% - 230px);
	padding-left: 30px;
	padding-right: 0;
}
}
@media screen and (max-width: 767px) {
.module-062 {
	padding-bottom: 50px;
}
.module-062 .left {
	width: 150px;
}
.module-062 .right {
	width: calc(100% - 165px);
	padding-left: 15px;
	padding-right: 0;
}
}
@media screen and (max-width: 575px) {
.module-062 {
	padding-bottom: 40px;
}
.module-062 hr {
	display: none;
}
.module-062 .title {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.module-062 .left {
	width: 100%;
	display: block;
}
.module-062 .right {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}
.module-062 .note {
	overflow: auto;
	text-overflow: inherit;
	display: block;
	-webkit-box-orient: inherit;
	-webkit-line-clamp: inherit;
}
}
