﻿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;

	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;

}

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], [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, 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: #1e50ae;

}

ul {

	margin: 0;

	list-style: none;

	padding: 0;

}

#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: #104492;

	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: 57px;

	height: 32px;

	line-height: 32px;

	background: #e8e8e8;

	border: none;

	color: #333;

	margin-right: 22px;

	cursor: pointer;

	transition: 0.3s;

}

.btn-1 {

	text-align: center;

}

.btn-1 input.focus {

	background: #104492;

	color: #fff;

}

.btn-1 input.focus:hover {

	background: #444;

}

.btn-1 input:hover {

	background: #ccc;

}

.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:-208px;

	top:50%;

	-webkit-transform:translateY(-50%);

	transform:translateY(-50%);

	z-index:10;

}

.kt-top {

	height:40px;

	line-height:40px;

	background:url(img/kefu.png) 12px center no-repeat #1e50ae;

	-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(img/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(img/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 #1e50ae;

	background-size:18px auto;

	cursor:pointer;

}

.kf-side {

	padding:18px 10px 10px;

	background:#1e50ae;

	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(img/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;

}

.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(img/f_01.png);

}

.footer-fix li i.i2 {

	background-image: url(img/f_02.png);

}

.footer-fix li i.i3 {

	background-image: url(img/f_03.png);

}

.footer-fix li i.i4 {

	background-image: url(img/f_04.png);

}

.swiper-pagination-bullet-active {

	background-color: #1e50ae;

}

.header {

	background-color: #fff;

}

.header .logo {

	float: left;

	font-size: 0;

	height: 80px;

	line-height: 80px;

	text-align: left;

	padding: 15px 0;

}

.header .tel {

	float: right;

	background: url(img/tel.png) 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: #1e50ae;

}

.header .text {

	float: left;

	font-size: 14px;

	margin: 20px 0 20px 30px;

	padding: 7px 0 7px 30px;

	border-left: 1px solid #ddd;

	color: #999;

}

.header .text strong {

	display: block;

	font-size: 22px;

	color: #1e50ae;

	margin-bottom: 5px;

}

.header .nav {

	font-size: 0;

	background-color: #1e50ae;

	color: #fff;

}

.header .nav li {

	display: inline-block;

	vertical-align: middle;

}

.header .nav li a {

	display: block;

	font-size: 16px;

	line-height: 50px;

	padding: 0 35px;

	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: #13439d;

}

.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: #13439d !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: 600px;

}

.banner .swiper-slide img {

	display: block;

	width: 100%;

	height: auto;

}

.banner .swiper-slide a {

	display: block;

	width: 100%;

	height: 100%;

}

.banner .swiper-pagination {

	display: none;

}

.banner .swiper-pagination-bullet {

	background-color: #fff;

	opacity: 1;

}

.banner .swiper-pagination-bullet-active {

	background-color: #015cb5;

}

.banner .swiper-button-prev {

	left: 3%;

}

.banner .swiper-button-next {

	right: 3%;

}

.yunu-sou {

	padding: 25px 0;

	border-bottom: 1px solid #eee;

	background-color: #f7f7f7;

}

.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(img/sear.png) no-repeat center #1e50ae;

	color: #fff;

	font-size: 0;

}

.section {

	padding: 60px 0;

}

.section-title {

	text-align: center;

	font-size: 0;

	margin-bottom: 40px;

}

.section-title h4 {

	margin: 0;

	display: inline-block;

	vertical-align: middle;

	font-size: 30px;

	position: relative;

	padding: 0 20px;

}

.section-title h4:after, .section-title h4:before {

	position: absolute;

	bottom: 20px;

	content: '';

	width: 135px;

	height: 1px;

	background-color: #999;

}

.section-title h4:after {

	left: 100%;

}

.section-title h4:before {

	right: 100%;

}

.section-title h4 em {

	padding: 0 10px;

	color: #1e50ae;

	font-size: 70px;

	line-height: 1;

}

.section-title h4 span {

	color: #1e50ae;

}

.section-title p {

	margin: 10px 0 0;

	font-size: 14px;

	color: #999;

	line-height: 2;

	text-transform:uppercase;

}

.in-honours ul {

	font-size: 0;

}

.in-honours li {

	width: 165px;

	display: inline-block;

	vertical-align: middle;

	margin-right: 30px;

}

.in-honours li a {

	display: block;

}

.in-honours li .img-center {

	height: 84px;

	line-height: 84px;

	background-color: #fff;

}

.str_wrap {

	position: relative;

	overflow: hidden;

}

.str_move {

	position: absolute;

	left: 0;

	top: 0;

	cursor: move;

	white-space: nowrap;

}

.in-pp {

	margin-left: -130px;

}

.in-pp li {

	float: left;

	width: 25%;

}

.in-pp li .wrap {

	margin: 0 0 0 130px;

}

.in-pp li .img-cover {

	width: 160px;

	height: 160px;

	margin: 0 auto;

	border: 10px solid #fff;

	border-radius: 50%;

	box-shadow: 0 0 15px rgba(0, 0, 0, .1);

}

.in-pp li h4 {

	text-align: center;

	margin: 20px 0 0;

	font-weight: normal;

	font-size: 18px;

}

.in-pp li p {

	margin: 10px 0 0;

	text-align: center;

	font-size: 12px;

	color: #999;

	line-height: 1.8;

}

.list-1 {

	margin: -20px 0 0 -20px;

}

.list-1 li {

	float: left;

	width: 25%;

}

.list-1 li a {

	display: block;

	margin: 20px 0 0 20px;

}

.list-1 li .img-center {

	border: 1px solid #eee;

}

.list-1 li p {

	margin: 10px 0 0;

	text-align: center;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in-prd dl {

	margin: 0;

	box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);

	background-color: #fff;

}

.in-prd dt {

	font-size: 16px;

	padding: 0 20px;

	line-height: 54px;

	cursor: pointer;

}

.in-prd dt:before {

	float: right;

	content: '';

	border-top: 2px solid #999;

	border-left: 2px solid #999;

	box-sizing: content-box;

	display: block;

	width: 8px;

	height: 8px;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	margin-top: 22px;

}

.in-prd dd {

	display: none;

}

.in-prd dl.active dt {

	background-color: #1e50ae;

	color: #fff;

}

.in-prd dl.active dt:before {

	border-left-color: #fff;

	border-top-color: #fff;

	-webkit-transform: rotate(-135deg);

	transform: rotate(-135deg);

}

.in-prd dd {

	margin: 0;

}

.in-prd dd .list-1 {

	padding: 10px 30px 30px 10px;

	margin: 0;

}

.in-prd dd .list-1 .img-center {

}

.in-tel {

	color: #fff;

	background: url(img/ad0ihlppcracgaag1lwq7quo_lghjzcadzi0aq.jpg) no-repeat center / cover;

}

.in-tel h4 {

	margin: 0;

	float: left;

	font-size: 36px;

	line-height: 1.8;

}

.in-tel p {

	margin: 0;

	float: right;

	font-size: 16px;

}

.in-tel p strong {

	display: block;

	font-size: 30px;

	font-family: Impact;

	line-height: 1;

	margin-top: 10px;

}

.in-ys dl {

	margin: 40px 0 0;

}

.in-ys dt {

	float: left;

	position: relative;

	width: 558px;

}

.in-ys dt span {

	position: absolute;

	top: -40px;

	padding: 20px;

	background-color: #1e50ae;

	color: #fff;

	font-family: Impact;

	left: 20px;

	font-size: 40px;

	line-height: 1;

}

.in-ys dt span:after {

	display: block;

	content: '';

	margin-top: 10px;

	height: 5px;

	background-color: #fff;

}

.in-ys dd {

	margin-left: 558px;

	padding: 50px 0 0 50px;

}

.in-ys dd h4 {

	margin: 0;

	color: #1e50ae;

	font-size: 30px;

}

.in-ys dd h4 small {

	display: block;

	color: #999;

	font-size: 14px;

	margin-top: 5px;

	text-transform:uppercase;

	font-weight:normal

}

.in-ys dd p {

	margin: 15px 0 0;

	line-height: 1.8;

	text-align: justify;

}

.in-ys dl:nth-child(even) dt {

float: right;

}

.in-ys dl:nth-child(even) dd {

margin: 0 558px 0 0;

padding: 50px 50px 0 0;

}

.in-desc {

	color: #fff;

	background: url(img/casebg.jpg) no-repeat center / cover;

	text-align: center;

}

.in-desc h4 {

	margin: 0;

	color: #1e50ae;

	font-size: 36px;

}

.in-desc p {

	margin: 10px 0 0;

	font-size: 16px;

}

.list-2 {

	margin: -20px 0 0 -20px;

}

.list-2 li {

	float: left;

	width: 33.333333%;

}

.list-2 li a {

	display: block;

	margin: 20px 0 0 20px;

}

.list-2 li .img-cover {

	padding-top: 68%;

}

.list-2 li p {

	margin: 10px 0 0;

	text-align: center;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	font-size: 16px;

}

.in-about {

	color: #fff;

	background: url(img/ad0ihlppcracgaagv8uq7quop6708auwga84zam.jpg) no-repeat center / cover;

}

.in-about dl {

	margin: 0;

	float: left;

	width: 900px;

}

.in-about dt {

	float: left;

	width: 370px;

}

.in-about dd {

	margin-left: 400px;

	padding-top: 20px;

}

.in-about dd h4 {

	margin: 0;

	font-size: 30px;

}

.in-about dd p {

	margin: 15px 0 0;

	line-height: 1.8;

	text-align: justify;

	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;

}

.in-about dd .more {

	display: inline-block;

	margin-top: 20px;

	color: #fff;

}

.in-about .swiper-container {

	float: right;

	width: 185px;

}

.in-about .swiper-slide .img-center {

	height: 250px;

	line-height: 250px;

}

.in-about .swiper-pagination {

	position: static;

	font-size: 0;

	margin-top: 10px;

}

.in-news-left {

	float: left;

	width: 800px;

}

.in-news-left dl {

	margin: 0 0 20px;

}

.in-news-left dt {

	float: left;

	width: 260px;

}

.in-news-left dd {

	margin-left: 280px;

}

.in-news-left dd h4 {

	margin: 0;

	font-size: 16px;

	font-weight: normal;

	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;

}

.in-news-left dd p {

	margin: 15px 0 0;

	line-height: 1.8;

	color: #666;

	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;

}

.in-news-left dd span {

	display: block;

	margin-top: 20px;

	color: #999;

}

.in-news-left li {

	border-top: 1px solid #eee;

}

.in-news-left li a {

	display: block;

	line-height: 48px;

	font-size: 14px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in-news-left li span {

	float: right;

	color: #999;

	font-size: 14px;

}

.in-news-right {

	float: right;

	width: 330px;

}

.in-news-right li {

	border-bottom: 1px solid #eee;

	padding-bottom: 15px;

	margin-bottom: 15px;

}

.in-news-right li:last-child {

	border-bottom: 0;

	padding-bottom: 0;

	margin-bottom: 0;

}

.in-news-right li a {

	display: block;

}

.in-news-right li h4 {

	margin: 0;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	font-weight: normal;

	font-size: 16px;

}

.in-news-right li h4 span {

	float: right;

	font-size: 14px;

	color: #999;

}

.in-news-right li p {

	margin: 10px 0 0;

	line-height: 1.8;

	color: #666;

	text-align: justify;

	overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

}

.link {

	padding: 20px 0;

}

.link h4 {

	border-bottom: 1px solid #ddd;

	margin: 0;

	font-size: 18px;

	color: #1e50ae;

	padding-bottom: 15px;

}

.link h4 small {

	text-transform: uppercase;

	font-size: 16px;

	font-weight: normal;

	color: #999;

}

.link ul {

	margin-left: -20px;

}

.link li {

	float: left;

	margin-left: 20px;

	margin-top: 20px;

}

.footer {

	background-color: #1f1f1f;

	color: #aaa;

	padding-top: 50px;

}

.footer p {

	margin: 0;

}

.footer a {

	color: #aaa;

}

.footer a:hover {

	color: #fff;

}

.footer-copy {

	margin-top: 50px;

	text-align: center;

	font-size: 12px;

	padding: 15px 0;

	background-color: #121212;

}

.footer-info {

	float: left;

	width: 400px;

	text-align: center;

}

.footer-info .tel {

	margin-top: 30px;

	color: #fff;

}

.footer-info .tel strong {

	display: block;

	font-family: Impact;

	font-size: 30px;

	line-height: 1;

	margin-top: 5px;

}

.footer dl {

	margin: 0 0 0 20px;

	float: left;

	width: 120px;

}

.footer dt {

	color: #fff;

	font-size: 16px;

	margin-bottom: 20px;

}

.footer dd {

	margin: 0;

}

.footer dd p {

	margin: 5px 0 0;

	font-size: 12px;

}

.footer dl.ca {

	float: right;

	width: 300px;

}

.banner-sub {

	height: 300px;

	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;

	padding: 20px 0;

	background-color: #1e50ae;

}

.contact-sd {

	padding: 20px;

	line-height: 1.8;

	font-size: 13px;

}

.lm-tag {

	text-align: center;

	font-size: 0;

	margin: -10px 0 40px -20px;

}

.lm-tag a {

	display: inline-block;

	font-size: 16px;

	margin: 10px 0 0 20px;

	line-height: 40px;

	padding: 0 20px;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	border-radius: 50px;

	border:#dedede 1px solid

}

.lm-tag a.active, .lm-tag a:hover {

	background-color: #1e50ae;

	color: #fff;

}

.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 li>a:hover, .lanmu li.active>a {

	color: #1e50ae;

}

.lanmu li.open .lanmu-box {

	display: block;

}

.lanmu li.open .arr:after {

	-webkit-transform: rotate(225deg);

	transform: rotate(225deg);

}

.content-title {

	border-bottom: 1px solid #eee;

	margin-bottom: 30px;

	padding-bottom: 30px;

}

.content-title h1 {

	font-size: 26px;

	margin: 0;

}

.content-title p {

	margin: 15px 0 0 -10px;

	font-size: 14px;

	color: #999;

}

.content-title p span {

	display: inline-block;

	margin-left: 10px;

}

.content-body {

	line-height: 1.8;

}

.content-body img {

	max-width: 100% !important;

	height: auto !important;

	width: auto !important;

}

.content-exp {

	padding: 10px 15px;

	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 40px;

}

.yunu-showcase-info {

	margin-left: 550px;

}

.yunu-showcase-info h1 {

	font-size: 20px;

	margin: 0 0 30px;

	font-weight: normal;

}

.yunu-showcase-info p {

	margin: 5px 0 0;

	color: #666;

	line-height: 1.8;

}

.yunu-showcase-info p strong {

	color: #1e50ae;

	font-size: 40px;

	line-height: 1;

}

.yunu-showcase-info .tel {

	margin-top: 30px;

}

.yunu-showcase-info .tel a {

	line-height: 42px;

	color: #fff;

	display: inline-block;

	width: 190px;

	text-align: center;

	border-radius: 5px;

	background-color: #1e50ae;

	border: 1px solid transparent;

	font-size: 16px;

}

.yunu-showcase-info .tel a.ac {

	background-color: transparent;

	color: #1e50ae;

	border-color: #1e50ae;

	width: 190px;

	margin-right: 15px;

}

.yunu-showcase-info .tel a.ac img {

	vertical-align: top;

	margin: 13px 10px 0 0;

}

.pc-slide {

	float:left;

	width:500px;

}

.view .swiper-slide .img-center {

	width:100%;

	height:400px;

	line-height:400px;

}

.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(img/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(img/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: #1e50ae;

}

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;

}

.title-1 {

	margin-bottom: 30px;

	border: 1px solid #ddd;

	font-size: 0;

}

.title-1 span {

	display: inline-block;

	font-size: 16px;

	border-top: 3px solid #1e50ae;

	color: #1e50ae;

	border-right: 1px solid #ddd;

	padding: 0 30px;

	line-height: 50px;

}

.ca-news {

	float: none;

	width: auto;

}

.ca-news li {

	padding-bottom: 30px;

	margin-bottom: 30px;

}

.news-list {

	margin-bottom: 40px;

}

.news-list-left {

	float: left;

	width: 500px;

}

.news-list-left a {

	display: block;

	position: relative;

	overflow: hidden;

}

.news-list-left p {

	margin: 0;

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	color: #fff;

	background: rgba(0, 0, 0, 0.7);

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	line-height: 40px;

	text-align: center;

}

.news-list-right {

	float: right;

	width: 660px;

}

.news-list-right li {

	border-bottom: 1px solid #eee;

	padding: 20px 0;

}

.news-list-right li:last-child {

	border-bottom: 0;

}

.news-list-right li a {

	display: block;

	overflow: hidden;

}

.news-list-right li .time {

	float: left;

	text-align: center;

	width: 80px;

	padding: 15px 0;

	background-color: #f5f5f5;

	font-size: 12px;

	color: #88888a;

}

.news-list-right li .time strong {

	display: block;

	font-size: 35px;

	color: #777;

	line-height: 1;

}

.news-list-right li .text {

	margin-left: 100px;

}

.news-list-right li .text h4 {

	margin: 0;

	font-size: 16px;

	font-weight: normal;

}

.news-list-right li .text p {

	margin: 10px 0 0;

	color: #8b8b8d;

	line-height: 1.8;

}

.news-list-right li a:hover .time strong {

	color: #003b8f;

}

.aboutcontent {

	margin: 0;

}

.aboutcontent dt {

	float: right;

	width: 100%;

}

.aboutcontent dd {

	margin: 0 0 0 0;

}

.aboutcontent dd h4 {

	margin: 0 0 30px;

	font-weight: normal;

	font-size: 30px;

}

.aboutcontent dd h4:after {

	display: block;

	content: '';

	height: 2px;

	margin-top: 15px;

	background-color: #1e50ae;

	width: 40px;

}

.aboutcontent dd p {

	margin: 0;

	text-align: justify;

	color: #666;

	line-height: 1.8;

}

.about-1 {

	margin: 0;

}

.about-1 dt {

	float: right;

	width: 600px;

}

.about-1 dd {

	margin: 0 650px 0 0;

}

.about-1 dd h4 {

	margin: 0 0 30px;

	font-weight: normal;

	font-size: 30px;

}

.about-1 dd h4:after {

	display: block;

	content: '';

	height: 2px;

	margin-top: 15px;

	background-color: #1e50ae;

	width: 40px;

}

.about-1 dd p {

	margin: 0;

	text-align: justify;

	color: #666;

	line-height: 1.8;

}

.about-2-bg {

	position: relative;

	background-color: #f7f7f7;

}

.about-2-bg:before {

	position: absolute;

	content: '';

	height: 100%;

	width: 50%;

	background: url(img/bg1.jpg) no-repeat center / cover;

	top: 0;

	left: 0;

}

.about-2 {

	margin-left: 50%;

	padding-left: 50px;

}

.about-2 h4 {

	margin: 0;

	font-weight: normal;

	font-size: 30px;

	float: right;

}

.about-2 h4:after {

	display: block;

	content: '';

	height: 2px;

	margin-top: 15px;

	background-color: #1e50ae;

	width: 40px;

}

.about-2 ul {

	list-style: disc;

	line-height: 1.8;

	color: #666;

	text-align: justify;

	padding-left: 40px;

}

.about-2 li {

	margin-top: 30px;

}

.contact-wrap {

	background-color: #f7f7f7;

	padding: 0 60px;

}

.contact-wrap dl {

	margin: 0;

	padding: 60px 0;

	border-bottom: 1px solid #ddd;

}

.contact-wrap dl:last-child {

	border: 0;

}

.contact-wrap dt {

	margin: 0 0 30px;

	font-weight: normal;

	font-size: 30px;

}

.contact-wrap dt:after {

	display: block;

	content: '';

	height: 2px;

	margin-top: 15px;

	background-color: #1e50ae;

	width: 40px;

}

.contact-wrap dd {

	margin: 0;

}

.contact-info {

	float: left;

	width: 400px;

}

.contact-info p {

	color: #666;

	margin: 20px 0 0;

}

.contact-map {

	float: right;

/*	width: 600px;

	height: 300px;*/

}

.message form {

	overflow: hidden;

	display: block;

	margin: -30px 0 0 -60px;

}

.message .form-group {

	float: left;

	margin: 30px 0 0 60px;

	width: 510px;

}

.message .form-label {

	display: block;

	margin-bottom: 10px;

}

.message .form-label span {

	color: red;

}

.message .form-content {

	border: 1px solid #ddd;

	background-color: #fff;

	padding: 10px 15px;

}

.message .form-control {

	border: 0;

	background-color: transparent;

	padding: 0;

	line-height: 30px;

	font-size: 14px;

	width: 100%;

	display: inline-block;

	vertical-align: middle;

}

.message .form-submit {

	display: block;

	background: #1e50ae;

	color: #fff;

	border: 0;

	padding: 0;

	cursor: pointer;

	outline: none;

	height: 54px;

	font-size: 16px;

	width: 280px;

	margin: 0 auto;

}

.message .form-group.full {

	float: none;

	width: auto;

}

.message .form-tips {

	text-align: center;

	color: #666;

	margin-top: 10px;

}

.message .form-tips span {

	color: red;

}

.yzm-box {

	position: relative;

}

.yzm-box .yzm-pic {

	position: absolute;

	right: 10px;

	top: 10px;

	height: 30px;

	line-height: 30px;

}

.list-3 {

	margin: -20px 0 0 -20px;

}

.list-3 li {

	float: left;

	width: 33.333333%;

}

.list-3 li a {

	display: block;

	margin: 20px 0 0 20px;

	border-radius: 10px;

	overflow: hidden;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.list-3 li .img-cover {

	padding-top: 56%;

}

.list-3 li .text {

	padding: 15px;

}

.list-3 li .text h4 {

	margin: 0;

	font-weight: normal;

	font-size: 16px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.list-3 li .text p {

	color: #888;

	margin: 10px 0 0;

	line-height: 1.8;

	height: 75px;

	overflow: hidden;

}

.position {

	padding: 0 0 15px 20px;

	border-bottom: #f0f0f0 solid 2px;

	margin-bottom: 30px;

	background: url(img/home.png) no-repeat 0 5px;

	margin-top: -40px;

}

@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;

}

 .position {

 font-size: 12px;

 background-size: auto 12px;

 padding-left: 18px;

 padding-bottom: 10px;

 margin-bottom: 15px;

 background-position: 0 3px;

 margin-top: -10px;

}

 .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 .text, .header .tel {

display: none;

}

 .header .logo {

height: 30px;

line-height: 30px;

float: none;

padding: 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: #1e50ae

}

 .header .nav li.open .arr:after {

border-color: #1e50ae;

-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: 160px;

}

 .banner .swiper-pagination {

display: block;

}

 .banner .swiper-button-prev, .banner .swiper-button-next {

display: none;

}

 .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;

}

 .section {

padding: 30px 0;

}

 .section-title {

margin-bottom: 20px;

}

 .section-title h4 {

font-size: 20px;

}

 .section-title h4:after, .section-title h4:before {

display: none;

}

 .section-title h4 em {

font-size: 40px;

}

 .section-title p {

margin-top: 5px;

line-height: 1.8;

}

 .in-pp {

margin: -20px 0 0 -20px;

}

 .in-pp li {

width: 50%;

}

 .in-pp li .wrap {

margin: 20px 0 0 20px;

}

 .in-pp li .img-cover {

width: 80px;

height: 80px;

border-width: 5px;

}

 .in-pp li h4 {

font-size: 16px;

margin-top: 15px;

}

 .in-pp li p {

height: 63px;

overflow: hidden;

}

 .in-honours li {

width: 120px;

margin-right: 15px;

}

 .in-honours li .img-center {

height: 61px;

line-height: 61px;

}

 .list-1 {

margin: -10px 0 0 -10px;

}

 .list-1 li {

width: 50%;

}

 .list-1 li a {

margin: 10px 0 0 10px;

}

 .list-1 li .img-center {

}

 .in-prd dt {

line-height: 44px;

}

 .in-prd dd .list-1 {

padding: 5px 15px 15px 5px;

margin: 0;

}

 .in-prd dd .list-1 .img-center {

}

 .in-tel {

text-align: center;

}

 .in-tel h4 {

float: none;

font-size: 18px;

}

 .in-tel p {

float: none;

margin-top: 10px;

font-size: 14px;

}

 .in-tel p strong {

font-size: 30px;

}

 .in-ys dt {

float: none !important;

width: auto;

}

 .in-ys dt span {

padding: 10px;

font-size: 20px;

top: -25px;

}

 .in-ys dd {

margin: 0 !important;

padding: 15px 0 0 !important;

}

 .in-ys dd h4 {

font-size: 20px;

}

 .in-ys dd h4 small {

font-size: 12px;

}

 .in-ys dd p {

margin-top: 10px;

}

 .in-desc h4 {

font-size: 18px;

}

 .in-desc p {

font-size: 14px;

}

 .list-2 {

margin: -10px 0 0 -10px;

}

 .list-2 li {

width: 50%;

}

 .list-2 li a {

margin: 10px 0 0 10px;

}

 .list-2 li p {

font-size: 14px;

}

 .in-about dl, .in-about dt {

float: none;

width: auto;

}

 .in-about dd {

margin: 0;

}

 .in-about dd h4 {

font-size: 20px;

}

 .in-about dd p {

margin-top: 10px;

}

 .in-about dd .more {

margin-top: 10px;

}

 .in-about .swiper-container {

float: none;

margin: 30px auto 0;

width: auto;

}

 .in-news-left, .in-news-right {

float: none;

width: auto;

}

 .in-news-left dt {

width: 120px;

}

 .in-news-left dd {

margin-left: 130px;

}

 .in-news-left dd h4 {

font-size: 14px;

overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;

}

 .in-news-left dd p {

margin-top: 5px;

font-size: 12px;

height: 42px;

overflow: hidden;

overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

}

 .in-news-left dd span {

margin-top: 5px;

font-size: 12px;

}

 .in-news-left li a {

font-size: 14px;

line-height: 40px;

}

 .in-news-left li span {

font-size: 12px;

}

 .in-news-right {

margin-top: 30px;

}

 .in-news-right li h4 {

font-size: 14px;

}

 .in-news-right li h4 span {

font-size: 12px;

}

 .in-news-right li p {

font-size: 12px;

}

 .footer {

padding-top: 30px;

}

 .footer-info {

float: none;

width: auto;

}

 .footer-info .logo {

height: 40px;

line-height: 40px;

}

 .footer-info .tel {

margin-top: 20px;

}

 .footer dl {

display: none;

}

 .footer-copy {

margin-top: 30px;

}

 .banner-sub {

height: 130px;

}

 .ct2-sd {

display: none;

}

 .ct2-mn {

float: none;

width: auto;

}

 .lm-tag {

margin: -5px 0 20px -5px;

}

 .lm-tag a {

margin: 5px 0 0 5px;

line-height: 34px;

font-size: 14px;

padding: 0 12px;

}

 .content-title {

margin-bottom: 15px;

padding-bottom: 15px;

}

 .content-title h1 {

font-size: 18px;

}

 .content-title p {

margin-left: -5px;

font-size: 12px;

margin-top: 10px;

}

 .content-title p span {

margin-left: 5px;

}

 .content-exp {

margin-top: 15px;

font-size: 12px;

}

 .yunu-showcase {

margin-bottom: 30px;

}

 .pc-slide {

float: none;

width: auto;

}

 .view .swiper-slide .img-center {

height: 300px;

line-height: 300px;

}

 .yunu-showcase-info {

margin: 20px 0 0;

}

 .yunu-showcase-info h1 {

margin-bottom: 20px;

}

 .yunu-showcase-info p {

margin-top: 10px;

}

 .yunu-showcase-info p strong {

font-size: 24px;

}

 .yunu-showcase-info .tel {

margin-top: 20px;

}

 .yunu-showcase-info .tel a {

line-height: 34px;

font-size: 14px;

}

 .yunu-showcase-info .tel a.ac {

width: 170px;

margin-bottom: 10px;

}

 .yunu-showcase-info .tel a.ac img {

margin-top: 9px;

margin-right: 5px;

}

 .title-1 {

margin-bottom: 20px;

}

 .title-1 span {

line-height: 34px;

padding: 0 20px;

font-size: 14px;

}

 .news-list {

margin-bottom: 0;

}

 .news-list-left, .news-list-right {

width: auto;

float: none;

}

 .news-list-right li .time {

width: 60px;

padding: 10px 0;

}

 .news-list-right li .time strong {

font-size: 24px;

}

 .news-list-right li .text {

margin-left: 75px;

}

 .news-list-right li .text h4 {

padding-top: 0;

font-size: 14px;

}

 .news-list-right li .text p {

font-size: 12px;

}

 .ca-news {

margin-top: 20px;

}

 .ca-news li {

padding-bottom: 15px;

margin-bottom: 15px;

}

 .about-1 dt {

float: none;

width: auto;

}

 .about-1 dd {

margin: 20px 0 0;

}

 .about-1 dd h4 {

font-size: 20px;

margin-bottom: 15px;

}

 .about-1 dd h4:after {

margin-top: 10px;

width: 30px;

}

 .about-2-bg:before {

display: none;

}

 .about-2 {

margin: 0;

padding: 0;

}

 .about-2 h4 {

float: none;

font-size: 20px;

}

 .about-2 h4:after {

margin-top: 10px;

width: 30px;

}

 .about-2 ul {

padding-left: 20px;

}

 .about-2 li {

margin-top: 15px;

}

 .contact-wrap {

padding: 0;

background-color: transparent;

margin: -30px 0;

}

 .contact-wrap dl {

padding: 30px 0;

}

 .contact-wrap dt {

font-size: 20px;

margin-bottom: 20px;

}

 .contact-wrap dt:after {

margin-top: 10px;

width: 30px;

}

 .contact-info {

float: none;

width: auto;

}

 .contact-info p {

margin-top: 10px;

}

 .contact-map {

float: none;

width: auto;

margin-top: 20px;

height: 200px;

}

 .message form {

margin-left: 0;

margin-top: -15px;

}

 .message .form-group {

float: none;

width: auto;

margin: 15px 0 0;

}

 .message .form-content {

padding: 5px 15px;

}

 .message .form-submit {

height: 44px;

}

 .yzm-box .yzm-pic {

top: 5px;

}

 .list-3 {

margin: -15px 0 0 -15px;

}

 .list-3 li {

width: 50%;

}

 .list-3 li a {

margin: 15px 0 0 15px;

}

 .list-3 li .text {

padding: 10px;

}

 .list-3 li .text h4 {

font-size: 14px;

}

 .list-3 li .text p {

font-size: 12px;

height: 63px;

margin-top: 5px;

}

}

.pages {

	clear: both;

	margin:20px auto 20px auto;

	padding-top:30px;

	overflow: hidden;

	text-align: center;

	font-size:14px;

}

.pages ul li {

	display:inline-block;

	border: 1px solid #ccc;

	padding: 6px 15px;

	margin: 0 1px;

	line-height:24px;

	background: #fff;

	color:#999;

	border-radius:2px

}

.pages ul li:hover {

	background:#1e50ae;

	color:#fff;

	border: 1px solid #1e50ae

}

.pages ul li:hover a {

	color:#fff;

}

.pages ul li.thisclass {

	display: inline-block;

	border: 1px solid #1e50ae;

	padding:6px 15px;

	margin: 0 1px;

	background: #1e50ae;

	color: #fff;

}

.pages ul li.thisclass a {

	color: #fff;

}

.pages ul li a {

	display:block;

	color:#999

}

.pages ul li a:hover {

	color: #fff;

}



 @media (max-width: 767px) {

	 

.m-message label input.inp, .m-message label textarea, .m-message label.code input {

	width: 100%;



}


.img-center img {

    max-width: 70%;


}





.foot a {

    color: #aaa;

    padding-left: 5px;

}



