
@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%;
	height: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	padding-top: 95px;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

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

a {
	color: #333;
}

a:hover {
	color: #165C98;
}

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: 1400px;
	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-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;
}

.overflow {
	overflow: hidden;
}


/*==========================header===========================*/

header.fixed {
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
	background: #165C98;
}

header .w {
	background: #fff;
}

header.fixed .head_top {
	line-height: 65px;
}

.head_top {
	position: relative;
	line-height: 95px;
	z-index: 2;
}

.head_top .logo {
	width: 37.5%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head_top .logo {
	width: 30%;
}

.head_top .logo a {
	display: block;
}

.head_top .logo img {
	width: 100%;
	vertical-align: middle;
}

.lang {
	width: 10%;
	background: #165C98;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lang a {
	display: block;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.lang a:before {
	content: "";
	margin-right: 20px;
	width: 27px;
	height: 27px;
	background: url(../images/lang.png) no-repeat left top;
	display: inline-block;
	vertical-align: middle;
}

.nav {
	position: relative;
	width: 52.5%;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav nav>ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.nav nav>ul>li {
	display: table-cell;
	position: relative;
	text-align: center;
}

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

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #165C98;
	background: url(../images/navjiao.png) no-repeat bottom center;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -103px;
	width: 206px;
	padding: 10px 5px;
	background: rgba(22, 92, 152, 0.88);
	border-top: 1px solid #165C98;
	display: none;
}

.nav nav>ul>li ol li {
	width: 100%;
	margin-left: 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.nav nav>ul>li ol li a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 35px;
	position: relative;
}

.nav nav>ul>li ol li:hover {
	border-bottom-color: #fff;
}

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

.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: #165C98 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 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a.back {
	background: #C5C5C5;
}

#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: #165C98;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #165C98;
}

#menu a {
	color: #FFF;
}

.sliding-menu a.back {
	background: #165C98;
}

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


/*==========================index============================*/

.banner {
	position: relative;
}

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

.banner .swiper-pagination {
	position: absolute;
	bottom: 40px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 10;
}

.banner .swiper-pagination-bullet {
	background: #666;
}

.banner .swiper-pagination-bullet-active {
	background: #165C98;
}

.intitle {
	text-align: center;
}

.intitle .t1 {
	font-size: 35px;
	color: #165C98;
	font-weight: bold;
}

.intitle .t1 span {
	color: #333;
}

.intitle .t2 {
	margin-top: 25px;
	font-size: 16px;
	color: #333;
	line-height: 1;
}

.intitle .t2:before {
	content: "";
	width: 80px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	background: url(../images/titbgl.png) no-repeat left top;
}

.intitle .t2:after {
	content: "";
	width: 80px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	background: url(../images/titbgr.png) no-repeat left top;
}

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

.in1-sec .main {
	margin-top: 35px;
	padding: 0 35px;
}

.protabsswiper .swiper-wrapper {
	align-content: center;
	align-items: center;
	justify-content: center;
}

.protabsswiper .swiper-slide {
	width: 130px;
}

.protabsswiper a {
	display: block;
}

.protabsswiper .pic {
	margin: 0 auto;
	width: 117px;
	height: 117px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.protabsswiper .pic img {
	display: block;
	width: 100%;
}

.protabsswiper .pic img.on {
	display: none;
}

.protabsswiper .swiper-slide.active .pic {
	border-color: #165C98;
}

.protabsswiper .swiper-slide.active .pic img.off {
	display: none;
}

.protabsswiper .swiper-slide.active .pic img.on {
	display: block;
}

.protabsswiper .tbox {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.prot{
	position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 2;
}
@media only screen and (max-width:640px) {
.prot{
	font-size: 14px;
    line-height: 1.5;
	
}
	
}
.proswiper {
	margin-top: 30px;
}

.prolist ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	-moz-box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.65);
	-webkit-box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.65);
	box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.65);
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: auto;
}

.prolist ul li:hover {
	-moz-box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.8);
	-webkit-box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.8);
	box-shadow: 0px 2px 3px rgba(189, 189, 189, 0.8);
}

.prolist ul li a {
	display: block;
}

.prolist ul li .pic {
	overflow: hidden;
}

.prolist ul li .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.prolist ul li:hover .pic img {
	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.prolist ul li .tbox {
	position: relative;
	text-align: center;
	padding: 30px 0 40px;
	overflow: hidden;
	background: #F7F7F7;
}

.prolist ul li .tbox .t1 {
	font-size: 18px;
	color: #333;
	height: 18px;
	line-height: 18px;
}

.prolist ul li .t2 {
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -80px;
	font-size: 15px;
	color: #fff;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	background: #165C98;
	z-index: 3;
}

.prolist ul li .t2 i {
	margin-left: 10px;
	font-style: normal;
}

.promainswiper {
	background: #fff;
}

.promainswiper .swiper-button-next,.promainswiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    
}
.promainswiper .swiper-button-next{
	right: 25px;
	background: url(../images/pror.png) no-repeat left top;
	
}
.promainswiper .swiper-button-prev {
	left: 25px;
	background: url(../images/prol.png) no-repeat left top;
}
.in2-sec {
	padding: 60px 0 95px;
	background: url(../images/aboutbg.jpg) no-repeat left top;
	background-size: cover;
}

.in2-sec .main {
	margin-top: 40px;
	padding: 0 72px;
}

.in2-sec .tbox1 {
	float: left;
	width: 28%;
	background: #fff;
	padding: 0 35px;
	display: table;
	table-layout: fixed;
	height: 471px;
}

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

.in2-sec .main .tu img {
	display: block;
	margin: 0 auto;
	width: 75px;
}

.in2-sec .tbox1 .t1 {
	margin-top: 10px;
	text-align: center;
}

.in2-sec .main .ch {
	font-size: 25px;
	color: #333;
}

.in2-sec .main .en {
	margin-top: 5px;
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
}

.in2-sec .tbox1 .t2 {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 180px;
}

.in2-sec .tbox1 .more {
	display: block;
	margin: 35px auto 0;
	font-size: 15px;
	color: #fff;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	background: #165C98;
	z-index: 3;
}

.in2-sec .tbox1 .more i {
	margin-left: 10px;
	font-style: normal;
}

.in2-sec .tbox2 {
	float: right;
	width: 71%;
}

.in2-sec .tbox2 .box1 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 212px;
	overflow: hidden;
}

.qssj {
	width: 37%;
	display: table-cell;
	vertical-align: middle;
	background: #165C98;
	text-align: center;
	color: #fff;
	padding: 20px;
}

.qssj .tbox {
	border: 1px solid #fff;
	padding: 20px 0;
}

.qssj .t1 {
	font-size: 60px;
	font-weight: bold;
}

.qssj .t2 {
	margin-top: 20px;
	font-size: 18px;
}

.in2-sec .tbox2 .box1 .pic {
	width: 63%;
	display: table-cell;
	vertical-align: middle;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}

.in2-sec .tbox2 .box2 {
	margin-top: 28px;
}

.in2-sec .tbox2 .box2 li {
	float: left;
	width: 47.9%;
	background: #fff;
	display: table;
	table-layout: fixed;
	height: 231px;
}

.in2-sec .tbox2 .box2 li:first-child {
	margin-right: 4.2%;
}

.in2-sec .tbox2 .box2 li a {
	display: table-cell;
	vertical-align: middle;
}

.in2-sec .tbox2 .box2 .t1 {
	margin-top: 10px;
	text-align: center;
}

.in3-sec {
	padding: 60px 0;
	background: #fff;
}

.in3-sec .main {
	margin-top: 50px;
}

.caseswiper .swiper-pagination {
	position: static;
	margin-top: 35px;
}

.caseswiper .swiper-pagination-bullet {
	background: #666;
}

.caseswiper .swiper-pagination-bullet-active {
	background: #165C98;
}

.caselist a {
	display: block;
}

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

.caselist .tbox {
	background: #8AAE86;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	-moz-box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.65);
	-webkit-box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.65);
	box-shadow: 3px 3px 3px rgba(153, 153, 153, 0.65);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.caselist a:hover .tbox {
	background: #165C98;
}

.in4-sec {
	background: #F2F9FD;
	padding: 80px 0 40px;
}

.in4-sec .main {
	margin-top: 50px;
}

.friswiper {}

.friswiper .swiper-pagination {
	position: static;
	margin-top: 10px;
}

.friswiper .swiper-pagination-bullet {
	background: #666;
}

.friswiper .swiper-pagination-bullet-active {
	background: #165C98;
}

.friswiper a {
	display: block;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ccc;
}

.friswiper a:hover {
	border-color: #165C98;
}

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

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

.in5-sec .main {
	margin-top: 80px;
	padding: 0 20px 0 40px;
}

.news1 {
	float: left;
	width: 42%;
	position: relative;
}

.news1 .pic {
	overflow: hidden;
}

.news1 img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.news1:hover img {
	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news1 .tbox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #fff;
	padding: 0 50px;
	text-align: center;
	background: rgba(22, 92, 152, 0.8);
}

.news1 .tbox span {
	margin-left: 120px;
}

.news2 {
	float: right;
	width: 54.5%;
}

.news2 .con1 {
	padding: 10px 0;
}

.news2 .con1 .t1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.news2 .con1 .t1 span {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 26px;
	margin-right: 10px;
}

.news2 .con1 .t2 {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 27px;
	height: 54px;
	padding-left: 75px;
	background: url(../images/newsmore.png) no-repeat left center;
}

.news2 .con1:hover .t1 {
	color: #165C98;
}

.news2 .con2 {
	margin-top: 15px;
}

.newslist li {
	padding: 20px 0;
	border-bottom: 1px dashed #D8D8D8;
}

.news2 .con2 li {
	border-top: 1px dashed #D8D8D8;
	border-bottom: none;
}

.newslist .pic {
	float: left;
	width: 155px;
	margin-right: 25px;
}

.newslist .pic img {
	display: block;
	width: 100%;
}

.newslist .tbox {
	position: relative;
	padding-right: 124px;
}

.newslist .t1 {
	margin-top: 5px;
	font-size: 18px;
	color: #333;
	height: 18px;
	line-height: 18px;
}

.newslist .t2 {
	margin-top: 15px;
	font-size: 15px;
	color: #666;
	height: 46px;
	line-height: 23px;
}

.newslist .t3 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 124px;
	text-align: right;
	transform: translateY(-50%);
}

.news2 .con2 .t3 {
	text-align: center;
}

.newslist .t3 .mm {
	font-size: 30px;
	color: #000;
	line-height: 1;
}

.newslist .t3 .dd {
	position: relative;
	top: 10px;
	left: -5px;
	font-size: 20px;
	color: #ACACAC;
	line-height: 1;
}

.newslist a:hover .t1 {
	color: #165C98;
}

.in6-sec {
	padding: 50px 0;
	background: url(../images/cont.png) no-repeat right bottom;
	background-size: cover;
	text-align: center;
}

.in6-sec .tit {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.in6-sec .more {
	display: block;
	margin: 35px auto 0;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	width: 211px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 25px;
	background: #8AB085;
	z-index: 3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.in6-sec .more i {
	margin-left: 10px;
	font-style: normal;
}

.in6-sec .more:hover {
	background: #165C98;
}


/*==============================footer========================*/

.footop {
	padding: 20px 0 10px;
	background: #ffff;
}

.finfo {}

.finfo .f1 {
	float: left;
}

.finfo .f1 .t1 {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	padding-left: 54px;
	background: url(../images/tel.png) no-repeat left center;
}

.finfo .f1 .t2 {
	font-weight: bold;
	font-size: 40px;
	color: #165C98;
}

.finfo .f1 .t3 {
	font-size: 16px;
	color: #333;
}

.finfo .f2 {
	float: left;
	width: 50%;
	font-size: 0;
	margin-top: 20px;
}

.finfo .f2 ul li {
	display: inline-block;
	margin-left: 80px;
	margin-bottom: 10px;
}

.finfo .f2 ul li img {
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.finfo .f2 ul li span {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.finfo .f3 {
	float: right;
	width: 19.6%;
	font-size: 0;
}

.finfo .f3 li {
	display: inline-block;
	width: 28%;
	margin-right: 5.333%;
	text-align: center;
}

.finfo .f3 li img {
	display: block;
	margin: 0 auto;
	width: 71px;
	max-width: 100%;
}

.finfo .f3 li p {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.frilink {
	margin-top: 25px;
	line-height: 24px;
}

.frilink span {
	font-size: 15px;
	color: #333;
}

.frilink a {
	font-size: 14px;
	color: #666;
	word-break: keep-all;
}

.copyright {
	background: #5A5C5C;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
}

.copyright a {
	color: #fff;
}


/*======================================================*/

.main_sec {
	padding: 35px 0 45px;
	background: #fff;
}

.layoutleft {
	float: left;
	width: 20.57%;
}

.nynav {
	border: 1px solid #ccc;
}

.top {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 66px;
	background: #165C98;
}

.guide {
	padding: 25px 10px;
}

.guide dl {
	margin-bottom: 10px;
}

.guide dt a {
	display: block;
	padding: 8px 45px 8px 30px;
	background: #F8F8F8 url(../images/navon_r3_c1.png) no-repeat 96% center;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	line-height: 29px;
}

.guide dl.active dt a,
.guide dl.on dt a,
.guide dt a:hover {
	color: #fff;
	background-color: #95B791;
	background-image: url(../images/navon_r1_c1.png);
}
.guide dl.active dd {
	display: block;
}
.guide dd {
	display: none;
	padding: 0 5px;
}

.guide dd a {
	display: block;
	padding: 10px;
	background: #fff;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	line-height: 29px;
	padding: 8px 5px;
}

.guide dd a:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #165C98;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.guide dd a:hover {
	color: #165C98;
}

.nycontact {
	margin-top: 10px;
	border: 1px solid #ccc;
	border-bottom: 4px solid #165C98;
}

.nycontact .f1 {
	padding: 15px 0;
	text-align: center;
}

.nycontact .f1 .t1 {
	font-size: 18px;
	color: #333;
	line-height: 34px;
}

.nycontact .f1 .t1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	background: url(../images/tel.png) no-repeat left center;
}

.nycontact .f1 .t2 {
	font-weight: bold;
	font-size: 30px;
	color: #165C98;
}

.nycontact .f1 .t3 {
	font-size: 16px;
	color: #333;
}

.nycontact .f2 {
	border-top: 1px solid #ccc;
	font-size: 0;
	padding: 20px 0;
}

.nycontact .f2 ul li {
	padding-left: 35px;
	margin-bottom: 10px;
}

.nycontact .f2 ul li img {
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.nycontact .f2 ul li span {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.layoutright {
	float: right;
	width: 77.3%;
}

.weizhi {
	border-bottom: 1px solid #E4E4E4;
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	margin-bottom: 15px;
}

.weizhi a {
	color: #333;
}

.weizhi a:before {
	content: "/";
	padding: 0 5px;
}

.weizhi a:first-child:before {
	display: none;
}

.page {
	margin: 60px 0 20px;
	text-align: center;
	font-size: 0;
}

.page a {
	display: inline-block;
	font-size: 14px;
	color: #909090;
	height: 43px;
	line-height: 41px;
	width: 42px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #F2F3F2;
	text-align: center;
	margin: 0 8px;
}

.page a.on,
.page a:hover {
	background: #244A91;
	border-color: #244A91;
	color: #fff;
}

.page a:first-child,
.page a:last-child {
	background: #F2F3F2 url(../images/pagel.png) no-repeat center center;
}

.page a:last-child {
	transform: rotateY(180deg);
}


/*===========================pro===========================*/

.prolist>ul {
	margin-top: 25px;
}

.prolist>ul>li {
	float: left;
	width: 31.5%;
	margin-left: 2.75%;
	margin-bottom: 40px;
}

.prolist>ul>li:nth-child(3n+1) {
	margin-left: 0;
}


/*=============================case=========================*/

.caselist>ul {}

.caselist>ul>li {
	float: left;
	width: 30.87%;
	margin-left: 3.695%;
	margin-bottom: 45px;
}

.caselist>ul>li:nth-child(3n+1) {
	margin-left: 0;
}

.caselist>ul>li .tbox {
	background: #F8F8F8;
	color: #666;
}

.caselist a:hover .tbox {
	color: #fff;
}


/*=============================about=========================*/

.aboutmain {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

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


/*==========================contact============================*/

.contact-sec {
	padding: 50px 0 80px;
	background: #fff;
}

.contact-sec .main {
	margin-top: 35px;
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 556px;
}

.contact-sec .tbox {
	width: 44.2%;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-bottom: 4px solid #165C98;
}

.contact-sec .map {
	width: 55.8%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.contact-sec .map iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-sec .f1 {
	padding: 30px 40px;
}

.contact-sec .f1 .t1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	line-height: 34px;
}

.contact-sec .f1 .t1:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	background: url(../images/tel.png) no-repeat left center;
}

.contact-sec .f1 .t2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	font-weight: bold;
	font-size: 40px;
	color: #165C98;
}

.contact-sec .f1 .t3 {
	font-size: 16px;
	color: #333;
}

.contact-sec .f2 {
	border-top: 1px solid #ccc;
	font-size: 0;
	padding: 35px 45px 25px;
}

.contact-sec .f2 ul li {
	margin-bottom: 20px;
}

.contact-sec .f2 ul li img {
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}

.contact-sec .f2 ul li span {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.contact-sec .f3 {
	padding: 0 45px 0;
	font-size: 0;
}

.contact-sec .f3 li {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
}

.contact-sec .f3 li img {
	display: block;
	margin: 0 auto;
	width: 71px;
	max-width: 100%;
}

.contact-sec .f3 li p {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.contact-sec {}


/*===========================proxq===========================*/

.proimg {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.proimg .pic {
	width: 63.5%;
	display: table-cell;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background: #fff;
	padding: 15px;
}
.proimg .pic img{
	display: block;
	width: 85%;
}
.gallery-top {
    float: left;
    width: 70%;
    /*height: 331px;*/
    height: 443px;
   
}
.gallery-top .swiper-slide {
    background: #fff;
	
}
.gallery-thumbs {
	float: right;
	width: 23.9%;
	position: relative;
}
.gallery-thumbs .swiper-container{
	height: 386.16px;
}
.gallery-thumbs .swiper-slide {
	width: 100%;
    height: 128.72px;
    opacity: 0.6;
    overflow: hidden;
    background: #fff;
}
.gallery-thumbs .swiper-slide img{
	margin-top: 15px;
	border: 1px solid #E5E5E5;
}
.gallery-thumbs .active-nav  {
	opacity: 1;
}



.gallery-thumbs .swiper-button-next, .gallery-thumbs .swiper-button-prev{
	position: static;
	width: 100%;
	margin: 0;
	height: 16px;
}
.gallery-thumbs .swiper-button-next{
	margin-top: 15px;
	background: url(../images/proxqr.jpg) no-repeat center center;
	
} 
.gallery-thumbs .swiper-button-prev{
	background: url(../images/proxql.jpg) no-repeat center center;
}

.gallery-thumbs .swiper-button-next:hover, .gallery-thumbs .swiper-button-prev:hover{
	opacity: 0.8;
}



.proimg .tbox {
	width: 36.5%;
	display: table-cell;
	vertical-align: top;
	background: #F7F7F7;
	padding: 20px 35px 35px;
}

.proimg .t1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.proimg .t2 {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
	line-height: 2;
}

.proimg .t3 {
	display: block;
	margin: 35px auto 0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	background: #165C98;
	z-index: 3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.proimg .t3 i {
	margin-left: 10px;
	font-style: normal;
}

.proimg .t3:hover {
	background: #8AB085;
}

.proinfo {
	margin-top: 10px;
}

.proinfo .tit {
	font-size: 20px;
	color: #165C98;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	border-bottom: 1px solid #E4E4E4;
}
.proinfo .con{
	margin-top: 40px;
}
.proinfo img{
	max-width: 100%;
}

/*=========浮动========*/
.fixed_footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999;
	background:#165c98;
	display: none;
}
.fixed_footer li{
	float:left;
	width:25%;
	text-align:center;
	height:60px;
	border-right:1px dashed #ccc;


}

.fixed_footer li:last-child{
	border-right:none;
}
.fixed_footer li a{
	display: block;
	width:100%;
	height:100%;
	padding-top:35px;
	font-size:15px;
	color:#fff;
}

.fixed_footer li:nth-child(1){
	background:url(../images/ff1.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(2){
	background:url(../images/ff2.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(3){
	background:url(../images/ff3.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(4){
	background:url(../images/ff4.png) no-repeat center 0px;
}

.float_qq {
	position: absolute;
	top: 150px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 6666;
}

.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 {
	position: absolute;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq1 {
	top: 0;
}

.float_qq li.float_qq2 {
	position: absolute;
	top: 51px;
	left: 0;
	width: 126px;
}

.float_qq li.float_qq3 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 126px;
}

.float_qq li.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
	width: 172px;
}

.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.float_qq li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
	background-color: #165c98;
	opacity: 1;
}

.float_shwx {
	position: absolute;
}

.float_shwx:hover {
	z-index: 22;
}

.float_shwx .wxm {
	display: none;
	position: absolute;
	right: -5px;
	top: 38px;
	width: 120px!important;
	height: 120px!important;
	z-index: 22;
}

.float_shwx:hover .wxm {
	display: block;
}
/*===========================响应式===========================*/

@media only screen and (max-width:1440px) {
	.w {
		width: 1200px;
	}
	.finfo .f3 {
		width: 23%;
	}
	.news2 .con1 {
		padding: 0;
	}
	.news2 .con2 li {
		padding: 15px 0;
	}
	.news2 .con2 .pic {
		width: 114px;
	}
}

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

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	body {
		padding-top: 50px;
	}
	header{
		display: none;
	}
	.phone_head{
		display: block;
	}
	.layoutleft{
		display: none;
	}
	.layoutright {
    width: 100%;
}

.contact-sec .f3 {
    padding: 0 45px 20px;
 }
 footer{
 	margin-bottom: 60px;
 }
.fixed_footer{
	display: block;
 }
 	
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.in2-sec .main {
    margin-top: 30px;
    padding: 0 30px;
}
.in2-sec .tbox1{
	width: 100%;
	height: auto;
	padding:20px;
}
.in2-sec .tbox2 {
    width: 100%;
    margin-top: 20px;
}
.in5-sec .main {
    margin-top: 30px;
    padding: 0 ;
}
.news1{
	width: 100%;
}
.news2{
	margin-top: 20px;
	width: 100%;
}
.finfo .f1 .t2 {
    font-size: 25px;
    }
    .finfo .f2 {
    float: left;
    width: auto;
    }
    .finfo .f2 ul li {
    margin-left: 0px;
    margin-right: 20px;
}
.finfo .f3{
	float: left;
	width: 40%;
}
.copyright {
    line-height: 22px;
    padding: 10px 0;
}
.main_sec {
    padding: 30px 0;
    }
    
    .proimg .pic{
	display: block;
	width: 100%;
}
.proimg .tbox{
	width: 100%;
	display: block;
}
.contact-sec .f1 .t2{
	
	font-size: 24px;
}
.contact-sec{
	padding: 30px 0;
}
}

@media only screen and (max-width:640px) {
	.banner .swiper-pagination {
    bottom: 10px;
}
.intitle .t1{
	font-size: 22px;
}
.intitle .t2{
	margin-top: 10px;
	font-size: 14px;
}
.intitle .t2:before,.intitle .t2:after{
	display: none;
}
.in1-sec {
    padding: 20px 0;
    }
    .in1-sec .main {
    margin-top: 30px;
    padding: 0;
}
.in1-sec .prolist{
	padding: 0 30px;
}
    .protabsswiper .pic{
    	width: 85px;
    	height: 85px;
    }
  .protabsswiper .tbox {
    margin-top: 10px;
    font-size: 14px;
}

.in2-sec {
    padding: 30px 0 ;
    }
    .in2-sec .main{
    	padding: 0;
    }
    
    .in2-sec .main .ch {
    font-size: 20px;
}

.in2-sec .tbox1 .t2 {
    font-size: 14px;
    line-height: 22px;
    height: 132px;
}
.qssj{
	display: block;
	width: 100%;
}
.in2-sec .tbox2 .box1 .pic{
	display: block;
	width: 100%;
	height: 200px;
}
.in2-sec .main .en {
    font-size: 16px;
}
.in3-sec {
    padding: 30px 0;
}
.in3-sec .main{
    margin-top: 30px;
}

.in4-sec {
    padding: 30px 0;
}
.in4-sec .main{
    margin-top: 30px;
}
.in5-sec {
    padding: 30px 0;
}
.newslist .pic{
	display: none;
}

.in6-sec .tit {
    font-size: 20px;
}
.frilink{
	display: none;
}
.finfo .f3{
	width: 100%;
}

.weizhi{
	font-size: 14px;
}

.aboutmain {
    font-size: 14px;
    line-height: 22px;
}
.prolist>ul>li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 30px;
}
.gallery-thumbs .swiper-slide{
	height: 70px;
}
.gallery-thumbs .swiper-container{
	height: 210px;
}
.gallery-thumbs .swiper-slide img {
    margin-top: 14px;
    }
    
    .gallery-top {
    /*height: 162px;*/
    height: 257px;
   
}
.proimg .tbox{
	padding: 20px;
}
.proimg .t1 {
    font-size: 16px;
}
.proimg .t2{
	font-size: 14px;
	line-height: 22px;
}
.proinfo .tit {
    font-size: 18px;
    }
    
    .caselist>ul>li{
    	width: 100%;
    	margin-left: 0;
    }
    
    .contact-sec .tbox{
    	width: 100%;
    	display: block;
    }
    .contact-sec .map{
    	width: 100%;
    	display: block;
    	height: 300px;
    }
    .contact-sec .f1,
    .contact-sec .f2{
    	padding: 20px;
    }
    .contact-sec .f2 ul li span {
    font-size: 14px;
    }
    .contact-sec .f2 ul li img {
    width: 16px;
    }
    .finfo .f3{
    	margin-top: 20px;
    }
    .finfo .f2{
    	display: none;
    }
}

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


.newdetails {}

.newdetails .tit1 {
	position: relative;
	padding: 7.5px 25px;
	line-height: 45px;
	font-size: 18px;
	color: #3b87dd;
	font-weight: bold;
	background: #f0f5f8;
}

.newdetails .tit1:before {
	content: "";
	width: 6px;
	height: 21px;
	background: #3b87dd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.newdetails .tit2 {
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	padding: 0 25px;
}

.newdetails .tit2 span {
	padding-left: 25px;
}

.newdetails .tit2 .sp1 {
	margin-right: 55px;
	background: url(../images/newsico1.jpg) no-repeat left center;
}

.newdetails .tit2 .sp2 {
	margin-right: 35px;
	background: url(../images/newsico2.jpg) no-repeat left center;
}

.newdetails .tit2 .sp3 {
	background: url(../images/newsico3.jpg) no-repeat left center;
}

.details {
	padding: 50px 25px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.details img {
	display: block;
	margin: 0 auto;
	max-width: 100%!important;
}

.newdetails .tags {
	font-size: 0;
}

.newdetails .tags span {
	margin-bottom: 10px;
	font-size: 14px;
	color: #3b87dd;
	line-height: 30px;
	display: inline-block;
}

.newdetails .tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	background: #F5F9FA;
	border-radius: 25px;
}

.newdetails .tags a:hover {
	background: #b4d4e7;
}
