﻿@charset "utf-8";

/* CSS Document */

input,textarea{ border:none; border-radius: 0;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); -webkit-text-size-adjust:none;}
input{ border:0;}
input,textarea {outline:none;} 
.lf{ display:block; float:left;}
/*********************************首页index*********************************/
/*top开始*/

.index-header {
	height: 86px;
	background: url(../images/header-bg.png) center center no-repeat;
}

.index-header-l {
	float: left;
	padding-top: 20px;
}

.index-header-l a {
	display: block;
	width: 284px;
	height: 44px;
	/*background: url(../images/logo.png) no-repeat;*/
}
.index-header-l a img{
	width: 100%;
}

.index-header-r {
	float: right;
}

.follow-items{
	display: block;
	float: left;
	padding: 19px 38px;
	box-sizing: border-box;
	background: url(../images/followbg.jpg) right center no-repeat;
}
.follow-items a{
	display: block;
	width: 37px;
	height: 43px;
	margin: 0 auto;
}
.follow-items span{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #1080dd;
}

.wx {
	position: relative;
	display: block;
	/*height: 46px;
	background: url(../images/phone.png) center top no-repeat;*/
}

.wp {
	display: block;
	/*height: 46px;
	background: url(../images/phone.png) center top no-repeat;*/
}

#tooltip1,
#tooltip2 {
	position: absolute;
	border: 1px solid #ccc;
	padding: 10px;
	background: #FFF;
	display: none;
}



/*nav开始*/

.navbar{
	overflow: hidden;
	zoom: 1;
}
.index-nav-navbar {
	float: left;
}

.nav-items {
	float: left;
	margin-right: 46px;
}
.nav-items:last-child{
	margin-right: 0;
}

.nav-items a {
	display: block;
	float: left;
	width: 66px;
	line-height: 78px;
	text-align: center;
}

.navbar li a:hover,.nav-act a {
	background: url(../images/navbg.png) no-repeat;
	color: #1654b1;
}

.index-nav-search {
	position: relative;
	float: right;
	width: 284px;
	height: 38px;
	margin-top: 20px;
	background: url(../images/search.png) no-repeat;
}

.search-text {
	float: left;
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	margin-left: 16px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	color: #7e7e7e;
}

.search-sub {
	position: relative;
	float: right;
	width: 50px;
	height: 38px;
	background: none;
	border: none;
	cursor: pointer;
}


/*banner开始*/

.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 638px;
	overflow: hidden;
	zoom: 1;
}


.flexslider .slides li {
	width: 100%;
	height: 100%;
	
}

.flexslider .slides li a{
	display: block;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 1250px;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: /*url(../images/dot.png) no-repeat 0 -16px*/
	#e4e4e4;
	display: block;
	height: 12px;
	border-radius: 6px;
	overflow: hidden;
	text-indent: -99em;
	width: 12px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
	background: #fff;
}

.flexslider .slides a img {
	width: 100%;
	height: 588px;
	display: block;
}

.slider .pic1 {
	width: 100%;
	height: 588px;
	background: url(../images/banner1.jpg) no-repeat center;
}

.flex-control-nav {
	width: 234px;
	height: 342px;
	overflow: auto;
	/*background: url(../images/dot-bg.png) no-repeat;*/
}

.flex-control-nav li {
	margin-top: 314px;
}


/*.index-main{
	background: url(../images/all-bg.jpg) repeat-y;
}*/


/*关于我们开始*/

.index-about {
	height: 740px;
	margin-top: -70px;
	padding: 0;
	background-color: #fff;
}

.about-main {
	background: #fff;
	height: 740px;
}

.about-main-art {
	float: left;
}

.index-about-header {
	margin-top: 70px;
	text-align: center;
}

.index-about-header h4 {
	font-size: 24px;
	color: #252525;
	line-height: 50px;
	padding-bottom: 10px;
}

.index-about-header h5 {
	width: 340px;
	height: 64px;
	margin: 0 auto;
	padding-top: -30px;
	font-size: 24px;
	color: #252525;
}

.index-about-main {
	margin-top: 40px;
}

.index-about-main .about-main-art {
	float: left;
	width: 790px;
}

.index-about-main .about-main-art dt {
	width: 790px;
	height: 230px;
	overflow: hidden;
}

.index-about-main:hover .about-pic1 img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index-about-main .about-main-art dd {
	margin-top: 30px;
	margin-left: 5px;
	padding-right: 2em;
}
.index-about-main .about-main-art dd a{
	display: block;
	color: #373737;
}

.index-about-main .about-main-art dd p {
	font-size: 14px;
	line-height: 28px;
	color: #373737;
}

.index-about-main .about-main-button {
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 44px;
	overflow: hidden;
	box-sizing: border-box;
}

.about-main-button span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-button:hover {
	border: 0 none;
	background: #3772CA;
}

.about-main-button:hover span {
	top: -100%;
	color: #fff;
}

.about-main-r {
	float: left;
	width: 460px;
	height: 460px;
	color: #fff;
}

.about-main-rpic1 {
	float: left;
	width: 230px;
	height: 230px;
}

.about-main-rpic2 {
	float: left;
	width: 230px;
	height: 230px;
	background: url(../images/about-zhi.jpg) no-repeat;
}

.about-main-rpic2 h4 {
	font-size: 20px;
	padding: 42px 0 0 36px;
}

.about-main-rpic2 h5 {
	font-size: 16px;
	padding: 20px 0 0 36px;
}

.about-main-rpic2 a {
	display: block;
	width: 94px;
	height: 30px;
	margin: 30px 0 0 36px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border: 1px solid #5889d3;
	border-radius: 15px;
	overflow: hidden;
	behavior: url(http://fetchak.com/ie-css3/ie-css3.htc);
}

.about-main-rpic2 a span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-rpic2 a:hover span {
	top: -100%;
}

.about-main-rpic3 {
	float: left;
	width: 230px;
	height: 284px;
	background: url(../images/about-ying.jpg) no-repeat;
}

.about-main-rpic3 h4 {
	font-size: 20px;
	padding: 42px 0 0 36px;
}

.about-main-rpic3 h5 {
	font-size: 16px;
	padding: 20px 0 0 36px;
}

.about-main-rpic3 a {
	display: block;
	width: 94px;
	height: 30px;
	color: #fff;
	margin: 84px 0 0 36px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #5889d3;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

.about-main-rpic3 a span {
	display: block;
	position: relative;
	top: 0;
}

.about-main-rpic3 a:hover span {
	top: -100%;
}

/*在线答疑*/
.dyk{ display:block; padding:38px 0 55px;}
.dy-ti{ display:block; text-align:center; line-height:46px; font-size:30px; color:#3d3d3d;}
.dy-tj{ display:block; text-align:center; position:relative; padding-bottom:11px; margin-bottom:44px; line-height:26px; font-size:14px; color:#757575;}
.dy-tj b{ display:block; position: absolute; left:50%; bottom:0; margin-left:-27px; width:54px; height:2px; background:#d4d4d4;}
.tij{ display:block; margin:0 auto; clear:both; width:206px; height:46px; background:url(../images/tij.jpg) repeat; font-size:18px; line-height:46px; color:#FFF; cursor:pointer;}
.tian1{ display:block; width:348px; height:46px; float:left; margin-left:28px; margin-bottom:28px; border:1px solid #dadada; background:#FFF; padding:0 19px; line-height:44px; font-size:14px; color:#737373;}
.tian1 input{ display:block; float:left; width:288px; height:44px; padding-left:8px; line-height:44px; font-size:14px; color:#737373;}
.tiank1{ margin-left:-28px; clear:both;}
.tiank2{ display:block; clear:both; position:relative; background:#FFF; width:1250px; height:107px; margin-bottom:28px; padding:16px 20px; border:1px solid #dadada;}
.tiank2 span{ display: block; position:absolute; line-height:24px; font-size:14px; color:#737373; z-index:3; background:#FFF;}
.tiank2 textarea{ display:block; position:relative; width:100%; height:100%; text-indent:70px; line-height:24px; font-size:14px; color:#737373;}

/*核心产品*/

.index-product {
	min-width: 1250px;
	height: 721px;
	background: url(../images/product-bg.png) center 85% no-repeat;
}

.index-product-header {
	width: 100%;
	padding-top: 16px;
	text-align: center;
}

.index-product-header h4 {
	font-size: 24px;
	color: #252525;
	line-height: 50px;
	padding-bottom: 10px;
}

.index-product-header h5 {
	width: 340px;
	height: 64px;
	margin: 0 auto;
	padding-top: -30px;
	font-size: 24px;
	color: #252525;
}

.index-product-pic {
	position: relative;
	width: 625px;
	height: 477px;
	float: left;
	margin-top: 24px;
}

.ipp{
    position: relative;
    display: block;
    width: 477px;
    height: 314px;
    top: 40px;
    left: 12px;}
.ipp img{
	width: 100%;
}


.index-product-introduce {
	width: 625px;
	height: 492px;
	float: right;
/*	margin-top: 24px;
	padding-top: 73px;
*/	color: #fff;
	box-sizing: border-box;
}
.index-product-introduce h5 {
	font-size: 26px;
}

.index-product-introduce p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 40px;
}

.intr-items {
	float: left;
	position: relative;
	width: 122px;
	height: 106px;
	margin: 48px 28px 0 0;
	border: 1px solid #fff;
	border-radius: 7px;
	text-align: center;
	box-sizing: border-box;
}
.intr-items:last-child{
	margin-right: 0;
}

.intr-items p {
	margin-top: 20px;
	font-size: 24px;
}

.intr-items span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.introduce-more {
	clear: both;
	display: block;
	width: 151px;

	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.introduce-more a span {
	display: block;
	top: 0;
}

.introduce-more a {
	display: block;
	width: 151px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.introduce-more a span {
	display: block;
	position: relative;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	top: 0;
}

.introduce-more a:hover {
	border: 0 none;
}

.introduce-more a:hover span {
	top: -40px;
	background:#367de5;
	border: 0 none;
	color: #fff;
}


/*news开始*/

.index-news {
	/*height: 1050px;*/
	background: #fff;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 52px;
}


/*时间轴*/
.inews-main {
	overflow: hidden;
	zoom: 1;
	padding: 40px 0 55px;
	background: url(../images/news-bg.png) 624px repeat-y;
}
.inews-items{
	position: relative;
	width: 582px;
	height: 244px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	/*cursor: pointer;*/
	margin-top: 82px;
}
.inews-items:first-child{
	margin-top: 0;
}
.inews-items:nth-child(2){
	margin-top: 159px;
}
.inews-items:nth-child(2n){
	float: right;
}
.inews-items:nth-child(2n+1){
	float: left;
}

.inews-items:nth-child(2n+1):after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: 614px;
	background: url(../images/time1.png) no-repeat;
}
.inews-items:nth-child(2n):after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: -54px;
	background: url(../images/time1.png) no-repeat;
}
.inews-art{
	padding: 15px 36px 35px 36px;
}
.inews-art h5{
	font-size: 16px;
	line-height: 60px;
	color: #000;
}
.inews-art p{
	font-size: 12px;
	line-height: 26px;
	color: #767676;
}
.inews-art p a{
	color: #767676;
}
.inews-art h5 a,.inews-art p a{
	display: block;
}
.inew-date{
	width: 100%;
	height: 80px;
}
.inew-date{
	width: 100%;
	height: 80px;
	padding: 15px 36px;
	color: #575757;
	background-color: #f8f8f8;
	background-image: url(../images/news-more.png);
	background-repeat: no-repeat;
	background-position: 492px 15px;
	box-sizing: border-box;
}
.inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	right: -10px;
	border-left: 10px solid #fafafa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n) .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	left: -10px;
	border-left: 0;
	border-right: 10px solid #fafafa;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.inew-date span,.inew-date small {
	display: block;
	color: #575757;
}
.inew-date span{
	font-size: 24px;
}
.inew-date small{
	font-size: 14px;
}



.inews-items:hover{
	border-color: #3772ca;
}
.inews-items:hover .inew-date{
	background-color: #3772ca;
	background-image: url(../images/news-more1.png);
}
.inews-items:hover .inew-date span{
	color: #fff;
}
.inews-items:hover .inew-date small{
	color: #fff;
}
.inews-items:nth-child(2n+1):hover .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	right: -11px;
	border-left: 10px solid #3772ca;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n):hover .inew-date:after{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: 30px;
	left: -10px;
	border-left: 0;
	border-right: 10px solid #3772ca;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.inews-items:nth-child(2n+1):hover:after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: 614px;
	background: url(../images/time2.png) no-repeat;
}
.inews-items:nth-child(2n):hover:after{
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	bottom: 30px;
	left: -54px;
	background: url(../images/time2.png) no-repeat;
}



.more-news a {
	display: block;
	width: 151px;
	height: 40px;
	border: 1px solid #707070;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.more-news a span {
	display: block;
	position: relative;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #373737;
	font-size: 14px;
	top: 0;
}

.more-news a:hover {
	border: 0 none;
}

.more-news a:hover span {
	top: -40px;
	background: #3772CA;
	border: 0 none;
	color: #fff;
}


/*核心产品*/

.index-project {
	background: #fff;
	overflow: hidden;
	zoom: 1;
}

.ipro-main{
	overflow: hidden;
	zoom: 1;
}

.index-project-header {
	height: 195px;
	background: url(../images/project-headbg.png) no-repeat;
}

.ipro-box{
	width: 100%;
	min-width: 1250px;
}
.ipro-block{
	overflow: hidden;
	position: relative;
	float: left;
	width:-moz-calc((100% - 2px * 4)/5);
	width:-webkit-calc((100% - 2px * 4)/5);
	width: calc((100% - 2px * 4)/5);
	min-width: 248.4px;
	margin-right: 2px;
}
.ipro-block:last-child{
	margin-right: 0;
}
.ipro-pic{
	width: 100%;
}
.ipro-pic img{
	display: block;
	height: 100%;
	width: 100%;
}
.ipro-info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: url(../images/ipro-infobg.png) no-repeat;
	background-size: 100% 100%;
}
.ipro-infom{
	width: 100%;
	height: 9.8em;
	position: relative;
	/*padding-top: calc((100%-96px)/2);*/
	font-size: 14px;
	color: #fff;
	top: 50%;
	margin-top: -5em;
}
.ipro-infom h4{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
}
.ipro-infom p{
	position: relative;
	display: block;
	width: 13.5em;
	margin: 1em auto;
	text-align: center;
	padding: 0 2%;
	line-height: 1.9em;
}
.ipro-infom p:before,.ipro-infom p:after{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #f8f8f8;
	top: 50%;
}
.ipro-infom p:before{
	left: -20px;
}
.ipro-infom p:after{
	right: -20px;
}
.ipro-infom p span{
	display: table;
	margin: 0 auto;
}
.ipro-more{
	display: block;
	margin: 0 auto;
	width: 112px;
	height: 3em;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	color: #f8f8f8;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.2) !important;
}
.ipro-block:hover .ipro-info{
	top: 0;
}
.index-project .more-news{
	margin: 50px auto 72px;
}


/*footer*/

.index-footer {
	background: #282d33;
}

.index-footer-main {
	height: 214px;
	padding-top: 52px;
}

.index-footer-logo {
	float: left;
	width: 243px;
	border-right: 1px solid #343a41;
}

.footer-logoimg img {
	padding-bottom: 42px;
}

.footer-pho {
	padding-bottom: 40px;
}

.footer-pho span {
	display: block;
	color: #b0b1b1;
	font-size: 14px;
}

.footer-pho span:first-child {
	width: 15px;
	float: left;
	margin-right: 6px;
}

.footer-pho .footer-pho-num {
	font-size: 24px;
	padding-top: 6px;
}

.footer-pho span img {
	margin-top: -5px;
}

.index-footer-WeChat {
	width: 264px;
	float: left;
	border-right: 1px solid #343a41;
}

.index-footer-WeChat dl dt {
	width: 112px;
	height: 112px;
	background: #464c54;
	margin: 0 auto;
	text-align: center;
}

.index-footer-WeChat span {
	display: -webkit-flex;
	display: flex;
	width: 112px;
	height: 112px;
	-webkit-align-items:center;
	align-items:center;
}
.index-footer-WeChat span img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.index-footer-nav {
	float: left;
}

.index-footer-WeChat dl dd {
	font-size: 12px;
	color: #83868b;
	line-height: 42px;
	text-align: center;
	padding-bottom: 28px;
}

.index-footer-nav div {
	float: left;
}

.index-footer-nav div:last-child {
	float: none;
}

.index-footer-nav h4 {
	color: #d4d4d4;
	font-size: 16px;
}

.footer-nav-l {
	padding-left: 62px;
}

.footer-nav-l ul,
.footer-nav-c ul,
.footer-nav-r ul {
	padding-top: 28px;
}

.footer-nav-l ul li a,
.footer-nav-c ul li a,
.footer-nav-r ul li {
	font-size: 12px;
	color: #83868b;
	line-height: 30px;
}

.footer-nav-c {
	padding-left: 72px;
}

.footer-nav-r {
	padding-left: 72px;
}

.footer-nav-l ul li a:hover,
.footer-nav-c ul li a:hover {
	color: #d4d4d4;
}

.baq {
	height: 58px;
	line-height: 58px;
	position: relative;
	background: #1e2227;
	color: #83868b;
	font-size: 12px;
}

.baq a {
	color: #83868b;
}

.footer-oa {
	float: right;
}

.baq .oa-admin {
	font-size: 12px;
	color: #d0d1d2;
}

.content article {
	float: left;
	padding-right: 2px;
	position: relative;
	width: 20%;
	height: 320px;
	box-sizing: border-box;
}

.content article:last-child {
	padding-right: 0px;
}

.post-format-content {
	position: relative;
	background: #111;
	height: 320px;
	overflow: hidden;
}

.post-thumbnail {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.content-wrap {
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	top: 100%;
	bottom: 0;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.content-wrap h1.entry-title {
	display: table;
	font-size: 110%;
	height: 100%;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
}
.content-wrap-m{
	position: relative;
	top: 50%;
	bottom: 50%;
}

.edit-link {
	z-index: 2;
}

.featured-image {
	display: table-cell;
	position: relative;
	transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	padding: 10%;
}

.post-format-content:hover .pic-mask {
	opacity: 0.9;
	color: #fff;
	top: 0;
	background-color: rgba(22, 84, 177, 0.8);
	background-image: url(../images/pic-maskbg.png);
}

.post-thumbnail img {
	display: block;
	height: 320px;
}

img {
	max-width: 100%;
	height: auto;
}





/*********************************关于我们about_profiles*********************************/
.about-ban{
	position: relative;
	min-width: 1250px;
	overflow: hidden;
}
.aban-pic{
	overflow: hidden;
	zoom: 1;
}
.aban-pic img{
	vertical-align: top;
	height: 100%;
	margin: 0 auto;
}
.about-tit{
	position: absolute;
	top: 0;
	width: 100%;
}
.about-tit h4{
	display: block;
	text-align: center;
}
.about-tit h4 img{
	display: block;
	margin: 62px auto 20px;
}
.about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../images/tit-line.png) center repeat-x;
}
.about-tit h5 span{
	display: block;
	width: 108px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	background: #1654b1;
}

.subnav{
	width: 100%;
	height: 60px;
	background: #eee;
	border-bottom: 1px solid rgba(4,0,0,.17);
	box-sizing: border-box;
}
.subnav-items{
	display: block;
	float: left;
	line-height: 58px;
	margin-right: 42px;
	font-size: 16px;
}
.subnav-items a{
	display: block;
}
.subnav-items:last-child{
	margin-right: 0;
}
.subnav-items:hover a,.subnav-items-act a{
	color: #1654b1;
	border-bottom: 2px solid #1654b1;
}

.waddress p{
	line-height: 60px;
	font-size: 12px;
	font-family: simsun;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
}
.waddress p a{
	display: inline-block;
}
.waddress p span{
	font-family: simsun;
	margin: 0 8px;	
}

.aboutus-art{
	position: relative;
	width: 1250px;
	height: 432px;
	background: #f5f5f5;
	margin: 160px auto 60px;
}
.aart-pic{
	position: relative;
	float: left;
	top: -112px;
	left: 25px;
	margin-right: 67px;
}
.aart-pic p{
	width: 454px;
	display: block;
}
.aart-pic p img{
	vertical-align: top;
	width: 100%;
}
.aart-article{
	position: relative;
	width: 688px;
	float: left;
	top: -89px;
}
.aart-title span{
	display: block;
}
.aart-line {
	width: 83px;
	height: 2px;
	background: #1654b1;
}
.aart-tit{
	font-size: 28px;
	color: #1654b1;
	line-height: 54px;
}
.aart-eng{
	font-size: 14px;
	color: rgba(0,0,0,.4);
}
.aart-main{
	position: relative;
}


/*********************************关于我们about_us*********************************/
.aboutus{
	overflow: hidden;
	zoom: 1;
	background: url(../images/aboutus-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

/*公司简介*/
.aboutus-main{
	overflow: hidden;
	zoom: 1;
}
.aboutus .about-ban{
	min-height: 206px;
}
.aboutus .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../images/tit-line-gray.png) center repeat-x;
}
.aump-art{
	float: left;
	width: 322px;
	height: 471px;
	background: #fff;
	background: rgba(255,255,255,.9) !important;
}
.aump-art h5{
	position: relative;
	display: block;
	padding-top: 18px;
	width: 322px;
	height: 128px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #1958b3;
	box-sizing: border-box;
}
.aump-art h5 span{
	display: block;
	width: 286px;
	height: 92px;
	margin: 0 auto;
	line-height: 92px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.4) !important;
	box-sizing: border-box;
}
.aump-article{
	padding: 28px 28px 22px 28px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	color: #373737;
}
.aump-vd{
	position: relative;
	display: block;
	float: right;
	width: 135px;
	height: 34px;
	background: #fff;
	right: -33px;
	z-index: 1;
}
.aump-vd span{
	display: block;
	float: left;
}
.aump-vd-t{
	width: 102px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1654b1;
}
.aump-vd-p{
	width: 33px;
}
.aump-vd-p img{
	width: 100%;
}
.aump-pic{
	position: relative;
	float: left;
	width: 414px;
	height: 471px;
	overflow: hidden;
}
.aump-pic p{
	position: relative;
	display: block;
}
.aump-pic img{
	display: block;
	vertical-align: top;
/*	z-index: -1;*/
}
.aum-profiles:hover .aump-pic img{
	-ms-transform: scale(1.02);	/* IE 9 */
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.ij-idea{
	width: 492px;
	height: 225px;
	margin-bottom: 21px;	
	background: url(../images/ij-ideabg.png) no-repeat;
	background-size: 100% 100%;	
}
.ij-job{
	width: 492px;
	height: 225px;
	background: url(../images/ij-jobbg.png) no-repeat;
	background-size: 100% 100%;
}
.ij-idea,.ij-job{
	position: relative;
	padding: 56px 68px 42px 65px;
	font-size: 20px;
	color: #1654b1;
	box-sizing: border-box;
}
.ij-vd{
	position: absolute;
	display: block;
	bottom: 42px;
	width: 110px;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #373737;
	border: 1px solid #959595;
	border-radius: 16px;
	box-sizing: border-box;
	overflow: hidden;
}
.ij-vd span{
	position: relative;
	display: block;
	top: 0;
}
.ij-vd:hover span{
	top: -100%;
}

/*资质证书*/
.quacer{
	height: 342px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 52px;
}
.qc-logo{
	float: left;
	width: 322px;
	height: 342px;
}
.qc-logo p{
	display: block;
	margin-top: 126px;
	margin-left: 90px;
}
.qc-logo p img{
	vertical-align: middle;
}
.qc-main{
	width: 928px;
	height: 342px;
	float: left;
	padding-top: 34px;
	background: #4971ad;
	background: rgba(22,84,177,.6) !important;
	box-sizing: border-box;
}
.qc-tit{
	position: relative;
	float: left;
	width: 190px;
	height: 274px;
	margin-left: 45px;
	margin-right: 29px;
	padding-top: 20px;
	box-sizing: border-box;
}
.qc-tit h5{
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.qc-tit h5 span{
	display: block;
	margin-bottom: 22px;
}

.qc-tit .ij-vd{
	border-color: #fff;
	color: #fff;
	bottom: 38px;
}
.qc-code{
	overflow: hidden;
	zoom: 1;
}
.qc-code-pic{
	display: block;
	float: left;
	width: 190px;
	height: 274px;
	margin-right: 29px;
}

/*********************************荣誉资质*********************************/
.honor-box{
	overflow: hidden;
	margin: 50px auto;
}
.honor-items{
	position: relative;
	display: block;
	float: left;
	width: 295px;
	padding: 15px;
	margin-right: 23px;
	*margin-bottom: 23px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
}
.honor-items:nth-child(4n){
	margin-right: 0;
	margin-bottom: 23px;
}
.honor-items:nth-last-child(1){
	margin-bottom: 0;
}

.honor-items img{
	width: 100%;
}

.honor-items:hover .honor-mask{
	top: 0;
}

.honor-mask{
	position: absolute;
	width: 295px;
	height: 100%;
	top: 100%;
	left: 0;
	background: url(../images/honor-maskbg.png) no-repeat;
	background-size: 100% 100%;
}
.honor-mask p{
	position: relative;
	display: block;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}
.hm-line{
	display: block;
	width: 74px;
	height: 1px;
	margin: 0 auto;
	background: url(../images/hm-line.png) center repeat-x;
}
.hm-text{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	color: #fff;
}

/*********************************诚聘英才*********************************/
.job-box{
	overflow: hidden;
	zoom: 1;
	margin: 45px auto 7px;
}
.job-block{
	float: left;
	width: 605px;
	height: 537px;
	padding: 22px 28px 31px;
	margin-right: 38px;
	margin-bottom: 38px;
	border: 1px solid #cecece;
	box-sizing: border-box;
}
.jobb-tit{
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #cecece;
}
.jobb-tit h4 span,.jobb-tit h4 small{
	display: block;
}
.jobb-tit h4 span{
	font-size: 24px;
	line-height: 32px;
	color: #000;
}
.jobb-tit h4 small{
	font-size: 14px;
	line-height: 22px;
	color: #a4a4a4;
}
.jobb-tit a{
	position: relative;
	width: 95px;
	height: 34px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #1654b1;
	margin-top: 7px;
	border: 2px solid #1654b1;
	box-sizing: border-box;
	overflow: hidden;
}
.jobb-tit a span{
	position: relative;
	display: block;
	height: 30px;
	top: 0;
}
.jobb-tit a:hover span{
	top: -100%;
}

.jobb-main{
	font-size: 14px;
}
.jobb-duty,.jobb-condition{
	padding: 21px 0;
}
.jobb-duty h5,.jobb-condition h5{
	font-size: 14px;
}
.jobb-main-line{
	display: block;
	width: 100%;
	height: 1px;
	background: #cecece;
}
.jobb-art {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jobb-art p {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
.jobb-duty-art{
	height: 120px;
}
.jobb-cond-art{
	height: 198px;
}

/*********************************企业优势*********************************/
.advantage{
	margin-bottom: 75px;
}
.summary{
	font-size: 14px;
	line-height: 30px;
	color: #1654b1;
	padding: 30px 34px;
	margin: 42px auto 44px;
	text-align: center;
	background: #e2f3ff;
}

/*优势*/
.tab-tit{
	position: absolute;
	width: 165px;
	left: 50%;
	top: 50%;
	padding: 0 28px;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.tab-bar{
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	left: 0;
	bottom: 0;
}

.tabulous_active .tab-bar{
	color: #fff;
}
.adv-bar-items{
	display: block;
	position: relative;
}
.adv-art{
	width: 100%;
}
.adv-art p{
	display: block;
	float: left;
	min-width: 33.33%;
	line-height: 24px;
	vertical-align: top;
}


/*********************************项目业绩about_us*********************************/
.project{
	overflow: hidden;
	zoom: 1;
	background: url(../images/aboutus-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.project .about-ban{
	min-height: 206px;
}
.project .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../images/tit-line-gray.png) center repeat-x;
}

/*项目列表*/
.pro-box{
	overflow: hidden;
	zoom: 1;
}
.pro-items{
	position: relative;
	float: left;
	width: 19%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
.pro-pic{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pro-pic-bot img{
	vertical-align: top;
}
.pro-pic-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	background: url(../images/ipro-infobg.png) no-repeat;
	background-size: 100% 100%;
}

.ppic-infom{
	width: 100%;
	height: 9.8em;
	position: relative;
	/*padding-top: calc((100%-96px)/2);*/
	font-size: 14px;
	color: #fff;
	top: 50%;
	margin-top: -5em;
}
.ppic-infom h4{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	padding: 0 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ppic-infom p{
	position: relative;
	display: block;
	width: 13.5em;
	margin: 1em auto;
	text-align: center;
	padding: 0 2%;
	line-height: 1.9em;
}
.ppic-infom p:before,.ppic-infom p:after{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background: #f8f8f8;
	top: 50%;
}
.ppic-infom p:before{
	left: -20px;
}
.ppic-infom p:after{
	right: -20px;
}
.ppic-infom p span{
	display: table;
	margin: 0 auto;
}

.pro-items:hover .pro-pic-mask{
	top: 0;
}




.pro-tit{
	margin-top: 12px;
}
.pro-tit h5{
	height: 4em;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.pro-tit h5 a{
	display: block;
}
.pro-tit-line{
	display: block;
	width: 70px;
	height: 2px;
	margin: 0 auto;
	background: #c0c0c0;
}



/*********************************合作伙伴partner*********************************/
.part-box{
	min-width: 1250px;
	overflow: hidden;
	zoom: 1;
	margin: 53px auto 43px;
}
.part-items{
	position: relative;
	display: block;
	float: left;
	width: 233px;
	height: 127px;
	margin-right: 20px;
	overflow: hidden;
	zoom: 1;
}
.part-items a{
	display: block;
	width: 100%;
	height: 100%;
}
.part-pic{
	width: 100%;
	height: 100%;
	border: 1px solid #ececec;
	box-sizing: border-box;
}
.part-pic span{
	position: absolute;
	display: table;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);*/
}
.part-mask{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 100%;
	text-align: center;
	background: url(../images/part-maskbg.png) no-repeat;
	background-size: 100% 100%;
	/*-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);*/
}
.part-mask p{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.part-mask p span{
	display: block;
	position: relative;
	top: 50%;
	margin-top: -9px;
	color: #fff;
}

.part-items:hover .part-mask{
	top: 0;
	/*-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);*/
}

.part-items:nth-child(5n){
	margin-right: 0;
	margin-bottom: 20px;
}
.part-box .part-items:nth-last-child(1){
	margin-bottom: 0 !important;
}
.flink{
	padding: 32px 0 36px;
	background: #2e3339;
	overflow: hidden;
	zoom: 1;
}
.flink h4{
	display: table;
	font-size: 20px;
	line-height: 37px;
	padding: 0 18px;
	color: #F4F4F4;
	border: 1px solid #6d7175;
}
.flink-box{
	margin-top: 32px;
}
.frl-items{
	float: left;
	font-size: 12px;
	line-height: 28px;
	color: #B6B7B9;
}
.frl-items a{
	color: #B6B7B9;
}
.frl-items span{
	padding: 0 16px;
}

/*********************************新闻中心news*********************************/
.news-box{
	margin-top: 40px;
}
.news-items{
	float: left;
	width: 288px;
	padding: 24px;
	background: #f4f4f4;
	margin-right: 32px;
	margin-bottom: 33px;
	box-sizing: border-box;
}
.news-items:nth-child(4n){
	margin-right: 0;
	/*margin-bottom: 33px;*/
}
.news-items a{
	display: block;
}
.news-pic{
	overflow: hidden;
}
.news-pic img{
	width: 100%;
	vertical-align: top;
}
.news-items:hover .news-pic img{
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news-tit{
	font-size: 18px;
	line-height: 48px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 9px;
}
.news-art{
	font-size: 12px;
	line-height: 26px;
	color: #767676;
}
.news-date{
	position: relative;
	display: block;
	margin-top: 20px;
}
.news-date span{
	display: inline-block;
	font-size: 66px;
	line-height: 66px;
	color: rgba(0,0,0,.6);
}
.news-date small{
	display: inline-block;
	position: relative;
	margin-left: -36px;
	background: #f4f4f4;
	font-size: 12px;
	color: rgba(0,0,0,.6);
}

/*********************************核心产品product*********************************/
.product{
	overflow: hidden;
	zoom: 1;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.product .about-ban{
	min-height: 206px;
}
.product .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../images/tit-line-gray.png) center repeat-x;
}

.prod-items{
	display: block;
	width: 602px;
	/*height: 316px;*/
	margin-bottom: 38px;
	background: #fff;
}
.prod-items:nth-child(2n){
	float: right;
}
.prod-items:nth-child(2n+1){
	float: left;
}
.prod-tit{
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 30px 0 38px;
	background: #4277c7;
	box-sizing: border-box;
}
.prod-tit h5{
	display: table;
	float: left;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.prod-main{
	display: block;
}
.prod-more{
	position: relative;
	display: block;
	float: right;
	width: 90px;
	height: 26px;
	border-radius: 13px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-top: 12px;
	border: 1px solid rgba(255,255,255,.5);
	box-sizing: border-box;
	overflow: hidden;
}
.prod-more span{
	display: block;
	position: relative;
	height: 24px;
	top: 0;
}
.prod-more:hover span{
	top: -100%;
}

.prod-pic{
	float: left;
	width: 322px;
	padding: 23px 26px;
	box-sizing: border-box;
}
.prod-pic img{
	width: 100%;
}

/*.prod-intro{
	margin-left: 322px;
	padding: 40px 64px 40px 0;
}
.prod-intro li{
	display: block;
	width: 218px;
	font-size: 14px;
	color: #000;
	line-height: 45px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rhomb{
	display: block;
	float: left;
}
.rhomb img{
	display: block;
	margin-top: 16px;
	margin-right: 7px;
}*/
.prod-profile{
	margin-left: 322px;
	padding: 20px 34px 40px 0;
}
.prod-profile p{
	font-size: 14px;
	line-height: 35px;
	color: #000;
	background: url(../images/dx.jpg) top repeat;
}


/*********************************核心产品product_view*********************************/
.product-nav{
	display: table;
	margin: 0 auto;
	max-width: 1250px;
	overflow: hidden;
}
.pnav-items{
	display: block;
	float: left;
	height: 42px;
	line-height: 40px;
	margin-right: 20px;
	margin-bottom: 42px;	
}
.pnav-items:last-child{
	margin-right: 0;
}
.pnav-items a{
	display: block;
	width: 100%;
	padding: 0 28px;
	border: 1px solid #bbb;
	box-sizing: border-box;
}
.pnav-items-act a,.pnav-items:hover a{
	background: #1654b1;
	border-color: #1654b1;
	height: 42px;
	line-height: 42px;
	color: #fff;
}



.pro-article{
	overflow: hidden;
	zoom: 1;
	min-height: 990px;
	background: #fff;
	padding-bottom: 34px;
	margin-bottom: 46px;
}
.pro-art-pic{
	padding: 54px 0;
	box-sizing: border-box;
}
.pro-art-pic img {
	display: inline !important;
	max-width: 100% !important;
	height: auto !important;
}
.pro-art{
	width: 1130px;
	margin: 0 auto;
	padding-top: 34px;
	border-top: 1px solid #e5e5e5;
}
.pro-art p{
	font-size: 14px;
	line-height: 30px;
	color: #676767;
}


/*********************************核心产品product*********************************/
.contact{
	overflow: hidden;
	zoom: 1;
	background: url(../images/contact.jpg) no-repeat;
	background-size: 100% 100%;
}
.contact .about-ban{
	min-height: 206px;
}
.contact .about-tit h5{
	display: block;
	width: 306px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: url(../images/tit-line.png) center repeat-x;
}

.contact-main{
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 54px;
}
.hq{
	position: relative;
	width: 544px;
	height: 698px;
	background: #fff;
	padding: 29px 40px;
	box-sizing: border-box;
}

.hq h4,.branch h4{
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 62px;
	color: #1654b1;
	border-bottom: 1px solid #acc3e4;
}

.hq-items{
	display: block;
	height: 26px;
	line-height: 26px;
	margin-top: 26px;
	font-size: 14px;
	color: #515355;
}
.hq-icon{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
}
.hq-icon img{
	width: 100%;
}
.hq-text{
	display: block;
	margin-left: 40px;
}



.hq-ewm{
	margin-top: 49px;
}
.hq-ewm-items{
	display: block;
	float: left;
	margin-right: 44px;
}
.hqewm-pic{
	width: 127px;
	height: 127px;
	padding: 6px;
	border: 1px solid #d5d7d9;
	box-sizing: border-box;
}
.hqewm-pic img{
	width: 100%;
	vertical-align: top;
}
.hqewm-text{
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	color: #666;
}


.branch{
	position: relative;
	width: 675px;
	height: 698px;
	background: #fff;
	padding: 29px 40px;
	box-sizing: border-box;
}
.branch-list{
	position: relative;
	height: 525px;
	margin-top: 26px;
	overflow: auto;
}
.branch-items h5{
	font-size: 20px;
	line-height: 20px;
	color: #1654b1;
	margin-bottom: 20px;
}
.branch-info li{
	height: 26px;
	margin-bottom: 14px;
}

.branch-items{
	font-size: 14px;
	color: #515355;
}

.nicescroll-rails{
	width: 1px !important;
}
.nicescroll-rails div{
	right: -1px;
}







/*屏幕大于1250px小于1600px*/
@-moz-media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@-webkit-media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@media only screen and (min-width: 1250px) and (max-width: 1600px) {
	.pro-items{
	position: relative;
	float: left;
	width: 24%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}

/*屏幕大于960px小于1250px*/
@-moz-media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@-webkit-media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}
@media only screen and (min-width: 960px) and (max-width: 1250px) {
	.pro-items{
	position: relative;
	float: left;
	width: 32.33%;
	padding: 18px 18px 22px;
	background: #fff;
	margin: 0.5%;
	border-bottom: 1px solid #d0cfcf;
	box-sizing: border-box;
}
}