﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}

body{ color: #333;    font-size:16px; font-family:Arial, Helvetica, sans-serif;}
a{text-decoration:none; color:#333;}
a:hover{color:#DFA855;}

ul,li{list-style:none;}
.clear{clear:both;}
.blank10{height:10px;}
img{border:0;}
.blank{height: 20px;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.fl{float: left;}
.fr{float: right;}


/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  cursor:pointer;
  -webkit-transform:scale(1.15);
  moz-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.picShow img{transition:all 500ms ease-out 0s; }




.main100{width:90%; margin:auto; min-width:1200px;}

.main{width:1200px; margin:auto; }

.bg_hui{background:#f5f5f5; padding:60px 0;}


/*顶部*/
.head_top{height:40px; line-height:40px; font-size:14px; background:#6a6a6a; color:rgba(255,255,255,0.9); min-width:1200px;}

.top_left{}
.top_left li{float:left; margin-right:30px; padding-left:25px;}
.top_left li:first-child{ background:url(../images/huangguan.png) no-repeat left center; background-size:19px auto;}
.top_left li:last-child{ background:url(../images/xin.png) no-repeat left center; background-size:15px auto;}

.top_right{}
.top_right li{float:left; margin-left:20px; padding-left:30px;}
.top_right li:first-child{ background:url(../images/baozheng.png) no-repeat left center; background-size:22px auto;}
.top_right li:last-child{ background:url(../images/gold.png) no-repeat left center; background-size:22px auto;}




.header{height:110px;width: 100%; background:#fff; box-shadow: 0px 1px 10px rgba(0,0,0,.3);}


/*头部*/
.logo{ float:left; padding:25px 0;}
.logo img{display:block;}

/*nav*/
.nav{ float:right; margin-top:0px;}
.nav ul{}
.nav li{ float:left; position: relative;}
.nav li a{padding:0px 30px; line-height:110px; display:block; font-size:14px; font-weight:bold;}
.nav li a:hover,.nav li.currclass a{}

/*下拉*/
.aui-about-dow {
	width:230px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 180px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.aui-about-dow li{width:100%; border-bottom:dotted 1px #ddd;}
.aui-about-dow li a{font-size:15px; padding:5px 2px; line-height:24px; font-weight:normal;}
.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1; 
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}


.icon-dow {
    width: 13px;
    height: 13px;
    margin-left:8px;
    position: relative;
    top: 0px;
    display: inline-block;
	background:url(../images/menu_arr01.png) no-repeat; background-size:13px auto;
} 


/*顶部搜索*/
.header_search{margin-left:30px;}
.header .lag{ display:block; line-height:110px; font-size:14px; color:#888;}
.header .serch_btn{ margin-top:30px; display:block;width:50px;height:50px;background:url(../images/icon-sq2.png) no-repeat center;cursor:pointer;}
.serch_in{position:absolute;margin-top:39px;left:56.5%;z-index:333;display: block;width: 22px;height:22px;background:url(../images/wsearch.png) no-repeat center;border: none;cursor: pointer;}
.search_box{width:100%;height:100%;background:#0094DE;position:absolute;top:-100%;left:0px;z-index:1;transition:all 0.6s;}
.serch_txt{width:300px;height:20px;margin-top:30px;border:none;border-bottom:1px solid  #fff;padding:10px;position:absolute;left:50%;margin-left:-160px;color:#fff;background:none;}
.close{width:25px;height:25px;position:relative;display:block;left:70%;top:42px;cursor:pointer;}
.close:before,.close:after{position:absolute;display:block;width:25px;height:2px;background:#fff;content:'';top: 50%;left: 50%;margin-left:-10px;}
.close:before{transform:rotate(45deg);}
.close:after{transform:rotate(-45deg);}
.show{top:0px;}





/*焦点图*/
	#banner {max-width:1920px; margin:auto; position:relative; z-index:9;}
	#banner .swiper-slide{text-align:center; overflow:hidden; /*height:520px;*/ }
	#banner .swiper-slide a{display:block; height:100%;}
	#banner .swiper-slide img{width:100%;}
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 13px;height: 13px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.5); transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease; opacity: 1.0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.9);color: #fff;width: 33px;border-radius: 30px;opacity: 1.0;}
	#banner .swiper-pagination{bottom:15px;}

.main_title{height:25px; font-size:16px; color:#FF6600; border-bottom:solid 3px #0066CC; padding-top:15px;}
.main_title span{float:right;}
.main_title span li{float:left;}
.main_title span li a{width:120px; height:25px; line-height:25px; display:block; font-size:12px; background:#e8e8e8; text-align:center;}
.main_title span li a:hover{background:#666; color:#FFFFFF;}
.main_title span li.currclass a{background:#0066CC; color:#FFFFFF;}


/*标题*/
.title_z{ font-size:36px; text-align:center; margin:50px 0 40px 0; text-transform:uppercase; font-family:"Times New Roman", Times, serif; font-weight:bold; min-width:1200px;}
.title_about{ font-size:36px; text-align:center; margin:50px 0 40px 0; font-family:"Times New Roman", Times, serif; font-weight:bold; min-width:1200px;}


.title h5{line-height:46px; font-size:18px; font-weight:normal; border-bottom:solid 1px #ddd;}
.title h5 span{float:right; margin-top:0px;}


/*产品类别*/
.pic_list5{}
.pic_list5 ul{}
.pic_list5 li{width:18%; margin:0px 1% 5px 1%; float:left;transition: 0.3s all; text-align:center;}
.pic_list5 li:nth-child(5n){ margin-right:0;}
.pic_list5 li .txt{line-height:36px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; font-size:16px;}
.pic_list5 li:hover .txt{color:#DFA855;}

.pic_list5 li .pic{width:100%; display:block; position:relative; overflow:hidden;}
.pic_list5 li .pic img{width:100%; max-height:200px; display:block;transition: 0.5s all; border-radius:5px;}
.pic_list5 li .pic:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}


.pic_list4{}
.pic_list4 ul{}
.pic_list4 li{width:23%; margin:0px 1% 5px 1%; float:left;transition: 0.3s all; text-align:center;}
.pic_list4 li:nth-child(4n){ margin-right:0;}
.pic_list4 li .txt{line-height:36px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; }
.pic_list4 li:hover .txt{color:#DFA855;}

.pic_list4 li .pic{width:100%; display:block; position:relative; overflow:hidden;}
.pic_list4 li .pic img{width:100%; height:180px; display:block;transition: 0.5s all; border-radius:5px;}
.pic_list4 li .pic:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}


/* 产品类别 */
.picScroll-left{ width:90%; position:relative; margin:auto;}
.picScroll-left .hd{ width:80px; margin:auto;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:33px; height:33px;overflow:hidden;cursor:pointer; border:solid 1px #bbb;}
.picScroll-left .hd .prev{ float:left; background:url(../images/icon_left.png) no-repeat center center;}
.picScroll-left .hd .next{ float:right; background:url(../images/icon_right.png) no-repeat center center;}

.picScroll-left .bd{ width:100%; overflow:hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; width:20%; padding:0 5px; box-sizing:border-box;}

.picScroll-left .bd ul li .pic{ width:100%; overflow:hidden;}
.picScroll-left .bd ul li .pic img{ width:100%;  display:block;transition:all 500ms ease-out 0s; }
.picScroll-left .bd ul li:hover .pic img{
  cursor:pointer;
  -webkit-transform:scale(1.15);
  moz-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);}
  
.picScroll-left .bd ul li .txt{ padding:10px 0px; text-align:center;}
.picScroll-left .bd ul li .txt h5{overflow: hidden; text-overflow: ellipsis;white-space: nowrap; font-size:15px; margin-bottom:25px;}


/*about*/
.index_about{width:540px; float:left;}
.index_about h3{font-size:36px; font-family:"Times New Roman", Times, serif; padding-top:10px;text-transform:uppercase;}
.index_about h3:after{ display:block;width:15px;height:2px;background:#aaa;content:''; margin:20px 0 30px 0;}
.index_about p{line-height:26px; text-align:justify; margin-bottom:15px; text-indent:0; color:#666;}
.index_about a{width:160px; height:46px; line-height:46px; background:#0094DE; color:#fff; text-align:center; display:inline-block;margin-top:25px;transition:all 200ms ease-out 0s; font-size:14px;}
.index_about a:hover{ background:#f90; color:#FFF;}

.about_pic{width:560px; float:right;}
.about_pic .vedio{height:385px; background:url(../images/about_pic.jpg) no-repeat; background-size:cover; text-align:center;  }
.about_pic .vedio img{margin-top:156px; transition:all 500ms ease-out 0s; }
.about_pic .vedio:hover img{
	-webkit-transform:rotate(360deg);
	-moz-tramsforn:rotate(360deg);
	-ms-tramsforn:rotate(360deg);
	-webkio-tramsform:rotate(360deg);
	tramsforn:rotate(360deg);}


/*推荐产品*/
.product_tj{}
.product_tj ul{}
.product_tj li{width:285px; margin:0px 20px 10px 0; float:left;transition: 0.3s all; text-align:center;}
.product_tj li:nth-child(4n){ margin-right:0;}
.product_tj li .txt{line-height:36px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; font-size:15px;}
.product_tj li:hover .txt{color:#DFA855;}

.product_tj li .img_box{width:100%; display:block; position:relative; overflow:hidden;}
.product_tj li .img_box img{width:100%;  display:block;transition: 0.5s all;}
.product_tj li .img_box:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}



/*-查看详情-*/
.up-graybox{width: 100%;height: 100%; position: absolute;left: 0; top: 0; background:#000; opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease 0s;}
.up-graybox:hover{background:#000; opacity: 0.6; filter: alpha(opacity=60); transition: all 0.4s ease 0s;}
.up-graybox .stitle {font-size: 14px;line-height: 30px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px;color: #fff;}
.up-graybox .line {display: inline-block; width: 100px;height: 1px;background-color: #f2f2f2; position: absolute; left: 50%;margin-left: -50px; transition: all 0.6s ease 0s;}
.up-graybox .linet { top: 0;}
.up-graybox .lineb { bottom: 0;}
.up-graybox:hover .line { width: 6px; margin-left: -3px; opacity: 0.6;filter: alpha(opacity=60);}

.index_more{text-align:center;}
.index_more a{width:180px; height:46px; line-height:46px;  background:#0094DE; font-size:14px; color:#fff; text-align:center; display:inline-block;transition:all 200ms ease-out 0s; }
.index_more a:hover{ background:#f90;  color:#FFF;}


/*最新资讯*/
.index_news{}
.index_news h5{font-size:36px; font-family:"Times New Roman", Times, serif;  color:#fff;}

/* 产品类别 */
.picScroll-left1{ width:100%; position:relative;}
.picScroll-left1 .hd{ width:74px; float:right; margin-top:-72px;}
.picScroll-left1 .hd .prev,.picScroll-left1 .hd .next{ display:block;  width:32px; height:32px;overflow:hidden;cursor:pointer;}
.picScroll-left1 .hd .prev{ float:left; background:url(../images/icon_i_prev.png) no-repeat center center;}
.picScroll-left1 .hd .next{ float:right; background:url(../images/icon_i_next.png) no-repeat center center;}

.picScroll-left1 .bd{ width:1200px; overflow:hidden; margin-top:40px;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{float:left; width:380px; margin-right:30px; position:relative;}

.picScroll-left1 .bd ul li .pic{ width:100%; height:225px; overflow:hidden;}
.picScroll-left1 .bd ul li .pic img{ width:100%; min-height:225px;  display:block;transition:all 500ms ease-out 0s; }
.picScroll-left1 .bd ul li:hover .pic img{
  cursor:pointer;
  -webkit-transform:scale(1.1);
  moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  transform:scale(1.1);}
  
.picScroll-left1 .bd ul li .txt{ margin-top:35px;}
.picScroll-left1 .bd ul li .txt h4{overflow: hidden; text-overflow: ellipsis;white-space: nowrap; font-size:15px; margin-bottom:15px; color:#fff;}
.picScroll-left1 .bd ul li .txt p{color:rgba(255,255,255,.6); font-size:12px; line-height:26px; padding-right:10px;word-wrap:break-word; font-size:14px;}

.picScroll-left1 .bd ul li .date{width:60px; height:60px; background:#DFA855; text-align:center; color:#fff; font-size:12px; padding:5px 0; box-sizing:border-box; border-radius:3px; position:absolute; right:10px; top:185px;}
.picScroll-left1 .bd ul li .date span{ font-size:30px; font-family:Arial, Helvetica, sans-serif;font-weight:bold;}

.haibao{min-width:1200px;}
.haibao img{max-width:100%;}


/*联系表单*/
.lx_form{ width:680px;}
.lx_form h5{font-size:36px; font-family:"Times New Roman", Times, serif;  margin-bottom:35px;}
.lx_form li{width:50%; float:left; margin-bottom:25px;}
.lx_form li:nth-child(2),.lx_form li:nth-child(4){ text-align:right;}
.lx_form li input[type=text]{ line-height:22px; border:solid 1px #ddd; padding:10px; width:90%; font-family:"微软雅黑";}
.lx_form li textarea{ width:100%; height:125px; border:solid 1px #ddd; padding:10px; box-sizing:border-box;font-family:"微软雅黑";}

input.btn{ border:none; font-size:16px; cursor:pointer; text-align:center; color:#fff; width:200px; line-height:50px; border-radius:5px; background:#0094DE; font-family:"微软雅黑";}
input.btn:hover{ background:#f90; color:#fff; text-decoration:none;}

.lx_info{width:440px; float:right;}
.lx_info h5{font-size:36px; font-family:"Times New Roman", Times, serif;  margin-bottom:35px;}
.lx_info li{border:solid 1px #ddd; padding:18px 20px 18px 70px; margin-bottom:20px; line-height:24px; color:#666; transition: 0.3s all;-webkit-transition: 0.3s all;}
.lx_info li:hover {box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);}
.lx_info li:nth-child(1){background:url(../images/lx_ico4.png) no-repeat 20px center; background-size:32px auto;}
.lx_info li:nth-child(2){background:url(../images/lx_ico1.png) no-repeat 20px center; background-size:36px auto;}
.lx_info li:nth-child(3){background:url(../images/lx_ico2.png) no-repeat 20px center; background-size:36px auto;}
.lx_info li:nth-child(4){background:url(../images/lx_ico3.png) no-repeat 20px center; background-size:36px auto;}


/*底部*/
.footer{width:100%; height:310px; box-sizing:border-box; background:#222; padding:55px 0;}

.foot_logo{ float:left; width:20%;}
.foot_logo li{margin-bottom:20px;}

.foot_nav{ float:left; width:720px;}
.foot_nav li{float:left;text-align:left;}
.foot_nav li b{ display:block;    font-weight:normal;margin-bottom: 15px; }
.foot_nav li b a{ font-size:16px; color:#fff;}
.foot_nav li b:after{content:"";display: block;width:15px;background:#666;height: 1px; margin-top:15px; }

.foot_nav li dd{line-height:32px; }
.foot_nav li p{ width:33.3%;  line-height:32px; float:left;}
.foot_nav li p a,.foot_nav li dd a{ font-size:12px; color:#999;}
.foot_nav li p a:hover,.foot_nav li dd a:hover{ color:#DFA855;}



.foot_ewm{width:240px; text-align:center; float:right;}
.foot_ewm li{width:50%; float:left;}
.foot_ewm li img{ width:108px; height:108px; vertical-align:top; margin-top:5px;}
.foot_ewm li p{font-size: 13px; background:none; height:25px; line-height:25px; text-align:center; color:#999; padding-top:5px;}


.bq_bg{ width:100%; min-width:1200px; padding:10px 0;  background:#111; line-height:24px;color:rgba(255,255,255,0.5); text-align:center; text-transform:uppercase; font-size:12px;}
.bq_bg a{color:rgba(255,255,255,0.5);}



.left{width:252px; float:left; border:solid 0px #ddd;  border-radius:0px; border-bottom:solid 0px #ddd;}

.left_title{font-size:30px; padding: 25px 0; text-align: center; background:#0094DE; color:#fff; text-transform:uppercase; font-family:"Times New Roman", Times, serif; font-weight:bold; }


.right{width:900px; float:right;}
.right_tit{border-bottom:solid 1px #ddd; line-height:62px; border-radius:0px; font-size:22px; margin-bottom:25px;}


.sub_weizhi{ line-height:56px; height:56px; background:#fff; border-bottom:solid 1px #ececec; box-shadow: 0 1px 15px 0 rgba(0,0,0,0.1);min-width:1200px; margin:auto;}
.sub_weizhi .weizhi{background:url(../images/home_ico.png) no-repeat left center; padding-left:25px;  color:#666; font-size:12px; text-transform:uppercase;}
.sub_weizhi .weizhi a{color:#666;}

/*二级页面*/
.page_ban{ position:relative;}
.page_ban img{width:100%; display:block;}
.ban_gray {background: rgba(0,0,0,.46);width: 100%; height: 100%; position: absolute;left: 0; top: 0;}
.page_ban .ban_box { position: absolute; left: 0;top: 50%; margin-top: -16px; width: 100%;}
.page_ban .ban_box h5 {  font-size: 38px; color: #FFF;  margin-bottom: 0px;text-transform:uppercase; text-align: center; letter-spacing:3px; font-weight:normal;}
.page_ban .ban_box p{font-size:22px; color:#fff; text-transform:uppercase;}


.sub_nav1{}
.sub_nav1 li{float:left; margin-right:25px; background:url(../images/case9.png) no-repeat right center; padding-right:25px;}
.sub_nav1 li a {display: block; position: relative; font-size:14px;}
.sub_nav1 li a:before {width: 0;height: 2px;position: absolute;left: 50%;bottom: 0;z-index: 10;transform: translateX(-50%);-webkit-transform: translateX(-50%);background:#DFA855;
content: "";transition: all 0.3s;-webkit-transition: all 0.3s;}
.sub_nav1 li:hover > a:before {width: 100%;}
.sub_nav1 li.currclass a,.sub_nav1 li.currclass a:before{ color:#DFA855; font-weight:bold; width: 100%;}



.sub_nav{ border:solid 2px #0094DE;}

.sub_nav ul{ width:200px; margin:10px auto 20px auto;}
.sub_nav li{ line-height:42px; border-bottom:solid 1px #ececec; background:url(../images/sanjiao.png) no-repeat right center;}

.sub_nav li a{display:block; font-size:14px;}
.sub_nav li.currclass{background:url(../images/sanjiao1.png) no-repeat right center;;}
.sub_nav li.currclass a{ color:#f60;}

/*单页*/
.about_nr{line-height: 30px; text-align:justify;overflow: hidden;}
.about_nr img{max-width:100%;}
.about_nr p{text-indent: 20px; margin-top: 20px;line-height: 35px;}

  
/*荣誉分页*/

.zl_pic_list{}
.zl_pic_list li{width:270px; margin-right:40px; margin-bottom:25px; float:left; box-shadow: 0 1px 15px 0 rgba(0,0,0,0.1);}
.zl_pic_list li:nth-child(4n){margin-right:0px;}
.zl_pic_list li .pic{width:100%; height:300px; overflow:hidden;}
.zl_pic_list li .pic img{ width:100%; height:100%;}
.zl_pic_list li p{width:100%;line-height:42px; font-size:15px; text-align:center; background:#f2f2f2; transition: all 0.3s ease 0s;}
.zl_pic_list li:hover p{ background:#31B068; color:#fff;}



/*新闻列表*/
.news_one{transition: 0.3s all;-webkit-transition: 0.3s all; border-bottom:dotted 1px #dedede;  padding:20px 15px;}
.news_one:hover {box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);}
.news_one .news_pic{ width:410px; height:220px; overflow:hidden;}
.news_one .news_pic img{width:100%;}
.news_one .news_txt{width:700px;}
.news_one .news_txt h5{font-size:22px; margin:20px 0;overflow: hidden; text-overflow: ellipsis;white-space: nowrap; }
.news_one .news_txt p{ color:#777; line-height:28px; height:48px; overflow:hidden; word-wrap:break-word;}
.news_one .news_more {width: 140px;height: 38px;background: #0094DE; display: block;text-align: center;line-height: 38px;margin-top: 40px;color:#fff; font-size:14px;}
.news_one .news_more:hover{ background:#f90;}

.news_list{}
.news_list dl{ padding:25px 15px; border-bottom:dotted 1px #dedede; transition: all .3s;}
.news_list dl:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);translate3d(0, -3px, 0);-webkit-transform: translate3d(0, -3px, 0);}
.news_list dt{ width:260px; overflow:hidden}
.news_list dt img{width:100%;}
.news_list dd{width:820px;}
.news_list dd .time{color:#999; font-size:12px;margin:15px 0; background:url(../images/news_list_date.png) no-repeat left center; padding-left:20px;}
.news_list dd h5{ font-size:18px; width:100%; margin:15px 0;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.news_list dd p{text-align:justify; line-height:26px; color:#777;  word-wrap:break-word; font-size:16px;}

#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px; margin-bottom:15px;}
#art_box table p{margin-bottom:0;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;text-align:center;}
#art_box video{ max-width:100%;}


/* 新闻内容页 */
.dot {background: url(../images/dot.png) no-repeat center;height: 36px;padding: 25px 0;}
.newsCon{overflow: hidden;background: #f8f8f8; width:1100px; margin:auto; padding:50px 70px 20px 70px; box-sizing:border-box; border-radius:5px;}
.ntitle{padding:0px 0px 15px 0px;text-align: center;border-bottom: 1px solid #ddd; margin-bottom:20px;}
.ntitle h2{font-size: 24px;margin-bottom: 20px; color:#DFA855;}
.ntitle span{font-size: 12px; color: #aaa;padding: 0 10px;}

.ptitle{ text-align: center; margin-bottom:20px;}
.ptitle h2{font-size: 24px;margin-bottom: 20px; color:#DFA855;}
.ptitle span{font-size: 12px; color: #aaa;padding: 0 10px;}


.neirong{line-height: 30px; text-align:justify;overflow: hidden;}
.neirong img{max-width:100%;}
.neirong p{margin-bottom: 12px;}

/*内容页上下页*/
.plist {overflow: hidden; padding: 40px 0; border-top:solid 1px #ddd;}
.plist .prev { float: left; width: 50%; }
.plist .prev a { background: url("../images/arr_circle_left.png") no-repeat left center; height: 25px; line-height: 25px; text-indent: 35px; }
.plist .prev a:hover { text-decoration: underline; background: url("../images/arr_con2.png") no-repeat left center; }
.plist a { font-size: 13px; color: #161616; display: block; }
.plist .next { float: right; width: 50%; }
.plist .next a { background: url("../images/arr_circle.png") no-repeat right center; height: 25px; line-height: 25px; padding-right: 35px; text-align: right; }
.plist .next a:hover { text-decoration: underline; background: url("../images/arr_con.png") no-repeat right center; }


/*图片分页*/
.pic_list{}
.pic_list ul{}
.pic_list li{width:280px; margin:0px 30px 10px 0; float:left;transition: 0.3s all; text-align:center;}
.pic_list li:nth-child(3n){ margin-right:0;}
.pic_list li .txt{line-height:46px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.pic_list li:hover .txt{color:#DFA855;}

.pic_list li .img_box{width:100%; display:block; position:relative; overflow:hidden;}
.pic_list li .img_box img{width:100%; display:block;transition: 0.5s all;}
.pic_list li .img_box:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}

/*相册分页*/
.xc_pic_list{}
.xc_pic_list ul{}
.xc_pic_list li{width:280px; margin:0px 25px 10px 0; float:left;transition: 0.3s all; text-align:center;}
.xc_pic_list li:nth-child(4n){ margin-right:0;}
.xc_pic_list li .txt{line-height:46px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.xc_pic_list li:hover .txt{color:#DFA855;}

.xc_pic_list li .img_box{width:100%; display:block; position:relative; overflow:hidden;}
.xc_pic_list li .img_box img{width:100%;display:block;transition: 0.5s all;}
.xc_pic_list li .img_box:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}



/*联系我们单页*/
.lianxi{}
.lianxi li{font-size:14px; line-height:24px;  box-sizing:border-box; padding-left:60px; float:left; margin-right:55px;}
.lianxi li.lx_ico1{ background:url(../images/lx_ico1.png) no-repeat left center; background-size:46px auto;}
.lianxi li:nth-child(3){ margin-right:0;}
.lianxi li.lx_ico2{ background:url(../images/lx_ico3.png) no-repeat left center; background-size:46px auto;}
.lianxi li.lx_ico3{ background:url(../images/lx_ico2.png) no-repeat left center; background-size:46px auto;}

.lianxi01{}
.lianxi01 li{box-sizing:border-box; padding:20px 30px; border:solid 1px #e8e8e8; background:#f8f8f8;}
.lianxi01 li h5{font-size:18px; margin-bottom:10px;}
.lianxi01 li p{line-height:30px; font-size:14px;}






.navigation h2{display:none;}




/*建议反馈*/
.note_red{ font-size:14px; color:#fe0000; margin:0 10px;}
.note_arrow{ color:#999; display:inline-block; background:url(../images/note.gif) no-repeat left center; padding-left:24px; margin-left:10px;}

.fill_textarea{ width:500px; padding:10px 5px; height:160px; border:solid 1px #ddd;font-size:14px;font-family:"微软雅黑";}
.fill_textarea:hover{border:solid 1px #ccc; background:#f8f8f8;}

table.fill_table_c{ clear:both; margin:0px auto 10px auto;}
table.fill_table_c input.fill_text{ width:240px; padding:8px 5px; border:solid 1px #ddd; font-size:14px; font-family:"微软雅黑";}
table.fill_table_c input.fill_text:hover{border:solid 1px #ccc; background:#f8f8f8;}
table.fill_table_c select{ width:252px; line-height:36px; height:36px; border:solid 1px #ddd;font-size:14px; font-family:"微软雅黑";}
table.fill_table_c th,table.fill_table_c td{ vertical-align:top; line-height:2em; padding:8px 5px;}
table.fill_table_c th{ font-size:14px; font-weight:normal; text-align:right;}
table.fill_table_c img{ vertical-align:middle; margin:0 10px;}
table.fill_table_c input.orange_btn{ width:250px; height:50px; line-height:50px;}

input.orange_btn{ border:none; font-size:20px; cursor:pointer; text-align:center; color:#fff; background:#0A64BE; font-family:"微软雅黑";}
input.orange_btn:hover{ background:#f90; color:#fff; text-decoration:none;}



/*搜索分页*/
#fenye{ margin:10px;}
#fenye table{ margin:auto;}
#fenye .prev,#fenye .next{text-align:center;}
#fenye a.curr,#fenye a:hover{background:#0094DE;  color:#FFFFFF;}
#fenye a{background:#E1DFE0; padding:8px 15px; color:#333; font-size:14px; border-radius:3px;}




/*全站搜索begin*/


.searchbody{width:100%; margin:0px auto;}
.searchbody .left{width:900px; float:left; margin-top:0px; border:0;}
.searchbody .left .tit{background:#FAFFF9 url(btn.png) no-repeat 15px 10px; border:#E2F3DE 1px solid; line-height:38px;color:#555;padding-left:10px; }
.searchbody .left .tit span{ color:red; font-weight:bold;}
.searchbody .left .leftbox{}

.searchbody .left .leftbox .searchlist{}
.searchbody .left .leftbox .searchlist ul{}
.searchbody .left .leftbox .searchlist li{width:280px; margin:0px 30px 10px 0; float:left;transition: 0.3s all; text-align:center;}
.searchbody .left .leftbox .searchlist li:nth-child(3n){ margin-right:0;}
.searchbody .left .leftbox .searchlist li p{line-height:46px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.searchbody .left .leftbox .searchlist li:hover p{color:#DFA855;}

.searchbody .left .leftbox .searchlist .img_box{width:100%; display:block; position:relative; overflow:hidden;}
.searchbody .left .leftbox .searchlist .img_box img{width:100%; height:220px; display:block;transition: 0.5s all;}
.searchbody .left .leftbox .searchlist .img_box:hover img{ -webkit-transform:scale(1.1); moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}


.searchbody .left .leftbox .searchabout{margin:0px 10px 0px 0px; padding:15px;background: #EFEFEF; height:100%;  overflow:hidden;}
.searchbody .left .leftbox .searchabout h3{ height:30px; line-height:30px; font-size:14px; font-weight:bold; color:#000;}
.searchbody .left .leftbox .searchabout .searchresult li{line-height:25px; width:20%; float:left; border-bottom:#f1f1f1 1px solid;}
.searchbody .left .leftbox .searchabout .searchresult a{ font-size:14px; color:#0022CC; text-decoration:underline;}
.searchbody .left .leftbox .searchabout .searchresult a:hover{ color:red;}

.searchbody .left .leftbox .kuaisou{ margin:0px auto 25px auto;}
.searchbody .left .leftbox .kuaisou .i{ height:30px; line-height:30px;width:260px; padding-left:10px; color:#333;border:#ddd 1px solid; }
.searchbody .left .leftbox .kuaisou #m{margin-left:5px;height:34px; line-height:32px; width:80px; border:none;}

.searchbody .right{width:252px; float:right; background:#f8f8f8; padding:25px 15px; box-sizing:border-box;}

.searchbody .right .ksad{ border:#E2F3DE 1px solid; padding:10px; background:#FAFFF9;}
.searchbody .right .ksad h2{ font-size:16px; font-weight:bold; color:green; font-family:"微软雅黑"}
.searchbody .right .ksad p{ line-height:28px; color:#666; font-family:"微软雅黑"}
.searchbody .right .ksad p a{ color:green; text-decoration:underline; font-family:"微软雅黑"}
.searchbody .right .ksad p a:hover{}


.searchbody .right .right01{}
.searchbody .right .right01 .tit{height:40px;line-height:40px;font-size:14px; font-weight:bold; color:#333;padding-left:5px;  border-bottom:#CCC 1px solid;}
.searchbody .right .right01 .right01box{}
.searchbody .right .right01 .right01box ul{ padding:8px;}
.searchbody .right .right01 .right01box li{ background:url(artarrow.gif) no-repeat 0px 11px; height:28px; line-height:28px;overflow: hidden;   white-space:nowrap;text-overflow:ellipsis; }
.searchbody .right .right01 .right01box a{  color:#0022CC;}
.searchbody .right .right01 .right01box a:hover{ text-decoration:none; color:red;}


/*全站搜索end*/





/*向上*/
.cd-top {
  display: inline-block;
  height: 46px;
  width: 46px;
  position: fixed;
  bottom: 40px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0094DE;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 46px;
    width: 46px;
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#0094DE;transition: all 0.3s ease 0s;}







  
  
  