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;
	overflow-x: hidden;
	overflow-y: auto;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
p,ul,li,h4{ margin:0px; padding:0px;}
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", Arial;
	vertical-align: middle;
	outline: none;border: medium none;
	margin: 0;
	padding: 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: #0082e6;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {text-align: center;}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.img-center img:hover {transform: scale(1.05);}
.img-centerx {text-align: center;}
.img-centerx img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;border-radius:0px;
}
.img-centerx img:hover {transform: scale(1.0);}
.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: 75%;
	position: absolute;
	left: 0;
	top: 0;
}
.morebig {
	display: block;
	width: 120px;
	line-height:40px;
	color: #fff; font-size:18px;
	position: relative;
	overflow: hidden;
	margin-top:30px;
	border-radius:2px; text-align:center;
	border: 1px solid #FFFFFF; margin-left:104px;
}
.morebig:hover {border: 1px solid #ffffff;color: #fff;font-size:18px;}
.more-big {
	display: block;
	background-color:#eaeaea;
	width: 110px;
	line-height:32px;
	color: #333;
	position: relative;
	overflow: hidden; margin-top:0px;border-radius:5px;
}
.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	content: "";
	height: 0;
	border-top:40px solid #0082e6;
	border-left: 16px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.more-big span {
	display: block;
	padding: 0 10px 0 10px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.more-big span i {
	float: right;
	font-size:16px;
	font-weight: bold;
	font-style: normal; color:#FFFFFF;
}
.more-big:hover {
	color: #fff;
}
.more-big:hover:after {
	width: 100%;
	height: 100%;
}
.container {
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
.containerx {
	padding: 0;
	width: 580px; float:left;
}
.containery {
	padding: 0;
	width: 580px;
	float:right;
}
/* pager*/
.page {
	padding: 15px 0;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
.page a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background: #eee;
	margin: 0 2px;
}
.page a:hover,
.page a.act {
	background: #004098;
	color: #fff;
}
.page SPAN.current {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background: #004098;
	color: #fff;
	margin: 0 2px;
}
.page SPAN.disabled {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background:#eee;
	margin: 0 2px;
}
.kf {
	width:160px;
	position: fixed;/* right: 20px; */
	right:0px;
	top: 50%;
	-webkit-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 #0082e6;
	-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:2px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contactx {
	margin-top: 1px;
}
.kf .contactx p {
	line-height: 26px;
	color: #666; font-weight:bold;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contactx p:nth-child(2n) {
	padding-left:28px; font-weight:normal;
}
.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 0px; padding-top:6px;
	padding-left:20px;
	padding-bottom:10px;
}
.kf .con .qr img {
	width: 120px;
	height: 120px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 0px;
	background: url(../images/huidaodingbu.png) center center no-repeat#0082e6;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #0082e6;
	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: 8%;
}
#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: 73%;
	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 {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #0082e6;
	color: #fff;
	margin-top: 10px;
}
.btn:hover {
	background-color: #444;
	color: white;
}
.btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
.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: #0082e6;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}
.header {
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 7px 0;
}
.header .fr {float:right;}
.header .fr .telx {overflow:hidden;}
.header .fr .telx .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left:65px;
	margin-top: 10px; font-size:16px;
}
.header .fr .telx .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
}
.header .fr .zy {
	margin-top:5px;
	display: block;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}
.header .fr .zy a {
	font-size:16px;
	color: #000000;
	font-weight: bold;
}
.header .text {
	float: left;
	font-size: 24px;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
	line-height: 34px;
}
.header .nav {
	font-size: 0;
	color: #fff; z-index:100;
}
.header .nav .container {
	position: relative;
}
.header .nav .container:after {
	width: 500%;
	background: rgba(0,130,231,0.9);
	-webkit-transform: skewX(32deg);
	transform: skewX(32deg);
	position: absolute;
	left: -366px;
	top: 0;
	content: "";
	height: 100%;
}
.header .nav ul {
	position: relative;
	z-index: 100;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	width:12.5%;
	text-align:center;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.header .nav li:last-child{
	display: inline-block;
	vertical-align: middle;
	width:12.5%;
	text-align:center;
	background-image: url(../images/linea.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.header .nav li a {
	display: block;
	font-size:20px;
	line-height: 56px;
	color: #fff;
	position: relative;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav .dropdown-box {
	position: absolute;
	left:0px;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 100;
	text-align: center;
	background: rgba(0,130,231,0.9);
}
.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;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:after {
	display: none;
}
.header .nav .dropdown-box a:hover {
	background-color: #0082e6;
}
.header .nav li.active a:after, .header .nav li.open a:after, .header .nav li a:hover:after {
	width: 100%;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	float: right;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom:6px;
	padding-left: 0;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 4px;
	background-color: #000;
	content: '';
}
.menu-btn:before {
	width: 30px;
}
.menu-btn:after {
	width: 30px;
	margin-left:0px;
}
.menu-btn span {
	width: 30px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
/*Sybanner*/
#pcbanner #img{
	width: 100%; 
	/*height: 85vh;
	object-fit: cover;*/
}
#bannerbp{
	bottom:30px !important;
}
#bannerbp .swiper-pagination-bullet{
	width:8px !important;
    height:8px !important;
    margin: 0 3px !important;
    cursor: pointer;
    background: #fff;
    opacity: 1.0; border:0px;
    border-radius: 100%;
}
#bannerbp .swiper-pagination-bullet-active{
	background: #0072ff !important;width:30px !important;border-radius:30px;
}
#bannerN,
#bannerP{
	width: 40px !important;
	height: 80px !important;
	background: rgba(0,0,0,0.5) !important;
	text-align: center;
	color: #fff;
	line-height: 80px;
	margin-top: -40px !important;
}
#bannerP{
	left: 0 !important;
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#bannerN{
	right: 0 !important;
}
#bannerN i{
	font-size: 28px;
}
#bannerP i{ 
	font-size: 28px;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #0082e6;
	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;
}
.link{
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	height:50px;
	margin-bottom:10px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.link li:first-child {
	float: left;
	font-size: 16px;
	line-height:50px;
	color: #FFFFFF; font-weight:bold;
	padding-left:36px;padding-right:0px;margin-right:0px;
	background-image: url(../images/linea.png);
	background-position: right center;
	background-repeat: no-repeat; list-style:none;
}
.link li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height:50px;
	color: #FFFFFF;
	padding-right: 10px;
	background-image: url(../images/linea.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	list-style:none;
}
.link li:last-child {
	background-image: url(../images/linea.png);
	background-position: right center;
	background-repeat: no-repeat;list-style:none;
}
.link li a {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
}
.section {
	padding-top:20px;
	padding-right: 0;
	padding-bottom:20px;
	padding-left: 0;margin-bottom:0px; overflow:hidden;
}
.sectiond {
	padding-top:0px; 
	padding-right:0;
	padding-bottom:20px;
	padding-left:0;margin-bottom:0px;overflow:hidden; margin-top:20px; z-index:90;position: relative;
}
.sectionx {
	padding-top:20px;
	padding-right: 0;
	padding-bottom:0px;
	padding-left:0; margin-bottom:20px;overflow:hidden;
}
.sectiony {
	padding-top:20px;
	padding-right: 0;
	padding-bottom:30px;
	padding-left: 0; overflow:hidden;overflow:hidden;
}
.section-title {
	margin-bottom:0px;
	font-weight: bold; width:100%; overflow:hidden;
}
.section-title small {
	font-size: 20px;
	margin-left:8px;
	line-height:60px;
	float:left;
	margin-top:10px;
	position: relative;
	color: #fe612e;
	font-family: Arial, Helvetica, sans-serif; padding-top:10px;
}
.section-title span {
	font-size: 18px;
	margin-left:80px;
	line-height:60px;
	float:left; font-weight:normal;
	margin-top:10px;
	position: relative;
	color: #333;padding-top:10px;
}
.section-title strong {
	position: relative;
	color: #0082e6;
	font-size: 24px;line-height:70px;
	margin-top:0px; float:left;padding-left:10px; padding-top:10px;
}
.section-titlex strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 70%;
	content: "";
	background: #e5e5e5;
}
.section-title-more .more-big {float:right;position:relative; margin-top:-50px;}
.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #0082e6;
}
.section-title-1 h4:after, .section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #0082e6;
}
.section-title-1 h4:after {
	right: 0;
}
.section-title-1 h4:before {
	left: 0;
}
.section-sub {
	padding: 30px 0;
}
.in-prd-menu {
	margin-top:-34px;
	position: relative;
	z-index: 1;
	margin-bottom:0px;
}
.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left:10px; margin-top:-15px;
}
.in-prd-menu .hform input {
	display: block;
	font-size: 14px;
	border: 0px solid #ddd;
	background-color: #fff;
	width: 300px;border-radius:20px;
	line-height: 16px;
	padding-top: 8px;
	padding-right: 58px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	width: 100px;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #0082e6;
	background-image: url(../images/901_top9.png);
	background-repeat: no-repeat;
	background-position: -4px center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
	font-size: 16px;border-radius:20px;
}
.in-prd-menu ul {
	float: left;
	margin-top:10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.in-prd-menu li {float: left; width:200px;}
.in-prd-menu li a {
	display: block;
	line-height: 50px;
	font-size: 18px;
	padding: 0 16px;
	background-color: #006699;
	color: #fff; text-align:center;
	margin: 10px 0 0 2px;
}
.in-prd-menu li.active a {
	background-color: #0a8adf;
}
.list-1 {
	padding-bottom:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.list-1 li {
	float: left;
	width: 23.5%; margin-right:2%; margin-bottom:0px;
}
.list-1 li:nth-child(4n){margin-right:0;}
.list-1 li a {
	display: block;
	background-color: #409bff;  color:#FFFFFF;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom:20px;
	margin-left: 0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom: 25px;
	padding-left:0px;border-radius:5px;
}
.list-1 li .img-cover img { width:100%; height:210px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-1 li .text {
	line-height:40px;
	font-size: 18px;
	margin-top:2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.list-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}
.list-1 li .more {
	border: 4px solid #fff;
	background: #409bff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}
.list-1 li a:hover {
	background-color: #f0f0f0;
	color: #000;
}
.list-1 li a:hover .img-cover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}
.list-1 li a:hover .more {
	background-color: #fff;
	color: #333;
	border-color: #f0f0f0;
}

.list-1-1{
	padding-bottom:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.list-1-1 li {
	float: left;
	width: 23.5%; margin-right:2%; margin-bottom:0px;
}
.list-1-1 li:nth-child(4n){margin-right:0;}
.list-1-1 li a {
	display: block;
	background-color: #409bff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom:30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right:0px;
	padding-bottom: 25px; color:#FFFFFF;
	padding-left:0px;border-radius:5px;
}
.list-1-1 li .img-cover img { width:100%;height:210px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-1-1 li .text {
	line-height:40px;
	font-size: 18px;
	margin-top:2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.list-1-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}
.list-1-1 li .more {
	border: 4px solid #fff;
	background: #409bff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}
.list-1-1 li a:hover {
	background-color: #fafafa;
	color: #000;
}
.list-1-1 li a:hover .img-cover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	-webkit-transition: all 1.5s;
	transition: all 1.1s;
}
.list-1-1 li a:hover .more {
	background-color: #fff;
	color: #333;
	border-color: #f0f0f0;
}
.bg1 {
	background: url(../images/902_ys_bg.jpg) no-repeat center / cover #409bff;
	color: #fff;
}
.bg1 .section-title strong {
	color: #fff;
}
.in-adv {
	margin: -20px 0 0 -20px;
}
.in-adv li {
	float: left;
	width: 33.333333%;
}
.in-adv li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0,0,0,0.5);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-adv li .img-center {
	float: left;
	width: 92px;
	line-height: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.1);
}
.in-adv li .text {
	margin-left: 116px;
}
.in-adv li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
}
.in-adv li .text p {
	margin: 10px 0 0;
}
.in-adv li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16,68,146,0.9);
}
.list-2x {width:1800px; margin-left:auto; margin-right:auto; margin-top:5px;}
.list-2x ul {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
}
.list-2x ul li {
	float: left;
	width: 300px; margin-bottom:10px;
}
.list-2x ul li a {
	display: block;
	background-color: #409bff;color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.list-2x ul li .img-cover img{ width:100%; height:210px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-2x ul li .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,68,146,0.7);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.list-2x ul li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}
.list-2x ul li .text {
	line-height:50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.list-2x ul li a:hover {
	background-color: #fafafa;
	color: #000;
}
.list-2x ul li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list-2x ul li .img-cover:hover img{-webkit-transform: scale(1.5);transform: scale(1.5);-webkit-transition: all 1.5s;transition: all 1.5s;}
#demo{display:block;}
.list-2 {width:100%; margin-left:auto; margin-right:auto; margin-top:5px; display:none;}
.list-2 ul {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
}
.list-2 ul li {
	float: left;
	width: 25%; margin-bottom:10px;
}
.list-2 ul li a {
	display: block;
	background-color: #409bff;color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.list-2 ul li .img-cover img{ width:100%;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-2 ul li .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,68,146,0.7);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.list-2 ul li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}
.list-2 ul li .text {
	line-height:50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.list-2 ul li a:hover {
	background-color: #fafafa;
	color: #000;
}
.list-2 ul li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list-2 ul li .img-cover:hover img{-webkit-transform: scale(1.5);transform: scale(1.5);-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-2-1{
	margin: 0 0 0 -20px;
}
.list-2-1 li {
	float: left;
	width: 25%;
}
.list-2-1 li a {
	display: block;
	background-color: #e1e1e1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:20px;
	margin-left: 20px;
}
.list-2-1 li .img-cover img{ width:100%;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-2-1 li .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,68,146,0.7);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.list-2-1 li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}
.list-2-1 li .text {
	line-height:50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.list-2-1 li a:hover {
	background-color: #409bff;
	color: #fff;
}
.list-2-1 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list-2-1 li .img-cover:hover img{-webkit-transform: scale(1.5);transform: scale(1.5);-webkit-transition: all 1.5s;transition: all 1.5s;}
.in-about { width:100%; margin-left:auto; margin-right:auto;box-shadow: 0px 1px 10px 0px #ddd;background:#FFFFFF;}
.in-about dt {float: left;width: 600px;}
.in-about dt img {z-index: 1;}
.in-about dd {
	width:600px;
	float:right;
	min-height:410px;
	background-color: #0a8adf;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	background-image: url(../images/index_07.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.in-about dd h4 {
	margin: 0;
	font-size: 24px;
}
.in-about dd p {
	font-size:16px;
	line-height:28px;
	color: #fff;
	text-align: justify;
	margin-top: 96px;
	margin-right:70px;
	margin-bottom:0;
	margin-left:104px;
}
.in-about dd p a {color: #fff;}
.in-about dd .more-big {
	margin-top: 10px;
}
.list-3 {
	margin-top:5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.list-3 li {
	float: left;
	width: 100%;
	background-image: url(../images/d.png);
	background-repeat: no-repeat;
	background-position: left center;height:38px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.list-3 li a {
	display: block;
	padding:0px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	margin-top:0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:24px;
	line-height:38px;
}
.list-3 li .date {
	float: right;
	width: 100px;
	z-index: 1;
	padding:0;
	color: #333;font-size:16px; line-height:37px;
}
.list-3 li .date small {
	display: block;
	font-size: 18px;text-align:center;
}
.list-3 li .date strong {
	display: block;
	font-size: 42px;
	margin-top:4px; text-align:center;
}
.list-3 li .text {
	margin-left: 0px;
}
.list-3 li .text h4 {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-3 li .text p {
	margin: 0px;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}
.list-3 li a:hover {color: #0082e6;}
.list-3 li a:hover .text p {color: #fff;}
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0267b9;
	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: 14px;
	line-height: 1; color:#FFFFFF;
}
.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/ic4.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/ic2.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/ic1.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/ic3.png);
}
.footer {
	/*background: rgba(0,130,231,0.9);*/
	padding-top: 30px;
	color: #333; background:#fafafa;
}
.footer .pp {
	display: none;
}
.footer a {
	color: #333;
}
.footer a:hover {
	color: #000;
}
.footer dl {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
}
.footer dt {
	margin-bottom:5px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer dt:after {
	display: block;
	content: '';
	height: 1px;
	width:50px;
	background-color:#999;
	margin-top: 10px;
}
.footer dd {
	margin: 0;
}
.footer dd li {
	line-height:26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-contact {
	float: right;
	width: 224px;
}
.footer-contact .tel {
	font-size: 26px;
	color: #333;
	line-height: 32px;
	background: url(../images/telx.png) no-repeat 0 0;
	padding-left:38px;font-family:Arial, Helvetica, sans-serif;
}
.footer-contact .tel small {font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.footer-contact .code {margin:4px 0 0 30px;}
.footer-contact .code .img-center {
	float: left;
	width: 120px;
}
.footer-contact .code .text {
	float: right;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height:28px; font-size:18px; font-weight:bold;
	padding:15px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 4px; margin-top:8px;
}
.footer-copy {
	background:rgba(0,130,231,1.0);
	color: #fff;
	margin-top:10px;
	padding:5px 0; line-height:24px;
	text-align: center;
}
.footer-copyx {
	background:rgba(0,130,231,1.0);
	color: #fff;
	margin-top:20px;
	padding: 10px 0; line-height:23px;
	text-align: center; display:none;
}
.footer-copy p {
	margin: 5px 0;
}
.footer-copy a {
	color: #fff;
}
.banner-sub { width:100%;}
.banner-sub img { width:100%;}
.ct2-sd {
	float: left;
	width: 244px; margin-bottom:30px;
}
.ct2-mn {
	float: right;
	width: 930px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #fff;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size:30px;
	background: url(../images/914_cp_bg1.png) no-repeat #0082e6;
	padding:15px 0;
	border-radius: 0 30px 0 0;
}
.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.contact-sd{padding:20px; background:#f6f6f6;}
.contact-sd .ewm{text-align: center;border-bottom: 1px solid #ddd;padding-bottom:10px;}
.contact-sd .ewm p{margin: 10px 0 0;font-size: 16px;}
.contact-sd .tel{padding-top:10px;}
.contact-sd .tel p{margin: 0;color: #023793;font-size: 20px;padding-left: 40px;font-weight: bold;background: url(../images/ny-tel.png) no-repeat 0 center;}
.lanmu {background-color: #f6f6f6; padding:5px;}
.lanmu li{border-bottom:1px solid #ddd;}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height:40px;
	color: #000;
	font-size:16px; font-weight:bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left:10px;
}
.lanmu li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #0082e6;
	border-left: 2px solid #0082e6;
	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: 10px;
}
.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	padding-left:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
}
.lanmu-box p a {
	display: block;
	line-height: 32px;
	color:#000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left:2px;
}
.lanmu li>a:hover, .lanmu li.active>a {color:#0082e6;}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open a{color:#0082e6;}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.pagination{padding:20px 0px; overflow:hidden;}
.pagination a{
                display:block;
                float:left;
                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:#077ee3;
                background: white;
                border:1px #077ee3 solid;
            }
            .pagination a.cur{
                border: 1px solid #077ee3;
                background:#077ee3;
                color:#fff;
            }
            .pagination p{
                float:left;
                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}
.nav-sub {
	text-align: center;
	font-size: 0;
	margin: -20px 0 40px -20px;
}
.nav-sub li {
	display: inline-block;
	vertical-align: middle;
}
.nav-sub li a {
	display: block;
	line-height: 48px;
	padding: 0 40px;
	background-color: #363e45;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 20px;
}
.nav-sub li a:hover, .nav-sub li.active a {
	background-color: #0082e6;
}
.list-4n { margin-top:-10px;}
.list-4n li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding:10px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4n li .img-center {
	float: left;
	width: 250px;
}
.list-4n li .text {
	margin: 0;
	position: relative;
	padding-right:140px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4n li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top:0px;
}
.list-4n li .text p {
	line-height:24px;
	height: 48px;
	overflow: hidden;
	margin: 4px 0 0;
	color: #999;
}
.list-4n li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-4n li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-4n li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-4n li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-4n li a:hover {
	padding-left:0px;
}
.list-4n li a:hover .text {
	padding-right: 140px;
}
.list-4n li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.list-4 { margin-top:10px;}
.list-4 li a {
	display: block;
	border-bottom: 0px solid #e5e5e5;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.list-4 li .img-center {
	float: left;
	width: 128px;
}
.list-4 li .img-center img {width: 100%;}
.list-4 li .text {
	float: left; margin-left:14px;
width: 438px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .text h4 {
	font-weight: normal;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden; line-height:30x;
	white-space: nowrap;
}
.list-4 li .text p {
	line-height:25px;
	overflow:hidden;
	color: #999;
}
.list-4 li p.date{ font-size:16px; color:#fe612e; font-family:Arial, Helvetica, sans-serif;}
.about-1 {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}
.about-1 p {
	margin: 0;
}
.about-1 h4 {
	font-size: 18px;
	margin: 0;
}
.about-2 {
	position: relative;
	padding: 0 80px;
}
.about-2 .date {
	background: url(../images/911_lc.png) no-repeat center / contain;
	height: 82px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-2 i {
	display: block;
	position: relative;
	margin: 20px 0;
}
.about-2 i:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #0082e6;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.about-2 i:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px dashed #999;
	content: '';
}
.about-2 .text {
	background-color: #fff;
	margin: 0 15px;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-2 .swiper-slide:hover .date {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.about-2 .swiper-slide:hover .text {
	background-color: #0082e6;
	color: #fff;
}
.about-2 .swiper-button-prev, .about-2 .swiper-button-next {
	background-color: #c3c3c3;
	background-size: 10px auto;
	width: 24px;
	height: 54px;
	border-radius: 20px;
	outline: none;
	margin: 0;
	top: 82px;
}
.about-2 .swiper-button-prev:hover, .about-2 .swiper-button-next:hover {
	background-color: #0082e6;
}
.about-2 .swiper-pagination {
	position: static;
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	display: none;
}
.about-2 .swiper-pagination-bullet {
	margin: 0 5px;
}
.about-3 {
	margin: -20px 0 0 -20px;
}
.about-3 li {
	float: left;
	width: 25%;
}
.about-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-3 li .text {
	text-align: center;
	margin-top: 15px;
}
.about-3 li .text h4 {
	margin: 0;
	font-size: 20px;
}
.about-3 li .text p {
	color: #666;
	margin: 10px 0 0;
}
.about-3 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.contact-left {
	float: left;
	width: 560px;
}
.contact-left .map {
	height: 300px;
	margin-bottom: 30px;
}
.contact-right {
	float: right;
	width: 570px;
}
.contact-right .item {
	margin-bottom: 40px;
}
.contact-right .item:last-child {
	margin-bottom: 0;
}
.contact-right .item .ewm {
	float: right;
	position: relative;
	margin-top: 4px;
}
.contact-right .item .ewm a {
	display: block;
	border-radius: 20px;
	line-height: 26px;
	color: #888;
	background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
	padding: 0 40px 0 15px;
}
.contact-right .item .ewm .img-center {
	position: absolute;
	right: 100%;
	border: 3px solid #0082e6;
	width: 100px;
	top: -30px;
	margin-right: 10px;
	display: none;
}
.contact-right .item .ewm .img-center:before, .contact-right .item .ewm .img-center:after {
	content: '';
	position: absolute;
}
.contact-right .item .ewm .img-center:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #0082e6;
	position: absolute;
	top: 36px;
	right: -26px;
}
.contact-right .item .ewm .img-center:after {
	width: 14px;
	height: 1px;
	background: #0082e6;
	position: absolute;
	top: 40px;
	right: -17px;
}
.contact-right .item .ewm:hover a {
	color: #0082e6;
}
.contact-right .item .ewm:hover .img-center {
	display: block;
}
.contact-right .item h4 {
	margin: 0;
	font-size: 24px;
}
.contact-right .item .text {
	color: #666;
	border-left: 3px solid #0082e6;
	margin-top: 24px;
	padding-left: 20px;
	line-height: 2;
}
.contact-right .item .text h5 {
	color: #C01;
	margin: 0;
	font-size: 16px;
}
.contact-right .item .text p {
	margin: 0;
}
.msg {
	background-color: #f2f2f2;
	padding: 40px;
}
.msg h4 {
	margin: 0;
	font-size: 24px;
	color: #0082e6;
	font-weight: normal;
}
.msg .tips {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}
.msg form {
	overflow: hidden;
	display: block;
	margin: 10px 0 0 -10px;
}
.msg .form-group {
	float: left;
	margin: 10px 0 0 10px;
	width: 235px;
	background-color: #fff;
	overflow: hidden;
}
.msg .form-label {
	float: left;
	line-height: 30px;
	width: 80px;
	padding: 10px 0 10px 10px;
}
.msg .form-label span {
	color: red;
}
.msg .form-content {
	margin-left: 90px;
	padding: 10px 10px 10px 0;
	font-size: 0;
}
.msg .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.msg .form-radio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}
.msg .form-radio input {
	margin-right: 8px;
}
.msg .form-submit {
	display: block;
	width: 100%;
	background: #0082e6;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 18px;
}
.msg .form-group.full {
	width: 480px;
}
.msg .form-group.yzm .form-control {
	width: 70px;
}
.msg .form-group.yzm .yzm-pic {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 30px;
}
.message-left {
	float: left;
	width: 560px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}
.message-left h4 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.message-left p {
	margin: 0;
}
.message-right {
	float: right;
	width: 560px;
}
.jobs {
}
.jobs .item {
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.jobs .item .tit {
	padding: 25px 105px 25px 20px;
	position: relative;
}
.jobs .item .tit:after {
	position: absolute;
	content: '→';
	right: 40px;
	top: 25px;
	width: 65px;
	line-height: 57px;
	border-left: 1px solid #dddddd;
	font-size: 34px;
	font-weight: lighter;
	text-align: right;
	color: #dddddd;
}
.jobs .item .tit h4 {
	margin: 0;
	font-size: 18px;
}
.jobs .item .tit p {
	font-size: 0;
	margin: 10px 0 0;
}
.jobs .item .tit p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
}
.jobs .item .con {
	padding: 25px 20px 45px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	display: none;
}
.jobs .item.open {
	background-color: #f0f0f0;
}
.news-left {
	float: right;
	width: 930px;
}
.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal; text-align:center;
}
.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}
.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.news-title p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.news-title p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-title p span.i3 {
	background-image: url(../images/920_newscon3.png);
}
.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}
.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	overflow: hidden; padding-bottom:0px;
}
.news-exp a {text-overflow: ellipsis;
	white-space: nowrap; line-height:30px;}
.news-panel {
	margin-top: 40px;
}
.news-panel .tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-panel .tit .fh {
	float: right;
	color: #999;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/920_fh.png) no-repeat 0 center;
}
.news-panel .tit .fh:hover {
	color: #0082e6;
}
.news-panel .tit span {
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid #0082e6;
	color: #0082e6;
	margin-bottom: -1px;
	padding-bottom: 15px;
	line-height: 1;
}
.list-5 {
	margin-left: -20px;
	margin-top: -15px;
}
.list-5 li {
	float: left;
	width: 50%;
}
.list-5 li a {
	display: block;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-5 li span {
	float: right;
	color: #999;
}
.news-right {
	float: right;
	width: 340px;
}
.news-banner .img-center {
	overflow: hidden;
}
.news-banner .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news-banner .img-center a:hover img {
		-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-act-menu {
	overflow: hidden;
}
.news-act-menu li {
	float: left;
	width: 50%;
}
.news-act-menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.news-act-menu li.active a {
	background-color: #0082e6;
	color: #fff;
}
.list-6 {
}
.list-6 li {
	border-top: 1px solid #efefef;
}
.list-6 li a {
	display: block;
	padding: 20px;
}
.list-6 li a:hover {
	background-color: #f5f5f5;
}
.list-6 li h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-6 li p {
	font-size: 0;
	margin: 10px 0 0;
}
.list-6 li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.list-6 li p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.list-6 li p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.news-box.msg {
	padding: 20px;
	background-color: transparent;
}
.news-box.msg h4 {
	font-size: 18px;
}
.news-box.msg form {
	margin-left: 0;
}
.news-box.msg .form-group {
	background-color: #f0f0f0;
	margin-left: 0;
	width: 100%;
}
.news-box.msg .form-group.yzm .form-control {
	width: 133px;
}
.case-title {
	text-align: center;
	border-bottom: 0;
}
.case-title p span {
	margin: 0 10px;
}
.yunu-showcase {
	margin-bottom: 30px;
}
.yunu-showcase-info {
	float: right;
	width: 500px;
}
.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yunu-showcase-info p {
	margin: 0;
	color: #666;
	height: 168px;
}
.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 18px;
}
.yunu-showcase-info .tel a {
	background-color: #0082e6;
	color: #fff;
	display: inline-block;
}
.pc-slide {
	float: left;
	width: 380px;
}
.pc-slide .view .swiper-slide .imgauto {
	width: 100%;
	height: 310px;
	line-height: 310px;
}
.pc-slide .view .swiper-container {
	width: 100%;/* border: #e22434 1px solid; */
}
.pc-slide .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.pc-slide .preview .swiper-container {
	margin: 0 30px;
}
.pc-slide .preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.pc-slide .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%);
}
.pc-slide .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;
}
.pc-slide .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;
}
.pc-slide .preview img {
	padding: 1px;
}
.pc-slide .preview .active-nav .imgauto {
	border: 1px solid #0082e6;
}
.pc-slide1 {
	margin-bottom: 40px;
}
.pc-slide1 .view {
	float: left;
	width: 870px;
}
.pc-slide1 .view .swiper-slide .imgauto {
	width: 100%;
	height: 580px;
	line-height: 580px;
}
.pc-slide1 .preview {
	position: relative;
	margin-left: 895px;
	padding-top: 40px;
}
.pc-slide1 .preview .swiper-container {
	height: 540px;
}
.pc-slide1 .preview .swiper-slide .imgauto {
	height: 171px;
	border: 3px solid #eee;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.pc-slide1 .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%);
}
.pc-slide1 .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat center #e7e7e7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}
.pc-slide1 .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat center #e7e7e7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}
.pc-slide1 .preview img {
	padding: 1px;
}
.pc-slide1 .preview .active-nav .imgauto {
	border-color: #0082e6;
}
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;
}
.case-bb {
	font-size: 0;
	margin-bottom: 20px;
	background: url(../images/918_casecon4.png) repeat-x center;
}
.case-bb span {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding-right: 20px;
	font-size: 24px;
}
.prd-title {
	text-align: center;
}
.prd-title p span {
	margin: 0 10px;
}
.prd-slide .view {
	width: 650px;
}
.prd-slide .view .swiper-slide .imgauto {
	height: 503px;
	line-height: 503px;
}
.prd-slide .preview {
	margin-left: 680px;
}
.prd-slide .preview .swiper-container {
	height: 463px;
}
.prd-slide .preview .swiper-slide .imgauto {
	height: 145px;
}
.list-7 {
	margin: -20px 0 0 -20px;
}
.list-7 li {
	float: left;
	width: 33.333333%;
}
.list-7 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 20px;
	position: relative;
}
.list-7 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,68,146,0.8);
	content: '';
	z-index: 1;
	display: none;
}
.list-7 li .img-center {
	height: 350px;
	line-height: 350px;
	overflow: hidden;
	position: relative;
}
.list-7 li .img-center:after, .list-7 li .img-center:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: no-repeat center / contain;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-7 li .img-center:before {
	background-image: url(../images/924_cert3.png);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
.list-7 li .img-center:after {
	background-image: url(../images/924_cert2.png);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}
.list-7 li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.list-7 li a:hover {
	color: #fff;
}
.list-7 li a:hover:before {
	display: block;
}
.list-7 li a:hover .img-center:before, .list-7 li a:hover .img-center:after {
	-webkit-transform: translateX(0);
	transform: translateX(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;
}
.pro_ad{width:100%; text-align:center;}
.pro_ad img{width:100%;}
.pro_ad_center{
	width: 1200px;
	margin: 0 auto;
	padding-left:0px;
}
.pro_ad_p1{
	color: white;
	padding-top:20px;
	font-size:22px;
	font-weight: bold;
	letter-spacing:2px;
	line-height: 28px;
	margin-bottom:15px;
}
.line1{
	width:820px;
	height: 1px;
	background: white;
	margin-bottom:10px;
}
.pro_ad_p2{
	color: #89bfff;
	padding-top: 5px;
	font-size: 16px;
	letter-spacing:1px;
	line-height: 18px;
}
.pro_ad_p3{
	font-size: 21px;
	margin-top: 15px;
	line-height: 40px;
	color: white;
	height: 40px;
	background: #e45d04;
	width: 350px;
	text-align: center;
	letter-spacing:1px;border-radius:10px;}
.pro_ad_p3:hover{
	font-size: 22px;
	margin-top: 15px;
	line-height: 40px;
	color: white;
	height: 40px;
	background: #e45d04;
	width: 380px;
	text-align: center;
	letter-spacing:1px;border-radius:5px;
}
.contact {
	color: #fff;
	overflow: hidden;
	width:100%;
	background-image: url(../images/902_ys_bg.jpg);
	background-repeat: no-repeat;
	background-position:center center; min-height:380px;
}
.contact h4 {
 padding-top:30px;
	font-size: 20px;
	padding-bottom:20px; 
	line-height:20px; line-height:28px; letter-spacing:2px;
}
.contact form {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:30px;
	padding-left: 0px;
}
.contact form ul {width:580px;}
.contact form li {
	float: left;
	width: 285px; 
}
.contact form li:nth-child(2n){ margin-left:10px;}
.contact form li:nth-child(5),.contact form li:nth-child(6){width:100%;}
.contact form li img { line-height:40px;vertical-align: middle;}
.contact form li input {
	height: 40px;
	width: 265px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #333333; margin-bottom:10px;border-radius:3px;
}
.contact form li textarea {
	height:50px;
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #333333; margin-bottom:10px;border-radius:3px;
}
.contact form li.sumit {
	float: right;
	width: 200px;
	background: #ff000b;
	transition: 0.3s;border-radius:5px;
}
.contact form li.sumit input {
	padding: 0;
	width: 100%;
	background: url(../images/icon_f4.png) no-repeat 90% center;
	text-align: left;
	padding-left:10%;
	color: #fff;
	font-size: 16px;
	cursor: pointer; margin-bottom:0px;border-radius:5px;
}
.contact form li.sumit:hover {background: #bf0008;}

.news-left h4 {
	font-size:20px;
	padding-bottom:20px;
	line-height:28px;
	letter-spacing:2px;
	background-image: url(../images/gdsf_30.jpg);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.news-left form ul {width:100%;}
.news-left form li {float: left;width: 100%;}
.news-left form li span { float:left; color:#333333; width:80px; line-height:40px;}
.news-left form li input {
	height:30px;
	width: 600px;
	padding:5px;
	color: #333333;
	margin-bottom:20px;
	border-radius:3px;
	border:1px solid #CCCCCC;
}
.news-left form li textarea {
	height:80px;
	width: 700px;
	padding:5px;border: 1px solid #CCCCCC;
	color: #333333;margin-bottom:10px;border-radius:3px;
}
.news-left form li.sumit {
	float: left; margin-left:80px;
	width: 200px;
	background: #0082e6;
	transition: 0.3s;border-radius:5px;
}
.news-left form li.sumit input {
	padding: 0;
	width: 100%;
	background: url(../images/icon_f4.png) no-repeat 90% center;
	text-align: left;
	padding-left:10%;height:40px;
	color: #fff; line-height:30px;
	font-size: 16px;border:0px solid #CCCCCC;
	cursor: pointer; margin-bottom:0px;border-radius:5px;
}
.news-left form li.sumit:hover {background: #32a6ff;}
.classicalpro{ text-align:center;color:#fff;}
.classicalpro h2{ padding-bottom:3px;}
.classicalul{ width:930px;list-style:none}
.classicalul li{ float:left; width:300px; margin-right:15px; background:#409bff;-moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px;-webkit-transition:background-color .3s ease; -moz-transition:background-color .3s ease; -ms-transition:background-color .3s ease; -o-transition:background-color .3s ease; transition:background-color .3s ease; overflow:hidden; list-style:none; margin-top:10px; margin-bottom:10px;}
.classicalul li:nth-of-type(3n+3){margin-right:0px;}
.classtop{ -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -ms-border-radius:5px 5px 0 0; -o-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; background-color:#409bff; padding-bottom:10px; margin-bottom:0px;}
.classtop h3 span{ display:block;width:52px;left:50%; background-color:#409bff;margin-left:-26px; bottom:-16px; position:absolute;}
.classtop h3{font-size:26px;font-family:"Arial";color:#fff;line-height:30px;font-weight:bold; border-bottom:2px solid #fff; width:93px; margin:0 auto; position:relative; padding-top:28px;}
.classtop h4{ font-size:18px; color:#fff; margin-top:12px; line-height:26px;}
.classicalul li:hover .classtop,.classicalul li:hover .classtop h3 span{ background-color:#409bff;}
.classicalul li:hover h3{ border-bottom:2px solid #fff;}
.classicalul li:hover img{		-webkit-transition: all 1.5s;
	transition: all 1.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.classicalul li img{ display:block; width:300px;transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear; margin:0 auto;}
.classicalpro .promore{ width:130px; margin-top:28px;}
@media screen and (max-width: 767px) {
.news-left h4 {
	font-size:16px;
	padding-bottom:10px;
	line-height:24px; font-weight:normal;
	letter-spacing:1px; padding-top:80px;
	background-image: url(../images/gdsf_30.jpg);
	background-repeat: no-repeat;
	background-position: right -5px;
}
.news-left form ul {width:100%;}
.news-left form li {float: left;width: 100%;}
.news-left form li span { float:left; color:#333333; width:80px; line-height:40px; display:none;}
.news-left form li input {
	height:30px;
	width: 98%;
	padding:1%;
	color: #333333;
	margin-bottom:20px;
	border-radius:3px;
	border:1px solid #CCCCCC;
}
.news-left form li textarea {
	height:80px;
	width: 98%;
	padding:1%;border: 1px solid #CCCCCC;
	color: #333333;margin-bottom:10px;border-radius:3px;
}
.news-left form li.sumit {
	float: left;
	width: 200px;
	background: #0082e6;
	transition: 0.3s;border-radius:5px;
}
.news-left form li.sumit input {
	padding: 0;
	width: 100%;
	background: url(../images/icon_f4.png) no-repeat 90% center;
	text-align: left;
	padding-left:10%;height:40px;
	color: #fff; line-height:30px;
	font-size: 16px;border:0px solid #CCCCCC;
	cursor: pointer; margin-bottom:0px;border-radius:5px;
}
.news-left form li.sumit:hover {background: #32a6ff;}
.classicalul{ width:100%;list-style:none}
.classicalul li{ float:left; width:49%; margin-right:0px;background:#0082e6;-moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px;-webkit-transition:background-color .3s ease; -moz-transition:background-color .3s ease; -ms-transition:background-color .3s ease; -o-transition:background-color .3s ease; transition:background-color .3s ease; overflow:hidden; list-style:none; margin-top:10px; margin-bottom:10px;}
.classicalul li:nth-of-type(2n+2){ float:right;}
.classtop{ -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -ms-border-radius:5px 5px 0 0; -o-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; background-color:#0082e6; padding-bottom:8px; margin-bottom:0px;}
.classtop h3 span{ display:block;width:40px;left:50%; background-color:#0082e6;margin-left:-20px; bottom:-16px; position:absolute;}
.classtop h3{font-size:26px;font-family:"Arial";color:#fff;line-height:30px;font-weight:bold; border-bottom:2px solid #fff; width:81px; margin:0 auto; position:relative; padding-top:20px;}
.classtop h4{ font-size:18px; color:#fff; margin-top:10px; line-height:26px;}
.classicalul li:hover .classtop,.classicalul li:hover .classtop h3 span{ background-color:#0082e6}
.classicalul li:hover h3{ border-bottom:2px solid #fff;}
.classicalul li:hover img{		-webkit-transition: all 1.5s;
	transition: all 1.5s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.classicalul li img{ display:block; width:100%;transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-webkit-transition: all 0.3s linear; margin:0 auto;}

.contact {
	color: #fff;
	overflow: hidden;
	width:100%;
	background-image: url(../images/902_ys_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;background-size:100% 100%; padding-bottom:2%;}
.contact h4 {
 padding-top:20px;
	font-size: 18px;
	padding-bottom:20px;line-height:28px; letter-spacing:1px;
}
.contact form {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
}
.contact form ul {width:100%;}
.contact form li {
	float: left;
	width: 49%; 
}
.contact form li:nth-child(2n){ margin-left:2%;}
.contact form li:nth-child(5),.contact form li:nth-child(6){width:100%;}
.contact form li img { line-height:40px;vertical-align: middle;}
.contact form li input {
	height: 40px;
	width: 96%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	background-color: #FFFFFF;
	color: #333333; margin-bottom:10px;border-radius:3px;
}
.contact form li textarea {
	height:50px;
	width: 96%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 2%;
	background-color: #FFFFFF;
	color: #333333; margin-bottom:10px;border-radius:3px;
}
.contact form li.sumit {
	float: right;
	width: 50%;
	background: #ff000b;
	transition: 0.3s;border-radius:5px;
}
.contact form li.sumit input {
	padding: 0;
	width: 100%;
	background: url(../images/icon_f4.png) no-repeat 90% center;
	text-align: left;
	padding-left:10%;
	color: #fff;
	font-size: 16px;
	cursor: pointer; margin-bottom:0px;border-radius:5px;
}
.contact form li.sumit:hover {background: #bf0008;}
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;padding-left:10px;padding-right:10px;padding-top:0px;
	padding-bottom: 0px;margin:0px;
}
.containerx {width:100%;}
.containery {width:100%;margin-top:10px;}
#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
.pro_ad{display: none;}
.kf {
	display: none;
}
.footer-fix {
	display: block; z-index:110;
}
#bannerbp{
	bottom:10px !important;
}
#bannerN,
#bannerP{
	width: 20px !important;
	height: 40px !important;
	background: rgba(0,0,0,0.5) !important;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin-top: -20px !important;
}
#bannerN i{
	font-size:18px;
}
#bannerP i{ 
	font-size: 18px;
}
.more-big {
	width: 92px;
	line-height: 30px;
}
.more-big:after {
	border-top-width: 30px;
	width: 20px;
}
.more-big span {
	padding: 0 5px;
	font-size: 14px;
}
.header {
	padding: 10px 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-color: #fff;
}
.header .text, .header .fr {
	display: none;
}
.header .logo {
	height:40px;
	line-height:40px;
	float: none;
	padding: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background: transparent;
	border-bottom: 0;z-index: 100;
}
.header .nav .container:after {
	display: none;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;width:100%;
}
.header .nav li:last-child {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;width:100%;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 20px; text-align:left;
	color: #333;
}
.header .nav li a:after {
	display: none;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	cursor: pointer; z-index:900;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #0082e6;
	border-left: 2px solid #0082e6;
	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:20px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #0082e6;
}
.header .nav li.open .arr:after {
	border-color: #0082e6;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	width: 100%; margin:auto;
	text-align:left; overflow:hidden;
}
.header .nav .dropdown-box p {width:50%; float: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;
}
.section, .section-sub {
	padding:10px 0 0 0;margin:0px;
}
.section-title {
	margin-bottom: 0px;
}
.section-title span {
display:none;
	font-size: 16px;
	margin-left:20px;
	line-height:60px;
	float:left;
	margin-top:10px;
	position: relative;
	color: #fe612e;
	font-family: Arial, Helvetica, sans-serif; padding-top:10px;
}
.section-title small {
	font-size: 18px; margin-top:6px;font-family: Arial, Helvetica, sans-serif;
}
.section-title strong {
	font-size: 22px;
}
.section-title strong:after {
	width: 60%;
}
.section-title-more .more-big {
	margin: -50px 0 10px;
}
.section-title-1 {
	margin-bottom: 20px;
}
.section-title-1 strong {
	font-size: 22px;
}
.section-title-1 h4 {
	font-size: 18px;
	padding: 0 30px;
}
.in-prd-menu {
	margin: 0;
}
.in-prd-menu .hform {
	float: none;
	margin: 0 0 10px;
}
.in-prd-menu .hform input {
	padding: 8px 50px 8px 12px;
	width: 100%;
	box-sizing: border-box;
}
.in-prd-menu .hform button {
	height: 30px;
}
.in-prd-menu ul {
	float: none;
}
.in-prd-menu li {
	width: 50%;
}
.in-prd-menu li a {
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-1 {
	margin: 10px 0 0 -10px;
}
.list-1 li {
	width: 49%; margin-right:2%;
}
.list-1 li:nth-child(2n) {margin-right:0%;}
.list-1 li a {
	margin: 10px 0 20px 10px;
	padding: 0px 0px 30px 0px;
}
.list-1 li .img-cover img { width:100%; height:120px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-1 li .text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.list-1 li .desc {
	font-size: 12px;
	margin-top: 5px;
}
.list-1 li .more {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -24px;
	bottom: -24px;
}
.list-1-1 {
	margin: -10px 0 0 -10px;
}
.list-1-1 li {
	width: 49%; margin-right:2%; margin-bottom:10px;
}
.pagination{padding:10px 0px; overflow:hidden;}
.list-1-1 li:nth-child(2n) {margin-right:0%;}
.list-1-1 li a {
	margin: 20px 0 0 10px;
	padding:0px 0px 30px 0px;
}
.list-1-1 li .img-cover img { width:100%; height:120px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-1-1 li .text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.list-1-1 li .desc {
	font-size: 12px;
	margin-top: 5px;
}
.list-1-1 li .more {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -24px;
	bottom: -24px;
}
.in-adv {
	margin: -10px 0 0;
}
.in-adv li {
	width: 100%;
}
.in-adv li a {
	padding: 15px;
	margin: 10px 0 0;
}
.in-adv li .img-center {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.in-adv li .text {
	margin-left: 85px;
}
.in-adv li .text h4 {
	font-size: 16px;
}
.in-adv li .text p {
	font-size: 12px;
	margin-top: 6px;
}
#demo{ display:none;}
.list-2 {
	margin: 0; display:block;
}
.list-2 ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
}
.list-2 ul li {
	width: 50%;
}
.list-2 ul li a {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.list-2 li .img-cover img { width:100%; height:120px;-webkit-transition: all 1.5s;transition: all 1.5s;}
.list-2 ul li .text {
	font-size: 16px;
	line-height: 44px;
}
.list-2-1 {
	margin: -10px 0 0 -10px;
}
.list-2-1 li {
	width: 50%;
}
.list-2-1 li a {
	margin: 10px 0 0 10px;
}
.list-2-1 li .text {
	font-size: 14px;
	line-height: 36px;
	padding: 0 10px;
}
.sectiond {margin-top:0px;z-index:90;padding-bottom:0px;}
.in-about dt {
	float: none;
	width: auto;
	margin: 0 0 0 0;
}
.in-about dd {
	margin:0;
	padding:20px;
	height: auto;width: auto;
	float:right; min-height:200px;
	background-color: #0a8adf;
	background-image: url(../images/index_07_03.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.dkf img { width:100%;}
.in-about dd h4 {
	font-size: 16px;
}
.in-about dd p {
	margin:0;
	font-size: 16px;
	line-height:1.8;
}
.in-about dd .morebig {margin-top: 10px;}
.list-3 {margin:0; width:100%;}
.list-3 li {width: 100%;border-top-width:0px;border-top-style: dashed;border-top-color: #CCCCCC;
border-bottom-width:1px;border-bottom-style: dashed;border-bottom-color: #CCCCCC;}
.list-3 li a {
	margin:0px;
	padding:0px;margin-left:24px;
}
.list-3 li .date {
	padding:0;
	width:80px; float:right;font-size: 14px;
}
.list-3 li .date strong {
	font-size: 22px;
	margin-top:1px;
}
.list-3 li .text h4 {
	font-size: 18px;
}
.list-3 li .text p {
	margin-top: 5px;
	line-height:22px;
	height:22px;
}
.footer {padding-top:20px; z-index:110;}
.footer dl {
	margin: 0 0.5% 10px;
	width: 99%;
	border: 2px solid #0a8bdf; background:#0a8bdf;
	box-sizing: border-box;
	padding: 0 10px;border-radius:5px;
}
.footer dt {
	line-height: 36px;
	font-size: 16px;
	margin: 0; color:#FFFFFF;
	position: relative;
}
.footer dt:after {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	background-color: transparent;
	margin: -3px 0 0;
	-webkit-transform: rotate(135deg) translateX(-50%);
	transform: rotate(135deg) translateX(-50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.footer dd {display: none;}
.footer dd ul {padding-bottom: 10px;}
.footer dd ul li{ width:50%;float:left;}
.footer dd ul li a { color:#FFFFFF; line-height:26px; font-size:14px;}
.footer dl.open dt:after {
	-webkit-transform: rotate(315deg) translateX(-50%);
	transform: rotate(315deg) translateX(-50%);
	right: 0;
	margin-top: -6px;
}
.footer .pp {
	display: block;
}
.footer-contact {
display: none;
	width: 100%;
	margin-top: 10px;
}
.footer-contact .code {
	display: none;
}
.footer-copy {
	margin-top: 10px;
	font-size: 12px;
	text-align: center; display:none;
}
.footer-copyx {
	margin-top: 10px;
	font-size: 14px;
	text-align: center; display:block; padding-bottom:10px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.ct2-sd { display:none;}
.ct2-mn {
	float: none;
	width: auto;
}
.panel-sd .tit {
	display: none;
}
.lanmu {
	overflow: hidden;
	margin: 0 -1px 20px;
}
.lanmu li {
	float: left;
	width: 50%;
	border: 0;
}
.lanmu li .arr {
	display: none;
}
.lanmu li>a {
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #fff;
}
.list-4{ display:none;}
.list-4 li a {
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.list-4 li .img-center {
	width: 90px;
}
.list-4 li .text {
	margin: 0px;
	padding: 0 40px 0 0;
}
.list-4 li .text h4 {
	padding: 0;
	font-size: 16px;
}
.list-4 li .text p {
	line-height: 18px;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}
.list-4 li .date {
	margin-top: 0;
	right: 0;
}
.list-4 li .date span {
	margin: 0 0 5px;
	font-size: 14px;
	color: #adadad;
}
.list-4 li a:hover {
	padding-left: 0;
}
.list-4 li a:hover .text {
	padding: 0 40px 0 0;
}
.list-4 li:first-child a {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
.nav-sub {
	margin: -5px 0 20px -5px;
}
.nav-sub li a {
	margin: 5px 0 0 5px;
	font-size: 12px;
	padding: 0 10px;
	line-height: 32px;
}
.about-1 {
	font-size: 14px;
}
.about-2 {
	padding: 0 35px;
}
.about-2 .text {
	margin: 0;
}
.about-2 .swiper-button-prev {
	left: 0;
}
.about-2 .swiper-button-next {
	right: 0;
}
.about-2 .swiper-pagination {
	display: block;
}
.about-3 li {
	width: 100%;
}
.contact-right, .contact-left {
	width: auto;
	float: none;
}
.contact-right .item {
	margin-bottom: 20px !important;
}
.contact-right .item .ewm {
	margin-top: 0;
	font-size: 12px;
}
.contact-right .item .ewm a {
	line-height: 24px;
	background-size: 12px auto;
	background-position: 64px center;
	padding: 0 26px 0 10px;
}
.contact-right .item .ewm .img-center:before {
	display: none;
}
.contact-right .item .ewm .img-center:after {
	top: 39px;
}
.contact-right .item h4 {
	font-size: 18px;
}
.contact-right .item .text {
	margin-top: 15px;
	line-height: 1.8;
	padding-left: 10px;
	border-left-width: 1px;
}
.contact-left .map {
	height: 200px;
	margin-bottom: 20px;
}
.msg {
	padding: 15px;
}
.msg h4 {
	font-size: 18px;
}
.msg .tips {
	font-size: 14px;
}
.msg form {
	margin-left: 0;
}
.msg .form-group {
	width: 100%;
	margin: 10px 0 0;
}
.msg .form-group.full {
	width: 100%;
}
.msg .form-group.yzm {
	position: relative;
}
.msg .form-group.yzm .form-control {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
}
.msg .form-group.yzm .yzm-pic {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 90px;
}
.message-left, .message-right {
	width: auto;
	float: none;
}
.message-left {
	margin-bottom: 30px;
	font-size: 14px;
}
.message-left h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.jobs .item .tit {
	padding: 10px 56px 10px 10px;
}
.jobs .item .tit h4 {
	font-size: 16px;
}
.jobs .item .tit p {
	margin-top: 5px;
}
.jobs .item .tit p span {
	font-size: 12px;
	margin-right: 10px;
}
.jobs .item .tit:after {
	font-size: 20px;
	line-height: 44px;
	width: 35px;
	top: 10px;
	right: 10px;
}
.jobs .item .con {
	padding: 10px;
	font-size: 14px;
}
.news-left {
	float: none;
	width: auto;
}
.news-right {
	display: none;
}
.news-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-title h1 {
	font-size: 18px;
}
.news-title p span {
	font-size: 12px;
	margin-right: 10px;
}
.news-content {
	margin-bottom: 20px;
}
.news-content img {width:100%; margin:auto;}
.news-exp {
	padding-top: 10px;
	font-size: 12px;
}
.news-panel {
	margin-top: 30px;
}
.news-panel .tit {
	margin-bottom: 15px;
}
.news-panel .tit span {
	font-size: 16px;
	padding-bottom: 10px;
}
.news-panel .tit .fh {
	font-size: 14px;
}
.list-5 {
	margin-top: -10px;
}
.list-5 li {
	width: 100%;
}
.list-5 li a {
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
}
.case-title p span {
	margin: 0 5px;
}
.pc-slide, .yunu-showcase-info {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin-top: 20px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	line-height: 1.8;
}
.yunu-showcase-info p {
	height: auto;
}
.case-bb {
	margin-bottom: 10px;
}
.case-bb span {
	font-size: 18px;
}
.abcc {
	margin-top: -50px;
	padding-top: 80px;
}
.list-7 {
	margin: -10px 0 0 -10px;
}
.list-7 li {
	width: 50%;
}
.list-7 li a {
	margin: 10px 0 0 10px;
	padding: 10px;
}
.list-7 li .img-center {
	height: 150px;
	line-height: 150px;
}
.list-7 li .text {
	margin-top: 10px;
	font-size: 14px;
}
.list-7 li .img-center:after, .list-7 li .img-center:before {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
}
.position {
	font-size: 12px;
	display: none;
}
.sectiony {
	padding-top:20px;
	padding-right: 0;
	padding-bottom:10px;
	padding-left: 0; overflow:hidden;
}
}
