.skins {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.hskinw {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.skinow {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
@media only screen and (max-width:1500px) {
.hskinw {
	width: 98%;
}
.skins {
	width: 98%;
}
}
/**/
/*单页关于我们*/
.p_about {
	padding-top: 100px;
	padding-bottom: 100px;
}
.patit h2 {
	color: #0083c7;
	font-size: 36px;
	font-weight: bold;
}
.patit h3 {
	font-size: 24px;
	font-family: "Arial";
	line-height: 2;
	font-weight: lighter;
}
.ptxt p {
	margin-top: 60px;
	color: #666;
}
.ev_idea {
	background: url(../images/bg03.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-bottom: 100px;
	overflow: hidden;
}
.ev_idea .list {
	height: 100%;
	text-align: center;
}
.ev_idea .list li {
	width: 26%;
	position: relative;
	padding: 230px 60px 250px;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ev_idea .list li:nth-child(3) {
	border-right: none;
}
.ev_idea .list .ic1 {
	background: url(../images/ic1.png) no-repeat center center;
	background-size: contain;
}
.ev_idea .list .ic2 {
	background: url(../images/ic2.png) no-repeat center center;
	background-size: contain;
}
.ev_idea .list .ic3 {
	background: url(../images/ic3.png) no-repeat center center;
	background-size: contain;
}
.ev_idea .list .icon {
	width: 60px;
	height: 60px;
	display: inline-block;
}
.ev_idea .list h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.ev_idea .list p {
	font-size: 16px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	margin-top: 30px;
	height: 80px;
}
.pab_bg {
	margin-bottom: 120px;
}
@media only screen and (max-width:1650px) {
.ev_idea .list li {
    width: 25%;	
}
}
@media only screen and (max-width:1448px) {
.ev_idea .list li {
    width: 24%;	
	padding: 160px 60px 150px;
}
}
@media only screen and (max-width:1296px) {
.ev_idea .list li {
    width: 23%;	
}
}
@media only screen and (max-width:1179px) {
.ev_idea .list li {
    width: 22%;	
}
}
@media only screen and (max-width:1074px) {
.ev_idea .list li {
    width: 21%;	
}
}
@media only screen and (max-width:981px) {
.ev_idea .list li {
    width: 20%;	
}
}
@media only screen and (max-width:907px) {
.ev_idea .list li {
    width: 100%;	
	padding: 60px 0px 30px;
}
.ev_idea .list li:nth-child(3) {
	padding-bottom: 80px;
}
}
/*单页产品中心*/
.p_pro {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
	background: #f7f7f7;
}
.pbox {
	padding: 80px 0;
	background: #fff;
}
.subb_muen {
	margin-top: 80px;
}
.subb_muen li {
	display: inline-block;
	margin: 0 4px 10px;
	margin-right: 60px;
}
.subb_muen li a {
	display: block;
	border: 1px solid #ececec;
	background: #0083c7;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	width: 220px;
	text-align: center;
}
.subb_muen .cur a {
	background: #083b71;
	border: 1px solid #083b71;
	color: #FFF;
}
.hd2 {
	margin-bottom: 40px;
	/*white-space: nowrap;*/
}
.hd2 h2 {
	font-size: 32px;
	font-weight: bold;
	color: #006eb4;
}
.hd2 .en {
	font-size: 24px;
	font-family: "Arial";
	line-height: 2;
}
.vdesc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.imglist ul li {
	width: 33.33%;
	float: left;
	display: block;
	margin-bottom: 60px;
}
.imglist li a {
	display: block;
	padding: 0 15px;
}
.imglist li .hpimg {
	padding: 25px;
	background: #fff;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.imglist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.imglist li .hptxt {
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*border: 1px solid #eee;*/
	border-top: none;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.imglist li .hptxt h5 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	border-top: 1px solid #ccc;
}
.imglist li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.imglist li:hover .hptxt {
	background: #0083c7;
	transition: all 0.8s;
}
.imglist li:hover .hptxt h5 {
	color: #FFF;
	border-top: none;
}
@media only screen and (max-width:608px) {
.subb_muen li {
    margin-right: 30px;
}
}
@media only screen and (max-width:546px) {
.subb_muen li {
    margin-right: 15px;
}
}
@media only screen and (max-width:515px) {
.hd2 h2 {
	font-size: 26px;
}
.hd2 .en {
    font-size: 20px;
}
.subb_muen li a {
    width: 160px;
}
}
@media only screen and (max-width:397px) {
.subb_muen li a {
    width: 300px;
}
}
@media only screen and (max-width:930px) {
.imglist ul li {
	width: 50%;
}
}
@media only screen and (max-width:600px) {
.imglist ul li {
	width: 100%;
}
}
/*单页新闻中心*/
.page_new {
	padding-bottom: 60px;
	padding-top: 60px;
	overflow: hidden;
}
.news-list-md {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	border: 1px solid #d2d2d2;
	border-top: none;
}
.news-list-md ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.news-list-md ul li {
	float: left;
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding-left: 15px;
}
.news-list-md ul li a {
	float: left;
	color: #555555;
	font-size: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.news-list-md ul li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}
.news-list-md ul li a:hover {
	color: #111e47;
}
.news-list-md ul li span {
	float: right;
	color: #a6a6a6;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.news-list-m {
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 25px;
	border: 1px solid #d2d2d2;
	border-top: none;
}
.news-left-con {
	border-top: none;
}
.hot-keys {
	padding: 20px 7px 8px 7px;
}
.hot-keys li {
	width: calc(50% - 14px);
	float: left;
	margin: 0 7px 14px 7px;
}
.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #5a5a5a;
	line-height: 2.857;
	border: 1px dashed #f1f1f1;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
@media (max-width:767px) {
.news-list-md ul li {
	width: 100%;
}
.news-list-md ul li:nth-child(2n) {
	margin-left: 0;
}
}
.newlist {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.newlist .ul1 li {
	position: relative;
	width: 100%;
}
.newlist .ul1 li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	background: #f5f5f5;
}
.newlist .ul1 li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 50px 10px;
	border-bottom: 1px solid #f0efef;
}
.newlist .ul1 li .lin {
	width: 100%;
}
.newlist .ul1 li .lin .lidate {
	font-weight: bold;
	float: left;
	width: 72px;
	text-align: center;
	color: #333;
	font-family: "Arial";
	padding: 2%;
	margin-right: 20px;
	margin-top: -5px;
	border: 1px solid #f5f5f5;
}
.newlist .ul1 li .lin .lidate .p1::after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background-color: #006eb4;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
}
.newlist .ul1 li .lin .lidate .p1 {
	font-size: 24px;
	position: relative;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-weight: 100;
}
.newlist .ul1 li .lin .lidate .p2 {
	font-size: 16px;
	font-weight: 100;
}
.newlist .ul1 li .lin .linn {
	padding-left: 100px;
}
.newlist .ul1 li .lin .linn h4 {
	font-size: 22px;
	color: #000;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.newlist .ul1 li .lin .linn h5 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	background: url(../images/wen.png) no-repeat;
	padding-left: 38px;
}
.newlist .ul1 li .lin .linn p {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 18px;
	color: #999;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
@media screen and (min-width: 767px) {
.newlist .ul1 li:hover::after {
	height: 100%;
	transition: 0.5s
}
.newlist .ul1 li:hover .lidate {
	color: #0083c7;
	/*border-top-color: #0083c7;*/
	background: #fff;
}
.newlist .ul1 li:hover .lin .linn h4 {
	color: #0083c7;
}
}
.p_tjxw {
	padding-bottom: 60px;
	overflow: hidden;
}
.CenterTitle {
	display: block;
	padding-bottom: 0.1rem;
	border-bottom: 2px solid #f5f5f5;
	line-height: 36px;
}
.CenterTitle h3 {
	float: left;
	padding-left: 40px;
	font-size: 26px;
	color: #363636;
	font-weight: bold;
	position: relative;
}
.CenterTitle h3::before {
	content: "";
	width: 4px;
	height: 35px;
	background: #0f4c81;
	position: absolute;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	left: 10px;
	background: rgb(0,144,219) !important;
}
.CenterTitle h3::after {
	content: "";
	width: 4px;
	height: 35px;
	background: #0f4c81;
	position: absolute;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	left: 20px;
	opacity: 0.2;
	background: rgb(0,144,219) !important;
}
.clearboth {
	clear: both;
}
.JourBottomCenterBox {
	margin-top: 50px;
	padding: 0 15px;
}
.JourBottomCenterBox ul li {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	-webkit-transition: .5s;
	transition: .5s;
	float: left;
	width: 28.3%;
	margin-right: 30px;
	margin-bottom: 50px;
}
.JourBottomCenterBox ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.JourBottomCenterBox ul li:nth-child(3) {
	margin-right: 0px;
}
.JourBottomCenterBox ul li:nth-child(6) {
	margin-right: 0px;
}
.JourBottomCenterBoxTitle i {
	font-size: 13px;
	background: #333;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.JourBottomCenterBox ul li:hover .JourBottomCenterBoxTitle i {
	animation: tan linear 2s infinite alternate;
}
@keyframes tan {
 0% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
 25% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 50% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 75% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
}
}
.JourBottomCenterBoxTitle a {
	width: 82%;
	float: right;
    margin: 0 .1rem;
	background: #fcfcfc;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 5px;
	position: relative;
}
.JourBottomCenterBoxTitle a b {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	display: block;
	color: #333;
}
.JourBottomCenterBoxTitle a::after {
	content: "";
	border-left: 13px solid transparent;
	width: 2px;
	height: 0;
	border-top: 13px solid #fcfcfc;
	left: -1%;
	position: absolute;
	top: 3px;
	transform: rotate(-133deg);
}
.JourBottomCenterBoxText {
	margin-top: 15px;
}
.JourBottomCenterBoxText i {
	font-size: 13px;
	background: #0083c7;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
.JourBottomCenterBoxText p {
	float: right;
	width: 84%;
	font-weight: normal;
	background: #fcfcfc;
	font-size: 14px;
	padding: 3px 10px;
	color: #999;
	position: relative;
	padding-bottom: .8px;
	border-radius: 5px;
}
.JourBottomCenterBoxText p b {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 2;
	font-weight: normal;
}
.JourBottomCenterBoxText p::after {
	content: "";
	border-left: 13px solid transparent;
	width: 2px;
	height: 0;
	border-top: 13px solid #fcfcfc;
	left: -1%;
	position: absolute;
	top: 3px;
	transform: rotate(-133deg);
}
@media screen and (max-width: 1293px) {
.JourBottomCenterBox ul li {
    width: 28.2%;
}
}
@media screen and (max-width: 1269px) {
.JourBottomCenterBox ul li {
    width: 28%;
}
}
@media screen and (max-width: 1216px) {
.JourBottomCenterBox ul li {
    width: 27.8%;
}
}
@media screen and (max-width: 1176px) {
.JourBottomCenterBox ul li {
    width: 44%;
}
.JourBottomCenterBox ul li:nth-child(3) {
	margin-right: 30px;
}
.JourBottomCenterBox ul li:nth-child(2) {
	margin-right: 0px;
}
.JourBottomCenterBox ul li:nth-child(4) {
	margin-right: 0px;
}
.JourBottomCenterBox ul li:nth-child(6) {
	margin-right: 0px;
}
}
@media screen and (max-width: 1002px) {
.JourBottomCenterBox ul li {
    width: 43.6%;
}
}
@media screen and (max-width: 943px) {
.JourBottomCenterBox ul li {
    width: 43%;
}
}
@media screen and (max-width: 860px) {
.JourBottomCenterBox ul li {
    width: 42%;
}
}
@media screen and (max-width: 758px) {
.JourBottomCenterBox ul li {
    width: 96%;
}
}
/*单页联系我们*/
.contactus {
	padding-bottom: 100px;
	padding-top: 100px;
	overflow: hidden;
}
.ct {
	margin-top: 60px;
}
.contact_left {
	/*background-color: rgba(250, 250, 250, 1);*/
	width: 50%;
	padding-bottom: 50px;
	float: left;
}
.contact_right {
	width: 50%;
	float: right;
}
.contact_left span {
	font-size: 32px;
	font-weight: bold;
	color: #0083c7;
}
.xians {
	width: 30px;
	height: 2px;
	background: #0f4c82;
}
.yw {
	font-family: "Arial";
	font-size: 24px;
	margin-top: 1.6%;
	margin-bottom: 5%;
}
.cnr {
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 3;
	padding-top: 6%;
	color: #a9a9a9;
	margin-right: 8%;
}
.dz {
	font-family: "Arial";
	font-size: 16px;
	line-height: 2;
	margin-top: 3%;
	color: #666;
}
.dh {
	font-family: "Arial";
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.sj {
	font-family: "Arial";
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.codebox {
	margin-top: 11%;
}
.codebox img {
	display: block;
	max-width: 110px!important;
}
.codebox p {
	font-size: 16px;
	margin-left: 2%;
	line-height: 2;
}
@media only screen and (max-width:1407px) {
.contact_left {
	width: 45%;
}
.contact_right {
	width: 55%;
}
}
@media only screen and (max-width:1065px) {
.contact_left {
    text-align: center;
	width: 100%;
	float: left;
}
.contact_right {
	width: 100%;
	float: left;
}
.codebox img {
    max-width: 140px!important;
    margin: 0 auto;
}
.codebox {
    margin-top: 5%;
}
}
/**/
.side_left {
	width: 24%;
	float: left;
	overflow: hidden;
}
.side_right {
	width: 71%;
	float: right;
}
.left-title {
	background: #0083c7;
	padding: 30px 20px;
	position: relative;
	text-align: center;
}
.left-title h3 {
	font-size: 27px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.left-title span {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
	font-family: "Arial";
}
.left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 87px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}
.serv2 {
   /*background-color: #f8f8f8;
	padding: 10px 20px 20px;*/
}
.serv2 ul li {
	margin-bottom: 20px;
	background: #f9f9f9;
}
.serv2 li .t {
}
.serv2 li .t a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	text-align:center;
	color: #333;
}
.serv2 li .t a:hover {
	color: #083b71;
}
.serv2 li .txt p:hover a {
	color: #083b71;
}
.serv2 .txt p a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
@media only screen and (max-width:767px) {
.side_left {
	width: 100%;
	float: none;
	overflow: hidden;
}
.side_right {
	width: 100%;
	margin-left: 0;
	overflow: hidden;
	margin-top: 50px;
}
}
/*内页栏目导航*/
.submuen_title {
	text-align: center;
	color: #fff;
	line-height: 100px;
	font-size: 30px;
	font-weight: bold;
	background: #0083c7;
	margin-bottom: 20px;
}
.submuen_title h3 {
	font-size: 30px;
	font-weight: normal;
}
/*分页*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 60px;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
	font-size: 16px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #0083c7;
}
/*详情*/
.show {
	padding-top: 80px;
	overflow: hidden;
}
.nrcompanys {
	margin: 0 auto;
	background: #FFF;
}
.nrcompanys h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #333;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.met-editors {
	border-bottom: #eee dashed 1px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.nrxqzy {
	font-size: 16px;
	padding: 50px 0;
	margin-bottom: 30px;
	line-height: 2.0;
	border-bottom: 1px dashed #e6e6e6;
	text-align: justify;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
@media only screen and(max-width:1024px) {
.nrcompany {
    width: 95%;
    padding: 50px;
}
}
@media only screen and(max-width:499px) {
.nrcompany {
    padding: 30px;
}
}
/*单页推荐内容*/
/*1*/
.xwtj {
	padding-bottom: 30px;
	padding-top: 60px;
	overflow: hidden;
}
.relate-title {
	border: 1px solid #eeeeee;
	font-size: 20px;
	line-height: 2.857;
	margin-bottom: 15px;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.relate-title span {
	display: inline-block;
	color: #083b71;
	padding: 0 14px;
	border-right: 1px solid #eeeeee;
	font-weight: 100;
}
.xw_til h3 {
	font-size: 25px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.n-tit {
	margin-bottom: 30px;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #083b71;
	display: inline-block;
	vertical-align: middle;
}
.txtlistbox li {
	width: 48.5%;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 16px;
}
.txtlistbox li a {
	display: block;
	padding: 28px;
}
.txtlistbox .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
	vertical-align: middle;
	font-family: "Arial";
}
.txtlistbox .item .time b {
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item h3 {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.txtlistbox .item p {
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	color: #666;
}
.txtlistbox li:nth-child(2n) {
	float: right;
}
.txtlistbox .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
.textlist .item {
	width: 47.5%;
}
.txtlistbox li {
	width: 100%;
}
}
.pnew {
	margin-bottom: 200px;
}
.pnew ul li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-top: 10px;
	float: left;
	width: 48%;
	padding-right: 2%;
}
.pnew_content {
}
.pnew_content p1 {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.pnew_content p1 em {
	font-family: "Arial";
	font-size: 15px;
	color: #969696;
	font-weight: normal;
	float: right;
	margin-right: 23px;
}
.pnew_content p {
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #919898;
	font-weight: lighter;
}
.pnew_content span {
	display: block;
	line-height: 14px;
	font-size: 15px;
	color: #969696;
	margin-top: 20px;
	font-family: "Arial";
}
.pnew_content span em {
	padding-right: 10px;
}
@media (max-width: 851px) {
.pnew ul li {
	width: 99%;
}
}
@media (max-width: 444px) {
.pnew_content p1 {
	font-size: 16px;
}
}
@media (max-width: 408px) {
.pnew_content p1 {
	font-size: 14px;
}
.pnew_content p1 em {
	font-size: 13px;
	margin-right: 0px;
}
}
/*2*/
.cptj {
	padding-bottom: 60px;
	overflow: hidden;
}
.cp_til h3 {
	font-size: 25px;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
}
.img-list-md {
	margin: 20px 0px;
	padding: 30px;
	border: 1px dashed #dddddd;
	box-sizing: border-box;
	margin-bottom: 2%;
	background-color: #FFF;
	overflow: hidden;
}
.img-list-md h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	width: 160px;
	height: 40px;
	background-color: #083b71;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.img-list-md ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.img-list-md ul li {
	display: block;
	padding: 10px 0;
	width: 24%;
	margin-left: 1.333%;
	float: left;
}
.img-list-md ul li:nth-child(1) {
	margin-left: 0;
}
.img-list-md ul li a {
	display: block;
	position: relative;
}
.img-list-md ul li .hmimg {
	border: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
}
.img-list-md ul li .hmimg img {
	display: block;
	width: 100%;
}
.img-list-md ul li a span {
	position: absolute;
	bottom: -16px;
	left: 10%;
	color: #000;
	width: 80%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	/*border-radius: 25px;*/
	box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
}
.img-list-md ul li a:hover .hmimg {
	border: 1px solid #0083c7;
}
.img-list-md ul li a:hover span {
	background: #0083c7;
	color: #fff;
}
@media only screen and (max-width:903px) {
.img-list-md ul li {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 3%;
}
.img-list-md ul li:nth-child(3) {
	margin-left: 0;
}
}
@media only screen and (max-width:494px) {
.img-list-md ul li {
	width: 99%;
}
.img-list-md ul li:nth-child(2) {
	margin-left: 0;
}
.img-list-md ul li:nth-child(4) {
	margin-left: 0;
}
}
.reLink {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}
.reLink a {
	color: #333;
	text-decoration: none;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
	font-size: 17px;
}
.reLink a:hover {
	color: #083b71;
}
/*面包屑*/
.breav-nav {
	width: 100%;
	height: 82px;
	line-height: 82px;
	overflow: hidden;
	margin-top: -90px;
	position: relative;
}
.location {
	max-width: 700px;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 38px;
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
.location a {
	color: #fff;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.skinw {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1650px) {
.skinw {
	width: 1430px;
}
}
@media (min-width: 1450px) {
.skinw {
	width: 1230px;
}
}
/*头部*/
.title {
	text-align: center;
}
.title p {
	font-size: 30px;
	color: #333;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
}
.title span {
	font-size: 26px;
	color: #333;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
}
.title h2 {
	font-size: 42px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.title h2 em {
	font-size: 42px;
	color: #0083c7;
	text-align: center;
	font-weight: 400;
}
@media only screen and (max-width:450px) {
.title h2 em {
    font-size: 35px;
}
.title h2 {
    font-size: 35px;
}
.title span {
    font-size: 23px;
}
}
/*首页企业优势*/
.index_ys {
	padding: 100px 0;
	/*background: #f9f9f9;*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
	display: block;
}
.index_yys {
	display: none;
}
.index_ys .wrap-container {
	position: relative;
	margin-top: 60px;
}
.owl-item {
	width: 25%;
	float: left;
}
.index_ys .list .item {
	transition: all .5s ease-out;
	padding-left: 1px
}
.index_ys .list .item .item-inner {
	position: relative
}
.index_ys .list .item .pic {
	width: 100%
}
.index_ys .list .item .pic img {
	width: 100%
}
.index_ys .list .item .layer {
	/*background: rgba(0,0,0,.3) none repeat scroll 0 0!important;
	filter: Alpha(opacity=50);
	background: #000;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*opacity: 1;*/
	transition: opacity .5s ease-in-out;
	background: rgba(0,0,0,0.3);
}
.index_ys .list .item .layer :hover {
	background: rgba(0,0,0,0.6);
}
.index_ys .list .item .tit {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 28px;
	z-index: 3;
	color: #fff;
	line-height: 1.2;
	transition: all .5s ease-in-out;
	font-weight: bold;
}
.index_ys .list .item .tit span {
	font-family: Chaparral Pro;
	font-size: 30px;
	text-transform: uppercase;
	display: block
}
.index_ys .list .item p {
	position: absolute;
	left: 24px;
	right: 24px;
	top: 148px;
	color: #fff;
	font-size: 15px;
	z-index: 3;
	opacity: .8;
	transition: .3s;
	font-family: "Arial";
}
.index_ys .list .item .more {
	position: absolute;
	bottom: 85px;
	left: 25px;
	z-index: 3;
	color: #fff;
	font-size: 15px;
	padding-right: 20px;
	line-height: 14px;
	transition: all .5s ease-out;
	font-family:"Arial";
}
.index_ys .list .item .more i {
	background: url(../images/-icon.png) no-repeat right center;
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px
}
.index_ys .list .item:hover {
	text-align: center
}
.index_ys .list .item:hover .layer {
	opacity: .6;
}
.index_ys .list .item:hover .tit {
	transform: translate(-50%, -30%);
	top: 15%;
	text-align: center;
	left: 50%
}
.index_ys .list .item:hover p {
	transform: translateY(-52%);
	top: 42%;
	text-align: center;
	opacity: 1;
}
.index_ys .list .item:hover .more {
	transform: translate(-50%, -70%);
	bottom: 10%;
	left: 50%;
	background-color: #3f8dc7;
	width: 124px;
	height: 32px;
	line-height: 32px;
	/*border-radius:30px;*/
}
.index_ys .list .item:hover .more i {
	background-image: url(../images/-icon_hover.png);
	right: 15px
}
.index_ys .list .item .index_ys_p1 {
	top: 200px;
	text-align: center;
	padding: 15px;
	border: 1px rgba(255,255,255,.15) solid;
	background: rgba(0,0,0,.15);
	opacity: .95;
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_ys .list .item .index_ys_p1 span {
	display: block;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 16px;
	position: relative
}
.index_ys .list .item .index_ys_p1 span:after {
	display: inline-block;
	content: '';
	/*width: 38px;
	height: 3px;
	background: #fff;
	opacity: .5;*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0
}
.index_ys .list .item:hover p.index_ys_p1 {
	top: 64%
}
.index_ys .list .item p.index_ys_p2 {
	display: none
}
.index_ys .list .item:hover p.index_ys_p2 {
	display: block
}
@media(max-width:1366px) {
.index_ys .list .item:hover p {
	transform: translateY(-52%);
	top: 38%;
	text-align: center;
	opacity: 1
}
}
@media(max-width:1024px) {
.index_ys {
	padding: 30px 0
}
}
.wrap-Tit {
	position: relative;
	text-align: center;
	margin-bottom: 70px
}
.wrap-Tit h2 {
	font-size: 46px;
	color: #373f53;
	margin: 0;
	position: relative;
	z-index: 3
}
.wrap-Tit em {
	font-style: normal;
	color: #3f8dc7;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
	z-index: 3
}
.wrap-Tit .bg {
	font-size: 150px;
	font-weight: 700;
	color: rgba(164,174,192,.1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	z-index: 1;
	line-height: .8
}
@media(max-width:1500px) {
.index_ys .list .item .index_ys_p1 {
    height:80px;
}
}
@media(max-width:1300px) {
.index_ys .list .item .index_ys_p1 {
    padding-bottom: 40px;
}
}
@media(max-width:1201px) {
.index_ys .list .item:hover .index_ys_p1 {
	display:none;
}
.index_ys .list .item .index_ys_p1 {
    margin-top: 0px;
}
.index_ys .list .item  .index_ys_p2 {
    margin-top: 70px;
    border: 1px rgba(255,255,255,.15) solid;
    background: rgba(0,0,0,.15);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media(max-width:1166px) {
.index_ys .list .item .index_ys_p1 span {
    font-size: 20px;
}
}
@media(max-width:1082px) {
.index_ys .list .item .index_ys_p1 span {
    font-size: 18px;
}
.index_ys .list .item .more {
    bottom: 35px;
}
}
@media(max-width:1005px) {
.owl-item {
    width: 50%;
}
}
/**/
.index_yys {
    padding: 80px 0 120px;
    overflow: hidden;
}
.i_ny{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    width: 90%;
    color: #fff;
    z-index: 555;
}
.i_tb{
	width: 148px;
    height: 148px;
    background: url(../images/ic_fa_bg.png) no-repeat center center;
    background-size: contain;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    transition: .6s ease 0s;
}
.index_yys .i_list {
	margin-top:60px;
}
.index_yys .i_item {
    position: relative;
    float: left;
    width: 25%;
}
.i_scale {
    display: block;
    overflow: hidden;
}
.i_coverbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.i_coverbox .i_bg {
    width: 100%;
    visibility: hidden;
    display: block;
}
.i_scale img {
    transition: .6s;
}
.i_coverbox .i_coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s;
}
.index_yys .i_ny .ic {
    width: 65px;
    height: 65px;
    display: block;
    margin: auto;
    background-size: contain;
}
.index_yys .i_ny .ic1 {
    background: url(../images/yicon1.png) no-repeat center center;
}
.index_yys .i_ny .ic2 {
    background: url(../images/yicon2.png) no-repeat center center;
}
.index_yys .i_ny .ic3{
    background: url(../images/yicon3.png) no-repeat center center;
}
.index_yys .i_ny .ic4{
    background: url(../images/yicon4.png) no-repeat center center;
}
.index_yys .i_item:hover .i_coverimg {
    transform: scale(1.15);
}
.index_yys .i_item:hover .i_info {
    height: 150px;
}
.index_yys .i_ny .i_info {
    height: 0px;
    overflow: hidden;
	text-align: center;
}
.index_yys .i_ny .i_info {
    transition: .6s ease 0s;
}
.index_yys .i_ny .i_en {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
	font-family: "Arial";
    line-height: 1.5;
}
.index_yys .i_ny .i_title {
    font-size: 24px;
    margin-bottom: 30px;
}
.more2 {
    display: inline-block;
    margin-top: 0px;
    color: #fff;
    transition: .6s;
    overflow: hidden;
}
.more2 em {
    display: block;
    color: #fff;
    padding-right: 26px;
    white-space: nowrap;
    letter-spacing: 3px;
    background: url(../images/arr.png) no-repeat right center;
    background-size: 16px;
}
.index_yys .i_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #fff;
    opacity: .3;
    z-index: 55;
}
@media (max-width:1024px) {
.index_ys {
	display: none;
}
.index_yys {
	display: block;
}
.index_yys .i_ny .i_title {
    margin-bottom: 20px;
}
}
@media (max-width:940px) {
.index_yys .i_item {
    width: 50%;
}
}
@media (max-width:472px) {
.index_yys .i_item {
    width: 100%;
}
}
/*@media(max-width:1440px) {
.wrap-Tit h2 {
	font-size: 41px;
}
.wrap-Tit em {
	font-size: 30px;
}
.index_ys .list .item .tit span {
	font-size: 27px;
}
.index_ys .list .item .tit {
	font-size: 18px;
}
.index_ys .list .item p {
	font-size: 12px;
}
.index_ys .list .item .index_ys_p1 span {
	font-size: 52px;
}
.index_ys .list .item p.index_ys_p2 {
	line-height: 20px;
}
}*/
@media(max-width:1024px) {
.wrap-Tit {
	margin: 0 0 20px 0
}
.wrap-Tit em {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	color: #bbb
}
.wrap-Tit h2 {
	display: block;
	color: #444;
	font-size: 30px;
	margin: 0;
	font-weight: normal
}
.wrap-Tit p {
	margin: 5px 0 0 0
}
.wrap-Tit .bg {
	display: none
}
}
/*首页产品中心*/
.index_pro {
	padding-top: 90px;
	padding-bottom: 120px;
	overflow: hidden;
}
.hproBox {
	margin-top: 60px;
}
.hproBox li {
	width: calc(33.33% - 10px);
	height: 335px;
	float: left;
	margin: 5px;
	background: #f7f7f7;
	overflow: hidden;
}
.hproBox li a {
	display: block;
	height: 100%;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.hproBox li .ltitle {
	float: left;
	padding: 80px 20px 0 20px;
	width: 50%;
}
.hproBox li .ltitle h4 {
	font-size: 20px;
	color: #000;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.hproBox li .ltitle span {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	opacity: 0.5;
}
.hproBox li .ltitle span i {
	font-size: 16px;
	margin-right: 6px;
}
.hproBox li .rimg {
	float: right;
	width: 43%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.hproBox li.first {
	height: 680px;
}
.hproBox li.first a {
	position: relative;
}
.hproBox li.first .htitle {
	padding: 40px 20px 0 20px;
}
.hproBox li.first .htitle h4 {
	font-size: 20px;
	color: #000;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.hproBox li.first .htitle span {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	opacity: 0.5;
}
.hproBox li.first .htitle span i {
	font-size: 16px;
	margin-right: 6px;
}
.hproBox li.first .himg {
	width: 90%;
	position: absolute;
	bottom: 90px;
	left: 15%;
}
.hproBox li:hover .ltitle h4 {
	color: #037cc1;
	transition: 0.5s;
}
.hproBox li:hover .ltitle span {
	opacity: 1;
	transition: 0.5s;
}
.hproBox li.first:hover .htitle h4 {
	color: #037cc1;
	transition: 0.5s;
}
.hproBox li.first:hover .htitle span {
	opacity: 1;
	transition: 0.5s;
}
/*@media only screen and (max-width:1300px) {
.hproBox li {
	height: 200px;
}
}*/
@media only screen and (max-width:1024px) {
.hproBox li {
	height: 200px;
}
.hproBox li .rimg {
	width: 45%;
}
.hproBox li .ltitle {
	padding: 40px 0 0 0;
}
.hproBox li.first {
	height: 410px;
}
.hproBox li.first .htitle {
	padding: 20px 10px 0 10px;
}
}
@media only screen and (max-width:872px) {
.hproBox li {
	width: calc(50% - 10px);
}
.hproBox li.first .himg {
    width: 60%;
}
.hproBox li .rimg {
    width: 32%;
}
}
@media only screen and (max-width:499px) {
.hproBox li {
	width: 100%;
}
.hproBox li.first {
	height: auto;
}
.hproBox li.first .himg {
	position: static;
	margin: auto;
}
.hproBox li .rimg {
    width: 30%;
}
}
/**/
.cradver{
	background:url(../images/cbg.jpg);
	margin-bottom: 160px;
    padding-top: 60px;
    padding-bottom: 80px;
	background-attachment: fixed;
}
.cleft h2{
	font-size: 33px;
    color: #fff;
    margin-bottom: 30px;
}
.white-bar{
    padding-bottom: 52px;
}
.bar-normal{
    border-top-color: #fff;
}
.mark-bar-content{
    border-top-width: 8px;
    border-top-style: solid;
    border-right: 6px solid rgba(0,0,0,0);
    width: 52px;
    height: 0;
}
.cmore {
    display: inline-block;
    border:2px solid #f5f5f5;
    padding: 8px 34px;
    position: relative;
    transition: .6s;
    margin-top: 20px;
}
.cmore em {
    display: block;
    color: #fff;
    padding-right: 22px;
    white-space: nowrap;
    letter-spacing: 2px;
    background: url(../images/arr.png) no-repeat right center;
    background-size: 16px;
}
.cmore:hover{
    background:#0083c7;
	boder:0px solid #fff;
}
/*首页相关推荐新闻*/
.index-wt {
	overflow: hidden;
	padding-bottom: 160px;
	margin-top:50px;
}
.iwl {
	width: 60%;
	float: left;
}
.iwr {
	width: 33%;
	float: right;
}
.index-wt .hwt {
	box-sizing: border-box;
	padding-right: 44px;
	float: left;
	width: 50%;
}
.index-wt .hwt div {
	background: #fff url(../images/homethreebg1.png) no-repeat right bottom;
	background-size: 53px 74px;
	box-shadow: 0px 0px 10px 0px #eaecf0;
	border-radius: 10px;
	position: relative;
	padding: 40px 30px 40px 34px;
}
.index-wt .hwt div:before {
	content: '';
	width: 88px;
	height: 7px;
	border-radius: 88px 0 0 0;
	background: #0083c7;
	position: absolute;
	left: 2px;
	top: 0;
}
.index-wt .hwt a {
	display: block;
	width: 100%;
	height: 88px;
	font-size: 22px;
	color: #071336;
	line-height: 44px;
	font-weight: bold;
	overflow: hidden;
}
.index-wt .hwt a:hover {
	color: #0083c7;
}
.ind_more {
    float: left;
    font-size: 16px;
    display: block;
    position: relative;
    width: 128px;
    height: 57px;
    border-bottom: 1px solid #ddd;
    line-height: 56px;
    color: #333;
    background: url(../images/ico_gd.png)no-repeat right 0 center;
    background-size: 16px auto;
	float: right;
    margin-top: 50px;
}
.ind_more:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    border-bottom: 1px solid #0083c7;
    transition: all 0.5s;
}
.iwr h3 {
	font-size: 60px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-top: 20px;
    font-family: "Arial";
    color: #ececec;
}
.iwr h2 {
	font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 30px;
}
.iwr p {
	text-align: right;
	font-size: 17px;
}
.index-wt .hwt p {
	height: 102px;
	font-size: 16px;
	color: #606470;
	line-height: 34px;
	overflow: hidden;
	margin-top: 18px;
}
.index-wt .hwt span {
	display: block;
	padding-left: 30px;
	font-size: 16px;
	line-height: 16px;
	color: #606470;
	margin-top: 32px;
	background: url(../images/homethreeicon3.png) no-repeat left center;
	background-size: 16px 16px;
	font-family: "Arial";
}
.index-wt .hwt div:after {
	content: '';
	width: 44px;
	height: 10px;
	background: url(../images/homethreeicon1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: -16px;
	bottom: 35px;
}
@media (max-width:980px) {
.iwl {
    width: 100%;
}
.iwr {
    display: none;
}
.index-wt .hwt {
    padding-right: 24px;
}
}
@media (max-width:651px) {
.index-wt .hwt {
    width: 100%;
	margin-bottom:30px;
	padding-right: 14px;
}
}
/*首页产品设备*/
.index_sb {
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
}
.skinwk {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.hp_list {
	margin-top: 30px;
	position: relative;
	padding-top: 30px;
}
.hp_list .hpbox {
	height: auto;
	overflow: hidden;
}
.hp_list ul li {
	width: 454px;
	float: left;
	margin-right: 18px;
	display: block;
	background: #f5f5f5;
	padding-bottom: 50px;
}
.hp_list ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.hp_list ul li a h5 {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 3;
	font-size: 23px;
	color: #333;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin: 40px;
}
.hp_list ul li a {
	color: #333;
}
.hp_list ul li .himg {
	overflow: hidden;
	margin: 40px;
}
.hp_list ul li img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.hp_list ul li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.hp_prev {
	left: -124px;
	top: 200px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/jtl-1.png) center no-repeat;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;/*border: 2px solid #083b71;*/
}
.hp_next {
	position: absolute;
	right: -124px;
	top: 200px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/jtr-1.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);/*border: 2px solid #083b71;*/
}
.hp_prev:hover {
	background: #0083c7 url(../images/jtl1.png) center no-repeat;
	border: none;
}
.hp_next:hover {
	background: #0083c7 url(../images/jtr1.png) center no-repeat;
	border: none;
}
@media only screen and (max-width:1399px) {
.hp_prev {
	left: -4px;
}
.hp_next {
	right: -4px;
}
}
@media only screen and (max-width:400px) {
.hp_list ul li {
	width: 100%;
}
}
/*首页关于我们*/
.index_about {
	/*background: url(../images/bg_1.jpg) no-repeat center #f5f2f0;*/
	background-size: cover;
	overflow: hidden;
	padding-bottom: 100px;
}
.index_about .leftbox {
	width: 40%;
	float: left;
	max-width: 960px;
	margin-left: 12%;
	margin-top: 6%;
}
.index_about .rightbox {
	width: 35%;
	max-width: 740px;
	float: right;
}
.index_about .video {
	position: relative;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	background: none;
}
.about_titl {
}
.about_titl h2 {
	font-size: 26px;
	color: #0083c7;
	margin-bottom: 30px;
}
.about_titl p {
	font-size: 23px;
	line-height: 1.5;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
	font-weight: bold;
}
.about_wz {
	font-size: 17px;
	margin-top: 50px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 30px;
}
.vmore {
	display: inline-block;
	background-color: #006eb4;
	padding: 8px 30px;
	position: relative;
	border-radius: 2em;
	transition: .6s;
	margin-top: 80px;
}
.vmore em {
	display: block;
	color: #fff;
	padding-right: 22px;
	white-space: nowrap;
	letter-spacing: 2px;
	background: url(../images/arr.png) no-repeat right center;
	background-size: 16px;
}
.jz {
}
.jz h3 {
	font-size: 26px;
	font-weight: 200;
	margin-top: 6%;
}
.jz p {
	font-size: 26px;
	font-weight: 200;
	margin-top:20px;
}
.jz h2 {
	font-size: 20px;
	font-weight: 200;
	font-family: "Arial";
}
.kj {
}
.kj img {
}
@media only screen and (max-width:1809px) {
.index_about .leftbox {
    margin-top: 4%;
}
}
@media only screen and (max-width:1732px) {
.index_about .leftbox {
    width: 43%;
}
}
@media only screen and (max-width:1673px) {
.index_about .leftbox {
    width: 45%;
}
}
@media only screen and (max-width:1618px) {
.index_about .leftbox {
    margin-top: 2%;
}
.about_titl p {
    font-size: 21px;
}
}
@media only screen and (max-width:1510px) {
/*.index_about .leftbox {
    margin-top: 0%;
}*/
.about_titl h2 {
    font-size: 24px;
}
.jz h3 {
    font-size: 24px;
}
.jz p {
    font-size: 24px;
}
}
@media only screen and (max-width:1477px) {
.about_titl p {
    font-size: 19px;
}
.about_titl h2 {
    font-size: 22px;
}
.about_wz {
    font-size: 16px;
}
.jz h3 {
    font-size: 22px;
}
.jz p {
    font-size: 22px;
}
}
@media only screen and (max-width:1403px) {
.about_titl h2 {
    margin-bottom: 20px;
}
.about_wz {
    margin-top: 30px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width:1335px) {
.about_titl p {
    font-size: 17px;
}
.vmore {
    margin-top: 60px;
}
.about_titl h2 {
    font-size: 20px;
}
}
@media only screen and (max-width:1276px) {
.index_about .leftbox {
    width: 48%;
    margin-left: 9%;
}
}
@media only screen and (max-width:1195px) {
.index_about .leftbox {
    width: 98%;
	margin-left:2%;
}
.index_about .rightbox {
    width: 0%;
}
.about_titl h2 {
    font-size: 26px;
}
.about_titl p {
    font-size:20px;
}
}
@media only screen and (max-width:693px) {
.about_titl h2 {
    font-size: 23px;
}
.about_titl p {
    font-size:18px;
}
}
.hcc {
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
}
.hc_list {
	position: relative;
}
.hc_list .hcbox {
	height: auto;
	overflow: hidden;
}
.hc_list li {
	width: 311px;
	margin-right: 18px;
	float: left;
}
.hc_list li i {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.hc_list li i img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
/*.hc_list li:hover i img {
	transform: scale(1.1);
}
*/.hc_list li a {
	display: block;
	overflow: hidden;
}
.hc_list li span {
	font-size: 18px;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*.hc_list li:hover a {
	border: 1px solid #d5ad58;
}*/
.hc_list li:hover span {
	background: #d5ad58;
	color: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.hc_prev {
	left: -4px;
	top: 160px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/jtl-1.png) center no-repeat;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border-radius: 50%;
	position: absolute;
}
.hc_next {
	position: absolute;
	right: -4px;
	top: 160px;
	width: 55px;
	height: 55px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/jtr-1.png) center no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
}
.hc_prev:hover {
	background: #0083c7 url(../images/jtl1.png) center no-repeat;
	border: none;
}
.hc_next:hover {
	background: #0083c7 url(../images/jtr1.png) center no-repeat;
	border: none;
}
@media only screen and (max-width:1299px) {
.hc_prev {
	left: -10px;
}
.hc_next {
	right: -10px;
}
}
@media only screen and (max-width:500px) {
.hc_list ul li {
	width: 100%;
}
}
/*数字++++++++++*/
.main {
	/*margin: 0 auto;
	max-width: 1200px;*/
	width: 100%;
}
.mumping_mun {
	position: relative;
	z-index: 99;
	display: inline-block;
	/*max-width: 1200px;*/
	width: 100%;
	/*background: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.28);*/
	padding: 50px 0;
}
.mumping_mun li {
	width: 24.3%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 10px;
}
.mumping_mun li:nth-child(4) {
	margin-right: 0px;
}
.mumping_mun span {
	display: block;
	text-align: center;
	height: auto;
	line-height: 1.4;
}
.mumping_mun span em {
	font-size: 50px;
	color: #083b71;
	letter-spacing: 0px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: bold;
}
.mumping_mun span i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	vertical-align: bottom;
	margin: 0 0 0px 6px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.mumping_mun p {
	font-size: 21px;
	color: #333;
	line-height: 2;
	font-weight: lighter;
}
@media only screen and (max-width:1506px) {
.mumping_mun li {
	width: 24.4%;
}
}
@media only screen and (max-width:1275px) {
.mumping_mun li {
	width: 24.3%;
}
}
@media only screen and (max-width:1098px) {
.mumping_mun li {
	width: 49%;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:1029px) {
.mumping_mun li {
	width: 48.9%;
}
}
@media only screen and (max-width:926px) {
.mumping_mun li {
	width: 48.8%;
}
}
@media only screen and (max-width:858px) {
.mumping_mun li {
	width: 48.7%;
}
}
@media only screen and (max-width:786px) {
.mumping_mun li {
	width: 48.6%;
}
}
@media only screen and (max-width:732px) {
.mumping_mun li {
	width: 48.5%;
}
}
@media only screen and (max-width:690px) {
.mumping_mun li {
	width: 100%;
}
}
/*首页新闻*/
.index_news {
	padding-top: 80px;
	padding-bottom: 130px;
	overflow: hidden;
	background: #f7f7f7;
}
.hwz {
	margin-top: 50px;
}
.hwz ul li {
	width: 49.3%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.hwz ul li:nth-child(2) {
	margin-right: 0px;
}
.hwz ul li:nth-child(4) {
	margin-right: 0px;
}
.hwz ul li:nth-child(6) {
	margin-right: 0px;
}
.index_news .in_inner {
	background: #fff;
	padding: 40px 50px 40px 0;
	border: 1px solid #f2f2f2;
	position: relative;
}
.index_news .in_date {
	margin: 0 40px;
	text-align: center;
	font-family: "Arial";
	float: left;
	margin-top: 15px;
}
.index_news .in_date .in_day {
	font-size: 24px;
	position: relative;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.index_news .in_date .in_year {
	font-size: 16px;
}
.index_news .in_date .in_day::after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background-color: #0083c7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
}
.index_news .in_info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.index_news .in_title {
	font-size: 18px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
.index_news .in_desc {
	color: #666;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}
.index_news .in_inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #0083c7;
	transition: ease-in .3s;
	bottom: 0;
	left: 0;
}
.index_news .in_inner:hover .in_date, .index_news .in_inner:hover .in_title {
	color: #0083c7;
}
.index_news .in_inner:hover::after {
	width: 100%;
}
@media only screen and (max-width:1458px) {
.hwz ul li {
    width: 49.1%;
}
}
@media only screen and (max-width:1136px) {
.hwz ul li {
    width: 49%;
}
}
@media only screen and (max-width:1079px) {
.index_news .in_title {
    font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
.hwz ul li {
    width: 48.8%;
}
}
@media only screen and (max-width:1011px) {
.hwz ul li {
    width: 100%;
}
}

/*首页*/
.index_skill {
	position: relative;
	padding: 80px 0 120px;
	text-align: center;
	color: #fff;
}
.vshd {
	margin-bottom: 36px;
}
.vshd .en {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #333;
}
.vshd h2 {
	font-size: 33px;
	color: #0083c7;
}
.index_skill .idesc {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 70px;
	color: #333;
}
.index_skill nav {
	display: flex;
	justify-content: center;
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}
.index_skill nav .iitem {
	display: block;
}
.index_skill nav .iicon {
	padding: 4px;
	border-radius: 50%;
	border: 2px dotted #0083c7;
	margin-bottom: .20px;
	display: inline-block;
}
.index_skill nav .iicon .ic1 {
	background: url(../images/ic_a1.png) no-repeat center center;
}
.index_skill nav .iicon .ic2 {
	background: url(../images/ic_a2.png) no-repeat center center;
}
.index_skill nav .iicon i {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
}
.index_skill nav .iitem .itit {
	font-size: 18px;
	white-space: nowrap;
	color: #333;
	line-height: 2;
}
.index_skill nav ._line {
	width: 90px;
	border-bottom: 1px dashed #0083c7;
	height: 50px;
	display: block;
	margin: 0 20px;
}
.index_skill nav .iitem:hover .ic1 {
	background-image: url(../images/ic_aon1.png);
}
.index_skill nav .iitem:hover .ic2 {
	background-image: url(../images/ic_aon2.png);
}
.index_skill nav .iitem:hover i {
	background-color: #0083c7;
}
@media only screen and (max-width:670px) {
.vshd .en {
    font-size: 25px;
	line-height: 1.6;
	margin-top: 20px;
}
}
/*首页产品优势*/
.home_ywly {
	margin-bottom: 50px;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 60px;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.imgBg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 700px;
}
.section-product {
}
.section-product li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	height: 800px;
}
.section-product li:last-child {
	border-right: none;
}
.section-product li .section-tb {
	display: table;
	position: relative;
	width: 100%;
	height: 660px;
}
.motion {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.section-product li .section-tell {
	display: table-cell;
	vertical-align: middle;
}
.section-product li .main .pic {
	width: 94px;
	height: 94px;
	/*border: 2px solid rgba(255, 255, 255, 0.6);*/
	margin: 0 auto 53px;
	border-radius: 8px;
	overflow: hidden;
}
.section-product li .main .pic i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 18px auto 0;
}
.section-product li .main .pic .icon1 {
	background: url(../images/m1.png) no-repeat;
}
.section-product li .main .pic .icon2 {
	background: url(../images/m2.png) no-repeat;
}
.section-product li .main .pic .icon3 {
	background: url(../images/m3.png) no-repeat;
}
.section-product li .main .pic .icon4 {
	background: url(../images/m4.png) no-repeat;
}
.section-product li .main h4 {
	font-size: 30px;
	color: #fff;
	line-height: 34px;
}
.section-product li .main p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 22px;
	text-transform: uppercase;
	font-family: "Arial";
}
.section-product li .main .txt {
	width: 92%;
	margin: 40px auto 0;
	max-width: 250px;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	display: none;
	opacity: 0;
	font-weight: 100;
}
.section-product li .main .more {
	display: block;
	width: 60px;
	height: 60px;
	margin: 44px auto 0;
	background: url(../images/jtr1.png) no-repeat center center #0083c7;
	border-radius: 50%;
	display: none;
	opacity: 0;
}
.section-product li:hover {
	background: rgba(0, 0, 0, 0.6);
}
.section-product li:hover .txt, .section-product li:hover .more {
	display: block;
	opacity: 1;
}
@media only screen and (max-width: 768px) {
.home_2 .imgBg, .section-product li, .section-product li .section-tb {
	height: 120px;
}
.section-product {
	padding-top: 0;
}
.section-product li .section-tb {
	margin-top: 5px;
}
.section-product li .section-tell {
	vertical-align: top;
}
.section-product li .main p {
	display: none;
}
.section-product li .main .pic {
	border: 0;
	margin-bottom: 0;
}
.section-product li .main .pic {
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
}
.section-product li .main .pic i {
	width: 29px;
	height: 29px;
	margin: 9px auto 0;
}
.section-product li .main h4 {
	line-height: 14px;
	font-size: 18px;
}
.section-product li .main .txt {
	font-size: 12px;
}
.section-product li .main .pic .icon1 {
	background: url(../images/m1.png) no-repeat center/29px;
}
.section-product li .main .pic .icon2 {
	background: url(../images/m2.png) no-repeat center/29px;
}
.section-product li .main .pic .icon3 {
	background: url(../images/m3.png) no-repeat center/29px;
}
.section-product li .main .pic .icon4 {
	background: url(../images/m4.png) no-repeat center/29px;
}
/*单页大图*/
.nybanner {
	position: relative;
	overflow: hidden;
}
.nybanner.pic {
	-webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.nybanner.pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.nybanner img {
	width: 100%;
	display: block;
}

