@charset "utf-8";
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.num_con{
	display: none;
}
.about-sec1 .num_con{
	display: none;
}
html,
body {
	width: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #004592;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1660px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 100px;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}

header.fixed {
	-moz-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
	background: #fff;
}

.head-main {
	position: relative;
	line-height: 100px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	line-height: 70px;
}

.head-main .logo {
	float: left;
}

.head-main .logo img {
	vertical-align: middle;
	height: 71px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main .logo img {
	height: 61px;
}

.head-main .tel {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
	width: 250px;
	background: #024594;
	text-align: center;
}

.head-main .tel img {
	vertical-align: middle;
	margin-right: 10px;
}

.head-main .nav {
	float: right;
	margin-right: 45px;
}

.head-main .nav>ul>li {
	float: left;
}

.nav>ul>li {
	margin: 0 10px;
}

.nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #525252;
	padding: 0 10px;
}

.nav>ul>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 0;
	height: 2px;
	background: #024594;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main .nav>ul>li>a:after {
	bottom: 13px;
}

.nav>ul>li:hover>a:after,
.nav>ul>li>a.on:after {
	opacity: 1;
	width: 100%;
}

.nav>ul>li:hover>a,
.nav>ul>li a.on {
	color: #004592;
}

.searchform {
	float: right;
	display: block;
	position: relative;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	padding: 0 29px;
	margin-right: 38px;
}

.searchform .con {
	display: inline-block;
	vertical-align: middle;
}

.search1 {
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
	background: #f5f5f5;
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .search1 {
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
}

.search2 {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: none;
	background: url(../images/search.png) no-repeat center center;
}

.searchform:hover {
	background-color: #f5f5f5;
}

.searchform:hover .search2 {
	cursor: pointer;
	background-color: #f5f5f5;
}

.searchform:hover .search1 {
	width: 145px;
}

.wrap {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.nav_layer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f4f4f4;
	font-size: 14px;
	display: none;
	z-index: 11;
}

.nav_layer .layer_l {
	width: 42%;
	float: left;
}

.nav_layer .layer_l_hd {
	font-size: 22px;
	color: #4e4e4e;
	margin: 15px 0 10px;
	font-weight: normal;
}

.nav_layer .layer_l_bd {
	color: #666;
	margin-bottom: 30px;
	min-height: 75px;
	padding-right: 14%;
	text-align: justify;
	letter-spacing: 0.5px;
	line-height: 1.8;
}

.nav_li.cur>a {
	background: #004592;
	color: #fff;
	font-weight: bold;
}
.fnav dl:last-child{
	/* display: none; */
}
.nav_li>a:hover {
	background: #004592;
	color: #fff;
	font-weight: bold;
}
.head-main .nav>ul>li:last-child{
	display: none;
}
.nav_layer .more_btn {
	width: 136px;
	height: 35px;
	border: 1px solid #004592;
	line-height: 35px;
	color: #004592;
	font-weight: normal;
	text-align: center;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2
}

.nav_layer .more_btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #004592;
	transition: all 0.5s ease;
	top: 0;
	right: 100%;
	z-index: -1;
}

.nav_layer .more_btn:hover:after {
	right: 0;
}

.nav_layer .more_btn:hover {
	color: #fff;
}

.nav_layer .layer_c {
	width: 26%;
	float: left;
}

.nav_layer .layer_c_box {
	border-right: 1px #d2d2d2 solid;
	border-left: 1px #d2d2d2 solid;
	padding: 30px 45px 0;
	min-height: 300px;
	font-size: 16px;
}

.nav_layer .layer_c a {
	display: block;
	padding: 10px 0px;
	line-height: 25px;
	border-bottom: 1px #e9ebed solid;
	font-size: 16px;
	color: #666;
}

.nav_layer .layer_c a:hover {
	color: #004592;
}

.nav_layer .layer_r {
	float: right;
	width: 25%;
	padding-top: 30px;
}

.row {
	width: 101%;
	transition: .2s width ease;
	*zoom: 1;
}
.rect-5625 img{
	display: block;
	width: 100%;
}
/**[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.rect-5625 {
	padding-bottom: 56.25%;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
}*/

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.imgZoom img,
.imgY180 img {
	width: 100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}


/*移动端*/


/*	 *	 *	jQuery Sliding Menu Plugin	 *	Mobile app list-style navigation in the browser	 *	 *	Written by Ali Zahid	 *	http://designplox.com/jquery-sliding-menu	 *	 */

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(/static/images/navBg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #004592 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background: #004592;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #004592;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: #004592;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.sliding-menu a.back {
	background: #2b77c7;
}

.sliding-menu a:hover {
	background: #2b77c7;
}


/*
 
 * footer
 * */

footer {
	background: #024594 url(../images/footbg.png) no-repeat left top;
}

.footop {
	padding: 35px 0 15px;
}

.finfo {
	float: left;
	width: 19.33%;
}

.finfo a {
	display: block;
}

.finfo a img {
	display: block;
	height: 71px;
	max-height: 100%;
}

.finfo ul {
	margin-top: 15px;
	font-size: 18px;
	color: #ffffff;
}

.finfo ul li {
	margin-top: 10px;
}

.finfo ul img {
	vertical-align: middle;
	margin-right: 15px;
}

.fnav {
	float: left;
	width: 58.6%;
	border-left: 1px solid #3863BC;
	border-right: 1px solid #3863BC;
	text-align: center;
	font-size: 0;
}

.fnav dl {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	max-width: 130px;
}

.fnav dl:first-child {
	margin-left: 0;
}

.fnav dt {
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 20px;
	margin-bottom: 20px;
}

.fnav dt:after {
	content: "";
	display: block;
	width: 34px;
	height: 1px;
	background: #fff;
	margin-top: 15px;
}

.fnav dd {
	text-align: left;
	line-height: 25px;
}

.fnav dd a {
	font-size: 14px;
	color: #DFDFD0;
}

.fnav dd a:hover {
	color: #fff;
}

.fewm {
	float: right;
	width: 22.07%;
	text-align: right;
}

.fewm li {
	margin-top: 10px;
	text-align: center;
	width: 131px;
	max-width: 46%;
	float: right;
	margin-left: 4%;
}

.fewm li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.fewm li .t {
	margin-top: 10px;
	font-size: 14px;
	color: #DDDDDD;
	line-height: 16px;
}

.copyright {
	border-top: 1px solid #3863BC;
	font-size: 14px;
	color: #ddd;
	line-height: 48px;
}

.copyright a {
	color: #ddd;
}


/*
 
 * 
 * */

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper {
	width: 100%;
	max-width: 1903px;
}

.bannerswiper .swiper-pagination {
	left: 50%;
	bottom: 50px;
	width: auto;
	font-size: 0;
	transform: translateX(-50%);
}

.bannerswiper .swiper-pagination:after {
	content: '';
	width: 65%;
	height: 100%;
	background: url(../images/pagination.png) repeat-x left center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.bannerswiper .swiper-pagination-bullet {
	background: url(../images/yuan1.png) no-repeat center center;
	opacity: 1;
	position: relative;
	width: 22px;
	height: 22px;
	transform: scale(0.8);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
}

.bannerswiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 50px;
}
.preview .tbox a{
	    color: #545454;
}
.preview .active-nav .tbox a{
  
    color: #fff;
}
.bannerswiper .swiper-pagination-bullet-active {
	background: url(../images/yuan2.png) no-repeat center center;
	transform: scale(1);
}

.bannerswiper .swiper-button-prev,
.bannerswiper .swiper-button-next {
	width: 42px;
	height: 42px;
	left: auto;
	top: auto;
	bottom: 65px;
	margin: 0;
	transition: all 0.3s;
}

.bannerswiper .swiper-button-prev {
	background: url(../images/bannerl.png) no-repeat center center;
	background-size: cover;
	right: 163px;
}

.bannerswiper .swiper-button-next {
	background: url(../images/bannerr.png) no-repeat center center;
	background-size: cover;
	right: 100px;
}

.bannerswiper .swiper-button-prev:hover,
.bannerswiper .swiper-button-next:hover {
	width: 50px;
	height: 50px;
}

.intitle {
	text-align: center;
}

.intitle .ch {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}

.intitle .en {
	font-size: 30px;
	color: #014593;
	line-height: 30px;
}

.intitle .ico {
	margin: 10px 0;
	font-size: 0;
}

.intitle .ico:before,
.intitle .ico:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #999;
}

.intitle .ico span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	width: 206px;
	border-top: 1px dashed #999;
	border-width: 2px;
}

.wt .ch,
.wt .en {
	color: #fff;
}

.wt .ico:before,
.wt .ico:after {
	background: #fff;
}

.wt .ico span {
	border-color: #fff;
}

.in-sec1 {
	padding: 70px 0;
	background: #024594 url(../images/probg.png) no-repeat left top;
	background-size: cover;
}

.in-sec1 .main {
	margin-top: 55px;
}

.view {
	position: relative;
}

.view {
	padding: 0 150px;
}

.view .arrow-left,
.view .arrow-right {
	width: 34px;
	height: 64px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.view .arrow-left {
	left: 0;
	background: url(../images/prol.png) no-repeat left center;
}

.view .arrow-right {
	right: 0;
	background: url(../images/pror.png) no-repeat left center;
}

.view .arrow-left:hover,
.view .arrow-right:hover {
	opacity: 0.8;
}

.view a {
	display: block;
}

.view .pic {
	float: left;
	width: 46.32%;
}

.view .pic img {
	max-width: 100%;
	display: block;
}

.view .tbox {
	float: left;
	width: 53.68%;
	padding: 0 50px;
	color: #fff;
	margin-top: 75px;
}

.view .tbox .t1 {
	font-size: 30px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

.view .tbox .t2 {
	margin-top: 30px;
	font-size: 18px;
	color: #EDEDED;
	height: 96px;
	line-height: 32px;
}

.view .tbox .t3 {
	margin-top: 90px;
	text-align: right;
}

.view .tbox .t3 span {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	width: 180px;
	height: 55px;
	line-height: 53px;
	border: 1px solid #fff;
	padding-left: 35px;
	background: url(../images/yuan3.jpg) no-repeat 120px center;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.view .tbox .t3 span:hover {
	padding-left: 30px;
}

.view .swiper-slide {
	opacity: 0!important;
}

.view .swiper-slide-active {
	opacity: 1!important;
}

.preview {
	margin-top: 35px;
}

.preview .tbox {
	line-height: 66px;
	height: 66px;
	background: #fff;
	font-size: 20px;
	color: #545454;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.preview .tbox img {
	width: 41px;
	vertical-align: middle;
	margin-right: 10px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.preview .active-nav .tbox {
	background: #0164AC;
	color: #fff;
}

.preview .active-nav .tbox img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.in-sec2 {
	padding: 65px 0 0;
	background: #fff url(../images/aboutbg.png) no-repeat left top;
	background-size: 100% auto;
}

.in-sec2 .main {
	margin-top: 60px;
}

.in-sec2 .main .tbox {
	font-size: 16px;
	color: #535353;
	text-align: center;
	line-height: 32px;
}

.num_con {
	margin-top: 50px;
}

.num_con li {
	float: left;
	width: 20%;
	text-align: center;
	color: #333;
	border-left: 1px solid #ddd;
}

.num_con li:first-child {
	border: none;
}

.num_con li .t1 {
	font-size: 0;
}

.num_con li .t1 span {
	font-size: 20px;
	color: #545454;
	vertical-align: bottom;
}

.num_con li .number {
	font-size: 70px;
	line-height: 60px;
	font-style: normal;
	font-family: impact;
	vertical-align: bottom;
}

.num_con li .number:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	background: url(../images/jia.png) no-repeat left top;
}

.num_con li .t2 {
	margin-top: 15px;
	font-size: 20px;
	line-height: 20px;
}

.aboutpic {
	margin-top: 65px;
}

.aboutpic li {
	float: left;
	width: 33.33%;
	overflow: hidden;
}

.aboutpic li a {
	position: relative;
	display: block;
}

.aboutpic li img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.aboutpic li:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.aboutpic li .tbox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aboutpic li .ico {
	width: 111px;
	margin: 0 auto;
}

.aboutpic li .t {
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.in-sec3 {
	padding: 75px 0 160px;
	background: #fff url(../images/casebg.jpg) no-repeat bottom center;
}

.in-sec3 .main {
	margin-top: 50px;
}

.caseswiper {
	position: relative;
	padding: 0 45px;
}

.caseswiper .swiper-button-next,
.caseswiper .swiper-button-prev {
	width: 24px;
	height: 38px;
	margin-top: -19px;
}

.caseswiper .swiper-button-next {
	right: 0;
	background: url(../images/caser.jpg) no-repeat left top;
}

.caseswiper .swiper-button-prev {
	left: 0;
	background: url(../images/casel.jpg) no-repeat left top;
}

.casemain .item {
	display: block;
	background: #EEEEEE;
	border: 1px solid #ccc;
}

.casemain .item .pic {
	overflow: hidden;
}

.casemain .item .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.casemain .item:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.casemain .item .tbox {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 103px;
}

.casemain .item .tbox .t1 {
	display: table-cell;
	vertical-align: middle;
	background: #024594;
	font-size: 25px;
	color: #fff;
	line-height: 30px;
	width: 153px;
	text-align: center;
}

.casemain .item .tbox .t {
	padding: 0 20px;
}

.casemain .item .tbox .t1 .t {
	max-height: 60px;
}

.casemain .item .tbox .t2 {
	display: table-cell;
	vertical-align: middle;
	background: #eeeeee;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.casemain .item .tbox .t2 .t {
	max-height: 48px;
}

.in-sec4 {
	padding: 70px 0 105px;
	background: #f0f0f2;
}

.in-sec4 .main {
	margin-top: 45px;
}

.in-sec4 .main .news1 {
	float: left;
	width: 61.44%;
}

.in-sec4 .main .news2 {
	float: right;
	width: 37.22%;
}

.newsswiper a {
	display: block;
	background: #fff;
}

.newsswiper a .pic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.newsswiper a .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.newsswiper a:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.newsswiper a .tbox {
	float: left;
	width: 50%;
	padding: 30px 35px;
}

.newsswiper a .tbox .t1 {
	font-size: 20px;
	color: #024594;
	font-weight: bold;
}

.newsswiper a .tbox .t2 {
	margin-top: 25px;
	font-size: 20px;
	color: #444;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}

.newsswiper a .tbox .t3 {
	margin-top: 15px;
	font-size: 14px;
	color: #444;
	line-height: 25px;
	height: 75px;
}

.newsswiper a .tbox .t4 {
	margin-top: 85px;
}

.newsswiper a .tbox .t4 span {
	display: inline-block;
	width: 142px;
	height: 37px;
	line-height: 37px;
	background: #024594;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.newsswiper a .tbox .t4 span:hover {
	background: #2e509b;
}

.newsswiper a:hover .tbox .t2 {
	color: #024594;
}

.newsswiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 60px;
	bottom: 35px;
}

.newsswiper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #666666;
	opacity: 1;
}

.newsswiper .swiper-pagination-bullet-active {
	background: #024594;
}

.news2 {
	background: #fff;
	min-height: 350px;
	display: table;
	table-layout: fixed;
}

.news2 ul {
	display: table-cell;
	vertical-align: middle;
}

.news2 li a {
	display: block;
	padding: 10px 0;
}

.news2 li a:hover {
	background: #024594;
}

.news2 li .time {
	float: left;
	width: 17.5%;
	color: #333;
	text-align: center;
}

.news2 li a:hover .time {
	color: #fff;
}

.news2 li .time .dd {
	font-size: 30px;
	font-weight: bold;
}

.news2 li .time .yymm {
	margin-top: 5px;
	font-size: 14px;
}

.news2 li .tbox {
	float: right;
	width: 82.5%;
	color: #444;
	padding-right: 40px;
}

.news2 li a:hover .tbox {
	color: #fff;
}

.news2 li .tbox .t1 {
	font-size: 18px;
	line-height: 22px;
	height: 22px;
}

.news2 li .tbox .t2 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
}


/*
 
 * pro
 * */

.banner {
	position: relative;
}

.banner .tbox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}

.banner .tbox .en {
	margin-top: 10px;
	text-transform: uppercase;
}

.weizhi {
	background: #eef2f5;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}

.posleft {
	float: left;
}

.navswiper a {
	position: relative;
	font-size: 16px;
	color: #535353;
	margin: 0 30px;
	line-height: 20px;
	display: inline-block;
}

.navswiper a:hover,
.navswiper a.on {
	color: #004C9D;
}

.navswiper a.on:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 2px;
	background: #004C9D;
}

.navswiper .swiper-slide {
	width: auto;
	background: url(../images/xian.png) no-repeat left center;
}

.navswiper .swiper-slide:first-child {
	background: none;
}

.posright {
	float: right;
	padding-left: 30px;
	font-size: 14px;
	color: #777;
	background: url(../images/home.png) no-repeat left center;
}

.posright a,
.posright span {
	color: #777;
}

.pro-sec {
	padding: 60px 0;
}

.pro-sec li {
	margin-bottom: 60px;
	background: #eef2f5;
}

.pro-sec li a {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 90px;
	height: 485px;
}

.pro-sec li .pic {
	width: 42%;
	display: table-cell;
	vertical-align: middle;
}

.pro-sec li .pic img {
	display: block;
	max-width: 100%;
	max-height: 410px;
}

.pro-sec li .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 58%;
	padding-left: 7.9%;
}

.pro-sec li .tbox .t1 {
	font-size: 30px;
	color: #222;
	font-weight: bold;
}

.pro-sec li a:hover .tbox .t1 {
	color: #286da5;
}

.pro-sec li .tbox .t2 {
	margin-top: 30px;
	font-size: 18px;
	color: #666;
	line-height: 32px;
	max-height: 96px;
}

.advantages {
	margin-top: 30px;
}

.advantages .item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 40px;
}

.advantages .item .ico {
	width: 73px;
	margin: 0 auto;
}

.advantages .item .ico img {
	display: block;
	width: 100%;
}

.advantages .item .t {
	font-size: 16px;
	color: #777;
}

.pro-sec li .tbox .t3 {
	margin-top: 10px;
	text-align: right;
}

.pro-sec li .tbox .t3 span {
	font-size: 20px;
	color: #014593;
	display: inline-block;
	line-height: 24px;
	text-align: left;
	width: 122px;
	padding-bottom: 10px;
	background: url(../images/jiantou.png) no-repeat bottom right;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pro-sec li:hover .tbox .t3 span {
	width: 130px;
}

.page {
	margin-top: 75px;
	text-align: center;
}
/*
.page a {
	display: inline-block;
	margin-left: -1px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid #EDEDED;
}
.page span.current{
    background:#50A8E6;
    color:#FFF;
    font-weight:700;
    border-color:#50A8E6;
}
.page a:hover,
.page a.on {
	background: #063A7D;
	color: #fff;
} */

.page a,
.page span {
	display: inline-block;
	margin-left: -1px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid #EDEDED;
}


.page a.first,
.page a.prev,
.page a.next,
.page a.end {
	margin: 0;
}

.page a:hover,
.page a.on {
	background: #063A7D;
	color: #fff;
}




/*
 
 * about
 * */

.nytitle {
	text-align: center;
}

.nytitle .ch {
	font-size: 28px;
	color: #014C9D;
	font-weight: bold;
	line-height: 34px;
}

.nytitle .ico {
	margin: 10px 0;
	font-size: 0;
}

.nytitle .ico:before,
.nytitle .ico:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999;
}

.nytitle .ico span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 103px;
	border-top: 1px dashed #999;
	border-width: 2px;
}

.about-sec1 {
	padding: 55px 0 90px;
}

.about-sec1 .main {
	margin-top: 30px;
}

.about-sec1 .main .ch {
	font-size: 28px;
	color: #545454;
	text-align: center;
}

.about-sec1 .main .en {
	margin-top: 10px;
	font-size: 18px;
	color: #004592;
	text-align: center;
}

.about-sec1 .main .tbox {
	margin-top: 15px;
	font-size: 16px;
	color: #535353;
	text-align: center;
	line-height: 32px;
}

.about-sec1 .num_con {
	margin-top: 70px;
}

.about-sec2 {
	padding: 50px 0 100px;
	background: #9EC6E7 url(../images/teambg.jpg) no-repeat left top;
	background-size: cover;
}

.about-sec2 .main {
	margin-top: 40px;
}

.about-sec2 .main .item {
	float: left;
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	width: 17.35%;
	margin-left: 0.723%;
}

.about-sec2 .main .item:first-child {
	width: 45.78%;
	margin-left: 0;
}

.about-sec2 .main .picbox {
	position: relative;
	float: left;
	width: 45.26%;
}

.about-sec2 .main .item .pic {
	overflow: hidden;
}

.about-sec2 .main .item .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about-sec2 .main .item:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.about-sec2 .main .item .tbox {
	text-align: center;
	padding: 15px 15px 18px 15px;
	background: #fff;
}

.about-sec2 .main .item .tbox .t1 {
	font-size: 20px;
	color: #004C9D;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

.about-sec2 .main .item .tbox .t2 {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	height: 40px;
}

.about-sec2 .main .picbox .tbox {
	font-size: 20px;
	color: #fff;
	line-height: 58px;
	height: 58px;
	background: #014C9D;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

.about-sec2 .main .hovertbox {
	float: left;
	width: 54.74%;
	padding: 45px 35px 0 35px;
}

.about-sec2 .main .hovertbox .name {
	color: #333;
	font-size: 20px;
	line-height: 24px;
}

.about-sec2 .main .hovertbox .name span {
	color: #014C9D;
	font-size: 25px;
	margin-right: 15px;
}

.about-sec2 .main .hovertbox .name:after {
	content: "";
	display: block;
	margin-top: 15px;
	width: 125px;
	height: 1px;
	background: #BBBBBB;
}

.myhonor {
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.myhonor ul {
	max-height: 352px;
	overflow: auto;
}

.myhonor ul,
.myhonor li {
	list-style-type: disc;
	list-style-image: url(../images/ul.png);
}

.about-sec3 {
	padding: 35px 0;
}

.about-sec3 .main {
	margin-top: 40px;
}

.shebeiswiper .swiper-pagination {
	position: static;
	margin-top: 55px;
}

.shebeiswiper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #666666;
	opacity: 1;
}

.shebeiswiper .swiper-pagination-bullet-active {
	background: #024594;
}

.shebeiswiper .item {
	position: relative;
	display: block;
	background: #fff;
	margin: 1px 7px 7px 1px;
	padding: 10px;
	box-shadow: 3px 3px 5px rgba(136, 136, 136, 0.5);
}

.shebeiswiper .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: #014C9D;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.shebeiswiper .item:hover:after {
	width: 100%;
}

.shebeiswiper .item .pic {
	overflow: hidden;
}

.shebeiswiper .item .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.shebeiswiper .item:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shebeiswiper .item .tbox {
	margin: 25px 0 15px;
	text-align: center;
	font-size: 18px;
	color: #1F1F1F;
	line-height: 22px;
	height: 44px;
}

.about-sec4 {
	padding: 35px 0 80px;
	background: #f5f5f5;
}

.about-sec4 .main {
	margin-top: 35px;
}

.about-sec4 li {
	float: left;
	width: 16.26%;
	margin-right: 0.488%;
	margin-bottom: 10px;
	background: #fff;
}

.about-sec4 li:nth-child(6n) {
	margin-right: 0;
}

.about-sec4 li a {
	display: block;
	width: 100%;
	height: 141px;
	line-height: 141px;
	text-align: center;
}

.about-sec4 li img {
	vertical-align: middle;
	max-width: 88.5%;
	max-height: 80%;
}

.about-sec4 li a:hover {
	opacity: 0.8;
}


/*
 
 * contact
 * */

.contact-sec1 {
	padding: 60px 0;
	background: #fff;
	text-align: center;
}

.contact-sec1 .main {
	margin-top: 60px;
}

.contact-sec1 li {
	margin: 0 50px;
	display: inline-block;
}

.contact-sec1 li img {
	width: 45px;
}

.contact-sec1 li .tbox {
	color: #777;
	margin-top: 25px;
}

.contact-sec1 li .tbox .t1 {
	font-size: 14px;
}

.contact-sec1 li .tbox .t2 {
	font-size: 20px;
}

.contact-sec2 {
	height: 540px;
}

.contact-sec2 iframe {
	border: none;
	display: block;
}


/*
 
 * case
 * */

.case-sec {
	padding: 40px 0 55px;
}

.case-sec li {
	float: left;
	width: 30.42%;
	margin-right: 4.37%;
	margin-bottom: 35px;
}

.case-sec li:nth-child(3n) {
	margin-right: 0;
}


/*
 
 * 
 * */

.service-sec {
	padding: 55px 0;
	background: #fff;
}

.service-sec .main {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}

.service-sec img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*
 
 * 
 * */

.job-sec {
	padding: 40px 0 55px;
}

.job-sec ul {
	border: 1px solid #F0F0F0;
}

.job-sec li {
	float: left;
	width: 25%;
	border: 1px solid #F0F0F0;
}

.job-sec .tbox {
	padding: 55px 40px;
}

.job-sec .tbox .t1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
}

.job-sec .tbox .t1:after {
	content: "";
	display: block;
	margin: 45px 0 20px;
	width: 50px;
	height: 1px;
	background: #F0F0F0;
}

.job-sec .tbox .t2 {
	font-size: 14px;
	color: #868686;
	line-height: 28px;
}

.job-sec .tbox .t3 {
	margin-top: 25px;
	color: #EB3745;
	font-size: 14px;
	text-transform: uppercase;
}

.job-sec .tbox .t3:hover {
	color: #004592;
}


/*
 
 * news
 * */

.news-sec {
	padding: 35px 0 60px;
}

.news-sec li {
	border-bottom: 1px solid #ddd;
}

.news-sec li a {
	display: block;
	padding: 30px 0;
}

.news-sec li a:hover {
	background: #F8F8F8;
}

.news-sec li .time {
	float: left;
	width: 9.3%;
	color: #063B7D;
	text-align: center;
}

.news-sec li .time .dd {
	margin-top: 15px;
	font-size: 60px;
	font-weight: bold;
}

.news-sec li .time .yymm {
	margin-top: 5px;
	font-size: 18px;
}

.news-sec li .tbox {
	float: left;
	width: 70.2%;
	color: #333;
	padding: 0 50px 0 60px;
	border-left: 1px solid #ddd;
}

.news-sec li .tbox .t1 {
	font-size: 22px;
	line-height: 26px;
	height: 26px;
}

.news-sec li .tbox .t2 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	color: #545454;
}

.news-sec li .tbox .t3 {
	margin-top: 20px;
	font-size: 14px;
	color: #c9c9c9;
	padding-left: 18px;
	background: url(../images/look.png) no-repeat left center;
}

.news-sec li .pic {
	float: left;
	width: 14.8%;
}

.news-sec li .pic img {
	display: block;
	width: 100%;
}


/*
 
 * 
 * */

.newsxq_sec {
	padding: 50px 0;
	background: #fff;
}

.newsleft {
	float: left;
	width: 76%;
}

.newsleft .tit {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.newsleft .tit .t1 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}

.newsleft .tit .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #888;
}

.newsleft .tit .t2 span {
	margin-right: 30px;
}

.newsleft .details {
	margin-top: 25px;
	font-size: 16px;
	color: #545454;
	line-height: 35px;
}

.newsleft .details p {
	/*text-indent: 2em;*/
}

.newsleft .details img {
	max-width: 100%;
}

.page2 {
	margin-top: 50px;
	font-size: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page2 a {
	display: inline-block;
	font-size: 16px;
	color: #878787;
	height: 80px;
	line-height: 80px;
	width: 40%;
}

.page2 a span {
	font-size: 16px;
	color: #444;
	margin-right: 15px;
}

.page2 .next {
	float: right;
	text-align: right;
}

.page2 a:hover {
	color: #004592;
}

.newsright {
	float: right;
	width: 21.4%;
	background: #F9FAFB;
	padding: 15px 0;
}

.newsright .tit {
	font-size: 25px;
	color: #444;
	line-height: 46px;
	padding: 0 40px;
	border-left: 5px solid #073C7E;
}

.xgnews .list {
	border-top: 1px solid #fff;
	padding: 20px 30px;
}

.xgnews .list ul li {
	padding-left: 10px;
	background: url(../images/yuan4.jpg) no-repeat left center;
}

.xgnews .list ul li a {
	font-size: 15px;
	color: #545454;
	height: 40px;
	line-height: 40px;
}

.xgnews .list ul li a:hover {
	color: #2a5ea4;
}

@media only screen and (max-width:560px) {
	.newsxq_sec {
		padding: 30px 0;
	}
	.newsleft {
		width: 100%;
	}
	.newsright {
		display: none;
	}
	.newsleft .tit {
		padding: 0 0 15px 0;
		border-bottom: 1px solid #eff3f6;
	}
	.newsleft .tit .t1 {
		font-size: 18px;
	}
	.newsleft .tit .t2 {
		font-size: 12px;
	}
	.newsleft .details {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.newsleft .details img {
		margin: 15px auto;
	}
	.page2 {
		margin-top: 30px;
	}
	.details2 {
		display: none;
	}
}


/*
 
 * 
 * */

.proxq-sec1 {
	padding: 40px 0 0;
}

.proxq-sec1 li {
	margin-bottom: 0;
}

.proxq-sec1 .distable {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 200px 0 30px;
	height: 485px;
}

.smallimg {
	width: 7.76%;
	display: table-cell;
	vertical-align: middle;
}

.proview {
	height: 348px;
}

.proview .swiper-slide {
	height: 77px;
	border: 1px solid #ddd;
	background: #fff;
}

.proview .active-nav {
	opacity: .9;
	border-color: #004592;
}

.proview img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 83%;
	max-height: 83%;
}

.proimgswiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 60px;
	bottom: 35px;
}

@media only screen and (min-width:1025px) {
	.proimgswiper .swiper-pagination {
		display: none;
	}
}

.proimgswiper .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #666666;
	opacity: 1;
}

.proimgswiper .swiper-pagination-bullet-active {
	background: #024594;
}

.proxq-sec1 li .pic {
	width: 38.24%;
	padding-left: 30px;
}

.proxq-sec1 li .tbox {
	width: 54%;
	padding-left: 9.4%;
}

.proxq-sec1 li .pic img {
	max-height: 400px;
	margin: 0 auto;
}

.proimgswiper .arrow-left,
.proimgswiper .arrow-right {
	width: 34px;
	height: 64px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.proimgswiper .arrow-left {
	left: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/prol.png) no-repeat center center;
	background-size: 70% auto;
}

.proimgswiper .arrow-right {
	right: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/pror.png) no-repeat center center;
	background-size: 70% auto;
}

.proimgswiper .arrow-left:hover,
.proimgswiper .arrow-right:hover {
	opacity: 0.8;
}

.swiper-container {
	width: 100%;
}

.proxq-sec2 {
	padding: 15px 0 60px;
}

.xqtabs {
	background: #aaa;
	height: 52px;
	line-height: 52px;
}

.xqtabs li {
	float: left;
	width: 50%;
	font-size: 25px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.xqtabs li.active {
	background: #024594;
}

.xqcon {
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #777;
}

.xqcon img {
	max-width: 100%;
}

.xqcon .box {
	display: none;
}

.xqcon .box:first-child {
	display: block;
}


/*
 
 * 
 * */


/*-*/

@media only screen and (max-width: 1680px) {
	.w {
		width: 1440px;
	}
	.head-main .nav {
		margin-right: 25px;
	}
	.nav>ul>li {
    margin: 0 6px;
}
.hdr2 a {
    color: #525252;
    font-size: 12px !important;
}
.searchform {

    margin-right: 12px;
}
	.wrap {
		width: 1160px;
	}
	.right.hdr2 {
    margin-right: 130px !important;
    color: #525252;
}
	.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #525252;
    padding: 0 6px;
}
	.searchform {
    float: right;
    display: block;
    position: relative;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    padding: 0 29px;
    margin-right: 11px;
}
	.head-main .logo img {
		height: 68px;
	}
	.newsswiper a .tbox .t4 {
		margin-top: 35px;
	}
	.news2 {
		min-height: 303px;
	}
	.intitle .ch {
		font-size: 36px;
	}
	.intitle .en {
		font-size: 26px;
	}
	.num_con li .number {
		font-size: 65px;
	}
	.casemain .item .tbox .t1 {
		font-size: 22px;
	}
	.preview .tbox {
		font-size: 18px;
	}
	.myhonor {
		line-height: 28px;
		font-size: 15px;
	}
	.about-sec2 .main .item .tbox {
		padding: 15px 15px 10px 15px;
	}
	.about-sec2 .main .picbox .tbox {
		padding: 0 20px;
	}
	.about-sec2 .main .item .tbox .t1 {
		font-size: 16px;
		line-height: 27px;
	}
	.about-sec2 .main .item .tbox .t2 {
		margin-top: 5px;
		font-size: 15px;
	}
}


/*-*/

@media only screen and (max-width: 1440px) {
	.w {
		width: 1200px;
	}
	.nav>ul>li {
    margin: 0 6px;
}
.hdr2 a {
    color: #525252;
    font-size: 12px !important;
}
.searchform {

    margin-right: 12px;
}
	.wrap {
		width: 1160px;
	}
	.right.hdr2 {
    margin-right: 130px !important;
    color: #525252;
}
	.head-main .logo img {
		height: 55px;
	}
	header.fixed .head-main .logo img {
		height: 48px;
	}
	.searchform {
		padding: 0 19px;
	}
	.nav>ul>li>a {
		padding: 0;
	}
	.intitle .ch {
		font-size: 33px;
	}
	.intitle .en {
		font-size: 23px;
	}
	.intitle .ico span {
		width: 160px;
	}
	.view {
		padding: 0 80px;
	}
	.view .tbox {
		padding: 0 30px;
		margin-top: 35px;
	}
	.view .tbox .t1 {
		font-size: 26px;
	}
	.view .tbox .t2 {
		font-size: 16px;
	}
	.view .tbox .t3 {
		margin-top: 40px;
	}
	.view .tbox .t3 span {
		font-size: 17px;
	}
	.preview .tbox img {
		width: 31px;
	}
	.preview .tbox {
		font-size: 16px;
	}
	.in-sec2 .main {
		margin-top: 30px;
	}
	.num_con li .number {
		font-size: 60px;
	}
	.aboutpic li .ico {
		width: 81px;
	}
	.aboutpic li .t {
		font-size: 18px;
	}
	.casemain .item .tbox .t1 {
		font-size: 20px;
	}
	.casemain .item .tbox .t2 {
		font-size: 14px;
	}
	.newsswiper a .tbox {
		padding: 30px;
	}
	.newsswiper a .tbox .t1 {
		font-size: 14px;
	}
	.newsswiper a .tbox .t2 {
		margin-top: 10px;
		font-size: 16px;
	}
	.newsswiper a .tbox .t4 {
		margin-top: 15px;
	}
	.newsswiper a .tbox .t4 span {
		width: auto;
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.news2 li .time .dd {
		font-size: 26px;
	}
	.news2 li .tbox .t2 {
		margin-top: 5px;
	}
	.news2 {
		display: block;
		min-height: auto;
	}
	.news2 li a {
		padding: 6.5px 0;
	}
	.in-sec1,
	.in-sec3,
	.in-sec4 {
		padding: 50px 0;
	}
	.in-sec2 {
		padding: 50px 0 0;
	}
	8 .finfo a img {
		height: 61px;
	}
	.finfo ul img {
		width: 16px;
		margin-right: 10px;
	}
	.finfo ul {
		font-size: 16px;
	}
	.fnav {
		width: 66.6%;
	}
	.fnav dl {}
	.fewm {
		width: 14.07%;
	}
	.about-sec2 .main .hovertbox {
		padding: 15px 25px;
	}
	.myhonor ul {
		max-height: 273px;
	}
	.about-sec2 .main .hovertbox .name span {
		font-size: 22px;
	}
	.about-sec2 .main .item .tbox .t2 {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.about-sec2 .main .item .tbox {
		padding: 7px 15px 5px 15px;
	}
	.about-sec2 .main .picbox .tbox {
		padding: 0 20px;
	}
	.shebeiswiper .item .tbox {
		margin: 15px 0;
	}
	.pro-sec li a {
		padding: 0 50px;
		height: 420px;
	}
	.pro-sec li .tbox .t1 {
		font-size: 24px;
	}
	.proxq-sec1 .distable {
		padding: 0 30px;
	}
}


/*-*/

@media only screen and (max-width: 1366px) {}


/*-*/

@media only screen and (max-width: 1280px) {
	.w {
		width: 1160px;
	}
	.nav>ul>li {
    margin: 0 6px;
}
.hdr2 a {
    color: #525252;
    font-size: 12px !important;
}
.searchform {

    margin-right: 12px;
}
	.wrap {
		width: 1160px;
	}
	.right.hdr2 {
    margin-right: 130px !important;
    color: #525252;
}
	.head-main .logo img {
    height: 43px;
}
	header.fixed .head-main .logo img {
		height: 44px;
	}
	.head-main .tel {
		font-size: 17px;
		width: 184px;
	}
	.head-main .tel img {
		width: 23px;
		margin-right: 5px;
	}
	.intitle .ch {
		font-size: 30px;
	}
	.intitle .en {
		font-size: 20px;
		line-height: 20px;
	}
	.myhonor ul {
		max-height: 255px;
	}
	.contact-sec1 li {
		margin: 0 20px;
	}
	.advantages .item {
		margin-right: 30px;
	}
}


/*-*/

@media only screen and (max-width: 1200px) {
	.w {
		width: 1024px;
	}
}


/*-*/

@media only screen and (max-width: 1024px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	.num_con li .number {
		font-size: 48px;
	}
	.num_con li .t2 {
		font-size: 16px;
	}
	.fnav {
		display: none;
	}
	.finfo {
		width: 50%;
	}
	.fewm {
		width: 50%;
	}
	.about-sec2 .main .item {
		width: 30%;
		margin-left: 5%;
		margin-top: 30px;
	}
	.about-sec2 .main .item:nth-child(2) {
		margin-left: 0;
	}
	.about-sec2 .main .item:first-child {
		width: 100%;
		margin: 0;
	}
	.myhonor ul {
		max-height: 400px;
	}
	.about-sec4 li {
		width: 48%;
		margin-right: 4%;
	}
	.about-sec4 li:nth-child(6n) {
		margin-right: 4%;
	}
	.about-sec4 li:nth-child(2n) {
		margin-right: 0;
	}
	.posleft {
		float: none;
	}
	.posright {
		display: none;
	}
	.news-sec li .time {
		width: 12%;
	}
	.advantages .item {
		margin-right: 10px;
	}
	.advantages .item .ico {
		width: 40px;
	}
	.pro-sec li .tbox .t2 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
		max-height: 66px;
	}
	.pro-sec li a {
		padding: 0 20px;
		height: 340px;
	}
	.pro-sec li .tbox {
		padding-left: 30px;
	}
	.proxq-sec1 .distable {
		height: 390px;
	}
}


/*-*/

@media only screen and (max-width: 960px) {
	.case-sec li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	.case-sec li:nth-child(3n) {
		margin-right: 4%
	}
	.case-sec li:nth-child(2n) {
		margin-right: 0;
	}
	.contact-sec1 {
		padding: 30px 0;
	}
	.contact-sec1 .main {
		margin-top: 00px;
	}
	.contact-sec1 ul {
		font-size: 0;
	}
	.contact-sec1 li {
		width: 50%;
		margin: 30px 0 0;
	}
	.contact-sec1 li .tbox {
		margin-top: 5px;
	}
	.contact-sec2 {
		height: 240px;
	}
	.job-sec li {
		width: 50%;
	}
	.news-sec li .time .dd {
		font-size: 40px;
	}
	.news-sec li .tbox {
		width: 60.2%;
		padding: 0 20px;
	}
	.news-sec li .pic {
		width: 24.8%;
	}
	.newsxq_sec {
		padding: 30px 0;
	}
	.newsleft {
		width: 100%;
	}
	.newsright {
		display: none;
	}
	.newsleft .tit {
		text-align: center;
	}
	.newsleft .tit .t2 {
		margin-top: 10px;
		font-size: 14px;
	}
	.newsleft .tit .t2 span {
		margin-right: 10px;
	}
	.newsleft .details {
		font-size: 14px;
		line-height: 24px;
	}
	.smallimg {
		display: none;
	}
	.proxq-sec1 li .pic {
		width: 40%;
		padding-left: 0;
	}
	.pro-sec li .tbox {
		width: 60%;
	}
	.proxq-sec1 .distable {
		height: 300px;
	}
	.proimgswiper .swiper-pagination {
		position: static;
		margin-top: 20px;
	}
}


/*-*/

@media only screen and (max-width: 768px) {
	.intitle .ch,
	.nytitle .ch {
		font-size: 22px;
		line-height: 34px;
	}
	.intitle .en {
		font-size: 16px;
		line-height: 16px;
	}
	.intitle .ico span,
	.nytitle .ico span {
		width: 100px;
		margin: 0 5px;
	}
	.intitle .ico:before,
	.intitle .ico:after {
		width: 6px;
		height: 6px;
	}
	.in-sec1,
	.in-sec3,
	.in-sec4 {
		padding: 30px 0;
	}
	.in-sec2 {
		padding: 30px 0 0;
	}
	.view .tbox .t1 {
		font-size: 18px;
	}
	.view .tbox .t2 {
		font-size: 14px;
	}
	.view .tbox {
		padding: 0 20px;
		margin-top: 30px;
	}
	.view .tbox .t3 {
		margin-top: 15px;
	}
	.view .tbox .t3 span {
		width: 166px;
		height: 45px;
		line-height: 43px;
	}
	.num_con li {
		width: 50%;
		border-left: 1px solid #ddd;
		margin-bottom: 25px;
	}
	.num_con li:nth-child(2n+1) {
		border: none;
	}
	.aboutpic li .ico {
		width: 61px;
	}
	.in-sec2 .main .tbox {
		width: 100%;
	}
	.aboutpic {
		margin-top: 25px;
	}
	.casemain .item .tbox .t1 {
		width: 111px;
	}
	.in-sec4 .main .news1 {
		width: 100%;
	}
	.in-sec4 .main .news2 {
		margin-top: 30px;
		width: 100%;
	}
	.news2 li a {
		padding: 15px 0;
	}
}


/*-*/

@media only screen and (max-width: 640px) {
	.bannerswiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 10px;
	}
	.bannerswiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-size: cover;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px;
	}
	.view {
		padding: 0 40px;
	}
	.view .arrow-left,
	.view .arrow-right {
		width: 17px;
		height: 32px;
		background-size: cover;
	}
	.view .pic {
		width: 100%;
		padding: 0 30px;
	}
	.view .tbox {
		width: 100%;
		padding: 0;
	}
	.view .tbox .t1 {
		font-size: 16px;
	}
	.view .tbox .t2 {
		margin-top: 10px;
		height: 66px;
		line-height: 22px;
	}
	.view .tbox .t3 {
		text-align: center;
	}
	.preview .tbox {
		line-height: 46px;
		height: 46px;
	}
	.preview .tbox img {
		width: 25px;
	}
	.in-sec2 {
		background-size: cover;
	}
	.in-sec2 .main .tbox {
		font-size: 14px;
		line-height: 22px;
	}
	.num_con li .number {
		font-size: 34px;
		line-height: 35px;
	}
	.num_con li .number:after {
		background-size: cover;
		width: 15px;
		height: 15px;
	}
	.num_con li .t1 span {
		font-size: 18px;
	}
	.num_con li .t2 {
		font-size: 14px;
	}
	.aboutpic li {
		width: 100%;
	}
	.in-sec3 .main {
		margin-top: 30px;
	}
	.casemain .item .tbox {
		display: block;
		height: auto;
	}
	.casemain .item .tbox .t1 {
		display: block;
		font-size: 16px;
		line-height: 34px;
		width: 100%;
	}
	.casemain .item .tbox .t2 {
		display: block;
		padding: 10px 0;
	}
	.in-sec4 .main {
		margin-top: 30px;
	}
	.newsswiper a .pic {
		width: 100%;
	}
	.newsswiper a .tbox {
		width: 100%;
		padding: 20px;
	}
	.newsswiper .swiper-pagination {
		position: static;
		margin-top: 20px;
	}
	.news2 li .tbox {
		width: 80%;
		padding: 0 10px;
	}
	.news2 li .time {
		width: 20%;
	}
	.finfo {
		width: 100%;
		padding: 0 50px;
	}
	.fewm {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.finfo a img {
		height: 51px;
	}
	.fewm li {
		max-width: 30%;
		margin: 0 10%;
	}
	.copyright {
		font-size: 13px;
		line-height: 22px;
	}
	.copyright .right {
		float: left;
	}
	.banner .tbox {
		font-size: 20px;
		line-height: 26px;
	}
	.banner .tbox .en {
		font-size: 16px;
		line-height: 16px;
	}
	.navswiper a {
		font-size: 14px;
		margin: 0 10px;
	}
	.posright {
		display: none;
	}
	.about-sec1 {
		padding: 30px 0;
	}
	.about-sec1 .main .ch {
		font-size: 18px;
	}
	.about-sec1 .main .tbox {
		font-size: 14px;
		line-height: 22px;
	}
	.about-sec2 {
		padding: 30px 0;
	}
	.about-sec2 .main {
		margin-top: 30px;
	}
	.about-sec2 .main .picbox .tbox {
		position: static;
	}
	.about-sec2 .main .picbox {
		width: 46%;
		margin: 0 27%;
		padding: 25px 0 0;
	}
	.about-sec2 .main .hovertbox {
		width: 100%;
	}
	.about-sec2 .main .hovertbox .name {
		text-align: center;
	}
	.about-sec2 .main .hovertbox .name:after {
		margin: 15px auto 0;
	}
	.myhonor ul {
		max-height: none;
	}
	.about-sec3 .main {
		margin-top: 30px;
	}
	.shebeiswiper .item .tbox {
		margin: 5px 0;
		font-size: 16px;
	}
	.shebeiswiper .swiper-pagination {
		margin-top: 25px;
	}
	.about-sec4 {
		padding: 30px 0;
	}
	.about-sec4 li a {
		height: 80px;
		line-height: 80px;
	}
	.case-sec {
		padding: 30px 0;
	}
	.case-sec li {
		width: 100%;
		margin-right: 0%;
	}
	.page {
		margin-top: 25px;
	}
	.contact-sec2 {
		height: 220px;
	}
	.contact-sec1 li img {
		width: 30px;
	}
	.contact-sec1 li .tbox .t2 {
		font-size: 14px;
	}
	.job-sec li {
		width: 100%;
	}
	.job-sec .tbox {
		padding: 25px;
	}
	.job-sec .tbox .t1 {
		font-size: 16px;
	}
	.job-sec .tbox .t1:after {
		margin: 10px 0;
	}
	.news-sec {
		padding: 15px 0 30px;
	}
	.news-sec li .time {
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.news-sec li .time .dd {
		float: right;
		font-size: 14px;
		margin: 0;
		font-weight: normal;
	}
	.news-sec li .time .dd:before {
		content: "-";
	}
	.news-sec li .time .yymm {
		float: right;
		margin-top: 0;
		font-size: 14px;
	}
	.news-sec li .tbox {
		width: 65%;
		padding: 0 10px 0 0;
		border-left: 0;
	}
	.news-sec li .pic {
		width: 35%;
	}
	.news-sec li .tbox .t1 {
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}
	.news-sec li .tbox .t3 {
		margin-top: 5px;
		font-size: 13px;
	}
	.news-sec li .tbox .t2 {
		margin-top: 5px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.news-sec li a {
		padding: 15px 0;
	}
	.page2 a {
		height: 40px;
		line-height: 40px;
	}
	.pro-sec {
		padding: 30px 0;
	}
	.pro-sec li a {
		padding: 20px;
		height: auto;
		display: block;
	}
	.pro-sec li .pic {
		width: 100%;
		display: block;
		padding: 0 50px;
	}
	.pro-sec li .tbox {
		width: 100%;
		display: block;
		padding: 0;
		margin-top: 20px;
	}
	.pro-sec li .tbox .t1 {
		font-size: 20px;
	}
	.pro-sec li .tbox .t2 {
		margin-top: 10px;
	}
	.advantages .item .t {
		font-size: 14px;
	}
	.proxq-sec1 .distable {
		height: auto;
		display: block;
		padding: 20px;
	}
	.proxq-sec1 li .pic {
		padding: 0;
	}
	.advantages {
		margin-top: 20px;
	}
	.proxq-sec2 {
		padding: 15px 0;
	}
	.xqtabs li {
		font-size: 16px;
	}
	.xqcon {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.service-sec {
		padding: 30px 0;
		background: #fff;
	}
	.fewm li img {
		max-width: 67%;
	}
}


/*-*/

@media only screen and (max-width: 360px) {}


/*
 
 * 
 * */

.fewm ul {
	overflow: hidden;
}

.video-box {
	height: 100%;
	position: relative;
}

.video-box .video-js .vjs-big-play-button {
	opacity: 0;
}

.banner .video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block!important;
	height: 100%;
	z-index: 1;
}

.banner video{
	object-fit: cover;
}
/*
 
 * 
 * */


/**/

.map_main {
	overflow: hidden;
	border: solid 5px #F0F0F0;
	margin: 30px 0;
	padding: 0 35px;
	padding-bottom: 10px;
	background: #fff;
}

@media only screen and (min-width:1025px) {
	.map_main {
		margin: 60px 0;
	}
}

.sitemap_con {
	margin: 0 auto;
	color: #666;
	font-size: 14px;
}

.sitemap_con .map_top {
	border-bottom: solid 1px #d7d7d7;
}

.sitemap_con .map_top img {
	float: left;
}

.site_r_link {
	width: 120px;
	margin-top: 45px;
	border: 1px solid #cdcdcd;
	background: #F8F8F8;
	padding: 5px 10px;
	float: right;
}

.site_plc {
	padding: 5px 0;
}

.sitemap_con h4 {
	line-height: 30px;
	font-size: 14px;
}

.sitemap_con h4 a {
	color: #004592;
}

.b4 {
	border: solid 1px #E0E0E0;
}

.b4 ul {
	padding: 0 11px;
}

.b4 li {
	float: left;
	line-height: 25px;
	width: 164px;
	overflow: hidden;
}

.b4 li a {
	color: #666;
}

.b4 li a:hover {
	color: #004592;
}