/*reset*/
@charset "utf-8";html,body{padding:0;margin:0;font:12px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;-webkit-text-size-adjust:100%;font-size-adjust:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,images,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img,input{border:none}img{vertical-align:top}q:before,q:after{content:""} :focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;padding:0;margin:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,li{list-style:none}a{text-decoration:none;cursor:pointer;color:inherit}a:hover{text-decoration:none;outline:none;color:inherit}a:link{color:inherit;text-decoration:none}a:visited{color:inherit;text-decoration:none}a:active{color:inherit;text-decoration:none}input[type=button]{cursor:pointer}button{cursor:pointer}input::-moz-focus-inner{border:0;padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ul,li{padding:0;list-style:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}strong{font-weight:bold}input{outline:none}img{border:0}input[type="text"],input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;border-radius:0}textarea{-webkit-appearance:none;border-radius:0} ::-webkit-input-placeholder{color:#999} :-moz-placeholder{color:#999} ::-moz-placeholder{color:#999} :-ms-input-placeholder{color:#999}

/*公共样式*/
a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.transiton3s {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.trans {
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.objectCover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flexbox{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.animate {
    transition: all .2s;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0
}

.animated{
    transition: all 1.8s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
.animate-up {
    transition: all .2s;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0
}
/*header*/
.pcHeader{
	width: 100%;
	height: 98px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
}
.pcHeader.detailH{
	background: rgba(0,0,0,0.5);
}
.pcHeader.scllor{
	background: rgba(0,0,0,0.5);
}
.pcHeader .logoBox{
	float: left;
	padding-top: 6px;
}
.pcHeader .pcNav{
	float: right;
}
.pcHeader .pcNav .item{
	display: block;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 98px;
	padding-left: 54px;
}
.pcHeader .pcNav .item.active{
	color: #02a8db;
}
.pcHeader .pcNav .item:hover{
	color: #02a8db;
}
.mHeader{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 60px;
    width: 100%;
    background: #fff;
}
.mHeader .mlogoBox{
	float: left;
	padding-top: 5px;
}
.logoBoxMo .logoPic{
	height: 28px;
}
.menu {
    width: 40px;
    height: 40px;
    float: right;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 1100;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.menu-handler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    float: right;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    background-color: #02a8db;
}
.menu-handler .burger {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 50%;
    margin: 0px 0px 0px -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.menu-handler .burger-2 {
    top: 19px;
}
.menu-handler .burger-3 {
    top: 26px;
}
.menu-handler.active .burger-1 {
    top: 19px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
    top: 19px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.mHeader .navMo{
	display: none;
	width: 100%;
    position: absolute;
    left: 0;
    top:60px;
    background: #fff;   
}
.mHeader .navMo .item{
	display: block;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0;
    color: #666;
    position: relative;
    font-size: 14px;
}
.mHeader .navMo .item.active{
	background: #02a8db;
	color: #fff;
}
.mtHeader{
	margin-top: 98px;
}
/*index*/
.moPadding{
	padding-bottom: 100px;
	padding-top: 54px;
}
.moTitle{
	margin-bottom: 68px;
}
.moTitle .chName{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.moTitle .enName{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-top: 10px;
}
.moTitle .line{
	width: 470px;
	margin: 0 auto;
	position: relative;
	height: 1px;
	background: #eeeeee;
}
.moTitle .line:after{
	content: '';
	width: 18px;
	height: 18px;
	background: #02a8db;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: -9px;
	margin-left: -9px;
	border: 4px solid #f9f9f9;
}
.moTitle.white .chName{
	color: #fff;
}
.moTitle.white .enName{
	color: #fff;
}
.moTitle.white .line:after{
	border-color: #111111;
}
.homeMo1{
	background: url(../img/homeBg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.homeMo1 .productSwi .item{
	width: 100%;
	height: 262px;
	position: relative;
	overflow: hidden;
}
.homeMo1 .productSwi .item .textBox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.homeMo1 .productSwi .item .name{	
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.homeMo1 .productSwi .item .pro{
	display: inline-block;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.8;
}
.homeMo1 .productSwi .item:hover .textBox{
	height: 100%;
	background: rgba(2,168,219,.9);
}
.homeMo1 .productSwi .item:hover .name{
	transform: translateY(76px);
}
.homeMo1 .productSwi .item:hover .pro{
	transform: translateY(76px);
}
.homeMo1 .productSwi{
	position: relative;
}
.homeMo1 .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E");
	right: -80px;
}
.homeMo1 .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E");
	left: -80px;
}
.homeMo2{
	background: url(../img/homeBg2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.homeMo2 .leftBox{
	width: 48.6%;
	float: left;
	color: #fff;
}
.homeMo2 .leftBox .comName{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 38px;
	line-height: 1.7;
}
.homeMo2 .leftBox .profile{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.homeMo2 .rightBox{
	width: 43.3%;
	float: right;
	color: #fff;
}
.homeMo2 .rightBox .picBox{
	width: 100%;
	height: 236px;
}
.homeMo2 .rightBox .items .item{
	display: block;
	width: 33.3%;
	float: left;
	height: 86px;
	position: relative;
	padding-left: 14%;
	color: #fff;
	background: #02a8db;
}
.homeMo2 .rightBox .items .item:nth-of-type(2){
	background: #f00019;
}
.homeMo2 .rightBox .items .item:nth-of-type(3){
	background: #1d4ebd;
}
.homeMo2 .rightBox .items .item .name{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 4px;
	padding-top: 18px;
}
.homeMo2 .rightBox .items .item .en{
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}
.homeMo2 .rightBox .items .item .icon{
	width: 40px;
	position: absolute;
	left: 13%;
	top: 50%;
	margin-top: -20px;
}
.homeMo2 .rightBox .items .item .icon img{
	display: block;
	width: 100%;
}
.homeMo2 .rightBox .items .item:hover{
	opacity: 0.8;
}
.homeMo3{
	background: #f5f5f5;
}
.homeMo3 .leftBox{
	float: left;
	width: 46%;
}
.homeMo3 .rightBox{
	float: right;
	width: 46%;
}
.homeMo3 .box .title{
	margin-bottom: 38px;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
}
.homeMo3 .box .title .name{
	display: inline-block;
	border-bottom: 3px solid #02a8db;
	padding-bottom: 26px;
	margin-top: -1px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}
.homeMo3 .box .title .name span{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding-left: 10px;
}
.homeMo3 .box .title .more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #02a8db;
	line-height: 40px;
}
.homeMo3 .box .title .more:hover{
	opacity: 0.6;
}
.homeMo3 .leftBox .picBox{
	width: 100%;
	height: 172px;
	overflow: hidden;
	margin-bottom: 20px;
}
.homeMo3 .box .list .listItem{
	padding-left: 20px;
	position: relative;
	padding-right: 120px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 10px;
}
.homeMo3 .box .list .listItem:before{
	content: '';
	width: 5px;
	height: 5px;
	background: #aaa;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 10px;
}
.homeMo3 .box .list .time{
	position: absolute;
	right: 0;
	top: 0;
}
.homeMo3 .box .list .listItem:hover{
	color: #02a8db;
}
.homeMo3 .rightBox .itemBox{
	margin-bottom: 20px;
}
.homeMo3 .rightBox .itemBox .picBox{
	float: left;
	width: 210px;
	height: 172px;
}
.homeMo3 .rightBox .itemBox .textBox{
	float: left;
	width: calc(100% - 210px);
	height: 172px;
	padding-left: 20px;
	padding-top: 10px;
}
.homeMo3 .rightBox .itemBox .textBox .name{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 10px;
}
.homeMo3 .rightBox .itemBox .textBox .pro{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 60px;
	margin-bottom: 26px;
}
.homeMo3 .rightBox .itemBox .textBox .more{
	font-size: 16px;
	color: #02a8db;
	line-height: 1.8;
}
.homeMo4{
	background: url(../img/homeBg3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.homeMo4 .list{
	margin: 0;
}
.homeMo4 .list .listItem{
	padding: 0;
}
.homeMo5{
	background: url(../img/homeBg4.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 260px;
}
.homeMo5 .textBox{
	color: #fff;
	text-align: center;
}
.homeMo5 .textBox .txt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
.homeMo5 .textBox .txt2{
	font-size: 18px;
	margin-bottom: 22px;
	line-height: 1.5;
}
.homeMo5 .textBox .zxBtn{
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #02a8db;
	line-height: 38px;
	background: #fff;
	width: 116px;
}
.homeMo5 .textBox .zxBtn:hover{
	opacity: 0.8;
}
/*footer*/
.footer{
	background: #282828;
	padding-top: 56px;
	color: #fff;
}
.footer .leftBox{
	float: left;
	width: 55%;
}
.footer .rightBox{
	float: right;
	width: 35%;
}
.footer .title{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.footer .txt{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 4px;
}
.footer .name{
	display: block;
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.8;
	margin-bottom: 5px;
}
.footer .ewmBox{
	float: left;
	width: 90px;
	text-align: center;
}
.footer .ewmBox .ewm{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.footer .ways{
	width: calc(100% - 90px);
	padding-left: 20px;
	float: left;
}
.footer .item{
	padding-right: 5%;
	width: 20%;
	float: left;
}
.footer .copyright{
	margin-top: 36px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 34px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
/*aside*/
.rightAside{
	position: fixed;
	right: 10px;
	top: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	z-index: 1000;
}
.rightAside .item{
	display: block;
	width: 90px;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding-top: 16px;
	position: relative;
	cursor: pointer;
}
.rightAside .item .icon{
	display: block;
	margin: 0 auto 8px;
	height: 34px;
}
.rightAside .item .ewmHover{
	width: 0;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.rightAside .item .ewmHover .ewm{
	display: block;
	width: 100%;
}
.rightAside .item:hover{
	color: #02a8db;
}
.rightAside .item:hover .ewmHover{
	width: 100px;
	padding: 5px;
	left: -100px;
}
/*about*/
.kindsTab{
	height: 80px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	position: relative;
    z-index: 10;
}
.kindsTab .item{
	display: inline-block;
	padding-right: 80px;
	font-size: 16px;
	color: #333;
	line-height: 80px;
	font-weight: bold;
}
.kindsTab .item.active{
	color: #02a8db;
}
.kindsTab .item:hover{
	color: #02a8db;
}
.kindsTab .position{
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 80px;
}
.cultureMo{
	background: url(../img/aboutBg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.cultureMo .list .listItem{
	width: 100%;
	height: 406px;
	position: relative;
	margin-bottom: 26px;
}
.cultureMo .list .listItem .textBox{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(2,168,219,.9);
	color: #fff;
	z-index: 10;
	padding: 6% 4%;
}
.cultureMo .list .listItem:nth-of-type(2n) .textBox{
	left: 50%;
}
.cultureMo .list .listItem .title{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.cultureMo .list .listItem .en{
	font-size: 18px;	
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 30px;
}
.cultureMo .list .listItem .name{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.cultureMo .list .listItem .pro{
	font-size: 16px;
	line-height: 30px;
}
.aboutMo{
	background: url(../img/profileBg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.aboutMo .name{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 26px;
}
.article{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.article img{
	max-width: 100%;
}
.honorMo{
	background: url(../img/honorBg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.honorMo .list .listItem{
	margin-bottom: 30px;
}
.honorMo .list .picBox{
	width: 100%;
	height: 214px;
	overflow: hidden;
}
.honorMo .list .name{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	background: #999;
	height: 42px;
	padding: 0 10px;
}
.homeMo6 .honorMo{
	background: none;
	padding: 0;
}
/*product*/
.productMo{
	background: #f5f5f5;
}
.productMo .list .listItem{
	margin-bottom: 30px;
}
.productMo .list .listItem .picBox{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.productMo .list .listItem .textBox{
	width: 100%;
	height: 90px;
	background: #fff;
	position: relative;
	padding: 16px 86px 0 20px;
}
.productMo .list .listItem .name{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 8px;
}
.productMo .list .listItem .pro{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}
.productMo .list .listItem .icon{
	width: 86px;
	border-left: 1px solid #eee;
	height: 36px;
	background: url(../img/arrowIcon.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
}
.productMo .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.productMo .list .listItem:hover .name{
	color: #02a8db;
}
.productDeMo .leftBox{
	float: left;
	width: 68%;
}
.productDeMo .rightBox{
	float: right;
	width: 25%;
}
.productDeMo .leftBox .topBox{
	border-bottom: 1px solid #eee;
	padding-bottom: 36px;
	margin-bottom: 44px;
}
.productDeMo .leftBox .topBox .artName{
	font-size: 30px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 22px;
}
.productDeMo .leftBox .topBox .artInfo{
	font-size: 16px;
	color: #999;
	line-height: 1.5;
}
.productDeMo .leftBox .picSwi{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}
.productDeMo .leftBox .picSwi .itemBox{
	height: 420px;
}
.picSwi .swiper-button-next,.picSwi .swiper-button-prev{
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background-size: 24px 24px;
}
.productDeMo .leftBox .artBody .title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 38px;
}
.productDeMo .leftBox .nextPrev{
	width: 100%;
	height: 72px;
	background: #f5f5f5;
	font-size: 16px;
	color: #666;
	line-height: 72px;
	padding: 0 40px;
	margin-top: 80px;
}
.productDeMo .leftBox .nextPrev .prev{
	display: block;
	float: left;
	width: 48%;
}
.productDeMo .leftBox .nextPrev .next{
	display: block;
	float: right;
	width: 48%;
	text-align: right;
}
.productDeMo .leftBox .nextPrev a:hover{
	color: #02a8db;
}
.productDeMo .rightBox .topBox{
	border-bottom: 1px solid #eee;
	padding-bottom: 36px;
	margin-bottom: 20px;
}
.productDeMo .rightBox .topBox .relative{
	color: #777777;
	font-size: 24px;
	padding-top: 50px;
}
.productDeMo .rightBox .list .listItem{
	width: 100%;
	padding: 26px 0;
	border-bottom: 1px solid #eee;
}
.productDeMo .rightBox .list .listItem .picBox{
	width: 128px;
	height: 104px;
	overflow: hidden;
	float: left;
}
.productDeMo .rightBox .list .listItem .textBox{
	float: left;
	width: calc(100% - 128px);
	padding-left: 10px;
	padding-top: 10px;
}
.productDeMo .rightBox .list .listItem .name{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 8px;
}
.productDeMo .rightBox .list .listItem .nums{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 4px;
}
.productDeMo .rightBox .list .listItem .pro{
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 2px;
}
.productDeMo .rightBox .ads{
	width: 100%;
	margin-top: 26px;
}
.productDeMo .rightBox .list .listItem:hover .name{
	color: #02a8db;
}
.productDeMo .rightBox .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.newsMo{
	background: #f5f5f5;
}
.newsMo .list .listItem{
	margin-bottom: 30px;
}
.newsMo .list .listItem a{
	display: block;
	width: 100%;
	height: 452px;
	background: #fff;
}
.newsMo .list .listItem .picBox{
	width: 100%;
	height: 246px;
	overflow: hidden;
}
.newsMo .list .listItem .textBox .time{
	padding: 26px 26px 0;
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 12px;
}
.newsMo .list .listItem .textBox .name{
	padding: 0 26px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	margin-bottom: 20px;
}
.newsMo .list .listItem .textBox .icons{
	border-top: 1px solid #eee;
	padding: 16px 26px 0;
	position: relative;
}
.newsMo .list .listItem .textBox .tag{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	height: 26px;
	padding: 0 10px;	
}
.newsMo .list .listItem .textBox .tag1{
	background: #02a8db;
}
.newsMo .list .listItem .textBox .tag2{
	background: #f1293b;
}
.newsMo .list .listItem .textBox .icon{
	background: url(../img/arrowIcon.png) no-repeat center center;
	width: 24px;
	height: 26px;
	position: absolute;
	right: 26px;
	top: 16px;
}
.newsMo .list .listItem:hover .objectCover{
	-moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.newsMo .list .listItem:hover .textBox .name{
	color: #02a8db;
}
.remcaiMo .list .listItem{
	border: 1px solid #eee;
	border-radius: 15px;
	margin-bottom: 50px;
}
.remcaiMo .list .listItem .topBox{
	height: 128px;
	border-radius: 15px;
	position: relative;
	padding:0 38px;
	cursor: pointer;
}
.remcaiMo .list .listItem .topBox .icon1{
	width: 27px;
	height: 100%;
	background: url(../img/zwIcon.png) no-repeat center center;
	position: absolute;
	left: 38px;
	top: 0;
}
.remcaiMo .list .listItem .topBox .name{
	padding-left: 48px;
	font-size: 20px;
	color: #333;
	line-height: 128px;
	width: 60%;
	padding-right: 10px;
	float: left;
}
.remcaiMo .list .listItem .topBox .num{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 128px;
	width: 20%;
}
.remcaiMo .list .listItem .topBox .type{
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 128px;
	width: 10%;
}
.remcaiMo .list .listItem .topBox .icon2{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ee0117;
	position: absolute;
	right: 38px;
	top: 50%;
	margin-top: -13px;
}
.remcaiMo .list .listItem .topBox .icon2:after{
	content: '';
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -2px;
}
.remcaiMo .list .listItem .content{
	display: none;
	padding: 38px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.remcaiMo .list .listItem .topBox.active{
	background: #e5e5e5;
}
.remcaiMo .list .listItem .topBox.active .icon2{
	background: #02a8db;
}
.remcaiMo .list .listItem .topBox:hover{
	background: #e5e5e5;
}
.remcaiMo .list .listItem .topBox:hover .icon2{
	background: #02a8db;
}
/*contact*/
.contactMo{
	background: url(../img/contactBg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.contactMo .topBox{
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.contactMo .topBox .name{
	float: left;
	font-size: 30px;
	color: #333;
	line-height: 1.6;
}
.contactMo .topBox .text{
	float: right;
	text-align: right;
}
.contactMo .topBox .text .txt{
	font-size: 16px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 5px;
}
.contactMo .topBox .text .tel{
	font-size: 20px;
	color: #03a6dd;
	line-height: 1.6;
}
.contactMo .bottomBox .ways{
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.contactMo .bottomBox .ways .txt{
	margin-bottom: 4px;
}
.contactMo .bottomBox .ewmBox{
	float: right;
}
.contactMo .bottomBox .ewmBox .txt{
	text-align: right;
	font-size: 14px;
	color: #666;
	float: left;
	margin-top: 64px;
	margin-right: 12px;
}
.contactMo .bottomBox .ewmBox .ewm{
	float: left;
	width: 110px;
	height: 110px;
	border: 1px solid #eee;
}
.contactMo .bottomBox .ewmBox .ewm img{
	display: block;
	width: 100%;
}
.mapBox{
	height: 510px;
    width: 100%;
    overflow: hidden;
}
.mapBox .map{
	width: 100%;
    position: relative;
    top: -46px;
    height: 556px;
}
.pages {
	margin-top: 70px;
	text-align: center;
}
.pages li {
	display: inline-block;
	margin: 0 5px;
	min-width: 20px;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.pages li a {
	display: block;
	padding: 0 16px;
	height: 40px;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 3px;
}
.pages li a:hover {
	background-color: #02a8db;
	color: #fff;
	border-color: #02a8db;
}/*zanshi*/.homeMo5 .textBox .zxBtn{	display: none;}.rightAside{	display: none;}.footer .ewmBox{	display: none;}.contactMo .bottomBox .ewmBox{	display: none;}