@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

* {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	min-width: 1260px;
	margin: 0 auto;
	background: #fff;
	max-width: 1920px
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	color: #666;
	text-decoration: none
}

ul,li {
	list-style: none
}

ul {
	padding: 0
}

li {
	zoom: 1;
	vertical-align: middle
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 36px
}

fieldset,img {
	border: 0
}

img {
	border: 0;
	max-width: 100%
}

div {
	outline: 0
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border: 0;
	width: 100%
}

th,td {
	padding: 0
}

input,textarea {
	font-family: 'Microsoft YaHei',arial;
	font-size: 14px
}

input {
	outline: 0
}

textarea {
	outline: 0
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0;
	overflow-y: hidden;
	overflow-x: hidden
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: '';
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	width: 1260px;
	margin-left: auto;
	margin-right: auto
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}

#container {
	overflow: hidden;
	position: relative
}

.top {
	color: #fff;
	background: #0e6eb8;
	overflow: hidden;
	line-height: 36px;
	transition: .5s;
	height: 36px
}

.top a {
	color: #fff;
	margin-left: 10px
}

.top a:hover {
	text-decoration: underline
}

.header {
	height: 119px;
	width: 100%;
	position: relative;
	background: #fff
}

.header .logo {
	margin-top: 39px;
	float: left;
	z-index: 4
}

.header .logo a {
	float: left;
	position: relative
}

.header .logo a img {
	float: left
}

.header .header-right {
	float: right;
	padding-top: 39px
}

.header .header-right .menu ul li {
	float: left;
	position: relative;
	margin-left: 60px
}

.header .header-right .menu ul li a {
	display: block;
	line-height: 61px;
	text-align: center;
	font-size: 17px;
	color: #2c2c2b
}

.header .header-right .menu ul li:hover>a {
	font-weight: bold
}

.header .header-right .menu ul li:hover .subnav {
	display: block
}

.header .header-right .menu ul li .subnav {
	position: absolute;
	top: 61px;
	left: 50%;
	width: 180px;
	z-index: 55;
	display: none;
	margin-left: -90px;
	white-space: nowrap;
	padding-top: 19px
}

.header .header-right .menu ul li .subnav ul {
	position: relative;
	padding: 17px 0;
	margin: 0;
	background: rgba(0,67,154,0.8)
}

.header .header-right .menu ul li .subnav ul li {
	float: none;
	margin: 0;
	width: 100%;
	background: 0;
	height: auto
}

.header .header-right .menu ul li .subnav ul li a {
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	border-bottom: 0;
	padding: 0 15px
}

.header .header-right .menu ul li .subnav ul li:hover a {
	background: #008cda
}

.header .header-right .menu ul .active>a {
	font-weight: bold
}

.he {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
}

.navFix .top {
	height: 0
}

.navFix .header {
	height: 90px
}

.navFix .header .logo {
	margin-top: 20px
}

.navFix .header .header-right {
	padding-top: 20px
}

.navFix .header .header-right .menu ul li .subnav {
	padding-top: 9px
}

.home-search {
	padding: 29px 0;
	overflow: hidden
}

.home-search .key-words {
	color: #333;
	line-height: 40px;
	font-size: 15px
}

.home-search .key-words span {
	float: left;
	display: block
}

.home-search .key-words a {
	color: #333;
	display: block;
	float: left;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 13px
}

.home-search .key-words a:hover {
	color: #077fc8
}

.home-search .search {
	width: 357px;
	height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding-top: 2px;
	background: url("../images/search.png") no-repeat 13px center;
	padding-left: 47px;
	padding-right: 2px
}

.home-search .search .input {
	float: left;
	border: 0;
	background: 0;
	font-size: 12px;
	color: #333;
	height: 34px;
	width: 238px
}

.home-search .search .sub {
	width: 67px;
	height: 34px;
	color: #fff;
	background: #0786d3;
	border-radius: 30px;
	border: 0
}

.home-banner {
	overflow: hidden;
	width: 100%;
	height: 720px;
	position: relative;
	margin-top: 155px
}

.home-banner .home-banner-slick {
	height: 720px;
	overflow: hidden;
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px
}

.home-banner .home-banner-slick .item {
	position: relative;
	height: 720px
}

.home-banner .slick-dots {
	z-index: 1;
	bottom: 25px;
	line-height: 0;
	width: 1200px;
	text-align: right;
	right: 50%;
	margin-right: -600px
}

.home-banner .slick-dots li {
	margin: 0 0 0 3px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid transparent
}

.home-banner .slick-dots li button {
	width: 14px;
	height: 14px;
	display: block;
	background: rgba(255,255,255,0.8);
	padding: 0;
	border-radius: 50%
}

.home-banner .slick-dots li button:before {
	content: ""
}

.home-banner .slick-dots .slick-active {
	border: 1px solid #fff;
	padding: 5px
}

.home-banner .slick-dots .slick-active button {
	background: #fff;
	width: 10px;
	height: 10px
}

.home-banner .slick-dots .slick-active button:before {
	color: transparent
}

.home-title {
	text-align: center
}

.home-title h3 {
	font-size: 30px;
	color: #292929;
	font-weight: bold
}

.home-title p {
	font-size: 15px;
	color: #9d9d9d
}

.home-title:after {
	content: '';
	display: block;
	height: 1px;
	width: 130px;
	margin: 22px auto 0 auto;
	background: #077fc8
}

.home-title1 {
	text-align: center
}

.home-title1 h3 {
	font-size: 32px;
	color: #fff;
	font-weight: bold
}

.home-title1 p {
	font-size: 15px;
	color: #fff
}

.home-title3 {
	text-align: center
}

.home-title3 h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold
}

.home-title3 p {
	font-size: 15px;
	color: #fff
}

.home-title2 {
	text-align: center
}

.home-title2 h3 {
	font-size: 40px;
	color: #0d6fb8
}

.home-title2 h3 span {
	font-weight: bold
}

.home-title2 p {
	font-size: 15px;
	color: #666
}

.home-one {
	padding: 77px 0 163px 0;
	background: #f2f2f2
}

.home-one .home-bottom {
	padding-top: 50px;
	overflow: hidden
}

.home-one .home-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 20px;
	text-align: center
}

.home-one .home-bottom ul li .pic {
	height: 155px
}

.home-one .home-bottom ul li .text {
	padding-top: 18px;
	overflow: hidden
}

.home-one .home-bottom ul li .text .bt {
	color: #077fc8;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 11px
}

.home-one .home-bottom ul li .text .jsh {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	font-weight: bold;
text-align:justify;
}

.home-yewu {
	padding: 173px 0 50px 0;
	background: url(../images/bg1.png) no-repeat top center;
	overflow: hidden;
	margin-top: -106px
}

.home-yewu .home-bottom {
	padding-top: 74px;
	overflow: hidden
}

.home-yewu .home-bottom ul {
	margin: 0 -14px;
	height: 449px;
	overflow: hidden
}

.home-yewu .home-bottom ul li {
	width: 25%;
	float: left;
	padding: 0 14px
}

.home-yewu .home-bottom ul li .box {
	padding: 9px 9px 60px 9px;
	background: #fff url("../images/bg.png") no-repeat bottom center
}

.home-yewu .home-bottom ul li .box .text {
	padding-top: 27px;
	margin-bottom: 43px;
	overflow: hidden
}

.home-yewu .home-bottom ul li .box .text .bt {
	text-align: center;
	color: #444;
	font-size: 22px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px
}

.home-yewu .home-bottom ul li .box .text .jsh {
	line-height: 24px;
	font-size: 14px;
	color: #6b6a6a;
	height: 72px;
	overflow: hidden;
	margin: 0 17px
}

.home-yewu .home-bottom ul li .box .pic {
	margin-bottom: 28px;
	overflow: hidden
}

.home-yewu .home-bottom ul li .box .pic img {
	transition: .5s
}

.home-yewu .home-bottom ul li .box .pic:after {
	padding-bottom: 49%
}

.home-yewu .home-bottom ul li .box .more {
	text-align: center
}

.home-yewu .home-bottom ul li .box .more p {
	text-align: center;
	text-transform: uppercase;
	color: #626262;
	font-family: arial;
	border-bottom: 2px solid #bbb;
	display: inline-block;
	margin: 0 auto;
	line-height: 12px
}

.home-yewu .home-bottom ul li .box:hover .text .bt {
	color: #0d6fb8
}

.home-yewu .home-bottom ul li .box:hover .pic img {
	transform: scale(1.05)
}

.home-yewu .home-bottom ul li .box:hover .more p {
	color: #0d6fb8;
	border-bottom: 2px solid #0d6fb8
}

.home-choose {
	padding: 62px 0 108px 0;
	overflow: hidden
}

.home-choose .home-bottom {
	padding-top: 76px;
	overflow: hidden
}

.home-choose .home-bottom .item {
	overflow: hidden
}

.home-choose .home-bottom .item .img {
	float: left;
	width: 612px;
	position: relative;
	height: 423px
}

.home-choose .home-bottom .item .img .pic {
	width: 612px;
	height: 337px
}

.home-choose .home-bottom .item .img .p2 {
	width: 341px;
	height: 183px;
	border: 5px solid #fff;
	position: absolute;
	top: 245px;
	right: 48px
}

.home-choose .home-bottom .item .text {
	float: left;
	width: 630px;
	padding-left: 95px;
	padding-top: 14px
}

.home-choose .home-bottom .item .text .info {
	margin-bottom: 74px;
	overflow: hidden
}

.home-choose .home-bottom .item .text .bt {
	font-size: 26px;
	color: #0d6fb8;
	font-weight: bold
}

.home-choose .home-bottom .item .text .bt:after {
	content: '';
	display: block;
	height: 3px;
	width: 22px;
	background: #0d6fb8;
	margin: 10px 0 13px 0
}

.home-choose .home-bottom .item .text .jsh {
	font-size: 15px;
	color: #666;
	line-height: 24px
}

.home-choose .home-bottom .item1 .img {
	float: right;
	height: 446px
}

.home-choose .home-bottom .item1 .img .p2 {
	top: 268px;
	left: 58px;
	right: auto
}

.home-choose .home-bottom .item1 .text {
	width: 523px;
	padding-left: 0;
	padding-top: 65px
}

.home-choose .home-bottom .item1 .text .info {
	margin-bottom: 51px
}

.home-case {
	padding: 63px 0 70px 0;
	overflow: hidden;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed
}

.home-case .home-bottom {
	padding-top: 43px;
	overflow: hidden;
	position: relative
}

.home-case .home-bottom .list {
	margin-bottom: 23px;
	overflow: hidden
}

.home-case .home-bottom .list ul {
	margin: 0 -0.5px
}

.home-case .home-bottom .list ul li {
	width: 25%;
	float: left;
	padding: 0 .5px;
	text-align: center
}

.home-case .home-bottom .list ul li a {
	color: #3e3e3e;
	font-size: 16px;
	display: block;
	line-height: 53px;
	position: relative;
	padding: 0 10px;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-case .home-bottom .list ul li a .img {
	width: 25px;
	height: 25px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.home-case .home-bottom .list ul li a .img .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	transition: .5s
}

.home-case .home-bottom .list ul li a .img .ph {
	top: 100%
}

.home-case .home-bottom .list ul li a:hover {
	background: #86b6db;
	color: #fff
}

.home-case .home-bottom .list ul li a:hover .img .p {
	top: -100%
}

.home-case .home-bottom .list ul li a:hover .img .ph {
	top: 0
}

.home-case .home-bottom .list ul .sel a {
	background: #86b6db;
	color: #fff
}

.home-case .home-bottom .list ul .sel a .img .p {
	top: -100%
}

.home-case .home-bottom .list ul .sel a .img .ph {
	top: 0
}

.home-case .home-bottom .item {
	display: none
}

.home-case .home-bottom .item ul {
	margin: 0 -9px
}

.home-case .home-bottom .item ul li {
	width: 16.666666666666668%;
	float: left;
	padding: 0 9px;
	margin-bottom: 16px
}

.home-case .home-bottom .item ul li .pic img {
	transition: .5s
}

.home-case .home-bottom .item ul li .pic:after {
	padding-bottom: 51.4%
}

.home-case .home-bottom .item ul li .pic .hover {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	transition: .5s
}

.home-case .home-bottom .item ul li:hover img {
	transform: scale(1.05)
}

.home-case .home-bottom .item ul li:hover .hover {
	top: 0
}

.home-case .home-bottom .slick-dots {
	z-index: 100;
	bottom: 0;
	line-height: 0;
	text-align: center;
	width: 100%
}

.home-case .home-bottom .slick-dots li {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #fff
}

.home-case .home-bottom .slick-dots li button {
	width: 11px;
	height: 11px;
	display: block;
	padding: 0;
	border-radius: 50%
}

.home-case .home-bottom .slick-dots li button:before {
	content: ""
}

.home-case .home-bottom .slick-dots .slick-active {
	background: #fff
}

.home-case .home-bottom .slick-dots .slick-active button {
	background: #fff
}

.home-case .home-bottom .slick-dots .slick-active button:before {
	color: transparent
}

.home-about {
	padding: 85px 0 79px 0;
	overflow: hidden;
	background: #fff
}

.home-about .home-top {
	overflow: hidden;
	margin-bottom: 60px
}

.home-about .home-top .pic {
	float: left;
	width: 491px;
	height: 348px
}

.home-about .home-top .text {
	float: left;
	width: 768px;
	padding-left: 46px;
	padding-top: 12px
}

.home-about .home-top .text .bt {
	font-size: 32px;
	color: #111
}

.home-about .home-top .text .bt span {
	font-weight: bold;
	color: #396faf;
	margin-right: 8px
}

.home-about .home-top .text .bt:after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	margin: 24px 0 22px 0;
	background: #396faf
}

.home-about .home-top .text .jsh {
	line-height: 30px;
	font-size: 15px;
	color: #555;
	height: 156px;
	overflow: hidden;
	margin-bottom: 40px
}

.home-about .home-top .text .more a {
	width: 100px;
	height: 24px;
	background: #396faf url("../images/more.png") no-repeat center center;
	display: block
}

.home-about .home-top .text .more a:hover {
	background-color: #0d6fb8
}

.home-about .home-bottom {
	height: 297px;
	overflow: hidden
}

.home-about .home-bottom ul {
	margin: 0 -10px
}

.home-about .home-bottom ul li {
	width: 20%;
	float: left;
	padding: 0 10px
}

.home-about .home-bottom ul li .pic {
	border: 1px solid #e0dfe4
}

.home-about .home-bottom ul li .pic img {
	transition: .5s
}

.home-about .home-bottom ul li .pic:after {
	padding-bottom: 126%
}

.home-about .home-bottom ul li .pic .fangda {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(57,111,175,0.7)
}

.home-about .home-bottom ul li .pic .fangda img {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -32px;
	transform: scale(1)
}

.home-about .home-bottom ul li .pic .fangda span {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: 10px;
	color: white
}

.home-about .home-bottom ul li .pic:hover img {
	transform: scale(1.05)
}

.home-about .home-bottom ul li .pic:hover .fangda {
	display: block
}

.home-about .home-bottom ul li .pic:hover .fangda img {
	transform: scale(1)
}

.home-news {
	padding: 85px 0 87px 0;
	overflow: hidden;
	background: #e3e6eb
}

.home-news .one {
	float: left;
	width: 329px
}

.home-news .one .pic {
	height: 191px
}

.home-news .one .pic img {
	transition: .5s
}

.home-news .one .text {
	padding: 20px 23px 57px 23px;
	overflow: hidden;
	background: #fff
}

.home-news .one .text .bt {
	font-size: 17px;
	color: #1957a0;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 15px
}

.home-news .one .text .jsh {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 23px
}

.home-news .one .text .date {
	font-size: 14px;
	color: #999;
	background: url("../images/more2.png") no-repeat center right;
	font-family: arial
}

.home-news .one:hover .pic img {
	transform: scale(1.05)
}

.home-news .one:hover .text .bt {
	font-weight: bold
}

.home-news .right {
	float: right;
	width: 911px;
    height: 431px; 
	padding: 32px 40px 31px 35px;
	background: #fff;
	overflow: hidden;
	position: relative
}

.home-news .right .gengduo {
	position: absolute;
	top: 0;
	right: 0
}

.home-news .right .gengduo a {
	width: 73px;
	height: 64px;
	display: block;
	background: url("../images/more4.png") no-repeat center center
}

.home-news .list1 {
	overflow: hidden;
	margin-bottom: 37px
}

.home-news .list1 ul li {
	float: left;
	width: 110px;
	margin-right: 10px
}

.home-news .list1 ul li a {
	line-height: 42px;
	border: 1px solid #4376b3;
	display: block;
	color: #4376b3;
	text-align: center;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px
}

.home-news .list1 ul li:hover a {
	background: #4376b3;
	color: #fff
}

.home-news .list1 ul .sel a {
	background: #4376b3;
	color: #fff
}

.home-news .show .info {
	display: none
}

.home-news .first {
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 30px;
	overflow: hidden
}

.home-news .first .box {
	position: relative
}

.home-news .first .pic {
	height: 121px;
	width: 233px;
	position: absolute;
	top: 0;
	left: 0
}

.home-news .first .pic img {
	transition: .5s
}

.home-news .first .text {
	padding: 8px 19px 0 256px;
	overflow: hidden;
	height: 121px
}

.home-news .first .text .bt {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
	overflow: hidden;
	margin-bottom: 13px
}

.home-news .first .text .jsh {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px
}

.home-news .first .text .date {
	font-size: 14px;
	color: #999;
	background: url("../images/more3.png") no-repeat center right;
	font-family: arial;
	height: 9px
}

.home-news .first:hover .pic img {
	transform: scale(1.05)
}

.home-news .first:hover .text .bt {
	color: #0d6fb8
}

.home-news .list {
	padding-top: 15px;
	overflow: hidden
}

.home-news .list ul li a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #444;
	position: relative;
	padding-right: 100px
}

.home-news .list ul li a span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0
}

.home-news .list ul li a:hover {
	color: #0d6fb8
}

@font-face {
	font-family:"DIN-Light";src:url("../font/DIN-Light.woff2") format("woff2"),url("../font/DIN-Light.woff") format("woff"),url("../font/DIN-Light.ttf") format("truetype"),url("../font/DIN-Light.eot") format("embedded-opentype"),url("../font/DIN-Light.svg") format("svg");font-weight:normal;font-style:normal
}

.footer-top {
	padding: 51px 0 71px 0;
	overflow: hidden;
	background: #393c41
}

.footer-top ul {
	min-height: 197px;
	border-left: 1px solid rgba(255,255,255,0.05);
	padding-left: 29px;
	float: left
}

.footer-top ul li {
	width: 170px;
	float: left;
	padding-left: 30px;
	min-height: 197px;
	margin-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.05)
}

.footer-top ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 18px
}

.footer-top ul li a:hover {
	color: #fff;
	text-decoration: underline
}

.footer-top ul li ul {
	border: 0;
	min-height: 0;
	padding: 0
}

.footer-top ul li ul li {
	padding-left: 0;
	min-height: 0;
	border: 0;
	margin: 0;
	width: 100%
}

.footer-top ul li ul li a {
	font-size: 14px;
	line-height: 34px;
	color: rgba(255,255,255,0.5);
	margin: 0
}

.footer-top .footer-contact {
	float: right;
	width: 230px
}

.footer-top .footer-contact .bt {
	font-size: 17px;
	color: #fff
}

.footer-top .footer-contact .bt span {
	font-size: 25px;
	display: block;
	font-family: "DIN-Light";
	line-height: 30px;
	margin-bottom: 20px
}

.footer-top .footer-contact .img img {
	display: block;
	float: left;
	margin-right: 34px
}

.footer-bottom {
	color: #a8a8a8;
	font-size: 14px;
	padding: 26px 0;
	overflow: hidden;
	background: #292a2e
}

.footer-bottom a {
	color: #a8a8a8;
	font-size: 14px;
	float: right;
	display: block
}

.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline
}

.inbanner {
	position: relative;
	height: 408px;
	overflow: hidden;
	margin-top: 155px
}

.inbanner .inbanner-slick {
	width: 1920px;
	height: 408px;
	position: relative;
	left: 50%;
	margin-left: -960px
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@font-face {
	font-family:"DINPro-Bold";src:url("../font/DINPro-Bold.woff2") format("woff2"),url("../font/DINPro-Bold.woff") format("woff"),url("../font/DINPro-Bold.ttf") format("truetype"),url("../font/DINPro-Bold.eot") format("embedded-opentype"),url("../font/DINPro-Bold.svg") format("svg")
}

.inmain {
	border-top: 1px solid #f0f0f0;
	overflow: hidden
}

.inmain .aside {
	width: 268px;
	float: left;
	padding-bottom: 50px
}

.inmain .aside .aside-title {
	height: 83px;
	padding-left: 60px;
	padding-top: 19px;
	background: #0e6eb8
}

.inmain .aside .aside-title h3 {
	font-size: 26px;
	color: #fff;
	line-height: 30px
}

.inmain .aside .aside-title p {
	font-family: "DIN-Light";
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}

.inmain .aside .aside-list {
	margin-bottom: 11px;
	overflow: hidden
}

.inmain .aside .aside-list ul li a {
	color: #3e3e3e;
	font-size: 16px;
	display: block;
	line-height: 60px;
	border-top: 1px solid #fff;
	position: relative;
	padding-left: 86px;
	padding-right: 5px;
	background: #f0f0f0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.inmain .aside .aside-list ul li a .img {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 58px;
	margin-top: -12px;
	overflow: hidden
}

.inmain .aside .aside-list ul li a .img .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	transition: .5s
}

.inmain .aside .aside-list ul li a .img .ph {
	top: 100%
}

.inmain .aside .aside-list ul li a:hover {
	background: #86b6db;
	color: #fff
}

.inmain .aside .aside-list ul li a:hover .img .p {
	top: -100%
}

.inmain .aside .aside-list ul li a:hover .img .ph {
	top: 0
}

.inmain .aside .aside-list ul .active a {
	background: #86b6db;
	color: #fff
}

.inmain .aside .aside-list ul .active a .img .p {
	top: -100%
}

.inmain .aside .aside-list ul .active a .img .ph {
	top: 0
}

.inmain .aside .aside-list1 {
	margin-bottom: 11px;
	overflow: hidden
}

.inmain .aside .aside-list1 ul li {
	width: 50%;
	float: left
}

.inmain .aside .aside-list1 ul li a {
	color: #535353;
	font-size: 16px;
	display: block;
	border-top: 1px solid #fff;
	position: relative;
	padding-bottom: 9px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	
}

.inmain .aside .aside-list1 ul li a p {
    	line-height: 30px;
        height: 30px;
        overflow: hidden
}

.inmain .aside .aside-list1 ul li a .img {
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 12px
}

.inmain .aside .aside-list1 ul li a .img .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	transition: .5s
}

.inmain .aside .aside-list1 ul li a .img .ph {
	top: 100%
}

.inmain .aside .aside-list1 ul li a p {
	text-align: center
}

.inmain .aside .aside-list1 ul li a:hover {
	background: #0e6eb8;
	color: #fff
}

.inmain .aside .aside-list1 ul li a:hover .img .p {
	top: -100%
}

.inmain .aside .aside-list1 ul li a:hover .img .ph {
	top: 0
}

.inmain .aside .aside-list1 ul .active a {
	background: #86b6db;
	color: #fff
}

.inmain .aside .aside-list1 ul .active a .img .p {
	top: -100%
}

.inmain .aside .aside-list1 ul .active a .img .ph {
	top: 0
}

.inmain .aside .aside-info {
	border: 1px solid #eaeaea;
	overflow: hidden;
	padding: 24px 10px;
	margin-bottom: 11px
}

.inmain .aside .aside-info .title {
	border-bottom: 2px solid #eaeaea;
	height: 42px;
	margin: 0 8px 10px 8px
}

.inmain .aside .aside-info .title p {
	font-size: 20px;
	color: #333;
	float: left;
	height: 42px;
	padding-bottom: 8px;
	border-bottom: 2px solid #267cbf
}

.inmain .aside .aside-info ul li a {
	display: block;
	padding: 26px 0 25px 0;
	border-bottom: 1px solid #d6d6d6;
	transition: .5s
}

.inmain .aside .aside-info ul li a .box {
	padding: 0 16px
}

.inmain .aside .aside-info ul li a .bt {
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 6px;
	transition: .5s
}

.inmain .aside .aside-info ul li a .date {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	font-family: arial;
	transition: .5s
}

.inmain .aside .aside-info ul li a:hover {
	background: #0e6eb8;
	border-bottom: 1px solid #0e6eb8
}

.inmain .aside .aside-info ul li a:hover .bt {
	color: #fff
}

.inmain .aside .aside-info ul li a:hover .date {
	color: #fff
}

.inmain .aside .aside-contact {
	padding: 27px 20px 37px 24px;
	overflow: hidden;
	background: #f0f0f0;
	margin-bottom: 50px
}

.inmain .aside .aside-contact .jsh {
	text-align: center;
	font-size: 15px;
	color: #515151;
	line-height: 59px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 9px
}

.inmain .aside .aside-contact .bt {
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 19px;
	padding-bottom: 13px
}

.inmain .aside .aside-contact .bt h3 {
	font-size: 18px;
	color: #656565
}

.inmain .aside .aside-contact .bt p {
	font-size: 34px;
	color: #0e6eb8;
	font-family: "DINPro-Bold";
	line-height: 35px
}

.inmain .aside .aside-contact .jsh1 {
	margin-bottom: 18px;
	overflow: hidden
}

.inmain .aside .aside-contact .jsh1 p {
	font-size: 15px;
	color: #656565;
	padding-left: 23px;
	margin-bottom: 13px
}

.inmain .aside .aside-contact .jsh1 p span {
	font-size: 15px
}

.inmain .aside .aside-contact .jsh1 .j1 {
	background: url("../images/icon/icon10.png") no-repeat center left
}

.inmain .aside .aside-contact .jsh1 .j2 {
	background: url("../images/icon/icon11.png") no-repeat center left;
	font-size: 14px;
	font-family: arial,"microsoft yahei"
}

.inmain .aside .aside-contact .jsh1 .j3 {
	background: url("../images/icon/icon12.png") no-repeat left 4px
}

.inmain .aside .aside-contact .more a {
	display: block;
	color: #fff;
	font-size: 17px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: #0e6eb8;
	transition: .5s
}

.inmain .aside .aside-contact .more a:hover {
	background: #86b6db
}

.inmain .rightMain {
	float: right;
	width: 942px;
	padding-top: 28px
}

.inmain .rightMain .current {
	text-align: right;
	color: #838383
}

.inmain .rightMain .current a {
	color: #838383
}

.inmain .rightMain .current b {
	font-weight: normal;
	color: #0e6eb8;
	text-decoration: underline
}

.inmain .rightMain .right-title {
	font-size: 30px;
	position: relative;
	color: #363636;
	padding-left: 15px;
	line-height: 34px
}

.inmain .rightMain .right-title:before {
	content: '';
	display: block;
	width: 4px;
	background: #0e6eb8;
	height: 34px;
	top: 4px;
	position: absolute;
	left: 0
}

.content {
	min-height: 500px;
	padding: 36px 0
}

.about {
	font-size: 16px;
	color: #474747;
	line-height: 36px;
	padding: 36px 0
}

.about .about1 {
	margin-bottom: 45px
}

.about .about2 {
	padding: 43px 45px;
	overflow: hidden;
	background: #f7f7f7
}

.about .about2 .h1 {
	font-size: 30px;
	color: #444;
	margin-bottom: 41px
}

.about .about2 ul {
	position: relative;
	overflow: hidden
}

.about .about2 ul:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 103px;
	background: #0e6eb8
}

.about .about2 ul li {
	position: relative;
	padding-left: 128px;
	margin-bottom: 44px;
	overflow: hidden
}

.about .about2 ul li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 16px;
	left: 99px;
	background: #0e6eb8;
	border-radius: 50%;
	overflow: hidden
}

.about .about2 ul li span {
	font-size: 20px;
	color: #444;
	position: absolute;
	top: 0;
	left: 0;
	width: 82px;
	text-align: right
}

.about .about2 ul li p {
	font-size: 17px;
	color: #555
}

.culture {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	padding: 41px 0
}

.culture .culture1 {
	margin-bottom: 58px
}

.culture ul {
	font-size: 16px;
	color: #444;
	margin: 52px -9px;
	overflow: hidden
}

.culture ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 9px
}

.culture ul li p {
	padding: 37px 31px;
	background: #f0f0f0
}

.honor {
	padding: 49px 0 100px 0;
	margin: 0 -9px;
	overflow: hidden
}

.honor a {
	width: 25%;
	float: left;
	padding: 0 9px;
	margin-bottom: 21px
}

.honor a .img {
	background: url("../images/honorbg.png") no-repeat top center;
	padding: 6px
}

.honor a .pic img {
	transition: all .3s linear
}

.honor a .pic:after {
	padding-bottom: 141.43%
}

.honor a .pic i {
	background: rgba(0,0,0,0.5);
	text-align: center;
	position: absolute;
	height: inherit;
	padding-top: 60%;
	z-index: 100;
	top: 0;
	display: none;
	width: 100%;
	padding-bottom: 120%
}

.honor a .pic i img {
	margin-top: -15px;
	width: 44px;
	height: 43px;
	transform: scale(1)
}

.honor a .pic:hover img {
	transform: scale(1.05)
}

.honor a .pic:hover i {
	display: block
}

.honor a .pic:hover i img {
	transform: scale(1)
}

.honor a span {
	color: #010101;
	height: 54px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	background: #e3e3e3;
	border-top: 0;
	font-size: 16px;
	padding: 0 5px
}

.job {
	padding: 54px 0
}

.job ul {
	margin: 0 -8px
}

.job ul li {
	width: 50%;
	float: left;
	padding: 0 8px;
	margin-bottom: 20px
}

.job ul li .box {
	padding: 20px 49px 31px 41px;
	border: 1px solid #ececec;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
	background: #fff
}

.job ul li .bt {
	color: #333;
	font-size: 26px;
	line-height: 39px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 19px;
	padding-right: 130px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px
}

.job ul li .bt span {
	float: right;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0
}

.job ul li .bt span b {
	font-weight: normal;
	font-size: 36px;
	font-family: arial;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom
}

.job ul li .jsh {
	margin-bottom: 32px;
	overflow: hidden
}

.job ul li .jsh h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 7px
}

.job ul li .jsh p {
	font-size: 15px;
	line-height: 28px;
	height: 56px;
	overflow: hidden
}

.job ul li .more {
	width: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #3e3e3e;
	font-size: 15px;
	background: #f4f4f4;
	transition: .5s
}

.job ul li:hover .more {
	background: #0263ac;
	color: #fff
}

.idea {
	padding: 22px 0 60px 0
}

.idea .idea1 {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px
}

.idea .idea2 {
	font-size: 24px;
	color: #444;
	margin-bottom: 27px
}

.idea .idea3 ul {
	margin: 0 -3px
}

.idea .idea3 ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 3px;
	margin-bottom: 4px
}

.idea .idea3 ul li .box {
	padding: 47px 0 44px 0;
	background: #f4f4f4
}

.idea .idea3 ul li .pic {
	width: 60px;
	height: 60px;
	margin: 0 auto
}

.idea .idea3 ul li .bt {
	font-size: 16px;
	text-align: center;
	color: #484848;
	margin-top: 9px
}

.contactlist {
	margin-top: 41px;
	overflow: hidden
}

.contactlist li {
	width: 25%;
	float: left;
	text-align: center
}

.contactlist li .box {
	margin-bottom: 74px;
	overflow: hidden;
	border-right: 1px solid #ebebeb
}

.contactlist li .pic {
	height: 50px;
	margin-bottom: 31px
}

.contactlist li .bt {
	font-size: 16px
}

.contactlist li .jsh {
	font-size: 16px;
	color: #000;
	font-family: arial;
	min-height: 54px;
	margin-top: 32px
}

.contactlist li .jsh1 {
	font-size: 30px;
	color: #333;
	font-family: arial;
	min-height: 68px;
	margin-top: 17px
}

.contactlist li .jsh2 {
	font-size: 14px;
	color: #333;
	min-height: 54px;
	margin-top: 31px
}

.contactlist li .span {
	font-size: 14px;
	color: #c4c4c4;
	font-family: arial;
	margin-top: 21px;
	letter-spacing: 2px
}

.contactlist li:last-child .box {
	border-right: 0
}

#allmap {
	height: 428px;
	width: 100%
}

#allmap img {
	max-width: initial;
	max-height: inherit
}

#allmap .anchorBL {
	display: none
}

.message {
	overflow: hidden
}

.message .jsh {
	font-size: 15px;
	line-height: 24px
}

.message ul {
	overflow: hidden;
	padding-top: 53px;
	width: 756px
}

.message ul li {
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 50%;
	padding-right: 14px;
	overflow: hidden
}

.message ul li font {
	color: #333;
	position: absolute;
	top: 13px;
	right: 28px;
	font-size: 18px
}

.message ul li input {
	outline: 0;
	border: 1px solid #dadada;
	width: 100%;
	height: 48px;
	padding: 10px 27px 10px 15px;
	font-size: 15px;
	background: 0;
	color: #666;
	position: relative;
	font-family: arial,"microsoft yahei"
}

.message ul li input:focus {
	border: 1px solid #0e6eb8
}

.message ul li input::-webkit-input-placeholder {
	color: #666
}

.message ul li input:-moz-placeholder {
	color: #666;
	opacity: 1
}

.message ul li input::-moz-placeholder {
	color: #666;
	opacity: 1
}

.message ul li input:-ms-input-placeholder {
	color: #fff
}

.message ul li textarea {
	outline: 0;
	border: 1px solid #dadada;
	width: 100%;
	height: 145px;
	line-height: 24px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 15px;
	background: 0;
	color: #666;
	position: relative;
	font-family: arial,"microsoft yahei";
	display: block
}

.message ul li textarea:focus {
	border: 1px solid #0e6eb8
}

.message ul li textarea::-webkit-input-placeholder {
	color: #666
}

.message ul li textarea:-moz-placeholder {
	color: #666;
	opacity: 1
}

.message ul li textarea::-moz-placeholder {
	color: #666;
	opacity: 1
}

.message ul li textarea:-ms-input-placeholder {
	color: #666
}

.message ul .width {
	width: 100%
}

.message ul .submit {
	margin-top: 33px;
	overflow: hidden
}

.message ul .submit button {
	font-size: 18px;
	color: #fff;
	width: 363px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #0e6eb8;
	border: 0;
	cursor: pointer
}

.message ul .submit button:hover {
	background: #055898
}

.news {
	padding: 48px 0
}

.news ul li {
	margin-bottom: 70px;
	overflow: hidden
}

.news ul li .box {
	position: relative
}

.news ul li .box .pic {
	width: 366px;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0
}

.news ul li .box .pic img {
	transition: .5s
}

.news ul li .box .text {
	padding-left: 406px;
	padding-top: 21px;
	height: 248px
}

.news ul li .box .text .bt {
	font-size: 24px;
	color: #333;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 7px
}

.news ul li .box .text .jsh {
	font-size: 15px;
	color: #555;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 36px
}

.news ul li .box .text .more {
	font-size: 15px;
	color: #0e6eb8;
	border-bottom: 2px solid #b2c8e2;
	float: left;
	padding-bottom: 3px
}

.news ul li .box:hover .pic img {
	transform: scale(1.1)
}

.news ul li .box:hover .text .bt {
	color: #0e6eb8
}

.pro3_bottom {
	text-align: center;
	padding: 19px 0 0 0;
	color: #999;
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 0
}

.pro3_bottom a {
	display: inline-block;
	color: #999;
	text-align: center;
	text-transform: capitalize;
	padding: 0 15px;
	line-height: 40px;
	background-color: #dadada;
	margin: 0 3px;
	font-size: 16px
}

.pro3_bottom a:hover {
	color: #fff;
	background-color: #0e6eb8
}

/*.pro3_bottom span {
	display: inline-block;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	padding: 0 15px;
	line-height: 40px;
	background-color: #0e6eb8;
	margin: 0 3px;
	font-size: 16px
}*/

.pro3_bottom a.cpb {
	display: inline-block;
	color: #fff;
	background-color: #0e6eb8
}





.pro3_bottom span select {
	color: #999;
	border: 1px solid #d9d9d9;
	text-align: center;
    height: 40px;
    vertical-align: top;
	background-color: #fff;
	margin: 0 3px;
	width: 50px
}


.news-show {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	padding: 49px 0
}

.news-show .h1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 47px
}

.news-show .h2 {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	padding: 17px 0 12px 18px;
	font-size: 15px;
	color: #8a8a8a
}

.news-show .h2 .share {
	float: right
}

.news-show .h2 .share a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #646464;
	overflow: hidden;
	margin-left: 10px;
	transition: .5s
}

.news-show .h2 .share a:hover {
	background: #2b2b2b
}

.news-show .news-info {
	padding: 56px 0 32px 0;
	overflow: hidden
}

.news-show .pagenav {
	overflow: hidden;
	line-height: 43px;
	margin-bottom: 19px
}

.news-show .pagenav a {
	width: 100%;
	display: block;
	float: left;
	padding: 0 19px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	margin-bottom: 13px
}

.news-show .pagenav a p {
	max-width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left
}

.news-show .pagenav a:hover {
	color: #0e6eb8
}

.news-show .pagenav a span {
	float: right;
	font-size: 12px;
	color: #919191
}

.news-show .related {
	padding: 26px 24px 43px 24px;
	overflow: hidden;
	background: #f7f7f7;
	margin-bottom: 33px
}

.news-show .related .title {
	font-size: 24px;
	color: #474747;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0
}

.news-show .related ul li a {
	display: block;
	line-height: 59px;
	font-size: 15px;
	color: #555;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	transition: .5s;
	padding-right: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news-show .related ul li a span {
	position: absolute;
	top: 0;
	right: 10px;
	color: #9b9b9b;
	font-size: 12px
}

.news-show .related ul li a:hover {
	padding-left: 20px;
	color: #0e6eb8
}

.news-show .return {
	font-size: 15px;
	line-height: 36px;
	border-top: 1px solid #0e6eb8
}

.news-show .return span {
	font-size: 15px;
	color: #474747;
	font-weight: bold
}

.news-show .return a {
	color: #6f6f6f;
	padding: 0 14px 0 0;
	margin-right: 14px;
	border-right: 1px solid #d2d2d2
}

.news-show .return a:hover {
	color: #0e6eb8
}

.news-show .return .right {
	width: 89px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #0263ac
}

.news-show .return .right:hover {
	color: #fff;
	background: #0e6eb8
}

.case {
	padding: 32px 0;
	overflow: hidden
}

.case .case-info {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	margin-bottom: 77px
}

.case ul li {
	overflow: hidden
}

.case ul li .box {
	position: relative;
	padding-bottom: 39px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 37px
}

.case ul li .box .pic {
	width: 476px;
	height: 283px;
	position: absolute;
	top: 0;
	left: 0
}

.case ul li .box .pic img {
	transition: .5s
}

.case ul li .box .text {
	padding-left: 526px;
	padding-top: 23px;
	height: 283px
}

.case ul li .box .text .bt {
	font-size: 26px;
	color: #09132c;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 13px
}

.case ul li .box .text .jsh {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 40px
}

.case ul li .box .text .more {
	font-size: 15px;
	color: #fff;
	float: left;
	width: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #0263ac
}

.case ul li .box:hover .pic img {
	transform: scale(1.1)
}

.case ul li .box:hover .text .bt {
	color: #0e6eb8
}

.case ul li .box:hover .text .more {
	background: #0e6eb8
}

.case-show .case-info {
	color: #555;
	font-size: 15px;
	line-height: 40px;
	padding-bottom: 35px
}

.case-show .related {
	overflow: hidden;
	margin-bottom: 33px
}

.case-show .related .title {
	font-size: 24px;
	color: #474747;
	padding-bottom: 20px
}

.case-show .related ul {
	margin: 0 -13px
}

.case-show .related ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 13px
}

.case-show .related ul li a {
	display: block;
	font-size: 15px;
	color: #555;
	position: relative;
	transition: .5s
}

.case-show .related ul li a .pic img {
	transition: .5s
}

.case-show .related ul li a .pic:after {
	padding-bottom: 62%
}

.case-show .related ul li a .text {
	padding: 22px 23px 49px 23px;
	overflow: hidden;
	background: #f6f6f6;
	transition: .5s
}

.case-show .related ul li a .text .bt {
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case-show .related ul li a .text .bt:after {
	content: '';
	width: 43px;
	height: 2px;
	background: #0e6eb8;
	display: block;
	margin-top: 11px;
	margin-bottom: 10px
}

.case-show .related ul li a .text .jsh {
	font-size: 15px;
	line-height: 26px;
	height: 52px;
	overflow: hidden
}

.case-show .related ul li a:hover .pic img {
	transform: scale(1.1)
}

.case-show .related ul li a:hover .text {
	background: #0e6eb8
}

.case-show .related ul li a:hover .text .bt {
	color: #fff
}

.case-show .related ul li a:hover .text .bt:after {
	background: #fff
}

.case-show .related ul li a:hover .text .jsh {
	color: #fff
}

.product {
	padding: 42px 0;
	overflow: hidden
}

.product .product-info {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	margin-bottom: 51px
}

.product ul li {
	overflow: hidden
}

.product ul li .box {
	position: relative;
	padding-bottom: 58px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 49px
}

.product ul li .box .pic {
	width: 431px;
	height: 296px;
	position: absolute;
	top: 0;
	left: 0
}

.product ul li .box .pic img {
	transition: .5s
}

.product ul li .box .text {
	padding-left: 469px;
	padding-top: 12px;
	height: 296px
}

.product ul li .box .text .bt {
	font-size: 30px;
	color: #292929;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 26px
}

.product ul li .box .text .jsh {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 42px
}

.product ul li .box .text .more {
	font-size: 15px;
	color: #fff;
	float: left;
	width: 156px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #0263ac
}

.product ul li .box:hover .pic img {
	transform: scale(1.1)
}

.product ul li .box:hover .text .bt {
	color: #0e6eb8
}

.product ul li .box:hover .text .more {
	background: #0e6eb8
}

.product ul .odd .box .pic {
	left: auto;
	right: 0
}

.product ul .odd .box .text {
	padding-left: 0;
	padding-right: 469px
}

.job-show .title {
	color: #0e6eb8;
	overflow: hidden;
	margin-bottom: 20px
}

.job-show .title .btn {
	border: 1px #d6d6d6 solid;
	display: inline-block;
	min-width: 130px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #818181;
	border-radius: 20px
}

.job-show .title .btn:hover {
	background: #0e6eb8;
	color: #fff;
	border-color: #0e6eb8
}

.job-show .shm li {
	overflow: hidden;
	min-height: 36px;
	background: #e7e7e8
}

.job-show .shm li:nth-child(even) {
	background: #fafafb
}

.job-show .shm div {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 0 0 105px
}

.job-show .shm span {
	display: inline-block;
	border-right: 1px #fff solid;
	line-height: 36px
}

.job-show .shm span.bt {
	width: 105px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #222;
	float: left
}

.job-show .shm span.span-01 {
	float: left;
	width: 100%;
	padding: 0 0 0 35px;
	line-height: 36px;
	height: 36px;
	overflow: hidden
}

.job-show .nr {
	padding: 20px 0;
	line-height: 30px
}

.job-show .p-01 {
	border-left: 5px #0e6eb8 solid;
	margin: 20px 0
}

.job-show .p-01 span {
	display: inline-block;
	background: #0e6eb8;
	height: 30px;
	line-height: 30px;
	border-left: 2px #fff solid;
	color: #fff;
	min-width: 126px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative
}

.job-show .p-01 span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 15px 15px 15px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #0e6eb8;
	position: absolute;
	right: -25px;
	top: 0
}

.job-show .email-return {
	background: #676767;
	color: #fff;
	line-height: 35px;
	padding: 5px 20px 5px 30px
}

.job-show .email-return a {
	color: #fff
}

.job-show .email-return a:hover {
	text-decoration: underline
}

.job-show .email-return .iconfont {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0
}

.job-show .email-return .return {
	float: right;
	display: inline-block;
	min-width: 67px;
	height: 33px;
	line-height: 33px;
	background: #0e6eb8;
	text-align: center;
	margin: 2px 0 0
}

.job-show .email-return .return:hover {
	background: #f27418;
	text-decoration: none
}

.product-show {
	padding: 26px 0;
	overflow: hidden
}

.product-show .product-info {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	margin-bottom: 44px
}

.product-show .title {
	position: relative;
	overflow: hidden
}

.product-show .title:after {
	content: '';
	display: block;
	height: 1px;
	width: 87%;
	position: absolute;
	top: 50%;
	right: 0;
	background: #e3e3e3;
	z-index: 1
}

.product-show .title h3 {
	font-size: 26px;
	color: #0e6eb8;
	position: relative;
	background: #fff;
	z-index: 2;
	float: left;
	padding-right: 15px
}

.product-show .ps1 {
	padding-bottom: 66px;
	overflow: hidden
}

.product-show .ps1 .info {
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 46px
}

.product-show .ps2 {
	padding: 42px 37px 34px 47px;
	overflow: hidden;
	background: #0e6eb8;
	margin-bottom: 53px
}

.product-show .ps2 .title:after {
	background: rgba(255,255,255,0.5)
}

.product-show .ps2 .title h3 {
	color: #fff;
	background: 0
}

.product-show .ps2 .p {
	color: #fff;
	font-size: 15px;
	line-height: 28px
}

.product-show .ps2 ul {
	padding-top: 72px;
	overflow: hidden
}

.product-show .ps2 ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
	position: relative
}

.product-show .ps2 ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 98px;
	position: absolute;
	top: 10px;
	right: 0;
	background: rgba(255,255,255,0.2)
}

.product-show .ps2 ul li .pic {
	width: 70px;
	height: 70px;
	margin: 0 auto
}

.product-show .ps2 ul li .bt {
	color: #fff;
	font-size: 17px;
	line-height: 52px;
	padding: 0 5px
}

.product-show .ps2 ul li:nth-child(4):after {
	display: none
}

.product-show .ps3 {
	padding: 0 0 28px 0;
	overflow: hidden
}

.product-show .ps3 ul {
	margin: 0 -11px;
	padding-top: 26px;
	overflow: hidden
}

.product-show .ps3 ul li {
	width: 50%;
	float: left;
	padding: 0 11px;
	margin-bottom: 25px
}

.product-show .ps3 ul li .pic img {
	transition: .5s
}

.product-show .ps3 ul li .pic:after {
	padding-bottom: 56%
}

.product-show .ps3 ul li .pic .bt {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 56px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0,0,0,0.6)
}

.product-show .ps3 ul li .pic:hover img {
	transform: scale(1.1)
}

.product-show .ps4 {
	margin-bottom: 34px;
	overflow: hidden
}

.product-show .ps4 ul {
	margin: 0 -3px;
	padding-top: 19px;
	overflow: hidden
}

.product-show .ps4 ul li {
	width: 25%;
	float: left;
	padding: 0 3px;
	margin-bottom: 16px
}

.product-show .ps4 ul li a {
	border: 1px solid #e8e8e8;
	overflow: hidden;
	display: block
}

.product-show .ps4 ul li .pic img {
	transition: .5s
}

.product-show .ps4 ul li .pic:after {
	padding-bottom: 62.4%
}

.product-show .ps4 ul li .pic .hover {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 142px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	transition: .5s
}

.product-show .ps4 ul li:hover img {
	transform: scale(1.05)
}

.product-show .ps4 ul li:hover .hover {
	top: 0
}

.product-show .ps5 {
	overflow: hidden;
	margin-bottom: 50px
}

.product-show .ps5 ul {
	margin: 0 -13px;
	padding-top: 23px
}

.product-show .ps5 ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 13px
}

.product-show .ps5 ul li .pic img {
	transition: .5s
}

.product-show .ps5 ul li .pic:after {
	padding-bottom: 62%
}

.product-show .ps5 ul li .text {
	padding: 22px 18px 52px 22px;
	overflow: hidden;
	background: #f6f6f6;
	transition: .5s
}

.product-show .ps5 ul li .text .bt {
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s
}

.product-show .ps5 ul li .text .bt:after {
	content: '';
	display: block;
	width: 43px;
	height: 2px;
	background: #0e6eb8;
	margin: 11px 0;
	transition: .5s
}

.product-show .ps5 ul li .text .jsh {
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition: .5s
}

.product-show .ps5 ul li:hover .pic img {
	transform: scale(1.1)
}

.product-show .ps5 ul li:hover .text {
	background: #0e6eb8
}

.product-show .ps5 ul li:hover .text .bt {
	color: #fff
}

.product-show .ps5 ul li:hover .text .bt:after {
	background: #fff
}

.product-show .ps5 ul li:hover .text .jsh {
	color: #fff
}

.product-show .ps6 .info {
	font-size: 15px;
	color: #777;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 46px
}

.product-show .ps6 .info span {
	color: #0e6eb8
}

.product-show .ps7 {
	margin-bottom: 59px;
	overflow: hidden
}

.product-show .ps7 ul {
	text-align: center;
	font-size: 0;
	margin-top: 53px
}

.product-show .ps7 ul li {
	width: 157px;
	margin-right: 1px;
	display: inline-block;
	vertical-align: top
}

.product-show .ps7 ul li .box {
	padding-top: 51px;
	height: 310px;
	background: url("../images/psbg.png") no-repeat top center
}

.product-show .ps7 ul li .pic {
	margin: 0 auto;
	width: 35px;
	height: 35px
}

.product-show .ps7 ul li .text {
	text-align: center;
	padding: 23px 5px 0 5px
}

.product-show .ps7 ul li .text .bt {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 28px
}

.product-show .ps7 ul li .text .bt:after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	margin: 11px auto
}

.product-show .ps7 ul li .text .jsh {
	line-height: 24px;
	font-size: 15px;
	max-height: 96px;
	overflow: hidden;
	color: #fff
}

.product-show .ps8 {
	padding: 42px 37px 20px 47px;
	overflow: hidden;
	background: #0e6eb8;
	margin-bottom: 53px
}

.product-show .ps8 .title:after {
	background: rgba(255,255,255,0.5)
}

.product-show .ps8 .title h3 {
	color: #fff;
	background: 0
}

.product-show .ps8 .info {
	padding-top: 30px;
	overflow: hidden
}

.product-show .ps8 .info p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 29px
}

.product-show .ps8 .info table {
	color: #fff;
	text-align: center;
	margin-bottom: 56px
}

.product-show .ps8 .info table td {
	padding: 12px;
	border: 1px solid #fff
}

.product-show .ps8 .info .one td {
	background: rgba(255,255,255,0.16)
}

.product-show .ps9 {
	overflow: hidden;
	margin-bottom: 53px
}

.product-show .ps9 .info {
	padding: 58px 40px;
	overflow: hidden
}

.product-show .ps9 .info table {
	text-align: left;
	margin-bottom: 56px
}

.product-show .ps9 .info table td {
	padding: 26px 12px;
	border: 1px solid #0e6eb8;
	font-size: 13px;
	color: #444;
	line-height: 24px
}

.product-show .ps9 .info .one td {
	background: #eef5fa;
	text-align: center;
	color: #0e6eb8;
	padding: 12px
}

.product-show .ps10 {
	overflow: hidden
}

.product-show .ps10 .info {
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin-top: 28px;
	margin-bottom: 46px
}

.product-show .ps11 .info {
	padding-top: 32px;
	overflow: hidden
}

.product-show .ps11 .info ul {
	margin: 0 -13px;
	overflow: hidden
}

.product-show .ps11 .info ul li {
	width: 33.333333333333336%;
	float: left;
	padding: 0 13px
}

.product-show .ps11 .info ul li .pic {
	border: 1px solid #e0e0e0;
	overflow: hidden
}

.product-show .ps11 .info ul li .pic:after {
	padding-bottom: 62%
}

.product-show .ps11 .info ul li .bt {
	text-align: center;
	font-size: 15px;
	color: #444;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 28px
}

.product-show .ps12 .info {
	font-size: 15px;
	color: #777;
	line-height: 30px;
	margin-top: 38px;
	margin-bottom: 56px
}

.product-show .ps12 .info .it {
	font-size: 18px;
	color: #0e6eb8;
	font-weight: bold;
	margin-bottom: 17px
}

.product-show .ps12 .info .jsh {
	margin-bottom: 53px;
	overflow: hidden
}

.product-show .ps13 {
	padding-bottom: 40px;
	overflow: hidden
}

.product-show .ps13 .info {
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin-top: 8px
}

.product-show .ps14 {
	margin-bottom: 59px;
	overflow: hidden
}

.product-show .ps14 .p {
	font-size: 15px;
	color: #0e6eb8;
	margin-top: 3px
}

.product-show .ps14 .info {
	padding-top: 33px;
	overflow: hidden
}

.product-show .ps14 ul {
	margin: 0 -10px
}

.product-show .ps14 ul li {
	width: 20%;
	float: left;
	padding: 0 10px
}

.product-show .ps14 ul li .bt {
	font-size: 36px;
	color: #0e6eb8;
	font-weight: bold;
	font-style: italic
}

.product-show .ps14 ul li .jsh {
	font-size: 17px;
	color: #0e6eb8
}

.map {
	width: 100%;
	margin: 0 auto
}

.map dl {
	border: #d6dbe1 solid 1px;
	border-top: #0e6eb8 solid 2px;
	border-bottom: 0;
	margin: 20px 0 20px 0
}

.map dl:hover {
	background: #f5f8fa
}

.map dl:hover dt a {
	color: #0e6eb8
}

.map dt {
	background: #fcfcfc;
	color: #000;
	font-size: 16px;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px
}

.map dt a {
	color: #000
}

.map dt a:hover {
	color: #0e6eb8
}

.map dt img {
	margin-left: 20px
}

.map dd {
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px;
	text-transform: capitalize
}

.map dd .p2 {
	padding: 0 0 0 20px;
	clear: both
}

.map dd .p2 a {
	color: #b87500;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.map dd .p2 a:hover {
	color: #0e6eb8
}

.map dd div {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 20px 10px 10px
}

.map dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px
}

.map dd div a:hover {
	background: #0e6eb8;
	color: #fff
}