@charset "utf-8";
#header {
	height: 144px;
	width: 100%;
	z-index: 99999;
	transition: all .3s;
}
.header_wrap {
	height: 88px;
}
.header_top {
	background: #222;
	height: 56px;
	line-height: 53px;
	color: #666;
	font-size: 15px;
	overflow: hidden;
	background: #efeeeb;
	border-bottom: 3px solid var(--theme-color);
}
#header.header_on .header_wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.header_top .welcome {
	flex: 1;
}
.header_top .btns a {
	margin-right: 20px;
	vertical-align: top;
}
.header_wrap .tel {
	margin-top: 20px;
	margin-left: 10px;
}
.header_wrap .tel span {
	color: var(--theme-color);
	font-size: 25px;
	display: inline-block;
	font-weight: bold;
}
.header_wrap .tel span i {
	font-size: 25px;
	margin-right: 6px;
	font-weight: normal;
}
.logo {
	margin-top: 20px;
	flex: 1;
	height:45px;
}
body{
    overflow-x: hidden;
}
.logo img {
	height: 100%;
	width: auto;
}
.top_right_btn {
	flex: 1;
	justify-content: flex-end;
}
.top_right_btn>div {
	color: #898989;
}
.weixin_code {
	line-height: 80px;
	font-size: 14px;
}
.nav_pc {
	position: relative;
}
.nav_pc_on {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #2a343d;
	z-index: 999;
}
.nav_pc li {
    height: 88px;
    display: flex;
    align-items: center;
    position: relative;
    padding:0 15px;
}
.nav_pc li .menu a,.nav_pc li>a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	line-height: 56px;
	color: #000;
	text-align: center;
}
.nav_pc li .menu a:after {
	height:2px;
	background: var(--theme-color);
	width: 0;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
}
.nav_pc li.cur .menu a, .nav_pc li .menu a:hover {
	font-weight: bold;
}
.nav_pc li .menu a:hover:after, .nav_pc li.cur .menu a:after {
	width: 100%;
}
.nav_pc li .sub_nav {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	transition: all 300ms;
	top: 86px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.nav_pc li:hover .sub_nav {
	top: 72px;
	opacity: 1;
	visibility: visible;
}
.nav_pc li .sub_nav a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}
.nav_pc li .sub_nav a:hover {
	background: rgba(0,0,0,.1);
}
.nav_pc li .jy_sub_nav{
    position: absolute;
    left: 0;
    top:100px;
    display: flex;
    z-index: 999;
    background: rgba(255,255,255,.9);
    width: 1000px;
    padding:20px;
    opacity: 0;
	visibility: hidden;
	transition:all .3s;
}
.nav_pc li:hover .jy_sub_nav{
    opacity: 1;
	visibility: visible;
	top: 88px;
}
.nav_pc li:hover .jy_sub_nav .sub_menu_item{
    margin-right:30px;
}

.nav_pc li .jy_sub_nav h4{
    margin-bottom: 10px;
}
.nav_pc li .jy_sub_nav h4 a{
    color:var(--theme-color);
    font-size:15px;
}
.nav_pc li .jy_sub_nav h4 a:hover{
    font-weight: bold;
}
.nav_pc li .jy_sub_nav p{
    margin-bottom: 5px;
}
.nav_pc li .jy_sub_nav p a{
    font-size:14px;
    line-height: 1.4;
}

.topsearch {
	line-height: 100px;
}
.topsearch i {
	font-size: 18px;
	margin: 0 7px;
	color: #005ead;
	cursor: pointer;
}
.mobile_banner {
	display: none;
}
.phone_top_nav {
	display: none;
}
.phone_top_nav .sub_nav_phone {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
	color: #333;
}
.header_icon {
	justify-content: flex-end;
}
.header_icon .ico {
	font-size: 14px;
	color: #000;
	line-height: 85px;
	margin-right: 15px;
}
.header_icon .ico a {
	color: #000;
}
.header_icon .ico i {
	background: #114c97;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-right: 7px;
}
.phone_menu_btn {
	font-size: 16px;
	color: #000;
	padding-top: 18px;
	display: none;
}
.phone_menu_btn .line {
	position: relative;
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px 0;
	background: #333;
	-webkit-transition: .3s;
	transition: .3s;
}
.phone_menu_btn span {
	position: absolute;
	left: 32px;
	top: 2px;
}
.phone_top_nav {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
	height: 100%;
	border-top: 1px solid #ccc;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 60px 30px 100px;
	transition: .5s;
	transform: translateY(-100%);
}
.phone_top_nav li>a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #5a5657;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.phone_top_nav .sub_nav {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #333;
}
.header_active .line:nth-of-type(1) {
	-webkit-transform: translateY(5.5px) rotate(-45deg);
	-ms-transform: translateY(5.5px) rotate(-45deg);
	transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2) {
	opacity: 0;
}
.header_active .line:nth-of-type(3) {
	-webkit-transform: translateY(-6.5px) rotate(45deg);
	-ms-transform: translateY(-6.5px) rotate(45deg);
	transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav {
	transform: translateY(0);
}
/* phone_fixed_menu */

.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}
.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}
.phone_fixed_menu ul li a {
	display: block;
}
.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}
.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}
/* banner */
.banner {
	position: relative;
}
.banner .item {
	position: relative;
}
.banner .item a {
	display: block;
}
.banner .item .con {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, -50%);
}
.banner .item .con h4 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.banner .item .con span {
	color: #fff;
	font-size: 18px;
	display: block;
}
.banner .item .con span:after {
	display: block;
	content: '';
	width: 85px;
	height: 4px;
	background: #fff;
	margin: 15px 0 25px;
}
.banner .item .con p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 50px;
}
.banner_txt {
	background: rgba(39,44,76,.9);
	padding: 60px 95px;
	width: 66%;
	left: 14vw;
	top: 7vw;
	position: absolute;
}
.banner .item .img img {
	width: 100%;
}
.banner .owl-pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	height: 40px;
}
.banner .owl-pagination>div {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: var(--theme-color);
	border-radius: 50%;
	text-indent: -9999px;
	margin: 0 7px;
	border: 1px solid var(--theme-color);
	position: relative;
}
.banner .owl-pagination>div.active:after {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	border: 1px solid var(--theme-color);
	left: -7px;
	top: -7px;
}
/*首页css__start*/


/* jy_product_con */

.jy_product_con{
    display: flex;
    padding-top: 60px;
}
.jy_product_con .hd{
    width:960px;
    padding-right: 30px;
}
.jy_product_con .hd .item{
    display: none;
}
.jy_product_con .hd .item:first-child{
    display: block;
}
.jy_product_con .hd .item a{
    display: block;
    position: relative;
}
.jy_product_con .hd .item .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:20px;
    background: rgba(0,0,0,.4);
}
.jy_product_con .hd .item .con h4{
    font-size:18px;
    color:#fff;
    margin-bottom: 15px;
}
.jy_product_con .hd .item .con p{
    font-size:14px;
    color:#fff;
}
.jy_product_con .bd{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#jy_product_con2 .bd{
    justify-content: flex-start;
}
.jy_product_con .bd .item{
    position: relative;
    cursor: pointer;
}
#jy_product_con2 .bd .item{
    margin-bottom: 18px;
}
.jy_product_con .bd .item.cur .tit{
    background: rgba(53,182,242,.6);
}
.jy_product_con .bd .item .tit{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}



/*公用头部*/

.tit_box1 {
	padding: 60px 0 45px;
	text-align: center;
}
.tit_box1 h4{
    position: relative;
    display: inline-block;
    font-weight: bold;
    color:#333;
    font-size:30px;
}
.tit_box1 h4:before,.tit_box1 h4:after{
    content:'';
    width: 100px;
    height: 2px;
    display: inline-block;
    background: var(--theme-color);
    position: relative;
    top: -8px;
    margin:0 16px;
}
.bg {
	overflow: hidden;
}
.bg1 {
	background:#f7f7f7;
}
.bg2 {
	background:#fff;
}
.bg3 {
	background:#f1f1f1;
}
.bg4 {
	background: #fff;
}
/* 解决方案 */


.product_con li {
	background: #fff;
}
.product_con li a {
}
.product_con li .con {
	padding: 30px;
	background: url(../images/bg1.png) no-repeat right bottom;
	align-items: center;
}
.product_con li .con h4 {
	font-weight: bold;
	color: #000;
	font-size: 30px;
}
.product_con li:first-child .con h4{
    width: 160px;
}
.product_con li .con p {
	flex: 1;
	padding: 0 30px;
	color: #2e2d2d;
	font-size: 15px;
}
.product_con li .con em {
	font-style: normal;
	background: url(../images/ico2.png) no-repeat;
	width: 120px;
	background-size: 100%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	height: 41px;
	line-height: 41px;
}
.product_con .ul2 li {
	margin-bottom: 20px;
}
.product_con .ul2 li .img {
	width: 61%;
}
.product_con .ul2 li .con {
	flex: 1;
}
.product_con .ul2 li .con p {
	padding: 10px 0 15px;
}
.product_con .ul2 li .con em {
	width: 87px;
	height: 29px;
	line-height: 29px;
}
/* 应用案例 */

.case_con li a {
	display: block;
	border: 4px solid var(--theme-color);
	padding: 7px;
}
.case_con li a .bg {
	background-size: 100%;
}
.case_con li h4 {
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-align: center;
	margin: 40px 0;
}
.case_con li .img img {
	margin: 20px auto 26px;
	width:100%;
	height: 191px;
	object-fit: cover;
}
/* news_con */

.news_con dl {
	background: #fff;
}
.news_con dl a {
	display: block;
}
.news_con dl .img {
}
.news_con dl .con {
	padding: 30px 10px;
}
.news_con dl .con h4 {
	font-size: 20px;
	color: #000;
}
.news_con dl .con p {
	font-size: 15px;
	color: #616161;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	margin: 40px 0;
}
.news_con dl .con span {
	width: 144px;
	height: 37px;
	line-height: 35px;
	border: 1px solid var(--theme-color);
	font-size: 15px;
	color: #000;
	padding: 0 18px;
	transition: all .3s;
}
.news_con dl .con span em {
	font-style: normal;
	flex: 1;
}
.news_con dl .con span i {
	font-size: 12px;
}
.news_con dl a:hover .con h4 {
	color: var(--theme-color);
}
.news_con dl a:hover .con span {
	background: var(--theme-color);
	color: #fff;
}
.news_con ul li {
	margin-top: 20px;
}
.news_con ul li a {
	display: block;
	background: #fff;
	padding: 25px 30px;
}
.news_con li h4 {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #000;
}
.news_con li p {
	color: #606060;
	font-size: 15px;
	margin: 15px 0;
}
.news_con li span {
	display: block;
	color: #010101;
	font-size: 15px;
}
.news_con li span i {
	margin: 0 0 0 6px;
	font-size: 12px;
}
.news_con li a:hover {
	background: var(--theme-color);
}
.news_con li a:hover h4, .news_con li a:hover p, .news_con li a:hover span {
	color: #fff;
}
/* honor_con */

.honor_con li {
	margin: 0 10px;
}
.honor_con li a {
	background: #eee;
	display: block;
	background-size: 100%;
	min-height: 300px;
	padding: 30px 0 20px;
}
.honor_con li h4 {
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	z-index: 99;
}
.honor_con li .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.honor_con li .img img {
	max-width: 80%;
}
.honor_con li a:hover h4 {
	color: var(--theme-color);
}
.honor_con .owl-buttons {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.honor_con .owl-buttons>div {
	background-repeat: no-repeat;
	width: 60px;
	height: 45px;
	width: 45px;
	display:flex;
	position: absolute;
	top:50%;
	background: var(--theme-color);
	align-items: center;
	justify-content: center;
	color:#fff;
}
.honor_con .owl-buttons .owl-prev {
    left:10px;	
}
.honor_con .owl-buttons .owl-next {
	right:10px;
}
.honor_con .owl-buttons>div:hover{
    background: var(--theme-color);
    color:#fff;
}

.bg4 .more1 {
	margin-top: 40px;
}
/* more1 */

.more1 {
	margin: 65px auto 0;
}
.more1 a {
	display: block;
	width: 253px;
	height: 49px;
	border: 1px solid var(--theme-color);
	text-align: center;
	line-height: 49px;
	color: var(--theme-color);
	margin: auto;
	position: relative;
}
.more1 a:before {
	display: block;
	width: 253px;
	height: 49px;
	border: 1px solid var(--theme-color);
	position: absolute;
	left: 5px;
	bottom: 5px;
	content: '了解更多';
	transition: all .3s;
	font-size: 15px;
}
.more1 a:hover:before {
	background: var(--theme-color);
	left: -1px;
	color: #fff;
	bottom: -1px;
}
/*页底css*/

.footer_hd {
	background: #d6d6d6;
	padding: 40px 0 50px;
}
.footer_hd .menu ul {
	justify-content: center;
}
.footer_hd .menu li a {
	color: #4f4f4f;
	font-size: 15px;
	padding: 0 35px;
	position: relative;
}
.footer_hd .menu li a:hover {
	color: var(--theme-color);
}
.footer_hd .menu li a:after {
	width: 1px;
	height: 15px;
	background: #4f4f4f;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
}
.footer_hd .tel {
	text-align: center;
	padding: 40px 0 20px;
}
.footer_hd .tel p {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	height: 58px;
	line-height: 58px;
}
.footer_hd .tel p i{
    font-size:36px;
    color:var(--theme-color);
    margin-right: 10px;
}
.footer_hd .con {
	text-align: center;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 2;
}
.footer_hd .con img {
	max-width: 120px;
	margin: 20px auto 0;
}
.footer_ft {
	color: #fff;
	text-align: center;
	background: #474747;
	font-size: 12px;
	line-height: 1.5;
	padding: 30px 0;
}
.footer_ft img {
	margin: 0 auto 10px;
}
/* phone_fixed_menu */

.phone_fixed_menu {
	border-top: 1px solid #E5E9F2;
	width: 100%;
	height: 55px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left: 0;
	display: none;
}
.phone_fixed_menu ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 55px;
	line-height: 1.2;
}
.phone_fixed_menu ul li a {
	display: block;
}
.phone_fixed_menu ul li i {
	font-size: 20px;
	color: #333;
}
.phone_fixed_menu ul li p {
	color: #333;
	font-size: 14px;
}
/*首页css__end*/


/*内页*/

.page_tit {
	border-bottom: 1px solid #b5b5b5;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.page_tit h4 {
	flex: 1;
	display: flex;
	line-height: 60px;
	color: #000;
	position: relative;
	padding: 0 0 0 20px;
}
.page_tit h4:before{
    content:'';
    width: 5px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
    background: var(--theme-color);
}
.page_tit h4 p {
	font-weight: normal;
}
.page_tit h4 p span {
	padding: 0 4px;
}
.page_tit .pos {
	font-size: 15px;
}
.ibanner {
	background: url(../images/ibanner.jpg) no-repeat center;
	height: 338px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	position: relative;
}
.ibanner .con {
	position: absolute;
	bottom: 15px;
	color: #fff;
	display: flex;
	align-items: center;
}
.ibanner .con h4 {
	font-size: 18px;
	line-height: 1.5;
}
.ibanner .con p {
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
}
.ibanner .con p span {
	padding: 0 6px;
}
/* 内页分类 */

.inner {
	padding: 40px 0;
	background:#f7f7f7;
	background-size: cover;
}
.inner_menu {
	background: var(--theme-color);
	padding: 0 0 90px;
}
.inner_menu .tit {
	font-size: 25px;
	font-weight: bold;
	line-height: 86px;
	padding: 0 30px;
	color: #fff;
}
.inner_menu>ul {
	background: #fff;
	margin: 0 10px;
	min-height: 265px;
	padding: 20px;
	position: relative;
}
/*.inner_menu>ul:before, .inner_menu>ul:after, .inner_menu>ul .round:before, .inner_menu>ul .round:after {*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	border-radius: 50%;*/
/*	background: var(--theme-color);*/
/*	content: '';*/
/*	position: absolute;*/
/*	display: block;*/
/*}*/
.inner_menu>ul:before, .inner_menu>ul:after {
	top: -9px;
}
.inner_menu>ul:before, .inner_menu>ul .round:before {
	left: -9px;
}
.inner_menu>ul:after, .inner_menu>ul .round:after {
	right: -9px;
}
.inner_menu>ul .round:before, .inner_menu>ul .round:after {
	bottom: -9px;
}
.inner_menu>ul>li {
	border-bottom: 1px dashed #515151;
}
.inner_menu>ul>li>a {
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	color: var(--theme-color);
	font-size: 18px;
	overflow: hidden;
	position: relative;
}
.inner_menu>ul>li>a:before {
	display: block;
	content: '';
	background: var(--theme-color);
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 18px;
}
.inner_menu>ul>li>a:hover {
	background: var(--theme-color);
	color: #fff;
}
.publeftcon {
	margin: 15px 0 0;
}
.publeftcon .tit {
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	color: #151515;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 10px;
}
.publeftcon .tit:before {
	width: 4px;
	height: 18px;
	background: #124c96;
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: 12px;
}
.publeftcon ul li {
	margin-bottom: 10px;
	position: relative;
}
.publeftcon .con {
	font-size: 14px;
	padding: 10px 16px;
	color: #151515;
	background: #fff;
}
.publeftcon .con p {
	border-bottom: 1px solid #f7f7f7;
	line-height: 2.2;
}
.publeftcon ul li p {
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/* video_list */

.video_list li {
	margin-top: 20px;
}
.video_list li a {
	display: block;
	background:#fff;
	height: 305px;
	background-size: 100%;
	padding: 30px 20px;
}
.video_list li .img {
	position: relative;
}
.video_list li .img i {
	width: 65px;
	height: 65px;
	background: #fff;
	color: #000;
	position: absolute;
	font-size: 30px;
	z-index: 2;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
}
.video_list li h4 {
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 40px;
}
/* 内页二级分类显示 */

.inner_sublist {
	transition: all .3s;
	padding: 0 20px;
	background: rgba(0,0,0,.02);
}
.inner_sublist li {
	border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li a {
	color: #151515;
	font-size: 14px;
	display: block;
	line-height: 3;
}
.inner_sublist li a:hover{
    color:var(--theme-color);
}
.inner_sublist li a i {
	font-size: 12px;
	margin-right: 5px;
}
.page_index {
	min-height: 300px;
	padding: 0 10px 30px;
	margin-top: 15px;
}
.page_index p {
	font-size: 15px;
	line-height: 1.9!important;
	margin-bottom: 15px;
	color: #2e2d2d;
}
.page_index img {
	margin-bottom: 15px;
}
/* 单页内容 */


.page_index .tit h1 {
	color: #444;
	font-size: 30px;
	font-weight: bold;
}
.page_index .tit p {
	font-size: 14px;
	border-bottom: 1px solid #f8f8f8;
	padding: 6px 0 20px;
	margin: 0;
	text-indent: 0;
}
.page_index .tit p span {
	margin-right: 20px;
}
.page_index .tit p span i {
	margin-right: 5px;
}
.page_index .desc {
	font-size: 14px;
	background: #f8f8f8;
	padding: 15px 20px;
	color: #888;
}
.page_index .desc span {
	font-weight: bold;
	color: #f04c36;
}
.page_index .con {
	padding: 20px 0;
}
.page_index .con video {
	width: 100%;
}
.xg_news {
	margin: 40px 0 0;
}
.xg_news h3 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	line-height: 2;
	color: #3c3b5c;
}
.xg_news ul {
	margin-bottom: 20px;
}
.xg_news ul li {
	padding: 15px 0 0;
}
.xg_news ul li .img {
	width: 80px;
}
.xg_news ul li .con {
	flex: 1;
	margin-left: 20px;
}
.xg_news ul li .con a {
	font-size: 14px;
	display: block;
	line-height: 1.2;
	color: #555;
	margin-bottom: 3px;
}
.xg_news ul li .con span {
	color: #999;
}
.xg_news .tags {
	padding: 10px 0 20px;
}
.xg_news .tags a {
	display: inline-block;
	padding: 3px 10px;
	background: #ffba00;
	margin: 0 5px 5px 0;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
}
.xg_news dl {
	margin: 15px 0 0;
	border: 1px solid #eee;
}
.xg_news dl dt {
	width: 100%;
}
.xg_news dl dd {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #151515;
	line-height: 2;
}
/* 产品列表 */

.page_picList {
	margin-top: 15px;
}
.page_picList .row {
	magrin: 0 -8px;
}
.page_picList li {
	margin-bottom: 16px;
}
.page_picList li.col-md-4 {
	padding: 0 8px;
}
.page_picList li a {
	display: block;
	background: #fff;
}
.page_picList li .con {
	padding: 14px 26px;
}
.page_picList li .con h4 {
	transition: color .4s;
	font-size: 16px;
	color: #151515;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 24px;
	height: 30px;
	overflow: hidden;
}
.page_picList li .con p {
	color: #555;
	padding: 10px 0 0;
	font-size: 13px;
}
.page_picList li .img {
	overflow: hidden;
	padding: 20px 20px 0;
}
.page_picList li img {
	transition: all 0.6s;
	margin: 0;
	width: 100%;
}
.page_picList li:hover img {
	transform: scale(1.1);
}
.page_picList li span {
	display: inline-block;
	font-size: 14px;
	color: rgba(17,17,17,0.5);
	margin-right: 18px;
	position: relative;
	padding: 6px 0;
}
.page_picList li:hover .con h4 {
	color: #124c96;
}
/* 单页联系我们 */
.page_contact_index {
	padding: 10px 0;
}
.page_contact_index .tit {
	font-size: 14px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	color: #333;
}
.page_contact_index .con {
	background: #fff;
	padding: 10px 30px 30px;
}
.page_contact_index p {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.page_contact_index p i {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px;
}
.page_contact_index .code img {
	border: 1px solid #ddd;
}
.page_contact_index .code {
	margin-top: 30px;
	max-width: 280px;
}
.page_contact_index .code span {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 2;
}
.innerBgfff {
	background: #fff;
	overflow: hidden;
}
/*新闻列表*/

.page_newsList {
	margin: 15px 0 0;
}
.page_newsList li {
	border-bottom: 1px dashed #515151;
	padding: 30px 0;
	transition: all .3s ease-out 0s;
}
.page_newsList li .img img {
	width: 200px;
	height: 126px;
	margin-bottom: 0;
}
.page_newsList li .time {
	width: 140px;
	margin-right: 60px;
}
.page_newsList li .time p {
	color: #c5c5c5;
	font-size: 30px;
}
.page_newsList li .time span {
	display: block;
	border: 1px solid #e6e6e6;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-family: 宋体;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 2px;
	color: #aaa;
	transition: all .3s ease-out 0s;
}
.page_newsList li .con {
	transition: all .3s ease-out 0s;
	padding: 0;
	flex: 1;
	margin: 0 15px;
}
.page_newsList li .con h4 {
	height: 32px;
	color: #000;
	transition: all .3s ease-out 0s;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
}
.page_newsList li .con p {
	color: #616161;
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	margin: 0;
	text-indent: 0;
	overflow: hidden;
}
.page_newsList li .con span {
	display: block;
	color: #000;
	margin-top: 12px;
	font-size: 15px;
}
.page_newsList li:hover {
}
.page_newsList li:hover .con h4 {
	font-weight: bold;
}
/* 新闻详情 */




/* 产品详情页 */

.page_picshow {
	margin-bottom: 50px;
	background: #fff;
	padding: 20px 10px;
}
.page_picdetails {
}
.page_picdetails .img img {
	width: 100%;
}
.page_picdetails .info {
}
.page_picdetails .info h1 {
	font-size: 20px;
	margin: 10px 0 15px;
	color: #3c3b5c;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	padding: 0 0 14px;
}
.page_picdetails .info p {
	font-size: 14px;
	margin: 0 0 40px;
}
.page_picdetails .info>span {
	background: var(--theme-color);
	padding: 3px 15px;
	margin-top: 14px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.page_picdetails .info span i {
	font-size: 20px;
	margin-right: 6px;
}
.page_picdetails .info span em {
	font-style: normal;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.page_picdetails .con {
	border: none;
	margin: 0;
	padding: 20px 0 0;
}
.page_picdetails .con .tags {
	font-size: 14px;
	margin-bottom: 15px;
}
.page_picdetails .con .tags a {
	color: #fff;
	background: #f04c36;
	display: inline-block;
	line-height: 1.4;
	padding: 0 3px;
	margin-right: 3px;
}
.page_picdetails .con .ptit {
	font-size: 16px;
	background: #f9f6f6;
	padding: 6px 13px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
}
.page_picdetails .con .ptit::before {
	content: '';
	display: block;
	width: 3px;
	height: 18px;
	background: #124c96;
	position: absolute;
	left: 0;
	top: 10px;
}
/* 案例列表 */

.page_caseList {
	padding: 20px 0 0;
}
.page_caseList li {
	padding: 30px 0;
	border-bottom: 1px dashed #515151;
}
.page_caseList li a {
	display: block;
}
.page_caseList li .con {
	padding: 10px 15px 0 0;
}
.page_caseList li .con h4 {
	font-size: 20px;
	color: #151515;
	font-weight: bold;
}
.page_caseList li .con p {
	font-size: 14px;
	margin: 20px 0 30px;
	color: #777;
}
.page_caseList li .con span {
	display: block;
	background: url(../images/ico5.png) no-repeat;
	color: #fff;
	display: inline-block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	text-align: center;
	transition: all .3s;
}
.page_hotpic .tit {
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-bottom: 7px;
}
.page_hotpic .tit::before, .page_hotpic .tit::after {
	width: 50px;
	height: 1px;
	background: #eee;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
}
.page_hotpic .tit::after {
	left: auto;
	right: 0;
}
.page_hotpic li {
	margin-bottom: 10px;
}
.page_hotpic li h4 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 5px;
}
.page_download_list{
    padding:15px 0 0;
}
.page_download_list li a{
    border-bottom: 1px solid #ccc;
    align-items: center;
    padding:10px 0;
}
.page_download_list li a h4{
    font-size:18px;
    flex:1;
}
.page_download_list li a span{
    display: block;
	background: var(--theme-color);
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	text-align: center;
	transition: all .3s;
}

/*翻页*/
.return_page {
	background: #f7f7f7;
	padding: 15px 20px;
	line-height: 30px;
	color: #666;
	position: relative;
}
.return_page p {
	margin-bottom: 0;
	text-indent: 0;
	line-height: 2;
}
.return_page p a {
	color: #3f4959;
}
.return_page .go_history a {
	background: #3c4147;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}
/* 页码 */

.pagination {
	text-align: center;
	display: block;
}
.pagination li {
	display: inline-block;
	margin: 0 1px;
}
.pagination li span, .pagination li a {
	display: block;
	padding: 0 10px;
	line-height: 28px;
	background: #eee;
}
.pagination li.active a {
	background: #53c1e5;
	color: #fff;
	border-color: #53c1e5;
}
/*在线留言*/
#my_form {
	padding: 30px 0 0;
}
#my_form table {
	width: 100%;
}
#my_form tr {
	display: inline-flex;
	width: 48%;
	margin-bottom: 15px;
}
#my_form tr:nth-child(2n) {
	margin-left: 4%;
}
#my_form tr.content {
	width: 100%!important;
	display: flex;
	margin-left: 0;
}
#my_form tr td:first-child {
	line-height: 34px;
	color: #333;
}
#my_form tr td:last-child {
	flex: 1;
}
#my_form tr input, #my_form tr textarea {
	height: 34px;
	width: 100%!important;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #333;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
	font-family: 微软雅黑;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#my_form tr input:focus, #my_form tr textarea:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder {
 color: #999;
 font-family: 微软雅黑;
 font-size: 14px;
}
#my_form tr textarea {
	height: 100px;
	padding-top: 6px;
}
#my_form .btn {
	margin-left: 30px;
}
#my_form .btn input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}
#my_form .btn input:first-child {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
#my_form .btn input:first-child:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.bdsharebuttonbox span {
	line-height: 30px;
}
.homeabout {
	clear: both;
	margin: 0px auto;
	padding: 5px;
	height: auto;
	font-size: 9pt;
	line-height: 170%;
	color: #444;
	text-indent: 2em;
	width: 95%;
}
.homeabout a:link, .homeabout a:visited {
	font-size: 9pt;
	line-height: 170%;
	color: #444;
	margin-right: 3px;
}
