﻿*{/*font-family: "微软雅黑";*/ font-size: 14px;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
 
  /*bian hui se
 html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */
/*头部开始=========================================================================  */
.lang{ background: url(../images/lang-bg.png) no-repeat top center; width: 110px; margin-top: 20px;}
.lang ul{ margin: 0; padding: 0;}
.lang li{ width: 50%; float:left; color: #666; font-size: 15px; line-height: 25px; text-align: center; color: #20b7ac;}
.blue a{ color: #fff;}
.logo{  float:left; margin-right: 20px;}
.hamburger {
	padding: 8px 6px;
	cursor: pointer;
    display: none;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
    left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner{
    width: 40px;
    height: 4px;
    -webkit-animation: line2 1s linear infinite alternate;
    animation: line2 1s linear infinite alternate;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
    -webkit-animation: line1 1s linear infinite alternate;
    animation: line1 1s linear infinite alternate;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@keyframes line1{
    0%{
        width: 20px;
        height: 4px;
    }
    100%{
        width: 40px;
        height: 4px;
    }
}
@keyframes line2{
    0%{
        width: 40px;
        height: 4px;
    }
    100%{
        width: 20px;
        height: 4px;
    }
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    width: 40px;
    -webkit-animation: line2 0;
    animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	right: -80px;
	top: 80px;
    left:auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { 
	width: 100%;
    height: 50px;
    background: #0f0f0f;
	
}
.nav-pc{ width: 70%; text-align:center;}
.nav-pc ul{ padding:0; }
.nav-pc .menulevel{ padding:0;}
.nav-pc li {
    transition:all .5s ease-in-out;
    width: 12%;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    text-align: center;
    position: relative;
    }
.nav-pc li a span{ color:#000; display: block; font-size: 16px;transition:all .5s ease-in-out;} 

.nav-pc li a#menu_selected span{color: #fff; font-weight: bold; background: url(../images/nav-bg.jpg) no-repeat center center;background-size: 100%;}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #fff; }
.nav-pc li:hover a span{ text-decoration:none; color: #fff;background: url(../images/nav-bg.jpg) no-repeat center center;background-size: 100%;}
.nav-pc li:hover>.menulevel{ /*display:block;*/}


.menulevel{ width:100%; left:0px; display:none; margin:0;position: absolute;z-index: 1;top:120px;}
.menulevel li{ display:none; background:#20b7ac; height: 50px; line-height: 50px; font-size: 14px; }
.menulevel li a span{font-size: 15px; color: #fff; text-align: left;}
.menulevel li:hover{ background:#20b7ac;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;} 
/*banner开始=======================================================================================*/

/*top开始------------------------------------------------------------------*/
#header{ width: 100%;background:#fff;/* overflow:hidden; padding:0 1rem;width: calc(100% - 2rem);*/}
.logo{ width: 418px; padding:5px 0;}
.logo img{ max-width: 100%;}
/*内页标题*/
.ny-text{
	text-align: center;
	position: absolute;
	bottom:34%;
	color: rgba(255,255,255,0.85);
	font-size:24px;
	line-height:50px;
	letter-spacing: 2px;
	right: 0px;
	left: 0px;
}
.ny-text p{
	letter-spacing:0px;
	font-size:50px;
	text-transform: uppercase;
	/*color: #20b7ac;*/
	color: rgba(32,183,172,0.4);
	font-family: "times new roman";
}
.abouttitle{
	padding:400px 0px;
	text-align: center;
}
.abouttitle1{
	margin-top: 30px;
	background: url(../images/about_bg1.jpg) fixed no-repeat center;
}
.abouttitle22{
	padding:120px 0px;
	text-align: center;
}
.abouttitle2 {
	background: url(../images/about_bg2.jpg) fixed no-repeat center;
}
/*footer开始====================================================================================*/
#copyright{background: #004ea2; text-align: center; color: #fff; padding:1% 0;}
/*内页开始====================================================================================*/
.banner{position: relative;}
.dingwei{position: absolute!important; bottom: 0; left: 0; right: 0;}
.productsroll{position:relative;width:1200px;}
/* productsroll Start */
/*#proinfo_c img{width: 100%;}*/
#page_main{padding-bottom: 40px; background: #f4f4f4;padding-top: 3%;background-attachment: fixed;}
.page-container{ background: #fff;min-height: 500px;background-attachment: fixed;}
/*.page-container img{ max-width:100%;}*/
.page-about,.page-content,.page-products,.page-job,.page-about5{ padding: 50px 30px;}
.page-about5{background: url(../images/ln-bg.png) no-repeat top center;min-height: 580px;}
.page-top-bg{ background: #fff;margin-bottom: 25px;}
.back{ margin-top: 10px; font-size: 14px; text-align: left; line-height: 32px; }
.back:before{display: block; content: ""; width: 1px; height: 11px; background: #000; float: left; margin-top: 10px;}
.back img{ float: left; margin-top: 10px; margin-left: 15px; margin-right: 14px; }
.page-url>ul{ padding: 0; display: flex;-webkit-box-align: center; align-items: center;margin-top:90px;}
.page-url li{border-right: 1px solid #fff;background: #d9d9d9;flex-grow:1;cursor: pointer;transition: all 0.6s;text-align: center;}
.page-url li:last-child{border-right:none;}
.page-url li a{display:block;line-height:60px;vertical-align:middle; font-size:16px; color: #000;}
.page-url li a span{font-size:16px; color: #000;}
.ddsmoothmenu-v ul li a span{display:block; line-height:60px; text-align: center;}
.page-url li:hover {background: #b3000c;}
.page-url li:hover span{ color: #fff;}
.page-url li.lihover a{background: #b3000c;}
.page-url li.lihover a span{background: #b3000c;color: #fff;}
.page-url li.lihover ul li{display: none;}
.page_list {
    float: right;
    padding-top: 20px;
    padding-bottom:60px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #20b7ac;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #2b2b2b;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 99%;}
.page-news,.page-news9,.page-news8{ padding: 25px 15px;}
.page-news li{border:1px solid #ccc;margin-bottom:30px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;}
.page-news li:hover{background: #f3f3f3;border: 1px solid #e9e9e9;/*box-shadow: 0px 5px 20px #f0f0f0;*/transform: scale(1.02);}
.page-news li .img:hover{transform: scale(1.02);}
.page-news li .img{ padding: 0; overflow: hidden;width:20%;cursor: pointer;transition: all 0.6s;}
.page-news li .text{padding-right: 0;width:77%;float:right;}
.page-news li .text span{color: #aaaaaa;line-height: 40px;}
.page-news li .text .h{line-height:40px;}
.page-news li .text .h a{font-size: 18px;color: #0d0d0d;font-weight: bold;line-height:40px;}
.page-news li:hover .text .h a{color: #004ea2;}
.page-news li .text .h span{font-size: 14px;color: #999999;float: right;}
.page-news li .text p{font-size: 14px;color: #666666;line-height: 30px;}
.page-news li .text .ck{    float: right;color: #004ea2;text-align: center; line-height: 38px; display: inline-block;height: 38px;border-radius: 20px;border: 1px solid #004ea2;padding: 0 3%;}
.page-news li .text .ck:hover{background:#004ea2;color: #fff;}
.page-news9 li{border-bottom:1px dashed #ccc;cursor: pointer;transition: all 0.6s;line-height:60px;}
.downloadtimes i img{ margin-right: 5px; width: 15px;}
.dateTitle{width:80%;}

.proNav li{ background: #fafafa;text-align: center;position: relative; margin-bottom: 30px;}
.proNav li a{ display: block;padding:10px;border:#efefef 1px solid ;background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa; margin:0 auto;}
.proNav li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav li:hover span{background: #20b7ac;}
.proNav li:hover a{background:#20b7ac; text-decoration: none;}
.proNav li p{ font-weight:100; display: block; width: 120px; line-height: 30px; border: 1px solid #20b7ac; margin: 0 auto 20px; color:#20b7ac;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:15px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav li:hover p{ color:#fff; border: 1px solid #fff;}
.proNav li:hover label{ color:#fff;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   

.proNav2 li{ background: #fafafa;text-align: center;position: relative; margin-bottom: 30px;width: 25%;float: left;}
.proNav2 li a{ display: block;padding:10px;border:#efefef 1px solid ;background: #fafafa;}
.proNav2 li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa; margin:0 auto;}
.proNav2 li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav2 li:hover span{background: #20b7ac;}
.proNav2 li:hover a{background:#20b7ac; text-decoration: none;}
.proNav2 li p{ font-weight:100; display: block; width: 120px; line-height: 30px; border: 1px solid #20b7ac; margin: 0 auto 20px; color:#20b7ac;}
.proNav2 li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:15px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav2 li:hover p{ color:#fff; border: 1px solid #fff;}
.proNav2 li:hover label{ color:#fff;}
.proNav2 .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   

.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{/*max-width: 500px;*/ margin: 0 auto; position: relative;border: 1px solid #efefef;box-sizing: border-box;}
.popover-banner .flex-direction-nav{ display: block;}
.popover-banner .flex-prev,.popover-banner .flex-next{ position: absolute; display: block; width: 45px; height: 100px; background: url(../images/sprite.jpg) no-repeat 0 top; top: 50%; margin-top: -50px; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url(../images/sprite.jpg) no-repeat -55px top; right: -50px;}
.lhgw{ display: block; width:580px; margin: 0 auto;}
#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:180px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:180px ; float: left; overflow: hidden ;}
.lhcppg{}
.lhcppg span{ display: inline-block;padding-left: 20px;margin-bottom:10px;background: #f7f7f7;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    padding: 0 20px 10px;
	background:#f7f7f7}
	.photos span{  display: block; text-align:center;overflow: hidden;}
	.photos span img{}
	.photos p{
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
	}
	.photos p a{
		line-height: 70px;
    text-align: center;
    font-size: 16px;
	}
.photos1 span{  display: block; text-align:center; }
.photos1 span img{ height: 260px;  max-width: 90%;}
.photos1 p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }
.pic-img1{height: 350px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
    .picMarquee-left .bd li img{ border: 1px solid #ccc;}
    .picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}


.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
    .related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #20b7ac;
}
.related_cp{margin-top:30px;}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #20b7ac; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.page-guestbook dt{ line-height:30px; width: 100%;}
.page-guestbook b span{ padding-left:10px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 84%;}
.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 100%; float: left;}
.showjobList li b{ color: #20b7ac;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{width: 120px; height: 100%; display: inline-block;text-align: center;color: #20b7ac; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px;display: inline-block;float: left; text-align: center;color: #20b7ac;  }
.lhms>span{ display: inline-block; height: auto; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 50px auto 0px; border: 1px solid #20b7ac;}
#guestbook  dt{ display: inline-block; width:100%;}
#guestbook textarea,#guestbook input[type="text"]{width:84%; padding: 0 2.5%; min-width: 220px;height: 30px; border:1px solid #C7E2F6 ;}
#guestbook .yzm input{ width: 50% ;}

.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:100px;height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 10px 0; width: 100%;}
.lhbdfr{ float: right;width: 45%;}
.lhbdfl{ float: left;width: 45%;}
.lhbdfr label{max-width:100px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #20b7ac; color: #fff; display: block; width: 80px; line-height: 30px; margin:0px auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
.page-guestbook{padding-top: 50px;}
.aaaaa{width: 13.5%!important;min-width: 0!important;margin-right: 1.5%;}
.bbbbb{width: 10%!important;}
.content{width: 70%!important; height: 100px!important; margin-left: 5px;}
.bz{height: 100px!important; line-height: 100px!important; display: block!important; float: left;}
.beizhu{margin-top: 10px;}
.sl6-r-con p{
	line-height: 30px;
}
/*2020-01-09*/
.yxjm-distpicker{
	display:inline-block;
}
.yxjm-distpicker .form-group{
	display:inline-block;
	width:calc((100% - 1em) / 3);
}
.yxjm-distpicker .form-group select{
	width:calc(100% - 2em);
    padding: 0 2.5%;
    height: 30px;
    border: 1px solid #C7E2F6;
}

/* 大屏幕 */
@media (min-width: 1200px) { 
    .visible-xs {
    display: none !important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:50px;
}
.ny-about-bt span{
	color: #ededed;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #004ea2;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}

}

@media (min-width: 980px) and (max-width: 1199px) {
.visible-xs {
        display: none !important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:50px;
}
.ny-about-bt span{
	color: #ededed;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #004ea2;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}
/*联系我们*/
.lx-left{
	width: 95%!important;
}
.lx-right{
	width: 100%!important;
}
/*核心功能*/
.hexin-tu{
	width: 100%;
}
.hexin-nr {
	margin-top: 25px;
   width: 100%!important;
}
/*服务支持*/
.fuwu-bt{
	width: 15%;
}
.fuwu-nr{
	width: 70%;
}
.xy-nr {
  width:78%!important;
}
/*社会招聘*/
.shzp{
	height:430px;
	padding-top:330px!important;
  background: url(../images/shzp-bg.png) no-repeat top center;
  background-size: 100%;
}
.zhaopin {
	margin-bottom: 10px;
}
.zp-gw{
	width: 10%;
	margin-left:10%;
	text-align: center;
	background: #04bbf7;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #20b7ac;
}
.zp-zw{
	width:69%;
	margin-right:10%;
}
/*我们在作甚*/
.zzz-nr ul{
	width: 100%!important;
}
.zzz-nr ul li{
	line-height:200px!important;
	width: 200px!important;
	width: 100%!important;
	font-size: 15px!important;
}
/*应用价值*/
.yyjz-tu{
	width: 40%;
}
.yyjz-nr{
	width: 58%;
	color: #000;
	font-size: 18px;
	margin-top:40px!important;
}

/*纸币清分*/
.zbqf-tu{
	width: 53%;
}
.zbqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbqf-tu li{
	margin-right:10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}
.zbqf-nr{
	width:45%;
	margin-top:0px!important;
}

.ny-title{position: absolute; width: 980px; left: 50%; margin-left: -490px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #20b7ac; position: absolute; left: 15px; top: 0;}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.aaaaa{width: 11%!important;min-width: 0!important;margin-right: 1.5%;}
}


@media (min-width: 768px) and (max-width: 979px) {
    .visible-xs {
    display: none !important;
    }
    .hidden-xs{
        display: none !important;
    }
.ny-about-bt{
	text-align: center;
	margin-bottom:50px;
}
.ny-about-bt span{
	color: #ededed;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #004ea2;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}
.ny-title {
    position: absolute;
    width: 95%;
    left: 5%;
    margin-left: 0;
    bottom: 20%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
/*联系我们*/
.lx-left{
	width: 95%!important;
}
.lx-right{
	width: 100%!important;
}
/*我们正在作甚*/
.zzz-nr ul{
	width: 100%!important;
}
.zzz-nr ul li{
	line-height:200px!important;
	width: 200px!important;
	width: 100%!important;
	font-size: 15px!important;
}
/*应用价值*/
.yyjz-tu{
	width: 40%;
}
.yyjz-nr{
	width: 58%;
	color: #000;
	font-size: 18px;
	margin-top:40px!important;
}
.jjfa-fl li a{
	color: #fff;
	font-size: 14px!important;
}
/*核心功能*/
.hexin-tu{
	width: 100%;
}
.hexin-nr {
	margin-top: 25px;
   width: 100%!important;
}
/*服务支持*/
.fuwu-bt{
	width: 15%;
}
.fuwu-bt p{
	color: #202020;
	font-size:15px!important;
	line-height: 60px;
}
.fuwu-nr{
	width: 70%;
}
.xy-nr {
    width:75%!important;
}
/*纸币清分*/
.zbqf-tu{
	width:45%!important;
}
.zbqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbqf-tu li{
	margin-right:10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}
.zbqf-nr{
	font-size: 14px!important;
	width:52%!important;
	margin-top:0px!important;
}



/*下载*/
.dateTitle{width:75%!important;}
/*社会招聘*/
.shzp{
	height:460px;
	padding-top:300px!important;
  background: url(../images/shzp-bg.png) no-repeat top center;
  background-size: 100%;
}
.zhaopin {
	margin-bottom: 10px;
}
.zp-gw{
	width: 10%;
	margin-left:10%;
	text-align: center;
	background: #04bbf7;
	line-height:55px!important;
	height:55px!important;
	color: #fff;
	font-size: 14px!important;
	border-right: 1px solid #20b7ac;
}
.zp-zw{
	width:69%;
	margin-right:10%;
}
.zp-zw li{
	line-height:55px!important;
	height:55px!important;
}
.zp-zw li a{
	font-size: 14px!important;
}

.ny-btt{
	display:none;
}
.page-news li .img {
    display: none;
}
.page-news li .text {
    padding-right: 0;
    width: 98%;
    float: right;
}
.aaaaa{width: 10%!important;min-width: 0!important;margin-right: 1.5%;}
.lhbdfl {
    float: left;
    width: 48%;
}
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs{
        display: none !important;
    }
.ny-bt p{font-size: 24px;}
.ny-about-bt{
	text-align: center;
	margin-bottom:30px;
}
.ny-about-bt span{
	color: #ededed;
	font-size:40px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #004ea2;
	font-size:24px;
	font-family: arial;
  line-height: 40px;
}
/*联系我们*/
.lx-left{
	width: 95%!important;
}
.lx-right{
	width: 100%!important;
}
.jjfa-fl li a{
	color: #fff;
	font-size: 14px!important;
}
/*纸币清分*/
.zbqf-tu{
	width:100%!important;
}
.zbqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbqf-tu li{
	margin-right:10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}
.zbqf-nr{
	font-size: 15px!important;
	width:100%!important;
	margin-top:20px!important;
}

/*服务支持*/
.fuwu-bt{
	width: 100%;
}
.fuwu-bt p{
	color: #202020;
	font-size:15px!important;
	line-height: 60px;
}
.fuwu-nr{
	width: 100%;
}
.xy-nr {
    width:75%!important;
}
/*应用价值*/
.yyjz-tu{
	width: 40%;
}
.yyjz-nr{
	width: 58%;
	color: #000;
	font-size: 18px;
	margin-top:10px!important;
}
/*下载*/
.dateTitle{width:100%!important;}
/*社会招聘*/
.shzp{
	height:460px;
	padding-top:300px!important;
  background: url(../images/shzp-bg.png) no-repeat top center;
  background-size: 100%;
}
.zhaopin {
	margin-bottom: 10px;
}
.zp-gw{
	width: 10%;
	margin-left:10%;
	text-align: center;
	background: #04bbf7;
	line-height:55px!important;
	height:55px!important;
	color: #fff;
	font-size: 14px!important;
	border-right: 1px solid #20b7ac;
}
.zp-zw{
	width:69%;
	margin-right:10%;
}
.zp-zw li{
	line-height:55px!important;
	height:55px!important;
}
.zp-zw li a{
	font-size: 14px!important;
}
/*我们在作甚*/
.zzz-nr ul{
	width: 100%!important;
}
.zzz-nr ul li{
	line-height:170px!important;
	width:100%!important;
	font-size: 15px!important;
	background: #f5f5f5;
	margin: 0px 10px!important;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	border-radius:100px;
	text-align: center;
}

.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
.product-list{ margin: 0; }
.product-list ul{width: 750px;padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}
.pro-ahout{ height:  auto;}
.in-pro>div:last-child{ display: none;}
.page span{ display: inline-block; width: 100%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
#guestbook textarea,#guestbook input[type="text"]{width: 50%; min-width: 0;}
.page span{ display: inline-block; width: 100%;}
.related-list li{ display: inline-block; width: 100%;}
.newsList .lhfr{ width: 644px; float: right;}
.mobile_nav  .menulevel{ position: static;}
.lh68{ display: block; z-index: 100;}

}
@media (max-width: 398px){
    #header{
        height:4.2rem;
    }
}
@media (max-width: 767px){
    .hidden-xs{
        display: none !important;
    }
    .hamburger {
        top: 2rem;
        right: 2rem;
    }    
.ny-bt{
	display: none;
}
.ny-btt{
	display:block;
	bottom:250px;
	left:30%;
	font-size:18px!important;
}
.ny-btt p{
	font-family: "times new roman";
	font-size:20px!important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:30px;
}
.ny-about-bt span{
	color: #ededed;
	font-size:40px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #004ea2;
	font-size:24px;
	font-family: arial;
  line-height: 40px;
}
.jjfa-fl li a{
	color: #fff;
	font-size: 14px!important;
}
/*纸币清分*/
.zbqf-tu{
	width:100%!important;
}
.zbqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbqf-tu li{
	margin-right:10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}
.zbqf-nr{
	font-size: 15px!important;
	width:100%!important;
	margin-top:20px!important;
}
/*联系我们*/
.lx-left{
	width: 90%!important;
}
.lx-right{
	width: 100%!important;
}
/*应用价值*/
.yyjz-tu{
	width: 100%!important;
}
.yyjz-nr{
  width: 100%!important;
	color: #000;
	font-size: 18px;
	margin-top:40px!important;
}
/*核心功能*/
.hexin-fl li{
	width: 32%!important;
}
.hexin-tu{
	width: 100%;
}
.hexin-nr {
	margin-top: 25px;
   width: 100%!important;
}
/*服务支持*/
.fuwu-bt{
	width: 100%!important;
  padding-top: 0px!important;
}
.fuwu-bt p{
	color: #202020;
	font-size:15px!important;
	line-height: 60px;
}
.fuwu-nr{
	padding-left: 0px!important;
	border-left:none!important;
	width: 100%!important;
}
.xy-bt{
	text-align: center;
	background: #20b7ac;
	line-height: 50px!important;
	width:100%!important;
	border-radius: 0px!important;
	height:50px!important;
	padding-top: 0px!important;
}
.xy-bt img{
	display: none!important;
}
.xy-bt p{
	color: #fff;
	font-size: 14px;
}
.xy-nr {
    width:100%!important;
}
.fuwu-xy li{
	height: auto!important;
	width:85%!important;
	padding:10px 20px!important;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 0px!important;
}
/*下载*/
.dateTitle{width:100%!important;}
/*我们在作甚*/
.zzz-nr ul{
	width: 100%!important;
}
.zzz-nr ul li{
	padding: 20px 0px;
	height:60px!important;
	width:100%!important;
	line-height: 30px!important;
	background: #f5f5f5;
	margin: 0px 5px!important;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
}
.zzz-nr ul li a{
	font-size: 14px!important;
}
/*社会招聘*/
.shzp{
	height:auto!important;
	padding-top: 0px!important;
  background:#fff!important;
  background-size: 100%;
}
.zhaopin {
	margin-bottom: 10px;
}
.zp-gw{
	width:100%!important;
	text-align: center;
	background: #2d52ad!important;
	line-height:55px!important;
	height:55px!important;
	color: #fff;
	font-size:16px!important;
	margin-bottom: 5px;
	border-right:none!important;
	margin-left: 0px!important;
}
.zp-zw{
	width:100%!important;
	margin-right: 0px!important;
}
.zp-zw li{
	line-height:55px!important;
	height:55px!important;
}
.zp-zw li a{
	font-size: 14px!important;
}
.ny-title {
    position: absolute;
    width: 95%;
    left: 5%;
    margin-left: 0;
    bottom: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.hidden-phone1{
	display: none;
}
.jobList li {
    width: 33%!important;
}
.ny-title p{ font-size: 15px; line-height: 15px; text-align: left; }
.ny-title p a{color: #fff;}
.join-lc li {
	width: 265px!important;
}
.page-news li .img {
    display: none;
}
.page-news li .text {
    padding-right: 0;
    width: 98%;
    float: right;
}
.proNav2 li span {
    height: auto;
}
.lhbdfl {
    float: none!important;
    width: 100%;
}
.page-url>ul{ padding: 0; display: flex;-webkit-box-align: center; align-items: center;margin-top:90px;}
.page-url li{border-right: 1px solid #ccc;background: #d9d9d9;flex-grow:1}
.page-url li a{font-size: 14px!important;}
.page-url li span{font-size:14px!important;}
}

/*联系我们内页*/
.lianxi{
	width: 100%;
}
.lx-left{
	background: #f9f9f9;
	width:35%;
	margin-top: 30px!important;
	border: none!important;
	padding:25px 30px;
}
.lx-left li{
	line-height:65px;
	font-size:16px;
	border-bottom: 1px dashed #ccc;
}
.lx-left li img{
	margin-right:20px;
}
.lx-left li:hover{
	color: #004ea2;
}
.lx-left li span{
	font-weight: bold;
	font-size: 18px;
}
.lx-right{
	background: #f9f9f9;
	width: 55%;
	padding:32px 0px 32px 30px;
	margin-top: 30px!important;
	border: none!important;
}
.xm{
	line-height:50px;
	width: 330px;
	float: left;
	border-radius: 5px;
	background: none;
	border: #f7f7f7 solid 1px;
	color: #838383;
	text-indent: 15px;
	font-size: 14px;
}
.mr10{margin-right:15px;}
.tarea{ margin-top: 10px;height:130px!important; width: 93%!important;}
.index-submit{width:150px; height:40px; float: left; margin-top: 15px;background: #004ea2;color:#fff;font-size:15px;border: none;}
#guestbook1  dt{ display: inline-block; width: 50%;}
#guestbook1 textarea,#guestbook1 input[type="text"]{width:45%;min-width: 220px; border-radius:5px;/* border:1px solid #C7E2F6 ;*/background: #eeeeee;}
.page-guestbook #guestbook1  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook1  textarea{ width: 84%;}
 #guestbook1 .yzm input{ width: 50% ;}
/*边框*/
.spbq{
	float: left;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left:1px solid #20b7ac;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top:1px solid #20b7ac;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right:1px solid #20b7ac;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom:1px solid #20b7ac;
}

#dmfb_maplist{
    float: left;
    width: 40%;
    padding-bottom: 50px;
}
#dmfb_main{
    float: right;
}

/*留言单页*/
.message-con{
	line-height: 40px;	
	font-size:16px;
}
.message-con span{
	font-weight: bold;
	font-size: 18px;
	color: #20b7ac;
}
/*搜索*/
.time-list{
	width: 50%;
	line-height: 60px;
	background: #efefef;
	text-align: center;
}
.ssjg-list{
	width:49%;
	text-align: center;
	line-height: 60px;
	background: #efefef;
}
.ssjg-list:hover{
	color: #fff;
	background: #20b7ac;
}
.ssjg-list:hover a{
	color: #fff;
}
/*核心功能*/
.hexin-fl li{
	float: left;
	text-align: center;
	line-height: 60px;
	width: 33%;
	margin: 0px 1px;
	background: #d6d6d6;
	cursor: pointer;
  transition: all 0.6s;
}
.hexin-fl li:hover{
	background: #20b7ac;
}
.hexin-fl li a{
	color: #202020;
	font-size: 16px;
}
.hexin-fl li:hover a{
	color: #fff;
}
.hexin-fl li.on{
	background: #20b7ac;
}
.hexin-fl li.on a{
	color: #fff;
}
.hexin-con{
	display: none;
}
.hexin-con{
	background: #f5f5f5;
	padding: 40px 25px;
	min-height:400px;
}
.hexin-nr {
	color: #202020;
	font-size: 15px;
	line-height: 36px;
	width:500px;
}
/*发展历程*/
.fzlc-nr{
	color: #000;
	font-size: 17px;
	line-height:38px;
}
.fzlc-nr p{
	color: #000;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
.fzlc-nr span{
	color: #000;
	font-size:18px;
	color: #ffc000;
	font-weight: bold;
}
.fzlc-con li{
	float: left;
	text-align: center;
	border: 1px solid #e4e4e4;
	width: 307px;
	min-height:340px;
	margin:40px 10px 0px;
	cursor: pointer;
	padding: 40px 20px;
	color: #777;
	font-size: 15px;
	line-height: 30px;
  transition: all 0.6s;
  text-align: left;
}
.fzlc-con li p{
	margin-top: 10px;
	text-align: center;
	color: #2fc9ff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
.fzlc-con li:hover{
	border: 1px solid #2fc9ff;
}
/*图片鼠标悬停整体旋转*/
.fzlc-con li img{
	display: block;
	width: 100px;
	text-align: center;
	margin: 0px auto;
	list-style:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.fzlc-con li img{
	transition:All 0.8s ease-in-out;
	-webkit-transition:All 0.8s ease-in-out;
	-moz-transition:All 0.8s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.fzlc-con li:hover img{ 
	transform: rotateY(360deg);
}
/*资质荣誉*/
.zizhi-con li{
	background: #f8f8f8;
	float: left;
	text-align: center;
	width: 290px;
	min-height:340px;
	margin: 0px 10px 20px;
	cursor: pointer;
	padding: 40px 30px;
  transition: all 0.6s;
  color: #202020;
	font-size: 16px;
	line-height:42px;
}
.zizhi-con li p{
	color: #2fc9ff;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
.zizhi-con li span{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.zizhi-con li:hover{
  transform: scale(1.05);
}
/*理念*/
.linian{
	padding: 0px 50px;
	line-height: 40px;
	font-size: 16px;
}
.linian span{
	font-size: 18px;
	font-weight: bold;
}
/*服务支持*/
.fuwu-nra{
	background: #f7f7f7;
	padding:50px 25px;
	margin-bottom:20px;
}
.fuwu-bt{
	padding-top:55px;
	width: 15%;
	text-align: center;
}
.fuwu-bt p{
	color: #202020;
	font-size: 18px;
	line-height: 60px;
}
/*图片鼠标悬停整体旋转*/
.fuwu-bt img{
	list-style:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.yfuwu-bt img{
	transition:All 0.8s ease-in-out;
	-webkit-transition:All 0.8s ease-in-out;
	-moz-transition:All 0.8s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.fuwu-bt:hover img{ 
	transform: rotateY(360deg);
}
.fuwu-nr{
	border-left: 1px solid #d0d0d0;
	padding-left: 3%;
	width:80%;
	line-height: 30px;
}
.fuwu-nrb{
	background: #f2fcfd;
	padding:50px 25px;
	margin-bottom: 20px;
}
.fuwu-xy li{
	height:120px;
	width:99%;
	padding-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 100px;
	cursor: pointer;
  transition: all 0.6s;
}
.fuwu-xy li:hover{
	border: 1px solid #20b7ac;
  transform: scale(1.02);
}
.xy-bt{
	text-align: center;
	background: #20b7ac;
	border-radius: 100px;
	height:100px;
	width: 120px;
	padding-top:20px;
}
.xy-bt img{
	max-width:30%;
}
.xy-bt p{
	color: #fff;
	margin-top: 5px;
	font-size: 14px;
}
.xy-nr{
	width:82%;
	padding-top:20px;
}
.fuwu-nrc{
	background: #f7f7f7;
	padding:50px 25px;
	margin-bottom:20px;
}
.fuwu-zx{
	width: 100%;
}
.fuwu-zx li{
	margin-bottom: 5px;
	padding: 10px 30px;
	background: #dfdfdf;
}
.fuwu-zx li:hover{
	background: #20b7ac;
	color: #fff;
}
/*手风琴效果*/
.ny-lxlist{
	margin-top: 40px;
}
.ny-lxl-list{
  padding:2rem;
  overflow: hidden;
  margin-bottom:1rem;
  cursor: pointer;
  background: url(../images/zz-more.png) no-repeat 98%  2rem #f6f6f6;
}
.zz-title{
	font-size:18px;
	line-height: 28px;
}
.ny-lxll-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  color: #004ea2;
}
.ny-lxll-con{
	margin-top:2rem;
	background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding:3VH 0;
  display: none;
  overflow: hidden;
}
.ny-lxllc-list{
  float: left;
  width:95%;
  margin:0 1.5%;
}
.ny-lxllc-list > div:nth-child(1){
  margin-bottom: 2VH;
}
/*社会招聘*/
.shzp{
	height:360px;
	padding-top:400px;
  background: url(../images/shzp-bg.png) no-repeat top center;
  background-size: 100%;
}
.zhaopin {
	margin-bottom: 10px;
}
.zp-gw{
	width: 10%;
	margin-left:10%;
	text-align: center;
	background: #04bbf7;
	line-height: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #20b7ac;
}
.zp-zw{
	width:69%;
	margin-right:10%;
}
.zp-zw ul {
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.zp-zw li{
	margin: 0px 1px;
	background: #04bbf7;
	line-height: 60px;
	height: 60px;
  flex-grow: 1;
  text-align: center;
}
.zp-zw li:hover{
	background: #20b7ac;
}
.zp-zw li a{
	color: #fff;
	font-size: 15px;
}
/*校园招聘*/
.xyzp{
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 40px;
}
.xyzp-bt{
	color: #004ea2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.xyzp-bz{
	background: #efefef;
	margin-top:10px;
	padding: 10px 30px;
	color: #004ea2;
	font-size: 15px;
}
/*认识荣鑫*/
.rsrx{
	line-height:35px;
	font-size: 16px;
	margin-bottom:20px;
}
.rsrx-bt{
	line-height:35px;
	font-size: 18px;
	margin-bottom:30px;
	font-weight: bold;
}
.rsrx-bt span{
	font-size: 18px;
	color: #004ea2;
}
/*我们正在作甚*/
.zzz-nr ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
	/*width: 960px;*/
	margin: 0px auto;
}
.zzz-nr li{
	background: #f5f5f5;
	margin: 0px 10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	border-radius:90px;
	line-height: 180px;
	width: 180px;
	text-align: center;
}
.zzz-nr li a{
	color: #202020;
	font-size: 16px;
}
.zzz-nr li:hover{
	background: #20b7ac;
}
.zzz-nr li:hover a{
	color: #fff;
}
/*产品与解决方案*/
.jjfa-fl{
	height:55px;
	margin-top:65px;
}
.jjfa-fl li{
	float: left;
	text-align: center;
	line-height:55px;
	width:25%;
	background: #004ea2;
	cursor: pointer;
  transition: all 0.6s;
  border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.jjfa-fl li:first-child{
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.jjfa-fl li:hover{
	background: #20b7ac;
}
.jjfa-fl li a{
	color: #fff;
	font-size: 16px;
}
.jjfa-fl li:hover a{
	color: #fff;
}
.jjfa-fl li.on{
	background: #20b7ac;
}
.jjfa-fl li.on a{
	color: #fff;
}
.jjfa-con{
	display: none;
}
.jjfa-con{
	background: #f5f5f5;
	padding: 40px 25px;
	min-height:400px;
}

/*传统解决方案*/



.jjfa2-fl{
    height:55px;
    margin-top:65px;
}
.jjfa2-fl li{
    float: left;
    text-align: center;
    line-height:55px;
    width:33.333333333333%;
    background: #004ea2;
    cursor: pointer;
  transition: all 0.6s;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  
}
.jjfa2-fl li:first-child{
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.jjfa2-fl li:hover{
    background: #20b7ac;
}
.jjfa2-fl li a{
    color: #fff;
    font-size: 16px;
}
.jjfa2-fl li:hover a{
    color: #fff;
}
.jjfa2-fl li.on{
    background: #20b7ac;
}
.jjfa2-fl li.on a{
    color: #fff;
}
.jjfa2-con{
    display: none;
}
.jjfa2-con{
    background: #f5f5f5;
    padding: 40px 25px;
    min-height:400px;
}





/*传统解决方案*/


.jj-nr{
	color: #202020;
	font-size: 16px;
	line-height: 36px;
}
.jj-tu{
	margin-top: 30px;
}
.jj-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.jj-tu li{
	/*float: left;*/
	margin: 0px 5px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
	overflow: hidden;
}
.jj-tu li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	text-align: center;
}
.jj-tu li img:hover{
	transform: scale(1.1);
}
/*应用价值*/
.yyjz-tu{
	width: 40%;
}
.yyjz-nr{
	width: 58%;
	color: #000;
	font-size: 18px;
	margin-top:60px;
}
.yyjz-nr li{
	margin-top: 20px;
	font-size: 15px;
	line-height: 32px;
	color: #777;
}
/*非现金产品页*/
.fxjcp{
	padding: 50px 30px 0px;
	color: #333;
	font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
}
.fxjcp p{
	font-weight: bold;
	margin: 20px 0px;
	font-size: 18px;
}
.fxjcp li{
	font-size: 15px;
	color: #777;
	line-height:34px;
}
.fxjcp li span{
	font-size: 15px;
	color: #202020;
	margin-right: 10px;
	font-weight: bold;
}
/*智慧系统*/
.zhxt-nr{
	color: #202020;
	font-size: 16px;
	line-height: 40px;
	text-indent:2em;
}
.zhxt-tu{
	text-align: center;
	margin: 20px auto;
}
.zhxt-ys p{
	font-weight: bold;
	margin-bottom:20px;
	font-size: 18px;
}
.zhxt-ys li{
	line-height: 40px;
	font-size: 15px;
	color: #777;
}
.zhxt-ys li span{
	font-size: 16px;
	color: #000;
	margin-right: 10px;
	font-weight: bold;
}
.anli-tu{
	text-align:center;
}
/*纸币清分*/
.zbqf-fl{
	height:55px;
	margin-top:65px;
}
.zbqf-fl{
	text-align: center;
	line-height:55px;
	background: #004ea2;
	cursor: pointer;
  transition: all 0.6s;
  color: #fff;
  font-size: 16px;
}
.zbqf-con{
	background: #f5f5f5;
	padding: 40px 25px;
}
.zbqf-tu{
	width: 100%;
}
.zbqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbqf-tu li{
	margin-right:10px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
	overflow: hidden;
}
.zbqf-tu li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	text-align: center;
}
.zbqf-tu li img:hover{
	transform: scale(1.1);
}
.zbqf-nr{
	width:100%;
	line-height: 36px;
	text-indent:2em;
	font-size: 15px;
	margin-top: 40px;
}
/*纸币应用价值*/
.zbjj-con ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.zbjj-con li{
	margin: 0px 10px;
	border-radius: 100px;
	line-height: 60px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #20b7ac;
}
.zbjj-nr{
	margin-top: 30px;
}
.zbjj-nr li{
	line-height:55px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
}
.zbli-tu{
	text-align: center;
}
/*硬币清分*/
.ybqf-tu{
	background: #f5f5f5;
	padding: 40px 25px;
}
.ybqf-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.ybqf-tu li{
	margin: 0px 5px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
	overflow: hidden;
}
.ybqf-tu li.on{
	background: #20b7ac;
}
.ybqf-tu li.on a{
	color: #fff;
}
.ybqf-tu{
	display: none;
}
.ybqf-tu li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	text-align: center;
}
.ybqf-tu li img:hover{
	transform: scale(1.1);
}
.yb-jj{
	color: #888;
	font-size: 16px;
	line-height:36px;
}
.ybqf-cp{
	color: #202020;
	font-size: 16px;
	line-height: 36px;
	padding: 50px 30px 0px;
}
/*柜面*/
.gmqt{
	height:55px;
	margin-top:85px;
	text-align: center;
	line-height:55px;
	background: #004ea2;
	cursor: pointer;
  transition: all 0.6s;
  color: #fff;
  font-size: 16px;
}
.gmqt-tu{
	background: #f5f5f5;
	padding: 40px 25px;
}
.gmqt-tu{
	color: #202020;
	font-size: 16px;
	line-height: 36px;
}
.gmqt-tu ul{
	padding: 0; 
	display: flex;
	-webkit-box-align: center; 
	align-items: center;
}
.gmqt-tu li{
	/*float: left;*/
	margin: 0px 5px;
	flex-grow:1;
	cursor: pointer;
	transition: all 0.6s;
	text-align: center;
	overflow: hidden;
}
.gmqt-tu li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	text-align: center;
}
.gmqt-tu li img:hover{
	transform: scale(1.1);
}
/*.tabc img{
	width:50%;
	height:50%; 
}*/
