/*易优cms（eyoucms.com）做最好的易优整站模板下载网站*/
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 {
	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 {
	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] {
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: #dd0000;
}
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;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #214d98;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .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;
	height: auto;
}
.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 #214d98;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #214d98;
	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: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-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;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 72%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.swiper-pagination-bullet-active {
	background-color: #e13f38;
}
.str_wrap {
	position: relative;
	overflow: hidden;
}
.str_move {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
	white-space: nowrap;
}
.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 15px 0;
}
.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
}
.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #dd0000;
}
.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 .nav {
	font-size: 0;
	background-color: #204c97;
	color: #fff;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/li_07.jpg) no-repeat right center;
	padding-right: 1px;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 70px;
	padding: 0 20px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	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 {
	color: #fff;
	background-color: #dd0000;
}
.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;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #dd0000 !important;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #0d5ba4;
	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 .swiper-slide {
	background: no-repeat center / cover;
	height: 570px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}
.yunu-sou {
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
	float: left;
	padding: 7px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	border: 1px solid #eee;
	padding: 6px 12px;
	width: 210px;
	font-size: 14px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 34px;
	background: url(../images/sear.png) no-repeat center / contain #cc2231;
	color: #fff;
	font-size: 0;
}
.section {
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}
.section-title span {
	color: #1e4890;
}
.section-title small {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}
.title-1 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 24px;
	color: #0d5ba4;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 32px;
}
.title-1 .more {
	float: right;
	font-size: 14px;
}
.title-1 small {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-left: 10px;
}
.in-prd-cate {
	float: left;
	width: 290px;
	border: 3px solid #214d98;
	background-color: #fff;
}
.in-prd-cate .tit {
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	background-color: #214d98;
}
.in-prd-cate dl {
	padding: 10px;
	margin: 0;
}
.in-prd-cate dt a {
	display: block;
	line-height: 60px;
	background: url(../images/g3.jpg) no-repeat center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-cate dd {
	margin: 0;
}
.in-prd-cate dd a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	border-bottom: 1px dotted #e5e5e5;
	background: url(../images/aao_10.jpg) left center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-prd-con {
	float: right;
	width: 870px;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}
.list-1 li .img-center {
	background-color: #fff;
	height: 316px;
	line-height: 316px;
	border: 1px solid #ddd;
}
.list-1 li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.list-1-1 li .img-center {
	height: 220px;
	line-height: 220px;
}
.in-case-menu {
	float: left;
	width: 300px;
}
.in-case-menu li a {
	display: block;
	background: url(../images/ag2.jpg) no-repeat center / 100% 100%;
	line-height: 64px;
	padding-left: 64px;
	font-size: 16px;
	padding-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-case-menu li.active a {
	background-image: url(../images/ag1.jpg);
	color: #fff;
}
.in-case-con {
	margin-left: 325px;
}
.in-case-con dl {
	margin: 0;
	overflow: hidden;
}
.in-case-con dt {
	float: left;
	width: 436px;
}
.in-case-con dd {
	margin-left: 466px;
}
.in-case-con dd h4 {
	margin: 0;
	font-size: 18px;
}
.in-case-con dd p {
	margin: 20px 0 0;
	color: #777;
	line-height: 2;
	text-align: justify;
	height: 258px;
}
.in-case-con dd .more {
	display: block;
	width: 180px;
	line-height: 38px;
	background-color: #dd0000;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
.in-honours ul {
	font-size: 0;
}
.in-honours li {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.in-honours li a {
	display: block;
}
.in-honours li .img-center {
	height: 300px;
	line-height: 300px;
	background-color: #fff;
}
.in-honours li p {
	text-align: center;
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width: 526px;
}
.in-about dd {
	margin-left: 550px;
}
.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}
.bg1 {
	color: #fff;
	background: url(../images/asq_27.jpg) no-repeat center / cover;
}
.bg1 .section-title span {
	color: #fff;
}
.bg1 .section-title small {
	color: #fff;
}
.in-lc {
	margin: -20px 0 0 -20px;
}
.in-lc li {
	float: left;
	width: 33.333333%
}
.in-lc li a {
	display: block;
	margin: 20px 0 0 20px;
	position: relative;
	color: #fff;
}
.in-lc li .img-cover {
	padding-top: 76%;
}
.in-lc li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}
.in-news {
	margin-left: -45px;
}
.in-news .item {
	float: left;
	width: 33.333333%;
}
.in-news .wrap {
	margin-left: 45px;
}
.in-news .img-center {
	margin-bottom: 20px;
}
.in-news .title-1 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.list-2 li {
	border-bottom: 1px dotted #ccc;
}
.list-2 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/li2.jpg) left center no-repeat;
	padding-left: 15px;
}
.list-2 li span {
	float: right;
	font-size: 12px;
	color: #666;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0d5ba4;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.footer {
	padding: 50px 0;
	background-color: #253653;
	color: #bec3cc;
}
.footer a {
	color: #bec3cc;
}
.footer a:hover {
	color: #fff;
}
.footer-nav {
	margin-bottom: 30px;
	background-color: #334564;
	border-radius: 5px;
	font-size: 0;
	padding: 15px;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 20px;
}
.footer-ewm {
	float: right;
	width: 120px;
	text-align: center;
}
.footer-ewm p {
	margin: 10px 0 0;
	font-size: 12px;
}
.footer-info {
	margin-right: 160px;
	background: url(../images/ff_87.jpg) no-repeat 0 center;
	padding-left: 250px;
}
.footer-info p {
	margin: 5px 0 0;
}
.banner-sub {
	height: 400px;
	background: no-repeat center / cover;
}
.ct2-sd {
	float: left;
	width: 260px;
}
.ct2-mn {
	float: right;
	width: 910px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: url(../images/k1.jpg) no-repeat center / cover;
	padding: 20px 0;
}
.contact-sd {
	padding: 20px;
	line-height: 1.8;
	font-size: 13px;
}
.lanmu li {
	border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 44px;
	padding: 0 0 0 25px;
}
.lanmu li .arr {
	float: right;
	height: 45px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	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;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px dotted #ddd;
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 40px;
}
.lanmu-box p.on a {
	color: #dd0000;
}
.lanmu li>a:hover, .lanmu li.active>a {
	color: #dd0000;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.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;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #dd0000;
	color: #fff;
}
.sub-tit {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #0d5ba4;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.curmbs {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	background: url(../images/hom1.jpg) no-repeat 0 center;
	padding-left: 20px;
}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
}
.list-3 {
}
.list-3 li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.list-3 li a {
	display: block;
	overflow: hidden;
}
.list-3 li .img-center {
	float: left;
	width: 240px;
}
.list-3 li .text {
	margin-left: 260px;
}
.list-3 li .text h4 {
	font-size: 20px;
	margin: 0;
}
.list-3 li .text .date {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}
.list-3 li .text p {
	margin: 10px 0 0;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}
.list-3 li .text span {
	float: right;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 0 20px;
	margin-top: 10px;
}
.list-3 li a:hover .text span {
	background-color: #dd0000;
	color: #fff;
	border-color: #dd0000;
}
.list-4 li {
	border-bottom: 1px dotted #ccc;
}
.list-4 li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/libg.jpg) left center no-repeat;
	padding-left: 20px;
}
.list-4 li span {
	float: right;
	font-size: 12px;
	color: #666;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	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;
	width: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yunu-showcase {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	border-radius: 5px;
	background-color: #dd0000;
}
.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .img-center {
	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 .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}
.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 .active-nav .img-center {
	border-color: #dd0000;
}
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;
}
.map {
	height: 400px;
	margin-top: 20px;
}
 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;
}
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
.kf {
	display: none;
}
.footer-fix {
	display: block;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 50px;
	line-height: 50px;
	float: none;
	padding: 0;
	margin: -10px 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
}
.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 {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #dd0000
}
.header .nav li.open .arr:after {
	border-color: #dd0000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.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 .swiper-slide {
	height: 150px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.yunu-sou {
	padding: 0;
	border-bottom: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	border-color: transparent;
	width: 100%;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
}
.in-prd-cate {
	display: none;
}
.in-prd-con {
	float: none;
	width: auto;
}
.section {
	padding: 30px 0;
}
.section-title {
	margin-bottom: 20px;
	font-size: 18px;
}
.section-title small {
	font-size: 12px;
	margin-top: 5px;
}
.title-1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.title-1 small {
	font-size: 12px;
}
.list-1 {
	margin: -15px 0 0 -15px;
}
.list-1 li {
	width: 50%;
}
.list-1 li a {
	margin: 15px 0 0 15px;
}
.list-1 li .img-center {
	height: 188px;
	line-height: 188px;
}
.list-1 li p {
	margin-top: 10px;
}
.list-1 li a:hover .img-center {
	border-color: #dd0000;
}
.list-1-1 li .img-center {
	height: 108px;
	line-height: 108px;
}
.in-case-menu {
	display: none;
}
.in-case-con {
	margin: 0;
}
.in-case-con dt {
	float: none;
	width: auto;
}
.in-case-con dd {
	margin: 15px 0 0;
}
.in-case-con dd p {
	height: auto;
	margin: 10px 0 0;
	line-height: 1.8;
}
.in-case-con dd .more {
	margin-top: 15px;
}
.in-honours li {
	width: 140px;
}
.in-honours li .img-center {
	height: 150px;
	line-height: 150px;
}
.in-honours li p {
	margin-top: 10px;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 15px 0 0;
}
.in-about dd p {
	line-height: 1.8;
}
.in-lc li {
	width: 100%;
}
.in-news {
	margin-top: -20px;
}
.in-news .item {
	width: 100%;
}
.in-news .wrap {
	margin-top: 20px;
}
.in-news .img-center {
	display: none;
}
.in-news .title-1 {
	font-size: 18px;
}
.footer {
	padding: 30px 0;
}
.footer-nav {
	display: none;
}
.footer-ewm {
	display: none;
}
.footer-info {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.banner-sub {
	height: 130px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.sub-tit {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.curmbs {
	display: none;
}
.pages {
	margin-top: 20px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 li .img-center {
	float: none;
	width: auto;
}
.list-3 li .text {
	margin: 15px 0 0;
}
.list-3 li .text h4 {
	font-size: 16px;
}
.list-3 li .text p {
	font-size: 12px;
}
.list-4 li a {
	line-height: 40px;
	padding-left: 15px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title h1 {
	font-size: 18px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.pc-slide {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.map {
	height: 200px;
}
}
.pagination p {
	margin: 0;
	cursor: pointer
}
.pagination {
	height: 40px;
	text-align: center;
	padding: 20px 0px;
}
.pagination a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}
.pagination a:hover {
	color: #e62022;
	background: white;
	border: 1px #e62022 solid;
}
.pagination a.cur {
	border: none;
	background: #e62022;
	color: #fff;
}
.pagination p {
	display: inline-block;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}
.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}
.pagination p.pageRemark b {
	color: red;
}
.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
@media only screen and (max-width: 479px) {
.m-message label input.inp {
	width: 56%;
}
.m-message label textarea {
	width: 56%;
}
}






.width_auto{ width: 1550px; margin: 0 auto;}
.gg_bt{height:66px; background: url(../images/bt_bg.png) no-repeat 0px 30px; margin: 0 auto; padding-bottom: 20px;}
.gg_bt_b{width: 1180px; height:66px; background: url(../images/btb_bg.png) no-repeat 0px 30px; margin: 0 auto; padding-top: 42px;padding-bottom: 20px;}
.gg_bt h3,.gg_bt_b h3{font-size: 30px; text-align:center;/*! height:40px; */ line-height:30px;}
.gg_bt h6,.gg_bt_b h6{font-size: 14px; text-align:center; line-height:30px;text-transform: uppercase;color: #999999;}
.gg_bt_b h3.white a,.gg_bt_b h6.white a{color: #fff;}
.clear{clear: both;}






.partner-259{
    display: block;
    width: 100%;
}
.partner-259 .par-con{
    
    width: 1200px;
    margin: 0 auto;
}
.partner-259 .par-con .center-title {
    text-align: center;
    float: none;
}
.partner-259 .par-con .center-title i{
    font-style: normal;
    display: block;
    font-size: 36px;
    font-weight: bold;
    background: none;
    margin-left: 0;
    line-height: 2.6em;    
    color: #203144;
    height: 60px;
    vertical-align: top;
    padding: 0 16px;

}
.partner-259 .par-con .center-title span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}

.partner-259 .par-con .scroll{
    clear: both;
    margin-top: 30px;
}
.partner-259 .par-con .scroll .partner-list li{
    float:left;
    margin-right:20px;
    display:inline-block;
    width:224px;
    height:100px;
    border:1px solid #d9d9d9;
}
.partner-259 .par-con .scroll .partner-list img{
    width:224px;
    height:100px;
}





    
.pdct_255{ background:#f1f1f1; padding-top:100px; padding-bottom:89px;}
.pdct_255 .product-c{width: 1200px;margin: 0 auto;overflow:hidden; margin-bottom:20px}
.pdct_255 .product-c .product-l{ width:272px; float:left}
.pdct_255 .product-c .product-l h1{ color:#FFF; font-weight:normal; font-size:30px; text-align:center; padding-top:20px; padding-bottom:20px; border-top-left-radius:5px; border-top-right-radius:5px;background: #214d98;}
.pdct_255 .product-c .product-l  span{ font-size:34px; margin-left:30px}
.pdct_255 .product-c .product-l  span img{ height: 30px;}
.pdct_255 .product-c .product-l ul{ border:#dddddd solid 1px; background:#FFF}
.pdct_255 .product-c .product-l ul a{ font-size:16px; color:#666666; display:block}
.pdct_255 .product-c .product-l ul li{ padding-left:20px; border-bottom:#dddddd dotted 1px; line-height:50px}
.pdct_255 .product-c .product-l ul li strong{ width:6px; height:6px; border-radius:6px; display:block; border:#666666 solid 1px; float:left; margin-top:21px; margin-right:15px}
.pdct_255 .product-c .product-l ul li:last-child{ border-bottom:#dddddd dotted 0px;}
.pdct_255 .product-c .product-l ul li:hover strong{border:#fff solid 1px;}
.pdct_255 .product-c .product-l ul li:hover{background: #214d98;}
.pdct_255 .product-c .product-l ul li:hover a{color: #fff;}
.pdct_255 .product-c .product-l .tel{ height:215px; margin-top:15px;border-top-left-radius:5px; border-top-right-radius:5px;border-bottom-left-radius:5px; border-bottom-right-radius:5px; padding-top:30px;background: #214d98; }
.pdct_255 .product-c .product-l .tel span{ color:#fff; float:left;margin-right:-20px; font-size:50px; margin-left:10px}
.pdct_255 .product-c .product-l .tel img{ height: 40px;}
.pdct_255 .product-c .product-l .tel p{ color:#fff}
.pdct_255 .product-c .product-l .tel strong{ color:#fff; font-size:24px;}
.pdct_255 .product-c .product-l .tel dt{ margin-bottom:20px;margin-left: 34px;}
.pdct_255 .product-c .product-l .tel dd{ background:#dd0000; width:200px; margin:0 auto; border-radius:5px; height:40px; line-height:40px; margin-top:15px; text-align:center; color:#000}
.pdct_255 .product-c .product-l .tel dd span{ margin-left:40px; margin-right:-40px;}
.pdct_255 .product-c .product-l .tel dd span img{ width: 40px; height: 40px;}
.pdct_255 .product-c .product-l .tel dd a{ display:block; color:#fff;}
.pdct_255 .product-c .product-r{ width:918px; float:right}

.pdct_255 .product-c .product-r .p-s ul{ overflow:hidden; width:105%}
.pdct_255 .product-c .product-r .p-s li{ background:#FFF;border:#dedede solid 1px; float:left; width:294px; margin-bottom:28px; text-align:center; margin-right:15px; border-radius:5px}
.pdct_255 .product-c .product-r .p-s img{width:270px; height:200px; margin-top:10px}
.pdct_255 .product-c .product-r .p-s span{ text-align:center; display:block; padding-bottom:20px; margin-top:10px; line-height:30px; font-size:16px;padding: 0 20px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pdct_255 .product-c .product-r .p-s li:hover span {
    color: #214d98;
}



.gg_box{width: 100%; overflow: hidden; height: 295px; background:url(../images/gg_bg.jpg) no-repeat top center; margin-bottom: 10px;}
.gg{width: 1625px;height: 295px; margin: 0 auto;animation-name: ;}
.gg_l{width: 850px;height: 295px; float: left; padding-left: 40px; }
.gg_l h3{font-size:36px;font-weight: bold; color: #ffffff; }
.gg_l h4{padding-left: 32px; font-size:22px; color: #ffffff; padding-top: 30px; }
.gg_l h5{padding-left: 32px; font-size:12px; color: #ffffff; text-transform: uppercase;}

.gg_r{width: 250px;height: 150px; float: left; padding-left: 262px; padding-top: 38px;}
.gg_r h3{font-size:14px; color: #ffffff; padding-top: 7px; padding-left: 62px;}
.gg_r h4{padding-left: 12px; font-size:24px; color: #ffffff; font-weight: bold;line-height: 50px;}
.gg_r h5{ font-size:14px; color: #ffffff; width: 100px; height: 30px; background: #eb3d00 url(../images/icon_xdh.png) no-repeat 20px 4px; text-align: center; line-height: 30px; margin-left: 24px;border-radius: 5px;padding-left: 30px;}
.gg_r h5 a{ color: #ffffff; }




/*公司概况开始*/
.gsgk{width: 1550px; margin: 0 auto; overflow: hidden; background: url(../images/jianjie_bg.jpg) no-repeat;;}
.gsgk_l{width: 587px; height: 550px;float: left; position: relative; background: url(../images/gaikuang_bg.jpg) no-repeat;}
.gsgk_l_img{width: 483px; height: 470px; position: absolute; left: 100px; bottom: 0px;} 
.gsgk_l_img img{width: 483px; height: 470px;}

.gsgk_r{width:800px; margin-left: 110px;float: left; margin-top:20px;}
.gsgk_r h3{ font-size: 18px; font-weight: bold; line-height:90px;}
.gsgk_r h3 a{ color: #333333; font-size: 30px;}
.gsgk_r h3 a:hover{ color: #eb3d00; }
.gsgk_r hr{height: 0px; border-top:3px solid #666666; }
.gsgk_r>p{width:800px; height: 180px; overflow: hidden; line-height: 36px; color: #666666;} 

.gsgk_r .more{width: 200px; height: 50px;border:1px solid #666666; margin-top: 70px}
.gsgk_r .more p{ text-align: center; color: #66666; }
.gsgk_r .more p a{ color: #66666; }
.gsgk_r .more p a:hover{ color: #eb3d00;}

/*公司概况结束*/





/* 优势开始 */
.youshi{width:100%;height:1049px;overflow:hidden;background: url(../images/youshi_bg.jpg) no-repeat top center;margin: 50px auto 0 auto;padding-top:180px;}
.youshi .youshi_title{height:115px;width:100%;text-align:center;font-size: 45px;font-weight:bold;color:#fff;line-height: 1;}
.youshi .youshi_title a{color: #fff;}
.youshi .gg_title hr.white{border-top: 2px solid #fff; margin: 20px auto 10px auto;}

.youshi .youshi_middle{padding:30px 50px;width: 830px;height:97px;background: #eb3d00;margin:0 auto;overflow: hidden;}
.youshi .youshi_middle_box{width:100%;overflow:hidden;}
.youshi .youshi_middle ul{list-style: none;}
.youshi .youshi_middle ul li{width:830px;line-height:32px;line-height:30px;color:#fff;background:url(../images/jiantou.png) no-repeat left center;padding-left:30px;overflow:hidden;font-size:16px;font-weight:bold;}
.youshi .youshi_middle ul li a{color: #fff;}
.youshi .youshi_middle ul li a:hover{color:#5daf42;}

.youshi_list{width:1180px;margin:108px auto 0 auto;position:relative;}
.youshi_list ul{height:295px;}
.youshi_list li{float:left;width:166px;padding-top:40px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background:#fff;margin-left:160px;color:#333333;}
.youshi_list li.li1{margin-left: 34px;}
.youshi_list li.li4{position: absolute;right: 0;top:0px;}
.youshi_list li.on,.youshi_list li:hover{background:#eb3d00;color:#fff;}
.youshi_list li p{text-align: center;font-size:12px;}
.youshi_list li p b{font-size: 30px;font-family: "Impact";font-weight:100;position:relative;top:8px;margin:0 8px;}
.youshi_list li h3{text-align: center;font-size: 18px;font-weight:bold;line-height: 40px;}

.youshi_list_more{width:170px;height:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;background:#fff;line-height:60px;text-align:center;margin:0 auto 0 530px;}
.youshi_list_more a{font-size:16px;width:170px;height:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;display:block;color:#333333;}
.youshi_list_more a:hover{background:#eb3d00;color:#fff;}

.youshi_bottom_list{width:1180px;height: 94px;margin:85px auto 0 auto;text-align: center;}
.youshi_bottom_list h3{font-size:28px;color:#fff;font-weight:bold;letter-spacing:1px;}
.youshi_bottom_list p.upp{font-size:12px;color:#fff;text-transform: uppercase;margin-top:12px;}
.youshi_bottom_list_foot {height:50px;text-align: center;line-height:50px;margin:20px auto 0 auto;}
.youshi_bottom_list_foot span{margin:0 25px;}
.youshi_bottom_list_foot span.wen{color: #fff;font-size:18px;font-weight: bold;}
.youshi_bottom_list_foot span.phone{color: #fff;font-size: 24px;font-weight: bold;}
.youshi_bottom_list_foot span.more{width:140px;height:32px;line-height:32px;background:#eb3d00;color: #fff;font-size: 14px; display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;}
.youshi_bottom_list_foot span.more a{width:140px;height:32px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#fff;}
/* 优势结束 */




.n285 .w285 {
    width: 1200px;
    margin: 0 auto;
}
.n285 .more285 {
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #aba8a8;
    display: block;
    margin: 40px auto 0;
    background: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.n285 .more285 span {
    display: inline-block;
    width: 40px;
    height: 38px;
    line-height: 38px;
    background: url(../images/icon285.png) no-repeat 12px 14px #fe0101;
}
.n285 .more285:hover {
    background: #fe0101;
    color: #fff;
    text-indent: 10px;
}
.n285 .more285:hover span {
    color: #fff;
}
.n285 .title {
    text-align: center;
    width: 100%;
    background: url(../images/line285.png) no-repeat center bottom;
    padding-bottom: 30px;
}
.n285 .title h3 {
    font-size: 24px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    color: #000;
    text-align: center;
}
.n285 .title h4 {
    color: #999;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PingFangSC-Light', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
    font-weight: normal;
    line-height: 40px;
}
.n285 {
    width: 100%;
}
.n285 .en285 {
    padding: 60px 0;
}
.n285 .en285 .textlist .list {
    width: 108%;
}
.n285 .en285 .textlist {
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.n285 .textlist li {
    float: left;
    width: 590px;
    height: 160px;
    margin-right: 20px;
    transition: all 0.2s linear 0s;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.n285 .textlist li a {
    display: block;
    padding: 35px 20px;
}
.n285 .textlist li .img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.n285 .textlist li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.n285 .textlist li a:hover img {
    transform: scale(1.2, 1.2);
}
.n285 .textlist li .txt {
    width: 390px;
margin-top: -113px;
    margin-left: 150px;
}
.n285 .textlist li h3 {
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.n285 .textlist li a:hover h3 {
    color: #fe0101;
}
.n285 .textlist .desc {
    line-height: 24px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    padding-top: 10px;
}
.n285 .textlist span {
    display: block;
    color: #333;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}





.case_291{width: 100%;}
.case_291 .i_tle{width: 100%;text-align: center;padding-top: 56px;}
.case_291 .i_tle h2{font-size: 24px;color: #333333;font-weight: normal;}
.case_291 .i_tle h2 a{color: #333333;text-decoration: none;}
.case_291 .i_tle p{font-size: 28px;color: #1e1e1e;font-family: arial;text-transform: uppercase;word-spacing: 2px;font-weight: bold;}
.case_291 .i_tle i{display: block;width: 100%;height: 4px;margin: 13px auto 0;background: url(../images/title_xian_291.png) no-repeat center;}
.case_291 .menu{width: 100%;height: 66px;background: #313538;position: relative;margin-top: 52px;}
.case_291 .menu .con{text-align: center;}
.case_291 .menu .con ul{padding-left: 50px;height: 50px;display: inline-block;zoom: 1;}
.case_291 .menu .con li{width: 171px;float: left;height: 66px;border-left: 1px solid #232628;border-right: 1px solid #3b3f42;}
.case_291 .menu .con li p{line-height: 66px;height: 66px;text-align: center;position: relative;font-size: 16px;color: #fff;}
.case_291 .menu .con li p a{display: block;text-decoration: none;color: #fff;margin-top: -16px;}
.case_291 .menu .con li p i{display: none;width: 11px;height: 6px;position: absolute;left: 50%;margin-left: -5px;bottom: -6px;z-index: 9}
.case_291 .menu .con li img{display: block;}
.case_291 .menu .con li.cur i{display: block;}
.case_291 .menu .con li.cur p{background: #dd0000;font-weight: bold;}
.case_291 .menu .con li.cur{border-color: #dd0000;}
.case_291 .mainCon{width: 100%;}
.case_291 .mainCon li{float: left;width: 25%;}
.case_291 .mainCon li img{display: block;width: 100%;height: 450px;transform: scale(1);transition: all 1s ease-out;}
.case_291 .mainCon li .Pics{position: relative;overflow: hidden;}
.case_291 .mainCon li .intro{position: absolute;width: 100%;height: 100%;background: url(../images/casebg_291.png);left: 0;top: 0;overflow: hidden;display: none;padding: 5% 5% 0;}
.case_291 .mainCon li .intro .box{border: 1px solid #333333;width: 100%;height:100%;}
.case_291 .mainCon li .intro .box i{height: 140px;display: block;overflow: hidden;}
.case_291 .mainCon li .intro p{font-size: 13px;color: #fff;line-height: 20px;font-style: normal;padding: 5% 5% 0;height: 20px;margin-bottom: 0!important;}
.case_291 .mainCon li .intro span{display: block;font-size:14px;color: #e2e2e2;font-family: arial;text-align: center;margin-top: 5%;}
.case_291 .mainCon li .pictitle{padding-top: 18px;height: 55px;text-align: center;background: #f7f7f7;}
.case_291 .mainCon li .pictitle p{font-size: 14px;color: #333333;}
.case_291 .mainCon li .pictitle i{display: block;width: 25%;height: 2px;background: #e2e2e2;margin:10px auto 0;}
.case_291 .mainCon li a{display: block;text-decoration: none;}
.case_291 .mainCon li:hover .intro{display: block;}
.case_291 .mainCon li:hover .pictitle{background: #dd0000;}
.case_291 .mainCon li:hover .pictitle p{color: #fff;}
.case_291 .mainCon li:hover .pictitle i{background: #fff;}
.case_291 .mainCon li:hover img{transform: scale(1.2);}





.e269 .w269 {
    width: 1200px;
    margin: 0 auto;
}
.e269 {
    padding-bottom: 40px;
}
.e269 .cont {
    padding-bottom: 40px;
}
.e269 .newsimg {
    width: 432px;
    height: 477px;
    overflow: hidden;
    position: relative;
    padding: 3px;
    border: 1px solid #ddd;
}
.e269 .newsimg img {
    width: 100%;
    height: 324px;
}
.e269 .newsimg .txt {
    padding: 10px 20px;
}
.e269 .newsimg h3 {
    color: #434343;
    font-size: 22px;
    transition: all .5s;
}
.e269 .newsimg p {
    color: #999;
    line-height: 24px;
    text-align: justify;
    padding-top: 10px;
}
.e269 .newsimg:hover h3 {
    color: #0e4295;
}
.e269 .textlist {
    width: 730px;
    margin-left: 30px;
}
.e269 .textlist .item {
    border-bottom: 1px dashed #e5e5e5;
    height: 95px;
    padding: 15px 0;
}
.e269 .textlist .item:first-child {
    padding-top: 0;
}
.e269 .textlist .item a {
    display: block;
}
.e269 .textlist .item h3 {
    font-size: 18px;
    vertical-align: top;
    color: #333;
    transition: all .5s;
}
.e269 .textlist .item p {
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: justify;
}
.e269 .textlist .item .time {
    display: block;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 22px;
    margin-right: 20px;
    color: #999;
    background: #f2f2f2;
    text-align: center;
}
.e269 .textlist .item .time b {
    font-weight: normal;
    display: block;
    font-size: 30px;
    line-height: 45px;
}
.e269 .textlist .item:hover h3 {
    color: #0e4295;
}
.e269 .index_title {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
}
.e269 .index_title h3 {
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 12px;
    color: #0e4295;
    font-weight: bold;
}
.e269 .index_title p {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/line269.png) center center no-repeat;
    width: 320px;
    height: 22px;
    margin: 0 auto;
}
.e269 .more {
    text-align: center;
}
.e269 .more li {
    float: left;
}
.e269 .more ul {
    display: inline-block;
}
.e269 .more a {
    width: 141px;
    height: 35px;
    display: block;
    color: #0e4295;
    margin: 0 19px;
    border: 2px solid #0e4295;
    line-height: 35px;
    border-radius: 4px;
    font-size: 18px;
}
.more a:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}





.e269 .w269 {
    width: 1200px;
    margin: 0 auto;
}
.e269 {
    padding-bottom: 40px;
}
.e269 .cont {
    padding-bottom: 40px;
}
.e269 .newsimg {
    width: 432px;
    height: 477px;
    overflow: hidden;
    position: relative;
    padding: 3px;
    border: 1px solid #ddd;
}
.e269 .newsimg img {
    width: 100%;
    height: 324px;
}
.e269 .newsimg .txt {
    padding: 10px 20px;
}
.e269 .newsimg h3 {
    color: #434343;
    font-size: 22px;
    transition: all .5s;
}
.e269 .newsimg p {
    color: #999;
    line-height: 24px;
    text-align: justify;
    padding-top: 10px;
}
.e269 .newsimg:hover h3 {
    color: #0e4295;
}
.e269 .textlist {
    width: 730px;
    margin-left: 30px;
}
.e269 .textlist .item {
    border-bottom: 1px dashed #e5e5e5;
    height: 95px;
    padding: 15px 0;
}
.e269 .textlist .item:first-child {
    padding-top: 0;
}
.e269 .textlist .item a {
    display: block;
}
.e269 .textlist .item h3 {
    font-size: 18px;
    vertical-align: top;
    color: #333;
    transition: all .5s;
}
.e269 .textlist .item p {
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: justify;
}
.e269 .textlist .item .time {
    display: block;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 22px;
    margin-right: 20px;
    color: #999;
    background: #f2f2f2;
    text-align: center;
}
.e269 .textlist .item .time b {
    font-weight: normal;
    display: block;
    font-size: 30px;
    line-height: 45px;
}
.e269 .textlist .item:hover h3 {
    color: #0e4295;
}
.e269 .index_title {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
}
.e269 .index_title h3 {
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 12px;
    color: #0e4295;
    font-weight: bold;
}
.e269 .index_title p {
    background: url(../images/line269.png) center center no-repeat;
    width: 320px;
    height: 22px;
    margin: 0 auto;
}
.e269 .more {
    text-align: center;
}
.e269 .more li {
    float: left;
}
.e269 .more ul {
    display: inline-block;
}
.e269 .more a {
    width: 141px;
    height: 35px;
    display: block;
    color: #0e4295;
    margin: 0 19px;
    border: 2px solid #0e4295;
    line-height: 35px;
    border-radius: 4px;
    font-size: 18px;
}
.more a:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}





/* 宽度 */
.ey-news107 .n_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
/* 颜色 */
.ey-news107 .top .pic .bg,.ey-news107 .bot107 ul > li .box .line107,.ey-news107 .bot107 ul > li .box:hover  {
   background: #eb3d00;
}
.ey-news107 .top .font107 ul {
    overflow: hidden;
    padding: 14px 0;
    background: #0e4295;
    display: inline-block;
    border-radius: 30px
}
.ey-news107 .top .font107 ul > li .box {
    display: block;
    color: #fff;
}
.ey-news107 .top .font107 .con .p1 {
    font-size: 18px;
    color: #333;
    padding: 54px 0 24px 0;
}
.ey-news107 .top .font107 .con .p2 {
    line-height: 24px;
}
.ey-news107 .top .font107 .con .more107 {
    color: #eb3d00;
    padding-top: 20px;
    display: block;
}
.ey-news107 .bot107 ul > li .box {
    background: #f1f1f1;
    display: block;
    border-radius: 20px;
    padding: 36px 40px 30px 36px;
}
.ey-news107 .bot107 ul > li .box .time107 {
    font-size: 18px;
    padding-bottom: 15px;
}
.ey-news107 .bot107 ul > li .box .p1 {
    font-size: 16px;
    color: #333;
    padding: 18px 0;
}
.ey-news107 .bot107 ul > li .box .p2 {
    line-height: 24px;
}
.ey-news107 .bot107 ul > li .box:hover .time107 {
    color: rgba(255,255,255,.6);
}
.ey-news107 .bot107 ul > li .box:hover .line107 {
    background: #fff;
}
.ey-news107 .bot107 ul > li .box:hover .p1 {
    color: #fff;
}
.ey-news107 .bot107 ul > li .box:hover .p2 {
    color: rgba(255,255,255,.6);
}
/* 颜色 end*/
.ey-news107 .top .pic .bg {
    width: 576px;
    height: 325px;
    display: block;
    border-radius: 20px;
}
.ey-news107 .bot107 ul > li .box .line107 {
    width: 34px;
    height: 2px;
    display: inline-block;
}
.ey-news107 .n_cw::before,
.ey-news107 .n_cw::after { content: ''; display: block; clear: both; }
.ey-news107 .ey-news107 {
    margin-top: 20px;
}
.ey-news107 .top {
    overflow: hidden;
    padding-top: 70px;
}
.ey-news107 .top .pic {
    float: left;
    padding-right: 60px;
    position: relative;
}
.ey-news107 .top .pic .tp {
    display: block;
    position: absolute;
    left: 20px;
    top: -20px;
}
.ey-news107 .top .pic .tp img {
    border-radius: 20px;
    width: 580px;
    height: 320px;
}
.ey-news107 .top .font107 {
    float: left;
    max-width: 542px;
}
.ey-news107 .top .font107 ul > li {
    float: left;
    padding: 0 40px;
    border-left:1px solid #fff;
}
.ey-news107 .bot107 {
    margin-top: 50px;
    overflow: hidden;
}
.ey-news107 .bot107 ul {
    margin-left: -40px;
    margin-bottom: -30px;
}
.ey-news107 .bot107 ul > li {
    float: left;
    width: 29.33%;
    padding-left: 40px;
    padding-bottom: 30px;
}
 @media (max-width: 1024px) {
.ey-news107 .top .pic {
    float: none;
    padding-right: 0;
}
.ey-news107 .top .pic .bg {
    display: none;
}
.ey-news107 .top .pic .tp {
    position: unset;
    text-align: center;
}
.ey-news107 .top .font107 {
    float: none;
    max-width: none;
    padding-top: 30px;
}
.ey-news107 .top .font107 ul {
    display: block;
    margin: 0 100px;
}
.ey-news107 .top .font107 ul > li {
    width: 50%;
}
.ey-news107 .top .font107 ul > li .box {
    text-align: center;
}
.ey-news107 .top .font107 .con .more107 {
    text-align: center;
}
.ey-news107 .bot107 ul > li {
    width: 50%;
}
.ey-news107 .bot107 ul > li .box {
    padding: 20px 20px;
}
}
 @media (max-width: 700px) {
.ey-news107 .top .font107 ul {
    margin: 0;
}
.ey-news107 .bot107 ul > li {
    width: 100%;
}
.ey-news107 .bot107 ul > li .box {
    padding: 20px 10px;
}
}
@media (max-width: 1024px) {
     body { min-width: 0; }
    .ey-news107 .n_cw {width: 100%; }
}

