@charset "utf-8";
:root{    
	--main_color:#DB3A32;        /* 主色 */
	--main_color_rgb:34,83,142 ;  /*rgba*/
    --second_color:#437af0;      /* 副色 */    

}
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1228px;
	position: relative;
}
img, a {
	border: 0;
}
a:hover{color:#DB160E}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
.img:hover:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
* {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*移动端*/
html{font-size:100px}
body{line-height:2;font-family:"Microsoft YaHei",sans-serif;color:#262626}
*{margin:0;padding:0px;box-sizing:border-box}
.red{color: red!important}
/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
/*头部*/
/*头部-移动*/
#nav_mobile{border-bottom: solid 1px #9F9F9F;}
.navbar{margin-bottom: 0px!important}
.list_h16{height: 16px}

/*导航--下拉菜单--mobile*/
.slicknav_menu{display:none;height:75px;margin-left:auto;position:fixed;top:0;width:100%;z-index:9999}
.slicknav_menu ul{padding:0}
.slicknav_menu .slicknav_icon-bar,.slicknav_menu .slicknav_icon-bar:after,.slicknav_menu .slicknav_icon-bar:before{background-color:#666;display:inline-block;position:relative;top:-4px;width:22px;height:2px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.slicknav_btn{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.slicknav_btn .slicknav_icon{position:relative;line-height:10px;height:19px;width:25px;padding-right:15px}
.slicknav_menu .slicknav_open .slicknav_icon-bar{background-color:transparent}
.slicknav_menu .slicknav_icon-bar{display:inline-block;position:relative}
.slicknav_menu .slicknav_open .slicknav_icon-bar:before{-webkit-transform:translateY(6px) rotateZ(-45deg);-moz-transform:translateY(6px) rotateZ(-45deg);-ms-transform:translateY(6px) rotateZ(-45deg);-o-transform:translateY(6px) rotateZ(-45deg);transform:translateY(6px) rotateZ(-45deg)}
.slicknav_menu .slicknav_icon-bar:before{content:"";position:absolute;top:-6px}
.slicknav_menu .slicknav_open .slicknav_icon-bar:after{-webkit-transform:translateY(-6px) rotateZ(45deg);-moz-transform:translateY(-6px) rotateZ(45deg);-ms-transform:translateY(-6px) rotateZ(45deg);-o-transform:translateY(-6px) rotateZ(45deg);transform:translateY(-6px) rotateZ(45deg)}
.slicknav_menu .slicknav_icon-bar:after{content:"";position:absolute;top:6px}
.slicknav_menu .slicknav_nav{position:fixed;width:100%;left:0;top:75px;margin:0;padding:20px 35px;background-color:#40444B}
.slicknav_menu .slicknav_nav li ul{padding-left:20px}
.slicknav_menu .slicknav_nav li{display:block;position:relative}
.slicknav_menu .slicknav_nav li a{display:block;outline:0;color:#fff;font-size:14px;padding:5px 0;position:relative;text-decoration:none}
.slicknav_menu .slicknav_nav li a a{padding:0}
.slicknav_menu .slicknav_collapsed .slicknav_arrow,.slicknav_menu .slicknav_open .slicknav_arrow{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:15px}
.slicknav_menu .slicknav_open .slicknav_arrow:before{content:"\f107"}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before{content:"\f105"}
.hovereffect{width:100%;overflow:hidden;position:relative;text-align:center;cursor:default}
.hovereffect .overlay{position:absolute;overflow:hidden;width:80%;height:80%;left:10%;top:10%;border-bottom:1px solid #FFF;border-top:1px solid #FFF;-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1)}
.hovereffect:hover .overlay{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.hovereffect img{display:block;position:relative;-webkit-transition:all 0.35s;transition:all 0.35s}
.hovereffect:hover img{filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');filter:brightness(0.6);-webkit-filter:brightness(0.6)}
.hovereffect h3{text-transform:uppercase;text-align:center;position:relative;font-size:17px;background-color:transparent;color:#FFF;padding:1em 0;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.hovereffect a,.hovereffect p{color:#FFF;padding:1em 0;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.35s,-webkit-transform 0.35s;transition:opacity 0.35s,transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.hovereffect:hover a,.hovereffect:hover p,.hovereffect:hover h3{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.btn-load-more{width:140px;margin:40px auto}
.btn-load-more .load-more{padding:10px 20px 10px 20px;border:2px solid #aba5a5;color:#968f8f;text-decoration:none;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:2px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;background:transparent;outline:0}
.btn-load-more .load-more a{text-decoration:none;color:#a3a3a3}
/*导航--手机*/
header.h_mobile {
	position: fixed;
    height: 70px;
    background: #fff;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #f3f2f1;
    top: 0;
}
header.h_mobile .logo{
	width: 300px;
	float: left;
	padding-top: 3px
}	
header.h_mobile .h_mobile-s{
	float: left;
	padding-top: 15px;
	font-size: 18px
}
header.h_mobile .menu {
    display: none;
}
.h_mobile2 {height: 70px;display: none} /*h_mobile为fixed情况下，避免下面被遮住*/


/*==*/
input::-webkit-input-placeholder { color: #ccc; } input::-moz-input-placeholder { color: #ccc; } input::-ms-input-placeholder { color: #ccc; }  
.lay_flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}  
.head-top2{;height: 130px}	
.head-top2 .head-top2-l{height: 80px;width: 600px;padding-top: 10px}
.head-top2 .head-top2-l>div{padding-top: 10px;padding-bottom: 10px}
.head-top2 .head-top2-c{flex: auto}
.head-top2 .head-top2-r{width: 220px;}
.head-top2 .head-top2-r ul{background-image: url(../images/top_img.png);background-position: 15px center;background-repeat: no-repeat;border: 2px solid #1064BC; border-radius: 6px;margin-top: 20px; padding-top: 8px; padding-bottom: 8px}
.head-top2 .head-top2-r .head-top2-phone{color:#1064BC;font-weight: bold;font-size: 20px;height: 28px;line-height: 28px;text-indent: 55px }
.head-top2 .head-top2-r .head-top2-txt{font-size: 12px;color: #333}
/*搜索*/
.head-top2 .head-top2-search{ width: 220px; background-color: #fff;border: 1px solid #E8E8E8; border-radius: 15px; height: 40px; margin-top: 35px;margin-left: auto;margin-right: auto;padding: 0px 5px 0px 15px;position: relative}
.head-top2 .head-top2-search input {width: 100%;border: none;outline:0px;line-height: 30px;height: 30px;text-indent: 15px}
.head-top2 .head-top2-search .h_top_btn {position: absolute; right: 15px; top: 40px; color: #BD0012; font-size: 22px}
.head-top2 .head-top2-search .head-top2-icon{color: #ddd;position: absolute;left: 10px;top: 2px;font-size: 16px}
.head-top2 .head-top2-search .head-top2-a{display: block;position: absolute;right: 0px;top: 0px;width: 50px;color: #fff;border-bottom-right-radius: 15px;border-top-right-radius: 15px;height: 38px;line-height: 38px;font-size: 18px;text-align: center;background-color: #D30609;font-size: 14px}
.head-top2 .head-top2-input{padding-top: 4px}
/*菜单*/
.nav_pc{ line-height:60px; height: 60px;background-color: #0167BB}
.nav_pc ul li.nLi{display:block;float:left;;text-align:center;line-height:60px;position:relative}
.nav_pc .nLi:hover{}
.nav_pc ul li.nLi a{display:block;color:#fff;font-size:16px;position: relative; padding-left: 20px; padding-right: 20px;box-sizing: border-box}
.nav_pc ul li.nLi a:hover{color: #F20B11}

/*效果1*/
.nav_pc ul li.nLi .sub{width:100%;position:absolute;top:65px;left:0;background-color: #0E90D3;z-index:9999;opacity:0;visibility:hidden;transition:all .6s ease 0s}
.nav_pc ul li.nLi:hover .sub{top:60px;opacity:1;visibility:visible}
.nav_pc ul li.nLi .sub a{display:block;height:50px;line-height:50px;text-align:center;color:#fff;font-size:15px}
.nav_pc ul li.nLi .sub a:hover{background:#0C7DB7}

.nLi.active a{background: #AB221A;}
.nLi a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	background: #AB221A;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}
.nLi a span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	font-size: 16px;
}
.nLi a:hover:before {
	height: 60px;
}	


/*本项目通用*/
.main_bg{background-color: #F7F7F7}
.bg_mobile{display: none;text-align: center;}
.bg_pc{background-repeat: no-repeat; background-position: center top; background-color: #F4F4F4; padding-top: 300px}	

/**/
.header {
}
.head {
	line-height: 30px;
	border-bottom: 1px solid #dae1e7;
	background: #ebf0f4;
}
.head .frt ul li {
	float: left;
	position: relative;
	z-index: 100;
}
.head .frt ul li span {
	cursor: pointer;
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #697178;
	border-left: 1px solid #ccd5db;
	line-height: 10px;
}
.head .frt ul li:first-child span {
	border-left: 0;
}
.head .frt ul li a {
	color: #697178;
}
.head .frt ul li:hover .ewm {
	display: block;
}
.head .frt ul li .ewm {
	width: 124px;
	text-align: center;
	left: 50%;
	margin-left: -62px;
	display: none;
	padding-top: 14px;
	height: 118px;
	background: url(../images/ewm_border.png) no-repeat center center;
	position: absolute;
}
.head2 {
	border-bottom: 1px solid #dae1e7;
}
.head2 .logo {
	line-height: 70px;
}
.head2 .logo img {
	vertical-align: middle;
}
.head2 .tel {
	background: url(../images/icon1.png) no-repeat left center;
	padding: 15px 0;
	height: 40px;
	padding-left: 55px;
	font-size: 12px;
	color: #818d97;
}
.head2 .tel h3 {
	font-size: 22px;
	color: #0098e8;
	margin-bottom: 5px;
}


.banner .item {
	height: 590px;
	position: relative;
}
.banner .item img {
	display: block;
	width: 100%;
}
.banner .item .text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	line-height: 80px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 30px;
}
.banner .item .text h2 {
	font-size: 1.8em;
	font-weight: normal;
}
.banner.owl-theme .owl-controls {
	bottom: 80px;
}
.banner.owl-theme .owl-dots .owl-dot span {
	width: 28px;
	height: 28px;
	background: url(../images/dot2.png) no-repeat center center;
}
.banner.owl-theme .owl-dots .owl-dot.active span, .banner.owl-theme .owl-dots .owl-dot:hover span {
	background: url(../images/dot.png) no-repeat center center;
}
.banner_owl {
	position: relative;
}
.banner_owl:hover .cur {
	width: 80%;
	left: 10%;
	opacity: 1;
}
.banner_owl .cur {
	position: absolute;
	top: 50%;
	height: 0;
	width: 100%;
	margin-top: -50px;
	left: 0%;
	z-index: 100;
	opacity: 0;
}
.banner_owl .cur span {
	cursor: pointer;
	display: block;
}
.page_top .wrap1 {
	position: relative;
}
.page_top {
	position: absolute;
	top: -67px;
	z-index: 100;
	width: 100%;
}
.page_top ul {
	width: 80%;
	padding: 0 10%;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
.page_top ul li {
	padding: 30px 0;
	width: 22%;
	float: left;
	min-height: 50px;
}
.page_top ul li:first-child h3 {
	font-size: 20px;
}
.page_top ul li h3 {
	font-size: 40px;
	color: #2b2f32;
	font-family: 'Myriad Pro';
}
.page_top ul li p {
	font-size: 16px;
	color: #2b2f32;
	letter-spacing: 3px;
}
.page_top ul li h3 span {
	font-size: 54px;
}
.page_top ul li.li_cur {
	width: 17%;
	background: url(../images/icon2.png) no-repeat center center;
}
.page_top .bg {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.page1 {
	padding-top: 40px;
	padding-bottom: 50px;
}
.page_tit {
	padding: 40px 0;
	text-align: center;
}
.page_tit h3 {
	font-size: 32px;
	color: #000;
	letter-spacing: 5px;
}
.page_tit h3 span {
	color: #0098e8;
}
.page_tit p {
	height: 16px;
	background: url(../images/icon3.png) no-repeat center center;
	margin-top: 20px;
}
.list_box ul li {
	border: 1px solid #d3d3d3;
	padding: 15px;
	margin-bottom: 24px;
}
.list_box ul li .img {
	float: right;
	width: 434px;
	margin-left: 30px;
}
.list_box ul li .img_text {
	position: absolute;
	top: 25px;
	left: 15px;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.list_box ul li .img_text p {
	font-size: 18px;
	margin-bottom: 10px;
}
.list_box ul li .img_text h3 {
	font-size: 28px;
	line-height: 40px;
}
.list_box ul li .text {
	overflow: hidden;
	padding: 0 20px;
}
.list_box ul li .text h3 {
	font-size: 26px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.list_box ul li .text h3 a:hover {
	color: #0098e8;
}
.list_box ul li p {
	font-size: 18px;
	line-height: 33px;
	height: 66px;
	overflow: hidden;
}
.list_box ul li p a:hover {
	color: #0098e8;
}
.list_box ul li .btn {
	margin-top: 20px;
}
.list_box ul li .btn a {
	display: block;
	line-height: 48px;
	width: 159px;
	border: 1px solid #0881C1;
	color: #fff;
	background: #0794DE;
	text-align: center;
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px
}
.list_box ul li .btn a:hover {
	background: #0881C1;
}
.list_box ul li .div_tips {
	margin: 15px 0;
}
.list_box ul li .div_tips label {
	display: inline-block;
	padding: 0 10px;
	line-height: 26px;
	border: 1px solid #66c1f1;
	background: #f0f9fe;
	color: #0098e8;
	font-size: 16px;
	margin-right: 5px;
	border-radius: 3px;
}

.page2 {
	background: #f4f6f8 url(../images/bg.jpg) no-repeat bottom center;
	;
	padding-top: 20px;
}

.page3 {
	padding-top: 40px;
}
.case_list ul {
	margin: 0 15px;
	overflow: hidden;
}
.case_list ul li {
	width: 30.3333%;
	float: left;
	margin: 0 1.5%;
}
.case_list ul li img {
	display: block;
}
.case_list ul li .img_text {
	position: absolute;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 53px;
}
.case_list ul li .img_text span {
	display: block;
	float: left;
	width: 95px;
	background: #ffac04;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.case_list ul li .img_text p {
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_list ul li .text {
	line-height: 32px;
	color: #494c4e;
	padding: 15px 0px;
}
.case_list ul li .text p {
	height: 64px;
	overflow: hidden;
	font-size: 16px;
}
.more {
	margin-top: 20px;
	text-align: center;
}
.more a {
	display: inline-block;
	padding: 0 30px;
	border-radius: 1px;
	line-height: 42px;
	color: #0098e8;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #0098e8;
}
.more a:hover {
	background: #0098e8;
	color: #fff;
	padding: 0 40px;
}
.hj_list ul li {
	cursor: pointer;
	width: 16.66667%;
	float: left;
	background: #000;
}
.hj_list ul li img {
	display: block;
}
.hj_list ul li .img1 {
	overflow: hidden;
}
.hj_list ul li .img1:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transform: rotate(3deg) scale(1.05);
	-o-transform: rotate(3deg) scale(1.05);
	-webkit-transform: rotate(3deg) scale(1.05);
	-moz-transform: rotate(3deg) scale(1.05);
	-ms-transform: rotate(3deg) scale(1.05);
}
img {
	max-width: 100%;
}
.page5 {
	padding: 40px 0;
	background: #0098e8;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 38px;
}
.page5 a {
	display: inline-block;
	padding: 0 20px;
	border-radius: 20px;
	background: #fff;
	font-size: 14px;
	color: #0098e8;
	vertical-align: middle;
	margin-left: 10px;
}
.page5 a span {
	display: inline-block;
	padding-right: 30px;
	background: url(../images/icon5.png) no-repeat right center;
}
.page5 a:hover {
	padding: 0 15px;
}
.page5 a:hover span {
	padding-right: 40px;
}
.page6 {
	padding-bottom: 40px;
}

.page7 {
	background: #f4f6f8;
	padding-bottom: 30px;
}
.link_list ul {
	width: 95%;
	margin: 0 auto;
}
.link_list ul li {
	width: 25%;
	float: left;
}
.link_list ul li a {
	display: block;
	margin: 12px;
	border: 1px solid #e8e8e8;
	text-align: center;
	background: #fff;
}
.link_list ul li a:hover {
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.footer {
	
	color: #333;
	text-align: center;
}
.footer a {
	color: #333;
}
.footer .foot {
	padding: 10px 0;
}
.footer .f_nav ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #555961;
}
.footer .f_nav ul li:first-child {
	border-left: 0;
}
.f_tel {
	padding: 20px 0;
	line-height: 20px;
}
.f_tel span {
	display: inline-block;
	padding-left: 25px;
	margin: 0 15px;
}
.f_tel span.span1 {
	background: url(../images/icon9.png) no-repeat left center;
}
.f_tel span.span2 {
	background: url(../images/icon10.png) no-repeat left center;
}
.footer .link a {
	padding: 0 2px;
	display: inline-block;
}
.foot2 {
	border-top: 1px solid #33373e;
	line-height: 24px;
	padding: 6px 0;
	color: #ddd;
}
/*----------mainer----------*/
.mainer {
	padding-bottom: 50px
}
/*----------footer----------*/
.footer {
}

.page_banner {
	height: 350px;
	display: table;
	width: 100%;
	text-align: center;
	color: #fff;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.page_banner h2 {
	font-weight: normal;
	font-size: 54px;
}
.page_banner span {
	display: block;
	width: 49px;
	height: 3px;
	background: #fff;
	margin: 25px auto;
}
.page_banner p {
	font-size: 28px;
}
.page.page9 {
	padding: 80px 0;
}
.page.about_jj {
	text-align: center;
}
.about_jj .tit {
	text-align: center;
}
.about_jj .tit h3 {
	font-size: 32px;
	color: #3d3d3d;
	text-transform: uppercase;
}
.about_jj .tit p {
	font-size: 18px;
	color: #505050;
	margin: 20px 0 35px;
}
.about_jj .tit span {
	display: block;
	width: 15px;
	height: 1px;
	background: #3d3d3d;
	margin: 0 auto;
}
.about_jj .web {
	text-align: center;
	margin-top: 30px;
}
.about_jj .web p {
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
.page.page10 {
	background: #f8f8f8;
	padding: 70px 0;
}
.about_tit {
	text-align: center;
}
.about_tit h3 {
	font-size: 44px;
	color: #0098e8;
}


.page_contact {
}
.address {
	position: relative;
}
.address .web_box {
	position: absolute;
	top: 0;
	left: 53px;
	background: #089be8;
	width: 355px;
}
.address .web_box .web {
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 25px;
}
.address .web_box .web h3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 25px;
}
.address .web_box .web p {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	padding-left: 30px;
}
.address .web_box .web p.p1 {
	background: url(../images/icon21.png) no-repeat left center;
}
.address .web_box .web p.p2 {
	background: url(../images/icon22.png) no-repeat left center;
}
.address .web_box .web p.p3 {
	background: url(../images/icon23.png) no-repeat left center;
}
.address .img1 {
}
.address .img1 img {
	display: block;
	width: 100%;
}


.page.page11 {
	background: #f5f8f9;
	padding: 35px 0 75px;
}

.team_banner {
	height: 492px;
}
.page.page12 {
	background: #f8f8f8;
	padding: 20px 0 115px;
}
.team_list {
}
.team_list ul {
	margin: 0 -1%;
}
.team_list ul li {
	float: left;
	background: #fff;
	width: 23%;
	margin: 30px 1% 0;
}
.team_list ul li .img {
	position: relative;
}
.team_list ul li .img img {
	display: block;
	width: 100%;
}
.team_list ul li .img .text {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 76px;
	height: 38px;
	border: 2px solid #fff;
	line-height: 19px;
	text-align: center;
}
.team_list ul li .img .text p {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.team_list ul li .web {
	text-align: center;
	padding: 25px 0;
}
.team_list ul li .web h3 {
	font-size: 20px;
	color: #000;
}
.team_list ul li .web p {
	font-size: 16px;
	color: #303335;
	margin-top: 20px;
}
.news_l {
	float: left;
	width: 71%;
}

.page_pn {
	margin-top: 55px;
}
.page_pn p {
	font-size: 14px;
	color: #505050;
	margin-top: 24px;
}
.page_pn p a {
	color: #505050;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.page_pn p a span {
	margin-right: 15px;
}
.page_pn p a:hover {
	border-bottom: 1px solid #0a62bb;
	color: #0a62bb;
}
.service_list {
	padding: 0 60px;
}
.service_list ul li {
	margin-top: 60px;
}
.service_list ul li:first-child {
	margin-top: 0;
}
.service_list ul li .img1 {
	width: 50.5%;
}
.service_list ul li .img1 img {
	display: block;
	width: 100%;
}
.service_list ul li .web {
	width: 42%;
	padding-top: 30px;
}
.service_list ul li .web .tit {
}
.service_list ul li .web .tit h3 {
	font-size: 36px;
	color: #0098e8;
}
.service_list ul li .web .tit span {
	display: block;
	width: 1px;
	height: 36px;
	background: #0098e8;
	margin: 23px 0;
}
.service_list ul li .web .tit h4 {
	font-size: 30px;
	color: #000;
	clear: both;
}
.service_list ul li .web .text {
	margin-top: 25px;
}
.service_list ul li .web .text p {
	font-size: 14px;
	line-height: 28px;
	color: #484a4b;
}
.service_list ul li .web.flt .tit {
	text-align: right;
}
.service_list ul li .web.flt .tit span {
	float: right;
}
.service_list ul li .web.flt .text p {
	text-align: right;
}
.online_box {
	background: #fff;
	border: 1px solid #e7eced;
	padding: 55px 0 75px;
}
.online_box .tab {
	width: 90%;
	max-width: 550px;
	margin: 0 auto;
}
.online_box .tab .tit {
	text-align: center;
}
.online_box .tab .tit h3 {
	height: 49px;
	line-height: 49px;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	background: url(../images/icon28.png) no-repeat center center;
}
.online_box .tab .tit p {
	font-size: 14px;
	color: #656869;
	margin-top: 24px;
}
.online_box .tab .item {
	margin-top: 50px;
}
.online_box .tab .item .list {
	margin-top: 16px;
}
.online_box .tab .item .list span {
	display: block;
	text-align: right;
	width: 100px;
	margin-right: 5px;
	font-size: 16px;
	color: #000;
	line-height: 46px;
	float: left;
}
.online_box .tab .item .list span i {
	font-style: normal;
	color: #ed2c18;
	margin-right: 5px;
}
.online_box .tab .item .list .web {
	overflow: hidden;
}
.online_box .tab .item .list .web .div_sel {
	border: 1px solid #e0e0e0;
	height: 44px;
	line-height: 44px;
	width: 48%;
}
.online_box .tab .item .list .web .div_sel select {
	width: 100%;
	height: 44px;
	border: none;
	padding-left: 10px;
}
.online_box .tab .item .list .web .div_inp {
	border: 1px solid #e0e0e0;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
}
.online_box .tab .item .list .web .div_inp input {
	width: 100%;
	border: none;
	height: 44px;
	line-height: 44px;
}
.online_box .tab .item .list .web .div_lab {
	line-height: 46px;
	height: 46px;
	width: 48%;
	border: 1px solid #e0e0e0;
	background: url(../images/icon29.png) repeat-x left center;
}
.online_box .tab .item .list .web .div_lab label {
	display: block;
	padding-left: 24px;
}
.online_box .tab .item .list .web .div_lab label input {
	vertical-align: middle;
	margin-right: 17px;
}
.online_box .tab .item .btn {
	padding-left: 105px;
	margin-top: 20px;
}
.online_box .tab .item .btn a {
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #ffac04;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
.form_right {
	position: fixed;
	right: 0;
	bottom: 85px;
	background:#910808;
	z-index: 9999;
	width: 170px;
	color: #fff
}
.form_right .zxkf {
	border-bottom: 1px solid #aca6a6;
}
.form_right .zxkf a {
	display: block;
	padding: 15px 0 15px 62px;
	background: url(../images/icon30.png) no-repeat 17px center;
	color: #fff
}
.form_right .zxkf h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.form_right .zxkf p {
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
}
.form_right .lxdh {
	text-align: center;
	padding: 12px 0 10px;
}
.form_right .lxdh h4 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.form_right .lxdh p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 7px;
}
.form_right .go_top {
	line-height: 43px;
	background: #910808;
	text-align: center;
	cursor: pointer;
}
.form_right .go_top span {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/icon31.png) no-repeat left center;
	font-size: 16px;
	color: #fff;
}

 @media only screen and (max-width: 1440px) {
.news_list .owl-theme .owl-controls {
	width: 110%;
	left: -5%;
}
}
 @media only screen and (max-width: 1366px) {
.team_owl .owl-theme .owl-controls {
	width: 110%;
	left: -5%;
}
.news_list .owl-theme .owl-controls {
	bottom: -15px;
	width: 50%;
	left: 25%;
}
}
 @media only screen and (max-width: 1200px) {
.lxdh, .zxkf {
	display: none;
}
.form_right {
	width: 50px;
}
.form_right .go_top {
	height: 50px;
}
.form_right .go_top span {
	height: 50px;
	background-position: center center;
	width: 0px;
	padding-left: 50px;
	overflow: hidden;
}
.case_list ul {
	margin: 0 auto;
}
}
 @media only screen and (max-width: 1250px) {
.wrap {
	width: 96%;
}

}
 @media only screen and (max-width: 1100px) {
.team_owl .owl-theme .owl-controls {
	display: none;
}
.page2 .wrap {
	width: 100%;
}

.team_owl .owl-carousel .owl-stage-outer {
	overflow: initial;
}
}
 @media only screen and (max-width: 1024px) {
.case_list ul li {
	width: 31.3333%;
	margin: 10px 1%;
}
.case_list ul li img {
	width: 100%;
}
.list_box ul li .img {
	width: 380px;
}
.list_box ul li .text h3 {
	font-size: 24px;
}
.list_box ul li .div_tips label {
	font-size: 16px;
}
.list_box ul li p {
	line-height: 26px;
	height: 52px;
}
.list_box ul li .btn {
	margin-top: 0px;
}
.list_box ul li .img_text p {
	height: auto;
}
.banner .item {
	height: 520px;
}
.page_banner h2 {
	font-size: 40px;
}
.page_banner span {
	margin: 20px auto;
}
.page_banner p {
	font-size: 20px;
}
.xq_list ul li .web {
	padding: 15px;
}
.xq_list ul li .web .text {
	height: 140px;
}

.lsjs .list {
	padding: 0 10px;
}
.service_list ul li .web .tit span {
	margin: 5px 0;
}
.service_list ul li .web {
	padding-top: 0;
}
.service_list {
	padding: 0 10px;
}
.team_banner {
	height: 415px;
}
}
 @media only screen and (max-width: 800px) {
.team_banner {
	height: 320px;
}
.team_list ul li .web p {
	font-size: 14px;
	margin-top: 10px;
}
.service_list ul li .web .tit h4 {
	font-size: 20px;
}
.service_list ul li .web .tit span {
	height: 20px;
}
.service_list ul li .web .tit h3 {
	font-size: 20px;
}
.service_list ul li .web .text {
	margin-top: 5px;
}
.service_list ul li .web .text p {
	line-height: 24px;
}
.page3 {
	padding-top: 20px;
}
.lsjs .list ul li .top .img1 {
	float: none;
	margin: 0 auto;
}
.lsjs .list ul li .top .web h3 {
	text-align: center;
}
.xq_list ul li .web .text p {
	margin-top: 5px;
}

.case_list ul li {
	width: 47%;
	margin: 10px 1.5%;
}
.banner .item {
	height: 400px;
}
.page_top ul li h3 span {
	font-size: 40px;
}
.page_tit h3 {
	font-size: 35px;
}
.list_box ul li .img {
	width: 312px;
	margin-left: 10px;
}
.list_box ul li .img_text h3 {
	font-size: 20px;
	line-height: 30px;
}
.list_box ul li .text {
	padding: 0 10px;
}
.list_box ul li .div_tips {
	margin: 0;
}
.list_box ul li .div_tips label {
	font-size: 14px;
	padding: 0 5px;
}
.list_box ul li p {
	margin: 10px 0;
}
.list_box ul li .btn a {
	line-height: 35px;
}
.link_list ul li {
	width: 33.3333%;
}
.wmdys_list ul li {
	width: 47%;
	margin: 10px 1.5%;
	padding: 0;
}
.wmdys_list ul li .web p {
	margin-top: 5px;
}
.about_tit h3 {
	font-size: 35px;
}
.about_jj .web p {
	width: 80%;
	margin: 0 auto;
}
.about_jj .web p br {
	display: none;
}
.address .web_box .web {
	padding: 15px;
}
.address .web_box .web h3 {
	margin-bottom: 15px;
}

.news_details {
	padding: 20px;
}
.news_details .tit {
	padding-top: 10px;
}
.news_details .tit h3 {
	font-size: 20px;
	line-height: 30px;
}
.news_details .web p {
	margin-top: 10px;
}
.news_r {
	margin-top: 15px;
}
.news_l, .news_r {
	width: 100%;
	float: none;
}
.page.page12 {
	padding-bottom: 50px;
}
.news_item {
	padding: 0 20px;
}
.news_item ul li .web p {
	margin-top: 5px;
}

}
 @media only screen and (max-width: 760px) {
.page_banner h2 {
	font-size: 30px;
}
.page_banner span {
	margin: 20px auto;
}
.page_banner p {
	font-size: 20px;
}
.menu ul {
	display: inline-block;
	white-space: nowrap;
	overflow-x: auto;
	width: 100%;
}
.menu ul li {
	width: auto;
	float: none;
	display: inline-block;
}
.menu ul a {
	padding: 0 20px;
}
.list_box ul li .img {
	width: 270px;
}
.list_box ul li .img_text {
	top: 0;
}
.list_box ul li .text h3 {
	font-size: 20px;
	line-height: 35px;
	margin-top: 0;
}
.list_box ul li .text {
	padding: 0;
}
.list_box ul li .div_tips label {
	font-size: 12px;
	line-height: 25px;
}
.hj_list ul li {
	width: 25%;
}
.footer .f_nav ul li {
	padding: 0 5px;
}
.page.page9 {
	padding: 50px 0;
}
.about_jj .tit h3 {
	font-size: 28px;
}
.about_jj .tit p {
	margin: 15px 0;
}
.page.page10 {
	padding: 50px 0;
}
.team_list ul li {
	width: 31.333%
}
}
 @media only screen and (max-width: 600px) {
.news_item ul li .img1 {
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.page3 {
	padding-top: 20px;
}
.page_dqwz.page_dqwz1 {
	padding: 0;
	margin-bottom: 10px;
}
.page_size a {
	min-width: 20px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
}
.page_size {
	margin-top: 10px;
}
.ht100 {
	height: 20px;
}
.page_size a.a1 {
}
.about_jj .web p {
	width: 90%;
	margin: 0 auto;
}
.wmdys_list ul li {
	width: 97%;
}

.page_banner {
	height: 200px;
}
.head {
	display: none;
}
.tel {
	display: none;
}
.menu_wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #0098e8;
	background-size: 20px auto;
}
.head2 .logo {
	line-height: 60px;
	position: relative;
	z-index: 100000;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #fff;
	width: 100%;
}
.mainer {
	padding-top: 60px;
}
.menu .wrap {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: #fff;
}
.h_menu .menu .wrap {
	top: 0;
}
.menu ul {
	display: table-cell;
	vertical-align: middle;
}
.menu ul li {
	display: block;
}
.menu ul li a {
	line-height: 35px;
}
.banner .item {
	height: 200px;
}
.page_top ul li h3 span {
	font-size: 26px;
}
.page_top ul {
	width: 100%;
	padding: 0;
}
.banner.owl-theme .owl-controls {
	bottom: 30px;
}
.page_top {
	top: -30px;
}
.page_top ul li h3 {
	font-size: 20px;
}
.page_top ul li.li_cur {
	width: 15.333%;
	background-size: 100% auto;
}
.page_top ul li {
	width: 23%;
}
.page_top ul li p {
	font-size: 14px;
}
.page_top ul li {
	padding: 20px 0;
}
.banner.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background-size: 100% auto !important;
	margin: 0 5px;
}
.page_tit h3 {
	font-size: 20px;
}

.list_box ul li .img {
	width: 100%;
	margin: 0 auto;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.list_box ul li p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
.page1 {
	padding-bottom: 20px;
}
.page_tit {
	padding: 20px 0;
}
.case_list ul li {
	width: 97%;
}
.more {
	margin-top: 0;
	margin-bottom: 20px;
}
.page5 {
	font-size: 18px;
	padding: 20px;
}

.news_list .owl-carousel .owl-stage-outer {
	overflow: initial;
}
.news_list .owl-theme .owl-controls {
	display: none;
}
.page6 {
	overflow: hidden;
}
.link_list ul li a {
	margin: 5px;
}
.link_list ul {
	width: 100%;
}
.page8_list ul li {
	width: auto;
	display: inline-block;
	float: none;
	margin: 0 10px;
}
.page8_list ul {
	overflow-y: auto;
	white-space: nowrap;
}
.footer .foot {
	padding: 20px 0;
}
.footer .f_nav ul li {
	margin: 5px 0;
}
.footer .link {
	line-height: 25px;
}
.list_box ul li .div_tips {
	margin-top: 5px;
}
.address .web_box {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
}
.xq_list ul {
	margin: 0 auto;
}
.xq_list ul li .web .text {
	height: auto;
}
.xq_list {
	margin-top: 10px;
}
.xq_list ul li {
	width: 100%;
	margin: 10px auto;
}


.kcgs .tit span {
	padding: 0 20px;
}
.kcgs .web {
	padding: 0 15px;
}
.online_box .tab .tit h3 {
	font-size: 28px;
}
.online_box .tab .tit p {
	line-height: 20px;
}
.online_box .tab .item {
	margin-top: 20px;
}
.online_box .tab .item .list span {
	float: none;
	text-align: left;
}
.online_box .tab .item .list {
	margin-top: 10px;
}
.online_box .tab .item .btn {
	padding-left: 0;
}
.online_box {
	padding: 30px 0;
}
.service_list ul li .img1 {
	width: 100%;
	float: none !important;
}
.service_list ul li .web {
	width: 100% !important;
	margin-top: 10px;
}
.service_list ul li {
	margin-top: 20px;
}
.service_list ul li .web.flt .tit {
	text-align: left;
}
.service_list ul li .web.flt .tit span {
	float: none;
}
.service_list ul li .web.flt .text p {
	text-align: left;
}
.team_list ul li {
	width: 48%;
}
.team_banner {
	height: 150px;
}
.team_list ul li {
	margin-top: 10px;
}

}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}


@media (max-width:768px){
	/**/
	.m_hide{display: none!important}
	.more a {padding: 0 15px;line-height: 21px;font-size: 16px;}
	.more a:hover {padding: 0 20px;}
	/*首页*/
	
	
}
/*页脚*/
.footer-links{text-align: center;border-bottom: 1px solid #ddd;padding-top: 20px;padding-bottom: 15px}
.footer-concat{text-align: center;padding-top: 15px;font-size: 12px;line-height: 16px}	
.footer-info{padding-top: 16px;padding-bottom: 6px;color: #333;line-height: 30px}
.footer-links strong{font-size: 16px;}
.footer-info a:hover{color:var(--main_color)}
/*列表*/
.list-banner{position: relative;overflow: hidden}
.list-banner img{display: block}
.list-main .list-nav{padding-top: 25px;padding-bottom: 15px;margin-bottom: 50px}
.list-main .list-nav .fa-home{color: #999;font-size: 18px}
.list-main .list-nav a:last-child{font-weight: bold;color:  var(--main_color);}

.list-left{float: left;padding-top: 20px}
.list-left-main{width: 220px;border:4px solid #0E90D3;border-radius:4px;}
.list-left .list-left-title{height:70px;line-height:70px;font-size:24px;text-indent:35px;color:#fefefe;background-color:#0E90D3;position: relative;}
.list-left .list-left-title i{display: inline-block;height: 22px;width: 3px;background-color: #fff;position: absolute;left: 16px;top: 24px}	
.list-left .list-menu{min-height:300px;}
.list-left .list-menu li{height: 48px;line-height: 48px;padding-left: 5px;padding-right: 5px}
.list-left .list-menu li a{line-height: 48px;height: 48px;text-indent: 40px;display: block;font-size: 18px;padding-right: 12px;border-top: 1px solid #ddd;transition:none}
.list-left .list-menu li a.active,.list-left .list-menu li a:hover{font-weight: bold;color: #0D73A7;background-image: url(../images/jt.png);background-repeat: no-repeat;background-position: 190px 16px;}
	
/*资讯*/
.list-right{float: right;width: 930px}	
.list-right dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:108px;margin:15px 0;overflow:hidden;padding:0 8px;}
.list-right dl:hover {background:#E6F0F5;}
.list-right dl:hover a{color:#137FB6;}
.list-right dt {display:inline-block;width:70px;height:70px;background:#E6F0F5;margin-top:15px;border-radius:4px;}
.list-right dt span {display:block;width:70px;height:35px;text-align:center;color:#888;}
.list-right dt span:nth-child(1) {line-height:50px;font-weight:bold;font-size:26px;}
.list-right dt span:nth-child(2) {margin-top:8px;}
.list-right dd {position:absolute;left:100px;top:10px;line-height:27px;margin:0 10px;}
.list-right dd a {font-weight:bold;font-size:16px;color:#333;}
.list-right dd a:hover,.list-right ul li a:hover {color:#137FB6;}
.list-right dd span {display:block;height:55px;padding-top:10px;line-height:25px;color:#999;;font-size: 15px}	
/*人物*/	
.list-right2{float: right;width: 930px}	
.list-right2 dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:230px;margin:15px 0;overflow:hidden;padding:0 8px;}
.list-right2 dt {width:150px;height:220px;margin-top:15px;border-radius:4px;text-align: center}

.list-right2 dd {position:absolute;left:200px;top:10px;line-height:27px;margin:0 10px;}
.list-right2 dd a {font-weight:bold;font-size:26px;color:#333;}
.list-right2 dd a:hover,.list-right ul li a:hover {color:#137FB6;}
.list-right2 .list-right2-title{margin-bottom: 15px;}
.list-right2 .list-right2-info{display: inline-block;border: 1px solid #E79E57; line-height: 30px;padding-left: 10px;padding-right: 10px;border-radius: 6px;color: #E79E57;font-weight: bold}
.list-right2 .list-right2-desc{display:block;height:55px;padding-top:10px;line-height:25px;color:#999;margin-bottom: 30px;font-size: 15px}

.list-right2 .btn {
	margin-top: 20px;
}
.list-right2 .btn a {
	display: block;
	line-height: 40px;
	width: 130px;
	border: 1px solid #0881C1;
	color: #fff;
	background: #C87D35;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px
}
.list-right2 .btn a:hover {
	background: #975617;
	color: #fff
}
/*搜索*/
.list-right3{float: right;width: 930px}	
.list-right3 dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:108px;margin:15px 0;overflow:hidden;padding:0 8px;}
.list-right3 dl:hover {background:#E6F0F5;}
.list-right3 dl:hover a{color:#137FB6;}
.list-right3 dd {top:10px;line-height:27px;margin:0 10px;}
.list-right3 dd a {font-weight:bold;font-size:16px;color:#333;}
.list-right3 dd a:hover,.list-right ul li a:hover {color:#137FB6;}
.list-right3 dd span {display:block;height:55px;padding-top:10px;line-height:25px;color:#999;;font-size: 15px}	
/**/
/*分页*/
.search-pagination{text-align:center; margin:50px 0 20px 0;}
.pagination li {display: inline-block;margin:0 3px; }
.pagination li a{display: inline-block;font-size: 15px;min-width: 38px;height: 38px;line-height: 38px; box-sizing: border-box; padding:0 7px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}	
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:#0E90D3;border:solid 0px #0384D8;}

/*404 msg*/
.list_msg{min-height: 300px;text-align: center;padding-top: 20px}	
.list_msg_btn {margin-top: 20px;}
.list_msg_btn a {display: inline-block;line-height: 42px;width: 140px;border: 1px solid #0881C1;color: #fff;background: #0794DE;text-align: center;border-radius: 2px;font-size: 18px;border-radius: 5px;}
.list_msg_btn a:hover {background: #0881C1;}
.list_msg .list_msg_txt{color: red;font-size: 16px;padding-top: 15px}

/*详情*/
.show-main{padding-top: 20px;padding-bottom: 50px}
.show-main .show-title{line-height: 36px;text-align: center;font-size: 26px}
.show-main .show-info{text-align: center;color: #666;line-height: 28px;padding-top: 5px}
.show-main .show-line{border-top: 1px solid #ddd;height: 30px}
.show-main .show-content{padding-left: 5px;padding-right: 5px;font-size: 16px;line-height: 28px;text-align:justify;text-justify:inter-ideograph;color:#444}
.show-main .show-content img{max-width: 95%}
.show-main .show-content p{margin-bottom: 15px}	
.show-main .show-share{}
.show-main .show-pn{margin-top: 36px;padding-left: 15px;padding-right: 15px;}
.show-main .show-pn a{display: block;margin-top: 4px;font-size: 15px}

.sharea{text-align: center}
/*media*/
.pc_hide{display: none!important;height: 0px}
@media (max-width:768px){
	.yyts-sub-hsz {float:none;  width: 150px; margin-left: auto; margin-right: auto}
	header.h_mobile {display: block}
	.slicknav_menu {display: block;} /*菜单*/
	.h_mobile2 {display: block}
	header.h_pc{display: none}
	.nav_pc {display: none}
	.toolbar {display: none}
	/**/
	.pagination li a{display: inline-block;font-size: 12px!important;min-width: 36px;height: 36px;line-height: 36px; box-sizing: border-box; padding:0 10px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;margin-bottom: 6px}	
	.m_list_h16{height: 15px}
	.list-left{display: none}
	/*列表*/
	.list-right3{display: block;width: auto!important;height: auto}
	.list-right3 dl{height: auto!important}
	.list-right3 dd span {height:auto!important}
	
	.list-right{display: block;width: auto!important;}
	.list-right dl{height: auto!important}
	.list-right dd span {height:auto!important;font-size: 13px}
	
	
.list-right dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:auto!important;margin:15px 0;padding:0 8px;}
.list-right dt {display:inline-block;width:70px;height:70px;background:#E6F0F5;margin-top:15px;border-radius:4px;}
.list-right dt span {display:block;width:70px;height:35px;text-align:center;color:#888;}
.list-right dt span:nth-child(1) {line-height:40px;font-weight:bold;font-size:16px;}
.list-right dt span:nth-child(2) {margin-top:8px;font-size: 12px}
.list-right dd {position:absolute;left:90px;top:10px;line-height:22px;margin:0 10px;height: auto}
.list-right dd a {font-weight:bold;font-size:14px;color:#333;}
.list-right dd a:hover,.list-right ul li a:hover {color:#137FB6;}
.list-right dd span {display:block;height:auto!important;padding-top:10px;line-height:20px;color:#999;;font-size: 13px}	


/*人物*/	
.list-right2{display: block;width: auto!important;height: auto}
.list-right2 dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:190px;margin:15px 0;overflow:hidden;padding:0 8px;}
.list-right2 dt {width:100px;height:160px;margin-top:15px;border-radius:4px;text-align: center}

.list-right2 dd {position:absolute;left:130px;top:10px;line-height:27px;margin:0 10px;}
.list-right2 dd a {font-weight:bold;font-size:18px;color:#333;}
.list-right2 dd a:hover,.list-right ul li a:hover {color:#137FB6;}
.list-right2 .list-right2-title{margin-bottom: 15px;}
.list-right2 .list-right2-info{display: inline-block;border: 1px solid #E79E57; line-height: 24px;padding-left: 10px;padding-right: 10px;border-radius: 6px;color: #E79E57;font-weight: bold}
.list-right2 .list-right2-desc{display: none}

.list-right2 .btn {
	margin-top: 20px;
}
.list-right2 .btn a {
	display: block;
	line-height: 30px;
	width: 100px;
	border: 1px solid #0881C1;
	color: #fff;
	background: #C87D35;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px
}
.list-right2 .btn a:hover {
	background: #975617;
	color: #fff
}	
	
.show-main .show-title{line-height: 30px;text-align: center;font-size: 16px}	
.show-main .show-content{padding-left: 10px;padding-right: 10px;font-size: 14px;line-height: 24px;}
.show-main .show-content p{margin-bottom: 10px}	
.show-main .show-pn{margin-top: 30px;padding-left: 10px;padding-right: 10px;}
.show-main .show-pn a{font-size: 14px}	
/*公共*/
	.bg_mobile{display: block}
	.bg_pc{background-image:none;padding-top: 0px}

}
@media (min-width:769px) and (max-width:992px){
	header.h_mobile {display: block}
	header.h_pc{display: none}
	.nav_pc {display: none}
	.toolbar {display: none}
}
@media (min-width:993px) and (max-width:1199px){
	header.h_mobile {display:none}
	header.h_pc{display: block}
	.nav_pc {display: block}
	.toolbar {display: block}
}
@media only screen and (min-width:1200px){
	header.h_mobile {display:none}
	header.h_pc{display: block}
	.nav_pc {display: block}
	.toolbar {display: block}
	
}

/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}

/*首页课程*/
.index-kc-h{ text-align:center; font-size:36px; font-weight:bold; letter-spacing:3px; }
.index-kc-h span{color:#3591E9}
.index-kc-h2{ text-align:center;padding-bottom:30px;margin-top: 12px}
.index-kc-h2 span{display: inline-block;font-size:18px; padding-left: 16px; padding-right: 16px ;background-color: #B11F17;height: 36px;line-height: 36px; border-radius: 15px;color: #fff}


@media screen and (max-width:768px) {
.index-kc-h{ font-size:20px; }
.index-kc-h2{font-size:16px; padding-bottom:15px}
	.index-kc-h2 span{font-size: 15px}
.index-kc{padding-top:15px; padding-bottom:0px}

.index-bt{width: 90%;margin-bottom: 10px}




}

/*首页-动态*/
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}  
.index-news>li{width: 50%; overflow:hidden}
.index-news-pic{height: 400px}
.index-news-pic a{display: block;}
.index-news-pic div{height: 400px;}
.index-news-pic p{position: absolute;bottom:0px;left: 0px;width: 100%;text-align: center;color: #fff;font-size: 18px;height: 55px;line-height: 55px; background-color: rgb(0,0,0,0.3)}


@media screen and (max-width:768px) {
.index-news-pic{height: 230px}
.index-news-pic div{height: 230px;}
.index-news>li{width:100%}
.index-news-pic p{ font-size: 15px;height:40px;line-height: 40px; }




}

/*首页--资料*/
.index-zx{background-color:#EFF6FF; padding-top:50px; padding-bottom:50px}
.index-zx .index-zx-main li{width:32%; background-color:#fff; padding:20px 15px; box-sizing:border-box; border-radius:8px; margin-bottom:20px}
.index-zx .index-zx-h{position:relative;border-bottom:1px solid #ccc; color:#197AD6}
.index-zx .index-zx-h span{ font-size:24px; font-weight:bold;  line-height:50px; display:inline-block; border-bottom:2px solid #3591E9 }
.index-zx .index-zx-h a{ position:absolute; right:0px;top:10px }
.index-zx  .index-zx-list{ margin-top:15px; }
.index-zx  .index-zx-list a{ display:block; position:relative; line-height:36px; font-size:16px; text-indent:15px}
.index-zx  .index-zx-list span{ position:absolute; right:0px; line-height:36px; font-size:16px; color:#888}
.index-zx  .index-zx-list a::before{position: absolute;width: 5px;height: 5px;border-radius: 50%; content: ""; background-color:#ddd;left: 0px;top:14px}
.index-zx  .index-zx-list a:hover::before{background-color:#DB3A32;}

/*首页-照片墙*/
.index-zpq{ padding-top:40px; padding-bottom:40px; background-image:url(../images/00k.png); background-size:cover; background-repeat:no-repeat}


/*
底部 ad
*/
.footer-ad{padding-top: 40px;padding-bottom: 40px;background-image: url(../images/about-img01.jpg);background-size: cover; height: 360px}
.footer-ad .footer-ad-t1{ line-height: 82px;font-size: 46px;color: #fff;text-align: center}
.footer-ad .footer-ad-link{;text-align: center}
.footer-ad .footer-ad-t2{line-height: 52px;font-size: 20px;color: #fff}
.footer-ad .footer-ad-gf{text-align: center;color: #fff;font-size: 16px;padding-top: 40px}
.footer-ad .footer-ad-gf>div{overflow: hidden;margin-bottom: 5px}
.footer-ad .footer-ad-gf img{display: block;max-width: 120px}
	
.footer-ad .more2{display: inline-block;width: 166px;line-height:50px;color: #fff;font-size:16px; margin-top:50px; text-align:center; transition:all .5s;border:1px solid #fff;border-radius: 5px}
.footer-ad .more2:hover{transform: translateY(-5px);box-shadow: 0 10px 30px rgb(9 49 144 / 30%);background-color:#C21313;color: #fff }


/*首页--文字水平滚动*/
.index-gd{background-color: #C9E7FA; position:relative; height:42px; padding-left:35px; padding-right:10px; margin-bottom:30px}
.index-gd i{position:absolute; left:10px; top:12px; color:#F60; font-size:18px}
#scroll_div {height: 42px;line-height: 42px;overflow: hidden;white-space: nowrap;width: 100%;color:red;text-align: center;padding-left:15px; padding-right:15px;border-radius:6px;margin-bottom:30px;font-size:15px}
#scroll_begin,#scroll_end {display: inline;}
.pad_right {margin-left: 15px;}


@media (max-width:768px){
	.index-gd{margin-bottom:10px}
	#scroll_div{font-size:14px}
	.index-gd i{font-size:15px}
	.index-zx{background-color:#EFF6FF; padding-top:20px; padding-bottom:20px}
	
	.index-zx .index-zx-main li{width:100%;padding:15px 10px; margin-bottom:15px}
	.index-zx .index-zx-h span{ font-size:18px; line-height:36px; }
	.index-zx  .index-zx-list a{line-height:30px; font-size:15px; text-indent:10px}
	.index-zx  .index-zx-list span{ line-height:30px; font-size:14px;}
	
	.index-zpq{ padding-top:20px; padding-bottom:20px; }
	/*底部ad*/
	.footer-ad{padding-top: 20px;padding-bottom: 20px;height: 180px}
	.footer-ad .footer-ad-t1{ line-height: 48px;font-size: 18px; text-align:center}
	.footer-ad .footer-ad-t2{line-height: 20px;font-size: 14px;color: #fff; padding-left:10px; padding-right:10px}
	.footer-ad .footer-ad-gf{ display:none}
	
	.footer-ad .more2{width: 100px;line-height:26px;color: #fff;font-size:14px; margin-top:15px; margin-left:auto; margin-right:auto}
	
}



/*======================文章内容页======================*/
.show_main{margin-top:70px;}
.page_side{width:380px;}
.page_main{width:calc(100% - 410px); background:#fff; padding:30px 60px; box-sizing:border-box;background-color:#F0F6FA;box-shadow:0px 0px  5px 3px #EEEEEE}


.page_side_box{border:solid 1px #e8e8e8; padding:20px 22px; background:#fff;}
.page_side_tit {font-size: .22rem; color: #111; font-weight:bold;  margin-bottom:20px;}
.pic_art_list .txt{padding-bottom: 20px;font-size: 0.14rem!important;font-weight: normal!important;line-height: 1.4}

.nextArc{border:solid 1px #e8e8e8; border-bottom: 3px solid var(--main_color); padding:25px 22px; background:#fff;}
.nextArc h3{font-size:.22rem; color: #111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom:8px; margin-bottom:8px;}
.nextArc p{font-size:15px; line-height:1.8;}

/*内容页*/
.title_txt {font-size:32px;line-height:1.4; font-weight:bold; color:#000; text-align:center}

.art_info{margin-bottom:25px; margin-top:15px;  color:#888; border-bottom: solid 1px #e8e8e8; position:relative; text-align:center}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}

/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px;}
.share-main b{ position:absolute; left:-80px; top:0px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 234px; height:80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}

/*正文*/
#art_box { text-align:justify;  font-size:16px; line-height:2;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){/*text-align:left;*/}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:2; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*相关阅读*/
.xg_tit h5{font-size:20px; margin:20px 0 20px 0; position:relative;/* padding-left:15px;*/}
/*.xg_tit h5:after {width:4px;height:18px;  content: '';position: absolute;left: 0;top: 5px;background:var(--main_color);}*/
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:7px; height:7px; border-radius:5px; background:#888; position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}

.art_np{ margin-top:30px}
.art_np li{ line-height:36px}


.pic_art_list>div a{ display:block; position:relative; line-height:36px; height:36px; overflow:hidden; font-size:15px; text-indent:15px; padding-right:60px}
.pic_art_list>div a span{ position:absolute; top:0px; right:0px; line-height:36px; font-size:14px; color:#888}
.pic_art_list>div a::before{position: absolute;width: 5px;height: 5px;border-radius: 50%; content: ""; background-color:#888;left: 0px;top:14px} 
.page_marquee,.page_marquee p,.page_marquee span{ font-size:15px; line-height:1.5}

@media (max-width:768px){
.page_side{ display:none;}
.page_main{width:100%;padding:12px!important;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height: 1.2}
.qrcode,.info1,.info2,.show_news_mt .side{ display:none;}
.art_info{margin-bottom:10px; border-bottom: dotted 1px #ddd; }
.art_info em{ font-size:12px; line-height:36px; margin-right:10px;}
#art_box { font-size:14px; line-height:1.8;}
.xg_art li{ width:100%;line-height:1.6}
.xg_tit h5{font-size:18px}
	
}


/*新闻列表*/
.list_title{ font-size:20px; padding-bottom:12px;  border-bottom:1px solid #ddd; margin-bottom:28px; font-weight:bold}
.list_ul a{ display:block; position:relative; line-height:36px; height:36px; overflow:hidden; font-size:16px; text-indent:15px; padding-right:100px}
.list_ul a span{ position:absolute; top:0px; right:0px; line-height:36px; font-size:14px; color:#888}
.list_ul a::before{position: absolute;width: 5px;height: 5px;border-radius: 50%; content: ""; background-color:#F30;left: 0px;top:14px}

.list_line{ border-bottom:1px solid #ddd; height:20px; margin-bottom:20px}
.list_category li{width:48%; margin-bottom:12px; background-color:#fff; padding:10px; box-sizing:border-box}
.list_category div{ position:relative; border-bottom:1px solid #ddd; padding-bottom:10px}
.list_category div span{ font-size:18px; font-weight:bold}
.list_category div a{ position:absolute; right:0px; top:2px;}

.list_category li .list_category_a{ display:block; position:relative; line-height:36px; height:36px; overflow:hidden; font-size:15px; text-indent:15px; padding-right:60px}
.list_category li .list_category_a span{ position:absolute; top:0px; right:0px; line-height:36px; font-size:14px; color:#888}
.list_category li .list_category_a::before{position: absolute;width: 5px;height: 5px;border-radius: 50%; content: ""; background-color:#888;left: 0px;top:14px} 

@media (max-width:768px){
.list_line{display:none}
.list_category {display:none}
.list_title{ font-size:19px; padding-bottom:6px;  margin-bottom:18px; }
.list_ul a{ line-height:30px; height:30px; padding-right:90px}
.list_ul a span{ font-size:14px}

}


/*产品列表*/	
.pro_slide{width:18%;float: left;background:#fff;box-sizing:border-box;;overflow: hidden;padding-bottom: 30px;border-top-left-radius: 16px;overflow: hidden}
.pro_slide .pro_slide_a{text-align:left;color:#fff;font-size:22px;font-weight:normal}
.pro_slide svg{height:26px;fill:#fff;position:relative;;padding-left:10px;}
.pro_slide .slide_list {padding-top: 10px}
.pro_slide .slide_list li{padding-left: 5px;padding-right: 5px}
.pro_slide .slide_list li a{line-height: 42px;height: 42px;position:relative;padding-left:30px;font-size:15px;color:#666;display: block;border-bottom:1px solid rgba(204,204,204,.3); }
.pro_slide .slide_list li a:before {content: '';width: 6px;height: 6px;border-radius: 100%;background: #fff;position: absolute;left:15px;top: 18px;border:1px solid #666;transition: all .6s;}
.pro_slide .slide_list li:hover a{;font-weight: bold;color: #fff;background-color: #AB221A}
.pro_slide .slide_list li.on a{;font-weight: bold;color: #fff;background-color: #AB221A}


.pro_slide .pro_slide_h{padding:15px 15px;;background-image: url(../images/bg6.png); background-repeat: no-repeat; overflow: hidden;}
.index-cpxl-list{width: 80%;float: right;overflow: hidden}

.index-cpxl{;background-color: #F9F9F9;padding-top: 40px;padding-bottom: 40px}	
.index-cpxl-list{margin-top: 5px}
.index-cpxl-list li{width: 20%;text-align: center;margin-bottom: 20px;float: left;padding-left: 10px;padding-right: 10px;-webkit-transition: all .3s;transition: all .3s}
.index-cpxl-list li:hover{-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.index-cpxl-list p{line-height:20px; height:50px; overflow:inherit; font-size:14px; padding-top:0px 4px; box-sizing:border-box;display: flex;justify-content: center;align-items: center;}
.index-cpxl-list img{display: block;transition: all .4s; height:170px;}
.index-cpxl-list div{overflow: hidden;padding: 15px;box-sizing: border-box}
.index-cpxl-list a{display: block;overflow: hidden;background-color: #fff;}
.index-cpxl-list a:hover{color: #fff;background-color:#BD3A07; }
.index-cpxl-list a:hover p{font-weight: bold;color: #fff}
.index-cpxl-list a:hover img{transform: scale(1.12);}
.index-cpxl .index-cpxl-a {border-bottom: 2px solid #BD3A07;margin-top: 15px}
.index-cpxl .left1{line-height: 40px;font-size: 18px;font-weight: bold}
.index-cpxl .right1 a{display: inline-block; line-height: 40px;}
.index-cpxl .right1 a:hover{font-weight: bold}
.index-cpxl .right1 span{width: 18px;text-align: center;display: inline-block;color: #ddd}
.index-cpxl .right1 i{width:15px;height: 15px;text-align: center;display: inline-block;background-color:#ccc;color: #fff;border-radius: 50%;margin-left: 5px }
.index-cpxl .right1 a:hover i{background-color:#BD3A07;}
	
/*首页关于*/
.index-zpq-xbt{position: relative; font-size: 16px;line-height: 20px}
.index-zpq-xbt:after{
	position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    top: 10px;
    align-items: center;
    margin-left: 10px;
	background-color: #bd3a07;
}
.index-zpq .index-zpq-img{width: 48%}
.index-zpq .index-zpq-nr{width: 48%}
.index-zpq .index-zpq-icons i{font-size: 20px;color: #bd3a07;}
.index-zpq .index-zpq-bt{font-size: 28px; font-weight: bold}
.index-zpq .index-zpq-desc{font-size: 16px;text-align:justify;text-justify:inter-ideograph;}
.index-zpq .index-zpq-icons{font-size: 16px}	
.index-zpq .index-zpq-icons li{width: 48%;padding-left: 10px;box-sizing: border-box}
.index-zpq .index-zpq-a{color: #bd3a07}
.index-zpq .index-zpq-a:hover{text-decoration: underline; }	

/*首页推荐*/
.index-kc { position:relative; margin-top:45px; padding-bottom: 50px;  overflow:hidden;background-image: url(../images/0000.png)}
.index-kc .index-kc-zss { margin-bottom:20px; background:#fff; overflow: hidden;}
.index-kc .index-kc-zss li { background:#0067bb; width: 25% ; width:300px; height:103px; line-height:30px; margin-bottom:1px;box-sizing: border-box}
.index-kc .index-kc-zss li img { float:left; margin-top:27px; margin-left:30px;}
.index-kc .index-kc-zss li span { display:block;float:left; color:#e4edf5; font-size:16px; margin-left:15px; margin-top:20px;}
.index-kc .index-kc-zss li strong { display:block; color:#fff; font-size:24px;}
.index-kc .index-kc-zss li:hover { background:#0067bb;}
.index-kc .index-kc-zss li.on { background:#0067bb;}
.index-kc .index-kc-zss li:not(:first-child){border-left: 1px solid #ccc;box-sizing: border-box}

.index-kc .swiper-container{width: 1200px; margin-left: auto; margin-right: auto; overflow: hidden; padding-bottom: 66px}
.index-kc .swiper-slide{width: 16.66%;padding-left: 5px; padding-right: 5px; box-sizing: border-box}
.index-kc .swiper-slide div{ padding: 15px 5px; overflow:hidden; border-radius:12px; border:1px solid #fff; box-sizing:border-box; overflow:hidden}
.index-kc .swiper-slide img{display:block;height: 200px;transition: all .4s;}		
.index-kc .swiper-slide p{text-align: center;font-size: 18px}	
.index-kc .swiper-slide a{border: 1px solid #efefef;display: block}
.index-kc .swiper-slide a:hover img{transform: scale(1.12);}  
	  
@media (max-width:768px){
	.index-kc .index-kc-zss li{width:50%;height:90px;}
	.index-kc .index-kc-zss li strong { display:block; color:#fff; font-size:18px;}
	.index-kc .index-kc-zss li span { display:block;float:left; color:#e4edf5; font-size:14px; margin-left:15px; margin-top:20px;}
	
	.index-kc .swiper-slide{width: 33.33%;}
	.index-kc .swiper-slide img{display:block;height: 150px;transition: all .4s;}		
	.index-kc .swiper-slide p{text-align: center;font-size: 15px}
	
	.pro_slide{display: none}
	.index-cpxl-list{width: 100%}
	.index-cpxl-list p{font-size: 12px;line-height: 26px}
	.index-cpxl-list li{width: 50%;text-align: center;-webkit-transition: all .3s;transition: all .3s}
	.index-cpxl-list li:hover{-webkit-transform: translateY(-5px);transform: translateY(-5px);}		
	.index-header-title{font-size: 20px;padding-bottom: 0px}
	
	
	.index-zpq .index-zpq-img{width: 100%}
	.index-zpq .index-zpq-nr{width: 100%;margin-top: 15px;padding-left: 10px; padding-right: 10px}
	
	.index-zpq .index-zpq-icons i{font-size: 18px;color: #bd3a07;}
	.index-zpq .index-zpq-bt{font-size: 18px; font-weight: bold}
	.index-kc .swiper-slide p{text-align: center;font-size: 15px}
	.index-zpq-desc{font-size: 14px}
	
}	

/*单页面*/
.list-left3{float:left;width:18%;}
.list-right3{float:right;width:80%;background-color: #fff; padding-left: 25px; padding-right: 25px;box-sizing: border-box}
.ny_right_top{border-bottom:1px solid #e7e7e7}
.nytit1{height:50px;line-height:50px;float:left;overflow:hidden;border-bottom:3px solid #D83933;color:#D83933;font-size:24px;font-weight:bold;padding:0 10px}
.nytit{line-height:30px;padding-left:25px;padding-top:10px;padding-bottom:10px;float:right;font-size:14px}
.nytit a{padding-right:7px}	

.txt-center{text-align: center}
.page-top-header{overflow: hidden; position: relative;}
.page-top-header .page-top-header2{position: absolute; left: 0px;width: 100%; top: 35%}
.page-top-header .page-top-header3{display: inline-block; padding: 20px 36px;background-color: rgb(164,34,43,0.8);margin-left: 30px}
.page-top-header .page-top-header-a{font-size: 32px;color: #fff; letter-spacing: 3px}
.page-top-header .page-top-header-b{font-size: 22px;color: #fff; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"}
	
	
/*page页*/
.page-container .pro_slide{border: 2px solid #0791C3}	
.page_title{text-align: center;font-size: 30px;font-weight: bold;padding-bottom: 30px;padding-top: 40px}
.page_content{text-align:justify;text-justify:inter-ideograph;font-size: 16px;line-height: 32px;padding-bottom: 60px;margin-top: 20px; padding-left: 15px; padding-right: 15px}
.page_content p{margin-bottom: 10px;line-height: 32px}
.page_content img{max-width: 100%}
.page_gsxx{max-width: 800px;margin-left: auto;margin-right: auto}
.page_gsxx td{padding: 6px}
.page_gsxx img{height: 250px;display: block}


/*图片列表*/
.list-pics{}
.list-pics li{width: 30%;margin-bottom: 25px;box-sizing: border-box;text-align: center;}
.list-pics li a{display: block;padding:10px 10px;background-color: #fff;}
.list-pics a:hover {-webkit-box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08); box-shadow: 0px 8px 15px 0px rgba(7, 0, 2, 0.08);}

@media (max-width:768px){
/*图片列表*/	
.list-pics li{width: 48%;margin-bottom: 10px;float: left;padding-left: 5px;padding-right: 5px;box-sizing: border-box;text-align: center;}
.list-pics li a{display: block;background-color: #fff;padding:5px 5px}	
}


/*新闻*/
.list-right3 dl {position:relative;display:block;border-bottom:1px dashed #ddd;height:108px;margin:15px 0;overflow:hidden;padding:0 8px;}
.list-right3 dl:hover {background:#E6F0F5;}
.list-right3 dl:hover a{color:var(--main_color);}
.list-right3 dt {display:inline-block;width:70px;height:70px;background:#EEE0E0;margin-top:15px;border-radius:4px;}
.list-right3 dt span {display:block;width:70px;height:35px;text-align:center;color:#888;}
.list-right3 dt span:nth-child(1) {line-height:50px;font-weight:bold;font-size:26px;}
.list-right3 dt span:nth-child(2) {margin-top:8px;}
.list-right3 dd {position:absolute;left:100px;top:10px;line-height:27px;margin:0 10px;}
.list-right3 dd a {font-weight:bold;font-size:16px;color:#333;}
.list-right3 dd a:hover,.list-right ul li a:hover {color:var(--main_color);}
.list-right3 dd span {display:block;height:55px;padding-top:10px;line-height:25px;color:#999;;font-size: 15px}

@media (max-width:768px){
	.list-right3 dl{height: auto}
	.list-right3 dt{height: auto}
	.ny_right_top{font-size:20px}
	.nytit1{color:#333;font-size:16px;text-align:left;position:inherit;line-height:36px;height:46px;padding:7px 0;margin-bottom:0}
	.nytit a{color:#333}
/**/	
	.list-left3{ display:none}
	.list-right3{width:100%; float:left;}	
}


/*详情*/
.show-main{;;background-color: #fff;margin-top: 40px}
.show-title{font-size: 30px;line-height: 40px;text-align: center;color: #222}
.show-info{text-align: center;padding-top:8px;padding-bottom:8px}
.show_rq{margin-top: 25px;text-align: center;clear: both}
.show_content{text-align:justify;text-justify:inter-ideograph;margin-top: 50px;color: #333}
.show_content p{text-align: left;font-size: 16px;text-align:justify;text-justify:inter-ideograph;margin-top: 15px;color: #333}
.show_line{border-top: 1px dotted #ddd;height: 30px;margin-top: 10px}  
.show-main .show-info{text-align:center; padding-top:8px}
.show-main .show-np{padding-top:10px; padding-bottom:10px}
.show-main .show-np>div{margin-top:10px}
.show-main .show-np span{ font-weight:bold}
/*详情--分享*/
.sharea-tips{text-align: center;padding-top: 30px;}
.sharea{text-align: center;padding-top: 5px;font-size: 14px}	
/*详情--上页，下页*/	
.show-main .show-np{padding-top:10px; padding-bottom:10px}
.show-main .show-np>li{margin-top:10px}
.show-main .show-np span{ font-weight:bold}	

/*产品列表*/
.list-cp-ul li{width: 19%;text-align: center;margin-bottom: 18px}
.list-cp-ul p{line-height: 40px;}
.list-cp-ul img{display: block;transition: all .4s;}
.list-cp-ul div{overflow: hidden}
.list-cp-ul a{display: block;overflow: hidden;background-color: #fff;}
.list-cp-ul a:hover{color: #fff;background-color:#BD3A07; }
.list-cp-ul a:hover p{font-weight: bold;color: #fff}
.list-cp-ul a:hover img{transform: scale(1.12);}

/*产品详情*/
.show-cp{;box-shadow:0px 0px  5px 3px #EEEEEE;padding: 40px 60px 60px 60px;background-color: #fff}
.show-cp .show-cp-title{font-size: 24px;line-height: 40px;text-align: center;color: #222;font-weight: bold}
.show-cp .show-cp-top{margin-top: 30px}
.show-cp .show-cp-img{width: 40%}
.show-cp .show-cp-info{width: 56%}
.show-cp .show-cp-info ul{position: relative;padding-left: 120px;margin-bottom: 10px;border-bottom: 1px solid #ddd}
.show-cp .show-cp-a{width:120px;position: absolute;left: 0px;top: 0px;text-align: center;;font-size: 15px;font-weight: bold;padding-bottom: 12px}
.show-cp .show-cp-b{width: 100%;padding-bottom: 12px;font-size: 15px;text-align:justify;text-justify:inter-ideograph;}
.show-cp .show-cp-link a{display:inline-block;width: 120px;height: 36px;background-color:#BD3A07;text-align: center;line-height: 36px;color: #fff;margin-top: 20px;transition: all .3s;}
.show-cp .show-cp-link a:hover{background-color: #862E0C;padding-left: 10px;color: #fff}	

.show-cp-nav{border-bottom: 2px solid #CC0000;margin-top: 20px}
.show-cp-nav span{display: inline-block;text-align: center;font-size: 18px; background-color:#CC0000;width: 120px;padding-top: 6px;padding-bottom:6px;color: #fff;border-top-left-radius: 5px;border-top-right-radius: 5px; }
.show-cp-content{text-align:justify;text-justify:inter-ideograph;margin-top: 20px;color: #333;padding-left: 15px;padding-right: 15px}
.show-cp-content p{text-align: left;font-size: 16px;text-align:justify;text-justify:inter-ideograph;margin-top: 10px;color: #333}

/*产品详情--相关产品*/
.show-cp-rel{overflow: hidden;margin-top: 20px}
.show-cp-rel li{width: 20%;text-align: center;float: left;padding-left: 5px;padding-right: 5px;box-sizing: border-box}
.show-cp-rel p{line-height: 40px;height: 40px; font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.show-cp-rel img{display: block;transition: all .4s;}
.show-cp-rel div{overflow: hidden}
.show-cp-rel a{display: block;overflow: hidden;background-color: #fff;}
.show-cp-rel a:hover{color: #fff;background-color:#BD3A07; }
.show-cp-rel a:hover p{font-weight: bold;color: #fff;}
.show-cp-rel a:hover img{transform: scale(1.12);}	

.show-content table{ border:1px solid #eff3f8!important; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
.show-content tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
.show-content table td{padding:5px 10px; border:1px solid #D5DFEC;}
.show-content table td:nth-child(2){/*text-align:left;*/}


/*产品*/
.page_product li{width: 25%;margin-bottom: 10px;box-sizing: border-box;text-align: center;overflow: hidden}	
.page_product li div{overflow: hidden}	
.page_product li img{height: 180px}
.page_product li a{display: block;padding: 20px}
.page_product li img{display: block;transition: all .4s;}
.page_product li div:hover img{transform: scale(1.12);}
.page_product li a:hover p{color: var(--main_color)}	
.page_product li p{padding-top: 6px}

.page_product li{padding:5px;}
.page_product a{background-color: #F6FCFC}
.page_product a:hover{background-color: #CEE4F6}
/*全库索引*/
.page_all{overflow: hidden}
.page_all_title{margin-top: 15px;color: #A90100;font-size: 18px;font-weight: bold}
.page_all_list{margin-top: 10px;padding-left: 20px;padding-right: 20px}
.page_all_list>li{width: 32%;margin-right: 1px; line-height: 20px; float: left;box-sizing: border-box;margin-bottom: 5px}

@media (max-width:768px){
	.page_product li{width: 48%;}
	.page_product li img{height: 140px}
	.page_all_list>li{width: 48%}
	.page_all_title{font-size: 16px;}	
}		



/*======================产品内容页======================*/
.pro_box1{margin-top:10px;}
.pro_box1 .left{width:44%; }
.pro_box1 .right{width:52%;}
.pro_box1 .right .tit h1{font-size:32px; line-height:1.6;}
.pro_box1 .right .desc{line-height:2; font-size:16px; margin:15px 0 25px 0; text-align:justify;}

/* 手机查看二维码 */
.pro_box1 .right .tit .pro_ewm{ position:relative; right:0; top:0px;}
.pro_box1 .right .tit a { background: url(../images/xx_df.png) right center no-repeat;display: block;color: #666666;padding-right: 42px; line-height:50px; margin-right:25px;}
.pro_box1 .right .tit .show_pro_ewm{ position:absolute; line-height:1.6; right:0; top:50px; text-align:center; background:#fff; border:solid 1px #e8e8e8; padding:10px; display:none;}
.pro_box1 .right .tit .pro_ewm:hover .show_pro_ewm{display:block;}

/* 产品大图 */
.thumb-wrapper {border: 1px solid #eee; height:360px; position:relative; background:#fff;}
.thumb-wrapper img{max-width:100%; max-height:100%;padding: 20px 20px;box-sizing: border-box;}

/*产品缩略图轮播*/
.swiper-adv-father {width: 100%; position: relative;margin-top:15px;}
.swiper-adv-father .swiper-container {width: 100%; padding:0 30px; box-sizing:border-box;}
.swiper-adv-father .slide-item { width:100%; border: 2px solid #eee; background:#fff; cursor: pointer; position:relative;}
.swiper-adv-father .selected .slide-item{border: 2px solid var(--main_color);}
.swiper-adv-father .slide-item img{width:100%; opacity:1; display:block; transition:0.3s all;padding: 10px 10px;box-sizing: border-box;}
.swiper-adv-father .selected .slide-item img{opacity:1;}

#pro_thumb .swiper-button-prev{width: 18px;height: 30px;background-size: 14px 24px;background-image: url('../images/adv-left-icon.png') !important;top: 62%;left: 0;z-index: 1;outline: none;}
#pro_thumb .swiper-button-next{width: 18px;height: 30px;background-size: 14px 24px;background-image: url('../images/adv-right-icon.png') !important;top: 62%;right: 0;z-index: 1;outline: none;}

/* box */
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}


/*按钮*/
.pro_box1 .right  .more{ margin-top:35px;font-weight: bold;font-size: 20px}
.pro_box1 .right  .more a{width:180px;height:56px; background:var(--main_color); display: block;text-align: center;line-height:.56px; font-size:18px; color:#fff; transition:0.3s all;}
.pro_box1 .right  .more a:hover{  background:var(--second_color); width:200px;}


@media screen and (max-width:768px) {
.pro_box1{margin-top:50px;}
.pro_box1 .left{width:100%; }
.thumb-wrapper {height:260px;}
.pro_box1 .right{width:100%;}
.pro_box1 .right .tit h1{font-size:18px; margin-top:15px;}
.pro_box1 .right .desc{ font-size:13px; margin:.15rem 0 .25rem 0;}
.pro_box1 .right .tit .pro_ewm{ display:none;}
.pro_box1 .right  .more a{width:40%;height:40px; line-height:40px; font-size:15px;}
.pro_box1 .right  .more a:hover{width:45%;}
.pro_down h3{font-size:18px;}
.pro_down li .ico{ font-size:22px;}

.pro_box2 .left{ width:100%;}
.pro_box2 .left .tit{ border-bottom:solid 2px var(--main_color); height:40px; margin-bottom:15px;}
.pro_box2 .left .tit h3{height:40px; line-height:40px; font-size:16px; display:inline-block; width:30%; text-align:center; background:var(--main_color); color:#fff; border-radius:5px 5px 0 0;}
.pro_box2 .right{ width:100%; background:#fff; padding:0; box-sizing:border-box;}
.pro_box2 .right h3{ font-size:18px; border-top:solid 8px #f5f5f5; padding-top:15px;}
.pro_box2 .right ul{}
.pro_box2 .right li{width:48%;}
}

