@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #337ab7;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: -2px;
}

P {
	margin-bottom: 0;
}

.hot-keys:after, .xypg-detail-info-bar:after, .xypg-detail-info-bar .xypg-file-down .file-down-list li:after, .xypg-detail-pn div:after, .xypg-detail-file-dwon:after, .xypg-download-list .download-title:after, .xypg-download-list .download-item:after, .xypg-download-list .download-item .download-item-span:after, .xypg-job-list .job-title:after, .xypg-job-list .job-item:after, .xypg-job-list .job-item .job-item-span:after, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after, .xylogin-form .input-g:after, .personal-cont li:after {
	content: "";
	display: table;
	clear: both;
}

.latest-news li a, .hot-keys li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-left-nav .xypg-left-threenav > li > a, .xypg-product-list li h3 a, .xypg-news-list li .tit h3, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .tag-list-product .tag-wz h1, .tag-list-product .tag-wz .tab-fenli p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


@media (max-width: 990px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-msnui-qr-code:before {
	content: "\e66a";
}

.icon-msnui-download:before {
	content: "\e67b";
}

.icon-tubiao209:before {
	content: "\e61b";
}

.icon-huiyuan21:before {
	content: "\e641";
}

.icon-zhiding:before {
	content: "\e66d";
}

.icon-qq:before {
	content: "\e62d";
}

.icon-icon-inquiry:before {
	content: "\e645";
}

.icon-iconfontphone:before {
	content: "\e634";
}

.icon-tuichu:before {
	content: "\e642";
}

.icon-gengduo:before {
	content: "\e688";
}

.icon-emiyanzhengma:before {
	content: "\e61c";
}

.icon-shouji:before {
	content: "\e6a1";
}

.icon-shijian:before {
	content: "\e6b5";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-arrowdown:before {
	content: "\e692";
}

.icon-arrowleft:before {
	content: "\e693";
}

.icon-arrowright:before {
	content: "\e694";
}

.icon-arrowup:before {
	content: "\e695";
}

.icon-close:before {
	content: "\e69a";
}

.icon-account:before {
	content: "\e6a3";
}

.icon-search:before {
	content: "\e6a5";
}

.icon-up:before {
	content: "\e6a9";
}

.icon-add:before {
	content: "\e6b9";
}

.icon-minus:before {
	content: "\e6ba";
}

.icon-atm:before {
	content: "\e6bd";
}

.icon-dizhi:before {
	content: "\e61a";
}

.icon-mimaffffffpx:before {
	content: "\e604";
}

.icon-chakan:before {
	content: "\e605";
}

.icon-wenjianxiazaiicon:before {
	content: "\e603";
}

.useful-link{font-size: 13px;}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    background: none;
    padding: 0;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #999;
    background:none;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
nav.for-pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
display: inline;
    float: left;
    line-height: 1.42;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin: 0 0 0 5px;
}
.pagination>li.thisclass {
    background: #6f6f6f;
    color: #fff;
    margin-left: 0.75em;
}
.pagination>li.shouye {
    padding: 6px 12px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    margin-left: 0.75em;
    line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    color: #999;
}


/* 顶部 */
.xy-top {
	font-size: 12px;
	color: #999;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #d2d2d2;
}

.xy-top .top-links {
	text-align: right;
	color: #999999;
}

.xy-top .top-links a {
	color: #999999;
	display: inline-block;
	margin: 0 5px;
}

.xy-top .top-links a:hover {
	text-decoration: underline;
}

/* 头部 */
.xy-head img {

}

.xy-logo {
	position: relative;
	float: left;
}

.xy-logo .logo-img {
	font-size: 0;
	line-height: 110px;
}

.xy-head .logo1-img {
	float: left;
	margin-left: 30px;
	margin-top: 13px;
}

.xy-head .tell-top .language {
	margin-top: 20px;
}

.xy-head .tell-top .language a {
	display: inline-block;
	font-size: 12px;
	color: #999;
	padding-left: 30px;
}

.xy-head .tell-top .language .cn {
	background: url(../images/cn.png) no-repeat 8px;
}

.xy-head .tell-top .language .en {
	background: url(../images/en.png) no-repeat 8px;
}

.xy-head .tell-top .language .ey {
	background: url(../images/hly.png) no-repeat 8px;
}

.xy-head .tell-top .language .hly {
	background: url(../images/ey.png) no-repeat 8px;
}

.xy-head .tell-top .cxt {
	float: right;
	text-align: left;
	margin-top: 10px;
	padding-left: 70px;
	margin-top:30px;	background: url(../images/tell.png) no-repeat 0px;
}

.xy-head .tell-top .cxt p:nth-of-type(1) {
	font-size: 14px;
	color: #333;
}

.xy-head .tell-top .cxt p:nth-of-type(2) {
	font-size: 30px;
	color: #0088cf;
	line-height: 30px;
}

.pagination{width: 100%;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}


@media (max-width: 1250px) {
	.xy-head .logo1-img {
		display: none;
	}
}

@media (max-width: 990px) {
	.xy-logo {
		position: relative;
		float: none;
	}

	.xy-logo .logo-img {
		line-height: 80px;
	}

	.xy-logo .logo-img img {
		max-height: 80px;
	}
}

.news-box .news-left .tab-content .tt li{
    position: relative;
}
.news-box .news-left .tab-content .tt li span{
    position: absolute;
    right:10px;
    top:0;
}

/* 导航样式 */
.xy-nav {
	background: #0088cf;
}

.xy-menu > li {
	float: left;
	width: 10%;
	position: relative;
}

.xy-menu > li > a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	color: #ffffff;
}

.xy-menu > li:hover a, .xy-menu > li.cur a {
	background: #efa900;
}

.xy-nav .xy-sub-menu {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background: #efa900;
	display: none;
}

.xy-nav .xy-sub-menu > a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	border-bottom: 2px solid transparent;
}

.xy-nav .xy-sub-menu > a:hover {
	background: #efa900;
}

.xy-nav .xy-sub-menu.pro-navchild {
	width: 200%;
}

@media (max-width: 990px) {
	.xy-nav {
		position: absolute;
		display: none;
		z-index: 99;
		left: 0;
		right: 0;
	}

	.xy-menu > li {
		float: none;
		width: 100%;
		border: none;
	}

	.xy-menu > li:not(:last-child) {
		border-bottom: 1px dashed #1679ae;
	}

	.xy-menu > li > a {
		line-height: 40px;
		font-size: 14px;
	}
}

.nav-btn {
	display: none;
}

@media (max-width: 990px) {
	.nav-btn {
		display: block;
		position: absolute;
		z-index: 999;
		right: 10px;
		width: 30px;
		top: 50%;
		margin-top: -11px;
	}

	.nav-btn span, .nav-btn:after, .nav-btn:before {
		display: block;
		height: 2px;
		background: #333;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.nav-btn span {
		margin: 8px 0;
	}

	.nav-btn:after, .nav-btn:before {
		content: '';
		-webkit-transform-origin: 3%;
		        transform-origin: 3%;
	}

	.nav-btn.clicked span {
		opacity: 0;
	}

	.nav-btn.clicked:after {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.nav-btn.clicked:before {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
}

/*首页banner样式*/
.xyin-banner {
	position: relative;
}

.slick-banner {
	position: relative;
}

.slick-banner .slick-arrow {
	position: absolute;
	z-index: 99;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url(../images/xyin-banner-jt.png);
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
	left: 7.8125%;
	background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
	right: 7.8125%;
	background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 9;
	bottom: 10px;
}

.slick-banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #efefef;
	cursor: pointer;
}

.slick-banner .slick-dots li button {
	background: none;
	outline: none;
	border: none;
	font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
	background: #0088cf;
}

.slick-banner .img img {
	width: 100%;
}

.slick-banner .slick-con {
	position: relative;
}

#mob-banner {
	display: none;
}

@media (max-width: 768px) {
	#pc-banner {
		display: none;
	}

	#mob-banner {
		display: block;
	}
}

/*首页产品列表部分*/
.container {
	position: relative;
}
.search-box {
        background: #0088cf;
}
.sy-search {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 15px 0px;


}

.sy-search .hot-keys {
	line-height: 35px;
	text-align: right;
}

.sy-search .hot-keys span {
	font-size: 16px;
	color: #fff;
}

.sy-search .hot-keys a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding-right: 10px;
}

.sy-search .hot-keys a:hover {
	color: #efa900;
}

.sy-search .search-box {
	text-align: left;
	height: 45px;
}

.sy-search .search-box #formsearch {
	display: inline-block;
	width: 285px;
	height: 45px;
	position: relative;
}

@media (max-width: 768px) {
	.sy-search .search-box #formsearch {
		width: 90%;
	}
}

.sy-search .search-box #keyword {
	width: 100%;
	height: 39px;
	border: none;
	background: #eee;
	font-size: 14px;
	color: #999999;
	outline: none;
	float: left;
	text-indent: 15px;
	border-radius: 20px;
}

.sy-search .search-box #s_btn {
	width: 45px;
	position: absolute;
	background: url(../images/ss.png) center no-repeat;
	outline: none;
	border: none;
	font-size: 0;
	height: 39px;
	right: 5px;
	top: 0;
}

@media (max-width: 990px) {
	.sy-search .search-box {
		text-align: center;
	}
}

@media (max-width: 990px) {
	.sy-search {
		position: relative;
		padding: 15px 0px;
	}
}

/*pro-box*/
.pro-box {
	padding: 40px 0px;
}

.pro-box h2 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	background:url(../images/h2bj.png) no-repeat center;
	line-height: 76px;
	text-indent: 54px;
}

.pro-box h2 span {
	color: #333;
	padding-left: 16px;
}

.pro-box h2 a {
	font-size: 17px;
	color: #999;
	padding-left: 10px;
}

.pro-box .pro-tell {
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 15px 0px;
}

.pro-box .pro-left {
	width: 24%;
	float: left;
}

.pro-box .pro-left h3 {
	background: url(../images/h2bj1.png) 100% no-repeat;
	text-indent: 70px;
	min-height: 130px;
}

.pro-box .pro-left h3 span {
	color: #fff;
	font-size: 21px;
	display: block;
	padding-top: 27px;
}

.pro-box .pro-left h3 p {
	color: #fff;
	font-size: 13px;
}

.pro-box .pro-left h3 a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-indent: 65px;
	display: block;
	padding-top: 40px;
}

.pro-box .pro-left .pro-cate {
	background: #fafafa;
}

.pro-box .pro-left .pro-cate li {
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.pro-box .pro-left .pro-cate li a {
	display: block;
	font-size: 15px;
	color: #565656;
	text-indent: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-box .pro-left .pro-cate li a:hover {
	color: #efa900;
}

.pro-box .pro-left .service-tell {
	background: #0088cf;
	text-align: center;
	color: #fff;
	padding: 40px 0px;
}

.pro-box .pro-left .service-tell p:nth-of-type(1) {
	font-size: 20px;
}

.pro-box .pro-left .service-tell p:nth-of-type(2) {
	font-size: 26px;
}

.pro-box .pro-right {
	width: 73.75%;
	float: right;
}

.pro-box .pro-right .product-list {
	text-align: justify;
}

.pro-box .pro-right .product-list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	content: '';
}

.pro-box .pro-right .product-list li {
	position: relative;
	display: inline-block;
	width: 24%;
	vertical-align: top;
	text-align: center;
}

.pro-box .pro-right .product-list li a.img {
	display: block;
	border: 1px solid #ddd;
}

.pro-box .pro-right .product-list li a.img img {
	width: 98%;
	margin: 0 auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

.pro-box .pro-right .product-list li h3 {
	line-height: 43px;
}

.pro-box .pro-right .product-list li h3 a {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

.pro-box .pro-right .product-list li:hover h3 a {
	color: #efa900;
}

@media (max-width: 990px) {
	.pro-box h2 {
		background: none;
		color: #000;
		text-indent: 0px;
		line-height: 50px;
	}

	.pro-box h2 span {
		padding-left: 0px;
	}

	.pro-box h2 a {
		display: none;
	}

	.pro-box .pro-left {
		width: 100%;
		float: none;
	}

	.pro-box .pro-left h3 {
		display: none;
	}

	.pro-box .pro-left .service-tell {
		display: none;
	}

	.pro-box .pro-left .pro-cate li {
		display: inline-block;
	}

	.pro-box .pro-left .pro-cate li a {
		text-indent: 0px;
		margin: 0px 10px;
	}

	.pro-box .pro-right {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.pro-box .pro-right .product-list li {
		width: 48%;
	}

	.pro-box .pro-right .product-list li:last-child {
		display: none;
	}
}

.adv-box {
	background: url(../images/bj1.jpg) no-repeat center;
	padding: 80px 0px;
	background-size: cover;
	position: relative;
}

.adv-box h2 {
	font-size: 36px;
	color: #f5a455;
	text-align: center;
	background: url(../images/h2bj2.png) no-repeat center;
}

.adv-box h2 span {
	font-size: 50px;
	font-weight: bold;
}

.adv-box h2 a {
	color: #1a1a1a;
}

.adv-box h2 p {
	font-size: 22px;
	color: #474747;
	line-height: 35px;
}


.adv-box .adv-list li {
	margin-bottom: 50px;
}

.adv-box .adv-list li .adv-num {
	float: left;
	font-size: 60px;
	color: #f5a455;
	border-bottom: 3px solid #f5a455;
	width: 11%;
}

.adv-box .adv-list li .adv-test {
	float: right;
	width: 86%;
}

.adv-box .adv-list li .adv-test h3 {
	font-size: 22px;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 50px;
	padding-top: 10px;
}

.adv-box .adv-list li .adv-test p {
	font-size: 14px;
	color: #2b2c2d;
	letter-spacing: 1px;
}

.adv-box .adv-list .adv1 {
	width: 590px;
	margin-top: 30px;
}

.adv-box .adv-list .adv2 {
	width: 617px;
}

.adv-box .adv-list .adv3 {
	width: 590px;
}

.adv-box .adv-list .adv4 {
	width: 630px;
	float: right;
}

.adv-box .adv-list .adv5 {
	clear: both;
	width: 630px;
	float: right;
}

.adv-box .adv-img1 {
	position: absolute;
	right: 0;
	top: 120px;
	width: 43%;
}

.adv-box .adv-img1 img {
	width: 100%;
}

.adv-box .adv-img2 {
	position: absolute;
	left: 0;
	bottom: -65px;
	width: 44%;
}

.adv-box .adv-img2 img {
	width: 100%;
}
@media (max-width: 768px) {
    .adv-box h2 {
        font-size:32px;
    }
    .adv-box .adv-list li .adv-test {
        width:82%;
    }
   body .about-box .about-right .about-more a {
        width:90px !important;
		font-size: 14px;
    }
	.news-box .news-left .tab-content .tt li{height: 42px; overflow: hidden;    background: url(../images/newbj.png) 10px 20px no-repeat;}
}

@media (max-width: 1200px) {
	.adv-box .adv-img2 {
		position: absolute;
		left: -52px;
		bottom: 0px;
		width: 39%;
	}
}

@media (max-width: 990px) {
	.adv-box .adv-img1, .adv-box .adv-img2 {
		display: none;
	}

	.adv-box .adv-list li {
		width: 100% !important;
		float: none !important;
		margin-bottom: 20px;
	}

	.adv-box .adv-list li .adv-test h3 {
		font-size: 18px;
		line-height: 33px;
	}

	.adv-box .adv-list li .adv-num {
		font-size: 40px;
	}
}

.mid-banner {
	background: url(../images/bj2.jpg) no-repeat center;
	padding: 50px 0px;
	background-size: cover;
}

.mid-banner .banner-left {
	width: 70%;
	float: left;
}

.mid-banner .banner-left .banner-tit {
	font-size: 40px;
	color: #fff;
	font-family: "宋体";
}

.mid-banner .banner-left .banner-tit span {
	font-size: 30px;
	font-family: "微软雅黑";
}

.mid-banner .banner-left .banner-test {
	font-size: 24px;
	color: #fff;
	text-indent: 30%;
}

.mid-banner .banner-left .banner-test p {
	font-size: 12px;
	opacity: 0.8;
}

.mid-banner .banner-right {
	width: 30%;
	float: right;
	text-align: center;
}

.mid-banner .banner-right .mid-tell {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}

.mid-banner .banner-right .mid-tell span {
	font-size: 26px;
}

.mid-banner .banner-right .mid-ask a {
	width: 112px;
	height: 31px;
	display: inline-block;
	text-align: center;
	line-height: 31px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
}

.mid-banner .banner-right .mid-ask a:hover {
	color: #efa900;
	border: 1px solid #efa900;
}

@media (max-width: 1200px) {
	.mid-banner .banner-left {
		width: 50%;
	}

	.mid-banner .banner-left .banner-tit {
		display: none;
	}

	.mid-banner .banner-left .banner-test {
		text-indent: 0;
	}

	.mid-banner .banner-right {
		width: 50%;

	}
}

@media (max-width: 990px) {
	.mid-banner .banner-left {
		display: none;
	}

	.mid-banner .banner-right {
		width: 100%;
		float:none;
	}
}

.case-box {
	padding: 50px 0px;
	background: #fafafa;
}

.case-box h2 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	background: url(../images/h2bj.png) no-repeat center;
	line-height: 76px;
	text-indent: 15px;
}

.case-box h2 span {
	color: #333;
	padding-left: 16px;
}

.case-box h2 a {
	font-size: 17px;
	color: #999;
	padding-left: 10px;
}

.case-box .case-tell {
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 15px 0px;
}

.case-box .case-list {
	padding-bottom: 50px;
}

.case-box .case-list li{ width:18%; float:left; margin:5px 8px;}

.case-box .case-list li img{ width:100%; height: 204px;}

.case-box .case-list h3 {
	line-height: 45px; height: 45px;
	text-align: center;
	overflow: hidden;
}

.case-box .case-list h3 a {
	color: #333;
	font-size: 14px;
}

.case-box .case-list a:hover {
	color: #efa900;
}

.case-box .case-list .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	font-size: 0px;
	border: 0;
	outline: 0;
}

.case-box .case-list .slick-prev {
	left: 47%;
	background: url(pleft.png) no-repeat;
}

.case-box .case-list .slick-next {
	right: 47%;
	background: url(pright.png) no-repeat;
}

@media (max-width: 990px) {
	.case-box h2 {
		background: none;
		color: #000;
		text-indent: 0px;
		line-height: 50px;
	}

	.case-box h2 span {
		padding-left: 0px;
	}

	.case-box h2 a {
		display: none;
	}

	.case-box .case-list .slick-prev {
		left: 40%;
	}

	.case-box .case-list .slick-next {
		right: 40%;
	}
}

.about-box {
	padding: 50px 0px;
	background: #fafafa;
}

.about-box .about-left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.about-box .about-left img {
	max-width: 90%;
}

.about-box .about-right {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	background: #fafafa;
	z-index: 999;
	position: relative;
}

.about-box .about-right h2 {
	font-size: 41px;
	color: #000;
	font-weight: bold;
	line-height: 70px;
}

.about-box .about-right h2 span {
	font-size: 34px;
	color: #d1d1d1;
	margin-left: 10px;
}

.about-box .about-right .about-test {
	font-size: 15px;
	color: #404040;
	line-height: 30px;
}

.about-box .about-right .about-more {
	margin-top: 30px;
}

.about-box .about-right .about-more a {
	display: inline-block;
	width: 133px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin: 0px 10px;
}

.about-box .about-right .about-more a:nth-of-type(1) {
	background: #0088cf;
}

.about-box .about-right .about-more a:nth-of-type(2) {
	background: #fba502;
}
.about-box .about-right .about-more a:nth-of-type(3) {
	background: #0088cf;
}

.about-box .about-right .about-more a:hover {
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 990px) {
	.about-box {
		padding-top: 0px;
	}

	.about-box .about-left {
		width: 100%;
		text-align: center;
		margin-top:30px;
	}

	.about-box .about-left img {
		max-width: 100%;
	}

	.about-box .about-right {
		width: 100%;
		margin-top: 20px;
	}

	.about-box .about-right h2 {
		font-size: 30px;
	}

	.about-box .about-right h2 span {
		font-size: 25px;
	}
}

.honor-box {
	padding: 50px 0px;
	background: #fafafa;
}

.honor-box .honor-left {
	width: 65%;
	float: left;
}

.honor-box .honor-left h2 {
	font-size: 19px;
	color: #0088cf;
	line-height: 50px;
	background: #fff;
	border: 1px solid #efefef;
	text-indent: 15px;
	font-weight: bold;
}

.honor-box .honor-left h2 span {
	color: #484848;
}

.honor-box .honor-left .video-list {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.honor-box .honor-left .video-list .slick-slide {
	margin: 10px;
}

.honor-box .honor-left .video-list .slick-slide img {
	width: 100%;
}

.honor-box .honor-left .video-list .slick-slide h3 {
	line-height: 45px;
	text-align: center;
}

.honor-box .honor-left .video-list .slick-slide h3 a {
	color: #333;
	font-size: 14px;
}

.honor-box .honor-left .video-list .slick-arrow {
	width: 28px;
	height: 125px;
	position: absolute;
	bottom: 38%;
	font-size: 0px;
	border: 0;
	outline: 0;
}

.honor-box .honor-left .video-list .slick-prev {
	left: -30px;
	background: url(pleft1.png) no-repeat;
}

.honor-box .honor-left .video-list .slick-next {
	right: -30px;
	background: url(pright1.png) no-repeat;
}

.honor-box .honor-right {
	width: 32.5%;
	float: right;
}

.honor-box .honor-right h2 {
	font-size: 19px;
	color: #0088cf;
	line-height: 50px;
	background: #fff;
	border: 1px solid #efefef;
	text-indent: 15px;
	font-weight: bold;
}

.honor-box .honor-right h2 span {
	color: #484848;
}

.honor-box .honor-right h2 a {
	float: right;
	font-size: 16px;
	color: #6f6f6f;
	font-weight: normal;
	margin-right: 5px;
}

.honor-box .honor-right h2 a:hover {
	color: #efa900;
}

.honor-box .honor-right .honor-list {
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}

.honor-box .honor-right .honor-list .slick-slide {
	margin: 10px;
}

.honor-box .honor-right .honor-list .slick-slide img {
	width: 100%;
}

.honor-box .honor-right .honor-list .slick-slide h3 {
	line-height: 45px;
	text-align: center;
}

.honor-box .honor-right .honor-list .slick-slide h3 a {
	color: #333;
	font-size: 14px;
}

.honor-box .honor-right .honor-list .slick-arrow {
	width: 28px;
	height: 125px;
	position: absolute;
	bottom: 30%;
	font-size: 0px;
	border: 0;
	outline: 0;
}

.honor-box .honor-right .honor-list .slick-prev {
	left: -70px;
	background: url(pleft1.png) no-repeat;
}

.honor-box .honor-right .honor-list .slick-next {
	right: -70px;
	background: url(pright1.png) no-repeat;
}
@media (max-width: 1024px) {
    .honor-box .honor-right .honor-list {
	margin-top: 29px;
    }
}
@media (max-width: 768px) {
	.honor-box .honor-left {
		width: 100%;
		float: none;
	}

	.honor-box .honor-right {
		width: 100%;
		float: none;
	}
}

.news-box {
	padding: 50px 0px;
	background: #fafafa;
}

.news-box .news-left {
	width: 49%;
	float: left;
}

.news-box .news-left h2 {
	border: 1px solid #cccccc;
	border-bottom: 2px solid #343a43;
}

.news-box .news-left h2 span {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	padding: 0px 20px;
	display: block;
	float: left;
	cursor: pointer;
}

.news-box .news-left h2 span.cur {
	background: #fba502;
	color: #fff;
}

.news-box .news-left h2 a {
	font-size: 14px;
	color: #666;
	float: right;
	line-height: 38px;
	margin-right: 10px;
}

.news-box .news-left h2 a:hover {
	color: #efa900;
}

.news-box .news-left .tab-content {
	border: 1px solid #cccccc;
}

.news-box .news-left .tab-content .tt {
	margin-top: 20px;
	display: none;
}

.news-box .news-left .tab-content .tt li {
	line-height: 42px;
	border-bottom: 1px dashed #dbdbdb;
}

.news-box .news-left .tab-content .tt li a {
	color: #333;
	text-indent: 30px;
	background: url(../images/newbj.png) no-repeat 10px;
	display: block;
}

.news-box .news-left .tab-content .tt li a:hover {
	color: #efa900;
}

.news-box .news-right {
	width: 49%;
	float: right;
}

.news-box .news-right h2 {
	border: 1px solid #cccccc;
	border-bottom: 2px solid #343a43;
}

.news-box .news-right h2 span {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	padding: 0px 20px;
	display: block;
	float: left;
	cursor: pointer;
}

.news-box .news-right h2 span.cur {
	background: #fba502;
	color: #fff;
}

.news-box .news-right h2 a {
	font-size: 14px;
	color: #666;
	float: right;
	line-height: 38px;
	margin-right: 10px;
}

.news-box .news-right h2 a:hover {
	color: #efa900;
}

.news-box .news-right .news-list {
	border: 1px solid #cccccc;
}

.news-box .news-right .news-list li {
	padding: 13px 0px;
	border-bottom: 1px dashed #dbdbdb;
}

.news-box .news-right .news-list li a {
	display: block;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 14px;
	color: #333;
	background: url(../images/wen.png) no-repeat 10px;
}

.news-box .news-right .news-list li a:hover {
	color: #efa900;
}

.news-box .news-right .news-list li p {
	padding-left: 50px;
	padding-right: 20px;
	background: url(../images/da.png) no-repeat 10px;
}

@media (max-width: 768px) {
	.news-box .news-left {
		width: 100%;
		float: none;
	}

	.news-box .news-right {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}

.message-box {
	padding: 50px 0px;
	background: url(../images/bj3.jpg) no-repeat center;
}

.message-box #message-form1 {
	width: 65%;
	float: right;
}

.message-box #message-form1 .btn-primary {
	background: #f5a455;
}

.message-box #message-form1 .form-control {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}

.message-box #message-form1 .form-group input::-webkit-input-placeholder, .message-box #message-form1 .form-group textarea::-webkit-input-placeholder {
      /* WebKit browsers */
	color: #fff;
}

@media (max-width: 990px) {
	.message-box #message-form1 {
		width: 100%;
	}

	.message-box #message-form1 .form-control {
		background: #fff;
		color: #000;
	}

	.message-box #message-form1 .form-group input::-webkit-input-placeholder, .message-box #message-form1 .form-group textarea::-webkit-input-placeholder {
        /* WebKit browsers */
		color: #000;
	}
}

@media (max-width: 768px) {
	.message-box #message-form1 .form-group.bestlong {
		padding-right: 45px !important;
	}

	.message-box #message-form1 .btn-primary {
		margin-left: 15px;
	}
}
@media (max-width: 640px) {
	.message-box #message-form1 .form-group.bestlong {
		padding-right: 15px !important;
	}    
}

@media (max-width: 990px) {
	.honor-box {
		padding: 0px;
	}

	.case-box {
		padding-bottom: 0px;
	}

	.adv-box {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.pro-box {
		padding-bottom: 0px;
	}
}

/*xyin-links*/
.xyin-links {
	background: #f5f5f5;
	padding: 20px 0;
}

.xyin-links span {
	font-size: 20px;
	color: #2b2b2b;
}

.xyin-links a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}

.xyin-links a:hover {
	color: #0088cf;
}

/*通栏*/
.xy-tonglan {
	background: #e0e0e0;
	padding: 50px 0;
}

.xy-tonglan .ft-logo {
	width: 35%;
	float: left;
	margin-right: 3%;
}

.xy-tonglan .ft-logo img {
	max-width: 100%;
}

.xy-tonglan .ft-contact {
	width: 36%;
	float: left;
	padding: 0 5%;
}

.xy-tonglan .ft-contact .ft-tit {
	font-size: 16px;
	color: #033333;
	line-height: 40px;
}

.xy-tonglan .ft-contact .contact-box {
	font-size: 14px;
	line-height: 35px;
	color: #666;
}

.xy-tonglan .ft-ewm {
	width: 20%;
	float: right;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 25px;
}

.xy-tonglan .ft-ewm .ft-tit {
	text-align: left;
	line-height: 35px;
	color: #033333;
}

.xy-tonglan .ft-ewm img {
	max-width: 100%;
}

@media (max-width: 990px) {
	.xy-tonglan .ft-nav,
    .xy-tonglan .ft-ewm {
		display: none;
	}

	.xy-tonglan .ft-logo {
		width: 45%;
		margin-right: 5%;
	}

	.xy-tonglan .ft-contact {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.xy-tonglan .ft-logo {
		width: 100%;
		margin-right: 0;
		float: none;
		border-right: none;
		min-height: auto;
		padding: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.xy-tonglan .ft-contact {
		width: 100%;
		float: none;
	}
}

/*页脚*/
.xy-footer {
	background: #3a3a3a;
}

.xy-footer .container {
	border-top: 1px solid #454545;
	padding: 5px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
	text-align: center;
}

.xy-footer .container a {
	color: rgba(255, 255, 255, 0.5);
}

.xy-footer .container a:hover {
	color: #0088cf;
}

.xy-footer .container .xy-ft-cpy {
	float: left;
}

.xy-footer .container .xy-ft-rtcp {
	float: right;
}

/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 33px;
	bottom: 30%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #0088cf;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .iconfont {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
	vertical-align: middle;
	text-align: center;
	line-height: 57px;
	color: #2b2b2b;
	font-size: 26px;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #0088cf;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #0088cf;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #0088cf;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .iconfont {
	background-color: #0088cf;
	color: #fff;
}

@media (max-width: 990px) {
	#toolbar {
		display: none;
	}
}

/*内页banner样式*/
.xypg-banner {
	position: relative;
}

.xypg-banner .img {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.xypg-banner .wz {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	display: none;
}

.xypg-banner .wz h3 {
	font-size: 30px;
	padding-bottom: 20px;
	margin: 0;
	color: #fff;
}

.xypg-banner .wz h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 2px;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.xypg-banner .img {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.xypg-banner .img {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.xypg-banner .img {
		height: 220px;
	}

	.xypg-banner .wz {
		top: 0;
		bottom: 0;
		margin: auto;
		height: 50px;
		display:none;
	}
}

/* 内页基本样式 */
.xypg-wrap {
	padding-top: 20px;
	padding-bottom: 40px;
}

.xypg-left-box {
	margin-bottom: 20px;
}

.xypg-left-title {
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #0088cf;
	font-weight: bold;
	margin: 0;
}

.xypg-left-con {
	border: 1px solid #ebebeb;
	padding: 15px;
}

.latest-news li {
	margin-top: 15px;
}

.latest-news li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.latest-news li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.latest-news li a:hover {
	color: #0088cf;
	text-decoration: underline;
}

.latest-news li a:hover:before {
	background-color: #0088cf;
}

.hot-keys li {
	width: 47%;
	float: left;
	margin: 6px 0;
}

.hot-keys li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	background: #ededed;
}

.hot-keys li a:hover {
	color: #0088cf;
	text-decoration: underline;
}

.hot-keys li:nth-child(even) {
	float: right;
}

.contact-box .hot-line {
	background: url(../images/xypg-right-phone.png) left 5px no-repeat;
	padding-left: 70px;
	margin-bottom: 15px;
}

.contact-box .hot-line h4 {
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	color: #666666;
}

.contact-box .hot-line p {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: #ab001a;
	margin-bottom: 0;
}

.contact-box .gs-name {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.contact-box .contact-info p {
	margin-bottom: 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
}

.contact-box .contact-info p:last-child {
	border-bottom: 0;
}

.xypg-right-mbx {
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	padding: 17px 0 7px 0;
}

.xypg-right-mbx .cur-pos {
	display: inline-block;
	color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
	font-size: 25px;
	display: inline-block;
	height: 25px;
	color: #000;
	margin-right: 5px;
}

.xypg-right-mbx a {
	color: #666;
}

.xypg-right-mbx a:hover {
	color: #0088cf;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.xypg-right-mbx {
		padding-top: 0;
	}
}

.xypg-right-content {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	padding: 15px 0;
}

.xypg-right-content p img {
	max-width: 100%;
}

.xypg-wrap .xymob-page-icon {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 9999;
}

.xypg-wrap .xymob-page-icon li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	background: rgba(40, 143, 199, 0.7);
	cursor: pointer;
}

.xypg-wrap .xymob-page-icon li i {
	font-size: 20px;
	color: #fff;
}

@media (min-width: 992px) {
	.xypg-wrap .xymob-page-icon {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
	display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
	body.no-scroll,
  html.no-scroll {
		height: 100vh;
		overflow: hidden;
	}

	.xymob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact {
		display: none;
	}

	.xymob-menu-click .xymob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
	}

	.xymob-menu-click .xymob-left-close-btn i {
		font-size: 18px;
		color: #fff;
	}

	.xymob-menu-click .xypg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.xymob-menu-click .xypg-left .xypg-left-menu {
		width: 90%;
		background: #fff;
	}

	.xymob-menu-click.click {
		left: 0;
	}
}

/* 内页左侧导航栏样式 */
.xypg-left-nav > li {
	margin-bottom: 12px;
	position: relative;
}

.xypg-left-nav > li > a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.xypg-left-nav > li .first-nav-btn.clicked {
	background: #0088cf url(../images/xypg-left-jt.png) 0 1px no-repeat;
}

.xypg-left-nav > li:last-child {
	margin-bottom: 0;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	color: #0088cf;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
	background-color: #0088cf;
}

.xypg-left-nav .xypg-left-subnav {
	display: none;
	margin-top: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a {
	display: block;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	padding-left: 15%;
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-subnav > li > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #d4d4d4;
	border-right: none;
	vertical-align: 5px;
	margin-right: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
	color: #0088cf;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover:before {
	border-left-color: #0088cf;
}

.xypg-left-nav .xypg-left-subnav > li.hover > a:before {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: solid dashed dashed dashed;
	border-color: #0088cf transparent transparent transparent;
	border-bottom: none;
	vertical-align: middle;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav {
	display: none;
}

.xypg-left-nav .xypg-left-threenav > li > a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-left: calc(15% + 15px);
	padding-right: 5%;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 2px;
	background: #d4d4d4;
	margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
	color: #0088cf;
}

@media (max-width: 990px) {
	.xypg-left-nav .xypg-left-threenav {
		display: block;
	}
}

/*产品列表页样式*/






.xypg-pro-description {
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.xypg-product-list {
	margin: 0 -1%;
	font-size: 0;
}

.xypg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 31.333%;
	margin: 0 1% 20px 1%;
}

.xypg-product-list li .img {
	display: block;
		padding: 6px;
	border: 1px solid #bfe2f5;
	overflow: hidden;
}

.xypg-product-list li .img img {
	width: 100%;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;

}

.xypg-product-list li .img:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.xypg-product-list li h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 0 0;
}

.xypg-product-list li h3 a {
	color: #333333;
	display: block;
	text-align: center;
}

.xypg-product-list li h3 a:hover {
	color: #0088cf;
}

@media (max-width: 768px) {
	.xypg-product-list li {
		width: 48%;
	}
}

@media (max-width: 375px) {
	.xypg-product-list li {
		width: 98%;
	}
}

/* 分页基本样式 */
.xypg-pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

.xypg-pagination .pagin-left,
  .xypg-pagination .pagin-mid,
  .xypg-pagination .pagin-right,
  .xypg-pagination .pagin-select {
	display: inline-block;
	vertical-align: middle;
}

.xypg-pagination a,
  .xypg-pagination #current {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei",Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
}

.xypg-pagination #current,
  .xypg-pagination a:hover {
	color: #fff;
	border-color: #0088cf;
	background: #0088cf;
}

.xypg-pagination .pagin-mid {
	font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
	display: none;
}

.xypg-pagination .pagin-select {
	font-size: 14px;
}

.xypg-pagination .pagin-select select {
	height: 28px;
	padding: 0 8px;
	margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
	.xypg-pagination .pagin-mid .pc-pagin-mid {
		display: none;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid {
		display: block;
	}

	.xypg-pagination .pagin-mid .mob-pagin-mid span {
		display: inline-block;
		padding: 0 8px;
		line-height: 28px;
		font-size: 14px;
	}

	.xypg-pagination .pagin-select {
		display: none;
	}
}

/* 内页新闻列表 */

.pro-list li {
	border: 1px solid #e1e1e1;
	padding: 20px;
	background: #fff;
	margin-bottom: 25px;
	
	width:100%;
	display:block;
	overflow: hidden;
}



.pro-list .pic{ width:170px; float:left;}
.pro-list .pic img{-webkit-transition: all .5s;
	transition: all .5s; max-width:120px;}

.pro-list .con h5{padding-bottom: 15px;
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	padding-right: 25%;
	margin: 0;
}

.pro-list .con .wordspace{ line-height:25px;
}





.xypg-news-list li {
	border: 1px solid #e1e1e1;
	padding: 30px;
	background: #fff;
	margin-bottom: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.xypg-news-list li .tit {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
	position: relative;
}

.xypg-news-list li .tit h3 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	padding-right: 25%;
	margin: 0;
}

.xypg-news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.xypg-news-list li .info {
	font-size: 14px;
	line-height: 2;
	color: #999999;
}

.xypg-news-list li .more {
	margin-top: 15px;
}

.xypg-news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	color: #000;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	        box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
	color: #0088cf;
}

.xypg-news-list li:hover .more span {
	color: #fff;
	background-color: #0088cf;
}

@media (max-width: 990px) {
	.xypg-news-list li .tit {
		border-bottom: none;
	}

	.xypg-news-list li .tit h3 {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.xypg-news-list li .tit .date {
		position: static;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 5px;
		color: #999;
	}
}

/*内页详情页面公用样式*/
.xypg-detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.xypg-detail-info-bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
	float: left;
	margin-right: 20px;
}

.xypg-detail-info-bar .detail-info-time i {
	margin-right: 4px;
}

.xypg-detail-info-bar .detail-info-numbers {
	float: left;
}

.xypg-detail-info-bar .detail-info-numbers i {
	font-size: 12px;
	margin-right: 4px;
}

.xypg-detail-info-bar .xypg-file-down {
	float: right;
	position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
	cursor: pointer;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
	margin-right: 5px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
	color: #0088cf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
	position: absolute;
	z-index: 9999;
	width: 250%;
	right: 0;
	background: #fff;
	display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
	padding: 10px 0;
	border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
	overflow: hidden;
	line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
	font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
	color: #0088cf;
}

.xypg-detail-con-title {
	margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
	display: inline-block;
	font-size: 18px;
	color: #0088cf;
}

.xypg-detail-con{ color:#666666;
font-size:16px; line-height:30px;
}
.xypg-detail-tags {
	margin-top: 40px;
}

.xypg-detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.xypg-detail-tags .tags-title h3 {
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	color: #0088cf;
	line-height: 40px;
	border-bottom: 3px solid #0088cf;
	margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
	position: absolute;
	right: 0;
	top: 8px;
}

.xypg-detail-tags .tags-content {
	padding-top: 10px;
}

.xypg-detail-tags .tags-content a {
	font-size: 13px;
	color: #666666;
	display: inline-block;
	margin-right: 20px;
}

.xypg-detail-tags .tags-content a:hover {
	color: #0088cf;
}

.xypg-detail-pn {
	margin-top: 30px;
}

.xypg-detail-pn div {
	margin-bottom: 10px;
	background: #ededed;
	line-height: 35px;
	padding: 0 20px;
	position: relative;
}

.xypg-detail-pn div b {
	font-size: 16px;
	color: #333333;
	float: left;
	font-weight: normal;
}

.xypg-detail-pn div a {
	width: 75%;
	font-size: 14px;
	color: #565656;
}

.xypg-detail-pn div a:hover {
	color: #0088cf;
}

@media (max-width: 600px) {
	.xypg-detail-pn div a {
		width: 60%;
	}
}

@media (max-width: 600px) {
	.xypg-detail-pn div a {
		width: 50%;
	}
}

.xypg-detail-pn div span {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 13px;
	color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
	margin-top: 50px;
}

.xypg-relate .relate-title {
	background: #0088cf;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.relate-product-slick {
	padding: 0 5%;
	position: relative;
}

.relate-product-slick .slick-arrow {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	outline: none;
	border: none;
	font-size: 0;
}

.relate-product-slick .slick-arrow.slick-prev {
	left: 0;
	background: url(../images/xypg-relate-pro-ljt.png) center no-repeat;
}

.relate-product-slick .slick-arrow.slick-next {
	right: 0;
	background: url(../images/xypg-relate-pro-rjt.png) center no-repeat;
}

.relate-product-slick .slick-list {
	margin: 0 -7px;
}

.relate-product-slick .slick-slide {
	outline: none;
}

.relate-product-slick .slick-slide img {
	display: inline-block;
	width: 100%;
}

.relate-product-slick .slick-con {
	padding: 0 7px;
}

.xypg-relate .relate-news {
	margin-top: 40px;
}

.relate-news-list li {
	float: left;
	width: 48%;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.relate-news-list li:nth-child(even) {
	float: right;
}

.relate-news-list li a {
	display: block;
	padding-right: 30%;
	color: #666666;
}

.relate-news-list li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.relate-news-list li span {
	position: absolute;
	right: 0;
	top: 0;
}

.relate-news-list li:hover a {
	color: #0088cf;
}

.relate-news-list li:hover a:before {
	background-color: #0088cf;
}

.relate-news-list li:hover span {
	color: #0088cf;
}

@media (max-width: 990px) {
	.xypg-relate {
		display: none;
	}
}

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
	text-align: center;
}

.xypg-case-detail .main-img img {
	max-width: 100%;
}

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
	font-size: 16px;
	color: #ffffff;
	background: #0088cf;
	line-height: 60px;
	padding-left: 25px;
}

.xypg-jod-detail .job-detail-con {
	background: #f8f8f8;
	padding: 25px;
}

.xypg-jod-detail .job-detail-small-title {
	font-size: 16px;
	color: #0088cf;
	margin-bottom: 10px;
}

.xypg-jod-detail .job-detail-con-box {
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.xypg-jod-detail .job-detail-btn a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #666666;
	width: 200px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}

.xypg-jod-detail .job-detail-btn a:hover {
	background: #0088cf;
}

/* 简历提交表格 */
.job-detail-form .form-title {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 2.5;
}

.job-detail-form .form-info {
	line-height: 2;
	margin: 10px 0;
}

.job-detail-form .form-info span {
	color: red;
}

.job-detail-form .red-star {
	color: red;
}

.job-detail-form textarea {
	resize: none;
}

.job-detail-form #checkcode {
	display: inline-block;
	width: 30%;
}

.job-detail-form #checkCodeImg {
	vertical-align: top;
	margin-left: 10px;
}

.job-detail-form #change_code {
	line-height: 34px;
	padding: 0 10px;
	color: #0088cf;
}

.job-detail-form .form-small-tit {
	line-height: 2;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.job-detail-form .form-prompt {
	font-size: 12px;
	margin-bottom: 15px;
	color: #999;
}

/* 在线留言页面 */
#message-form .red-star {
	color: red;
}

#message-form textarea {
	resize: none;
}

#message-form #checkcode {
	display: inline-block;
	width: 30%;
}

#message-form #checkCodeImg {
	vertical-align: top;
	margin-left: 10px;
}

#message-form #change_code {
	line-height: 34px;
	padding: 0 10px;
	color: #0088cf;
}

@media (max-width: 768px) {
	#message-form.n-default .msg-wrap {
		position: static;
	}
}

/* 下载详情页面 */
.xypg-download-list.xypg-download-detail-list .download-title {
	background: #f3f3f3;
}

.xypg-download-list.xypg-download-detail-list .download-title .file-name {
	width: 35%;
}

.xypg-download-list.xypg-download-detail-list .download-title span {
	width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
	width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
	width: 35%;
}

@media (max-width: 768px) {
	.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
		width: 100%;
	}

	.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
		width: 100%;
	}
}

/* 搜索结果页面样式 */
.xypg-search-result .tag-total {
	border: 1px solid #0088cf;
	padding: 10px;
	line-height: 1.6;
	z-index: 14px;
	color: #333;
	margin-bottom: 20px;
	background: #efefef;
}

.xypg-search-result-box {
	margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
	border-left: 3px solid #0088cf;
	padding-left: 15px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
	padding: 10px 0;
	border-bottom: 1px dashed #cfcfcf;
	width: 50%;
	float: left;
}

.xypg-detail-file-dwon li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.xypg-detail-file-dwon li .list-con {
	overflow: hidden;
	line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
	font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
	color: #ab001a;
}

/* 相册列表页 */
.xypg-album-cate {
	margin: 0 -1%;
}

.xypg-album-cate li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 20px 1%;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.xypg-album-cate li .album-img {
	margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
	width: 100%;
}

.xypg-album-cate li .album-title {
	text-align: center;
	font-size: 15px;
	color: #666666;
	margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.xypg-album-cate li .album-num span {
	display: inline-block;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.xypg-album-cate li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-cate {
		margin: 0;
	}

	.xypg-album-cate li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.xypg-album-list {
	margin: 0 -1%;
}

.xypg-album-list li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 20px 1%;
	position: relative;
}

.xypg-album-list li .img {
	display: block;
	overflow: hidden;
}

.xypg-album-list li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xypg-album-list li h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-weight: normal;
	font-size: 16px;
}

.xypg-album-list li:hover .img img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

@media (max-width: 768px) {
	.xypg-album-list li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-list {
		margin: 0;
	}

	.xypg-album-list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.xypg-album-list.xypg-getkey-list li {
	width: 18%;
}

@media (max-width: 1366px) {
	.sy-search{padding: 2px 0 0 0;}
	.pro-box .pro-left .pro-cate li {line-height: 35px;}
	.adv-box .adv-list li .adv-num{font-size: 50px;}
	.adv-box .adv-list li .adv-test h3{font-size: 16px;line-height: 30px;}
.adv-box .adv-list li {    margin-bottom: 30px;}
	.adv-box .adv-list .adv2 {    width: 550px;}
.adv-box .adv-list .adv1 {    width: 550px;    margin-top: 30px;}
.adv-box .adv-list .adv3 {    width: 550px;}
.adv-box .adv-list .adv5 {    width: 550px;}
.mid-banner .banner-left .banner-tit span {font-size: 22px;}
.mid-banner .banner-left .banner-tit {font-size: 30px;}
.mid-banner .banner-left .banner-test {    text-indent: 10%;}
.mid-banner .banner-left .banner-test {
    font-size: 24px;
    color: #fff;
    text-indent: 10%;
}
	.about-box{padding: 20px 0;}
	.case-box{padding: 20px 0;}
	.news-box .news-right .news-list li{padding: 5px 0;}
	.news-box .news-right .news-list li p{    font-size: 14px;    line-height: 31px;}
	
	
}
@media (max-width: 1200px) {
	.xypg-album-list.xypg-getkey-list li {
		width: 31.3333%;
	}
}

@media (max-width: 768px) {
	.xypg-album-list.xypg-getkey-list li {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.xypg-album-list.xypg-getkey-list {
		margin: 0;
	}

	.xypg-album-list.xypg-getkey-list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* 下载列表页 */
.xypg-download-list .download-title {
	line-height: 60px;
	background: #d9d9d9;
	font-size: 18px;
	color: #333333;
}

.xypg-download-list .download-title span {
	display: block;
	float: left;
	text-align: center;
	width: 19%;
}

.xypg-download-list .download-title .file-name {
	width: 43%;
	text-align: left;
	padding-left: 5%;
}

.xypg-download-list .download-item {
	line-height: 50px;
}

.xypg-download-list .download-item .download-item-span {
	float: left;
	width: 19%;
	text-align: center;
	font-size: 14px;
	color: #555555;
}

.xypg-download-list .download-item .download-item-span.download-item-first {
	padding-left: 4%;
	width: 43%;
	text-align: left;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
	margin-right: 5px;
	font-size: 14px;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a {
	color: #0088cf;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
	text-decoration: underline;
}

.xypg-download-list .download-item:nth-child(odd) {
	background: #f3f3f3;
}

.xypg-download-list .download-item .mob-download-title {
	display: none;
}

@media (max-width: 768px) {
	.xypg-download-list .download-title {
		display: none;
	}

	.xypg-download-list .download-item {
		border: 1px solid #ebebeb;
		margin-bottom: 20px;
		background: #fff !important;
	}

	.xypg-download-list .download-item .download-item-span {
		float: none;
		width: 100%;
	}

	.xypg-download-list .download-item .download-item-span.download-item-first {
		padding-left: 0;
		width: 100%;
	}

	.xypg-download-list .download-item .download-item-span .mob-download-title {
		float: left;
		display: block;
		width: 130px;
		padding-left: 15px;
		text-align: left;
		font-weight: bold;
	}

	.xypg-download-list .download-item .download-item-span .download-item-con {
		float: right;
		width: calc(100% - 130px);
		text-align: right;
		padding-right: 20px;
	}

	.xypg-download-list .download-item .download-item-span + .download-item-span {
		border-top: 1px dashed #ebebeb;
	}
}

/* 下招聘列表页 */
.xypg-job-list .job-name {
	width: 32.5%;
	padding-left: 4%;
}

.xypg-job-list .job-xlyq {
	width: 32.5%;
	padding-left: 4%;
}

.xypg-job-list .job-number {
	width: 20%;
	text-align: center;
}

.xypg-job-list .job-more {
	width: 15%;
	text-align: center;
}

.xypg-job-list .job-title {
	line-height: 60px;
	background: #0088cf;
	font-size: 18px;
	color: #fff;
}

.xypg-job-list .job-title span {
	display: block;
	float: left;
	font-weight: bold;
}

.xypg-job-list .job-item {
	margin-top: 20px;
	line-height: 60px;
	background: #f8f8f8;
}

.xypg-job-list .job-item .job-item-span {
	float: left;
	font-size: 16px;
	color: #333333;
}

.xypg-job-list .job-item .job-item-span .job-item-con {
	display: block;
}

.xypg-job-list .job-item .job-more a {
	float: right;
	display: block;
	text-align: center;
	background: #000;
	width: 29px;
	height: 29px;
	margin: 15px 30px 0 0;
	background: #9c9c9c url(../images/xypg-job-jt.png) center no-repeat;
	border-radius: 50%;
}

.xypg-job-list .job-item .job-more a:hover {
	background-color: #0088cf;
}

.xypg-job-list .job-item .mob-job-title {
	display: none;
}

@media (max-width: 768px) {
	.xypg-job-list .job-title {
		display: none;
	}

	.xypg-job-list .job-item {
		border: 1px solid #ebebeb;
		margin-bottom: 20px;
		background: #fff !important;
		line-height: 50px;
	}

	.xypg-job-list .job-item .job-item-span {
		float: none;
		width: 100%;
		padding-left: 0;
		font-size: 14px;
	}

	.xypg-job-list .job-item .job-item-span .mob-job-title {
		float: left;
		display: block;
		width: 130px;
		padding-left: 15px;
		text-align: left;
		font-weight: bold;
	}

	.xypg-job-list .job-item .job-item-span .job-item-con {
		float: right;
		width: calc(100% - 130px);
		text-align: right;
		padding-right: 20px;
	}

	.xypg-job-list .job-item .job-more a {
		margin: 12px 0 0 0;
	}

	.xypg-job-list .job-item .job-item-span + .job-item-span {
		border-top: 1px dashed #ebebeb;
	}
}

/* 产品详情页面 */
.product-detail-swiper {
	width: 399px;
	float: left;
}

.product-detail-swiper .view {
	border: 1px solid #e5e5e5;
}

.product-detail-swiper .view .swiper-slide {
	outline: none;
}

.product-detail-swiper .view .slick-con {
	text-align: center;
	display: block;
	height: 318px;
	line-height: 318px;
	font-size: 0;
}

.product-detail-swiper .view .slick-con img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.product-detail-swiper .view .slick-con:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.product-detail-swiper .preview {
	margin: 0 -5px;
	position: relative;
	margin-top: 10px;
}

.product-detail-swiper .preview .swiper-slide {
	outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
	border-color: #0088cf;
}

.product-detail-swiper .preview .slick-con {
	text-align: center;
	display: block;
	height: 101px;
	line-height: 99px;
	margin: 0 5px;
	border: 1px solid #e1e1e1;
	font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -25px;
	width: 20px;
	height: 50px;
	background: rgba(89, 89, 89, 0.8);
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}

.product-detail-swiper .preview .arrow-left {
	left: 5px;
}

.product-detail-swiper .preview .arrow-right {
	right: 5px;
}

.product-detail-list {
	width: calc(100% - 440px);
	padding-top: 20px;
	float: right;
}

.product-detail-list h1 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 65px;
}

.product-detail-list .product-detail-item li {
	border-top: 1px solid #eee;
	padding: 25px 0;
	font-size: 18px;
	color: #333333;
}

.product-detail-list .product-detail-item li span {
	font-size: 14px;
	color: #666666;
}

.product-detail-list .product-detail-inquiry {
	margin-bottom: 20px;
}

.product-detail-list .product-detail-inquiry a {
	display: inline-block;
	width: 80%;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: #0088cf;
	border-radius: 2px;
}

.product-detail-list .product-detail-inquiry a i {
	font-size: 20px;
	line-height: 0;
	vertical-align: -2px;
	margin-right: 5px;
}

.product-detail-list .service-number {
	font-size: 14px;
	color: #333333;
}

.product-detail-list .service-number span {
	font-size: 25px;
	color: #b80024;
}

@media (max-width: 1200px) {
	.product-detail-list h1 {
		font-size: 20px;
		line-height: 50px;
	}

	.product-detail-list .product-detail-item li {
		padding: 10px 0;
		font-size: 16px;
	}

	.product-detail-list .product-detail-inquiry {
		margin-bottom: 20px;
	}

	.product-detail-list .product-detail-inquiry a {
		width: 85%;
		line-height: 45px;
		font-size: 16px;
	}

	.product-detail-list .service-number span {
		display: block;
	}
}

@media (max-width: 768px) {
	.product-detail-swiper {
		width: 100%;
		float: none;
	}

	.product-detail-swiper .view .slick-con {
		height: auto;
		line-height: 0;
	}

	.product-detail-swiper .preview .slick-con {
		height: auto;
		line-height: 0;
	}

	.product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
		position: absolute;
		z-index: 99;
		top: 50%;
		margin-top: -25px;
		width: 20px;
		height: 50px;
		background: rgba(89, 89, 89, 0.8);
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 20px;
	}

	.product-detail-list {
		width: 100%;
		float: none;
	}
}

.product-detail-tab {
	margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	height: 45px;
}

.product-detail-tab .product-detail-tabli li {
	float: left;
	width: 20%;
	line-height: 45px;
	margin-top: -1px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:hover {
	background: #0088cf;
	color: #fff;
}

.product-detail-tab .product-detail-tabcon {
	padding: 15px 0;
}

@media (max-width: 768px) {
	.product-detail-tab .product-detail-tabli {
		height: 40px;
	}

	.product-detail-tab .product-detail-tabli li {
		font-size: 14px;
		line-height: 40px;
	}
}

@media (max-width: 420px) {
	.product-detail-tab .product-detail-tabli {
		height: 40px;
	}

	.product-detail-tab .product-detail-tabli li {
		font-size: 12px;
		line-height: 40px;
	}
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
	line-height: 40px;
	background-color: #f5f8fa;
	border: 1px solid #d6dbe1;
	text-indent: 20px;
	color: #666;
	border-bottom: 2px solid #ccc;
	font-size: 16px;
}

.xypg-sitemap .map_list {
	line-height: 30px;
	padding: 0 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
	padding: 4px;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}

.xypg-sitemap .map_list a:hover {
	text-decoration: none;
	color: #3b639f;
	padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
	margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
	font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
	color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
	text-decoration: none;
	color: #3b639f;
}

/* 网站标签页面样式 */
.tagdescription {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	line-height: 1.7;
	background: #efefef;
	margin-bottom: 20px;
}

.tag-category {
	margin-bottom: 20px;
}

.tag-category span {
	font-size: 16px;
	color: #000;
	display: inline-block;
}

.tag-category a {
	display: inline-block;
	line-height: 25px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
	margin-right: 10px;
}

.tag-category a:hover {
	background: #0088cf;
	color: #fff;
}

.tag-list-product li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tag-list-product .tag-img {
	width: 220px;
	float: left;
	margin-right: 20px;
}

.tag-list-product .tag-img .img {
	display: block;
	border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
	width: 100%;
}

.tag-list-product .tag-wz {
	overflow: hidden;
}

.tag-list-product .tag-wz h1 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
	color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
	width: 50%;
	float: left;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}

.tag-list-product .tag-wz .desp {
	font-size: 12px;
	line-height: 2;
	height: 48px;
	overflow: hidden;
	color: #666;
	margin: 5px 0;
}

@media (max-width: 768px) {
	.tag-list-product .tag-img {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	.tag-list-product .tag-img .img img {
		width: auto;
		max-width: 100%;
	}

	.tag-list-product .tag-wz .tab-fenli p {
		width: 100%;
		float: none;
	}
}

.xytag-title {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
}

.xytag-recom-product ul {
	margin: 0 -1%;
}

.xytag-recom-product li {
	float: left;
	position: relative;
	width: 18%;
	margin: 0 1%;
	overflow: hidden;
}

.xytag-recom-product li img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xytag-recom-product li .zz-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xytag-recom-product li .zz-bg h2 {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	height: 30px;
	margin: auto;
}

.xytag-recom-product li:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.xytag-recom-product li:hover .zz-bg {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

/* 会员登录注册页面样式 */
.xy-head.login-head {
	position: static;
	padding: 15px 0;
}

.xy-head.login-head .xy-head-left .logo {
	padding-top: 0;
	-webkit-transition: none;
	transition: none;
}

.xy-head.login-head .xy-head-links {
	display: none;
}

.xy-head.login-head .xy-menu > li {
	color: #333333;
}

.xy-head.login-head .xy-menu > li > a {
	color: #333333;
}

.xy-head.login-head .xy-menu > li > a .creat {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 3px;
	cursor: pointer;
	border-style: solid dashed dashed dashed;
	border-color: #333333 transparent transparent transparent;
	border-bottom: none;
}

.xy-head.login-head .xy-menu > li + li {
	background: url(../images/xy-login-navlibg.png) left center no-repeat;
}

.xy-head.login-head .xy-head-navbar {
	margin-top: 10px;
	-webkit-transition: none;
	transition: none;
}

.xy-head.login-head .xy-head-navbar .xy-search {
	border-color: #afafaf;
}

.xy-head.login-head .xy-head-navbar .xy-search #keyword {
	color: #afafaf;
}

.xy-head.login-head .xy-head-navbar .xy-search #s_btn {
	color: #afafaf;
}

.xylogin-content {
	background: #ededed;
	min-height: calc(100vh - 103px);
}

.xylogin-content .xylogin-banenr {
	height: 189px;
	background-size: cover;
}

.xylogin-form {
	width: 600px;
	margin: -60px auto 0 auto;
	background: #ffffff;
	border-radius: 10px;
	padding: 45px 65px;
}

.xylogin-form .form-title {
	position: relative;
	margin-bottom: 25px;
}

.xylogin-form .form-title h3 {
	font-size: 30px;
	color: #363636;
	display: inline-block;
	font-weight: bold;
}

.xylogin-form .form-title a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: #0088cf;
}

.xylogin-form .form-title a:hover {
	text-decoration: underline;
}

.xylogin-form .input-g {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 15px;
	padding: 5px 0;
}

.xylogin-form .input-g label {
	color: #565656;
	margin-right: 5px;
	line-height: 25px;
	font-size: 18px;
}

.xylogin-form .input-g .input-text {
	width: calc(100% - 50px);
	border: none;
	outline: none;
	height: 25px;
	background: none;
	font-size: 16px;
	color: #565656;
}

.xylogin-form .input-g .input-text.msg {
	width: 50%;
}

.xylogin-form .input-g .msgcode {
	float: right;
	border: 1px solid #e1e1e1;
	background: none;
	padding: 0 5px;
	line-height: 25px;
	border-radius: 5px;
	font-size: 12px;
	color: #565656;
	outline: none;
}

.xylogin-form .input-g .msgcode:hover {
	background: #0088cf;
	color: #fff;
}

.xylogin-form .input-g #valicode {
	width: 50%;
}

.xylogin-form .input-g #codeimg {
	float: right;
}

.xylogin-form .forget-pwd {
	position: relative;
	line-height: 20px;
}

.xylogin-form .forget-pwd .jzdlzh {
	display: inline-block;
	font-size: 14px;
	color: #797979;
}

.xylogin-form .forget-pwd .jzdlzh #remmber {
	display: inline-block;
	vertical-align: -2px;
}

.xylogin-form .forget-pwd a {
	font-size: 13px;
	color: #337ab7;
}

.xylogin-form .forget-pwd a:hover {
	text-decoration: underline;
	color: #0088cf;
}

.xylogin-form .btn-g {
	margin-top: 20px;
}

.xylogin-form .btn-g input[type="submit"] {
	width: 100%;
	background: #363636;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	outline: none;
}

.xylogin-form .btn-g input[type="submit"]:hover {
	background: #0088cf;
}

.xylogin-form .btn-g.zhuce-btn {
	margin-top: 35px;
}

@media (max-width: 768px) {
	.xylogin-form {
		width: 90%;
		padding: 30px 30px;
	}
}

@media (max-width: 480px) {
	.xylogin-form .input-g {
		font-size: 12px;
	}

	.xylogin-form .input-g #valicode {
		width: 44%;
	}

	.xylogin-form .input-g #codeimg {
		width: 100px;
		height: 25px;
	}

	.xylogin-form .btn-g {
		margin-top: 20px;
	}

	.xylogin-form .btn-g input[type="submit"] {
		line-height: 40px;
		font-size: 16px;
	}
}

.xylogin-footer {
	background: #ededed;
	text-align: center;
	color: #666666;
	line-height: 30px;
	padding: 15px 0;
}

.xylogin-footer a {
	color: #666;
}

/* 个人中心页面样式 */
.personal-cont li {
	margin-bottom: 15px;
}

.personal-cont li label {
	width: 120px;
	font-size: 16px;
	text-align: right;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

.personal-cont li .input-pwd {
	overflow: hidden;
	height: 40px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	width: 40%;
	padding-left: 10px;
	outline: none;
}

.personal-cont li .input-pwd:focus {
	border-color: #00acd8;
	-webkit-box-shadow: 0 0 6px #00acd8;
	        box-shadow: 0 0 6px #00acd8;
}

.personal-cont li .save-send {
	width: 30%;
	line-height: 40px;
	background: #0088cf;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.personal-cont li label {
		width: 100px;
	}

	.personal-cont li .input-pwd {
		width: calc(90% - 110px);
	}

	.personal-cont li .save-send {
		width: 40%;
	}
}

@media (max-width: 420px) {
	.personal-cont li label {
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}

	.personal-cont li .input-pwd {
		width: 100%;
	}

	.personal-cont li .save-send {
		width: 100%;
	}
}

/* 会员权限跳转 */
.jump-center {
	text-align: center;
}

.jump-center .iconfont {
	font-size: 200px;
	font-weight: bold;
	color: #0088cf;
}

.jump-center #show {
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}

.jump-center #show span {
	font-size: 20px;
	color: #0088cf;
}

.message-box #message-form1 .form-control {
    display: inline;
}

/*# sourceMappingURL=xyDemo.css.map */


/*banner*/

.fullSlide{width:100%;position:relative;height:600px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

.n_com{
	text-align:left;
	line-height:25px;
	clear: both;
	padding: 10px;
}
.n_com img{max-width: 100%;}
#Pro_tt{
font-size: 20px;
	color: #363636;
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;
	line-height:45px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:20px;
	}
#Pro_pic{ text-align:center; margin:20px;}
.gd li {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-right: 30px;
	border:1px #CCCCCC solid;
	height:155px;
	padding:8px;
}
.gd li:hover{box-shadow:0 0 10px rgba(0, 0, 0, 0.15);}
.gd {
	padding-left: 70px;
}

.newlis { margin:10px;}
.newlis ul{list-style:none;}
.newlis li{ background:url(../images/common.gif) no-repeat 6px 3px;  padding-left:20px; line-height:25px; margin-bottom: 6px;}
.newlis li a { color:#565656; }
.newlis li a:hover { color:#0088d8; text-decoration:none}
.newlis li span{ width:100px; float:right;}

.display-pc {  display: block; }

.not-display-pc {  display: none; }

.relate_list{margin-top:10px;}
.relate h4{line-height:50px;border-bottom:1px solid #0088CF;padding-left:5px; margin-top: 10px;font-size: 20px;}
.relate .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.relate .img img{ width: 100%;}
.relate li{}
.relate li{width:33%;float:left;}
.relate ul{float:none;}

.product_list li{width: 24%; margin-left: 0.5%; margin-right: 0.5%; margin-top: 10px; float:left;}
.product_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list li a.img img{}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;font-size: 14px;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#0088CF;}
.roll_product{float:left;}

.relate .news_list li{line-height:27px;position:relative;}
.relate .news_list li a{line-height:27px;color:#666;}
.relate .news_list li a:hover{text-decoration:none;color:#0088CF;}
.relate .news_list li span{color:#999;z-index:0;line-height:27px;position:absolute;right:0px;top:0px;}
.relate .news_list li h3 {font-size:14px;}
.relate .news_list li div{line-height:24px;}

@media (max-width: 1000px) {
  .display-pc {display: none; }
  .display-600 {display: block; }
  .not-display-pc{display: block;}
  .not-display-600 {display: none; }
	
.sub-menu-w {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  padding-bottom: 40px;
  display: none;
}
.sub-menu-w .btn-close {
  width: 56px;
  height: 56px;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sub-menu-w .btn-close img {
  width: 12px;
}
.sub-menu-w .menu-w {
  padding: 65px 40px 0;
}
.sub-menu-w .menu-w .menu-l {
  width: 100%;
  text-align: center;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sub-menu-w .menu-w .menu-l .mtt, .sub-menu-w .menu-w .menu-l .mtt a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 9px 0;
}
.sub-menu-w .menu-w .menu-l:last-child {
  border-bottom: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu {
  border-top: 1px rgba(255, 255, 255, 0.8) solid;
  padding: 8px 0;
  display: none;
}
.sub-menu-w .menu-w .menu-l .sub-menu a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 16px;
  padding: 5px 0;
}
    
.topbar {
    height: 56px;
}

.topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 56px;
  background-color: #0088CF;
}
.topbar .logo-w .logo-ww {
  width: 100%;
  height: 56px;
  float: left;
  display: flex;
  justify-content: left;
  align-items: center;
}
.topbar .logo-w .logo-ww h3{font-family: 'Do Hyeon', sans-serif; font-size: 18px; font-weight: 600; color: #FFFFFF; margin-left: 10px; margin-top: 5px;}
.topbar .logo-w .logo-ww img {
  height: 30px;
    margin-left: 10px;
}
.topbar .logo-w.ylw {
  background-color: #0088CF;
}
.topbar .navs-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #333;
}
.topbar .navs-w .menu-opener {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topbar .navs-w .menu-opener img {
  width: 14px;
}
.topbar .navs-w .phone {
  width: auto;
  height: 56px;
  float: left;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 0 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar .navs-w .phone img {
  width: 19px;
  margin-right: 10px;
}
.topbar .navs-w .phone span {
  font-weight: bold;
  font-size: 21px;
}
.topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 25px;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.topbar .menu-w .menu-ww .menus {
  padding-right: 35px;
}
.topbar .menu-w .menu-ww .menus .item {
  padding: 0 22px;
  line-height: 56px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: inline-block;
  height: 56px;
  float: left;
}
.topbar .menu-w .menu-ww .menus .item:after {
  content: ' ';
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.topbar .menu-w .menu-ww .menus .item.active:after, .topbar .menu-w .menu-ww .menus .item:hover:after {
  opacity: 1;
}
.topbar .menu-w .menu-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.topbar .menu-w .menu-ww .close-w img {
  height: 10px;
}
.topbar .menu-w.active {
  opacity: 1;
  width: calc(100% - 196px);
}
	
.pagination>li {padding: 1px 7px;}
		
body .fast-nav-resp{width: 100%; right: 100%;}
.fast-nav-resp {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 58px;
    background-color: #fff;
    z-index: 11;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.4s; }
.fast-nav-resp .item {
      width: 20%;
      text-align: center;
      position: relative; }
  .fast-nav-resp .item img {
        height: 20px; }
  .fast-nav-resp .item p {
        font-size: 9px;
        margin-top: 5px; }
  .fast-nav-resp .item .badge1 {
        position: absolute;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #E60113;
        color: #fff;
        text-align: center;
        line-height: 12px;
        font-size: 9px;
        top: -4px;
        left: calc(50% + 12px);
        font-weight: bold; }
.fast-nav-resp.active {
      right: 0; }
	.product_list li{width: 49%; margin-left: 0.5%; margin-right: 0.5%;}
	.relate .news_list li{width: 100%;}
}
@media (max-width : 767px){
	.hidden-xs {display: none !important;}
	
	.case-box .case-list li{width: 45%;}
	.case-box .case-list li img {
    height: 104px;
}
}