@charset "utf-8";

/* header */
.header { 
    left: 0; 
    top: 0; 
	z-index: 200; 
	width: 100%; 
	padding: 0 70px; 
	background-color: #fff;
}
.header .logo { 
    top: 20px; 
}
.header .logo img { 
    display: inline-block; 
	vertical-align: middle; 
	width: auto; 
}

.header .nav li{
    position: relative;
	float: left;
	padding: 0 30px;
}

.header .nav .mainbav-title {
	position: relative;
	display: block;
    font-size: 17px;
	line-height: 100px;
	color: #141414;
}
.header .nav .mainbav-title:after {
	position: absolute;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #004299;
	content: '';
}
.header .nav .subnav {
    position: absolute;
	display: none;
	left: -95px;
	top: 100%;
	overflow: hidden;
	z-index: 500;
	width: 660px;
	padding: 35px 60px 45px 20px;
	border-top: 1px solid #ccdfd9;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);	
}
.header .nav .mainbav.on .mainbav-title, .mainbav:hover .mainbav-title {
    color: #004299;	
}
.mainbav:last-child .subnav, .mainbav:nth-last-child(2) .subnav, .mainbav:nth-last-child(3) .subnav {
    left: auto;
	right: 0;
}
.header .nav img {
	position: relative;
    display: block;
	float: right;
	width: 254px;
	height: 158px;
}
.header .nav .subnav-list {
	position: relative;
    overflow: hidden;
	margin-top: 20px;
}
.header .nav .subnav-list:after {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
	content: '';
}
.header .nav .subnav-title {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 50%;
	padding-left: 45px;
    font-size: 15px;
	line-height: 40px;
	color: #2c2c2c;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header .nav .subnav-title:hover {
    color: #004299;
}
.header .nav .subnav-title:after {
	position: absolute;
    left: 25px;
    top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
    background-color: #d6d6d6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 content: '';
}
.header .nav .subnav-title:nth-child(even):before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d6d6d6;
	content: '';
}
.header .nav .subnav-title:nth-child(2):before {
    top: 10px;
}

.header .lang {
    line-height: 100px;
}
.header .lang a {
    position: relative;
	display: inline-block;
	margin-left: 17px;
	font-size: 16px;
	color: #666666;
}
.header .lang a ~ a:before {
    position: absolute;
	left: -13px;
	font-size: 16px;
	color: #666666;
    content: "/";	
}
.header .lang .on {
    color: #004299;
}
/* header */

/* banner */
.slick-ban{
    height: 100%;
}
.slick-ban .ban-bg {
    background: no-repeat center center/cover;
}
.slick-ban .video_cover {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
    width: 100%;
	height: 100%;
	background: url(../images/video_cover.png) center;	
}
.slick-ban .ban-txt {
    position: absolute; 
	left: 30%; 
	top: 1%; 
	left11: 50%; 
	top11: 35%; 
	z-index: 5; 
    width: 410px; 
	height: 150px; 	
	margin-top: 0px; 
	margin-left: -380px; 
	background: url(../images/banner_word.png) no-repeat;
}
.slick-ban .ban-video {
    left: 0;
    top: 0;	
	min-width: 100%;
	min-height: 110%;
	pointer-events: none;
}
.slick-ban .ban-video video {
    display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}
.slick-ban .ban-video.on {
    opacity: 1;
	pointer-events: auto;
}
/* banner */

/* strength */
.strength {
    padding: 40px 0;
}
.strength ul {
    display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.strength li {
    max-width: 210px;
	font-size: 14px;
}
.strength li span {
    position: relative;
	display: block;
	margin-bottom: 20px;
	font-family: arial;
    font-size: 50px;
	line-height: 1.2;
	color: #191919;
	transition: all .3s;
}
.strength li span::after {  
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 1px;

	background: #004299;	
	transition: all .3s;
	content: "";
}
.strength li:hover span::after {
    width: 40px;
}
.strength li:hover span {
    color: #004299;
}
/* strength */

/* jcznindex-product */
.jcznindex-product {
    padding: 60px 0;
    background: #f2f2f2;	
}
.jcznindex-product h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jcznindex-product h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jcznindex-product .one {
    position: relative;
	overflow: hidden;
	width: 1340px;
    height: 354px;
	padding-top: 50px;
}
.jcznindex-product .one ul {
    position: absolute;
	left: 0;
	width: 100000px;
    height: 354px;	
}
.jcznindex-product .one ul li {
    position: relative; 
    display: block;
	float: left;	
	height: 354px;
	margin: 5px;
	border-radius: 5px;		
}
.jcznindex-product .one ul li a {
    display: inline-block;
	height: 354px;
} 
.jcznindex-product .one ul li img {
    display:block;
    border-radius:5px;	
}
.jcznindex-product .one ul li a span {
    position: absolute;
	display: block;
	bottom: 0;
    height: 0;
	font-size: 0px;
	color: #fff;
	background: rgba(0,0,0,0.4);	
}
.jcznindex-product .one ul li a:hover span {
    height: 150px;
	font-size: 20px;
	line-height: 150px;	
	text-align: center;
	transition: all 0.7s;
}
/* jcznindex-product */

/* jcznindex-about */
.jcznindex-about h3 {
    font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.jcznindex-about h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.jcznindex-about {
    overflow: hidden;
    padding: 70px 0 0 0;	
	background: #fff url(../images/aboutus_bg.jpg) no-repeat center 0;
}
.jcznindex-about .about {
    overflow: hidden;
    margin: 50px auto;	
}
.jcznindex-about .picture {
    display: block;
    float: left;
	overflow: hidden;
	width: 620px;
	height: 375px;	
}
.jcznindex-about .picture img {
    display: block;
	width: 705px;
	height: 375px;
	transition: all 1s;
}
.jcznindex-about .picture a:hover img {
    transform: scale(1.1);
}
.jcznindex-about .content {
    float: right;
	overflow: hidden;
	width: 705px;
	height: 375px;
	padding-left: 24px;		
}
.jcznindex-about .content h2 {
    padding-bottom: 20px;
	font-size: 20px;
	background: url(../images/about_tit_line.png) no-repeat 0 bottom;
}
.jcznindex-about .content h2 a {
    color: #fff;
}
.jcznindex-about .content h2 a:hover {
    font-weight:b old; 
	color: #fff;
}
.jcznindex-about .content .text {
    overflow: hidden;
	height: 220px;
    padding-top: 38px;
	font-size: 14px;	
	line-height: 25px;
	color: #fff;	
}
.jcznindex-about .content .telephone {
    overflow: hidden;
    padding-top: 20px;	
}
.jcznindex-about .content .telephone a {
    display: block;
	float: left;
	width: 100px;
	height: 40px;
	margin-top: 5px;	
	line-height: 40px;
	color: #fff;
	text-align: center;	
	background: #fe4501;
	border-radius: 5px;
}
.jcznindex-about .content .telephone a:hover {
    opacity: 0.8;
}
.jcznindex-about .content .telephone dl {
    padding-left: 32px;
	color: #fff;
	overflow: hidden;
}
.jcznindex-about .content .telephone dt {
    font-size: 16px;
}
.jcznindex-about .content .telephone dd {
    font-size: 28px;
	font-weight: bold;
}
.jcznindex-about .list {
    overflow: hidden;
	padding-top: 40px;	
}
.jcznindex-about .list .box {
    float: left;	
	width: 428px;
	height: 150px;
	margin-right: 24px;
}
.jcznindex-about .list .box:nth-child(3n) {
    margin-right: 0;
}
.jcznindex-about .list .box a {
    display: block;
	overflow: hidden;
	padding: 20px 16px;
	background: #f5f5f5;	
	transition: all 1s;
}
.jcznindex-about .list .box h3 {
    overflow: hidden; 
	height: 30px;
	font-size: 20px;
	line-height: 30px;	
	color: #333;	
	text-align: left;
}
.jcznindex-about .list .box p {
    overflow: hidden;
	height: 20px;
	font-size: 14px;
	line-height: 20px;	
	color: #666;	
}
.jcznindex-about .list .box i {
    display: block;	
	width: 100%;
	height: 1px;
	margin: 18px 0;
	background: #ddd;
}
.jcznindex-about .list .box span {
    display: block;
	height: 22px;
	line-height: 22px;
	color: #999;
	background: url(../images/read03.png) no-repeat right center;
}
.jcznindex-about .list .box a:hover {
    background: #6942b9;
}
.jcznindex-about .list .box a:hover * {
    color: #fff;
}
.jcznindex-about .list .box a:hover span {
    background-image: url(../images/read03_cur.png);
}
/* jcznindex-about */

/* jcznindex-news */
.jcznindex-news {
    overflow: hidden;
	padding: 60px 0 80px 0;
}
.jcznindex-news h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jcznindex-news h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jcznindex-news .news ul {
    overflow: hidden; 
    margin-top: 40px;
}
.jcznindex-news .news ul li {
     float: left;
	 overflow: hidden;
	 width: 420px;
	 margin-right: 30px;
}
.jcznindex-news .news ul li:nth-child(3n) {
    margin-right: 0;
}
.jcznindex-news .news ul li a {
    position: relative;
	display: block;
	overflow: hidden;	
	z-index: 2;
	color: #888;
}
.jcznindex-news .news ul li b {
    display: block;
	overflow: hidden;
	padding: 20px 0 8px 0;
	font-size: 18px;
	font-weight: bold;	
	color: #333;	
}
.jcznindex-news .news ul li p {
    height: 70px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;	
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.jcznindex-news .picture {
    position: relative;
	overflow: hidden;
    width: 513px;
    height: 330px;   
}
.jcznindex-news .picture img {  
    display: block;
	overflow: hidden;
    width: 513px;
    height: 330px;	
	transition: ease .5s; 
}
.jcznindex-news .picture:hover img {
    transform: scale(1.04);
}
.jcznindex-news .news ul li .date {
    display: block;
	font-size: 12px;
}
.jcznindex-news .news ul li .date i {
    font-style: normal;
	margin-left: 20px;
	opacity: .6;
}
.jcznindex-news .news ul .txt a {
    padding:25px 0;
}
.jcznindex-news .news ul .txt .picture {
    position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}
.jcznindex-news .news ul .txt a:hover .picture {
    opacity: .2;
}
.jcznindex-news .news ul .txt a:hover {
    padding: 25px;
	color: #fff;
	background-color: #004299;	
}
/* jcznindex-news */

/* footer */
.footer {
	padding-top: 100px;
	background-image: url(../images/fb-bg.jpg);
}
.footer .top-footer {
    overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.footer .foot-left {
    width: 350px;
	height: 280px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.footer .foot_left img {
    display: block;
	overflow: hidden;	
	width: auto;
	height: 100%;	
}
.footer .foot-contact {
    width: 260px;
	margin-top: 30px;
}
.footer .foot-contact p {
    position: relative;
	padding-left: 30px;	
	font-size: 14px;
	line-height: 30px;
	color: #fff;	
}
.footer .foot-contact p i {   
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: no-repeat center center/contain;	
}
.footer .foot-feedback {
    display: block;
	width: 165px;
	height: 45px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 45px;
	color: #999999;
	background-color: #fff;
	text-align: center;
	font-weight: bold;    
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer .foot-feedback:hover {
    color: #2a353b;
}
.footer .foot-feedback i {
    position: relative;
	display: inline-block;
	top: -2px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url("../images/new-feedback.png") no-repeat center center / contain;
	vertical-align: middle;	
}
.footer .foot-right {
    overflow: hidden;
	padding-bottom: 80px;
}
.footer .foot-erweima {
    float: right;
	font-size: 14px;
	color: #fff;
	text-align: center;	
}
.footer .foot-erweima img {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 128px;	
	margin: 0 auto 10px;
	border: 7px solid #fff;		
}
.footer .foot-nav {
    overflow: hidden;
}
.footer .foot-nav dl {
    float: left;
	margin-left: 90px;
	color: #fff;
}
.footer .foot-nav dt {
    font-size: 16px;
	padding-bottom: 20px;
}
.footer .foot-nav dd a {
    display: block;
	font-size: 14px;
	line-height: 28px;	
	color: #fff;
}
.footer .foot-nav dd a:hover {
    opacity: .6;
}
.footer .foot-search {
    position: absolute;
	right: 0;
	bottom: -10px;	
	padding-bottom: 20px;
}
.footer .foot-inp {
    width: 320px;
	height: 52px;
	padding-left: 17px;
	padding-right: 70px;
	line-height: 52px;
	background-color: #fff;	
}
.footer .foot-sub {
    position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 52px;
	font-size: 0;
	background: #242c31 url(../images/so.png) no-repeat center center/22px auto;
	border: none;
}
.footer .bottom-footer {
    overflow: hidden;
	line-height: 80px;	
	color: #fff;
}
.footer .copyright {
    float: left;
}
.footer .bottom-footer .footer-share.bdsharebuttonbox {
    float: right;
	text-align: right;
}
.footer .bottom-footer .footer-share.bdsharebuttonbox a {
    display: inline-block;
	float: none;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 2px;
	background: no-repeat center center/contain;	
	vertical-align: middle;	
}
.footer-share a:hover {
    opacity: .6;
}
/* footer */

/* sub-banner */
.sub-banner{
    position: relative;
}
.sub-banner img{
vertical-align:middle;
}
.sub-banner .text{
    position: absolute;
	top: 38%;
	z-index: 2;
	width: 100%;
}
.sub-banner .text h2{
    font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sub-banner .text h3{
	display: block;
	margin-top: 22px;
    font-size: 20px;
	line-height: 32px;
	color: #333;
}
.sub-banner .textw{
    position: absolute;
	top: 38%;
	z-index: 2;
	width: 100%;
}
.sub-banner .textw h2{
    font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.sub-banner .textw h3{
	display: block;
	margin-top: 22px;
    font-size: 20px;
	line-height: 32px;
	color: #fff;
}
/* sub-banner */

/* menu */
.menu {
    position: relative; 
	border: 1px solid #dde0e4; 
	border-top: none;
}
.menu .location { 
    position: absolute; 
	top: 0;
	right: 0;  
	z-index: 9;
	padding-left:18px; 
	line-height: 48px; 
	color: #a8abb1; 
	background: url(../images/icon-location.png) left center no-repeat; 
}
.menu .location span,.location a,.location i {
    font-size: 14px;
	color: #a8abb1;
}
.menu .location em {
    font-size: 14px;
	font-style: normal;
	color: #365685;
}
.menu .location a:hover { 
    color: #0074ca;
}
.menu .menu-list { 
    position: relative; 
}
.menu .menu-list a {
	position:relative;
    display:block;
	float:left;
	height:55px;
	padding: 0 30px;
	line-height:55px;
	background: url(../images/menu-bg.jpg) no-repeat right center;
}
.menu .menulist a:last-child { 
    background: none; 
}
.menu .menu-list a span {
    position: absolute;
	left: -1px;   
	bottom: 0; 
	z-index: 2;
    display: block;
	width: 100%;   
	height: 0; 
	background: #365685;
}
.menu .menu-list a strong {
	position: relative;
	z-index: 4;
    display: block;
	color: #4a4a4b;
	font-size: 18px;
	font-weight: normal;
} 
.menu .menu-list a:hover { 
    color: #4f9431;  
}
.menu .menu-list a:hover span { 
    height: 55px;
}
.menu .menu-list a:hover strong { 
    color: #fff;
}
.menu .menu-list .on { 
    color: #4f9431; 
}
.menu .menu-list .on span {  
    height: 55px;
}
.menu .menu-list .on strong {  
    color:#fff;
}
/* menu */

/* swiper */
.swiper-paginationa {
    position: relative !important;
	display: inline-block !important;	
	width: 100%;
	padding-top:5 0px !important;
	text-align: center;
	vertical-align: middle !important;	
}
.swiper-paginationa .swiper-pagination-bullet {
    display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 5px !important;	
	vertical-align: middle !important;
	border-radius: 50% !important;
	background: #b5b5b5 !important;	
	opacity: 1 !important;
}
.swiper-paginationa .swiper-pagination-bullet-active {    
	background: #004299 !important;
	border-radius: 50% !important;
	opacity: 1 !important;
}
.tnav {
    top: 130px;
}
.tnav .fl {
    width: 40%;
	font-size: 30px;
	color: #004299;	
}
.tnav .fr .ba-le-btn {
    display: inline-block;	
	width: 36px;
	height: 36px;
	margin-right: 15px;
	vertical-align: middle;
	box-sizing: border-box;
	background: url(../images/ryzl_05.png) no-repeat center;
	cursor: pointer;
	outline: unset;
	transition: all .5s;	
}
.tnav .fr .ba-rl-btn {
    display: inline-block;	
	width: 36px;
	height: 36px;	
	vertical-align: middle;
	background: url(../images/ryzl_07.png) no-repeat center;
	box-sizing: border-box;
	cursor: pointer;
	outline: unset;
	transition: all .5s;
}
.jczn-service .ppgs-a {
    padding: 50px;
	margin-top: 60px;
	background: #fff;
}
.ppgs-a .fr {
    padding-top: 50px;
	width: 55%;
	padding-right: 50px;	
}
.ppgs-a .fr span {
    font-size: 30px;
	color: #004299;
}
.ppgs-a .fr p {
    font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
}
.ppgs-b {
    padding-top: 30px;
}
.ppgs-b ul li{
    float: left;	
	width: calc((100% - 50px) / 3);
	height: 200px;
	padding-top: 50px;
	margin-right: 25px;
	text-align: center;
	background: #fff;
	border: 1px solid #d6d6d6;	
}
.ppgs-b ul li:last-of-type {
    padding-top: 70px;
	margin-right: 0;	
}
.ppgs-b ul li .fld {
    display: inline-block;
	vertical-align: middle;
}
.ppgs-b ul li .frd {
    display: inline-block;
	max-width: 260px;
	margin-left: 35px;
	text-align: left;
	vertical-align: middle;
}
.ppgs-b ul li .frd span {
    font-size: 24px;
	color: #333;
}
.ppgs-b ul li .frd p {
    margin-top: 5px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;	
}
.bg-white {   
	padding: 70px 0;
	background: #fff;
}
.ppgs-c {
    padding-top: 50px;
}
.ppgs-c-a ul li {
    overflow: hidden;
	height:450px;
}
.ppgs-c-a ul li .fl {
    width: 50%;
	height: 100%;
	padding-left: 110px;
	padding-top: 140px;
	background: #f4f4f4;	
}
.ppgs-c-a ul li .fl h2 {
    display: inline-block;
	font-size: 72px;
	color: #ec5c03;	
}
.ppgs-c-a ul li .fl h2 span {
    display: inline-block;
	margin-top: 15px;
	font-size: 20px;
	color: #ec5c03;	
	vertical-align: text-top;	
}
.ppgs-c-a ul li .fl h3 {
    margin-top: 10px;
    font-size: 16px;
	line-height: 30px;
	color: #666;
}
.ppgs-c-a ul li .fr {
    width: 50%;
	height: 100%;
}
.ppgs-c-a ul li .fr img {
    height: 100%;
}
.ppgs-c-b {
    padding-top: 50px !important;
}
.ppgs-c-b .t {
    font-size: 0;
	margin-bottom: 10px;
}
.ppgs-c-b .t i {
    display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #dde2ef;
}
.ppgs-c-b .t em {
    display: inline-block;
	width: calc(100% - 20px);
	height: 1px;
	vertical-align: middle;
	background: #dde2ef;	
}
.ppgs-c-b .b {
    font-size: 14px;
	color: #3f3f4d;
}
.ppgs-c-b li.swiper-slide-thumb-active .t i {
    border: 2px solid #004299;
}
.ppgs-c-b li.swiper-slide-thumb-active .t em {
    background: #004299;
}
.ppgs-c-b li.swiper-slide-thumb-active .b {
    color:#004299;
}
.ppgs-fzbtn .fr{
    overflow: hidden;
	float: unset;
	width: 100%;
	text-align: unset;	
}
.ppgs-fzbtn .fr .ba-le-btn {
    float: left !important;
}
.ppgs-fzbtn .fr .ba-rl-btn {
    float: right !important;
}
.ppgs-btn-box {
    position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	transform: translate(0, -50%);
}
/* swiper */

/* jczn-about */
.jczn-about .about h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-about .about h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-about .about {
    padding: 60px 0; 
	background: #f4f4f4;
}
.jczn-about .about .list {
    padding-top: 50px;
}
.jczn-about .about .list ul li .fl {
    overflow: hidden; 
	width: 660px;
	height: 450px;
}
.jczn-about .about .list ul li .fl img {
    display: block;
	overflow: hidden;
	width: 660px;
	height: 450px;
	transition:ease .5s; 
}
.jczn-about .about .list ul li .fl:hover img {
    transform: scale(1.04);
}
.jczn-about .about .list ul li .fr {
    overflow: hidden;
    width: 680px;
    height: 450px;
    padding-left: 60px;
    padding-top: 65px;
}
.jczn-about .about .list ul li .fr img {
    display: block;
	overflow: hidden;
	width: 680px;
	height: 450px;
	transition:ease .5s; 
}
.jczn-about .about .list ul li .fr:hover img {
    transform: scale(1.04);
}
.jczn-about .about .list ul li:last-of-type .fl {
    padding-top: 60px; 
	padding-right: 60px;
}
.jczn-about .about .list ul li:last-of-type .fr {
    padding-top: 0px;
	padding-left: 0px;
}
.jczn-about .about .list ul li span {
    margin-bottom: 30px;
	font-size: 30px;
	color: #004299;	
}
.jczn-about .about .list ul li p {
    padding-top: 30px;
	font-size: 16px;
	line-height:30px; 
	color: #666666;	
}
.jczn-about .about .list ul li .more-linkb {
    width: unset;
	margin-top: 40px;
	border-bottom: 1px solid #004299;
	border-radius: unset;	
}
.jczn-about .about .list ul li .more-linkb p {
    color: #004299;
}
.jczn-about .about .list ul li .more-linkb img {
    height: auto;
}
.jczn-about .organizational {
    padding: 60px 0;
	text-align: center;
}
.jczn-about .organizational h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-about .organizational h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-about .organizational img {
    margin-top: 50px;
}
.jczn-about .customer {
    padding:60px 0;
	background:#f4f4f4;	
}
.jczn-about .customer h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-about .customer h4 {
	padding-top: 5px;
	margin-bottom: 40px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-about .customer .ppgs-btn-box {
    width:100%;
	position:absolute;
	top: 35%;
	left:0;
	transform:translate(0, -50%);
}
.jczn-about .office {
    padding: 60px 0;
    background: #f4f4f4;	
}
.jczn-about .office h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-about .office h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-about .office .list {
    margin-top: 40px;
}
.jczn-about .office .list ul li { 
    display: block; 
	overflow: hidden; 
    float: left; 
	width: 320px;
	margin-right: 20px; 
	margin-bottom: 20px;
}
.jczn-about .office .list li:nth-child(4n) {
    margin-right: 0;
}
.jczn-about .office .list img {
    overflow: hidden;
	width: 320px; 
	height: 237px;	
}
.jczn-about .office .list .picture img {
    display: block;
	overflow: hidden;
	width: 320px; 
	height: 237px;
	transition: ease .5s;
}
.jczn-about .office .list .picture:hover img {
    transform: scale(1.04);
}
.jczn-about .culture h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-about .culture h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-about .culture,.aboutBox4 {  
	padding-top: 70px;
	padding-bottom: 70px;
	background: #fff;
}
.jczn-about .culture .main {
    width: 760px;
	padding-top: 50px;
}
.jczn-about .culture .main .tie {
    margin-bottom: 45px;
	font-size: 30px;
	font-weight: normal;
	color: #222;	
}
.jczn-about .culture .main li {
    padding-bottom: 28px;
	margin-bottom: 28px;
	font-size: 16px;
	border-bottom: 1px dotted #d7d7d7;	
}
.jczn-about .culture .main li span {
    color: #004299; 
	font-weight: bold;
}
.jczn-about .culture .main li:last-child {
    border-bottom: none;
}
.jczn-about .culture .main li h4 {
    margin-bottom: 15px;
    font-size: 20px;
	color: #222;	
}
/* jczn-about */

/* jczn-product */
.jczn-product .list .picture {
    position: relative;
	display: block;
	overflow: hidden;
	padding-top: 70%;	
}
.jczn-product .list .picture img {
    position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.5s;
}
.jczn-product {
    padding-bottom: 60px;
	font-size: .875rem;
}
.jczn-product .list {
    padding-top: 60px;
}
.jczn-product .list ul {
    margin-right: -25px;
}
.jczn-product .list li {
    float: left;
	width: 31.7%;
	margin-right: 20px;
	margin-bottom: 40px;
	border: 1px solid #e4e1e1;	
}
.jczn-product .list li a {
    display: block;
	background: #fff;
}
.jczn-product .list li h4 {
    overflow: hidden;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #191919;
	text-align: center;	
	white-space: nowrap;	
	text-overflow: ellipsis;	
}
.jczn-product .list li a:hover img {
    transform: scale(1.1);
}
.jczn-product .list li a:hover h4 {
    color: #004299;
}
.jczn-product .list li a:hover {
    box-shadow: 2px 2px 10px #ccc;
}
/* jczn-product */

/* product-show */
.product-show .title {
    padding-bottom: 20px;
	margin-top: 70px;
	margin-bottom: 20px;
    text-align: center;	
	background: url(../images/line-bg.gif) repeat-x 0 bottom;	
}
.product-show .title h2 {
    font-size: 26px;
	color: #000;
	margin-bottom: 16px;
}
.product-show .title p {
    font-size: 13px;
	color: #999;	
}
.product-show .title span {
    margin: 0 5px; 
}
.product-show .title a { 
    margin: 0 5px; 
    color: #999;
}
.product-show .title .active { 
    font-weight: bold; 
	color: #000;    
}
.product-show .content {
    margin-bottom: 60px;
	font-size: 14px;
}
.product-show .content p {
    font-size: 15px;
	line-height: 32px; 
    color: #101010;    
}
.product-show .content p strong {
    font-size: 18px; 
	color: #000;
}
.product-show .content p img {
    padding: 15px 0;
}
/* product-show */

/* jczn-news */
.jczn-news .news .list {
    overflow: hidden;
	padding: 40px 0 0 0;	
}
.jczn-news .news .list dd {
    float: left;
    width: 31.8%;
    height: 470px;
    margin: 0 30px 0 0;
}
.jczn-news .news .list dd:nth-child(3n) {
    margin-right: 0;
}
.jczn-news .news .list dd .picture {
    position: relative;
    overflow: hidden;
    /* width: 426px; */
    /* height: 330px; */
}
.jczn-news .news .list dd .picture img {
    display: block;
	width: 513px;
	height: 330px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jczn-news .news .list dd .picture .date {
    position: absolute;
	top: 0;
	right:0;	
	z-index: 2;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #004299;
}
.jczn-news .news .list dd .text {
    /* width: 100%; */
    height: 140px;
    padding: 20px 20px;
    background: #edeef1;
}
.jczn-news .news .list dd .text b {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color:#333;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
}
.jczn-news .news .list dd .text span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	line-height: 26px;
	color: #666;	
}
.jczn-news .news .list dd .text div {
    height: 120px;
}
.jczn-news .news .list dd:hover .picture img {
    transform: scale(1.04,1.04);
	-webkit-transform: scale(1.04,1.04);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jczn-news .news h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-news .news h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-news {
    padding: 60px 0;
}
.jczn-news .memorabilia {
    padding: 60px 0;
	margin-top: 60px;
	background: #ecedef url(../images/news_center_clm2_bg.jpg) no-repeat center center;	
}
.jczn-news .memorabilia h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-news .memorabilia h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-news .memorabilia .news_hy_pic {
    position: relative;
	width: 513px;
	height: 375px;	
	padding-top: 50px;	
}
.jczn-news .memorabilia .news_hy_pic .hd {
    display: none;
}
.jczn-news .memorabilia .news_hy_pic .bd ul li {
    position: relative;
	width: 100%;
	height: 375px;
}
.jczn-news .memorabilia .news_hy_pic .bd ul li .pic {
    display: block;
	width: 513px;
	height: 375px;
}
.jczn-news .memorabilia .news_hy_pic .bd ul li .tt {
    left: 0;
	bottom: 49px;
	width: 100%;
	height: 50px;
	padding: 0 30px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight:bold;
	line-height: 50px;
	color: #fff;
	background: rgba(52,62,76,.6); 	
}
.jczn-news .memorabilia .news_hy_pic .prev ,.news_hy_pic .next {
    position: absolute;
	top: 60%;
	z-index: 2;
	width: 30px;
	height: 90px;
	margin-top: -45px;	
	background: rgba(52,62,76,.9) url(../images/news_banner_btn.png) no-repeat center center;
	cursor: pointer;
}
.jczn-news .memorabilia .news_hy_pic .prev {
    left: 0;
}
.jczn-news .memorabilia .news_hy_pic .next {
    right: 0;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.jczn-news .memorabilia .news_hy_pic .prev:hover,.news_hy_pic .next:hover {
    background-color: #004299;
}
.jczn-news .memorabilia .list {
    width: 697px;
	padding-top: 50px;
}
.jczn-news .memorabilia .list dd {
    margin-bottom: 48px;
}
.jczn-news .memorabilia .list dd .date {
    width: 100px;
	height: 80px;
	color: #004299;
	font-family: "Microsoft Yahei";
	border-right: 1px solid #c6c6c6;
}
.jczn-news .memorabilia .list dd .date .month {
    font-size: 48px;
}
.jczn-news .memorabilia .list dd .date .day {
    font-size: 14px;
}
.jczn-news .memorabilia .list dd .content {
    width: 577px;
	height: 80px;
}
.jczn-news .memorabilia .list dd .content .title {
    display: block;
	height: 24px;
	margin-bottom: 10px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;
	color: #333;	
}
.jczn-news .memorabilia .list .content .text {
    height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;	
}
.jczn-news .technology {
    padding: 60px 0 10px 0;
}
.jczn-news .technology .list {
    margin-top: 40px;
}
.jczn-news .technology .list dd {
    display: block;
	overflow: hidden;
	float: left;
	width: 426px;
	height: 426px;
	margin-right: 30px;	
}
.jczn-news .technology .list dd:nth-child(3n) {
    margin-right: 0;
}
.jczn-news .technology h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-news .technology h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-news .technology .list dd:nth-child(3n) {
    margin-right: 0;
}
.jczn-news .technology .list dd .pic {
    position: relative;
	width: 426px;
	height: 426px;	
}
.jczn-news .technology .list dd .pic img {
    display: block;
	width: 426px;
	height: 505px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jczn-news .technology .list dd .pic .date {
    position: absolute;
	left:0;
	top: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #004299;
}
.jczn-news .technology .list dd .tt {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 0 30px;
	font-family: "Microsoft Yahei";
	font-weight:bold;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: rgba(52,62,76,.6); 	
}
.jczn-news .technology .list dd:hover .pic img {
    transform: scale(1.04,1.04);
	-webkit-transform: scale(1.04,1.04);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jczn-subnews {
    padding: 60px 0;
}
.jczn-subnews .list {
    overflow: hidden;
}
.jczn-subnews .list dd {
    float: left;
	width: 426px;
	height: 470px;
	margin: 0 30px 30px 0;
}
.jczn-subnews .list dd:nth-child(3n) {
    margin-right: 0;
}
.jczn-subnews .list dd .picture {
    position: relative;
	overflow: hidden;
	width: 426px;
	height: 330px;	
}
.jczn-subnews .list dd .picture img {
    display: block;
	width: 426px;
	height: 330px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.jczn-subnews .list dd .picture .date {
    position: absolute;
	top: 0;
	right: 0;	
	z-index: 2;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #004299;
}
.jczn-subnews .list dd .text {
    width: 100%;
	height: 140px;
	padding: 16px 20px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	line-height: 30px;
	background: #edeef1;
}
.jczn-subnews .list dd .text b {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color:#333;
}
.jczn-subnews .list dd .text span {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666;	
}
.jczn-subnews .list dd .text div {
    height: 120px;
}
.jczn-subnews .list dd:hover .picture img {
    transform: scale(1.04,1.04);
	-webkit-transform: scale(1.04,1.04);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* jczn-news */

/* show */
.show {
    padding: 60px 0;
	background-color: #f2f2f2;
}
.show .left {
    width: 1010px;
    min-height: 800px;
    padding: 40px 50px 60px 50px;
    margin: 0;
    background-color :#fff;
}
.show .left h1 {
    margin: 0 0 14px;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
}
.show .left .info {
    padding-top:5px;
	padding-bottom:33px;
	font-size:14px;
	line-height:24px;
	color:#999;
	border-bottom:1px solid #ccc;
}
.show .left .info .tag {
    float: left;
	color: #999;
}
.show .left .info .tag:hover {
    color: #d90000;
}
.show .left .info i {
    float: left;
	padding: 0 17px;
}
.show .left .info .date {
    float: left;
}
.show .left .content {
    padding: 24px 0 0;
	margin-bottom:12px;
    font-size:16px;
	line-height:30px;
}
.show .left .content p {
    margin-bottom:17px;
    font-size:16px;
	line-height:32px;
	text-indent:30px;
}
.show .left .content h3.website {
	padding-top: 12px;
	margin-top: 50px;
	font-weight: normal; 
	 line-height: 32px;
	color: #999;
	border-top: 1px dashed #e0e1dc;	
}
.show .jcznjob { 
    border: 1px solid #f9f4f4;
}
.show .jcznjob tr { 
    border: 1px solid #f9f4f4;
}
.show .jcznjob tr td { 
    border: 1px solid #f9f4f4;
}
.show .jcznjob tr td span {
    display: block;
	overflow: hidden;
	padding:10px;	
}
.show .left .content p, .left .content span {
    white-space: normal !important
}
.show .left .fenxiang {  
    overflow: hidden; 
	padding-top: 2%; 
	margin-top: 2%;
	text-align: center; 
	border-top: 1px solid #e8e8e8; 
}
.show .left .fenxiang .span {
	display: block; 
	font-size: 18px;
    line-height: 34px; 
	color: #333333; 	
}
.show .left .fenxiang .list { 
    text-align: center; 
	margin-top: 3%; 
	margin-bottom: 4%;
}
.show .left .fenxiang .list ul li {
    display: inline-block; 

	overflow: hidden; 
	width: 58px; 
	height: 58px; 
	margin-left: 3%; 
	margin-right: 3%; 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	cursor: pointer;
}
.show .left .fenxiang .list ul li.bgs1 { 
    background-image: url(../images/icon-qq.png);
}
.show .left .fenxiang .list ul li.bgs2 { 
    background-image: url(../images/icon-wechat.png);
}
.show .left .fenxiang .list ul li.bgs3 { 
    background-image: url(../images/icon-sina.png);
}
.show .left .fenxiang .list ul li:hover {
    transition: all 0.3s;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
.show .left .fenxiang .list ul li a { 
    display: block; 
	width: 100%; 
	height: 100%;
}
.show .left .prenext {
	overflow: hidden; 
	padding-top: 4%;
	padding-bottom: 3%; 
    text-align: center; 
	border-top: 1px solid #e8e8e8; 
}
.show .left .prenext a { 
    display: inline-block; 
	overflow: hidden; 
	width: 172px;  
	height: 50px; 
	font-size: 18px; 
	line-height: 50px; 
    color: #333;	
	background: #e8e8e8;
}
.show .left .prenext a:hover { 
    color: #fff; 
	background: #365685; 
	text-decoration: none;
}
.show .left .prenext a label { 
    font-family: "Microsoft YaHei"; 
	font-size: 22px;
}
.show .left .prenext a label.a { 
    padding-right: 12%;
}
.show .left .prenext a label.b {
     padding-left: 12%;
}
.show .left .prenext a.nodata { 
	color: #333333;
    background: #e8e8e8;
}
.show .right {
    width: 400px;
}
.show .qrcode {

	padding: 32px 0 38px;
    margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
	background-color: #fff;	
}
.show .qrcode .title {
    padding: 10px 0 7px;
}
.show .qrcode img {
    vertical-align: middle;
}
.show .right .catalog {
    margin-bottom: 10px;
    background-color: #fff;
}
.show .right .catalog .title {
    height: 52px;
    padding-left: 30px;
    line-height: 52px;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
}
.show .right .catalog ul {
    min-height:68px;
    padding: 25px 12px 10px 12px;
}
.show .right .catalog ul li {
    width: 45.4%;
	padding: 0 10px;
	margin: 0;
	margin-bottom: 18px;
}
.show .right .catalog ul li {
    float: left;
	height: 50px;
}
.show .right .catalog ul a {
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #f2f2f2;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}
.show .right .newest .title {
    height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    color: #000;
}
.show .right .title .tagchange { 
    float: right; 
	padding-left: 29px; 
	font-size: 16px; 
	color: #999; 
	background: url(../images/tag_bg1.png) left center no-repeat;
}
.show .right .title .tagchange:hover {
    color: #f67524;
}
.show .right .newest {
	float: right; 
    overflow: hidden; 
	width: 400px;
	color: #666; 
	background: #fff;
}
.show .right .newest ul li { 
    display: block; 
	overflow: hidden; 
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	margin-left: 30px; 
	margin-right: 30px;
	border-bottom: 1px dashed #ccc; 	
}
.show .right .newest ul li h3 {
    overflow: hidden;
    height: 38px;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    color:  #333;
}
.show .right .newest ul li h3 a {
    color: #333;
}
.show .right .newest ul li h3 a:hover{
    color: #365685;
}
.show .right .newest ul li p { 
	overflow: hidden;
	height: 36px; 
	font-size: 14px; 
	line-height: 36px; 
    color: #666; 
}
.show .right .newest ul li:last-child { 
    margin-bottom: 0;
    border-bottom: 0; 	
}
/* show */

/* jczn-service */
.jczn-service {
    padding: 60px 0;
}
.jczn-service .team h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-service .team h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-service .team {
    padding-bottom: 50px;
}
.jczn-service.ab-set5-ves > i.prve {
    right: -60px;
	transform: rotate(180deg);
}
.jczn-service .team .list {
    width: 100%;
	padding-top: 50px;
}
.jczn-service .team .list .content {
    width: 48%;
	float: left;
}
.jczn-service .team .list .content ul {
    margin-top: 80px;
}
.jczn-service .team .list .text h3 {
    font-size: 36px;
	color: #004299;
}
.jczn-service .team .list .text h3::after {
    display: block;
	width: 50px;
	height: 2px;
	margin: 26px 0;
	background: #004299;	
	content: '';
}
.jczn-service .team .list .text {
    color: #666;
	font-size: 16px;
	line-height: 32px;
}
.jczn-service .team .list .text li {
    display: inline-block;
	margin-right: 40px;
}
.jczn-service .team .list .text li:last-of-type {
    margin-right: 0;
}
.jczn-service .team .list .text li span {
    display: inline-block;
	margin-right: 3px;	
	font-family: serif;
	font-size: 80px;
	line-height: 1;
	color: #004299;	
	vertical-align: middle;
}
.jczn-service .team .list .text li p {
    display: inline-block;	
	font-size: 14px;
	line-height: 1;
	color: #666;	
	vertical-align: middle;
}
.jczn-service .team .list .text li p em {
    display: block;
	margin-bottom: 24px;
}
.jczn-service .team .list .picture {
    overflow: hidden;
	width: 50%;	
}
.jczn-service .team .list .picture img {
    width: 100%;
	height: auto;
	transition: all .5s;
}
.jczn-service .team .list .picture:hover img {
    transform: scale(1.08);
}
.jczn-service .ryzz-c ul li {
    width: 333px;
	background:#fff;
}
.jczn-service .ryzz-c ul li div {   
	padding: 10px 0;
	border: 1px solid #ddd;
}
.jczn-service .ryzz-c ul li div img {
    width: 325px;
}
.jczn-service .ryzz-c ul li p {
    text-align: center;
	font-size: 16px;
	padding-top: 12px;
}
.jczn-service .ryzz-d {
    margin-top: 50px !important;
}
.jczn-service .yf-set2 {
    padding-bottom: 60px;
}
.jczn-service .yf-set2-cont li .imgd {
    position: relative;
	width: 100%;
	height: 380px;	
	border: 1px solid #ddd;
}
.jczn-service .yf-set2-cont li .imgd img {
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.jczn-service .yf-set2-cont li p {
    font-size: 16px;
	padding-top: 12px;
	text-align: center;	
}
.jczn-service .yf-set2-ves {
    position: relative;
}
.jczn-service .yf-set2-ves > i {
    position: absolute;
	display: block;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translateY(-50%);
	background: url('../images/yd.png') no-repeat center;
	cursor: pointer;
}
.jczn-service .yf-set2-ves > i.next {
    left: -60px;
}
.jczn-service .yf-set2-ves > i.prve {
    right: -60px;
	transform: rotate(180deg);
}
.jczn-service .quality {
    padding: 60px 0 60px 0;
	color: #fff;
    background: #004299;
}
.jczn-service .quality h3 {
    font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.jczn-service .quality h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.jczn-service .quality .list .content {
    float: left;
	width: 47%;
	padding-top: 50px; 	
}
.jczn-service .quality .list .content span {
    display: inline-block;
	width: 149px;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	background: url('../images/ys-set3-ico.jpg') no-repeat; 
	background-size: 100%;	
}
.jczn-service .quality .list .content li {
    margin-bottom: 60px;
}
.jczn-service .quality .list .content li p {
    display: inline-block;
	width: calc(100% - 160px);
	padding-left: 2%;
	font-size: 16px;
	line-height: 2;
	color: #f5f5f5;
	vertical-align: middle;	
}
.jczn-service .quality .list .picture {
    overflow: hidden;
	width: 50%;	
	padding-top: 80px;
}
.jczn-service .quality .list .picture img {
    width: 100%;
	height: auto;
}
.jczn-service .quality .list .picture img{
    transition: all .5s;
}
.jczn-service .quality .list .picture:hover img{
    transform: scale(1.08);
}
.jczn-service .equipment {
    background: #fff;
	padding: 70px 0 0 0;
}
.jczn-service .equipment h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-service .equipment h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-service .equipment .list { 
    margin-top: 40px;
}
.jczn-service .equipment .list ul li {
    position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.jczn-service .equipment .list ul li:nth-child(4n) {
    margin-right: 0;
}
.jczn-service .equipment .list .picture {
    overflow: hidden;
	width: 320px;
	height:307px; 	
}
.jczn-service .equipment .list .picture img {
    display: block;
	overflow: hidden;
	width: 320px;
	height: 307px;
	transition: ease .5s;
}
.jczn-service .equipment .list .picture:hover img {
    transform: scale(1.04);
}
.jczn-service .equipment .list p {
    padding: 10px 0 18px 0;
	font-size: 16px;	
	text-align: center;
}
.jczn-service .ys-set4 {
    padding: 60px 0 80px;
}
.jczn-service .ys-set4 li .imgd {
    overflow: hidden;
	width: 100%;	
}
.jczn-service .ys-set4 li .imgd img {
    width: 350px;
	height: 262px;
	transition: all .4s;	
}
.jczn-service .ys-set4 li .imgd img:hover {
    transform: scale(1.08);
}
.jczn-service .ys-set4 li p{
    font-size: 16px;
	padding-top: 12px;
	text-align: center;	
}
.jczn-service .ys-set4-ves {
    position: relative;
	padding-top: 40px;
}
.jczn-service .ys-set4-ves > i{
    position: absolute;
    isplay: block;
	top: 50%;
    width: 32px;	
	height: 32px;
	background: url('../images/yd.png') no-repeat center;
	transform: translateY(-50%);	
	cursor: pointer;
}
.jczn-service .ys-set4-ves > i.next {
    left: -60px;
}
.jczn-service .ys-set4-ves > i.prve {
    right: -60px;
	transform: rotate(180deg);
}
.jczn-service .ys-nav {
    font-size: 16px;
	line-height: 56px;
	background: #f8f8f8;
	
}
.jczn-service .ys-nav .fl a {
    position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0 32px;
	color: #666;		
}
.jczn-service .ys-nav .fl a::before {
    position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0%;
	height: 100%;
	background: #004299;
	content: '';
	transition: all .5s;	
	opacity: 0;
}
.jczn-service .ys-nav .fl a:hover {
    color: #fff;
}
.jczn-service .ys-nav .fl a:hover::before {
    width: 100%;
	opacity: 1;
}
.jczn-service .ys-nav .fl a.on {
    color: #fff;
}
.jczn-service .ys-nav .fl a.on::before {
    width: 100%;
	opacity: 1;
}
.jczn-service .ys-nav .fr a {
    display: inline-block;
	margin: 0 5px;
	color: #666;
	font-size: 14px;
}
.jczn-service .ys-nav .fr img {
    display: inline-block;
	margin-right: 3px;
	vertical-align: middle;	
}
.jczn-service .ys-nav .fr a:hover {
    color: #004299;
}
.jczn-service .gsgk-d ul li p {
    padding-top: 12px; 
	padding-bottom: 20px;
	font-size: 16px;	
	text-align: center;
}
/* jczn-service */

/* equipment-show */
.equipment-show {
    margin: 60px 0;
}
.equipment-show .title {
    padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 70px;
	text-align: center;
	background: url(../images/line-bg.gif) repeat-x 0 bottom;	
}
.equipment-show .title h2 {
    margin-bottom: 16px;
	font-size: 26px;
	color: #000;	
}
.equipment-show .title p {
    font-size: 13px;
	color: #999;	
}
.equipment-show .title span { 
    margin: 0 5px; 
}
.equipment-show .title a { 
    margin: 0 5px; 
	color: #999;
}
.equipment-show .title .active { 
    font-weight: bold; 
	color: #000; 	
}
.equipment-show .content { 
    margin-bottom: 20px;
	font-size: 14px;
}
.equipment-show .content p {
    font-size: 15px;
    line-height: 32px; 
	color: #101010; 	
}
.equipment-show .content p strong {
    font-size: 18px; 
	color: #000;
}
.equipment-show .content p img {
    padding: 15px 0;
}
/* equipment-show */

/* jczn_job */
.jczn-job {
    width: 100%;
	padding: 60px 0;
}
.jczn-job .competition { 
    padding-bottom:60px;
}

.jczn-job .competition h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-job .competition h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-job .competition .list {
    overflow: hidden; 
	width: 318px;
	padding-top: 40px;
	margin-right: 22px;
}
.jczn-job .competition .list .picture {
    overflow: hidden; 
	width: 318px;
}
.jczn-job .competition .list .picture img {
    display: block;
	overflow: hidden;
	width: 318px; 
	transition:ease .5s;
}
.jczn-job .competition .list .picture:hover img {
    transform: scale(1.04);
}
.jczn-job .competition .list:nth-child(4n) {
    margin-right: 0;
}
.jczn-job .competition div, .competition ul, .competition li, .competition span, .competition a { 
    box-sizing: border-box;
}
.jczn-job .competition .box {
    padding: 34px 40px 48px;
	background: #f7f7f7;
	box-sizing: border-box;
}
.jczn-job .competition .title {
	padding-bottom: 22px;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
	text-align: center;	
}
.jczn-job .competition .title:after {
    position: absolute; 
	left: 50%; 
	top: 50px;
	display: inline-block; 
	border: 0; 
	width: 32px; 
	height: 2px; 
	margin-left: -16px; 
	background: #bfbfbf; 
	content: ""; 
}
.jczn-job .competition .describe {
	overflow: hidden;
	height: 90px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	text-align: center;
}
.jczn-job .strategy {
    padding: 60px 0;
	margin-bottom: 60px;
	font-size: 0;
	text-align: center;
	background-color: #004299;	
}
.jczn-job .strategy h3 {
    font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.jczn-job .strategy h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.jczn-job .strategy .box {
    margin-bottom: 6%; 
	padding-top: 50px; 
}
.jczn-job .strategy .box1 {
    margin-bottom: 6%;
}
.jczn-job .strategy .box:last-child {
    margin-bottom: 3.83%;
}
.jczn-job .strategy .left {
    display: inline-block;	
	width: 29%;
	text-align: left;
	vertical-align: top;
}
.jczn-job .strategy .left .center {
    display: inline-block;
	text-align: center;
	vertical-align: top;
}
.jczn-job .strategy .left img {
    max-width: 100%;
	margin-bottom: 22px;	
}
.jczn-job .strategy .left h5 {
    font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;	
}
.jczn-job .strategy .right {   
	display: inline-block;
	width: 71%;
	vertical-align: top;	
}
.jczn-job .strategy .right li {
    position: relative;
	padding-left: 5.91%;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: left;	
}
.jczn-job .strategy .right li:last-child {
    margin-bottom: 0;
}
.jczn-job .strategy .right li span {
    position: absolute;
	display: block;
	left: 0;
	top: 8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 4px 0px 4px 6px;
}
.jczn-job .strategy a {
    display: block;
	width: 100%;
	height: 58px;
	margin: 0 auto;	
	font-size: 22px;
	line-height: 58px;
	color: #004299;
	background-color: #fff;	
	border-radius: 4px;
}
.jczn-job .welfare {
    font-size: 0;
	text-align: center;
}
.jczn-job .welfare h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-job .welfare h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-job .welfare ul {
    padding-top: 40px;
    text-align: left;	
}
.jczn-job .welfare li {
    position: relative;
	display: inline-block;
	width: 30.86%;
	margin-right: 3.71%;
	margin-bottom: 2.86%;
	border: 1px solid #d2d2d2;	
	vertical-align: top;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	cursor: pointer;
}
.jczn-job .welfare li:hover {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.jczn-job .welfare li:nth-child(3n) {
    margin-right: 0;
}
.jczn-job .welfare li img {
    width: 100%;
}
.jczn-job .welfare li .list {
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 6.5% 7.41%;
}
.jczn-job .welfare li h5 {
    margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #333;	
}
.jczn-job .welfare li p {
    width: 82%;
	font-size: 16px;
	line-height: 28px;
	color: #666;		
}
.jczn-job .position {    
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
}
.jczn-job .position h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-job .position h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-job .position .titbox h4 {
    width: 100%;
	height: 70px;
	background: url(../images/font_08.png) no-repeat center;	
}
.jczn-job .position .titbox .intr {
    font-size: 18px;
	line-height: 48px;
	color: #999;
	text-align: center;
}
.jczn-job .position .list {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 55px;
}
.jczn-job .position ul {
    width: 103%;
	margin-top: 40px;
}
.jczn-job .position li {
    float: left;
	width: 30.8%;
	margin-right: 2.3%;
	margin-bottom: 35px;
	background-color: #fff;
	border-bottom: 5px solid #004299;
	border-radius: 6px;	
}
.jczn-job .position li:nth-child(3) {
    margin-right: 0px;
}
.jczn-job .position li .tit {
    margin-top: 16px;
	font-size: 18px;
	line-height: 36px;	
}
.jczn-job .position li a {
    display: block;
	padding: 40px;
}
.jczn-job .position li .stit {   
	font-size: 22px;
	font-weight: bold;
	line-height: 43px;
	color: #333;	
}
.jczn-job .position li .word {
    display: block;
	overflow: hidden;
	height: 152px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #666;	
}
.jczn-job .position li .more {
    display: inline-block;
	width: 52px;
	height: 31px;
	margin-top: 24px;
	background: url(../images/posution-more.png) no-repeat center;	
}
.jczn-job .position li:hover {
    background: url(../images/bg_05.png) no-repeat center #004299;
	background-size: auto 100%;
	border-bottom: 5px solid #004299;}
.jczn-job .position li:hover .stit, .position li:hover .lab, .position li:hover .word {
    color: #fff;
}
.jczn-job .position li:hover .more {
    background: url(../images/posution-more-hover.png) no-repeat center;
}
.jczn-job .position .page {
    width: 100%;
	height: 60px;
	margin-top: 16px;
}
.jczn-job .campus {
    padding:177px 0;
}
.jczn-job .campus .list { 
    overflow: hidden; 
	width: 572px; 
	height: 330px; 
	padding: 74px 77px 20px; 
	margin-right: 56px; 
	background: #fff; 
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}
.jczn-job .campus .list:nth-child(2n) {
    margin-right: 0;
}
.jczn-job .campus .aim-items2 {
    margin-right:0;
}
.jczn-job .campus .title {
    padding-bottom: 56px; 
	padding-top: 0;
	font-size:22px; 
	font-weight: bold;
	line-height: 30px; 
	color: #222; 
	text-align: center; 	
}
.jczn-job .campus .co-titles:after {
    bottom: 26px; 
	background: #c9c9c9;
}
.jczn-job .campus .co-titles:after {
    bottom: 76px;
}
.jczn-job .campus .co-titles:after {
    font-size: 16px; 
	line-height: 30px; 
	color: #666;
}
.jczn-job .campus .co-titles:after {
    position: absolute; 
	display: inline-block; 
	left: 50%; 
	top: 60px;
	bottom: 50%; 	
	width: 54px; 
	height: 4px; 
	margin-left: -27px; 
	background: #004299; 
	border-radius :2px; 	
	content: ""; 
}
.jczn-job .campus p {
    font-size:16px; 
	line-height:30px; 
	color:#666;
}

.jczn-recruitment{padding-bottom: 60px;box-sizing:border-box;padding-top: 70px;}

.jczn-recruitment h3{
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-recruitment h4{
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-recruitment .list {
    padding-top: 50px;
	font-size: 16px;
	line-height: 2;
	color: #666;	
}
.jczn-recruitment .hrList_a1_item { 
    width: 100%; 
	margin-bottom: 40px; 
}
.jczn-recruitment .hrList_a1_item:nth-child(3n) { 
    margin-right: 0; 
}
.jczn-recruitment .hrList_a1_title { 
    padding-bottom: 10px; 
	overflow: hidden; 
	font-size: 30px; 
	font-weight: 700; 
	line-height: 50px; 
	color: #004299; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: solid #ddd 1px; 	
}
.jczn-recruitment .hrList_a1_button { 
    padding: 15px 0; 
}
.jczn-recruitment .hrList_a1_button a.more:hover { 
    background-color: #004299; 
	transition-duration: .3s; 
	opacity: 1; 
}
.hrList_a1_button a.more, .DownList_a1 li a { 
    display: block; 
	width: 110px; 
	height: 40px; 
	padding-left: 30px; 
	transition-duration: .3s; 
	border-radius: 8px; 
	font-size: 16px; 
	line-height: 40px; 
	color: #fff; 
	background: url(/images/more2.png) no-repeat 12px center #004299; 
	cursor: pointer; 
	opacity: 0.7;
}
.jczn-recruitment .hrList_a1_item ul { 
    display: inline-block; 
	width: 100%; 
	padding: 15px 0; 
	vertical-align: top; 	
	border-bottom: dotted 1px #ddd;
}
.jczn-recruitment .hrList_a1_item ul li { 
    display: inline-block; 
	overflow: hidden; 
	width: 33%; 
	padding: 5px 0; 
	line-height: 20px; 	
	color: #777; 	
	text-overflow: ellipsis; 
	white-space: nowrap; 
}
.jczn-recruitment .hrList_a1_item ul li.other { 
    width: 100%; 
	padding: 5px 0; 
	line-height: 22px; 	
	color: #777; 
	text-overflow: inherit; 
	white-space: inherit; 
}
.jczn-recruitment .hrList_a1_item ul li span { 
    display: inline-block; 
	width: 90px; 
	font-weight: bold; 
	color: #fe4600; 	
}
.jczn-recruitment .jobapply_d1 { 
    display: inline-block; 
}
/* jczn-job */

/* jczn_contact */
.jczn-contact {
    width: 100%;
	padding: 60px 0;
}
.jczn-contact .contact { 
    padding-bottom: 60px;
}
.jczn-contact .contact h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-contact .contact h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-contact .contact ul {
    padding-top: 40px;
}
.jczn-contact .contact ul li {
	float: left;
    width: 334px;
	height: 300px;
	text-align: center; 
	border: 1px solid #ccc;
	border-left: none;

}
.jczn-contact .contact ul li:first-child {
    border-left: 1px solid #ccc;
}
.jczn-contact .contact ul li img {
    margin-top: 45px;
}
.jczn-contact .contact ul li p {
	margin-top: 20px;
	margin-bottom: 30px;
    font-size: 20px;
	font-weight: bold;
    line-height: 40px;
	color: #333;	
}
.jczn-contact .contact ul li div {
    font-size: 18px;
	line-height: 30px;
	color: #666;
}
.jczn-contact .contact .list li {
    overflow: hidden; 
	width: 432px;
	height: 325px;
    margin-top: 0;      
}
.jczn-contact .contact .list li img {
	display: block;
	overflow: hidden;
	width: 432px;
	height:325px;
    margin-top: 0;
    transition:ease .5s; 	
}
.jczn-contact .contact .list li:hover img {
    transform: scale(1.04);
}
.jczn-contact .contact .list .top {
    padding-bottom: 18px;
	font-size: 24px;
	color: #009b4c;
	border-bottom: 1px solid #e5e5e5;
}
.jczn-contact .contact .list ul li {
	float: left;
    width: 432px;
    height: 325px;
	margin-right: 20px; 
	border: none;	
}
.jczn-contact .contact .list ul li:nth-child(3n) {
    margin-right: 0;
}
.jczn-contact .contact ul li {
	position: relative;
    display: block;
}
.jczn-contact .contact ul li .title {
	position: absolute;
	left: 50%;
    width: 216px;
	height: 33px;
	margin-left: -108px;
	line-height: 33px;
	color: #fff;
	text-align: center;
	background: url(../images/contact-bg.png) repeat;
}
.jczn-contact .contact ul li .title span {
    display: inline-block;
	padding-right: 13px;
	background: url(../images/icon-arrow.png) no-repeat right center;
}
.jczn-contact .feedback {
	padding: 60px 0;
    background: #f5f5f5;
}
.jczn-contact .feedback h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-contact .feedback h4{
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-contact .feedbackL {
	float: left;
    width: 600px;
	height: 380px;
	margin-top: 40px;
}
.jczn-contact .feedbackR {
	float:right;
    width: 100%;
	padding-top: 40px;
}
.jczn-contact .feedback p {
    position: relative;
	float: left;
    width: 49%;
	height: 60px;
	padding: 0 15px 0 20px;
	margin-bottom: 10px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ccc;
}
.jczn-contact .feedback p:nth-child(2n) {
    float: right;
}
.jczn-contact .feedback p input {
    width: 100%;
	height: 100%;
}
.jczn-contact .feedback .tarea {
    width: 100%;
	height: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.6;
}
.jczn-contact .feedback textarea {
    width: 100%;
	height: 100%;
}
.jczn-contact .feedback .code {
    clear: both;
}
.jczn-contact .feedback .code input {
    height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ddd;
}
.jczn-contact .feedback .code .c {
    width: 158px;
	padding: 0 15px;
}
.jczn-contact .feedback .code img {
    background: #fff;
}
.jczn-contact .feedback .code .sub {
	cursor: pointer;
	width: 237px;
	color: #fff;
	background: #004299;
	border: 1px solid #004299;
}
.jczn-contact .feedback .sub:hover {
    background: #4f4fb9;
}
.jczn-contact .route {
	padding: 60px 0 20px 0;
    background-color: #ffffff;
}
.jczn-contact .route h3 {
    font-size: 36px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.jczn-contact .route h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.jczn-contact .route .route-list {
    display: flex;
	padding-top: 100px;
	-webkit-justify-content: space-between;
}
.jczn-contact .route .route-box {
    position: relative;
	display: inline-block;
	width: 49%;
	padding: 100px 70px 50px 70px;
	text-align: center;
	vertical-align: top;	
	background-color: #f7f7f7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	cursor: pointer;}

.jczn-contact .route .route-box:hover {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.jczn-contact .route .route-icon { 
    position: absolute;
	left: 50%; 
	top: 0;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	margin-top: -62px;
	margin-left: -62px;	
	background-color: #ffffff;
	background-position: center center;
    background-repeat: no-repeat;
	box-shadow: rgba(0,0,0,0.1) 0px 5px 20px 0px;	
}
.jczn-contact .route .route-title {
    margin-bottom: 20px;
    font-size: 20px;
	line-height: 40px;
	font-weight: bold;	
	color: #000000;	
}
.jczn-contact .route .route-describe {
    font-size: 18px;
	line-height: 35px;
	color: #000000;
}
.jczn-contact .route .car {
    background-image: url(../images/icon-metro.png);
}
.jczn-contact .route .bus { 
    background-image:url(../images/icon-bus.png);
}
/* jczn_contact */