@charset "utf-8";
@font-face {
	font-family: 'SSR';
	src: url('SOURCEHANSANSCN-REGULAR.OTF');
	font-weight: normal;
	font-style: normal;
}

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%;
	height: 100%;
}

body {
	font-family: 'SSR', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'SSR';
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1440px;
	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;
}

::-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 {
	display: none;
}


/*============================header==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

header.fixed {
	/*-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;*/
}

header.fixed .head_top {
	line-height: 76px;
}

header.fixed .nav nav>ul>li>a {
	height: 76px;
	line-height: 76px;
}

.head_top {
	line-height: 100px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head_top .w {
	width: 1370px;
}

.head_top .logo {
	font-size: 0;
}

.head_top .logo img {
	height: 60px;
	vertical-align: middle;
}

.head_top .logot {
	margin-left: 15px;
	padding-left: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	background: url(../images/logoxain.png) no-repeat left center;
}

header.fixed .search_box {
	margin-top: 20px;
}

.search_box {
	position: relative;
	margin-top: 32px;
}

.search_box:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #535453;
}

.head_search {
	height: 36px;
	line-height: 36px;
	font-size: 0;
}

.search_box .head_search1 {
	padding: 0 15px;
	height: 36px;
	width: 36px;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}

.search_box:hover .head_search1 {
	border: 1px solid #fff;
}

.search_box .head_search2 {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -18px;
	background-color: #f7f7f7;
	height: 36px;
	line-height: 36px;
	width: 0px;
	z-index: 9999;
	transition: width 500ms;
	-moz-transition: width 500ms;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
}

.head_search:hover .head_search2 {
	width: 170px;
	padding: 0 10px;
	border-color: #ccc;
}


/**/

.head_top .nav {
	position: relative;
	z-index: 10;
	margin-right: 20px;
}

.nav nav>ul>li {
	float: left;
	margin-right: 30px;
	position: relative;
}

.nav nav>ul>li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	position: relative;
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #ffffff;
}

/*.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 235px;
	padding: 20px 20px 40px;
	display: none;
	border-top: 3px solid #ce000c;
	background: #fff;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 5px;
	border-bottom: 1px solid #000;
}*/
.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 235px;
	padding: 20px 0 40px;
	display: none;
	border-top: 3px solid #ce000c;
	background: #fff;
}
.nav nav>ul>li:hover ol {
	display: block;
}
.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0 20px;
}
.nav nav>ul>li ol>li:hover{
	background: #f9f9f9;
}

.nav nav>ul>li ol li:hover {
	border-color: #ce000c;
}

.nav nav>ul>li ol li a {
	line-height: 34px;
	color: #333333;
	font-size: 14px;
	display: block;
	text-align: left;
	position: relative;
	
	padding: 0 5px;
	border-bottom: 1px solid #000;
}

.nav nav>ul>li ol li a:hover {
	color: #ce000c;
}
.nav nav>ul>li ol li{
	position: relative;
	
}
.nav nav>ul>li ol ul{
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 235px;
	padding: 20px 0 40px;
	border-top: 3px solid #ce000c;
	background: #fff;
}
.nav nav>ul>li ol li:hover ul{
	display: block;
}
.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow: 0px 5px 10px #000;
	box-shadow: 0px 5px 10px #000;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	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: #000000 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: 16px;
	position: absolute;
	top: 11px;
	right: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	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: #000000;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #000000;
}

.sliding-menu a.back {
	background: #ce000c;
}

.sliding-menu a:hover {
	background: #ce000c;
}


/*============================footer ==============================*/

.baojia {
	padding: 80px 0 220px;
	background: #eff3f6;
}

.baojia .tit {
	text-align: center;
	font-size: 40px;
	color: #111111;
}

.baojia .tit span {
	color: #ce000c;
}

.baojia .w {
	position: relative;
}

.baojia .main {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	border-bottom: 10px solid #2a5ea4;
	background: #fff;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}

.baojia .main>div {
	float: left;
	border-left: 1px solid #eff3f6;
	padding-top: 60px;
	height: 370px;
	overflow: hidden;
}

.baojia .main .box1 {
	border: none;
	width: 27%;
	padding-left: 40px;
	padding-right: 40px;
}

.baojia .main .box1 .t1 {
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.baojia .main .box1 .t2 {
	font-size: 40px;
	color: #2a5ea4;
	font-weight: bold;
	text-align: center;
}

.baojia .main .box1 .t3 {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-top: 15px;
	border-top: 1px solid #f0f5f6;
}

.baojia .main .box1 .t3 div {
	padding-left: 25px;
	background: url(../images/bj1.png) no-repeat left center;
}

.baojia .main .box1 .t3 div.add {
	background-image: url(../images/bj1.png);
}

.baojia .main .box1 .t3 div.tel {
	background-image: url(../images/bj2.png);
}

.baojia .main .box1 .t3 div.mail {
	background-image: url(../images/bj3.png);
}

.baojia .main .box2 {
	width: 52%;
	text-align: center;
}

.baojia .main .box2 .form,
.baojia .main .box2 .note {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.baojia .main .box2 .form ul li {
	margin-bottom: 10px;
}

.baojia .main .box2 .form ul li span {
	display: inline-block;
	line-height: 40px;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	margin-right: 15px;
	width: 40px;
}

.baojia .main .box2 .form ul li span i {
	color: #ce000c;
}

.baojia .main .box2 .form input[type=text] {
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eff3f6;
	border-radius: 5px;
	font-size: 13px;
	color: #999999;
	padding: 0 15px;
}

.baojia .main .box2 .form textarea {
	width: 300px;
	height: 80px;
	line-height: 40px;
	border: 1px solid #eff3f6;
	border-radius: 5px;
	font-size: 13px;
	color: #999999;
	padding: 0 15px;
}

.baojia .main .box2 .form input[type=submit] {
	margin-top: 10px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background: #ce000c;
	cursor: pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.baojia .main .box2 .form input[type=submit]:hover {
	-moz-box-shadow: 0px 0px 15px rgba(206, 41, 51, .8);
	-webkit-box-shadow: 0px 0px 15px rgba(206, 41, 51, .8);
	box-shadow: 0px 0px 15px rgba(206, 41, 51, .8);
}

.baojia .main .box2 .note {
	margin-left: 20px;
	min-height: 242px;
	padding: 15px;
	border: 1px solid #eff3f6;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
}

.baojia .main .box2 .note .t {
	margin-bottom: 15px;
}

.baojia .main .box2 .note ul li {
	font-size: 18px;
	color: #4dbefc;
	font-weight: bolder;
	line-height: 25px;
}

.baojia .main .box2 .note a {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	vertical-align: middle;
}

.baojia .main .box2 .note a:hover {
	color: #4dbefc;
}

.baojia .main .box3 {
	width: 21%;
	text-align: center;
}

.baojia .main .box3 .pic img {
	width: 98px;
	display: block;
	margin: 0 auto;
}

.baojia .main .box3 .tbox {
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
}

.zxbj {
	margin: 35px auto 0;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 140px;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	background: #4dbefc url(../images/jiantou.png) no-repeat 88% center;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.zxbj:hover {
	background-position-x: 92%;
}

.footop {
	padding-top: 250px;
	background: #242424 url(../images/footbg.jpg) no-repeat top left;
	background-size: cover;
}

.footer_logo {
	float: left;
	width: 13.3%;
	margin-top: 35px;
	margin-right: 6.9%;
}

.footer_logo img {
	display: block;
	width: 100%;
}

.footer_hot {
	float: left;
	width: 59%;
}

.footer_hot .tit {
	margin-bottom: 30px;
	font-size: 18px;
	color: #999999;
}

.footer_hot .tit .change {
	float: right;
	background: url(../images/change.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	color: #999999;
}

.footer_hot .tit .change:hover {
	color: #fff;
}

.footer_hot .main {}

.footer_hot .main a {
	display: inline-block;
	border: 1px solid #444444;
	border-radius: 25px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 13px;
	color: #666666;
	margin: 0 10px 10px 0;
}

.footer_hot .main a:hover {
	color: #fff;
	border-color: #fff;
}

.footer_wx {
	float: right;
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 40px;
}

.footer_wx .pic img {
	width: 30px;
	display: block;
	margin: 0 auto;
}

.footer_wx .tbox {
	margin-top: 20px;
	font-size: 14px;
}

.footer_info {
	padding-bottom: 50px;
}

.footer_fri {
	border-top: 1px solid #343434;
	padding: 30px 0;
}

.footer_fri .t {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999999;
}

.footer_fri .list {
	font-size: 13px;
	color: #444444;
}

.footer_fri .list a {
	color: #444444;
}

.footer_fri .list a:hover {
	color: #fff;
}

.footbottom {
	background: #111111;
	height: 74px;
	line-height: 74px;
	font-size: 13px;
	color: #444444;
}

.footbottom span {
	float: right;
}

.footbottom a {
	color: #444444;
}


/*============================index ==============================*/

.banner {}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper a {
	display: block;
	position: relative;
}

.bannerswiper .tbox {
	position: absolute;
	left: 290px;
	bottom: 150px;
	width: auto;
	font-weight: bold;
	color: #fff;
}

.bannerswiper .tbox .t1 .ch {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #000000;
	display: block;
}

.bannerswiper .tbox .t1 .en {
	font-size: 35px;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 5px;
	text-transform: uppercase;
}

.bannerswiper .tbox .t2 {
	position: relative;
	margin: 60px 0 40px;
	padding-left: 30px;
}

.bannerswiper .tbox .t2:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	left: 13px;
	top: 7px;
	background-color: #ffffff;
	border-radius: 50px;
	z-index: 5;
	-webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.bannerswiper .tbox .t2:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 28px;
	border-radius: 50px;
	left: 5px;
	background-color: #262626;
	top: -4px;
}

@-webkit-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-5px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.bannerswiper .tbox .t3 {
	font-size: 18px;
	color: #ffffff;
	padding-top: 30px;
	padding-right: 180px;
	line-height: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	background: url(../images/go.png) no-repeat right bottom;
}

.bannerswiper .tbox .t3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0px;
	left: 0px;
}

.intitle {
	text-align: center;
	font-weight: bold;
}

.intitle .ch {
	font-size: 40px;
	color: #111111;
}

.intitle .en {
	font-size: 30px;
	color: #d4d4d4;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(70, 70, 70, 0.5);
}

.in1_sec {
	padding: 70px 0;
	background: #fff;
}

.in1_sec .main1 {
	margin-top: 45px;
}

.in1_sec .main1 .con1 {
	float: left;
	width: 33.33%;
	height: 464px;
	padding: 60px 40px 0;
	background: #192e87 url(../images/in1bg.jpg) no-repeat left top;
	background-size: cover;
}

.in1_sec .main1 .con1 .t1 {
	font-size: 22px;
	color: #ffffff;
}

.in1_sec .main1 .con1 .t2 {
	margin-top: 25px;
	font-size: 14px;
	color: #b3bac1;
}

.in1_sec .main1 .con1 .t3 {
	margin-top: 70px;
	font-size: 0;
	text-align: center;
}

.in1_sec .main1 .con1 .t3 ul li {
	float: left;
	height: 50px;
	line-height: 48px;
	width: 49%;
	padding: 0 20px 0 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	background: url(../images/jiantou.png) no-repeat 95% center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.in1_sec .main1 .con1 .t3 ul li:nth-child(2n) {
	margin-left: 2%;
}

.in1_sec .main1 .con1 .t3 ul li:hover {
	background-position-x: 97%;
}

.in1_sec .main1 .con1 .t3 a {
	font-size: 15px;
	color: #ffffff;
}

.in1_sec .main1 .con2 {
	float: left;
	width: 22.22%;
	height: 464px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

.in1_sec .main1 .con3 {
	float: left;
	width: 44.45%;
}

.in1_sec .main1 .con3>div {
	height: 232px;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	overflow: hidden;
}

.in1_sec .main1 .con3 .box2,
.in1_sec .main1 .con3 .box3 {
	width: 50%;
}

.in1_sec .main1 a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.in1_sec .main1 .tbox {
	color: #fff;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: letter-spacing 1s;
	-moz-transition: letter-spacing 1s;
	transition: letter-spacing 1s;
}

.in1_sec .main1 .con2:hover .tbox {
	letter-spacing: 1px;
}

.in1_sec .main1 .con3>div:hover .tbox {
	letter-spacing: 1px;
}

.newpro a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 91px;
	height: 93px;
	background: url(../images/new.png) no-repeat right top;
}

.in1_sec .main1 .con3 .box1 a {
	background: rgba(184, 0, 19, 0.2);
}

.in1_sec .main1 .con3 .box2 a {
	background: rgba(42, 94, 164, 0.3);
}

.in1_sec .main1 .con3 .box3 a {
	background: rgba(56, 61, 65, 0.5);
}

.in1_sec .main1 .con3 .box1:hover a {
	background: rgba(184, 0, 19, 0.8);
}

.in1_sec .main1 .con3 .box2:hover a {
	background: rgba(42, 80, 235, 0.8);
}

.in1_sec .main1 .con3 .box3:hover a {
	background: rgba(56, 61, 65, 0.8);
}

.in1_sec .more {
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	background: #eff3f6;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
}

.in1_sec .more:hover {
	-moz-box-shadow: 0px 0px 10px #e5e9ec;
	-webkit-box-shadow: 0px 0px 10px #e5e9ec;
	box-shadow: 0px 0px 10px #e5e9ec;
}

.in1_sec .main2 {
	margin-top: 45px;
}

.in1_sec .main2 ul li {
	float: left;
	width: 23.6%;
	margin-left: 1.86%;
	height: 118px;
	line-height: 118px;
	padding-left: 75px;
	font-size: 22px;
	color: #333333;
	background: #fff url(../images/in2bg.png) no-repeat 20px center;
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.in1_sec .main2 ul li:nth-child(4n+1) {
	margin-left: 0;
}

.in1_sec .main2 ul li:hover {
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.in2_sec {
	padding: 80px 0;
	background: #eff3f6 url(../images/in3bg.jpg) no-repeat left top;
	background-size: cover;
}

.in2_sec .main1 {
	margin-top: 40px;
}

.num_con ul {
	display: table;
	table-layout: fixed;
	zoom: 1;
	width: 100%;
	text-align: center;
}

.num_con ul li {
	display: table-cell;
}

.number_box {
	color: #2a5ea4;
}

.num_con .number {
	font-size: 80px;
	font-weight: bolder;
}

.num_con .unit {
	font-size: 16px;
}

.text_box {
	font-size: 14px;
	color: #666666;
}

.in2_sec .main2 {
	margin-top: 40px;
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #2a5ea4;
}

.in2_sec .main2 .pic {
	width: 50%;
	display: table-cell;
	overflow: hidden;
}

.in2_sec .main2 .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in2_sec .main2:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in2_sec .main2 .tbox {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
	padding-right: 60px;
}

.in2_sec .main2 .tbox a {
	margin-top: 30px;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 140px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in2_sec .main2 .tbox a:hover {
	background: #fff;
	color: #2a5ea4;
}

.in3_sec {
	padding: 80px 0;
	background: #fff;
}

.in3_sec .main {
	margin-top: 60px;
}

.in3_sec .main .box {
	float: left;
	width: 30.55%;
	margin-left: 4.175%;
}

.in3_sec .main .box:nth-child(3n+1) {
	margin-left: 0;
}

.newslist1 {
	border-bottom: 1px solid #d7dbde;
	font-size: 0;
	padding-bottom: 15px;
	line-height: 30px;
}

.newslist1 span {
	vertical-align: middle;
}

.newslist1 .sp1 {
	float: left;
	width: 66%;
	font-size: 18px;
	color: #333333;
}

.newslist1 .sp2 {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #666666;
}

.newslist1:hover .sp1 {
	color: #2a5ea4;
}

.newslist2 {
	padding: 15px 0;
	font-size: 14px;
	border-bottom: 1px solid #d7dbde;
}

.newslist2 .t1 {
	color: #666;
	font-weight: bold;
}

.newslist2 .t2 {
	line-height: 22px;
	color: #999999;
}

.newslist2:hover .t2 {
	color: #2a5ea4;
}

.newslist3 {
	margin-top: 25px;
}

.newslist3 ul li {
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}

.newslist3 ul li a {
	color: #666666;
}

.newslist3 ul li a:hover {
	color: #2a5ea4;
}

.in3_sec .main .box .pic {
	margin-top: 30px;
	overflow: hidden;
}

.in3_sec .main .box .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in3_sec .main .box .pic:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


/*============================ about==============================*/

.ny_banner {
	position: relative;
}

.ny_banner img {
	display: block;
	width: 100%;
}

.ny_banner .tbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	background: url(../images/txian.png) no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_banner .tbox .ch {
	font-size: 40px;
	color: #ffffff;
}

.ny_banner .tbox .en {
	color: #d4d4d4;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(70, 70, 70, 0.5);
}

.about_sec {
	padding: 130px 0 95px;
	background: #fff url(../images/about_sec.png) no-repeat top left;
	background-size: 100% auto;
	text-align: center;
}

.about_sec .tit1 {
	font-size: 30px;
	color: #000000;
}

.about_sec .tit2 {
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.about_sec .tit3 {
	font-size: 30px;
	color: #4dbefc;
}

.about_sec .tit4 {
	font-size: 22px;
	color: #000000;
}

.about_sec .main {
	margin: 70px 0;
	position: relative;
}

.about_sec .main img {
	display: block;
	width: 100%;
}

.about_sec .main .tbox {
	position: absolute;
	top: 50%;
	right: 100px;
	width: 657px;
	/*width: auto;*/
	height: 206px;
	background: url(../images/about2.png)no-repeat left center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_sec .main .num_con,
.about_sec .main .num_con ul {
	height: 100%;
}

.about_sec .main .num_con ul li {
	vertical-align: middle;
	width: 30%;
}

.about_sec .main .num_con ul li:last-child {
	width: 40%;
}

.about_sec .main .number_box {
	color: #fff;
}

.about_sec .main .text_box {
	color: #fff;
}


/*============================ ==============================*/

.news_sec {
	background: #fff;
	padding: 50px 0 80px;
}

.newcon1 {
	padding: 35px;
	border: 5px solid #eff3f6;
}

.newcon1 .pic {
	float: left;
	width: 36.7%;
	overflow: hidden;
}

.newcon1 .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.newcon1:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.newcon1 .tbox {
	float: right;
	width: 58.8%;
}

.news_sec .tbox .t1 {
	font-size: 18px;
	color: #333333;
}

.news_sec .tbox .t2 {
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.news_sec .tbox .t3 {
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
	height: 63px;
}

.newcon1 .tbox .t4 {
	margin-top: 45px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: #4dbefc url(../images/jiantou.png) no-repeat center center;
	border-radius: 50%;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.newcon1 .tbox .t4:hover {
	-moz-box-shadow: 0px 0px 15px #6ac7fa;
	-webkit-box-shadow: 0px 0px 15px #6ac7fa;
	box-shadow: 0px 0px 15px #6ac7fa;
}

.newcon2 {}

.newcon2 ul li {
	margin-top: 40px;
	float: left;
	width: 22.9%;
	margin-left: 2.8%;
	padding: 30px 20px;
	border: 2px solid #eff3f6;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.newcon2 ul li:nth-child(4n+1) {
	margin-left: 0;
}

.newcon2 ul li:hover {
	background: #4dbefc;
	border-color: #4dbefc;
}

.newcon2 ul li:hover .tbox .t1,
.newcon2 ul li:hover .tbox .t2,
.newcon2 ul li:hover .tbox .t3 {
	color: #fff;
}

.page {
	margin-top: 80px;
	font-size: 0;
	text-align: center;
}

.page a {
	display: inline-block;
	margin: 0 5px;
	min-width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	background: #eff3f6;
}

.page a:hover,
.page a.on {
	background: #d4d9dc;
	color: #fff;
}

.page a.prev,
.page a.next {
	text-indent: -9999px;
}

.page a.prev {
	background: #4dbefc url(../images/prev.png) no-repeat center center;
}

.page a.next {
	background: #4dbefc url(../images/next.png) no-repeat center center;
}

.weizhi {
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #eff3f6;
	background: #fff;
}

.nynav1 {
	float: left;
	padding-left: 25px;
	font-size: 14px;
	color: #999999;
	background: url(../images/home.png) no-repeat left center;
}

.nynav1 a {
	padding: 0 15px;
	font-size: 14px;
	color: #999999;
	background: url(../images/nynav1.png) no-repeat left center;
}

.newsxq_sec {
	padding: 30px 0 100px;
	background: #fff;
}

.newsleft {
	float: left;
	width: 74%;
	border: 2px solid #eff3f6;
	padding: 30px 60px;
}

.newsleft .tit {
	padding: 30px 0;
	border-bottom: 1px solid #eff3f6;
}

.newsleft .tit .t1 {
	font-size: 26px;
	color: #333333;
}

.newsleft .tit .t2 {
	font-size: 14px;
	color: #666666;
}

.newsleft .details {
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.newsleft .details p {
	text-indent: 2em;
}

.newsleft .details img {
	display: block;
	margin: 40px auto;
	max-width: 100%;
}

.details2 {
	margin-top: 20px;
	font-size: 0;
	line-height: 30px;
}

.details2 .tag {
	float: left;
}

.details2 .tag span {
	padding-right: 10px;
	font-size: 14px;
	color: #4dbefc;
	font-weight: bold;
	border-right: 1px solid #999999;
	padding-left: 30px;
	background: url(../images/biaoqian.png) no-repeat left center;
}

.details2 .tag a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px;
	font-size: 12px;
	color: #999999;
	background: #dfe3e6;
	border-radius: 5px;
}

.details2 .tag a:hover {
	color: #4dbefc;
}

.details2 .share {
	float: right;
	font-size: 14px;
	color: #4dbefc;
	font-weight: bold;
}

.details2 .share .bshare-custom {
	display: inline-block!important;
	vertical-align: middle;
}

.details2 .share .bshare-custom a {
	padding-left: 18px!important;
	height: 18px!important;
}

.details2 .share .bshare-custom .bshare-more.more-style-addthis {
	background-image: url(../images/more-style-addthis.png)!important;
}

.page2 {
	margin-top: 70px;
	padding: 0 20px;
	background: #eff3f6;
	font-size: 0;
}

.page2 a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	width: 40%
}

.page2 .pre {
	position: relative;
	padding-left: 15px;
	background: url(../images/prev2.png) no-repeat left center;
}

.page2 .next {
	float: right;
	text-align: right;
	padding-right: 15px;
	background: url(../images/next2.png) no-repeat right center;
}

.page2 a:hover {
	color: #4dbefc;
}

.newsright {
	float: right;
	width: 23%;
}

.newsright .tit {
	font-size: 22px;
	color: #ffffff;
	line-height: 50px;
	padding: 0 20px;
}

.xgnews .list {
	border: 2px solid #eff3f6;
	border-top: none;
	padding: 25px 20px;
}

.xgnews .tit {
	background: #4dbefc;
}

.xgnews .list ul li {
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}

.xgnews .list ul li a {
	color: #666666;
}

.xgnews .list ul li a:hover {
	color: #2a5ea4;
}

.xgpro {
	margin-top: 40px;
}

.xgpro .list {
	border: 2px solid #eff3f6;
	border-top: none;
	padding: 20px;
}

.xgpro .tit {
	background: #333333;
}

.xgpro ul li {
	background: #eff3f6;
	margin-bottom: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.xgpro ul li:hover {
	background: #f6f7f9;
}

.xgpro ul li .pic {
	display: table-cell;
	width: 40%;
}

.xgpro ul li .pic img {
	display: block;
	width: 100%;
}

.xgpro ul li .tbox {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.xgpro ul li .tbox .t1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 1px solid #dcdfe2;
}

.xgpro ul li .tbox .t2 {
	margin-top: 15px;
	font-size: 12px;
	color: #4dbefc;
	padding-left: 5px;
	background: url(../images/jiantou2.png) no-repeat left center;
}


/*============================contact ==============================*/

.contact_sec {
	background: #fff;
	padding: 40px 0;
}

.contact_sec .main {
	background: #fff;
	border: 2px solid #eff3f6;
}

.contactleft {
	float: left;
	width: 40%;
	padding: 30px;
}

.contactleft .tbox1 {
	padding: 30px 0;
	border-top: 2px solid #eff3f6;
	border-bottom: 2px solid #4dbefc;
}

.contactleft .tbox1 .ch {
	font-size: 22px;
	color: #333333;
}

.contactleft .tbox1 .en {
	font-size: 15px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contactleft .tbox2 {
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
}

.contactleft .tbox2>div {
	padding-left: 25px;
	line-height: 30px;
	background: url(../images/bj1.png) no-repeat left center;
}

.contactleft .tbox2 .add {
	background-image: url(../images/bj1.png);
}

.contactleft .tbox2 .tel {
	background-image: url(../images/bj2.png);
}

.contactleft .tbox2 .mail {
	background-image: url(../images/bj3.png);
}

.contactleft .tbox3 {
	margin-top: 25px;
	padding-top: 45px;
	background: url(../images/tel.png) no-repeat top left;
}

.contactleft .tbox3 .t1 {
	font-size: 18px;
	color: #666666;
}

.contactleft .tbox3 .t2 {
	font-size: 40px;
	color: #2A5EA4;
	font-weight: bold;
}

.contactright {
	float: left;
	width: 57%;
	height: 490px;
}

.contactright iframe {
	display: block;
	border: none;
}


/*============================ pro==============================*/

.pro_sec {
	padding: 30px 0 70px;
	background: #fff;
}

.proleft {
	width: 22.22%;
	float: left;
	padding: 10px;
	background: #EFF3F6;
	border-radius: 5px;
	overflow: hidden;
}

.proleft dl {
	background: #fff;
	padding-bottom: 20px;
}

.proleft dt {
	background: url(../images/proleftit.jpg) no-repeat left center;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 20px;
}

.proleft dd {
	padding: 0 15px;
}

.proleft dd a {
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #dedede;
	background: url(../images/yuan.png) no-repeat left center;
}

.proleft dd a:hover,
.proleft dd a.on {
	color: #2a5ea4;
	border-color: #2a5ea4;
	background-image: url(../images/yuan0.png);
}

.proright {
	float: right;
	width: 75%;
}

.proright ul li {
	background: #eff3f6;
	padding: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	border-radius: 5px;
	margin-bottom: 10px;
}

.proright ul li .pic {
	display: table-cell;
	width: 30%;
	overflow: hidden;
}

.proright ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.proright ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.proright ul li .tbox {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
}

.proright ul li .tbox .t1 {
	font-size: 16px;
	color: #2a5ea4;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdfe2;
}
.proright ul li .tbox .t1 a{
	color: #2a5ea4;
}
.proright ul li .tbox .t2 {
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}

.proright ul li .tbox .t3 {
	margin-top: 25px;
}

.prosize,
.anmoney {
	display: inline-block;
	height: 35px;
	line-height: 33px;
	width: 110px;
	padding: 0 0 0 15px;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	border-radius: 5px;
	background: #fff url(../images/jiantou.png) no-repeat 88% center;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.prosize {
	color: #000000;
	border: 1px solid #dee1e3;
	background-image: url(../images/jiantou0.png);
}

.prosize:hover {
	color: #fff;
	border-color: #0078d7;
	background-color: #0078d7;
	background-image: url(../images/jiantou.png);
}

.anmoney {
	background-color: #ce000c;
	border: 1px solid #ce000c;
}

.anmoney:hover {
	border-color: #0078d7;
	background-color: #0078d7;
}

.zxbj:hover {
	background-position-x: 92%;
}

.weizhi.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 76px;
	-moz-box-shadow: 0px 0px 27px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 27px rgba(0, 0, 0, .1);
	z-index: 2;
}

.nynav2 {
	float: left;
	font-size: 14px;
	color: #666666;
}

.nynav2 a {
	color: #666666;
}

.nynav2 a:hover {
	color: #4dbefc;
}

.proxq_sec {}

.proxq_sec .main1 {
	padding: 80px 0 50px;
	background: #eff3f6;
}

.protbox {
	float: left;
	width: 43.75%;
}

.protbox .t1 {
	font-size: 30px;
	color: #2a5ea4;
}

.protbox .t2 {
	margin-top: 40px;
	font-size: 14px;
	color: #333333;
}

.protbox .anmoney {
	margin-top: 70px;
}

.protbox .share {
	margin-top: 70px;
}

.propic {
	float: left;
	width: 53.3%;
}

.propic .pic {
	width: 82.5%;
	margin: 0 auto;
	background: #eff3f6;
}

.propic img {
	display: block;
	width: 100%;
}

.propic .swiper-button-next,
.propic .swiper-button-prev {
	width: 25px;
	height: 29px;
	margin-top: -15px;
	opacity: 0.8;
}

.propic .swiper-button-next:hover,
.propic .swiper-button-prev:hover {
	opacity: 1;
}

.propic .swiper-button-next {
	background: url(../images/pright.png) no-repeat center center;
}

.propic .swiper-button-prev {
	background: url(../images/pleft.png) no-repeat center center;
}
.view,.preview{
	position: relative;
}
.propic .arrow-right,
.propic .arrow-left {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 29px;
	margin-top: -15px;
	opacity: 0.8;
	z-index: 10;
}
.view .arrow-right,
.view .arrow-left{
	display: none;
}


.propic .arrow-right:hover,
.propic .arrow-left:hover {
	opacity: 0.7;
	cursor: pointer;
}

.propic .arrow-right {
	right: 0;
	background: url(../images/pright.png) no-repeat center center;
}

.propic .arrow-left {
	left: 0;
	background: url(../images/pleft.png) no-repeat center center;
}
.preview{
	margin-top: 20px;
}
.preview .active-nav{
	opacity: 0.8;
}
.preview{
	padding: 0 8.75%;
}
.preview .pic{
	width: 100%;
}

.proxq_sec .main2 {
	background: #fff;
}

.protabs {
	background: #2a5ea4;
}

.protabs a {
	float: left;
	padding: 70px 60px 25px;
	font-size: 18px;
	color: #ffffff;
	background: url(../images/p1.png) no-repeat center 15px;
}

.protabs a:nth-child(2) {
	background-image: url(../images/p2.png);
}

.protabs a:nth-child(3) {
	background-image: url(../images/p3.png);
}

.protabs a:nth-child(4) {
	background-image: url(../images/p4.png);
}

.protabs a:nth-child(5) {
	background-image: url(../images/p5.png);
}

.protabs a.on {
	background-color: #4dbefc;
}

.proarea {}

.proarea .tit {
	margin-bottom: 30px;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

.pinfo {
	padding: 60px 0;
	background: #fff;
}

.psize {
	padding: 60px 0;
	background: #eff3f6;
}

.psize img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ppros {
	padding: 60px 0;
	background: #fff;
	font-size: 14px;
	color: #666666;
}

.ppros ul li {
	float: left;
	width: 23.3%;
	margin-left: 2.26%;
	border: 2px solid #eff3f6;
	padding: 10px 10px 0 10px;
}

.ppros ul li:nth-child(4n+1) {
	margin-left: 0;
}

.ppros ul li .pic {
	overflow: hidden;
}

.ppros ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.ppros ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.ppros ul li .tbox {
	margin: 30px 0;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	text-align: center;
}

.pques {
	background: #fff;
	padding-bottom: 70px;
}

.pques ul li {
	float: left;
	width: 30.6%;
	margin-left: 4.1%;
	margin-bottom: 10px;
	padding: 30px 20px;
	background: #eff3f6;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.pques ul li:nth-child(3n+1) {
	margin-left: 0;
}

.pques ul li:hover {
	background: #4dbefc;
	border-color: #4dbefc;
}

.pques ul li .tbox .t1 {
	font-size: 18px;
	color: #333333;
}

.pques ul li .tbox .t2 {
	margin-top: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border-top: 1px solid #d7dbde;
}

.pques ul li .tbox .t3 {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}

.pques ul li:hover .tbox .t1,
.pques ul li:hover .tbox .t2,
.pques ul li:hover .tbox .t3 {
	color: #fff;
}

.pques ul li:hover .tbox .t2 {
	border-color: #fff;
}


/*============================ ==============================*/
.mfooter {
	display: none;
}

/*============================ ==============================*/


/*============================ ==============================*/


/*============================响应式 ==============================*/


/**/

@media only screen and (max-width:1440px) {
	.w,
	.head_top .w {
		width: 1200px;
	}
	.bannerswiper .tbox {
		left: 160px;
		bottom: 50px;
	}
	
	.intitle .ch,.baojia .tit {
    font-size: 36px;
    
    }
    
    .intitle .en {
    font-size: 26px;
    
    }
    
    .in1_sec .main2 ul li{
    	font-size: 18px;
    }
    
    .in2_sec .main2 .tbox a {
    margin-top: 15px;
    
    }
    
    .num_con .number {
    font-size: 76px;
    }
    
    .baojia .main .box1 .t1 {
    font-size: 16px;
    }
    .baojia .main .box1 .t2 {
    font-size: 34px;
    
    }
    
.proleft dt {
	background-size: 100% 100%;
    }
}


/**/

@media only screen and (max-width:1366px) {}


/**/

@media only screen and (max-width:1200px) {
	.w,
	.head_top .w {
		width: 960px;
	}
	.bannerswiper .tbox {
		left: 160px;
	}
	.in1_sec,
	.in2_sec,
	.in3_sec,
	.baojia {
		padding: 30px 0;
	}
	.baojia .main {
		margin-top: 30px;
		position: static;
	}
	.footop {
		padding-top: 20px;
	}
}


/**/

@media only screen and (max-width:1024px) {
	.w,
	.head_top .w {
		width: 100%;
		padding: 0 3%;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.banner,
	.ny_banner {
		margin-top: 50px;
	}
	.in1_sec .main2 ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	.in1_sec .main2 ul li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.in1_sec .main2 ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.in2_sec .main2 .tbox {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.in2_sec .main2 .tbox .t1 {
		line-height: 22px;
		height: 88px;
		overflow: hidden;
	}
}


/**/

@media only screen and (max-width:960px) {
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
}


/**/

@media only screen and (max-width:780px) {}


/**/

@media only screen and (max-width:560px) {
	
	
	.contactleft .tbox1 .en {
    font-size: 13px;
    color: #999999;
    text-transform: uppercase;
		letter-spacing: 1px;
	
	}
	.newsxq_sec {
		padding: 30px 0;
	}
	.newsleft {
		width: 100%;
		padding: 20px;
	}
	.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;
		padding: 0 15px;
	}
	.details2 {
		display: none;
	}
	.bannerswiper .tbox {
		left: 0;
		width: 100%;
		padding: 0 3%;
		bottom: 10px;
	}
	.bannerswiper .tbox .t1 {
		display: none;
	}
	.bannerswiper .tbox .t2 {
		margin: 20px 0;
	}
	.bannerswiper .tbox .t3 {
		font-size: 12px;
		padding-top: 10px;
		padding-right: 0px;
		line-height: 22px;
		background: none;
	}
	.intitle .ch {
		font-size: 20px;
	}
	.intitle .en {
		font-size: 16px;
	}
	.in1_sec .main1 .con1 {
		width: 100%;
		padding: 30px;
		height: auto;
	}
	.in1_sec .main1 .con2,
	.in1_sec .main1 .con3,
	.in1_sec .main1 .con3>div {
		width: 100%;
	}
	.in1_sec .main1 .con2,
	.in1_sec .main1 .con3>div {
		height: 150px;
	}
	.in1_sec .main1 .tbox {
		font-size: 14px;
	}
	.in1_sec .main2 {
		margin-top: 20px;
	}
	.in1_sec .main2 ul li {
		width: 100%;
		margin-left: 0;
		height: auto;
		line-height: 80px;
		font-size: 16px;
	}
	.in2_sec .main1 {
		margin-top: 30px;
	}
	.num_con ul li {
		width: 33.33%;
	}
	.num_con .number {
		font-size: 30px;
	}
	.in2_sec .main2 .pic {
		display: block;
		width: 100%;
	}
	.in2_sec .main2 .tbox {
		display: block;
		width: 100%;
		padding: 20px;
	}
	.in2_sec .main2 .tbox .t1 {
		height: auto;
	}
	.in3_sec .main {
		margin-top: 30px;
	}
	.in3_sec .main .box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.baojia .tit {
		font-size: 20px;
	}
	.baojia .main>div {
		width: 100%!important;
		height: auto!important;
		border: none!important;
	}
	.baojia .main .box1 {
		padding: 20px;
	}
	.baojia .main .box2 {
		padding: 20px;
	}
	.baojia .main .box2 .form,
	.baojia .main .box2 .note {
		display: block;
		width: 100%;
		margin: 0;
		height: auto;
	}
	.baojia .main .box3 {
		padding-top: 0;
	}
	.footer_logo {
		width: 50%;
		margin: 0;
	}
	.footer_hot {
		display: none;
	}
	.footer_wx {
		width: 30%;
		margin: 0;
	}
	.footer_info {
		padding-bottom: 20px;
	}
	.footer_fri {
		padding: 20px 0;
	}
	.footbottom {
		height: auto;
		line-height: 20px;
		font-size: 12px;
	}
	.footbottom span{float: none;}
	.footer_fri .list{
		font-size: 12px;
	}
	.ny_banner .tbox .ch {
		font-size: 20px;
	}
	.ny_banner .tbox .en {
		font-size: 14px;
	}
	.about_sec {
		padding: 30px 0;
	}
	.about_sec .tit1 {
		font-size: 18px;
		font-weight: bold
	}
	.about_sec .tit2 {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		text-indent:25px
	}
	.about_sec .main {
		margin: 30px 0;
	}
	.about_sec .main .tbox {
		position: static;
		width: 100%;
		height: auto;
		padding: 20px 0;
		-webkit-transform: initial;
		-moz-transform: initial;
		transform: initial;
	}
	.about_sec .main .text_box {
		min-height: 42px;
	}
	.about_sec .tit3 {
		font-size: 18px;
	}
	.about_sec .tit4 {
		font-size: 16px;
	}
	.weizhi{
		overflow: hidden;
	}
	.weizhi a{
		font-size: 12px;
	}
	.nynav1{
		background-position-y: 15px;
	}
	.pro_sec{
		padding: 30px 0;
	}
	.proleft{
		display: none;
	}
	.proright{
		width: 100%;
	}
	
	.proright ul li .tbox {
    padding-left: 15px;
    padding-right: 15px;
}
.proright ul li .tbox .t1{
	font-size: 14px;
	padding-bottom: 10px;
}
.proright ul li .tbox .t2{
	display: none;
}
.proright ul li .tbox .t3{
	margin-top: 5px;
}

.prosize, .anmoney{
	width: 92px;
	margin: 0;
}
.prosize{
	margin-right: 5px;
}

.page{
	margin-top: 30px;
}

.weizhi.fixed{
	position: static;
}
.nynav1{
	float: left!important;
}
.nynav2{
	display: none;
}
.proxq_sec .main1{
	padding: 30px 0;
}
.propic{
	width: 100%;
}
.protbox{
	float: right;
	width: 100%;
	margin-top: 20px;
}
.protbox .t1{
	font-size: 18px;
}
.protbox .t2{
	margin-top: 20px;
}
.protbox .anmoney,.protbox .share{
	margin-top: 20px;
}
.propic .swiper-button-next{
	right: 0;
} 
.propic .swiper-button-prev{
	left: 0;
}
.protabs a{
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	background-image: none!important;
}

.pinfo,.psize,.ppros{
	padding: 30px 0;
}

.proarea .tit {
    margin-bottom: 20px;
    font-size: 16px;
}

.ppros ul li{
	width: 48%;
	margin-left: 4%;
	margin-bottom: 10px;
}
.ppros ul li:nth-child(4n+1) {
    margin-left: 4%;
}
.ppros ul li:nth-child(2n+1) {
    margin-left: 0;
}
.ppros ul li .tbox{
	margin: 20px 0;
}

.pques ul li{
	width: 100%;
	margin-left: 0;
}
.pques{
	padding-bottom: 30px;
}

.news_sec{
	padding: 30px 0;
}
.newcon1 {
    padding: 10px;
    }
.newcon1 .pic{
	width: 100%;
}
.newcon1 .tbox{
	width: 100%;
	padding: 20px 0;
}

.newcon1 .tbox .t3,
.newcon1 .tbox .t4{
	margin-top: 10px;
}

.newcon2 ul li{
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}

.contactleft{
	padding: 20px;
	width: 100%;
}
.contactleft .tbox1{
	border-top: none;
	padding-top: 0;
}
 .contactleft .tbox2{
 	font-size: 14px;
 }
.contactleft .tbox3 .t2{
	font-size: 20px;
}
.contactright{
	width: 100%;
}

.news_sec .tbox .t3{
	height: auto;
}
footer {
    margin-bottom: 40px;
}
.mfooter {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 40px;
		line-height: 40px;
		/*background: #2a5ea4 url(../images/f1.png) no-repeat 35px center;*/
		background: #2a5ea4 ;
		
		font-size: 15px;
		color: #fff;
		text-align: center;
		z-index: 999999;
	}
.mfooter a{
		color: #fff;
	display: block;
}
	
	.mfooter span {
		margin-left: 10px;
		font-size: 20px;
		font-weight: bold;
	}
	.mfooter ul{
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.mfooter ul li{
		display: table-cell;
		vertical-align: middle;
		border-left: 1px dotted #fff;
	}
	.mfooter ul li:first-child{
		border: none;
	}
	
}


.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li a{color:#333;}
.side ul li:hover{background:#ce000c;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#ce000c;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:118px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:0px;background:#ce000c}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
	to{opacity:1}
}

/**/

@media only screen and (max-width:480px) {}


/**/

@media only screen and (max-width:380px) {}


/**/

@media only screen and (max-width:320px) {}