@charset "UTF-8";


/*抖动*/
.head-tel .item:hover:before,
.num-list .mini-item:hover:before {
	-webkit-animation: sh-shake 2s ease infinite;
	animation: sh-shake 2s ease infinite;
}
/*动画——抖动效果*/
@-webkit-keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-5px)
}
6%,12%,20% {
	-webkit-transform:translateY(5px)
}
}@keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-5px);
	transform:translateY(-5px)
}
6%,12%,20% {
	-webkit-transform:translateY(5px);
	transform:translateY(5px)
}
}


/*通用标题*/
.com-title {
	text-align: center;
}
.page-title {
	padding: 60px 0;
}
.com-title h3 {
	font-size: 36px;
	line-height: 42px;
	color: #475470;
	padding-bottom: 50px;
}
.com-title h3 span {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	font-size: 42px;
	text-transform: uppercase;
	color: #000;
}
.detail-title h3 {
	position: relative;
}
.detail-title h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 3px;
	/* background: #0b3ba3; */
	margin-left: -30px;
}
.com-title p {
	margin-top: 10px;
	font-size: 16px;
	color: #949494;
	background: url(../images/com-title-bg.png) no-repeat center;
	text-transform: uppercase;
}
.com-title p .tit-bg {
	display: inline-block;
	padding: 0 30px;
	background: #f5f5f5;
}
.com-title .mini {
	background: url(../images/com-title-bg2.png) no-repeat center;
}
.com-title.white h3,
.com-title.white h3 span {
	color: #fff;
}
.com-title.white p {
	color: #b8bcc5;
	background: url(../images/com-title-bg-white.png) no-repeat center;
}

/*通用按钮*/
.com-btn {
	position: relative;
	display: inline-block;
	width: 154px;
	line-height: 45px;
	border: 2px solid #cfd4dd;
	text-align: center;
	font-size: 18px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.com-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
	background: #0b3ba3;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.com-btn:hover:before {
	height: 100%;
	top: 0;
}
.com-btn:hover,
.com-btn.c-default:hover {
	color: #fff;
	border-color: #0b3ba3;
}
.com-btn span {
	position: relative;
}
.com-btn.c-default {
	color: #475470;
	border-color: #475470;
}


/*产品*/
.inex-product {
	padding-top: 70px;
	padding-bottom: 50px;
	background: url(../images/bg-xw.png);
}
.index-product-tab {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 0;
	text-align: center;
}
.index-product-tab li {
	display: inline-block !important;
	width: 14% !important;
	float: none !important;
	font-size: 20px;
	cursor: pointer;
}
.index-product-tab li h5,
.cwd-product-list li .box h5 {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-product-tab li:hover h5,
.index-product-tab li.slick-current h5,
.cwd-product-list li .box:hover h5 {
	color: #0b3ba3;
}
.index-product-tab li .pic {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
}
.index-product-tab li .pic i {
	width: 50px;
	height: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-product-tab li:hover .pic i,
.index-product-tab li.slick-current .pic i {
	background-position: -50px center;
}
.index-product-tab li .pic .icon-p1 {
	background: url(../images/icon-product-1.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p2-1 {
	background: url(../images/icon-product-2-1.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p2 {
	background: url(../images/icon-product-2.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p3 {
	background: url(../images/icon-product-3.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p4 {
	background: url(../images/icon-product-4.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p5 {
	background: url(../images/icon-product-5.png) no-repeat left center;
}
.index-product-tab li .pic .icon-p6 {
	background: url(../images/icon-product-6.png) no-repeat left center;
}

.index-product-content {
	height: 415px;
	overflow: hidden;
}
.cwd-product-list li {
	text-align: center;
}
.cwd-product-list li .box .pic {
	height: 340px;
	width: 340px;
	line-height: 338px;
	font-size: 0;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cwd-product-list li .box .pic img {
	width: 100%;
}
.cwd-product-list li .box:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.cwd-product-list li .box h5 {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 16px;
}

.index-solution {
	position: relative;
	height: 391px;
	background: url(../images/index-solution.jpg) no-repeat center;
}
.index-solution .cont {
	position: absolute;
	left: 50%;
	top: 110px;
	width: 690px;
	margin-left: -80px;
	color: #fff;
}
.index-solution .cont h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1.1;
}
.index-solution .cont h4 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
	color: #dde0e8;
}
.index-solution .cont p {
	color: #b5b8ca;
}










/*内页*/
.page-banner {
	position: relative;
	overflow: hidden;
}

.page-banner .pb-pic {
	overflow: hidden;
}

.page-banner .pb-pic img {
	max-width: 100%;
	-webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}

@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }

    100% {
        transform: scale(.9, .9)
    }
}

.page-banner .pb-center-tit {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.page-banner .pb-tit {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-left: -600px;
	margin-top: -107px;
	font-size: 36px;
}
.page-banner .pb-tit.black {
	margin-top: -87px;
}

.page-banner .pb-tit .en-tit {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "066-CAI978",Arial;
}
.page-banner .pb-tit.c-deep .en-tit {
	color: #0b3ba3;
}
.page-banner .pb-tit h2 {
	color: #fff;
}
.page-banner .pb-tit.c-deep h2 {
	color: #475470;
}

.page-banner .pb-tit.black .en-tit, .page-banner .pb-tit.black h2 {
	color: #142f2a;
}

@media (max-width:1600px) {
	.page-banner .pb-tit .en-tit {
		font-size: 45px;
	}

	.page-banner .pb-tit {
		font-size: 30px;
		margin-top: -96px;
	}

	.page-banner .pb-tit.black {
		margin-top: -70px;
	}

}

@media (max-width:1440px) {
	.page-banner .pb-tit .en-tit {
		font-size: 40px;
	}

	.page-banner .pb-tit {
		font-size: 24px;
		margin-top: -86px;
	}
	.page-banner .pb-tit.black {
		margin-top: -60px;
	}

}



/*内页分类*/
.com-cate {
	position: relative;
	width: 100%;
	height: 72px;
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 1px 5px rgba(0,0,0,0.08);
	font-size: 0;
}
.solution-cate {
	border-bottom: none;
}
.com-cate li {
	position: relative;
	display: inline-block;
	margin: 0 35px;
	height: 72px;
}
.com-cate li>a {
	display: inline-block;
	padding: 0 35px;
	font-size: 18px;
	color: #475470;
	line-height: 72px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-cate li:hover>a,
.com-cate li.on>a {
	color: #0d3ba3;
}
.com-cate li .caret>a .caret {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-cate li:hover>a .caret {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.com-cate li .sub-cate {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 10;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.com-cate li .sub-cate:before {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 9px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px rgba(0,0,0,0.1);
}
.com-cate li .sub-cate a {
	display: block;
	font-size: 16px;
	color: #475470;
	line-height: 45px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-cate li .sub-cate a:hover {
	color: #0d3ba3;
}
.com-cate li:hover .sub-cate {
	visibility: visible;
	opacity: 1;
	top: 72px;
}


/* ====== 产品详情 ====== */
/*产品左侧*/
.product-detail-header .product-pic {
	float: left;
	width: 550px;
	height: 730px;
}
.product-pic .thumb-list {
	width: 550px;
	height: 145px;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 2%;
}
.product-pic .thumb-list .slick-track {
	/*margin-top: -202px;*/
}

.product-pic .thumb-list li {
	width: 140px;
	font-size: 0;
	line-height: 138px;
	text-align: center;
	border: 1px solid #dfdfdf;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0 5px;
}



.product-pic .thumb-list li.slick-current {
	border-color: #0b3ba3;
}
.product-pic .pic-list {
	width: 550px;
	height: 560px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
}
.product-pic .pic-list .slick-prev,
.product-pic .pic-list .slick-next {
	background: transparent;
}
.product-pic .pic-list .slick-prev:before {
	width: 37px;
	height: 37px;
	background: url(../images/icon-product-prev.png) no-repeat center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-pic .pic-list .slick-prev:hover:before {
	background: url(../images/icon-product-prev-on.png) no-repeat center;
}
.product-pic .pic-list .slick-next:before {
	width: 37px;
	height: 37px;
	background: url(../images/icon-product-next.png) no-repeat center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-pic .pic-list .slick-next:hover:before {
	background: url(../images/icon-product-next-on.png) no-repeat center;
}
.product-detail-header .product-des {
    float: right;
    width: 790px;
    padding-top: 0;
}

.product-detail-header .product-des .tit {
	padding-top:84px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #475470;
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.5;
}


.product-detail-header .p-desc {
    min-height: 150px;
    max-height: 350px;
    color: #949494;
    font-size: 16px;  
    overflow: hidden;
    line-height: 35px;
}

/*滚动条 开始*/
.product-detail-header .p-desc::-webkit-scrollbar {
    width:4px;
    height:4px;
}
.product-detail-header .p-desc::-webkit-scrollbar-button    {
    background-color:#f5f5f5;
}
.product-detail-header .p-desc::-webkit-scrollbar-track     {
    background:#f5f5f5;
}
.product-detail-header .p-desc::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius:2px;
}
.product-detail-header .p-desc::-webkit-scrollbar-corner {
    background:#82AFFF;
}
.product-detail-header .p-desc::-webkit-scrollbar-resizer  {
    background:#FF0BEE;
}
/*滚动条 结束*/



.product-detail-header .p-desc table,
.product-detail-header .p-desc table tr,
.product-detail-header .p-desc table td {
    border: none !important;
    width: auto!important;
    padding: 0 !important;
    height: 30px !important;
    color: #475470;
    text-align: left !important;
}

.product-detail-header .p-desc table td p,
.product-detail-header .p-desc table td p span {
	text-align: left !important;
	font-family: "微软雅黑"!important;
	font-size: 16px !important;
	text-indent: 0 !important;
}

.product-detail-header .p-desc table td:first-child {
    color: #949494;
    padding-right: 35px !important;
    position: relative;
}
.product-detail-header .p-desc table td:first-child:after {
	content: ":";
	position: absolute;
	right: 26px;
	top: 0;
	line-height: 1;
}

.product-detail-header .product-des .zixun-box {
    margin-top: 35px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    color: #fff;
    font-size: 0;
    text-align: center;
    -webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.product-detail-header .product-des .zixun-box span {
	float: left;
}
.product-detail-header .product-des .zixun-box .t1 {
	position: relative;
	width: 40px;
	font-size: 18px;
	/* background: #475470; */
	padding-left: 40px;
	height: 50px;
}
.product-detail-header .product-des .zixun-box .t1:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	width: 25px;
	height: 100%;
	background: url(../images/icon-product-tel.png) no-repeat center;
}

.product-detail-header .product-des .zixun-box .num {
	width: 200px;
	font-size: 22px;
	/* background: #0c3ba3; */
	color: #000;
	font-weight: 600;
}

.product-detail-header .product-des .zixun-box:hover {
	/*width: 220px;*/
	opacity: .9;
}

.product-detail-item {
    margin-bottom: 55px;
    z-index: 999;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background: #036eb6;
}

.product-detail-item li {
    position: relative;
    float: left;
    width: 160px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 16px 0;
}

.product-detail-item li:before {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 50%;
    bottom: 0;
    width: 0px;
    /* background: #fff; */
    height: 0px;
    border: 15px solid #000;
    border-bottom-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    opacity: 0;
}
.product-detail-item li.on:before {
	left: 66px;
	width: 0;
	opacity: 1;
}
.product-detail-item li span {
	position: relative;
}
.product-detail-item li.on {
    color: #fff;
}
.product-detail-item li:hover {
    color: #fff;
}

.product-detail .bd {
    height: auto !important;
    max-width: 1400px !important;
    text-align: center;
    margin: auto;
}

.product-detail .bd .item {
    position: static !important;
	width: 100% !important;
}

.product-detail .bd .item~.item {
    display: none;
}
.product-ys {
	margin-top: 70px;
}
.product-ys .ys-item {
	position: relative;
	background: #f8f8f8;
}
.product-ys .ys-item .pic,
.product-ys .ys-item .cont {
	width: 50%;
	overflow: hidden;
}
.product-ys .ys-item .pic img {
	position: relative;
	max-width: 100%;
}
.product-ys .ys-item .cont {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	overflow: hidden;
	padding-left: 100px;
}
.product-ys .ys-item:nth-child(2n) .cont {
	margin-left: -700px;
}
.product-ys .ys-item:nth-child(2n) .cont {
	padding-left: 35px;
}

.product-ys .ys-item .cont h4 {
	font-size: 28px;
	color: #475470;
}
.product-ys .ys-item .cont .en {
	display: inline-block;
	margin-top: 5px;
	font-size: 48px;
	color: #0b3ba3;
	line-height: 48px;
	position: relative;
	text-transform: uppercase;
}
.product-ys .ys-item .cont .en:after {
	content: "";
	position: absolute;
	right: -74px;
	bottom: 5px;
	width: 67px;
	border-bottom: 1px solid #0b3ba3;
}
.product-ys .ys-item .cont ul {
	margin-top: 35px;
	font-size: 0;
}
.product-ys .ys-item .cont ul li {
	display: inline-block;
	width: 94px;
	text-align: center;
	font-size: 16px;
	color: #0b3ba3;
}
.product-ys .ys-item .cont ul li .icon-pic {
	height: 80px;
	margin-bottom: 10px; 
}
.product-ys .ys-item .cont ul li ~ li {
	margin-left: 50px;
}
.product-ys .ys-item .cont .des {
	margin-top: 20px;
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
}
.product-func h3,
.product-xg h3 {
	font-size: 18px;
	margin-bottom: 30px;
	color: #475470;
}
.product-func ul {
	margin-left: -10px;
	margin-right: -10px;
}
.product-func ul li,
.product-func-content>p {
	float: left;
	width: 25%;
	height: 210px;
	padding: 0 10px;
	background: #fff;
	margin-bottom: 20px;
}
.product-func ul li .box,
.product-func-content>p {
	padding: 30px 30px 0!important;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.product-func-content {
	width: 1420px;
}
.product-func-content>p {
	width: 335px!important;
	margin-right: 20px!important;
	margin-bottom: 20px!important;
}
.product-func ul li .box:hover,
.product-func-content>p:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2)!important;
}
.product-func ul li:nth-child(2) .box,
.product-func ul li:nth-child(4) .box,
.product-func ul li:nth-child(5) .box,
.product-func ul li:nth-child(7) .box,
.product-func ul li:nth-child(9) .box,
.product-func ul li:nth-child(11) .box,
.product-func-content>p:nth-child(2),
.product-func-content>p:nth-child(4),
.product-func-content>p:nth-child(7),
.product-func-content>p:nth-child(9),
.product-func-content>p:nth-child(5),
.product-func-content>p:nth-child(11) {
	background: #2c61d4!important;
}
.product-detail table {
    width: 70%;
    border-color: #e5e5e5;
    margin: 0 auto 80px;
}
.product-func ul li .box h5,
.product-func-content>p>strong {
	display: block;
	margin-bottom: 6px;
	font-size: 24px;
	color: #0b3ba3;
	line-height: 1.5;
}
.product-func-content>p>strong span {
	font-size: 24px !important;
	color: #0b3ba3 !important;
}

.product-func ul li .box p,
.product-func-content>p>span {
	font-size: 16px !important;
	color: #6b6b6b !important;
	line-height: 1.75;
}
.product-func ul li:nth-child(2) .box h5,
.product-func ul li:nth-child(4) .box h5,
.product-func ul li:nth-child(5) .box h5,
.product-func ul li:nth-child(7) .box h5,
.product-func ul li:nth-child(9) .box h5,
.product-func ul li:nth-child(11) .box h5,
.product-func-content>p:nth-child(2)>strong span,
.product-func-content>p:nth-child(4)>strong span,
.product-func-content>p:nth-child(5)>strong span,
.product-func-content>p:nth-child(7)>strong span,
.product-func-content>p:nth-child(9)>strong span,
.product-func-content>p:nth-child(11)>strong span {
	color: #fff!important;
}
.product-func ul li:nth-child(2) .box p,
.product-func ul li:nth-child(4) .box p,
.product-func ul li:nth-child(5) .box p,
.product-func ul li:nth-child(7) .box p,
.product-func ul li:nth-child(9) .box p,
.product-func ul li:nth-child(11) .box p,
.product-func-content>p:nth-child(2)>span,
.product-func-content>p:nth-child(4)>span,
.product-func-content>p:nth-child(5)>span,
.product-func-content>p:nth-child(7)>span,
.product-func-content>p:nth-child(9)>span,
.product-func-content>p:nth-child(11)>span {
	color: #c1c9ed!important;
}


.product-detail table td,
.product-detail table th {
    border: 1px solid #e5e5e5!important;
    color: #666!important;
    padding: 15px 20px!important;
    text-align: center;
}

.product-spec table td p,
.product-spec table td p span,
.product-spec table th p span {
	font-size: 16px!important;
	font-family: "微软雅黑"!important;
	text-align: center!important;
	text-indent: 0!important;
}

.product-detail-body {
	padding: 40px 0 0;
}

.bg-map {
	background: url(../images/bg-map.jpg) no-repeat center top #f5f5f5;
}
.pic-list img{width:100%;}

.product-detail-header .product-des .zixun-box .t2 {
    position: relative;
    width: 120px;
    font-size: 22px;
    /* background: #475470; */
    /* padding-left: 40px; */
    height: 50px;
    color: #000;
    font-weight: 600;
}


.shang_fan{
    width: 20%;
    border-radius: 5px;
    text-align:center;
    padding: 10px;
    float: left;
    /* box-shadow: 0px 1px 3px 2px #99999975; */
    border: 1px solid #99999982;
}
.xia_fan{
    width: 20%;
    border-radius: 5px;
    text-align:center;
    padding: 10px;
    float: left;
    /* box-shadow: 0px 1px 3px 2px #99999975; */
    margin-left: 10%;
    border: 1px solid #99999982;
}
.shang_fan a{font-size:18px;color#000;display:block;color: #036eb6;}
.xia_fan a{font-size:18px;coalo: #000;display:block;color: #036eb6;}
.fanye_cp{margin-top: 6%;}

.shang_fan:hover{background:#036eb6;}
.shang_fan:hover a{color:#fff;}


.xia_fan:hover{background:#036eb6;}
.xia_fan:hover a{color:#fff;}

.oklismpo{   display: flex;

         flex-direction: row;

         justify-content: center;}
		 
		 
		 
		 *{/* margin:0; *//* padding:0; */}
body{font: 14px Georgia, serif;font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;}
html{overflow-y:scroll}
a{text-decoration:none}
a:focus{outline:0}
#page-wrap{width:440px;margin:20px auto}
h1{margin:0 0 20px 0}
#page-wrap{width: 100%;margin:20px auto;}
/* Generic Utility */
.hide2{position:absolute;top:-9999px;left:-9999px}
	.clear{clear:both;}
/* Specific to example one */

#example-one1{/* background:#eee; *//* padding:10px; *//* margin:0 0 20px 0; */-moz-box-shadow:0 0 5px #666;/* -webkit-box-shadow:0 0 5px #666; */}

#example-one1 .nav{overflow:hidden;margin:0 0 10px 0;width: 50%;float: left;}
#example-one1 .nav li{width: 44%;float:left;margin: 60px 40px 15px 0px;}
#example-one1 .nav li.last{margin-right:0}
#example-one1 .nav li a{display:block;padding:5px;color: #000;font-size:10px;text-align:center;border:0;}
#example-one1 .nav li a:hover{background-color: #fff;}

#example-one1 ul{list-style:none}
#example-one1 ul li a{display:block;/* border-bottom:1px solid #666; *//* padding:4px; */color:#666;}
.list-wrap li a img{width:100%; transition: all .3s ease;}

.list-wrap li a{overflow:hidden;}
.list-wrap li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#example-one1 .nav li p{
    font-size: 18px;
    padding: 20px 0;
}

/* Specific to example two */
#example-one2{/* background:#eee; *//* padding:10px; *//* margin:0 0 20px 0; */-moz-box-shadow:0 0 5px #666;/* -webkit-box-shadow:0 0 5px #666; */}

#example-one2 .nav{overflow:hidden;margin:0 0 10px 0;width: 50%;float: left;}
#example-one2 .nav li{width: 44%;float:left;margin: 60px 40px 15px 0px;}
#example-one2 .nav li.last{margin-right:0}
#example-one2 .nav li a{display:block;padding:5px;color: #000;font-size:10px;text-align:center;border:0;}
#example-one2 .nav li a:hover{background-color: #fff;}

#example-one2 ul{list-style:none}
#example-one2 ul li a{display:block;/* border-bottom:1px solid #666; *//* padding:4px; */color:#666;}
.list-wrap li a img{width:100%; transition: all .3s ease;}

.list-wrap li a{overflow:hidden;}
.list-wrap li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#example-one2 .nav li p{
    font-size: 18px;
    padding: 20px 0;
}

/* Specific to example two */



#example-one3{/* background:#eee; *//* padding:10px; *//* margin:0 0 20px 0; */-moz-box-shadow:0 0 5px #666;/* -webkit-box-shadow:0 0 5px #666; */}

#example-one3 .nav{overflow:hidden;margin:0 0 10px 0;width: 50%;float: left;}
#example-one3 .nav li{width: 44%;float:left;margin: 60px 40px 15px 0px;}
#example-one3 .nav li.last{margin-right:0}
#example-one3 .nav li a{display:block;padding:5px;color: #000;font-size:10px;text-align:center;border:0;}
#example-one3 .nav li a:hover{background-color: #fff;}

#example-one3 ul{list-style:none}
#example-one3 ul li a{display:block;/* border-bottom:1px solid #666; *//* padding:4px; */color:#666;}
.list-wrap li a img{width:100%; transition: all .3s ease;}

.list-wrap li a{overflow:hidden;}
.list-wrap li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#example-one3 .nav li p{
    font-size: 18px;
    padding: 20px 0;
}



#example-one4{/* background:#eee; *//* padding:10px; */margin:0 0 20px 0;-moz-box-shadow:0 0 5px #666;/* -webkit-box-shadow:0 0 5px #666; */}

#example-one4 .nav{overflow:hidden;margin:0 0 10px 0;width: 50%;float: left;}
#example-one4 .nav li{width: 44%;float:left;margin: 60px 40px 15px 0px;}
#example-one4 .nav li.last{margin-right:0}
#example-one4 .nav li a{display:block;padding:5px;color: #000;font-size:10px;text-align:center;border:0;}
#example-one4 .nav li a:hover{background-color: #fff;}

#example-one4 ul{list-style:none}
#example-one4 ul li a{display:block;/* border-bottom:1px solid #666; *//* padding:4px; */color:#666;}
.list-wrap li a img{width:100%; transition: all .3s ease;}

.list-wrap li a{overflow:hidden;}
.list-wrap li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#example-one4 .nav li p{
    font-size: 18px;
    padding: 20px 0;
}









.list-wrap{width:50%;float:left;}
.text_cp{
    background: #036eb6;
	padding: 20px 30px;
}
.text_cp h3{
    font-size: 26px;
    color: #fff;
    padding: 15px 0;
    }
	.text_cp p{
    font-size: 16px;
    color: #fff;
}
.slog{text-align:right;margin: 15px 0 0 0;}
.slog p{font-size: 26px;}
.slog p span{font-size:16px;}
.img_pls{overflow:hidden;height: 88px;}
.img_pls img{max-width: 100%;
    transition: all .3s ease;}
	
	#example-one1 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one2 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one3 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one4 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one5 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one5 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one6 .nav li:hover .img_pls img {margin-top: -201px;}
	#example-one7 .nav li:hover .img_pls img {margin-top: -201px;}
	
	#page-wrap .oshunxu:nth-child(2n) .nav{float:right;}
	
	.shuoming{width:850px;margin:auto}