@charset "utf-8";

.byq table{
	width: 100% !important;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
}

.byq table td {
	border: 1px solid #f0f0f0;
	color: #666;
	padding: 5px 10px;
}
.byq table tr:nth-child(odd){
	background-color: #f5f5f5;
}



.toppic{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 265px;
	margin-bottom: 70px;
}
.toppic .toptit{
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	padding: 0 30px;
	font-size: 14px;
	color: #999;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}
.toppic .position{
	width: calc(100% - 320px);
	float: left;
}
.toppic .position i.icon-shouye1{
	line-height: 1;
	font-size: 24px;
	color: #ccc;
	margin-right: 5px;
	position: relative;
	top: 3px;
	transform: scale(1);
}
.toppic .position i{
	font-size: 12px;
	line-height: 1;
	color: #ccc;
	margin: 0 10px;
	transform: scale(0.8);
	display: inline-block;
}
.toppic .position a{
	color: #777;
}
.toppic .position a:last-child{
	color: #0f97fd;
}
.toppic .position a:hover{
	color: #e33164;
}

.toppic form{
	float: right;
	width: 320px;
	position: relative;
}
.toppic form input{
	width: 100%;
	border: none;
}
.toppic form input::placeholder{
	color: #999;
}
.toppic form::after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: #ccc;
	position: absolute;
	bottom: 0;
}
.toppic form button{
	position: absolute;
	right: 0;
	width: 60px;
}
.toppic form button i{
	font-size: 22px;
	color: #0f97fd;
}

.top-ps{
	padding-top: 0 !important;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	margin-bottom: 50px;
}
.top-ps .toptit{
	border-bottom: none;
	padding: 0;
}


/* video search */
.video-search{
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.video-search form{
	display: inline-block;
	width: 50%;
	position: relative;
}
.video-search #keywords{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    padding: 0 40px;
    color: #666;
	border: 1px solid #f1f1f1;
}
.video-search #keywords::placeholder{
	color: #777;
}
.video-search #keywords:focus{
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	/* outline: auto; */
}
.video-search button{
	position: absolute;
	right: 0;
	background-color: unset;
	width: 60px;
	background: #333;
	border-radius: 30px;
	transition: all .3s; 
}
.video-search button i{
	font-size: 24px;
	line-height: 60px;
	color: #fff;
}
.video-search #keywords{
	box-shadow: 0 0 10px #eee;

}
.video-search button:hover {
	width: 120px;
	transition: all .6s; 
}
.video-search p{
	font-size: 14px;
	color: #999;
	font-weight: 100;
	display: block;
	margin-top: 5px;
}
.video-search p a{
	margin: 0 7px;
}

/* video list */

.nav01{
	background-color:  #0f97fd;
	color: #fff;
	padding: 30px;
	position: relative;
}
.nav01 h3{
	font-weight: normal;
	font-size: 30px;
}
.nav01 p{
	font-size: 16px;
	opacity: .5;
	text-transform: uppercase;
}
.nav01 i{
	position: absolute;
    right: 30px;
    top: 15px;
    font-size: 55px;
    opacity: .3;
}
.l-nav ul.no-sub{
	margin-bottom: 1px;
}
.l-nav ul.no-sub h4>i{
	display: none;
}
.l-nav h4{
	position: relative;
}
.l-nav h4 a{
	display: block;
	padding: 0 25px;
	background-color: #999;
	line-height: 55px;
	color: #fff;
	font-size: 16px;
}
.l-nav h4 a i{
	margin-right: 10px;
	opacity: .5;
}
.l-nav h4>i{
    position: absolute;
    width: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    right: 0;
    top: 0;
    opacity: .5;
	font-size: 20px;
}

.l-nav ul li{
	padding: 0 40px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.l-nav ul li a{
	display: block;
	border-bottom: 1px dashed #e8e8e8;
	line-height: 55px;
}
.l-nav ul li:last-of-type a{
	border-bottom: none;
}
.l-nav ul li a i{
	margin: 0 10px;
	line-height: 1;
	position: relative;
	top: 1px;
}

.l-nav ul.video li a i{
	font-size: 18px;
	top: 2px;
    margin-right: 10px;
	opacity: .5;
}

.l-nav ul.video h4 a i{
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 3px;
}
.l-nav ul.video li.active a i:before{
	content: "\e655";
}



.l-nav ul li.active a{
	color: #e33164;
}
.l-nav h4.active a{
	background-color: #e33164;
	color: #fff;
}

.l-nav ul li a i{
	font-size: 24px;
    top: 4px;
    margin-right: 5px;
	opacity: .7;
}
.l-nav ul li.active a i{
	opacity: 1;
}
.l-nav ul li.active a i:before{
	content: "\e64e";
}
.l-nav h4 a i{
    font-size: 24px;
    font-weight: normal;
    position: relative;
    top: 3px;
	line-height: 1;
}

.l-nav ul:last-of-type{
	border-bottom: 1px solid #f0f0f0;
}
.l-lianxi{
	margin-top: 25px;
	border: 1px solid #f0f0f0;
	padding: 30px;
}
.l-lianxi h3{
	font-size: 20px;
	font-weight: normal;
	color: #0F97FD;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.l-lianxi p,
.l-lianxi a{
	font-size: 13px;
	color: #999;
	line-height: 22px;
	margin-bottom: 7px;
}
.l-lianxi p:first-of-type a{
	font-size: 18px;
	font-weight: bold;
	color: #E33164;
}

.l-lianxi a.btn01{
	margin-top: 20px;
	line-height: 40px;
	padding: 0 30px ;
	font-size: 14px;
	display: inline-block;
}
.l-lianxi a.bg-lanse{
	background-color:#0f97fd;
	color: #fff;
}
.l-lianxi a.bg-hongse{
	background-color: #e33165;
	color: #fff;
}
.l-lianxi a.btn01 i{
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.l-lianxi a.btn01:hover{
	background-color: #333;
	color: #fff;
}


/* r-list */
.r-list{
	padding-left: 15px;
}
.r-list .pic a{
	display: block;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.r-list .pic P{
	padding: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.r-list .pic .ov-h{
	position: relative;
}
.r-list .pic i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 80px;
	line-height: 1;
	color: #fff;
	opacity: .5;
}
.r-list .pic a:hover p{
	color: #e33165;
}

/* 分页 */
.fenye{
	margin: 20px 0;
	width: 100%;
	display: block;
	border: 1px solid #f0f0f0;
}
.fenye ul{
	text-align: center;
}
.fenye ul li{
	font-size: 14px;
	color: #666;
	display: inline-block;
	height: 65px;
	line-height: 65px;
}
.fenye ul li a{
	padding: 7px 12px;
}
.fenye ul li.active a{
	background-color: #0f97fd;
	color: #fff;
}


.fenye ul li:first-child{
	float: left;
	border-right: 1px solid #f0f0f0;
	
}
.fenye ul li:last-child{
	float: right;
	border-left: 1px solid #f0f0f0;
	
}
.fenye ul li:first-child a{
	display: block;
	padding: 0 20px;
	width: unset;
	height: unset;
	background-color: unset;
}
.fenye ul li:last-child a{
	display: block;
	padding: 0 20px;
	width: unset;
	height: unset;
	background-color: unset;
}
.fenye ul li i{
	font-size: 22px;
    position: relative;
    top: 3px;
    margin: 0 5px;
    color: #ccc;
}

/* 推荐阅读 */
.tjyd{
	margin: 30px 0 ;
	width: 100%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.tjyd h3{
    font-size: 20px;
    font-weight: normal;
    color: #0F97FD;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 40px;
	position: relative;
}
.tjyd h3::after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #e33164;
	position: absolute;
	left: 40px;
	bottom: -1px;
}
.tjyd h3 a{
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 6px;
	width: 10%;
	text-align: right;
}
.tjyd>div{
	padding: 30px 40px;
}
.tjyd>div a{
	display: block;
	line-height: 36px;
	color: #666;
}
.tjyd>div a i{
	font-size: 12px;
	display: inline-block;
	color: #ddd;
	width: 20px;
	float: left;
	position: relative;
	top: 2px;
	transform: scale(0.7);
}
.tjyd>div a span{
	width: calc(100% - 20px);
}
.tjyd>div a:hover,
.tjyd>div a:hover i{
	color: #e33164;
}

/* 出货现场 */
.chxc{
	margin: 30px 0 80px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.chxc h3{
    font-size: 20px;
    font-weight: normal;
    color: #0F97FD;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 40px;
	position: relative;
}
.chxc h3::after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #e33164;
	position: absolute;
	left: 40px;
	bottom: -1px;
}
.chxc h3 a{
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 6px;
	width: 10%;
	text-align: right;
}

.slick-chxc{
	padding: 30px;
}
.slick-chxc .item a{
	margin: 0 10px;
	border: none;
}
.slick-chxc .item a .ov-h{
	border: 1px solid #f0f0f0;
}
.slick-dots{
	display: block;
	margin-top: 20px;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
	width: 13px;
	height: 13px;
	border-radius: 10px;
	display: inline-block;
	background-color: #ccc;
	margin: 0 4px;
	font-size: 0;
}
.slick-dots li.slick-active button{
	background-color: #e33165;
}
.slick-chxc .item a:hover p{
	color: #e33164;
}

/* 视频详细 */
.c-video{
	border: 1px solid #f0f0f0;
	padding: 40px;
	margin-bottom: 30px;
}
.c-video p{
	font-size: 14px;
	line-height:30px;
	color: #666;
}
.c-video p strong{
	color: #333;
}

.c-video .c-tit h2{
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.c-video .c-tit p{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #999;
}
.c-video p span{
	margin-right: 30px;
}

.videos_box{
	width: 100%;
	margin-bottom: 30px;
}
.videos_box iframe,.videos_box embed{
	width: 100%;
	height: 560px;
}

.c-tag{
	padding-top: 30px;
}
.c-tag i{
	font-size: 20px;
	color: #0F97FD;
	line-height: 1;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.c-tag a{
	background-color: #f5f5f5;
	padding: 5px 20px;
	border-radius: 20px;
	margin: 5px 2px;
	display: inline-block;
}

.prevnext{
	display: block;
	border: 1px solid #f0f0f0;
	margin: 10px 0;
	line-height: 55px;
}
.prevnext i{
    width: 55px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    margin-right: 30px;
}
.prevnext a{
	display: block;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.prevnext a b{
	font-weight: normal;
}
.prevnext a span{
	color: #333;
}
.prevnext a span.nolink{
	color: #999;
}
.prevnext a:hover{
	color:#e33164;
}
.prevnext a:hover span{
	color:#e33164;
}

/* 产品列表 */
.l-chanpin .pic p{
	border-top: 1px solid #f0f0f0;
}

/* 产品详细 */
.c-chanpin .c-tit{
	border: 1px solid #f0f0f0;
	padding: 40px;
	margin: 0;
}
.c-chanpin .c-tit>div{
	padding: 0;
}
.c-chanpin .c-tit .cpimg{
	border: 1px solid #f0f0f0;
	margin-bottom: 8px;
}
.c-chanpin .c-tit .slick-slider .slick-track{
	margin: 0 -4px;
}
.c-chanpin .c-tit .slick-slide{
	margin:0 4px;
}
.c-chanpin .c-tit .slick-slide.slick-current .item{
	border-color: #e33164;
}
.c-chanpin .c-tit .cpnav .item{
	border: 1px solid #f0f0f0;
	cursor: pointer;
}

.c-chanpin .c-tit .col-md-7 {
	padding-left: 50px;
}

.c-chanpin .c-tit .col-md-7 h2 {
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.6;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.c-chanpin .c-tit .col-md-7>p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 70px;
	white-space: pre-line;
}

.c-chanpin .c-tit .col-md-7>p span {
	display: block;
	margin-bottom: 10px;
	color: #0f97fd;
}

.c-chanpin .c-tag {
	padding-bottom: 40px;
}

.ctel {
	border: 1px solid #f0f0f0;
	height: 55px;
	border-radius: 30px;
	overflow: hidden;
	display: block;
	position: relative;
}

.ctel .btn01 {
	display: inline-block;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e33164;
	color: #fff;
	padding: 0 50px;
	border-radius: 30px;
}

.ctel .btn01 i {
	line-height: 1;
	font-size: 24px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.ctel .btn02 {
	position: absolute;
	right: 40px;
	top: 0;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	color: #e33164;
	font-weight: bold;
}

.ctel .btn02 i {
	font-size: 22px;
	color: #ccc;
	position: relative;
	line-height: 1;
	top: 1px;
	margin-right: 5px;
	font-weight: normal;
}

.c-tabtop {
	margin-top: 30px;
	background-color: #f5f5f5;
}

.c-tabtop .item {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #0f97fd;
	line-height: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.c-tabtop .slick-slide:last-of-type .item {
	border-right: none;
}

.c-tabtop .slick-current .item {
	background-color: #e33164;
}

.c-tabbottom {
	border: 1px solid #f0f0f0;
	border-top: none;
}

.c-tabbottom .item {
	padding: 40px;
}

.c-tabbottom .item p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.c-tabbottom .item strong {
	color: #333;
	margin-bottom: 5px;
}

.c-tabbottom .item table {
	width: 100%;
}

.c-tabbottom .item table td {
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
}

.c-tabbottom .item .pic {
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

.c-tabbottom .item .pic p {
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
}

/* 案例列表 */
.l-case{
	margin-bottom: 50px;
}
.l-case .pic{
	border: 1px solid #f0f0f0;
	margin: 0;
	margin-bottom: 20px;
}
.l-case .pic>div{
	padding: 0;
}
.l-case .pic a{
	margin: 0;
	border: none;
}
.l-case .pic>div:last-of-type{
	padding: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.l-case .pic h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}
.l-case .pic p{
	text-align: left;
	color: #999;
	padding: 0;
	line-height: 28px;
	margin-bottom: 40px;
}
.l-case .pic span{
	color: #999;
}
.l-case .pic a:hover p{
	color: #999;
}
.l-case .pic:hover{
	box-shadow: 0 0 10px #eee;
}

/* 合作伙伴 */
.l-partnel .pic a{
	border: none;
}
.l-partnel .pic a .ov-h{
	border: 1px solid #f0f0f0;
}

/* 新闻列表 */
.slick-new{
	margin-bottom: 40px;
}
.slick-new .pic{
	display: flex !important;
	margin: 0;
}
.slick-new .slick-dots{
	position: absolute;
	right: 50px;
	bottom: 30px;
}
.slick-new .pic>div:last-of-type{
	padding-right: 50px;
}
.slick-new .pic:hover h3{
	color: #e33164;
}

.l-new a{
	display: block;
	border: 1px solid #f0f0f0;
	padding: 40px 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.l-new a>div:first-child{
	width: 130px;
	float: left;
	text-align: center;
}
.l-new a>div:last-child{
	width: calc(100% - 130px);
	float: left;
	border-left: 1px solid #f0f0f0;
	padding-left: 40px;
}
.l-new a h3{
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
.l-new a p{
	line-height: 28px;
	color: #999;
}
.l-new a>div:first-child span{
    color: #0f97fd;
    font-size: 50px;
    font-family: arial;
    line-height: 1;
	margin-top: 5px;
	display: block;
}
.l-new a:nth-of-type(2n){
	background-color: #f9f9f9;
	border-color: #f5f5f5;
}
.l-new a:hover{
	box-shadow: 0 0 10px #eee;
}
.l-new a:hover h3{
	color: #e33164;
}

/* 新闻详细 */
.c-new{
	margin-bottom: 40px;
	padding: 40px;
	border: 1px solid #f0f0f0;
}
.c-new h2{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.c-new .subtit{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.c-new .subtit span{
	color: #999;
	margin-right: 20px;
}
.c-new .c-zhengwen *{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.c-new .c-zhengwen strong{
	color: #333;
	margin-bottom: 5px;
}

/* 关于我们 */
.about-nav{
	padding-top: 20px;
	text-align: center;
}
.about-nav h2{
	font-size: 40px;
	margin-bottom: 20px;
}
.about-nav p{
	font-size: 16px;
	color: #999;
	margin-bottom: 40px;
}
.about-nav .abnav{
	background-color: #0F97FD;
}
.about-nav .abnav a{
	padding: 25px 0;
}
.about-nav .abnav a p{
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.about-nav .abnav a i{
	font-size: 40px;
	line-height: 1;
	color: #fff;
	opacity: .5;
	margin-bottom: 5px;
	display: block;
}
.about-nav .abnav a.active{
	background-color: #e33164;
}
.about-nav .abnav a.active i{
	opacity: 1;
}
.about-nav .abnav a:hover i{
	opacity: 1;
	transition: all .6s;
}

.l-about{
	margin-top: 60px;
	margin-bottom: 80px;
}
.l-about .row{
	margin: 0;
	align-items: center;
}
.l-about .row>div{
	padding: 0;
}
.l-about .row:nth-child(2n){
	flex-flow: row-reverse;
}

.l-about .row>div:first-child{
	padding: 40px 0;
	padding-right: 50px;
}
.l-about .row:nth-child(2n)>div:first-child{
	padding-left: 50px;
	padding-right: 0;
}

.l-about .row>div:first-child h3{
	font-size: 30px;
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.l-about .row>div:first-child h3 span{
	color: #0F97FD !important;
}
.l-about .row>div:first-child p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 10px;
}

.l-about .row>div:first-child u{
	font-size: 18px;
}

.l-wenhua{
	/* margin-top: 55px; */
	background: url(../images/wenhua.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 80px 0 120px;
	text-align: center;
}
.l-wenhua h2{
	font-size: 40px;
	color: #333;
	margin-bottom: 10px;
}
.l-wenhua>div>p{
	color: #777;
	margin-bottom: 70px;
}
.l-wenhua .row>div{
	border-right: 1px solid #ddd;
}
.l-wenhua .row>div:last-child{
	border-right: none;
}

.l-wenhua .row>div i{
	font-size: 65px;
	color: #0F97FD;
	line-height: 1;
	margin-bottom: 12px;
	display: block;
	position: relative;
	top: 0;
	transition: all .3s;
}
.l-wenhua .row>div h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.l-wenhua .row>div p{
	color: #777;
	padding: 0 50px;
	line-height: 28px;
}
.l-wenhua .row>div:hover i{
	top: -5px;
	transition: all .6s;
}

.maodian{
	position: relative;
	top: -55px;
}

/* 相册 */
.a-list{
	padding-top: 60px;
	padding-bottom: 80px;
}
.l-album .pic{
	text-align: center;
	margin-bottom: 15px;
}
.l-album .pic p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 20px;
}
.l-album .pic:hover p{
	color: #e33164;
}
.zsimg{
	border: 1px solid #f0f0f0;
}
.zsimg img{
	max-height: 300px;
	width: auto;
	margin: auto;
}

/* 联系我们 */
.c-lianxi{
	margin-bottom: 80px;
}
.c-lianxi .ly01{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
.c-lianxi .ly01 i{
	font-size: 70px;
	color: #0F97FD;
	float: left;
	line-height: 1;
	margin-right: 20px;
}
.c-lianxi .ly01 h3{
	font-size: 30px;
	line-height: 1.5;
	color: #333;
}
.c-lianxi .ly01 p{
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.c-lianxi .ly02{
	padding-bottom: 80px;
}
.c-lianxi .ly02 p,
.c-lianxi .ly02 p a{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-bottom: 8px;
}
.c-lianxi .ly02 p.mobile a{
	color: #E33164;
	font-weight: bold;
	font-size: 18px;
}
.c-lianxi .ly02 p.mobile span{
	color: #E33164;
}

.c-lianxi .ly02 h5{
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 16px;
}
.c-lianxi .ly02>div:last-child{
	text-align: center;
}
.c-lianxi .ly02>div:last-child p{
	font-size: 14px;
}

.c-lianxi .ly02 img{
	max-width: 150px;
}

.c-lianxi .ly03 h5{
	background-color: #0F97FD;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 16px;
}
.c-lianxi .ly03 .map{
	width: 100%;
	height: 450px;
}

.c-liuyan{
	background-color: #f9f9f9;
	padding: 80px 0;
}
.c-liuyan h3{
	font-size: 30px;
	font-weight: normal;
	color: #0F97FD;
	padding-bottom: 24px;
}
.c-liuyan h3 span{
	margin-left: 20px;
	color: #ddd;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
.c-liuyan p{
	font-size: 16px;
	color: #999;
	padding-bottom: 12px;
	border-bottom: 3px solid #0F97FD;
	
}
.c-liuyan form tr{
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.c-liuyan form tr:last-child{
	border-bottom: none;
}
.c-liuyan form tr td{
	padding: 30px 0;
}
.c-liuyan form tr td:first-child{
	width: 200px;
	text-align: center;
	border-right: 1px solid #eee;
}
.c-liuyan form tr td:nth-of-type(2){
	padding: 0 40px;
}
.c-liuyan form tr td input{
	width: 450px;
    border: none;
    background: #fff;
	border: 1px solid #f1f1f1;
    padding: 8px 20px;
    font-size: 14px;
    color: #666;
	margin: 25px 0;
}
.c-liuyan form tr td textarea{
    width: 700px;
    height: 120px;
    border: none;
    padding: 20px 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 25px 0;
	border: 1px solid #f1f1f1;
}
.c-liuyan form ::placeholder{
	font-size: 14px;
	color: #999;
}
img.hand{
	cursor: pointer;
}
.c-liuyan form .submit{
	width: 250px;
	background-color: #E33164;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 50px;
	padding: 15px;
}
.c-liuyan form .submit:hover{
	background-color: #333;
}

/* 搜索 */
.c-sousuo{
	padding-bottom: 80px;
}
.sspage{
	margin: 20px 0;
}

.page-link{
	color: #666;
}
.page-item.active .page-link{
	border-color: #0F97FD;
	background-color: #0F97FD;
}

.l-new a span{
	color: #999;
	display: block;
	padding: 0 0 10px;
	font-size: 13px;
}

/* sitemap */
.sitemap {
	padding: 10px 0 80px;
}
.sitemap .row>div{
	margin-bottom: 30px;
}
.sitemap .row:first-child h3{
	background-color: unset;
    color: #333;
    border: 1px solid #f0f0f0;
}
.sitemap h3{
	font-size: 14px;
	background-color: #333;
	color: #fff;
	padding: 16px 20px;
	font-weight: normal;
	text-align: center;
}
.sitemap ul{
	border: 1px solid #f0f0f0;
	border-top: none;
}
.sitemap  h4{
	font-size: 13px;
	color: #777;
	line-height: 24px;
	font-weight: normal;
	padding: 7px 20px;
}
.sitemap ul a:hover h4{
	color: #E33164;
}
.sitemap .row:first-child a:hover h3{
	color: #E33164
}
.sitemap a:hover h3{
	background-color: #E33164;
}