﻿@charset "utf-8";

@font-face {
	font-family:'akzidenz-grotesk_bqextended';src:url('../fonts/akzidenzgrotesk-extended-webfont.eot');src:url('../fonts/akzidenzgrotesk-extended-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/akzidenzgrotesk-extended-webfont.woff2') format('woff2'),url('../fonts/akzidenzgrotesk-extended-webfont.woff') format('woff'),url('../fonts/akzidenzgrotesk-extended-webfont.svg#akzidenz-grotesk_bqextended') format('svg');font-weight:normal;font-style:normal
}

@font-face {
	font-family:'arialblack';src:url('../fonts/ariblk_0-webfont.eot');src:url('../fonts/ariblk_0-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/ariblk_0-webfont.woff2') format('woff2'),url('../fonts/ariblk_0-webfont.woff') format('woff'),url('../fonts/ariblk_0-webfont.svg#arialblack') format('svg');font-weight:normal;font-style:normal
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header {
	position: relative;
	z-index: 999;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url(../images/top-bg.jpg) repeat-x bottom center
}

.header .logo {
	width: 200px;
	height: 90px;
	float: left;
	-webkit-transition: all .5s;
	transition: all .5s
}

.header .logo img {
	vertical-align: middle
}

.header .quick {
	float: right;
	font-size: 16px;
	padding-top: 45px
}

.header .quick a,.header .quick span {
	cursor: pointer;
	color: #333;
	margin-left: 3px
}

.header .quick a:hover,.header .quick span:hover {
	color: #e60012
}

.header .quick .icon {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px
}

.header .language {
	position: relative;
	padding-bottom: 10px
}

.header .language .drop {
	display: none;
	position: absolute;
	background: rgba(255,255,255,0.9);
	border: 1px #eee solid;
	width: 100px;
	top: 30px;
	right: -1px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0
}

.header .language .drop a {
	display: block
}

.header .language .drop a:hover {
	background: #0b84e0;
	color: #fff
}

.header .language:hover .drop {
	display: block
}

.nav-search {
	background: #f7f7f7 url(../images/nav-bg.jpg) repeat-x bottom;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	position: relative;
	z-index: 1
}

.nav-search .container {
	position: relative;
	padding-right: 220px
}

.nav-search .search {
	width: 180px;
	float: right;
	position: absolute;
	right: 0;
	top: 8px
}

.nav-search .search input[type="text"] {
	line-height: 24px;
	height: 26px;
	border: 1px #d5d5d5 solid;
	border-radius: 3px;
	color: #bcbcbc;
	font-size: 12px;
	padding: 0 47px 0 6px;
	width: 100%
}

.nav-search .search input::-webkit-input-placeholder {
	color: #bcbcbc
}

.nav-search .search input::-moz-placeholder {
	color: #bcbcbc
}

.nav-search .search input:-ms-input-placeholder {
	color: #bcbcbc
}

.nav-search .search input:focus {
	border-color: #15abee;
	color: #333
}

.nav-search .search .btn {
	height: 100%;
	width: 41px;
	background: #15abee url(../images/icon/search.png) no-repeat center center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0
}

.nav {
	width: 100%;
	float: left
}

.nav .list>li {
	width: 16.66666667%;
	float: left;
	text-align: center;
	position: relative;
	line-height: 42px;
	height: 42px
}

.nav .list>li:before {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background: url(../images/icon/line.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 13px
}

.nav .list>li:last-child:after {
	content: "";
	display: block;
	width: 2px;
	height: 13px;
	background: url(../images/icon/line.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 13px
}

.nav .list>li .default {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s
}

.nav .list>li .hover {
	display: block;
	position: absolute;
	height: 100%;
	bottom: -100%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/nav-bg-02.jpg) no-repeat center bottom;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.nav .list>li>a {
	display: block;
	font-size: 15px;
	color: #333;
	font-weight: 700;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	height: 42px;
	overflow: hidden
}

.nav .list>li:hover .default,.nav .list>li.cur .default {
	top: -100%
}

.nav .list>li:hover .hover,.nav .list>li.cur .hover {
	bottom: 0
}

.nav .list>li:hover .child {
	top: 42px;
	display: block \9;
	visibility: visible;
	opacity: 1;
	z-index: 1
}

.nav .list>li:hover .child a {
	height: 35px
}

.nav .child {
	font-size: 12px;
	position: absolute;
	z-index: -1;
	top: 42px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none \9;
	visibility: hidden;
	opacity: 0;
	padding: 0 0 0 0
}

.nav .child:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px #0b84e0 solid;
	position: absolute;
	bottom: -2px
}

.nav .child .box {
	background: #fff \9;
	background: rgba(255,255,255,0.9);
	padding: 10px 0;
	position: relative
}

.nav .child .box:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: #0b84e0 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	display: block
}

.nav .child a {
	padding: 0 5px;
	display: block;
	color: #333;
	position: relative;
	overflow: hidden;
	line-height: 34px;
	-webkit-transition: padding-left .5s;
	transition: padding-left .5s
}

.nav .child a:hover {
	background: #0b84e0;
	color: #fff;
	padding-left: 15px
}

.headerFixed {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.1)
}

.headerFixed .logo-text {
	padding-top: 0
}

.headerFixed .logo-text .logo {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 65px;
	width: auto
}

.headerFixed .logo-text .text {
	font-size: 16px;
	margin-top: 16px
}

.headerFixed .nav .list>li>a {
	padding-top: 15px;
	padding-bottom: 10px
}

.headerFixed .nav .list>li>a:hover .child {
	top: 65px
}

.headerFixed .nav .child {
	top: 65px !important
}

.banner {
	width: 100%;
	position: relative;
	text-align: center;
	height: 280px;
	overflow: hidden
}

.banner .list {
	width: 1002px;
	max-width: 1002px;
	border: 1px #dddcdc solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 252px;
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15)
}

.banner .list .box {
	position: relative;
	height: 250px
}

.banner .list img {
	display: initial
}

.banner .slick-dots {
	bottom: -25px;
	z-index: 999;
	text-align: right
}

.banner .slick-dots li {
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
	width: 9px;
	height: 9px;
	margin: 0 5px 0 0;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .slick-dots li button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background: #231815;
	-webkit-box-shadow: 0 0 0 1px #231815;
	box-shadow: 0 0 0 1px #231815;
	padding: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .slick-dots li button:before {
	display: none
}

.banner .slick-dots li:hover button {
	background: #1e9ee9;
	-webkit-box-shadow: 0 0 0 1px #1e9ee9;
	box-shadow: 0 0 0 1px #1e9ee9
}

.banner .slick-dots .slick-active {
	-webkit-box-shadow: 0 0 0 1px #1e9ee9;
	box-shadow: 0 0 0 1px #1e9ee9
}

.banner .slick-dots .slick-active button {
	background: #1e9ee9;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent
}

.banner .box {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center
}

.home-title {
	line-height: 24px
}

.home-title .en {
	font-family: arialblack;
	color: #0191e8;
	font-size: 20px;
	font-weight: 700;
	float: left;
	margin-right: 10px
}

.home-title .cn {
	color: #000;
	font-size: 16px;
	float: left
}

.home-title .more {
	float: right;
	position: relative;
	font-size: 12px;
	color: #767676;
	padding-right: 13px
}

.home-title .more:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #017ddd;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.home-title .more:hover {
	color: #0b84e0
}

.home-product {
	background: #f3f3f3;
	padding-top: 12px;
	padding-bottom: 15px
}

.home-product .list {
	margin-top: 10px;
	position: relative
}

.home-product .list:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px #bce3fb solid;
	top: 0;
	z-index: 1
}

.home-product li {
	width: 14.28571429%;
	float: left;
	position: relative;
	background: #fff
}

.home-product li .box {
	display: block;
	text-align: center;
	z-index: 1;
	position: relative
}

.home-product li .box:after {
	content: "";
	display: block;
	border-right: 1px #a3d7f7 dotted;
	position: absolute;
	z-index: 999;
	width: 1px;
	right: 0;
	top: 5px;
	bottom: 5px
}

.home-product li:last-child .box:after {
	display: none
}

.home-product li .pic {
	overflow: hidden;
	position: relative;
	display: block
}

.home-product li .pic:after {
	content: "";
	display: block;
	padding-top: 110.71428571%
}

.home-product li img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-product li .title {
	font-size: 14px;
	color: #333;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 5px
}

.home-product li .icon {
	display: block;
	width: 30px;
	height: 6px;
	background: url(../images/icon/arrow-right-01.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto
}

.home-product li:hover .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	border: 1px #008ee4 solid
}

.home-product li:hover .title {
	background: #008ee4 url(../images/title-bg.jpg) repeat-x;
	color: #fff
}

.home-product li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.home-product .more {
	display: block;
	text-align: center
}

.home-product .more a {
	display: inline-block;
	border: 2px #219cdc solid;
	line-height: 34px;
	min-width: 195px;
	color: #219cdc;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-product .more a .icon {
	display: inline-block;
	width: 22px;
	height: 7px;
	background: url(../images/icon/arrow-right-03.png) no-repeat center center;
	float: right;
	margin-top: 13px
}

.home-product .more a:hover {
	background: #219cdc;
	color: #fff
}

.home-product .more a:hover .icon {
	background: url(../images/icon/arrow-right-04.png) no-repeat center center
}

.home-news-video {
	padding-top: 30px;
	padding-bottom: 10px
}

.home-news {
	width: 57%;
	float: left;
	position: relative;
	z-index: 1;
	font-size: 14px
}

.home-news .list {
	background: url(../images/icon/line-02.png) repeat-x top;
	margin-top: 10px;
	padding-top: 12px
}

.home-news li {
	clear: both
}

.home-news li .box {
	line-height: 29px;
	color: #333;
	display: block
}

.home-news li .date {
	font-size: 12px;
	font-family: arial;
	float: left;
	width: 120px;
	color: #979797;
	overflow: hidden
}

.home-news li .bt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 370px;
	-webkit-transition: all .5s;
	transition: all .5s;
	float: left
}

.home-news li .more {
	color: #767676;
	font-size: 12px;
	float: right;
	position: relative;
	padding-right: 13px
}

.home-news li .more:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #d6d6d6;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.home-news li .box:hover .bt {
	color: #0191e8;
	padding-left: 10px
}

.home-news li .box:hover .more {
	color: #017ddd
}

.home-news li .box:hover .more:after {
	border-color: transparent transparent transparent #017ddd
}

.home-video {
	width: 362px;
	height: 235px;
	float: right;
	background: url(../images/video-bg.png) no-repeat center top
}

.home-video .nr .pic {
	display: block;
	width: 338px;
	height: 167px;
	border: 1px #fff solid;
	margin: 12px 12px 0 12px;
	background: #fff;
	position: relative;
	overflow: hidden
}

.home-video .nr .pic img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-video .nr .play {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6) url(../images/icon/play.png) center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s
}

.home-video .nr .title {
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px
}

.home-video .nr .box:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.videoPopup {
	display: none
}

.videoPopup .nr {
	padding: 10px
}

.ewmPopup {
	display: none
}

.ewmPopup .nr {
	padding: 10px;
	text-align: center
}

.footer {
	background: #424242;
	color: #fff;
	position: relative;
	clear: both;
	overflow: hidden;
	font-size: 15px;
	padding: 12px 0
}

.footer a {
	color: #fff
}

.footer a:hover {
	text-decoration: underline
}

.footer img {
	vertical-align: middle
}

.footer .a-01 {
	float: right;
	background: url(../images/icon/wechat.png) no-repeat left center;
	padding-left: 35px;
	color: #44b5f0
}

.footer .a-01:hover {
	color: #fff;
	text-decoration: none
}

.copyright {
	font-size: 15px;
	color: #838383;
	padding: 12px 0
}

.copyright .tel {
	float: right;
	color: #e60012;
	font-weight: 700;
	font-size: 16px
}

.bread {
	line-height: 40px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 5px 0;
	position: relative
}

.bread a {
	color: #999
}

.bread a:hover {
	color: #0b84e0
}

.bread span {
	font-style: normal;
	color: #333
}

.inside {
	padding-top: 30px;
	padding-bottom: 40px;
	background: url(../images/inside-bg.jpg) repeat-x top
}

.inside .inside-title {
	color: #000;
	font-size: 18px;
	margin-top: 15px
}

.inside .mainTitle {
	padding: 0 0 15px 0;
	color: #666;
	font-size: 26px
}

.inside .mainTitle img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 7px
}

.inside .aside {
	width: 14%;
	float: left
}

.inside .aside .category {
	margin-bottom: 15px;
	text-align: right
}

.inside .aside .category .title {
	line-height: 40px;
	margin-bottom: 5px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: url(../images/icon/line-03.png) repeat-x center bottom
}

.inside .aside .category .title .en {
	font-size: 16px;
	color: #0b84e0;
	font-weight: 700;
	font-family: arialblack
}

.inside .aside .category .title .cn {
	font-size: 14px;
	color: #000
}

.inside .aside .category .list {
	padding-bottom: 25px
}

.inside .aside .category li {
	position: relative
}

.inside .aside .category li .first {
	border-bottom: 1px #e0e0e0 solid
}

.inside .aside .category li .first a {
	color: #000;
	line-height: 25px;
	padding: 5px 18px 5px 5px;
	display: block;
	position: relative
}

.inside .aside .category li .first a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #bcbcbc url(../images/icon/arrow-right.png) no-repeat center center;
	border-radius: 50%;
	margin-left: 6px;
	position: absolute;
	right: 0;
	top: 12px
}

.inside .aside .category li .first a:hover:after {
	background-color: #0b84e0
}

.inside .aside .category li.cur .first a:after {
	background-color: #0b84e0
}

.inside .aside .category .sencond {
	background: #f3f3f3;
	border-top: 1px #fff solid;
	font-size: 12px;display:none
}

.inside .aside .category .sencond a {
	padding: 0 20px 0 40px;
	display: block;
	line-height: 35px;
	color: #0b84e0;
	border-bottom: 1px #fff solid;
	line-height: 24px;
	padding: 5px 10px;
	position: relative
}

.inside .aside .category .sencond a:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 1px;
	background: #0b84e0;
	vertical-align: middle
}

.inside .aside .category .sencond a:hover,.inside .aside .category .sencond a.cur {
	background: #0b84e0;
	color: #fff
}

.inside .aside .category .sencond a:hover:after,.inside .aside .category .sencond a.cur:after {
	background: #fff
}

.inside .aside .category .sencond .cur a {
	background: #0b84e0;
	color: #fff
}

.inside .aside .category .sencond .cur a:after {
	background: #fff
}

.inside .aside .category .cur>a {
	font-weight: 700;
	background: #219cdc;
	color: #fff;
	border-bottom: 1px #219cdc solid
}

.inside .aside .category .cur>a:before {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
	border-color: #fff
}

.inside .aside1 {
	width: 24.5%
}

.inside .aside2 {
	width: 14%
}

.inside .aside2 .category .en {
	float: left
}

.inside .aside2 .category .cn {
	float: right
}

.inside .mainRight {
	width: 86%;
	height: 100%;
	float: left;
	padding: 0 0 0 35px;
	position: relative
}

.inside .mainRight1 {
	width: 75.5%
}

.inside .mainRight2 {
	width: 86%
}

.product {
	color: #000;
	line-height: 2
}

.product img {
	vertical-align: middle
}

.product .top {
	background: url(../images/icon/line-03.png) repeat-x bottom;
	overflow: hidden;
	padding-bottom: 55px
}

.product .title-pic {
	position: relative;
	padding-right: 166px;
	margin-top: 10px
}

.product .title-pic .title {
	background: #89a3d4;
	color: #fff;
	font-weight: 400;
	padding: 10px 30px
}

.product .title-pic .title .cn {
	font-size: 18px;
	line-height: 38px
}

.product .title-pic .title .cn span {
	font-size: 24px;
	display: inline
}

.product .title-pic .title .en {
	font-size: 14px;
	font-family: akzidenz-grotesk_bqextended;
	line-height: 20px
}

.product .title-pic .pic {
	width: 100%;
	max-width: 165px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0
}

.product .title-pic .pic img {
	vertical-align: middle;
    max-height:120px;
}

.product .div-01 {
	font-size: 12px;
	margin-top: 20px
}

.product .div-01 .pic {
	margin-bottom: 10px
}

.product .div-01 .p-01 {
	font-size: 14px
}

.product .div-01 .p-02 {
	color: #555
}

.product .div-01 .span-01 {
	color: #e60012;
	font-weight: 700
}

.product .div-01 .div-02 {
	width: 50%;
	float: left;
	padding-right: 15px
}

.product .div-02 .pic2-text2 {
	clear: both;
	overflow: hidden
}

.product .div-02 .pic2 {
	float: left;
	margin-right: 25px
}

.product .div-02 .text2 {
	padding-top: 10px
}

.product .tedian {
	font-size: 12px;
	margin-top: 20px
}

.product .tedian .cn {
	width: 50%;
	float: left
}

.product .tedian .en {
	width: 50%;
	float: left;
	color: #555;
	font-family: Arial
}

.product .p-03 {
	color: #0b84e0;
	font-size: 14px
}

.product .list {
	background: url(../images/icon/line-03.png) repeat-x bottom;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 45px;
	margin-bottom: 30px
}

.product .list li {
	width: 25%;
	float: left;
	position: relative;
	background: #fff;
	padding: 1px
}

.product .list li .box {
	display: block;
	text-align: center;
	z-index: 1;
	position: relative;
	padding: 10px 0 10px 0;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff
}

.product .list li .pic {
	overflow: hidden;
	position: relative;
	display: block
}

.product .list li .pic:after {
	content: "";
	display: block;
	padding-top: 110.71428571%
}

.product .list li img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.product .list li .title {
	font-size: 14px
}

.product .list li .title .title-01 {
	color: #00a0e9;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.product .list li .title .title-02 {
	color: #000;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.product .list li .icon {
	display: block;
	width: 30px;
	height: 6px;
	background: url(../images/icon/arrow-right-01.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto
}

.product .list li:hover .box {
	-webkit-box-shadow: 0 0 0 1px #0b84e0;
	box-shadow: 0 0 0 1px #0b84e0
}

.product .list li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.returnList {
	text-align: right
}

.returnList a {
	line-height: 30px;
	min-width: 106px;
	padding: 0 10px;
	text-align: center;
	background: #d6d6d6;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c1c1c1));
	background: linear-gradient(#d6d6d6, #c1c1c1);
	color: #fff;
	display: inline-block;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.returnList a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 8px;
	background: url(../images/icon/arrow-right-02.png) no-repeat center center;
	margin-left: 7px
}

.returnList a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c1c1c1));
	background: linear-gradient(#d6d6d6, #c1c1c1);
	position: absolute;
	z-index: -1;
	border-radius: 25px;
	left: 0;
	bottom: 0;
	-webkit-box-reflect: below 1px -webkit-linear-gradient(transparent 50%, rgba(215,215,215,0.5));
	box-reflect: below 1px -webkit-linear-gradient(transparent 50%, rgba(215,215,215,0.5))
}

.returnList a:hover {
	background: #0b84e0
}

.zykhBtn {
	text-align: center
}

.zykhBtn a {
	line-height: 30px;
	min-width: 106px;
	padding: 0 10px;
	text-align: center;
	background: #44b5f0;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#44b5f0), to(#018ce3));
	background: linear-gradient(#44b5f0, #018ce3);
	color: #fff;
	display: inline-block;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.zykhBtn a:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/icon/down-01.png) no-repeat center center;
	margin-left: 7px
}

.zykhBtn a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#018ce3), to(#44b5f0));
	background: linear-gradient(#018ce3, #44b5f0);
	position: absolute;
	z-index: -1;
	border-radius: 25px;
	left: 0;
	bottom: 0;
	-webkit-box-reflect: below 1px -webkit-linear-gradient(transparent 50%, rgba(1,140,227,0.2));
	box-reflect: below 1px -webkit-linear-gradient(transparent 50%, rgba(1,140,227,0.2))
}

.zykhBtn a:hover {
	background: #018ce3;
	background: -webkit-gradient(linear, left top, left bottom, from(#018ce3), to(#44b5f0));
	background: linear-gradient(#018ce3, #44b5f0)
}

.product-show .pics {
	width: 43%;
	float: left;
	padding-right: 20px
}

.product-show .switch {
	width: 100%;
	overflow: hidden;
	float: left
}

.product-show .big {
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative
}

.product-show .big .pic {
	margin: auto;
	display: block;
	position: relative
}

.product-show .big .pic:after {
	content: "";
	display: block;
	padding-top: 106.89655172%
}

.product-show .small {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px
}

.product-show .small .slick-list {
	padding-right: 2px
}

.product-show .small .pic {
	margin: auto;
	position: relative;
	cursor: pointer;
	border: 1px #fff solid;
	overflow: hidden
}

.product-show .small .pic:after {
	content: "";
	display: block;
	padding-top: 110.86956522%
}

.product-show .small .pic img {
	max-width: 100%;
	max-height: 100%
}

.product-show .small .pic:hover {
	border: 1px #0b84e0 solid
}

.product-show .small .slick-current .pic {
	border: 1px #0b84e0 solid
}

.product-show .small .slick-prev,.product-show .small .slick-next {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px #c0c0c0 solid;
	z-index: 1
}

.product-show .small .slick-prev:before,.product-show .small .slick-next:before {
	content: ""
}

.product-show .small .slick-prev {
	left: 0;
	background: url(../images/icon/arrow-left-03.png) no-repeat center
}

.product-show .small .slick-prev:hover {
	border-color: #0b84e0;
	background: #0b84e0 url(../images/icon/arrow-left.png) no-repeat center
}

.product-show .small .slick-prev.slick-disabled {
	border-color: #c0c0c0;
	background: url(../images/icon/arrow-left-03.png) no-repeat center;
	cursor: inherit
}

.product-show .small .slick-next {
	right: 0;
	background: url(../images/icon/arrow-right-03.png) no-repeat center
}

.product-show .small .slick-next:hover {
	border-color: #0b84e0;
	background: #0b84e0 url(../images/icon/arrow-right.png) no-repeat center
}

.product-show .small .slick-next.slick-disabled {
	border-color: #c0c0c0;
	background: url(../images/icon/arrow-right-03.png) no-repeat center;
	cursor: inherit
}

.product-show .title-01 {
	color: #000;
	font-size: 16px;
	font-weight: 400
}

.product-show .right {
	float: left;
	width: 57%
}

.product-show .title-02 {
	border-bottom: 1px #00a0e9 solid;
	color: #00a0e9;
	line-height: 27px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 110px
}

.product-show .title-02 .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #00a0e9;
	color: #fff;
	line-height: 27px;
	min-width: 100px;
	padding: 0 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 14px;
	display: inline-block;
	text-align: center
}

.product-show .title-02 .btn:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon/download-02.png) no-repeat center center;
	margin-left: 9px;
	vertical-align: middle
}

.product-show .download2 {
	padding-bottom: 5px;
	border-bottom: 1px #00a0e9 solid;
	display: none
}

.product-show .download2 li {
	clear: both;
	color: #000
}

.product-show .download2 li:nth-child(2n) {
	background: #efefef
}

.product-show .download2 .box {
	position: relative;
	overflow: hidden;
	display: block
}

.product-show .download2 .title {
	display: block;
	color: #000;
	-webkit-transition: padding-left .5s;
	transition: padding-left .5s;
	padding-left: 10px;
	padding-right: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	height: 30px
}

.product-show .download2 .btn {
	font-size: 12px;
	display: inline-block;
	background: #ababab;
	color: #fff;
	line-height: 18px;
	min-width: 85px;
	border-radius: 18px;
	text-align: center;
	float: right;
	font-family: arial;
	position: absolute;
	top: 6px;
	right: 3px
}

.product-show .download2 .btn:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/icon/download.png) no-repeat center;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -3px
}

.product-show .download2 li:hover .title {
	padding-left: 15px
}

.product-show .nr {
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
	background: url(../images/icon/line-03.png) repeat-x bottom;
	padding-bottom: 30px
}

.product-show .table-01 {
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid
}

.product-show .table-01 tr {
	border-bottom: 1px #000 solid
}

.product-show .table-01 td {
	line-height: 20px;
	padding: 10px 20px
}

.product-show .table-01 .bt {
	text-align: right;
	background: #dcdddd;
	font-size: 15px;
	color: #000
}

.fwwd .title {
	color: #3f3f3f;
	font-size: 20px;
	padding-left: 0;
	position: relative
}

.fwwd .title:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/icon/address.png) no-repeat center;
	position: absolute;
	top: 5px;
	left: -26px
}

.fwwd .top {
	background: url(../images/car.jpg) no-repeat right top;
	min-height: 170px;
	padding-left: 24px;
	padding-right: 390px;
	color: #3f3f3f;
	font-size: 16px;
	margin-top: 20px;
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 50px
}

.fwwd .p-01 {
	color: #3f3f3f;
	font-size: 16px
}

.fwwd .p-01 .span-01 {
	font-size: 30px;
	font-family: arial
}

.fwwd .p-02 {
	color: #c4151b
}

.fwwd .p-03 {
	font-size: 30px;
	color: #c4151b;
	font-weight: 700
}

.fwwd .nr {
	padding-top: 40px;
    min-height:550px;
}

.fwwd .table-02 td {
	border: 1px #e2e2e2 solid;
	padding: 5px 10px;
	line-height: 1.5
}

.download {
	overflow: hidden
}

.download .list {
	padding-top: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1)
}

.download li {
	clear: both;
	color: #000;
	border-bottom: 1px #e2e2e2 dashed
}

.download li:last-child {
	border: none
}

.download .box {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 1px
}

.download .title {
	display: block;
	color: #000;
	-webkit-transition: padding-left .5s;
	transition: padding-left .5s;
	padding-left: 32px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
	height: 38px;
	position: relative
}

.download .title:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #d6d6d6;
	position: absolute;
	left: 12px;
	top: 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.download .btn {
	font-size: 12px;
	display: inline-block;
	background-color: #d6d6d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#c1c1c1));
	background: linear-gradient(#d6d6d6, #c1c1c1);
	color: #fff;
	line-height: 20px;
	min-width: 85px;
	border-radius: 20px;
	text-align: center;
	float: right;
	font-family: arial;
	position: absolute;
	top: 9px;
	right: 3px
}

.download .btn:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/icon/download.png) no-repeat center;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -3px
}

.download li:hover .box {
	background: #e7f4ff
}

.download li:hover .title {
	color: #017ddd;
	padding-left: 42px
}

.download li:hover .title:before {
	border-color: transparent transparent transparent #017ddd;
	left: 22px
}

.download li:hover .btn {
	background-color: #44b5f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#44b5f0), to(#028ce3));
	background: linear-gradient(#44b5f0, #028ce3)
}

.about {
	padding-top: 20px;
	color: #000;
	font-size: 15px;
	line-height: 26px
}

.about .p-01 {
	color: #0082e6;
	font-size: 30px;
	line-height: 2;
	margin-bottom: 10px
}

.about .pics {
	border-top: 1px #9ad8f4 solid;
	margin-top: 40px;
	padding-top: 55px
}

.about .pics li {
	width: 50%;
	float: left;
	padding: 0 15px 30px 15px
}

.about .pics li .box {
	text-align: center;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
	max-width: 385px;
	margin: auto
}

.about .pics li .pic {
	overflow: hidden;
	position: relative
}

.about .pics li .pic:after {
	content: "";
	display: block;
	padding-top: 62.33766234%
}

.about .pics li .pic img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.about .pics li .title {
	border: 1px #fff solid;
	height: 48px;
	line-height: 46px;
	background-color: #f1f1f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f2));
	background: linear-gradient(#fff, #f1f1f2);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	padding: 0 5px;
	font-size: 15px;
	-webkit-transition: background .5s;
	transition: background .5s
}

.about .pics li .box:hover {
	border-color: #0b84e0
}

.about .pics li .box:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.about .pics li .box:hover .title {
	background-color: #44b5f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#44b5f0), to(#028ce3));
	background: linear-gradient(#44b5f0, #028ce3);
	color: #fff
}

.honor .list {
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px
}

.honor .list li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	color: #333;
	cursor: pointer;
	padding: 0 15px
}

.honor .list li .box {
	margin: auto
}

.honor .list li .pic {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px #e2e2e2 solid;
	-webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.05);
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.05)
}

.honor .list li .pic span {
	overflow: hidden;
	margin: 4px;
	position: relative;
	display: block
}

.honor .list li .pic span:after {
	content: "";
	display: block;
	padding-top: 131.42857143%
}

.honor .list li img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.honor .list li .bt {
	line-height: 45px;
	height: 45px;
	display: block;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.honor .list li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.honor .list li:hover .bt {
	color: #0b84e0
}

.news {
	overflow: hidden;
    min-height:550px;
}

.news .list {
	padding-top: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1)
}

.news li {
	clear: both;
	border-bottom: 1px #e2e2e2 dashed
}

.news li:last-child {
	border: none
}

.news li .box {
	line-height: 29px;
	color: #333;
	display: block;
	overflow: hidden;
	padding-left: 180px;
	padding-right: 90px;
	position: relative;
	line-height: 38px
}

.news li .date {
	font-size: 12px;
	font-family: arial;
	float: left;
	width: 120px;
	color: #979797;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px
}

.news li .title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news li .more {
	position: absolute;
	right: 20px;
	top: 0;
	color: #767676;
	font-size: 12px;
	float: right;
	padding-right: 13px
}

.news li .more:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #d6d6d6;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.news li .box:hover {
	background: #e7f4ff
}

.news li .box:hover .date {
	color: #0191e8
}

.news li .box:hover .title {
	color: #0191e8
}

.news li .box:hover .more {
	color: #017ddd
}

.news li .box:hover .more:after {
	border-color: transparent transparent transparent #017ddd
}

.news-show {
	padding-top: 15px;
	line-height: 2;
	color: #333
}

.news-show .title {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	padding: 10px 0;
	color: #0191e8
}

.news-show .info {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding: 5px 0;
	border-bottom: 1px #ededed solid;
	color: #888
}

.news-show .info .source,.news-show .info .time,.news-show .info .view {
	display: inline-block;
	margin: 0 8px
}

.news-show .info .source em,.news-show .info .time em,.news-show .info .view em {
	color: #0191e8;
	font-style: inherit
}

.news-show .nr {
	margin: 30px 0 40px 0
}

.network {
	color: #000;
	font-size: 15px;
	margin-top: 30px;
    min-height:550px;
	padding-bottom: 30px
}

.network .b-01 {
	color: #0091ea
}

.network .table-04 {
	margin-top: 30px
}

.network .table-04 table {
	border: 1px #b1b1b1 solid;
	border-collapse: initial
}

.network .table-04 tr:nth-child(2n+1) {
	background: #f9f9f9
}

.network .table-04 td {
	border-right: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 dashed;
	padding: 30px 20px;
	line-height: 30px
}

.network .table-04 td:last-child {
	border-right: none
}

.network .table-04 tr:last-child td {
	border-bottom: none
}

.case-01 {
	padding-top: 15px
}

.case-01 .table-03 {
	color: #3f3f3f
}

.case-01 .table-03 .bt {
	background: #f5f5f5;
	color: #00a0e9;
	font-weight: 700
}

.case-01 .table-03 td {
	border: 1px #e2e2e2 solid;
	padding: 0 18px;
	line-height: 30px
}

.case-01 .zykhBtn {
	margin-top: 40px
}

.case-02 {
	margin-top: 20px
}

.case-02 .list {
	margin-left: -9px;
	margin-right: -9px
}

.case-02 li {
	width: 20%;
	float: left;
	padding: 0 9px 18px 9px
}

.case-02 li .box {
	border: 1px #e2e2e2 solid;
	text-align: center;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s
}

.case-02 li .pic {
	position: relative
}

.case-02 li .pic:after {
	content: "";
	display: block;
	padding-top: 65.51724138%
}

.case-02 li .title {
	border-top: 1px #e2e2e2 solid;
	height: 34px;
	line-height: 33px;
	background-color: #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7e7e7));
	background: linear-gradient(#fff, #e7e7e7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3f3f3f;
	padding: 0 5px
}

.case-02 li .box:hover {
	border-color: #0b84e0
}

.case-02 li .box:hover .title {
	background-color: #44b5f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#44b5f0), to(#028ce3));
	background: linear-gradient(#44b5f0, #028ce3);
	color: #fff
}

.contact {
	margin-top: 20px
}

.contact .title {
	margin-bottom: 30px
}

.contact .title .cn {
	color: #000;
	font-size: 24px
}

.contact .title .en {
	color: #666;
	font-size: 15px;
	font-family: arial;
	margin-top: 5px
}

.contact .lxxx {
	line-height: 30px;
	padding-bottom: 45px;
	background: url(../images/icon/line-03.png) repeat-x bottom
}

.contact .lxxx .item {
	width: 50%;
	float: left
}

.contact .lxxx .item:last-child {
	padding-left: 20px
}

.contact .lxxx .p-01 {
	position: relative;
	padding-left: 25px
}

.contact .lxxx .p-01 .icon {
	position: absolute;
	top: 5px;
	left: 0
}

.contact .lxxx .p-02 {
	position: relative;
	padding-left: 25px
}

.contact .lxxx .p-02:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 5px
}

.contact img {
	vertical-align: middle
}

.contact .ditu {
	border: 1px #e5e5e5 solid;
	padding: 4px;
	width: 355px;
	margin-top: 20px;
	position: relative
}

.contact .ditu:after {
	content: "";
	display: block;
	border-left: 1px #e8e8e8 dotted;
	position: absolute;
	right: -40px;
	top: 0;
	height: 100%
}

.contact .ditu:hover {
	border-color: #0b84e0
}

.contact .item-02 .ditu:after {
	display: none
}

.contact .global {
	padding-top: 35px;
	padding-bottom: 70px
}

.contact .global .title {
	font-size: 24px;
	margin-bottom: 30px
}

.message {
	padding-bottom: 30px
}

.message .tips {
	padding: 10px 0;
	border-top: 1px #e3e3e3 dotted;
	border-bottom: 1px #e3e3e3 dotted;
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
	padding-left: 20px;
	position: relative
}

.message .tips:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon/tip.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 13px
}

.message .red {
	color: #da2f38
}

.message li {
	position: relative;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	clear: both;
	padding: 0 6px
}

.message .p-01 {
	color: #0b84e0;
	line-height: 30px
}

.message .li-02 {
	width: 50%;
	float: left;
	clear: none
}

.message .name {
	width: 40%;
	float: left
}

.message .tel {
	width: 57%;
	float: right
}

.message .bt {
	width: 65px;
	font-size: 14px;
	color: #555;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	text-align: justify;
	text-align-last: justify;
	line-height: 38px
}

.message input,.message textarea {
	width: 100%;
	background: #f3f3f3;
	border: 1px #fff solid;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	padding: 0 10px
}

.message input:focus,.message textarea:focus {
	border-color: #0b84e0;
	-webkit-box-shadow: 0 0 0 1px #0b84e0;
	box-shadow: 0 0 0 1px #0b84e0
}

.message select {
	width: 100%;
	background: #f3f3f3;
	border: 1px #fff solid;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	padding: 0 10px
}

.message textarea {
	height: 108px;
	line-height: 24px
}

.message .yzhm input {
	width: 45%;
	float: left
}

.message .yzhm .code {
	float: left;
	margin-right: 10px
}

.message .yzhm .a-01 {
	line-height: 38px;
	float: right;
	color: #9b9b9b
}

.message .yzhm .a-01:hover {
	color: #0b84e0;
	text-decoration: underline
}

.message .btns {
	clear: both;
	padding-top: 35px;
	margin-bottom: 0;
	text-align: center
}

.message .btns a {
	display: inline-block;
	background: #0b84e0;
	color: #fff;
	min-width: 115px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	margin: 0 4px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.message .btns a:hover {
	background: #0b84e0
}

.message .btns .reset {
	background: #adadad
}

.job {
	color: #333;
	margin-top: 20px;
	padding-bottom: 30px
}

.job dl {
	position: relative
}

.job .span-01 {
	display: block;
	width: 33%;
	float: left;
	padding-left: 25px
}

.job .span-02 {
	display: block;
	width: 12%;
	float: left;
	text-align: center
}

.job .span-03 {
	display: block;
	width: 20%;
	float: left;
	text-align: center
}

.job .span-04 {
	display: block;
	width: 20%;
	float: left;
	text-align: center
}

.job .span-05 {
	display: block;
	width: 15%;
	float: left;
	text-align: center;
	position: relative
}

.job .bt {
	background: #eaf4fe;
	font-weight: bold;
	font-size: 14px;
	line-height: 70px;
	border-top: 2px #0191e8 solid;
	overflow: hidden;
	clear: both
}

.job dl {
	margin-bottom: 3px
}

.job dt {
	border-bottom: 1px #dcdcdc solid;
	overflow: hidden;
	padding: 19px 0;
	line-height: 32px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.job dt:hover .span-01 {
	color: #00a0e9;
	font-weight: 700
}

.job dt:hover .icon {
	border-color: #00a0e9;
	background: url(../images/icon/arrow-down-03.png) no-repeat center center;
	-webkit-transition: all .5s;
	transition: all .5s
}

.job .icon {
	display: block;
	margin: auto;
	width: 32px;
	height: 32px;
	border: 2px #c9c9c9 solid;
	border-radius: 50%;
	background: url(../images/icon/arrow-down-02.png) no-repeat center center
}

.job dd {
	background: #f3f8fe;
	height: 0;
	overflow: hidden
}

.job dd .nr {
	padding: 20px 25px 30px 25px;
	color: #333;
	font-size: 14px;
	line-height: 38px
}

.job .div-01 {
	border-bottom: 1px #a8d9f7 dashed;
	padding-bottom: 30px
}

.job .cur dt .span-01 {
	color: #00a0e9;
	font-weight: 700
}

.job .cur dt .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.job .cur dd {
	height: auto
}

.job .p-01 {
	color: #00a0e9;
	font-weight: 700
}

.job .red {
	color: #f00
}