html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0266a4;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #007ccb;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #007ccb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 9999;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li a {
	color: #0266a4;
    font-weight: bold;
    font-size: 15px;
    padding-left: 25px;
    background: url(../images/tel.png) no-repeat left;
}
.header .topbar li a:hover {
	color: #0266a4;
}
.header .topbar li img{
	width: 22px;
	margin-right: 3px;
	vertical-align: middle;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .topbar li.c {
	margin-left: 10px;
	background-color: #0266a4;
}
.header .topbar li.c a {
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
    color: #fff;
}
.header .topm{
    padding: 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
}
.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 19px;
}
.header .tel strong {
	display: block;
	font-size: 26px;
	font-family: Impact;
	line-height: 1;
	color: #0266a4;
}
.header .tel strong span{
	letter-spacing: 1.5px;
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .text span {
	color: #0266a4;
}
.header .nav {
    width: 62%;
    float: right;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2.9%;
}
.header .nav li:last-child {
	display: inline-block;
	vertical-align: middle;
	background: unset;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 80px;
	color: #333;
    position: relative;
}
.header .nav > ul > li > a {
    position: relative;
}
.header .nav > ul > li > a:after {
	content: "";
    position: absolute;
    bottom: 0;
	left: 0;
    width: 0%;
    height: 2px;
    background: #0266a4;
    transition:all 0.4s;
}
.header .nav > ul > li > a:hover:after {
    width: 100%;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.header .nav > ul > li.active > a:after {
    width: 100%;
}
.header .nav li .arr {
	float: right;
	position: relative;
}
.header .nav li .arr:after {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 38px;
	right: -20px;
}
.header .nav li.dropdown {
	position: relative;
}
/*.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}*/
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 40px;
    background: #fff;
    color: #666;
}
.header .nav .dropdown-box a:hover {
    background: #f5f5f5;
    color: #0266a4;
}
/*.header .nav .dropdown-box a:hover {
	background-color: #0d4d9a !important;
}*/
.header .nav > ul > li.active > a,
.header .nav > ul > li > a:hover {
	color: #0266a4;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #0266a4;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.banner{
	padding-top: 100px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: auto;
}
.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #0266a4;
}
.eyou-showcase {
	margin: 0 auto 20px;
}
.eyou-showcase-info {
	margin-left: 430px;
}
.eyou-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.eyou-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.eyou-showcase-info .tel {
	margin-top: 15px;
}
.eyou-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #0266a4;
}
.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #0266a4;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.eyou-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.eyou-sou .hot {
	float: left;
	padding: 5px 0;
}
.eyou-sou .hot a {
	margin: 0 5px;
	color: #666;
}
.eyou-sou .hot a:hover {
	margin: 0 5px;
	color: #0266a4;
}
.eyou-sou .hot strong {
	color: #0266a4;
}
.eyou-sou .hform {
	float: right;
}
.eyou-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.eyou-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #0266a4;
	color: #fff;
}
.eyou-link {
	padding: 20px 0;
}
.eyou-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0266a4;
	padding-bottom: 15px;
}
.eyou-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.eyou-link ul {
	margin-left: -20px;
}
.eyou-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.section {
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: bold;
}
.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.section-title:after {
	display: block;
	content: '';
	background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 20px;
}
/*产品栏目*/
.in-prd-cate {
	float: left;
	width: 246px;
}

.panel-sd-hd {
	background-color: #0266a4;
	color: #fff;
	padding-bottom: 5px;
}
.panel-sd-hd h4 {
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0;
	font-size: 24px;
	padding: 20px 0;
}
.web-column h3 {
	margin: 0 0 2px;
	font-weight: normal;
	background: url(../images/p14-icon5.png) no-repeat right center #eee;
	padding: 0 40px;
}
.web-column h3 a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.web-column h3.active, .web-column h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center #0266a4;
}
.web-column h3.active a, .web-column h3:hover a {
	color: #fff;
}
.web-column li {
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.web-column li a {
	display: block;
	padding: 0 40px;
	background-color: #ECECEC;
}
.web-column .sub>a {
	position: relative;
}
.web-column .sub>a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.web-column .sub.open>a:after {
	border-color: #009a44;
}
.web-column .sub-box {
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	display: none;
}
.web-column .sub.open .sub-box {
	display: block;
}
.web-column .sub-box p {
	margin: 0;
	border-bottom: 1px solid #ECECEC;
}
.web-column .sub-box a {
	background-color: transparent;
	padding-left: 60px;
}

.index_pro_more{
	background-color: #fff;
	text-align: center;
	padding: 13px 0;
	border-radius: 5px;
	border: 3px solid #0266a4;
}
.index_pro_more a{
	color: #0266a4;
	font-size: 16px;
}

.p14-left-nav-1-tit {
    background: #0266a4;
    height: 80px;
}

.p14-left-nav-1-tit h3 {
    height: 75px;
    font-size: 24px; 
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    
}
.p14-left-nav-1-tit h3 span{font-size: 14px; text-transform: uppercase;}
 

.p14-left-nav-1-nav-one h3 {
    height: 50px;
    line-height: 50px; 
    background:url(../images/p14-icon5.png) no-repeat right center #0266a4; 
    margin-bottom: 2px;
    overflow: hidden;
}

.p14-left-nav-1-nav-one h3 a {
    display: block; 
    font-size: 18px;
    font-weight: normal;/*
    margin-right: 40px;
    margin-left: 38px; */
    color: #fff;
}

.p14-left-nav-1-nav-one h3.sidenavcur,.p14-left-nav-1-nav-one h3:hover{
    background: url(../images/p14-icon2.png) no-repeat right center #0266a4; 
    display: block;
}  
.p14-left-nav-1-nav-one h3.sidenavcur a,.p14-left-nav-1-nav-one h3:hover a{
    color: #fff
}

.p14-left-nav-1-nav dl{
    padding: 2px 0 4px;
    margin: 0;
}
.p14-left-nav-1-nav dt {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    padding-left: 35px;
    padding-right: 40px; 
    margin-bottom: 1px;
    background:#f2f2f2;
    position: relative;
    overflow: hidden;	
    
}
.p14-left-nav-1-nav dt:after{      
	content: "";
	width: 8px;
	height: 8px;              	
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute; 
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur:after,.p14-left-nav-1-nav dt:hover:after {
            	border-color:#0266a4;  
}
.p14-left-nav-1-nav dt.sidenavcur a,.p14-left-nav-1-nav dt:hover a{color: #0266a4; }

.p14-left-nav-1-nav dd{
    border: 1px solid #ececec;                             
    border-bottom:0;
    margin: 0; 
}
.p14-left-nav-1-nav p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 0 0 35px;
    margin: 0;
}
.p14-left-nav-1-nav p b{
	margin-right: 5px;
	color: #ccc;
}
  
                  
/*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/


.p14-left-nav-1-nav p.sidenavcur a,.p14-left-nav-1-nav p:hover a{color:#0266a4;} 
 
.p14-left-nav-1-nav p.sidenavcur:after ,.p14-left-nav-1-nav p:hover:after  {background: #0266a4; } 

.p14-left-nav-1-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.in-prd-cate dl {
	margin: 0 0 10px;
}
.in-prd-cate dt {
	margin-bottom: 10px;
}
.in-prd-cate dt a {
	display: block;
	line-height: 50px;
	background: url(../images/cpfl.jpg) no-repeat center;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.in-prd-cate dt a:hover {
	background-image: url(../images/cpflh.jpg);
}
.in-prd-cate dd {
	margin: 0;
	border: 1px solid #ddd;
	padding: 10px 20px 12px;
}
.in-prd-cate dd li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}*/
.ymj{
	width: 100%;
	margin-top: 30px;
}
.ymj tr td{
	text-align: center;
	padding: 5px;
}
.in-prd-con {
	float: none;
	width: 100%;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 25%;
}
.list-1 .wrap {
	margin: 20px 0 0 20px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
	/*background-color: #f5f5f5;
	padding: 10px;*/
}
.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 100%;
}
.list-1 .img-cover img {
	width: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 10px 0 13px;
	text-align: center;
}
.list-1 .text h4 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text h4 a {
    color: #666;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #0266a4;
	border: 1px solid transparent;
}
.list-1 .wrap:hover {
	/*background-color: #0266a4;*/
        box-shadow: 0 0 15px #ccc;
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*.list-1 .wrap:hover a {
	color: #fff;
}*/
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}



.tel-tl {
	background: url(../images/xban.jpg) no-repeat center #1867c6;
	color: #fff;
}
.tel-tl dl {
	margin: 0;
}
.tel-tl dt {
	float: left;
}
.tel-tl dt a {
	display: block;
	width: 145px;
	line-height: 50px;
	background-color: #f7c433;
	color: #0266a4;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.tel-tl dd {
	float: left;
	margin-left: 20px;
	line-height: 1;
}
.tel-tl dd strong {
	display: block;
	font-size: 30px;
	font-family: Impact;
	margin-top: 5px;
}
/*优势*/
.bg2 {
	background: url(../images/rzbg.jpg) no-repeat center / cover;
	color: #fff;
}
.bg2 .section-title:after {
	background-image: url(../images/cptit.png);
}
.in-rz {
	margin-left: -82px;
}
.in-rz li {
	float: left;
	width: 131px;
	margin-left: 82px;
}
.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}
.in-rz-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px;
}
.in-rz-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact;
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #0266a4;
	margin: 20px auto 0;
}
/*chejian */
.bg1 {
	background: url(../images/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}
.bg1 .section-title {
	color: #fff;
}
.bg1 .section-title:after {
	display: none;
}
.xigtnjd {
    width: 26px;
    height: 25px;
    margin: 0 auto;
    animation: myfirst 2s infinite;
}
 @keyframes myfirst {
0% {
 transform: translate(0px, 0px);
}
 50% {
 transform: translate(0px, -10px);
}
 100% {
 transform: translate(0px, 0px);
}
}

.content{
	width: 1200px;
	height: 230px;
	overflow: hidden;
	margin:10px auto;
}
.content ul{
	width: 2100px;
	margin-left: 0;
}
.content ul li{
	width: 305px;
	margin: 10px 0;
}
.content ul li img{
	height: 220px;
}
.in-jjfa {
}
.in-jjfa li {
	float: left;
	width: 25%;
}
.in-jjfa li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border-bottom: 3px solid #dddddd;
}
.in-jjfa li .img-cover {
	position: relative;
}
.in-jjfa li .img-cover span {
	padding-top: 100%;
}
.in-jjfa li .img-cover img {
	width: 100%;
}
.in-jjfa li .img-cover p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}
.in-jjfa li .text {
	height: 200px;
	padding: 30px 20px;
	position: relative;
}
.in-jjfa li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	padding-left: 24px;
	background: url(../images/faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}
.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}
.in-jjfa li a:hover .img-cover p {
	background-color: #0266a4;
}
.in-jjfa li a:hover .text .more {
	background-color: #0266a4;
}
/*about*/
.bg3 {
	background-color: #f5f5f5;
}
.bg3 .section-title:after {
	background-image: url(../images/zjtit.jpg);
}
.in-about {
/*	background-color: #fff;*/
	margin: 0;
}
.in-about dt {
	float: left;
	width: 50%;
    overflow: hidden;
}
.in-about dt img {
  transition-duration: 2s;
}
.in-about dt img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.in-about dd {
	margin-left: 50%;
	padding: 10px 40px;
}
.in-about dd h4 {
	margin: 0 0 30px;
	font-size: 24px;
    letter-spacing: 1px;
}
.in-about dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #999;
	letter-spacing: -1px;
}
.in-about dd h4:after {
	display: block;
	content: '';
	width: 80px;
	height: 3px;
	background-color: #0266a4;
	margin-top: 15px;
}
.in-about dd p {
	margin: 0;
    font-size: 15px;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}
.in-about dd .more {
	display: block;
	margin-top: 40px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #0266a4;
    border-radius: 5px;
    border: 2px solid #0266a4;
    transition:all 0.4s;
}
.in-about dd .more:hover {
	color: #0266a4;
	background-color: #f5f5f5;
    border: 2px solid #0266a4;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/*news*/
.index_news{
	background: #f5f5f5;
}
.index_news .section-title:after {
	background-image: url(../images/zjtit.jpg);
}
.web-news .hd {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.web-news .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.web-news .hd li a {
	display: block;
	line-height: 40px;
	width: 160px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.web-news .hd li.on a {
	background-color: #0266a4;
	border-color: #0266a4;
	color: #fff;
}
.web-news .bd ul {
	margin-left: -40px;
}
.web-news .bd li {
	float: left;
	width: 50%;
}
.web-news .bd li a {
	display: block;
	margin-left: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.web-news .bd li .img-center {
	overflow: hidden;
	height: 290px;
	line-height: 290px;
}
.web-news .bd li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    width: 100%;
}
.web-news .bd li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.web-news .bd li .date {
	float: left;
	width: 110px;
	color: #666;
	padding: 26px 0;
	text-align: center;
	border-right: 1px solid #eee;
	line-height: 1;
}
.web-news .bd li .date strong {
	display: block;
	font-size: 50px;
	color: #333;
	font-family: Impact;
	margin-bottom: 6px;
}
.web-news .bd li .info {
	margin-left: 110px;
	padding: 20px;
}
.web-news .bd li .info h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.web-news .bd li .info p {
	color: #888;
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 1.8;
	height: 50px;
}
.web-news .bd li a:hover {
	border-color: #0266a4;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/*link*/
.eyou-link {
	padding: 20px 0;
}
.eyou-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0266a4;
	padding-bottom: 15px;
}
.eyou-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.eyou-link ul {
	margin-left: -20px;
}
.eyou-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}
#marquee {
	height: 350px;
	overflow: hidden;
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}
#marquee li a {
	display: block;
	padding: 20px 0;
}
#marquee li h4 {
	margin: 0;
	background: url(../images/icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}
#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}
/*底部*/
.footer {
	background-color: #252525;
	color: #fff;
	padding-top: 65px;
}
.footer a {
	color: #fff;
}
.footer .kh{
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	line-height: 30px;
}
.footer .kh a{
	color: #999;
	font-size: 15px;
	margin: 0 6px;
}
.footer .kh a:hover{
	color: #fff;
}
.footer-link {
	margin-top: 55px;
	font-size: 0;
	padding: 20px 0;
	border-top: 1px solid #555;
	text-align: center;
}
.footer-link a, .footer-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    color: #999;
}
.footer-link span {
	color: #999;
}
.footer-logo {
    width: 25%;
	float: left;
    text-align: left;
}
.footer-logo p{
    font-size: 15px;
    color: #999;
    line-height: 30px;
    text-align: left;
    margin-top: 35px;
}
.footer-nav{
    float: left;
	line-height: 1.8;
    color: #aaa;
}
.footer-nav p:first-child{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 0;
    color: #fff;
}
.footer-nav p {
	margin: 8px 0;
    font-size: 15px;
}
.footer-nav p a{
    color: #aaa;
}
.footer-nav p a:hover{
	color: #fff;
}
.footer-info {
	float: right;
	line-height: 1.8;
    color: #aaa;
    border-left: 1px solid #555;
    padding-left: 5%;
    width: 23%;
}
.footer-info p:first-child{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    padding-left: 0;
}
.footer-info p {
	margin: 10px 0;
    font-size: 15px;
    padding-left: 26px;
}
.footer-info p.dz {
    background: url(../images/f-dz.png) no-repeat left center;
}
.footer-info p.dh {
    background: url(../images/f-dh.png) no-repeat left center;
}
.footer-info p.sj {
    background: url(../images/f-cz.png) no-repeat left center;
}
.footer-info p.yx {
    background: url(../images/f-yx.png) no-repeat left center;
}
.footer-ewm {
	float: left;
	width: 10%;
    line-height: 1.8;
    margin: 0 10%;
}
.footer-ewm p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 0;
    color: #fff;
}
.banner-sub {
	height: 350px;
	background: no-repeat center / cover;
}
.aimg{
    display: flex;
    justify-content: space-between;
}
.aimg div{
    width: 50%;
    padding: 1%;
}
.aimg div img{
    width: 100%;
}
.ct2 {
	padding: 50px 0;
}
.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-sd-right {
	float: right;
}
.ct2-mn {
	float: right;
	width: 940px;
}
.ct2-mn-left {
	float: left;
}
.panel-sd {
	margin-bottom: 20px;
}
.panel-sd .tit {
	background-color: #0266a4;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.panel-sd .bd {
	border: 1px solid #ddd;
	padding: 20px;
}
.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center;
}
.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px;
}
.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666;
}
.lanmu .tit {
	line-height: 60px;
	background-color: #0266a4;
}
.lanmu li {
	margin-bottom: 20px;
}
.lanmu li:last-child {
	margin-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #0266a4;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
.lanmu li.active>a{
    color: #fff;
    background-color: #022d64;
}
.lanmu-box {
	margin-top: 10px;
}
.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #0266a4;
	color: #fff;
}
.list-4 li {
	margin-bottom: 10px;
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ddd;
}
.list-4 li .new_img{
	width: 23%;
	float: left;
}
.list-4 li .new_img img{
	width: 100%;
}
.list-4 li .new_main{
	width: 73%;
	float: left;
	margin-left: 2.5%;
}
.list-4 li .text {
	margin-top: 13px;
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	float: left;
}
.list-4 li .text span{
	float: right;
	font-size: 12px;
	color: #ccc;
	line-height: 25px;
}
.list-4 li .text p {
	width: 100%;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #797979;
	text-align: justify;
	padding-top: 8px;
	margin-bottom: 16px;
}
.list-4 li .more {
	float: right;
	line-height: 33px;
    width: 90px;
    text-align: center;
    background-color: #b6b6b6;
    color: #fff;
}
.list-4 li:hover a {
	border-color: #0266a4;
}
.list-4 li:hover .more {
    background-color: #0266a4;
}
.list-3 {
	margin-top: -15px;
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .img-center {
	overflow: hidden;
}
.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #0266a4;
}
.content-title {
	margin-bottom: 35px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	font-size: 12px;
	color: #999;/*
	margin: 15px 0 0;
	border-top: 1px dashed #ddd;
	padding-top: 15px;*/
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
}
.content-body p{
    color: #666;
}
.content-exp {
	padding: 10px 15px;
	font-size: 15px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cp-content-tit {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}
.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}


.ny-tit {
	position: relative;
	font-size: 30px;
	padding-bottom: 20px;
	color: #333333;
	text-align: center;
}
.ny-tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background: #0266a4;
}
.w1200 {
	width: 100%;
	max-width: 900px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}
.history-box {
	margin-top: 45px;
    padding: 50px 0 125px;
	border-top: 1px solid #EEEEEE;
	background: url(../images/his_bg.jpg) center bottom no-repeat;
}
.history-box  .lc{
	background: url(../images/history_bg_line.png) repeat-x bottom;
}
.history-box .slick-for .box {
	padding: 150px 90px 90px;
}
.history-box .slick-for .box .date {
	float: left;
	font-size: 100px;
	line-height: 100px;
	color: #87888b;
	font-weight: 300;
}
.history-box .slick-for .box .text {
	margin-left: 330px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 34px;
	color: #555555;
}
.history-box .slick-nav {
	margin-top: 40px;
	text-align: center;
}
.history-box .slick-nav .slick-slide {
	cursor: pointer;
}
.history-box .slick-nav .slick-slide span {
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.history-box .slick-nav .slick-slide span:before, .history-box .slick-nav .slick-slide span:after {
	display: none;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
}
.history-box .slick-nav .slick-slide span:before {
	top: 0;
	border-style: solid dashed dashed dashed;
	border-color: #0266a4 transparent transparent transparent;
	border-width: 7px;
}
.history-box .slick-nav .slick-slide span:after {
	bottom: 0;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #0266a4 transparent;
	border-width: 7px;
}
.history-box .slick-nav .slick-current {
	color: #0266a4;
}
.history-box .slick-nav .slick-current span:before, .history-box .slick-nav .slick-current span:after {
	display: block;
}
.cp-about {
	margin: 0 0 20px;
}
.cp-about dt {
	float: left;
	width: 700px;
}
.cp-about dd {
	margin-left: 750px;
    padding-top: 30px;
    font-size: 16px;
}
.cp-about dd h4 {
	color: #0266a4;
	margin: 0;
	font-size: 18px;
}
.cp-about dd p {
	margin: 15px 0 0;
}
.eyou-message {
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}
.form-label span {
	color: #c5262b;
}
.form-content {
	margin-left: 110px;
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-content.yzm .form-control {
	width: 100px;
}
.form-content.yzm .img {
	height: 42px;
	width: auto;
}
select.form-control {
	height: 1.7rem;
}
.form-submit {
	padding: 10px 20px;
	color: #fff;
	background-color: #0266a4;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.form-button {
	padding: 10px 20px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.hlbd .form-group {
	float: left;
	width: 33.333333%;
}
.list-6 {
	margin: -20px 0 0 -20px;
}
.list-6 li {
	float: left;
	width: 25%;
}
.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-6 li .img-cover span {
	padding-top: 74%;
}
.list-6 li .img-cover img {
	width: 100%;
}
.list-6 li .text {
	margin-top: 10px;
	text-align: center;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-6 li a:hover .img-cover {
	border-color: #0266a4;
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.eyou-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}
.eyou-menu-inner a {
	float: left;
	width: 16.666666666%;
}
.eyou-menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}
.eyou-menu-inner a:hover span, .eyou-menu-inner a.active span {
	background: #0266a4;
	color: #fff;
}
.box-main {
    width: 100%;
/*	padding: 40px;
	background-color: #f9f9f9;*/
}

.box-main img{
	max-width: 100%;
}

.box-main .nabout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-main .nabout div{
    width: 50%;
}
.box-main .nabout .nabout-l{
    padding-right: 2%;
}
.box-main .nabout .nabout-r{
    overflow: hidden;
}
.box-main .nabout .nabout-r img{
    width: 100%;
  transition-duration: 2s;
}
.box-main .nabout .nabout-r img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


.box-main .wh{
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.box-main .whh2{
	text-align: center;
	font-size: 25px;
}
.box-main .xian1{
    width: 25px;
    height: 2px;
    background: #0266a4;
    padding: 0;
    margin: 13px auto 15px;
}
.box-main .wh div{
    width: 20%;
    padding: 2%;
    background: #f5f5f5;
    text-align: center;
    margin: 0 1%;
    transition:all 0.4s;
}
.box-main .wh div h2,.box-main .wh1 h2{
    font-size: 25px;
    margin: 15px 0 0;
    transition:all 0.4s;
}
.box-main .wh div p{
    font-size: 17px;
    margin: 8px 0;
    color: #777;
    letter-spacing: 2px;
}
.box-main .wh div .xian,.box-main .wh1 .xian{
    width: 25px;
    height: 2px;
    background: #0266a4;
    padding: 0;
    margin: 13px auto 15px;
}
.box-main .wh1{
    width: 76%;
    padding: 2%;
    text-align: center;
    margin: 2% auto;
    background: #f5f5f5;
    transition:all 0.4s;
}
.box-main .wh1 p{
    font-size: 17px;
    margin: 8px 0;
    color: #777;
    letter-spacing: 2px;
}
.box-main .wh div:hover,.box-main .wh1:hover{
    background: #f8f8f8;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.box-main .wh div:hover h2,.box-main .wh1:hover h2{
    color: #0266a4;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.ncon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.ncon div{
    background: #f5f5f5;
    transition:all 0.4s;
}
.ncon .lx{
	width: 40%;
	padding: 5%;
	border-right: 5px solid #fff;
}
.ncon .lx h2{
	font-size: 24px;
}
.ncon .lx h3{
	color: #666;
	font-size: 15px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.ncon .dt{
	width: 60%;
	padding: 0;
}
/*.ncon div:nth-child(2){
    margin: 0 2%;
}
.ncon div:nth-child(3){
    margin-right: 2%;
}*/
.ncon div h2{
    font-size: 20px;
    margin: 10px 0;
    transition:all 0.4s;
}
.ncon div p{
    font-size: 16px;
    color: #666;
    margin-bottom: 2px;
}
/*.ncon div:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}*/
.ncon div:hover h2{
    color: #0266a4;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}


.box-main table td{
	padding: 10px 15px;
	line-height: 30px;
}
.about-desc {
	margin-bottom: 40px;
	line-height: 1.8;
	text-align: justify;
}
.about-list {
	margin-left: -15px;
	margin-bottom: 40px;
}
.about-list li {
	float: left;
	width: 20%;
}
.about-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 15px;
}
.about-list li .text {
	margin-top: 15px;
}
.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #0266a4;
}
.about-list li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden;
}
.about-list li a:hover {
	border-color: #0266a4;
}
.about-ser {
	margin: 0;
	border: 1px solid #ddd;
}
.about-ser dt {
	float: left;
	width: 220px;
}
.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px;
}
.about-ser dd h4 {
	color: #0266a4;
	margin: 0 0 10px;
	font-size: 16px;
}
.about-ser dd p {
	margin: 5px 0 0;
}
.about-ser dd strong {
	color: red;
}
.contact-desc {
	margin-bottom: 40px;
}
.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 40px;
	background-color: #0266a4;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}
.contact-desc p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8;
}
.contact-about {
    margin-bottom: 40px;
}

.map {
	height: 300px;
}
.liuyan {
	background: url(../images/on_bj.jpg) no-repeat center top;
	padding: 50px 0 50px 430px;
}
.pror{
	width: 78%;
	float: right;

}
.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 33.333%;
}
.list-2-1 li {
	width: 20% !important;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	/*border: 1px solid #ccc;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px;
    background: #f5f5f5;
}
.list-2 li .img-center {
	overflow: hidden;
	height: auto;
    background: #fff;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li .protit {
    text-align: center;
    padding: 17px 10px 10px;
    font-size: 16px;
    color: #666;
    transition:all 0.4s;
}
.list-2 li:hover .protit {
    color: #0266a4;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.eyou-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0266a4;
	z-index: 10;
	display: none;
}
.eyou-footer-fix li {
	float: left;
	width: 25%;
}
.eyou-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.eyou-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.eyou-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.eyou-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.eyou-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.eyou-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
 @media screen and (max-width: 768px) {
body {
	min-width: 320px;
	padding-top: 75px;
	padding-bottom: 50px;
}
     .header .topm{
         padding: 0 15px;
     }
.container {
	width: auto;
}
.kf {
	display: none;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 50px;
	line-height: 30px;
	float: none;
	padding: 0;
}
.header .nav {
    width: 100%;
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
	background: none;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
}
.header .nav li .arr {
	width: 40px;
	height: 40px;
	display: block;
	position: unset;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #0266a4;
}
     
.header .nav > ul > li > a:hover:after {
    width: 0%;
}
.header .nav > ul > li.active > a:after {
    width: 0%;
}
.header .nav li.open .arr:after {
	border-color: #0266a4;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: 3%;
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner{
	padding-top: 0;
}
.banner .swiper-slide {
	height: auto;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
}
.pc-slide {
	float: none;
	width: auto;
}
   
.box-main .nabout{
    display: block;
}
.box-main .nabout div{
    width: 100%;
}
.box-main .nabout .nabout-l{
    padding-right: 0;
}  
.box-main .wh{
    width: 96%;
    display: block;
}
.box-main .wh div{
    width: 100%;
    padding: 2% 2% 4%;
    margin: 15px 0;
}
.box-main .wh div:nth-child(2){
    margin: 0;
}
.box-main .wh div h2,.box-main .wh1 h2{
    font-size: 20px;
    margin: 15px 0 0;
    transition:all 0.4s;
}
.box-main .wh div p{
    font-size: 16px;
    margin: 5px 0;
}
.box-main .wh div .xian{
    margin: 10px auto;
}
     
.ncon{
    flex-wrap: wrap;
} 
.ncon div{
    width: 100%;
    padding: 5% 2%;
}
.ncon .lx{
	width: 100%;
}
.ncon .dt{
	width: 100%;
}
.ncon div:first-child{
    margin: 0 0 2%;
}
.ncon div:nth-child(2){
    margin: 0 0 2%;
}
.ncon div:nth-child(3){
    margin: 0;
}
.ncon div img{
    width: 50px;
}
.ncon div h2{
    font-size: 18px;
}
.ncon div p{
    font-size: 16px;
}
.eyou-showcase-info {
	margin: 20px 0 0;
}
.eyou-showcase-info h1 {
	padding-bottom: 10px;
}
.eyou-showcase-info p {
	margin-top: 10px;
}
.eyou-sou {
	padding: 0;
}
.eyou-sou .container {
	padding: 0;
}
.eyou-sou .hot {
	display: none;
}
.eyou-sou .hform {
	float: none;
	position: relative;
}
.eyou-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.eyou-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
}

.pror{
	width: 100%;
}
.section {
	padding: 30px 0;
}
.section-title {
	font-size: 22px;
	margin-bottom: 20px;
}
.section-title small {
	font-size: 12px;
}
.section-title:after {
	height: 12px;
	margin-top: 5px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;
}
.list-1 {
	margin: -10px 0 0 -10px;
}
.list-1 li {
	width: 50%;
}
.list-1 .wrap {
	margin: 10px 0 0 10px;
}
.list-1 .text {
	padding: 10px 0 0;
}
.list-1 .text p {
	display: none;
}
.allcontent{
	display: none;
}
.in-jjfa {
	margin: -10px 0 0 -10px;
}
.in-jjfa li {
	width: 50%;
}
.in-jjfa li a {
	margin: 10px 0 0 10px;
}
.in-jjfa li .img-cover p {
	font-size: 14px;
	padding: 8px 0;
}
.in-jjfa li .text {
	padding: 10px;
	height: 140px;
}
.in-jjfa li .text p {
	font-size: 12px;
	line-height: 1.45;
	padding-left: 20px;
	background-position: 0 3px;
}
.in-jjfa li .text .more {
	display: none;
}
.hy-con {
	display: none;
}
.hy-menu {
	float: none;
	width: auto;
	margin: -20px 0 0 -10px;
	overflow: hidden;
}
.hy-menu li a {
	margin: 20px 0 0 10px;
}
.hy-menu li a:after {
	display: none;
}
.hy-menu li h4 {
	font-size: 14px;
	width: auto;
	background-color: #0266a4;
}
.hy-menu li h4 small {
	display: none;
}
.hy-menu li p {
	font-size: 12px;
	line-height: 1.45;
	height: 52px;
}
.ny-tit {
    font-size: 20px;
}
/*首页新闻*/


.web-news .hd {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.web-news .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.web-news .hd li a {
	display: block;
    line-height: 35px;
    width: auto;
    padding: 0 25px;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.web-news .hd li.on a {
	background-color: #0266a4;
	border-color: #0266a4;
	color: #fff;
}
.web-news .bd ul {
	margin-left: -40px;
}
.web-news .bd li {
	width: 100%;
}
.web-news .bd li:first-child{
	display: none;
}
.web-news .bd li a {
	display: block;
	margin-left: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.web-news .bd li .img-center {
	overflow: hidden;
	height: 290px;
	line-height: 290px;
}
.web-news .bd li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.web-news .bd li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.web-news .bd li .date {
	float: left;
	width: 25%;
	color: #666;
	padding: 5px 0;
	text-align: center;
	border-right: none;
	line-height: initial;
}
.web-news .bd li .date strong {
	display: block;
	font-size: 36px;
	color: #333;
	font-family: Impact;
	margin-bottom: 6px;
}
.web-news .bd li .info {
	margin-left: 25%;
	padding: 8px;
	padding-left: 2%;
	border-left: 1px solid #eee;

}
.web-news .bd li .info h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}
.web-news .bd li .info p {
	color: #888;
	margin: 6px 0 0;
	overflow: hidden;
	line-height: 1.8;
	height: 50px;
	font-size: 13px;
}



.tel-tl {
	text-align: center;
	background-image: none;
}
.tel-tl dt {
	float: none;
}
.tel-tl dt a {
	margin: 0 auto;
}
.tel-tl dd {
	margin: 20px 0 0;
	float: none;
}
.in-rz {
	margin: -20px 0 0;
}
.in-rz li {
	width: 50%;
	margin: 20px 0 0;
}
.in-rz li .wrap {
	width: 131px;
	margin: 0 auto;
}
.in-rz-tel {
	margin-top: 30px;
}
.in-rz-tel p {
	background: none;
	width: auto;
	padding: 0;
	height: auto;
}
.in-rz-tel strong {
	display: block;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 0;
	padding: 20px;
}
.in-about dd h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.in-about dd h4:after {
	width: 65px;
	margin-top: 10px;
}
.in-about dd .more {
	margin-top: 20px;
}
.in-news {
	margin-top: -40px;
}
.in-news .item {
	float: none;
	width: auto;
	margin-top: 40px;
}
.in-news .tit {
	margin-bottom: 20px;
}
.in-news .tit:after {
	margin-top: 10px;
}
.footer {
	padding: 30px 0;
}
.footer-logo {
    width: 100%;
         display: none;
}
     .footer-nav{
         display: none;
     }
.footer-ewm {
	width: 100%;
    margin: 0;
    text-align: left !important;
    margin-bottom: 20px;
}
.footer-ewm img{
    width: 130px;
}
.footer-info {
    width: 100%;
	float: none;
	margin-right: 0;
	font-size: 12px;
    border-left: 0;
    padding-left: 0;
}
.footer-link {
	display: none;
}
.banner-sub {
	height: 200px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.ct2 {
	padding: 30px 0;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	display: none;
}
.list-4 li a {
	padding: 0;
    border: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.list-4 li .new_img{
	width: 29%;
	float: left;
}
.list-4 li .new_img img{
	width: 100%;
}
.list-4 li .new_main{
	width: 69%;
	float: left;
	margin-left: 2%;
}
.list-4 li .more {
	display: none;
}
.list-4 li .date {
	font-size: 12px;
	width: 60px;
	padding: 10px 0;
}
.list-4 li .date strong {
	font-size: 18px;
}
.list-4 li .text {
	margin-top: 6px;
}
.list-4 li .text h4 {
	font-size: 14px;
	width: 66%;
}
.list-4 li .text p {
	font-size: 12px;
	height: 35px;
	line-height: 16px;
	margin: 0;
	padding-top: 0;
}
.content-title {
	margin-bottom: 15px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.cp-about dt {
	float: none;
	width: auto;
}
.cp-about dd {
	margin: 0;
	padding-top: 20px;
}
.cp-about dd p {
	margin-top: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.form-label {
	line-height: 34px;
	width: 85px;
}
.form-content {
	margin-left: 85px;
}
.form-control {
	padding: 6px 10px;
}
.hlbd .form-group {
	width: 100%;
}
.form-content.yzm .form-control {
	width: 80px;
}
.form-content.yzm .img {
	height: 34px;
	width: 90px;
}
.list-6 {
	margin: -10px 0 0 -10px;
}
.list-6 li {
	width: 50%;
}
.list-6 li a {
	margin: 10px 0 0 10px;
}
.eyou-menu-inner {
	display: none;
}
/*.box-main {
	padding: 15px;
}*/
.about-desc {
	margin-bottom: 15px;
}
.about-list {
	margin: -10px 0 15px -10px;
}
.about-list li {
	width: 50%;
}
.about-list li a {
	padding: 5px;
	margin: 10px 0 0 10px;
}
.about-ser dt {
	float: none;
	width: auto;
}
.about-ser dt img {
	width: 100%;
}
.about-ser dd {
	margin: 0;
	padding: 15px;
}
.contact-desc {
	margin-bottom: 15px;
}
.contact-desc h4 {
	font-size: 14px;
	padding: 0 15px;
}
.contact-desc p {
	margin-top: 10px;
}
.contact-about {
	margin-bottom: 15px;
}
.contact-about dd {
	padding: 15px;
}
.liuyan {
	padding: 0;
	background: none;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	width: 50% !important;
}
.list-2 li a {
	margin: 10px 0 0 10px;
}
.list-2 li .img-center {
	height: 258px;
}
.eyou-footer-fix {
	display: block;
}

.ymj{
	width: 100%;
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
}
.cj{
	display: none;
}
 @media screen and (max-width: 768px) {
 	.cj{
 		display: block;
 	}
 	}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination a {
	line-height: 38px;
	padding: 7px 10px;
    margin: 0 2px;
	font-size: 14px;
	border: 1px solid #dddddd;
    border-radius: 5px;
	color: #888;
	text-decoration: none;
}
.pagination a:hover {
	background: #f5f5f5;
	color: #0266a4;
}
.pagination span{
	background: #0266a4;
	color: #fff;
	line-height: 32px;
	padding: 5px 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
}
.pagination a.page-num-current {
    border: 1px solid #0266a4;
	background: #0266a4;
	color: #fff;
}
.pagination li.active a, .pagination li.active a:hover {
	background: transparent;
	border-color: #0266a4;
	color: #fff;
	cursor: default;
}

 @media (max-width:999px) {
 	.w1200 {
    padding: 0;
}
.history-box {
	margin-top: 40px;
	padding: 40px 0;
}
.history-box .slick-for .box {
	padding: 40px 20px;
}
.history-box .slick-for .box .date {
	float: none;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
}
.history-box .slick-for .box .text {
	margin-left: 0;
	padding-top: 20px;
}
.history-box .slick-nav {
	padding: 0 50px;
}
}


 @media (max-width:430px) {
.list-2 li .img-center {
	height: 128px;
     }}