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

html,
body {
	width: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #2d3b49;
	-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;
	color: #2d3b49;
}

a:hover {
	color: #0056a3;
}

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: 1720px;
	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: #787e85;
}

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

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

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

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

.h {
	height: 114px;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #0056a3;
	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);
	
}

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

header.fixed .head-main {
	line-height: 80px;
}
.head-main .main{
	padding: 0 60px;
}
.head-main .logo {
	float: left;
}

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

header.fixed .head-main .logo img {
	height: 47px;
}
.head-main .rightbox{
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	background: #0056a3;
}
.head-main .tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 60px;
	background: #eff6ff url(../images/tel.png) no-repeat center center;
}
.head-main .tel:hover{
	background-color: #dae9fb;
}

.head-main .nav {
	float: right;
	margin-right: 100px;
}
.lang{
	float: left;
	position: relative;
	font-size: 16px;
	padding: 0 25px;
	border-left: 1px solid #eff6ff;
}
.lang img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.lang i{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/langico.png) no-repeat center center;
	width: 8px;
	height: 5px;
}
.langbox{
	position: absolute;
	top: 100%;
	left: 0;
	width:100%;
	text-align: center;
	line-height: 1;
	padding: 10px;
	background: rgba(255,255,255,.8);
    z-index: 99;
    opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lang:hover .langbox{
	opacity: 1;
	visibility: visible;
}
.langbox a{
	color: #757a82;
	display: inline-block;
	vertical-align: top;
	min-width: 40px;
	line-height: 40px;
	border: 1px solid #757a82;
}
.langbox a:hover{
	color: #fff;
	background: #0056a3;
}
.head-main .nav>ul{
	float: left;
	
}
.head-main .nav>ul>li {
	float: left;
}

.nav>ul>li {
	margin-right: 40px;
}

.nav>ul>li>a {
	position: relative;
	display: block;
	font-size: 18px;
}

.nav>ul>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	width: 0;
	height: 4px;
	background: #094c88;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



.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: #0056a3;
}
.head-main .nav>ul>li{
	position: relative;
}
.head-main .nav  ul ul{
	position: absolute;
	left: 50%;
	top:100%;
	width: 200px;
	margin-left: -100px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,.8);
	z-index: 99;
	display: none;
}
.head-main .nav>ul>li:hover ul{
	display: block
}
.head-main .nav  ul ul a{
	display: block;
	font-size: 16px;
    color: #666;
}
.head-main .nav  ul ul a:hover{
	color: #5A9AD4;
}
.searchform {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100px;
}
.searchform ::-webkit-input-placeholder {
	color: #fff;
}

.searchform :-moz-placeholder {
	color: #fff;
}

.searchform ::-moz-placeholder {
	color: #fff;
}
.searchform .con {
	display: inline-block;
	vertical-align: middle;
}

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

header.fixed .search1 {
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
}

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

.searchform:hover .search2 {
	cursor: pointer;
	opacity: .8;
}

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


/*移动端*/


/*	 *	 *	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: 29px;
	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(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #0056a3 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: #0056a3;
	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: #0056a3;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: #0056a3;
	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: #1f2833 url(../images/idx-map.png) no-repeat 520px 200px;
}
.footmain{
	padding: 65px 0;
}
.footmain dl{
	float: left;
	margin-right: 4%;
	margin-top: 85px;
}
.footmain dt {
	font-size: 18px;
	color: #bcbdbf;
	font-weight: bold;
	margin-bottom: 20px;
}
.footmain dd{
	font-size: 14px;
	color: #787e85;
	line-height: 20px;
	margin-bottom: 15px;
}
.footmain dd>a{
	display: inline-block;
	color: #787e85;
	padding-left: 15px;
	background: url(../images/rightico2.png) no-repeat left center;
}
.footmain dd>img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.copyright {
	border-top: 1px solid rgba(255,255,255,.05);
	font-size: 14px;
	color: #4e545c;
	line-height: 20px;
	padding: 30px 0;
}

.copyright a {
	color: #4e545c;
}
footer a:hover{
	color: #fff;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footmain dl.form{
	width: 36%;
	margin-left: 2.9%;
}
.footmain dl.form dt{
	margin-bottom: 0;
}
.formtext {
	float: left;
	display: block;
	width: 32.25%;
	margin-right: 1.625%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 14px;
}
.formtext:nth-child(3){
	margin-right: 0;
}
.footmain dl.form .formtext{
	line-height: 49px;
	border-bottom: 1px solid #414a56;
	border-radius: 0;
	background: #1f2833;
	padding: 0;
	color: #fff;
}
.formtextarea {
	display: block;
	width: 100%;
	height: 240px;
	line-height: 48px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 15px;
}
.footmain dl.form .formtextarea{
	height: 77px;
	border-bottom: 1px solid #414a56;
	border-radius: 0;
	padding: 0;
	background: #1f2833;
	color: #fff;
}
.footmain dl.form .formtext:focus,
.footmain dl.form .formtextarea:focus {
	border-color: #eb3900;
}

.yzm {
	font-size: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.yzm img {
	width: 90px;
	height: 50px;
	vertical-align: top;
}
.footmain dl.form .yzm img {
	width: 83px;
	height: 40px;
}

.yzm span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 10px;
	color: #ffffff;
	line-height: 25px;
}
.footmain dl.form .yzm span{
	color: #787e85;
	line-height: 20px;
}
.submit {
	float: right;
	width: 185px;
	height: 50px;
	line-height: 50px;
	background: #eb3c00;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.submit:hover{
	background: #0056A3;
}
.footmain dl.form .submit{
	font-size: 16px;
	color: #787e85;
	height: 40px;
	line-height: 37px;
	background: #414a56;
	border-bottom: 3px solid #596575;
	border-radius: 0;
}
.footmain dl.form .submit:hover{
	background: #EB3C00;
	border-color:   #ea4e19;
	color: #fff;
}


.ewmbox{
	float: right;
	width: 8%;
	text-align: center;
}
.flogo{
	margin-bottom: 10px;
}
.flogo img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
} 
 
.ewmbox .ewm   .pic{
	border: 1px solid #414a56;
	padding: 7.5px;
	
}
.ewmbox .ewm .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.ewmbox .ewm .tbox{
	font-size: 16px;
	color: #787e85;
	margin-top: 20px;
	}
.ewmbox .ewm .tbox img{
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

/*
 
 * 
 * 
 * */
.nybanner {
    position: relative;
}
.nybanner img {
    display: block;
    width: 100%;
}
.nybanner .tbox {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    line-height: 1;
}
.nybanner .tbox .tit {
    font-size: 36px;
    font-weight: bold;
}
.nybanner .tbox .desc {
    font-size: 24px;
    text-transform: capitalize;
}
.nybanner .tbox .desc:before {
    content: "";
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 3px;
    background: #eb3c00;
}
.location-nav {
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	border-bottom: 2px solid #e2e2e2;
	overflow: hidden;
}

.location-nav .leftnav {
	float: left;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 70px;
}

.location-nav .leftnav a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-left: 20px;
	position: relative;
	color: #516379;
}

.location-nav .leftnav a:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -4px;
	width: 4px;
	height: 8px;
	background: url(../images/icoCur.png) no-repeat center center;
}

.location-nav .leftnav a:last-child {
	font-weight: bold;
	color: #0056a3;
}

.location-nav .leftnav a:last-child:after {
	display: none
}

.location-nav .rightnav {
	float: right;
}

.location-nav .rightnav a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #5a667c;
	position: relative;
	margin-left: 55px;
}

.location-nav .rightnav a:first-child {
	margin-left: 0;
}

.location-nav .rightnav a:hover,
.location-nav .rightnav a.on {
	color: #0056a3;
	font-weight: bold;
}

.location-nav .rightnav a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0056a3;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.location-nav .rightnav a.on:after {
	width: 100%;
}
.location-nav .rightnav li{
	position: relative;
	float: left;
	padding: 0 40px;
}
.location-nav .rightnav li:last-child{
	padding-right: 0;
}
.location-nav .rightnav li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 10px;
	width: 1px;
	margin-top: -5px;
	background: #e2e2e2;
}
.location-nav .rightnav li:first-child:before{
	display: none;
}

/*
 
 * contact
 * */

.contact-sec {
	padding: 70px 0;
	background: #fff url(../images/ctbg.png) no-repeat center bottom;
}

.contact-sec .companytit {
	padding-bottom: 35px;
	font-size: 30px;
	color: #293a4a;
	border-bottom: 2px solid #0056a3;
}

.contact-sec .companytit:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #eb3c00;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.contact-sec ul {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.contact-sec ul li {
	display: table-cell;
	vertical-align: middle;
}

.contact-sec li .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 60px;
}

.contact-sec li .ico img {
	display: block;
	width: 100%;
}

.contact-sec li .tbox {
	display: inline-block;
	vertical-align: middle;
}

.contact-sec li .tbox .tit {
	color: #757a82;
}

.contact-sec li .tbox .desc {
	font-size: 18px;
	margin-top: 5px;
}

.contact-sec li .ewm {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	width: 168px;
}

.contact-sec li .ewm img {
	display: block;
	width: 100%;
}

.contact-sec li .tbox .ico {
	margin-bottom: 15px;
}

.contact-sec li .tbox .ico img {
	margin: 0 auto;
}

.map-sec {
	height: 450px;
}

.map-sec iframe {
	display: block;
	border: 0;
}
.liuyan-sec{
	padding: 80px 0;
}
.liuyan-sec .main{
	margin-top: 35px;
	padding: 40px;
	background: url(../images/liuyanbg.jpg) no-repeat center bottom;
	background-size: cover;
	border-radius: 10px;
}
.liuyan-sec .main li{
	margin-bottom: 20px;
}
/*
 
 * 
 * */
.intitle {
	color: #293a4a;
	text-align: center;
}
.intitle .tit{
	font-size: 36px;
	font-weight: bold;
}
.intitle .desc{
	font-size: 18px;
	color: #757a82;
	line-height: 24px;
	width: 820px;
	margin: 0 auto;
	max-width: 100%;
}
.intitle .xian{
	display: block;
	margin: 20px auto;
	width: 30px;
	height: 3px;
	background: #0056a3;
}
.intitle .en{
	font-size: 24px;
	color: #2a3c4a;
	opacity: .2;
	text-transform: capitalize;
}
.banner{
	position: relative;
}
.banner img {
	display: block;
	width: 100%;
}
 /*
  
  * 
  * 
  * */
 .pro-sec{
	background: #f2f5fa;
	padding: 60px 0;
}
.pronav{
	text-align: center
}
.pronav a{
	display: inline-block;
	vertical-align: top;
	color: #0056A3;
	border: 1px solid #0056a3;
	height: 50px;
	line-height: 48px;
	min-width: 160px;
	padding: 0 10px;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pronav a:hover,
.pronav a.on{
	background: #0056a3;
	color: #fff;
}
 .pro-sec .main{
 	margin-top: 60px;
 }

.prolist li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 30px;
}
.prolist li:nth-child(4n){
	margin-right: 0;
}
.prolist a{
	display: block;
}
.prolist .pic{
	overflow: hidden;
}
.prolist .pic img{
	display: block;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.prolist a:hover .pic img{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.prolist .tbox{
	background:  #fff url(../images/jia2.png) no-repeat center 80px;
	padding: 35px 20px 85px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.prolist .tbox .ellipsis{
	height: 30px;
	line-height: 30px;
}

.proxq-sec{
	background: #f2f5fa;
	padding: 60px 0;
}

.leftlayout{
	float: left;
	width: 73.2%;
}
.promain{
	background: #fff;
	padding: 40px;
}
.promain .pic{
	float: left;
	width: 44%;
}
.promain .pic img{
	display: block;
	width: 100%;
}
.promain .tbox{
	float: right;
	width: 50.8%;
}
.promain .tbox .tit{
	font-size: 24px;
	padding-bottom: 35px;
	background: url(../images/xian.png) no-repeat left bottom;
}
.promain .tbox .tit strong{
	padding-left: 50px;
	background: url(../images/titico.png) no-repeat left center;
}
.promain .tbox .desc{
	margin-top: 45px;
	color: #757A82;
	line-height: 26px;
}

.zxdg{
	margin-top: 40px;
    width: 185px;
    height: 54px;
    line-height: 50px;
    padding: 0 20px;
    background: #eb3c00 url(../images/cart.png) no-repeat 90% center;
    font-size: 18px;
    color: #fff!important;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-bottom: 4px solid #be3000;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zxdg:hover{
	background-color: #0056a3;
	 border-color: #023e73;
}

.pxqswiper .swiper-button-prev,
.pxqswiper .swiper-button-next{
	width: 42px;
	height: 42px;
	margin-top: -21px;
}
.pxqswiper .swiper-button-prev{
	left: 30px;
	background: url(../images/pleft.png) no-repeat center center;
}
.pxqswiper .swiper-button-next{
	right: 30px;
	background: url(../images/pright.png) no-repeat center center;
	
}
.rightlayout{
	float: right;
	width: 23.8%;
}

.tjbox{
	background: #fff;
}
.tjbox .tit{
	height: 75px;
	line-height: 75px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #0056a3 url(../images/tjico.png) no-repeat 90% center;
}
.tjbox ul{
	padding: 20px 20px 35px;
}
.tjbox li{
	float: left;
	width:46% ;
	margin-right: 8%;
	margin-bottom: 30px;
}
.tjbox li:nth-child(2n){
	margin-right: 0;
}
.tjbox li a {
	display: block;
}
.tjbox .pic img{
	display: block;
	width: 100%;
}
.tjbox li .tbox{
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	color: #757a82;
	text-align: center;
}
.tjbox li:hover .tbox{
	color: #0056a3;
}
/*
 
 * 
 * 
 * */
.news-sec .main1{
	padding: 60px 0;
	background: url(../images/newsbg.jpg) no-repeat left top;
	background-size: cover;
}
.news-sec .main1 li{
	float: left;
	width: 31.9%;
	margin-right: 2.15%;
}
.news-sec .main1 li:nth-child(3n){
	margin-right: 0;
}
.news-sec .main1 li a{
	display: block;
}
.news-sec .main1 li .pic{
	overflow: hidden;
}
.news-sec .main1 li .pic img{
	display: block;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.news-sec .main1 li:hover .pic img{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-sec .main1 li .tbox{
	background: #fff;
	padding: 30px 40px;
}
.news-sec .main1 li .tbox .time{
	font-size: 14px;
	color: #0056a3;
	line-height: 1;
}
.news-sec .main1 li .tbox .tit{
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.news-sec .main1 li .tbox .desc{
	margin-top: 20px;
	font-size: 14px;
	color: #757a82;
	line-height: 14px;
	height: 14px;
}

.news-sec .main2{
	padding: 60px 0;
}
.news-sec .main2 .list li{
	margin-bottom: 20px;
	background: #f2f5fa;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news-sec .main2 .list li a{
	display: block;
	padding: 30px 40px;
}
.news-sec .main2 .list li  .time{
	font-size: 14px;
	color: #0056a3;
	line-height: 1;
}
.news-sec .main2 .list li  .tit{
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.news-sec .main2 .list li  .desc{
	margin-top: 15px;
	font-size: 14px;
	color: #757a82;
	line-height: 26px;
	height: 52px;
}
.news-sec .main2 li:hover{
	box-shadow: 0px 10px 10px rgba(45,59,73,.1);
}
.news-sec .main2 li:hover  .tit{
	color: #0056a3;
}
@font-face {
	font-family: 'DIN-MEDIUM';
	font-weight: normal;
	font-style: normal;
	src: url('DIN-MEDIUM.eot');
	src: local('DIN-MEDIUM'), url('DIN-MEDIUM.eot?#iefix') format('embedded-opentype'), url('DIN-MEDIUM.woff2') format('woff2'), url('DIN-MEDIUM.woff') format('woff'), url('DIN-MEDIUM.ttf') format('truetype'), url('DIN-MEDIUM.svg') format('svg');
}
 .pages {
	margin-top: 40px;
	text-align: center;
	font-family: 'DIN-MEDIUM';
}

.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.pages li a {
	display: block;
	font-size: 18px;
	color: #0056a3;
	background: #f2f5fa;
	border-radius: 5px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.pages li:hover a,
.pages li.active a {
	background: #0056a3;
	color: #fff;
}
 .newsxq-sec {
	background: #f2f5fa;
	padding: 60px 0;
}



.newsxq-sec .details {
	padding: 40px;
	background: #fff;
}

.details .tit {
	font-size: 24px;
}

.details .time {
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	font-family: "DIN-MEDIUM";
}

.details .time span {
	padding-left: 25px;
	background: url(../images/time.png) no-repeat left center;
}

.details .con {
	margin-top: 30px;
	border-top: 3px solid #efeceb;
	line-height: 26px;
	font-size: 16px;
	padding: 40px 0;
}

.details .con p {
	text-indent: 2rem;
}

.details .con img {
	display: block;
	margin: 0 auto;
	text-indent: -2rem;
	max-width: 100%;
}
.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.newspage {
	margin-top: 30px;
	padding: 0 40px;
	background: #fff;
	text-align: center;
	height: 80px;
	line-height: 80px;
}

.newspage .newspage_a {
	width: 100px;
	font-size: 16px;
	color: #666666;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspage .newspage_a.prev {
	float: left;
	padding-left: 25px;
	background: url(../images/newspl.png) no-repeat left center;
}

.newspage .newspage_a.next {
	float: right;
	padding-right: 25px;
	background: url(../images/newspr.png) no-repeat right center;
}

.newspage .newspage_a.prev:hover {
	padding-left: 35px;
}

.newspage .newspage_a.next:hover {
	padding-right: 35px;
}

.newspage .nshare {
	display: inline-block;
	vertical-align: middle;
}

.newspage .nshare .bshare-custom a {
	padding-left: 32px;
	height: 32px;
	_height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.newspage .nshare .bshare-custom .bshare-weixin {
	background: url(../images/wx.jpg) no-repeat center center;
}

.newspage .nshare .bshare-custom .bshare-sinaminiblog {
	background: url(../images/wb.jpg) no-repeat center center;
}

.newspage .nshare .bshare-custom .back {
	background: url(../images/back.jpg) no-repeat center center;
}
 



/*
 
 * 
 * 
 * */

 


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

.bannerswiper .swiper-pagination {
	bottom: 100px;
	font-size: 0;
	color: #fff;
	left: 60px;
	width: auto;
}
.bannerswiper .swiper-pagination:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 2px;
	margin: 16px 0;
	margin-right: 10px;
	background: #fff;
	animation-delay: 0ms;
    animation-duration: 1s;
    animation-iteration-count:  1;
    animation-name: xian;
}
@-webkit-keyframes xian {
	0% {
		 width: 0;
	}
	100% {
		 width: 30px;
	}
}

@keyframes xian {
	0% {
		 width: 0;
	}
	100% {
		 width: 30px;
	}
}
.bannerswiper .swiper-pagination-current{
	font-size: 30px;
	font-family: "DIN-MEDIUM";
}
.bannerswiper .swiper-pagination-total{
	font-size: 18px;
	font-family: "DIN-MEDIUM";
}
.bannerswiper .swiper-pagination-current:before,
.bannerswiper .swiper-pagination-total:before{
	content: "0";
}
.bannerswiper .swiper-pagination i{
	content: "";
	width: 21px;
	height: 19px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
	background: url(../images/pagination.png) no-repeat center center;
}

.bannerswiper .swiper-button-prev,
.bannerswiper .swiper-button-next{
	width: 48px;
	height: 48px;
	margin-top: 0;
	top: auto;
	bottom: 155px;
}
.bannerswiper .swiper-button-prev{
	left: 60px;
	background: url(../images/prev.png) no-repeat center center;
}
.bannerswiper .swiper-button-next{
	right: auto;
	left: 144px;
	background: url(../images/next.png) no-repeat center center;
	
}
.bannerswiper .swiper-button-prev:hover,
.bannerswiper .swiper-button-next:hover{
	opacity: .8;
}
.sq_timer_800ms {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
 .mouseIco {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 75px;
    z-index: 2;
}

.mouseIco img {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    position: relative;
    top: -6px;
}
.mouseIco-img1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    animation: mouseImg1 1s ease-in-out alternate infinite;
}
.mouseIco-img2 {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    animation: mouseImg2 1s ease-in-out alternate infinite;
}
.mouseIco-img3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: mouseImg3 1s ease-in-out alternate infinite;
}
.mouseIco span {
    font-size: 15px;
    color: rgba(255, 255, 255,.5);
    letter-spacing: 2px;
    margin-top: 6px;
    display: inline-block;
}
@keyframes mouseImg1 {
	0%{
		-webkit-transform: scale(0.5)  translateY(-5px);
		transform: scale(0.5)  translateY(-5px);
	}
	100%
	{
		-webkit-transform: scale(0.5) translateY(5px);
		transform:  scale(0.5) translateY(5px);
	}
	
}
@keyframes mouseImg2 {
	0%{
		-webkit-transform:scale(0.78)  translateY(-5px);
		transform: scale(0.78) translateY(-5px);
	}
	100%
	{
		-webkit-transform: scale(0.78) translateY(5px);
		transform:scale(0.78) translateY(5px);
	}
}
@keyframes mouseImg3 {
	0%{
		-webkit-transform:scale(1.2) translateY(-5px);
		transform:scale(1.2) translateY(-5px);
	}
	100%
	{
		-webkit-transform:scale(1.2) translateY(5px);
		transform:scale(1.2) translateY(5px);
	}
}


.in-sec1{
	background: #fff ;
	overflow: hidden;
}
.in-sec1 .main{
    height: 100%;
	position: relative;
}
  .aboutleft {
  	position: absolute;
  	right: 0;
  	top: 0;
    width: 68.47%;
    height: 100%;
    background: #fff url(../images/in1bg.jpg) no-repeat left top;
	background-size: cover;
  }
  .aboutright {
    width: 31.53%;
    float: left;
    position: relative;
    overflow: hidden;
}
  .aboutright img{
  	display: block;
  	width: 100%;
  }
 .aboutright:after {
 	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: rgba(0, 86, 136, .7) url(../images/play.png) no-repeat center center; */
    background-size: 120px;
    z-index: 1;
}
 .aboutleft  .tbox{
  	float: right;
  	width: 80%;
  	padding: 0 180px ;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  }
   .aboutleft  .intitle{
   	text-align: left;
   }
   .aboutleft  .intitle .xian{
   	margin-left: 0;
   }
  .aboutleft  .numbox{
  	float: right;
  	width: 15%;
  	margin-left: 5%;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  }
  .aboutleft  .tbox .desc{
  	margin-top: 40px;
  	line-height: 36px;
  	max-height: 180px;
  	font-size: 18px;
  	color: #2a3a4a;
  	opacity: .85;
  }
   .aboutleft  .numbox li{
   	margin-bottom: 50px;
   }
   .aboutleft  .numbox li:last-child{
   	margin-bottom: 0;
   }
  
   .num_con .num span{
  	font-family: "DIN-MEDIUM";
  	font-weight: bold;
  	margin-right: 10px;
  }
    .numbox .num span{
  	font-size: 55px;
  }
   .num_con  .desc{
  	font-size: 14px;
  	margin-top: 10px;
  }
    .numbox .desc img{
    	display: inline-block;
    	vertical-align: middle;
    	margin-right: 10px;
    }
 .index-more {
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    color: #fff!important;
    text-align: center;
    font-size: 18px;
    margin-top: 75px;
    background: #0056a3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .index-more:hover{
    letter-spacing: 2px;
    background: #eb3c00;
 }
.in-sec2{
	padding-top: 70px;
	background: #f2f5fa;
}
 .in-sec2 .list {
 	margin-top: 35px;
    position: relative;
   
}
.in-sec2 .bg{
	 overflow: hidden;
}
.in-sec2 .bg img {
    display: block;
    width: 100%;
    -webkit-transition: all 10000ms;
    -moz-transition: all 10000ms;
    -ms-transition: all 10000ms;
    -o-transition: all 10000ms;
    transition: all 10000ms;
}
 .in-sec2 .list:hover .bg img {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.proswiper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../images/jianbian.png) repeat-x left bottom;
}
@media only screen and (min-width:1025px ) {
.proswiper .swiper-pagination{
	display: none;
}
}
.proswiper .item {
    position: relative;
    height: 100%;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.proswiper .item  .tbox{
	position: absolute;
	left: 0;
	bottom: 40px;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 25px;
	background: url(../images/rightico.png) no-repeat 90% center;
	z-index: 3;
	 -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.proswiper .item  .tbox .pic{
	display: table-cell;
	vertical-align: middle;
	width: 54px;
}
.proswiper .item  .tbox .pic img{
	display: block;
	margin: 0 auto;
	height: 56px;
	max-width: 100%;
}
 .proswiper .item  .tbox .con{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	color: #fff;
} 
 .proswiper .item  .tbox .con .ch{
 	font-size: 20px;
 	font-weight: bold;
 }
  .proswiper .item  .tbox .con .en{
 	font-size: 22px;
 	opacity: .5;
 	font-family: "DIN-MEDIUM";
 	font-weight: lighter;
 }
  .proswiper .item:hover  .tbox{
  	height: 100%;
  	bottom: 0;
  	background: rgba(0,86,163,.7) url(../images/up.png) no-repeat center 87%;
  	display: block;
  	padding: 60px 35px 100px;
  }
  .proswiper .item:hover  .tbox .pic{
  	width: 100%;
  	display: block;
  }
  	.proswiper .item:hover  .tbox .pic img{
	height: 62px;
}
  .proswiper .item:hover  .tbox .con{
	width: 100%;
  	display: block;
  	text-align: center;
	padding-left: 0;
	margin-top: 10px;
} 
 .proswiper .item:hover .tbox .con .ch,
 	.proswiper .item:hover  .tbox .con .en{
 	font-size: 26px;
 	}
 .proswiper .item .hoverbox{
	display: none;
	margin-top: 20px;
	line-height: 26px;
	text-align: center;
}
  .proswiper .item:hover  .hoverbox{
	display: block;
}
 .proswiper .item .hoverbox li{
 	line-height: 48px;
 	height: 50px;
 	margin-bottom: 10px;
 	border: 1px solid rgba(255,255,255,.4);
 	text-align: left;
 	background: url(../images/jia.png) no-repeat  90% center;
 }
 .proswiper .item .hoverbox a{
 	display: block;
 	font-size: 18px;
 	color: #fff;
 	padding: 0 45px 0 30px;
 }
 .proswiper .item .hoverbox a:hover{
 	background: rgba(0,86,163,.7);
 }
 
 
.in-sec3{
	padding: 60px 0;
	background: #fff;
}
.in-sec3 .prolist{
	margin-top: 30px;
	}
.in-sec3 .prolist .tboxbg{
	color: #0457a3;
	background: url(../images/casebg.jpg) repeat-x left top;
	}
	.in-sec3 .prolist .tbox{
		background-color: transparent;
		}
	
	
	

.in-sec4{
	padding: 70px 0;
	background:  url(../images/in4bg.jpg) repeat-x left top;
}
.in-sec4 .main{
	margin-top: 35px;
}

.news1{
	float: left;
	width: 69.7%;
	background: #fff;
	}
.news1 a{
	display: table;
	table-layout: fixed;
	width: 100%;
	}
.news1 .pic{
	display: table-cell;
	vertical-align: middle;
	width: 48%;
	overflow: hidden;
}
.news1 .pic img{
	display: block;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.news1 a:hover .pic img{
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news1 .tbox{
	display: table-cell;
	vertical-align: middle;
	width: 52%;
	background: #fff;
	padding: 30px 60px;
}
.news1 .tbox .time{
	font-size: 14px;
	color: #757a82;
	line-height: 1;
}
.news1 .tbox .tit{
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.news1 .tbox .desc{
	margin-top: 20px;
	color: #757a82;
	line-height: 26px;
	height: 52px;
}

.news1 .tbox .more{
	margin-top: 65px;
	color: #0056a3;
	text-transform: uppercase;
	background: url(../images/more.jpg) no-repeat right center;
	display: inline-block;
	vertical-align: middle;
	padding-right: 40px;
	-moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.news1 a:hover .tbox .more{
	padding-right: 45px;
}
	
.newswiper   .swiper-pagination{
	width: auto;
	left: auto;
	right: 30px;
	bottom: 30px;
   	}
   	.swiper-pagination-bullet-active {
    background: #0056a3;
}
.news2{
	float: right;
	width: 28%;
	border-top: 2px solid #0056a3;
}
.news2 li{
	border-bottom: 1px solid #c6cdd3;
}
.news2 a{
	display: block;
} 
.news2 .tit{
	position: relative;
	padding-right: 120px;
	font-size: 18px;
	line-height: 70px;
	height: 70px;
	padding-left: 40px;
	color: #333;
}
.news2 .tit span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
    color: #757a82;
}
.news2 .tit:before{
	content: "+";
	position: absolute;
	left: 10px;
	top: 0;
	color: #0056a3;
	font-weight: bold;
	font-size: 20px;
}
 .news2 .desc{
    color: #757a82;
    line-height: 26px;
    height: 0;
    visibility: hidden;
    padding: 0 20px 0 40px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

 
  .news2 li:first-child  .desc{
 	height: 104px;
    visibility: visible;
 	margin-bottom: 4px;
 	}
 	 .news2:hover .desc{
 	 	margin-bottom: 0!important;
  	 height: 0!important;
    visibility: hidden!important;
  }
  .news2 li:hover .desc{
 	height: 104px!important;
    visibility: visible!important;
 	margin-bottom: 4px!important;
 }
 
 
 
.in-sec5{
	position: relative;
}
.in-sec5 li{
	float: left;
	width: 33.33%;
	text-align: center;
	background: #fff;
	border-left: 1px solid #dcdcdc;
}
.in-sec5 li:first-child{
	border: 0;
}
.in-sec5 li a{
	display: block;
	padding: 70px 30px;
}
.in-sec5 .pic{
	display: block;
	margin: 0 auto;
	width: 136px;
	height: 136px;
	line-height: 136px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 32px  rgba(31,40,51,.4);
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.in-sec5 .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.in-sec5 li:hover   .pic{
	background: #eb3c00;
	box-shadow: 0px 0px 32px  rgba(235,60,0,.2);
}
.in-sec5 li:hover   .pic img{
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.in-sec5 .tbox{
	 margin-top: 40px;
}
.in-sec5 .tbox .ch{
	font-size: 26px;
	color: #2d3b49;
	font-weight: bold;
}
.in-sec5 .tbox .ch:after{
	content: "";
	width: 30px;
	height: 3px;
	background: #0056a3;
	margin: 20px auto;
	display: block;
}
.in-sec5 .tbox .en{
	font-size: 26px;
	color: #e1e2e2;
	line-height: 24px;
	font-family: "DIN-MEDIUM";
}
.in-sec5 li:hover .tbox .ch{
	color: #eb3900;
}
.in-sec5 li:hover .tbox .ch:after{
	background: #eb3900;
}
/*
 
 * 
 * 
 * */
 .ab-sec1{
 	padding: 60px 0;
 }
 .ab-sec1 .intitle{
 	text-align: left;
 }
 .ab-sec1 .intitle .xian{
 	margin-left: 0;
 }
 .ab-sec1 .tbox{
 	width: 48.8%;
 }
 .ab-sec1 .tbox .desc{
 	opacity: .85;
 	line-height: 26px;
 	color: #2a3a4a;
 }
  .ab-sec1 .pic{
 	width: 48.7%;
 }
  .ab-sec1 .img{
  	padding: 0 100px 100px 0;
  	background: url(../images/aboutf.png) no-repeat right 40px;
  }
  .ab-sec1 .img img{
  	display: block;
  	width: 100%;
  }
    .ab-sec1 .num_con{
    	margin-top: 85px;
    }
    .ab-sec1 .num_con li{
    	float: left;
    	width: 20%;
    	text-align: center;
    }
    .ab-sec1 .num_con li .ico{
    	width: 30px;
    	margin: 0 auto 10px;
    }
    .ab-sec1 .num_con li .ico img{
    	display: block;
    	width: 100%;
    }
      .ab-sec1 .num_con .num{
      	font-size: 14px;
      }
    .ab-sec1 .num_con .num span {
  font-size: 30px;
  color: #2c3b4a;
}
 .ab-sec1 .num_con .desc{
	opacity: .6;
}
.ab-sec3{
	background: url(../images/sjbg.png) no-repeat left bottom;
}
.ab-sec3 .intitle{
	text-align: center;
}
.ab-sec3 .intitle .xian{
	margin-left: auto;
}
.ab-sec3 .main{
	margin-top: 40px;
}

.ab-sec3 .img{
	padding: 0 0 100px 100px ;
    background: url(../images/aboutf2.png) no-repeat left 40px;
    }
/*
 
 * 
 * 
 * */

/*
 
 * 
 * */

.sitemap_sec {
	padding: 30px 0;
}

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

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

@media only screen and (min-width:1440px) {
	.sitemap_sec {
		padding: 75px 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: #0056a3;
}

.b4 {
	border-bottom: dashed    1px #E0E0E0;
	margin-bottom: 20px;
}

.b4 ul {
	padding: 0 11px;
}

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

.b4 li a {
	color: #666;
	background: url(../images/icoCur.png) no-repeat left center;
	padding-left: 10px;
}

.b4 li a:hover {
	color: #0056a3;
}




/*
 
 * 
 * */
.video-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.video-box video {
	object-fit: cover;
}

.video-box .video-js .vjs-big-play-button {
	line-height: 65px!important;
	height: 65px;
	width: 65px;
	background-color: transparent;
	color: #fff;
}

.video-js .vjs-tech:focus,
.vjs-poster,
.video-js {
	outline: none!important;
}

.video-js,
.vjs-poster {
	background-color: transparent!important;
	background-size: cover!important;
}

@media only screen and (min-width:960px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}
	.videofixed .video-box {
		width: 78%;
		height: 68%;
		top: 21%;
		left: 11%;
	}
	.videoclose {
		position: fixed;
		top: 50px;
		right: 50px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}
}

@media only screen and (max-width:1024px) {
	.videofixed .video-box {
		width: 80%;
		height: 40%;
		top: 30%;
		left: 10%;
	}
}

@media only screen and (max-width:960px) {
	.videofixed .video-box {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}



/*
 
 * 
 * 
 * */
@media only screen and (max-width:1800px ) {
	.w{
		width: 1440px;
	}
	.nav>ul>li {
    margin-right: 25px;
}

.numbox .num span {
    font-size: 45px;
}
.aboutleft .numbox li {
    margin-bottom: 40px;
}
.intitle .tit {
    font-size: 34px;
}
.proswiper .item .tbox .pic img {
    height: 40px;
}
.proswiper .item .tbox .con .ch {
    font-size: 18px;
    }
.proswiper .item .tbox .con .en {
    font-size: 18px;
    }
.proswiper .item:hover .tbox .con .ch, .proswiper .item:hover .tbox .con .en {
    font-size: 20px;
}
.proswiper .item .hoverbox a {
    font-size: 16px;
    padding-left:   20px;
}
.proswiper .item:hover .tbox .pic img {
    height: 50px;
}
.proswiper .item .hoverbox li {
    line-height: 38px;
    height: 40px;
}
.prolist .tbox {
    font-size: 17px;
    }
 .news1 .tbox .tit{
	font-size: 20px;
}
.news2 .tit {
    font-size: 16px;
    line-height: 50px;
    height: 54px;
}
.in-sec5 .tbox .ch,
.in-sec5 .tbox .en {
    font-size: 22px;
    }
.footmain dl.form {
    width: 33%;
}
.ewmbox .ewm .tbox {
    font-size: 14px;
}
.ewmbox .ewm .tbox img {
    width: 22px;
}
.footmain dl {
    margin-top: 54px;
}
.location-nav .rightnav li {
    padding: 0 30px;
}
.contact-sec li .ico {
    margin-right: 15px;
    width: 45px;
}
.news-sec .main1 li .tbox .tit {
    font-size: 20px;
}




}
/**/
@media only screen and (max-width:1680px ) {
	
}
/**/
@media only screen and (max-width:1500px ) {
	.w{
		width: 1200px;
	}
	.head-main .logo img {
    height: 42px;
    }
    header.fixed .head-main .logo img {
    height: 40px;
}
    .nav>ul>li {
    margin-right: 20px;
}
    .lang {
    padding: 0 15px;
}
    .lang img{
    	width: 25px;
    }
    .langbox a{
    	font-size: 14px;
    }
    .numbox .num span {
    font-size: 35px;
}
.numbox .desc img {
    width: 20px;
}
.aboutleft .numbox li {
    margin-bottom: 30px;
}
.intitle .tit {
    font-size: 30px;
}
.intitle .en {
    font-size: 20px;
}
.intitle .desc {
    font-size: 16px;
    }

.proswiper .item .tbox .pic {
    width: 30px;
}
.proswiper .item .tbox .pic img {
    height: 30px;
}
.proswiper .item .tbox .con {
    padding-left: 10px;
}
.proswiper .item .tbox {
    padding: 0 20px;
}
.proswiper .item:hover .tbox .pic img {
    height: 40px;
}
.proswiper .item:hover .tbox .con .ch, .proswiper .item:hover .tbox .con .en {
    font-size: 18px;
}
.proswiper .item .hoverbox a {
    font-size: 14px;
    }
.prolist .tbox {
    font-size: 16px;
}
.prolist .tbox {
    padding: 25px 20px 65px;
}
.news2 .tit {
    line-height: 40px;
    height: 40px;
    padding-right: 90px;
}
.in-sec5 li a {
    padding: 50px 30px;
}
.footmain dl {
    margin-right: 2%;
    margin-top: 20px;
    }
.ewmbox {
    width: 10%;
}
.submit {
    width: 105px;
    }
.footmain {
    padding: 45px 0;
}
.ab-sec1 .img {
    background-size: cover;
}

.location-nav .rightnav li {
    padding: 0 20px;
}
.contact-sec li .tbox .desc {
    font-size: 16px;
    }
    .contact-sec li .ewm {
    margin-right: 20px;
    width: 130px;
}
.news-sec .main1 li .tbox .tit {
    font-size: 18px;
}
}
/**/
@media only screen and (max-width:1440px ) {
	body{
		font-size: 15px;
	}
}
/**/
@media only screen and (max-width:1300px ) {
	.w{
		width: 1100px;
	}
	.nav>ul>li>a {
    font-size: 16px;
}
.nav>ul>li {
    margin-right: 13px;
}
.head-main .logo img {
    height: 36px;
}
header.fixed .head-main .logo img {
    height: 34px;
}
.mouseIco {
    bottom: 45px;
}
.bannerswiper .swiper-pagination {
    bottom: 50px;
    }
.bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next {
    bottom: 100px;
}
.bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: cover;
    }

.aboutright:after {
    background-size: 84px;
    }
.numbox .num span {
    font-size: 25px;
}
.aboutleft .numbox li {
    margin-bottom: 25px;
}
.aboutleft .tbox .desc {
    margin-top: 30px;
    font-size: 15px;
}
.index-more {
    font-size: 16px;
    margin-top: 45px;
    }
.proswiper .item .tbox .con .ch {
    font-size: 16px;
}
.proswiper .item .tbox .con .en {
    font-size: 14px;
}
.proswiper .item:hover .tbox{
	background-size: 28px auto;
	background-position-y: 92%;
}
.proswiper .item:hover .tbox .con .ch, .proswiper .item:hover .tbox .con .en {
    font-size: 16px;
}
.prolist .tbox{
	background-size: 25px;
}
.in-sec5 .pic {
    width: 116px;
    height: 116px;
    line-height: 116px;
    }
.in-sec5 .tbox .ch, .in-sec5 .tbox .en {
    font-size: 20px;
}
    .footmain dl.form {
    margin-left: 0.5%;
}
.footmain dt {
    font-size: 16px;
    }
    .footmain dl.form .yzm img {
    width: 65px;
    }
    .ewmbox .ewm .tbox {
    font-size: 12px;
    margin-top: 10px;
}
.ab-sec1 .num_con .num span {
    font-size: 22px;
}
.proswiper .item .hoverbox{
	max-height: 234px;
	overflow: scroll;
}
.contact-sec li .ico {
    margin-right: 10px;
    width: 40px;
}
.contact-sec li .ewm {
    margin-right: 10px;
    width: 110px;
}

}
/**/
@media only screen and (max-width:1200px ) {
	.w{
		width: 1024px;
	}
	.head-main .logo img {
    height: 30px;
}
	header.fixed .head-main .logo img {
    height: 28px;
}
	.intitle .tit {
    font-size: 26px;
}
	.aboutleft .tbox .desc {
    line-height: 26px;
    max-height: 130px;
    }
	.proswiper .item:hover .tbox {
    padding: 30px 15px 60px;
}
	.footmain dl.form{
		display: none;
	}
	.footmain dl {
    margin-right: 9%;
    }
    
    .ab-sec1 .tbox {
    width: 100%;
}
.ab-sec1 .pic {
	margin-top: 25px;
    width: 100%;
}
.contact-sec ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

}
/**/
@media only screen and (max-width:1024px ) {
	.w{
		width: 960px;
	}
	.head-main .rightbox{
		display: none;
	}
	.head-main .nav {
    margin-right: 0;
}
.nav>ul>li {
    margin-right: 10px;
}
.lang img{
	display: none;
}
.lang {
    padding: 0 10px;
}
 .langbox a {
 	display: block;
    min-width: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.mouseIco{
	display: none;
}
.aboutleft .tbox {
	float: left;
    width: 100%;
    padding: 0 50px;
}
.aboutleft .numbox{
	display: none;
}
.news1 {
    width: 100%;
}
.news2 {
    width: 100%;
    margin-top: 30px;
}
.in-sec4 {
    background-size: cover;
}
  .leftlayout {
    width: 100%;
}
.rightlayout {
    width: 100%;
    margin-top: 30px;
}


}
/**/
@media only screen and (max-width:960px ) {
	.w{
		width: 100%;
		padding: 0 4%;
	}
	header{
		display: none;
	}
	.phone_head{
		display: block;
	}
	.h{
		height: 50px;
	}
	.bannerswiper .swiper-pagination{
		width: 100%;
		left: 0;
	}
	.bannerswiper .swiper-pagination:before{
		display: none;
	}
	
	.bannerswiper .swiper-button-prev{
		left: 10px;
		bottom: auto;
		top: 50%;
		margin-top: -20px;
	}
	.bannerswiper .swiper-button-next{
		right: 10px;
		left: auto;
		bottom: auto;
		top: 50%;
		margin-top: -20px;
	}
	.in-sec1{
		padding: 60px 0;
	}
	.in-sec1 .main{
		padding: 0 4%;
	}
	.aboutleft {
    position: static;
    width: 100%;
    height: auto;

}
	.aboutleft .tbox {
    top: 0;
    transform: none;
    padding: 0;
    
}
	.aboutright {
    width: 100%;
    margin-top: 30px;
    height: 300px;
    overflow: hidden;
}
	.videofixed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.intitle .desc{
		padding: 0 20px;
	}
	.proswiper .item:hover .hoverbox {
    display: none;
}
.news1 .tbox .more {
    margin-top: 25px;
    }
    .in-sec5 .pic {
    width: 86px;
    height: 86px;
    line-height: 86px;
}
    .in-sec5 .pic img {
    max-width: 45%;
    }
    
    .footmain dl{
    	display: none;
    }
    .footmain dl:nth-child(4){
    	display: block;
    }
    .ewmbox {
    width: 21%;
}
   .flogo {
   	display: none;
   } 
   .nybanner .tbox .tit {
    font-size: 30px;
}
   .nybanner .tbox .desc {
    font-size: 18px;
}
   .location-nav .rightnav li {
    padding: 0 10px;
}
   .contact-sec .companytit {
    font-size: 25px;
}
}
/**/
@media only screen and (max-width:768px ) {
	
}
/**/
@media only screen and (max-width:640px ) {
	.bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next{
		display: none;
	}
	.bannerswiper .swiper-pagination {
    bottom: 10px;
}
	
	.bannerswiper .swiper-pagination-current {
    font-size: 18px;
}
	.bannerswiper .swiper-pagination i {
    width: 10px;
    height: 19px;
    margin: 0 5px;
}
.ab-sec1 .intitle,
	.aboutleft .intitle {
    text-align: center;
}
.ab-sec1 .intitle .xian,
.aboutleft .intitle .xian {
    margin-left: auto;
}	
	.intitle .xian {
    margin: 10px auto;
    width: 15px;
    height: 2px;
}
.intitle .tit {
    font-size: 22px;
}
.intitle .en {
    font-size: 14px;
}
	.aboutleft .tbox .desc {
    margin-top: 20px;
    font-size: 14px;
    }
	.index-more {
		display: block;
    margin: 25px auto 0; 
    
}
	.aboutright:after {
    background-size: 64px;
}
.proswiper .item:hover .tbox .pic{
	display: none;
}
.news1 .pic {
    display: block;
    width: 100%;
}
.news1 .tbox {
    display: block;
    width: 100%;
    padding: 30px ;
}
.news1 .tbox .tit {
    font-size: 16px;
}
.news1 .tbox .desc {
    margin-top: 10px;
}
.in-sec5 li {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 0;
}
.in-sec5 li a {
    padding:  30px;
}
.in-sec5 .tbox .ch, .in-sec5 .tbox .en {
    font-size: 18px;
}
.footmain dl{
	width: 100%;
	margin-right: 0;
}
.ewmbox {
    width: 40%;
    margin: 0 30%;
}
.footmain {
    padding: 25px 0;
}
.copyright {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.copyright span{
	float: none;
}
.prolist .tbox {
    padding: 20px 10px 45px;
    background-position-y: 60px;
}
.nybanner .tbox .desc {
    font-size: 14px;
}
.nybanner .tbox .tit {
    font-size: 18px;
}
.nybanner .tbox .desc:before {
    margin: 5px auto;
    width: 15px;
    height: 2px;
}
.location-nav .rightnav{
	display: none;
}
.location-nav {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}
.location-nav .leftnav {
    padding-left: 40px;
    background-size: 40px;
}
.location-nav .leftnav a {
    margin-left: 15px;
}
.ab-sec1 .img {
    padding: 0 ;
    background: none;
    
    }
.ab-sec1 .num_con {
    margin-top: 5px;
}
.ab-sec1 .num_con li {
    width: 50%;
    margin-top: 20px;
}
.ab-sec1 .num_con li .ico {
   height: 26px;
}
.contact-sec .companytit {
    font-size: 20px;
    padding-bottom: 10px;
}
.contact-sec .companytit:before {
    width: 6px;
    height: 6px;
    margin-right: 10px;
}
.contact-sec ul li {
    display:block;
    width: 100%;
}

.map-sec {
    height: 250px;
}
.intitle .desc {
    font-size: 12px;
}

.formtext {
    width: 100%!important;
    margin-right: 0%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
}
.liuyan-sec .main li {
    margin-bottom: 10px;
}
.submit{
	width: 100%;
	margin-top: 20px;
}
.yzm{
	margin-top: 10px;
}
.liuyan-sec .main {
    padding: 30px;
    }
.news-sec .main2 .list li .tit,
.news-sec .main1 li .tbox .tit {
    font-size: 16px;
}
.news-sec .main1 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
}
.news-sec .main2 .list li a,
.news-sec .main1 li .tbox {
    padding: 30px ;
}
.news-sec .main2 .list li .desc {
    margin-top: 5px;
    }
.news-sec .main2 .list li .time {
    font-size: 12px;
    }
.pages li {
	margin-bottom: 5px;
}
.pages li a {
    font-size: 14px;
    padding: 0 5px;
}
.newsxq-sec .details {
    padding: 25px;
    }
    .details .tit {
    font-size: 17px;
}
    .details .time {
    margin-top: 10px;
    font-size: 12px;
    line-height:   18px ;
}
 .details .time span{
 	display: inline-block;
 }
    .details .con {
    margin-top: 20px;
    border-top-width: 1px;
    font-size: 14px;
    padding: 20px 0;
}
    .newspage {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}
.newspage .nshare{
	display: none;
}
.tjbox ul {
    padding: 20px  ;
}
.tjbox .tit {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}
.tjbox li .tbox {
    margin-top: 15px;
}
.pronav a {
    height: 40px;
    line-height: 38px;
    min-width: auto;
    padding: 0 10px;
}
.prolist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.prolist li:nth-child(4n) {
    margin-right: 4%;
}
.prolist li:nth-child(2n) {
    margin-right: 0;
}
.prolist .tbox {
    font-size: 14px;
}
.promain .pic {
    width: 100%;
}
.promain .tbox {
    margin-top: 20px;
    width: 100%;
}
.promain {
    padding: 25px;
}
.promain .tbox .tit {
    font-size: 17px;
    padding-bottom: 10px;
    }
.promain .tbox .tit strong {
    padding-left: 0;
    background: none;
}
.promain .tbox .desc {
    margin-top: 25px;
    }
.zxdg {
    margin-top: 20px;
    }



body{
	font-size: 14px;
}
.pro-sec .main,
.liuyan-sec .main,
.contact-sec ul,
.ab-sec3 .main,
.in-sec2 .list{
	margin-top: 25px;
}
.in-sec2 {
    padding-top: 30px;
	}
	.proxq-sec,
	.pro-sec,
	.newsxq-sec,
	.news-sec .main2,
	.news-sec .main1,
	.liuyan-sec,
	.contact-sec,
	.ab-sec1,
.in-sec1,
.in-sec3,
.in-sec4{
    padding: 30px 0;
}	
	
}
/**/
@media only screen and (max-width:360px ) {
	
}
/**/
@media only screen and (max-width:320px ) {
	
}
/**/