@charset "utf-8";
/* CSS Document */

 @charset "UTF-8";
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
html {
	min-width: 1200px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 30px;
	font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
	background: #f5f5f5;
}
.red {
	color: #f6121c;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0px auto;
}
.ico {
	background: url(../imgnew/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.btn-ico {
	background: url(../imgnew/btn-ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}



/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*header*/
.header {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	min-width: 1300px;
}
.header .logo {
	width:340px;
	height: 95px;
	display: block;
	float: left;
	overflow: hidden;
}
.header .logo img {
	display: block; margin-top:25px;
}
.header .nav {
	height: 95px;
	position: relative;
	float: left;
	border-left: 1px solid #ebeff1;
}
.header .nav li {
	width: 100px;
	border-right: 1px solid #ebeff1;
	float: left;
	position: relative;
	z-index: 10;
}
.header .nav li:before {
	width: 0;
	height: 2px;
	background: #0070c6;
	display: block;
	content: "\20";
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.header .nav li a {
	width: 100%;
	height: 60px;
	padding-top: 35px;
	font-size: 18px;
	display: block;
	position: relative;
	color: #333333;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
}
.header .nav li a span {
	font-family: arial;
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
	display: block;
}
.header .nav li.hover .nav1, .header .nav li:hover .nav1 {
	background: #0070c6;
	color: #fff;
}
.header .nav li.hover .nav1 span, .header .nav li:hover .nav1 span {
	color: #fff;
}
.header .nav li.hover:before, .header .nav li:hover:before {
	width: 100%;
}
.header .nav li .subNav {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99;
	left: 0px;
	top: 95px; background-color:#fff;
}
.header .nav li .subNav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.header .nav li:hover .subNav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.header .nav li .subNav a {
	padding: 0;
	display: block;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.header .nav li .subNav a:hover {	color: #fff;
	background: #0070c6;
}
.header .search {
	
	height: 60px;
	float: right;
	position: relative;
	margin: 32px 16px 0 0;
	line-height: 60px; font-size:16px;

}
.header .search input {
	background-color: none;
	outline: none;
	border: none;
}
.header .search .stxt {
	width: 97%;
	height:60px;
	line-height: 60px;
	font-size: 12px;
	padding-left: 3%;
	position: absolute;
	left: 0;
	top: 0;
}
.header .search .sbtn {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 7px;
	cursor: pointer;
	background-position: -87px 0;
}
.header .tel {
	width: 140px;
	padding-right: 25px;
	height: 95px;
	float: right;
	color: #141414;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	text-valign: middle;
	border-left: 1px solid #ebeff1;
}
.header .tel strong {
	font-weight: normal;
}
@media (min-width: 1400px) {
.header .nav li {
	width: 111px;
}
.header .search {
	margin-left: 25px;
}
}
@media (min-width: 1600px) {
.header .logo {
	margin-right: 10px;
	width: 340px;
	height: 95px;
	padding-top: 0;
}
.header .nav li {
	width: 126px;
}
.header .search {
	width: 222px;
	margin-left: 30px;
}
.header .tel {
	width: 270px;
	font-size: 26px;
}
}
@media (min-width: 1800px) {
.header .logo {
	margin-right: 118px;
    margin-left: 20px;
}
.header .nav li {
	width: 136px;
}
.header .search {
	width: 232px;
	margin-left: 38px;
}
.header .tel {
	width: 270px;
}
}
/* banner */
.banner, .banner .list, .banner img {
	height: 700px;
}
.banner {
	width: 100%;
	min-width: 1300px;
	padding-top: 95px;
	position: relative;
}
.banner .list {
	width: 100%;
}
.banner .list li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}


.carousel {
	position: relative; margin-top:90px;
}


/*产品展示*/
/**ly_show**/
.ly_show {
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5;
}
.ly_show_in {
	width: 96%;
	max-width: 1440px;
	margin: 0 auto;
}
.ly_show .show_menu {
	width: 20%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ly_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}
.ly_title p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.ly_title p font {
	color: #0170e2;
}
.ly_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 10px auto 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
	font-family: "Arial";
	text-align: center;
}
.ly_title2 p {
	color: #fff;
}
.ly_title2 p font {
	color: #fff;
}
.ly_title2 span {
	color: #fff;
}
.show_menu .menu_tit {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: #0070c6;
	box-sizing: border-box;
	text-align: center;
}
.menu_tit p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}
.menu_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit em {
	display: none;
}
.show_menu .menu_list {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 19px;
	box-sizing: border-box;
}
.menu_list .menu_li {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0;
	box-sizing: border-box;
}

.menu_list .menu_li ul .big{}
.menu_list .menu_li ul .big .biga{ display:block;line-height:50px; background-color:#999; text-align:center;font-size: 14px;
	font-weight: bold; color:#FFF;}
	
.menu_li ul .big ul .small{
	background-color: #ebe7e7;
	height: 40px;
	line-height: 40px; margin-top:5px;
}
.menu_li ul .big ul .small a{ margin-left:30px;ont-size: 14px;
	font-weight: bold; color:#333;}

.ly_show .show_list {
	width: 80%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}
.show_list ul li {
	width: 30.33333333%;
	margin: 0 0 20px;
	padding: 0 0 0 3%;
	float: left;
}
.show_list ul li>div {/*box-shadow: 0px 0px 0px 1px #e0e0e0;*/
}
.show_list ul li a {
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}
.show_list ul li .show_pro_img {
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 9px;
}
.show_pro_img span {
	display: block;
	width: 100%;
	height: 275px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}
.show_pro_img span img {
	display: block;
	max-width: 100%;

	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li p {
	width: 98%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 1%;
	background: #fff;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.show_list ul li p a {
	color: #333;
	font-size: 14px;
}
.show_list ul li>div:hover .show_pro_img {
	background: #;
}
.show_list ul li>div:hover p {
	background: #;
}
.show_list ul li>div:hover p a {
	color: #fff;
	font-weight: bold;
}
.show_list ul li>div:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media (max-width:1440px) {
.show_pro_img span {
	height: 240px;
}
}
@media (max-width:1199px) {
.ly_show {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.ly_title span {
	margin: 5px auto 0;
}
.ly_show .show_menu {
	width: 21%;
}
.ly_show .show_list {
	width: 78%;
}
.show_pro_img span {
	width: 100%;
	height: 230px;
}
.show_list ul li p {
	width: 98%;
}
.menu_li p {
	width: 100%;
	padding: 0 5px;
}
.menu_li ul {
	width: 100%;
}
.menu_li ul li a {
	padding: 0 10px;
}
}
@media (max-width:991px) {
.ly_title {
	margin: 0 auto 20px;
}
.ly_title p {
	font-size: 24px;
}
.ly_title span {
	margin: 0 auto 0;
}
.ny_content .content_left {
	width: 100%;
}
.ny_content .content_right {
	width: 100%;
}
.content_left .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
.ly_show .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
}
@media (max-width:767px) {
.show_list ul li {
	margin: 0 0 10px;
}
.ly_show {
	padding: 10px 0 20px;
}
.show_pro_img span {
	height: 140px;
}
.ly_title span {
	display: none;
}
.ly_title {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.ly_title2 {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}
}


/* 首页关于我们 */
.home-about{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home-about > img{
    width: 100%;
    display: block;
}
.habout-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    display: flex;
}
.habout-title{
    padding-top: 75px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
}
.habout-titletop span{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.habout-titletop h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}
.habout-titleright{
    margin-top: 16px;
    display: flex;
    height: 61px;
    color: #fff;
    align-items: center;
}
.habout-titleright span{
    display: block;
    margin-right: 5px;
}
.habout-des{
    margin-top: 40px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 72px;
}
.habout-des p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.habout-des p:first-child{
    margin-bottom: 16px;
}
.habout-list{
    background-color: #fff;
    width: 100%;
    display: flex;
}
.habout-list li{
    height: 220px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.habout-list li::after{
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    background: #dcdcdc;
    top: 50%;
    margin-top: -60px;
    right: 0px;
}
.habout-list li:last-child::after{
    display: none;
}
.habout-icon{
    position: relative;
    height: 43px;
}
.habout-icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%);
}
.habout-icon .icon{
    opacity: 1;
}
.habout-icon .icon-on{
    opacity: 0;
}
.habout-list li h3{
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 14px;
}
.habout-list li span{
    color: #444;
}
.habout-list li:hover .habout-icon .icon{
    opacity: 0;
}
.habout-list li:hover .habout-icon .icon-on{
    opacity: 1;
}
@media(max-width:1400px){
    .habout-titletop h3{
        font-size:30px;
    }
    .habout-des {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}



/*news*/
.news {padding: 3% 1% 4%;overflow: hidden;background: #f5f5f5;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;justify-content: center;align-items: center;flex-direction:  column;}
.news_tit p {font-size: 36px;display: flex;align-items: center;}
.news_tit p span {color: #0070c6;}
.news_tit em {font-size: 16px;color: #666;padding: 1% 0 0;font-weight: lighter;}
.news_nav {width: 40%;margin: 3% auto 0;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;box-shadow: 0px 0px 20px #ddd;}
.news_nav li:before {content:'';width:0;height:100%;background: #0070c6;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;display: none;}
.news_nav li a {font-size: 18px;line-height: 24px;/* padding-left: 10px; */white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color:#0e58df;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #0070c6;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 4% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}



/*char*/
.char {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.char_box {max-width: 1600px;margin: 0 auto;}
.char_tit {display: flex;justify-content: center;}
.char_tit p {display: flex;flex-direction: column;align-items: center;font-size: 36px;}
.char_tit p span {font-size: 16px;padding: 5% 0 0;font-family:  Arial;text-transform:  uppercase;color:  #999;font-weight:  lighter;}
.char_con {margin:3% 0 0;}
.char_con ul {display: flex;}
.char_con li {width: 33.33%;display: flex;flex-direction: column;}
.char_con li:nth-child(2) {flex-direction:column-reverse;}
.char_con li p {display: flex;flex-direction: column;align-items: center;padding: 18.8% 14%;font-size: 24px;background:  #fff;position: relative;z-index: 5;}
.char_con li p:before {content:'';width:0%;height:0;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position:absolute;bottom: -3%;left: 0;right: 0;margin: 0 auto;}
.char_con li:nth-child(2) p:before {top: -3%;bottom:auto;transform: rotate(180deg);}
.char_con li p span {font-size: 15px;font-weight:  lighter;padding: 7%  0 0;line-height: 24px;text-align:  center;}
.char_con li i {overflow: hidden;}
.char_con li i img {width:100%;height: auto;transition: 0.5s;}
.char_con li:hover img  {transform:scale(1.1);}
.char_txt {margin: 7% 0 0;}
.char_txt ul {display:flex;justify-content:space-between;}
.char_txt li {display:  flex;width: 20%;flex-direction:  column;justify-content:  center;align-items:  center;}
.char_txt li i {font-size: 24px;position:relative;color:  #fff;display:  flex;justify-content:  center;align-items:  center;width:  50px;height:  50px;z-index: 5;}
.char_txt li i:before {content:'';width:50px;height:50px;background: #0070c6;position:absolute;top:0;left:0;border-radius: 6px;transform: rotate(45deg);z-index: -1;display:  flex;justify-content:  center;align-items:  center;transition:0.5s;}
.char_txt li:hover i:before {transform:rotate(180deg);background:#fe0000;}
.char_txt li i:after {content:'';width: 50px;height: 50px;background: rgba(0,112,198,0.1);position:absolute;top: 0;left: 0;border-radius: 6px;transform: rotate(45deg);z-index: -1;transform: scale(1.1);}
.char_txt  li p {font-size: 22px;display: flex;flex-direction: column;justify-content:  center;align-items:  center;margin: 12% 0 0;}
.char_txt  li p span {font-size: 16px;font-weight:  lighter;padding: 6% 0 0;}
.char_more {display:flex;justify-content:center;background: #0070c6;width: 13%;margin: 5% auto 0;padding: 1% 0;border-radius:  5px;}
.char_more a {font-size: 18px;color:  #Fff;font-weight:  lighter;display:  flex;align-items:  center;}
.char_more a i {font-size: 22px;margin: 0 10px 0 0;}



/* 底部 */
/* 底部 */
#footer{
    width: 100%;
    background: #1e2021;
    padding-top: 36px; margin-top:25px;
}
.footer-main{
    display: flex;
    justify-content: space-between;
}
.footer-left{
    width: 23.2%;
    margin-bottom: 36px;
}
.footer-logo{
    display: block;
    width: 129px;
    overflow: hidden;
}
.footer-logo img{
    display: block;
    width: 100%;
}
.footer-left h3{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-left p{
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
}
.footer-ul{
    display: flex;
    width: 76.8%;
    justify-content: flex-end;
}
.footer-ul li{
    margin-right: 195px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li h2{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.footer-ul li dl dd a{
    color: #ccc;
    font-size: 16px;
    line-height: 32px;
}
.footer-ul li h3{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.footer-phone span{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}
.footer-phone p{
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    margin-top: 10px;
}
.copy{
    height: 81px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
    line-height: 24px;
}
@media(max-width: 1400px){
    .footer-ul li{
        margin-right: 150px;
    }
}
@media(max-width: 1200px){
    .footer-ul li{
        margin-right: 80px;
    }
}
@media(max-width: 991px){
    .footer-main{
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .footer-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-left h3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer-ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-left{
        margin-bottom: 20px;
    }
    .footer-ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 6px;
    }
    .footer-ul li h3{
        text-align: center;
        margin-bottom: 6px;
    }
    .footer-ul li h2{
        text-align: center;
        margin-bottom: 6px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 3px;
    }
    .footer-phone{
        text-align: center;
    }
    .footer-phone p{
        margin-top: 5px;
    }
    .copy{
        height: auto;
        flex-wrap: wrap;
        padding: 15px 0px 10px;
    }
    .copy p{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-left p{
        text-align: center;
    }
}
@media(max-width: 640px){
    .footer-phone span{
        font-size: 28px;
        line-height: 28px;
    }
}


.index-width {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


<!--内页样式开始-->
.inside-banner{
    width: 100%;
    position: relative;
}
.inside-banner img{
    display: block;
    width: 100%;
}


/* 关于我们 */
.about-wrap{
    padding-top: 98px;
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
}
.inside-title{
    text-align: center;
    margin-bottom: 50px;
}
.inside-title span{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    color: #444;
    display: block;
    margin-bottom: 8px;
}
.inside-title h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #111;
}
.about-main{
    overflow: hidden;
}
.about-main p{
    font-size: 16px;
    line-height: 36px;
    color: #444;
    text-indent: 32px;
    margin-bottom: 20px;
}
.about-main img{
    display: block;
    width: 100%;
}


/*内页*/
.page-wrap {
  /* background: #ffffff; */
  padding-bottom: 3.38541667%;
 background: #f2f2f2;
}

@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 305px;
    margin-right: 4.16666667%;
  }
}

.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background: #292e39;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

.xypg-left-con {
  border: 1px solid #d2d2d2;
  border-top: none;
}


.xypg-left-con {
  background: #fff;
  border: none;
  padding: 0 18px;
}

.yili .xypg-left-title {
  /* background: url(//cdn.myxypt.com/3c2b84f7/21/12/b1e77095ffe4fd076de166c4599a08fb8ae49b6d.png) no-repeat top center; */
  background: #0070c6;
  background-size: 100% 100%;
  height: 100px;
  padding: 0;
}

.yili .xypg-left-title h3 {
  line-height: 100px;
  text-indent: 26px;
  color: #fff;
}

.yili .xypg-left-title span {
  display: none;
}

.xypg-left-nav {
  padding-bottom: 30px;
}

.xypg-left-nav > li {
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}

.xypg-left-nav > li:last-child {
  border-bottom: 1px dashed #e1e1e1;
}

.xypg-left-nav > li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #cdcdcd;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.xypg-left-nav > li > a {
  font-size: 15px;
  padding: 0;
  line-height: 46px;
  transition: 0.6s;
}

.xypg-left-nav > li .first-nav-btn {
  display: none;
}

.xypg-left-nav > li:hover::before {
  border-left: 8px solid #0070c6;
}

.xypg-left-nav > li:hover > a,
.xypg-left-nav > li.clicked > a {
  transform: translateX(10px);
}

.xypg-left-title {
  background: #fff;
}

.xypg-left-title h3 {
  color: #333333;
}

.xypg-left-contact .xypg-left-title,
.xypg-left-keys .xypg-left-title,
.xypg-left-news .xypg-left-title {
  padding: 14px 20px;
  position: relative;
  padding-left: 38px;
}

.xypg-left-contact .xypg-left-title:before,
.xypg-left-keys .xypg-left-title:before,
.xypg-left-news .xypg-left-title:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 20px;
  background: #0070c6;
}

.xypg-left-contact .xypg-left-title:after,
.xypg-left-keys .xypg-left-title:after,
.xypg-left-news .xypg-left-title:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 1px;
  background: #f2f2f2;
  left: 20px;
  bottom: 0;
}

.xypg-left-contact .xypg-left-title h3,
.xypg-left-keys .xypg-left-title h3,
.xypg-left-news .xypg-left-title h3 {
  font-size: 21px;
  font-weight: 400;
}

.page-position {
  padding: 16px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.page-position:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(//cdn.myxypt.com/3c2b84f7/21/12/72fc11162a18e4635a1ded8926a86af132b8e236.png) no-repeat center left;
}

.page-position a {
  color: #666666;
}

.page-position a:hover {
  color: #0070c6;
}





/*nabout*/

.mx1440 {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}


.xypg-left-title-about h3 {
  text-align: center;
  color: #333333;
  font-size: 30px;
}

.xypg-left-nav-about {
  text-align: center;
  margin: 30px auto;
}

.xypg-left-nav-about li {
  display: inline-block;
  width: 10%;
  background: #fff;
  line-height: 42px;
  margin: 0 5px;
  position: relative;
}

.xypg-left-nav-about li::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -2.5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0070c6;
  display: none;
}

.xypg-left-nav-about li a {
  display: block;
  color: #666666;
  font-size: 16px;
}

.xypg-left-nav-about li:hover {
  background: #0070c6;
}

.xypg-left-nav-about li:hover::before {
  display: block;
}

.xypg-left-nav-about li:hover a {
  color: #fff;
}


.page-wrap-right {
  overflow: hidden;
}
.page-wrap-right .xypg-right-content p img {
  max-width: 100%;
}

.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #ab001a;
}

.latest-news li a:hover:before {
  color: #ab001a;
}

.hot-keys li{ line-height:200%}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 1.4em;
  color: #2f2f2f;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-right .xypg-right-content p img {
  max-width: 100%;
}

.xypg-product-list li { float:left; width:26%; margin:15px;}
.xypg-product-list li h3{ text-align:center;}
.xypg-product-list li h3 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.x-product-list li .img img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/*产品详情*/
.page-product-detail-effect {
  float: left;
  width: 42.61%;
}

.page-product-detail-effect .big-img {
  border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.page-product-detail-effect .big-img a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-right {
  width: 50%;
  float: right;
}

.page-product-detail-right > h1 {
  font-size: 22px;
  color: #0d0d0d;
  margin-bottom: 20px;
}

.product-detail-item li {
  font-size: 14px;
  line-height: 30px;
  color: #777272;
}

.product-detail-slick {
  position: relative;
  margin-top: 20px;
}

.product-detail-slick a.slick-item {
  display: block;
  text-align: center;
  width: 100%;
  height: 95px;
  font-size: 0;
  border: 1px solid #eee;
  position: relative;
}

.product-detail-slick a.slick-item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
  border-color: #ab001a;
}

.product-detail-slick .owl-nav button {
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}

.product-detail-slick .owl-nav button .icon-font {
  width: 100%;
  height: 100%;
  display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
  background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
  background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
  left: 0;
}

.product-detail-slick .owl-prev:after {
  background-position: 0 0;
}

.product-detail-slick .owl-next {
  right: 0;
}

.product-detail-slick:hover .owl-nav button {
  opacity: 1;
}

.page-product-inquiry {
  margin-top: 30px;
}

.page-product-inquiry a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background: #ab001a;
  padding: .5em 1.875em;
  border-radius: 2em;
}

.page-product-inquiry a:hover {
  opacity: .8;
}

.xypg-detail-tags .tags-title {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}

.xypg-detail-tags .tags-title h3 {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  color: #292e39;
  line-height: 40px;
  border-bottom: 3px solid #ab001a;
  margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
  position: absolute;
  right: 0;
  top: 8px;
}

.xypg-detail-tags .tags-content {
  padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
  font-size: 12px;
  color: #2f2f2f;
  display: inline-block;
  margin-right: 9px;
  background: #f4f4f4;
  line-height: 28px;
  padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
  color: #ab001a;
}


/*相关产品 和 相关新闻*/

.relate-title {
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 2.857;
  margin-bottom: 15px; 
}


.relate-title span {
  display: inline-block;
  color: #ab001a;
  padding: 0 1.4em;
  border-right: 1px solid #eeeeee;
}

.relate-product-slick {
  position: relative;
}

.relate-product-slick .owl-item {
  display: block;
  font-size: 0;
}

.relate-product-slick .owl-item .img {
  display: block;
  margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 12px;
  color: #292e39;
  text-align: center;
}

.relate-product-slick .owl-item:hover p {
  color: #ab001a;
}

.relate-product-slick .owl-nav button.owl-prev,
.relate-product-slick .owl-nav button.owl-next {
  width: 25px;
  height: 35px;
  color: #fff;
  font-size: 20px;
  margin-top: -17.5px;
  line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span,
.relate-product-slick .owl-nav button.owl-next span {
  display: inline;
}

.relate-product-slick .primg li{ float:left; width:23%; margin:10px;} 

.relate-news-list li {
  float: left;
  width: 48%;
  position: relative;
  line-height: 2.143;
  font-size: 14px;
  color: #292e39;
}

.relate-news-list li:nth-child(even) {
  float: right;
}

.relate-news-list li a {
  display: block;
  padding-right: 125px;
  color: #666666;
}

.relate-news-list li a:before {
  content: '+';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-right: 5px;
}

.relate-news-list li span {
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 125px;
  text-align: right;
  font-size: 12px;
  color: #666666;
}

.relate-news-list li:hover a {
  color: #ab001a;
}

.relate-news-list li:hover a:before {
  color: #ab001a;
}

.relate-news-list li:hover span {
  color: #ab001a;
}

.xypg-detail-url a {
  word-break: break-all;
}


.xypg-detail-pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
  font-size: 14px;
  color: #292e39;
  float: left;
  font-weight: normal;
}

.xypg-detail-pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: #666666;
}

.xypg-detail-pn div a:hover {
  color: #ab001a;
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #292e39;
}
.xypg-detail-title {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.xypg-detail-con p{ line-height:200%;}

.xypg-right-content p{ line-height:200%; font-size:14px;}

.product-cont .psortlist li{ float:left;}

 .pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}



.i-product .tab-box ul {
		margin: -5px;
		display: flex;
		flex-wrap: wrap;
	}
	.i-product .tab-box li {
		width: 100%;
		margin-bottom: 15px;
		padding: 5px;
	  }
	.inner-page .grid-box .page-rightBar{
		width: 100%!important;
	}
.inner-page .i-product .tab-box {
  min-height: auto;
}
.i-product .tab-box {
  display: inline-block;
  width: 100%;
}
.i-product .tab-box ul {
  margin: -10px;
}
.i-product .tab-box li {
  width: 31%;
  margin-bottom: 30px;
  display:inline-block;
  padding: 10px;
	letter-spacing:0;
	vertical-align:top;
}
.i-product .tab-box li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.i-product .tab-box li .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.i-product .tab-box li .img-box img {
  width: 100%;
}

.i-con-box {
  background: #222222;
  padding:5px 15px;
  text-align:left;
  transition:.5s;
}
.i-con-box a{ color:#FFF;}
.i-product .tab-box li .box:hover .i-con-box {
  background:#666;
}

.primg{ text-align:center; margin-top:50px;}



#news_list{ margin:0px auto; padding:0; overflow: hidden; width: 100%; float: left; min-height: 500px;}
.news_list{ width: 100%; float: left; height: 160px; margin-bottom: 20px; overflow: hidden; padding: 30px; position: relative;}
.news_list::before{content: '';width: 5px;height: 100%; position: absolute;top: 0;left: 0;background-color: #222222;display: none;}
.news_list .left{float: left;width:500px;padding-right: 40px; height: 100%;}
.news_list .left .title{font-size: 24px;line-height: 24px;color:#333333;height: 80px;overflow: hidden;}
.news_list .left .date{font-size: 16px;color:#333333;letter-spacing: .8px;}
.news_list .right {float: right;width: 570px;padding-left: 30px;border-left: 1px solid #d8d8d8; height: 100%;}
.news_list .right .description{color: #666;font-size: 16px;line-height: 2.1;margin-top: -5px; height: 90px;}
.news_list .right .mored{float: right;color: #333; font-size: 14px; padding-right: 20px; background: url(../imgnew/arrow_more.png) no-repeat right;}


.news_list:hover{background:#f5f5f5;}
.news_list:hover::before{display: block;}
.news_list:hover .left .title,.news_list li:hover .left .date{color:#222222;}
.news_list:hover .right .description{color: #333;}
.news_list:hover .right .mored{color:#222222; background: url(../imgnew/arrow_more_hover.png) no-repeat right;}

.news-list a { width: 100%; height: 142px; display: block; }
.news-list { width: 100%; height: 142px; border-bottom: 1px #d5dbdc dashed; position: relative; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; background: #f4f5f7; margin-bottom: 15px}
.news-list .news-mon { width: 122px; height: 122px; float: left; padding: 0; text-align: right; background: #222222; margin: 10px 0 0 10px; }
.news-list .news-mon h4 { font-size: 30px; color: #fff; padding-bottom: 6px; font-family: "微软雅黑"; letter-spacing: -1px; text-align: center; padding-top: 20px;}
.news-list .news-mon h5 { font-size: 18px; color: #fff; font-family:"微软雅黑";  text-align: center;}
.news-list .news-min { width: 900px; height: 117px; padding: 25px 0px 0px 35px; float: left; }
.news-list .news-min h3 { font-size: 16px; color: #323232; padding-bottom: 15px; }
.news-list .news-min p { font-size: 12.5px; color: #828282; }
.news-list .news-go { width: 0px; height: 142px; background: url("../imgnew/news-go.png") no-repeat center center #222222; box-shadow: -100px 0 142px #f2f6f7; opacity: 0; position: absolute; right: 0; top: 0; transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; }
.news-list a:hover { background: #ffffff; background: rgba(255,255,255,0.8) !important; transition: all 300ms; }
.news-list a:hover .news-go { width: 142px; opacity: 1; transition: all 300ms; }


#title{ width:100%; display: flex; justify-content: center;}
#title h2{
	width:100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f0f0f0;
}

#news_view{ margin:0px auto; padding:25px 0; overflow: hidden; width: 100%; float: left; }
.viewbox{ width:100%; float:left; font-size:14px; line-height:24px; color:#333; overflow:hidden;}
#article_title { float:left; width:100%; text-align:center; line-height:30px; padding-bottom:25px;}
#article_title h1{-x-system-font:none; color:#333; font-family:"微软雅黑",arial; font-size:20px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; line-height:30px;}

#article_small{ float:left; color:#666; width:100%; font-size:12px; padding-top:7px; text-align:center; background:#f8f8f8; border:1px dotted #ddd; padding-bottom:6px;}
#article_small span{ margin-right:8px; color:#666;}
#article_small span a{ color:#666;}
#article_small span a:hover{ color:#996600;}

.view_content{ font-size:14px; float:left; color:#000; line-height:24px; width:100%; padding-top:30px;}
.show_con table{
	width:100%;
}
.p-n{
	display: flex;
	flex-direction: column;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1280px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media(min-width:1599px){
  .container {
    width: 1400px;
  }
}


<!--新闻样式-->
.anews-bg{ background-color:#000;
 background-size: 100% 100%;
  padding: 3.33333333333333vw 0;
}

.tab-con { position: relative; }
.tab-con .news-con { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .news-con { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .news-con.active { position: static; opacity: 1; visibility: visible;  }


.mx1440 {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.news-index .n-title {
  padding: 3.64583333333333vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .n-title .nt1 {
  font-weight: bold;
  color: #333333;
  font-size: 1.875vw;
}

.news-index .n-title .nt .nsort li {
  display: inline-block;
  color: #666666;
  margin-left: 2.91666666666667vw;
  border-bottom: 3px solid #fff;
}

.news-index .n-title .nt .nsort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}

.news-index .n-title .nt .nsort li.active {
  border-bottom: 3px solid #e94001;
}

.news-index .n-title .nt .nsort li.active a {
  font-weight: bold;
  color: #e94001;
}

.news-index .news-con {
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .newsl {
  width: 35.20833333333333vw;
}

.news-index .news-con .newsl .nlist1 li {
  position: relative;
}

.news-index .news-con .newsl .nlist1 li .img1 img {
  width: 100%;
}

.news-index .news-con .newsl .nlist1 li .ww {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.44);
  padding: 1.97916666666667vw;
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .newsl .nlist1 li .ww .date {
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.news-index .news-con .newsl .nlist1 li .ww .date .d1 {
  font-size: 24px;
  font-family: "Arial";
}

.news-index .news-con .newsl .nlist1 li .ww .date .d2 {
  font-size: 14px;
  font-family: "Arial";
}

.news-index .news-con .newsl .nlist1 li .ww .wz b {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .news-con .newsl .nlist1 li .ww .wz h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .news-con .newsr {
  width: calc(100% - 38.33333333333333vw);
}

.news-index .news-con .newsr .nlist2 li {
  padding: 1.1625vw 0;
}

.news-index .news-con .newsr .nlist2 li a {
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .newsr .nlist2 li a .date {
  text-align: center;
  width: 6.45833333333333vw;
}

.news-index .news-con .newsr .nlist2 li a .date .d1 {
  color: #333333;
  font-size: 24px;
  font-family: "Arail";
}

.news-index .news-con .newsr .nlist2 li a .date .d2 {
  color: #666666;
  font-size: 14px;
  font-family: "Arail";
}

.news-index .news-con .newsr .nlist2 li a .wz {
  width: calc(100% - 6.45833333333333vw);
}

.news-index .news-con .newsr .nlist2 li a .wz .w1 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}

.news-index .news-con .newsr .nlist2 li a .wz .w2 {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .news-con .newsr .nlist2 li:hover {
  background: #f5f5f5;
}

.news-index .news-con .newsr .nlist2 li:hover a .wz .w1 {
  color: #e94001;
}


/**/

.ab-bg { background-color:#fff;
 background-size: 100% 100%;
  padding: 3.33333333333333vw 0;
}



.about-index {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6875vw;
}

.about-index .aboutl {
  width: 37.76041666666667vw;
}

.about-index .aboutl .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.about-index .aboutl .pt1 h3 {
  color: #727171;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.about-index .aboutl .ab1 {
  margin-top: 2.60416666666667vw;
}

.about-index .aboutl .ab1 p {
  color: #555555;
  font-size: 16px;
  line-height: 34px;
}

.about-index .aboutl .a-more {
  background: url(//cdn.myxypt.com/3c2b84f7/21/10/ad9e43504739fc12babeb36cdd4789f1784bd4f7.png) no-repeat top center;
  width: 184px;
  height: 49px;
  background-size: 184px 49px;
  margin-top: 3.90625vw;
}

.about-index .aboutl .a-more a {
  display: block;
  color: #e94001;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
}

.about-index .aboutr {
  width: calc(100% - 42.44791666666667vw);
  margin-top: 2vw;
  max-width: 624px;
}

.about-index .aboutr .aboutr-list li {
  float: left;
  position: relative;
  margin-bottom: 12px;
  margin-left: 10px;
  overflow: hidden;
}

.about-index .aboutr .aboutr-list li .img1 img {
  width: 100%;
}

.about-index .aboutr .aboutr-list li .ww {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.about-index .aboutr .aboutr-list li .ww .w1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.about-index .aboutr .aboutr-list li .ww .w1 b {
  font-family: "Arial";
  font-size: 2.5vw;
}

.about-index .aboutr .aboutr-list li .ww .w1 span {
  font-family: "Arial";
  font-size: 1.875vw;
}

.about-index .aboutr .aboutr-list li .ww .w2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.about-index .aboutr .aboutr-list li:nth-of-type(2) {
  margin-top: 1.97916666666667vw;
}

.about-index .aboutr .aboutr-list li:nth-of-type(3) {
  margin-top: 7.1875vw;
  float: right;
}

.about-index .aboutr .aboutr-list li:nth-of-type(4) {
  margin-top: -1.97916666666667vw;
}

.about-index .aboutr .aboutr-list li:hover .ww {
  background: rgba(127, 34, 0, 0.6);
  bottom: 0;
}


/**/
.ad-bg {  background:url(../imgnew/abbg.jpg) no-repeat top  center;
 background-size: 100% 100%;
  padding: 3.33333333333333vw 0;
}

.ad-bg .ad-index .ad-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ad-bg .ad-index .ad-list li {
  text-align: center;
  width: 25%;
  height: 285px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.6s ease;
}

.ad-bg .ad-index .ad-list li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ad-bg .ad-index .ad-list li .img1 img {
  max-width: 100%;
}

.ad-bg .ad-index .ad-list li .w1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.ad-bg .ad-index .ad-list li .w2 {
  background: url(//cdn.myxypt.com/3c2b84f7/21/10/7caf3dae68302c0fee86ee3ff55839ffabd0652f.png) no-repeat top center;
  width: 21px;
  height: 17px;
  margin: 0 auto;
  background-size: 21px 17px;
  margin-top: 30px;
}

.ad-bg .ad-index .ad-list li .w3 {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  display: none;
}

.ad-bg .ad-index .ad-list li:hover{
  transform:translateY(10px)
}

.ad-bg .ad-index .ad-list li:hover .img1 img {
  filter: invert(44%) sepia(97%) saturate(6208%) hue-rotate(14deg) brightness(98%) contrast(101%);
}

.ad-bg .ad-index .ad-list li:hover .w2 {
  display: none;
  transition: all 0.6s ease;
}

.ad-bg .ad-index .ad-list li:hover .w3 {
  display: block;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .ad-bg .ad-index .ad-list {
    flex-wrap: wrap;
  }
  .ad-bg .ad-index .ad-list li {
    width: 46%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .ad-bg .ad-index .ad-list li + li {
    border: none;
  }
  .ad-bg .ad-index .ad-list li .img1 img {
    max-width: 20%;
  }
  .ad-bg .ad-index .ad-list li .w1 {
    font-size: 14px;
    padding-top: 5px;
  }
  .ad-bg .ad-index .ad-list li .w2 {
    margin-top: 10px;
  }
  .ad-bg .ad-index .ad-list li .w3 {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

/**/
