/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  
  
/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible; }  
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  
  
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color:#000;  background:#eaeaea; font:12px/22px "Microsoft YaHei Light","Microsoft YaHei", "Helvetica Neue","PingFang SC", Helvetica, Tahoma, sans-serif;; text-align:center;}  
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}  
input,select{ font-size:12px; vertical-align:middle;}  
  
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */  
body div{ text-align:left;}  
  
/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}  
  
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  

  
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;}  
  
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{ color:#333; text-decoration:none;}  
a:hover{ color:#F60; }  
  
/* 去掉链接的虚线框 */  
a { outline:none; star:expression(this.onFocus=this.blur());}  
  
/* 定义H系列标签，覆盖H系列标签默认属性 */  
h1{ font-size:24px;}  
h2{ font-size:20px;}  
h3{ font-size:18px;}  
h4{ font-size:16px;}  
h5{ font-size:14px;}  
h6{ font-size:12px;}  



/* ==翻页样式== */
.pagesinfo {color:#555555;font-size:12px;}
.pagesnow {color:#D07E36;font-size:14px;text-decoration: none}
.pages {color:#777777;font-size:14px;text-decoration: none}

.topmenu{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	z-index: 9
}

.topmenu .logo{
	float: left;
	margin-left: 10%;
	height: 150px;
	width: 290px;
	background: url(logo2.png) no-repeat center 45px;
	background-size: 80% auto
}

.dropmenudiv_b{
	display: none;
}

.dh{
	width: 650px;
	float: right;
	height: 40px;
	margin-top: 40px;
}

.search{
	float: right;
	height: 40px;
	width: 200px;
	margin-top:45px;
	overflow: hidden;
}

@media screen and (max-width: 1440px) {
   .search{
	   display: none
    }
}


.dh a.menunow{
    background-color: #edae00;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search input.input{
	float: left;
	border:2px solid #cccccc;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 30px;
	border-right: 0px;
	width: 100px;
	background-color: rgba(0,0,0,0.1);
	text-indent: 10px;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.search input.button{
	float: left;
	height: 34px;
	line-height: 34px;
	width: 40px;
	border:2px solid #cccccc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 0px;
	background-color: rgba(0,0,0,0.1);
	background-image: url(search.png);
	background-position: center;
	background-repeat: no-repeat
}

.dh .menu{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0px 12px;
	margin-right: 5px;
	float: left;
}

.homelb{
	height:830px;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	background-color: #000;
	position: relative;
}

.homelb .swiper-slide{
	width: 100%;
	height: 830px;
	position: relative;
}

.homelb .swiper-slide video{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.7
}

.homelb .swiper-slide h1{
	position: absolute;
	left: 10%;
	top: 32%;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-transform: uppercase;
	z-index: 1;
	opacity: 0
}

.homelb div.swiper-slide-active h1{
	animation:donghua1 1s forwards ease;
	-webkit-animation:donghua1 1s forwards ease; /* Safari and Chrome */
}

.homelb .swiper-slide h2{
	position: absolute;
	left: 10%;
	top: 40%;
	font-size: 60px;
	color: #fff;
	z-index: 1;
	font-weight: normal;
	opacity: 0
}

.homelb div.swiper-slide-active h2{
	animation:donghua1 1s forwards ease 0.2s;
	-webkit-animation:donghua1 1s forwards ease 0.2s; /* Safari and Chrome */
}

.homelb .swiper-slide h3{
	position: absolute;
	left: 10%;
	font-weight: normal;
	top: 48%;
	font-size: 24px;
	color: #fff;
	z-index: 1;
	opacity: 0
}

.homelb div.swiper-slide-active h3{
	animation:donghua1 1s forwards ease 0.4s;
	-webkit-animation:donghua1 1s forwards ease 0.4s; /* Safari and Chrome */
}

.homelb .swiper-slide a{
	position: absolute;
	left: 10%;
	top: 70%;
	height: 45px;
	width: 125px;
	background-color: #edae00;
	color: #000;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 1;
	opacity: 0
}


.homelb .swiper-slide a.link2{
	margin-left: 150px;
}

.homelb div.swiper-slide-active a{
	animation:donghua1 1s forwards ease 0.6s;
	-webkit-animation:donghua1 1s forwards ease 0.6s; /* Safari and Chrome */
}

@keyframes donghua1
{
	from {transform: translateY(70px); opacity: 0}
	to {transform: translateY(0px);opacity: 1}
}

@-webkit-keyframes donghua1 
{
	from {transform: translateY(70px); opacity: 0}
	to {transform: translateY(0px);opacity: 1}
}

.homelb .lbtel{
	position: absolute;
	z-index: 9;
	left: 5%;
	bottom: 40px;
	color: #ccc;
}

.homelb .lbtel sup{
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}

.homelb .lbtel h3{
	font-size: 24px;
	display: inline-block;
}

.homelb .lb-pagination{
	position: absolute;
	bottom: 20px;
	width: 62px;
	left: 50%;
	margin-left: -31px;
	height: 20px;
	text-align: center;
	z-index: 9;
}

.homelb .lb-pagination span{
	border:2px solid #fff;
	cursor: pointer;
	opacity: 1;
	background-color: rgba(0,0,0,0);
	margin: 0px 3px;
}

.homelb .lb-pagination span.swiper-pagination-bullet-active{
	background-color: #edae00;
	border: 2px solid #edae00;
}

.homelb .icondown{
	width: 50px;
	text-align: center;
	height: 68px;
	color: #fff;
	position: absolute;
	bottom: 60px;
	font-size: 12px;
	left: 50%;
	margin-left: -25px;
	z-index: 1
}

.homelb .icondown i{
	font-size: 30px;
	line-height: 40px;
}

.homelb .lb2{
	background: url(lb2.jpg) no-repeat  center;
	background-size: 100% auto
}


.homelb .lb3{
	background: url(lb3.jpg) no-repeat  center;
	background-size: 100% auto
}

@media screen and (max-width: 1920px) {
   .homelb .lb2{
       background-size: auto 100% 
    }
	
	.homelb .lb3{
       background-size: auto 100% 
    }
}

@media screen and (max-width: 1440px) {
	.homelb .swiper-slide video{
		height: 100%;
		width: auto;
	}
}

.right_tools{
	position:fixed;
	right: 0px;
	top: 50%;
	height: 220px;
	width: 60px;
	transition: all 0.2s;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 20px 0px;
	margin-top: -120px;
}

.right_tools .erweima{
	width: 160px;
	height: 200px;
	position: absolute;
	left: 70px;
	top: 30px;
	background: url(erweima.jpg) no-repeat top center
}

.right_tools a{
	display: block;
	width: 65px;
	height:55px;
	color: #cccccc;
	text-align: center;
	line-height: 55px;
	font-size: 34px;
	transition: all 0.2s;
}

.right_tools a:hover{
	text-decoration: none;
	color: #fff;
}

.cp_class{
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 180px;
	background-color: #f5f5f5;
}

.cp_class a{
	width: 16%;
	display: inline-block;
	height: 130px;
	text-align: center;
	color: #666;
	max-width: 300px;
	font-size: 20px;
	overflow: hidden;
	margin-top:20px;
	border-right: 1px solid #e3e3e3;
	transition: all 0.2s;
}

.cp_class a strong{
	font-weight: normal
}

.cp_class a i{
	font-size: 80px;
	display: block;
	line-height: 100px;
	color: #333;
	transition: all 0.2s;
}

.cp_class a:hover{
	color: #000;
}

.cp_class a:hover i{
	color: #000;
	transform: scale(1.1,1.1)
}

.about{
	width: 100%;
	text-align: center;
	padding: 80px 0px;
	font-size: 18px;
	line-height: 160%;
	color: #666666;
}

.about h1{
	font-size: 30px;
	line-height: 30px;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.about a{
	display: block;
	width: 125px;
	height: 44px;
	line-height: 44px;
	background-color: #edae00;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 40px auto 0px auto;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all 0.2s;
}

.about a:hover{
	width: 140px;
}

.foot{
	width: 100%;
	padding: 20px 0px;
	background-color: #303030;
	color: #999;
	text-align: center;
}

.foot a{
	color: #999
}

.banner{
	width: 100%;
	height: 500px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-position: top center;
	background-repeat: no-repeat;
	animation: dh1 1s forwards ease;
	-webkit-animation: dh1 1s forwards ease;	/* Safari 和 Chrome */
}

@media screen and (max-width: 1440px) {
    .banner {
		height: 400px;
    }
}

.b0{
	background-image: url(b0.jpg) ;
}

.b1{
	background-image: url(b1.jpg) ;
}

.b2{
	background-image: url(b2.jpg) ;
}

.b3{
	background-image: url(b3.jpg) ;
}

.b4{
	background-image: url(b4.jpg) ;
}

@keyframes dh1
	{
		0%   {opacity: 0; background-size: 110% auto}
		100% {opacity: 1; background-size: 100% auto}
	}

@-webkit-keyframes dh1 /* Safari 和 Chrome */
	{
		0%   {opacity: 0; background-size: 110% auto}
		100% {opacity: 1; background-size: 100% auto}
	}

@keyframes dh2
	{
		0%   {opacity: 0; transform: translateY(50px)}
		100% {opacity: 1;transform: translateY(0px)}
	}

@-webkit-keyframes dh2 /* Safari 和 Chrome */
	{
		0%   {opacity: 0; transform: translateY(50px)}
		100% {opacity: 1;transform: translateY(0px)}
	}

.banner h1{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	text-transform: uppercase;
	animation: dh2 1s forwards ease;
	-webkit-animation: dh2 1s forwards ease;	/* Safari 和 Chrome */
}

.banner h3{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	text-transform: uppercase;
	animation: dh2 1s forwards ease;
	-webkit-animation: dh2 1s forwards ease;	/* Safari 和 Chrome */
}


.banner div{
	width: 1360px;
	margin: 0px auto;
	height: 68px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	padding: 0px 20px;
	margin-left: -700px;
	background-color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100 */
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #333 0%, #000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #333 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #333 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}

.banner div a{
	height: 66px;
	line-height: 66px;
	font-size: 15px;
	color: #cfcfcf;
	padding: 0px 20px;
	font-weight: bold;
	margin: 0px 10px;
	float: left;
	display: block;
	transition: all 0.2s;
}

.banner div a:hover{
	color:#fff
}

.banner div a.menunow{
	color: #edae00;
	border-bottom: 2px solid #edae00
}

.pagebox{
	width: 1300px;
	margin: 0px auto;
	background-color: #fff;
	min-height: 400px;
	padding: 50px 50px;
	overflow: hidden;
	color: #505050;
}

.navs{
	width: 1400px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 12px;
	margin: 0px auto;
	color: #666666;
	overflow: hidden;
}

.navs a{
	color: #666
}

.navs i{
	margin: 0px 5px;
}

.navs a.back{
	float: right;
	font-size: 14px;
	margin-right: 10px;
}


.pagebox .page_left{
	width: 900px;
	float: left;
}

.pagebox  div.news{
	width: 1300px;
}

.pagebox div.page_news{
	width: 1000px;
}

.pagebox .page_left .page_h1{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
}

.pagebox .page_left .page_h1 a{
	font-weight: normal;
	color: #333;
	font-size: 24px;
}

.pagebox .page_left .page_h1 i {
	color: #999;
	font-size: 20px;
	margin-left: 5px;
}

.page_con{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 160%;
}

.page_con img{
	max-width: 100%;
}

.page_con a{
	color: #333;
}

.foot_main{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #303030
}

.foot_main .f1{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #183478
}

.foot_main .f1 a{
	color: #fff;
	font-size: 16px;
	display: block;
	margin-left: 60px;
	float: left;
}

.foot_main .f1 .search2{
	float: right;
	height: 40px;
	margin-top: 25px;
	margin-right: 50px;
}

.foot_main .f1 .search2 input.input{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 0px;
	text-indent: 20px;
	font-size: 14px;
	color: #999;
	width: 270px;
	float: left;
	transition: all 0.2s;
}

.foot_main .f1 .search2 input.button{
	width: 60px;
	height: 40px;
	background-color: #ffd54f;
	font-size: 14px;
	color: #666;
	border: 0px;
	text-align: center;
	line-height: 40px;
	float: left;
}

.foot_main .f2{
	width: 1300px;
	margin: 40px 60px;
	overflow: hidden;
	color: #999;
	position: relative;
	font-size: 16px;
	padding-bottom: 30px; 
	border-bottom: 1px solid #484848
}

.foot_main .f2 .bdsharebuttonbox a{
	background-position:-100px -100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	padding: 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	color: #303030;
	background-color: #ffd54f;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	font-size: 20px;
}

.foot_main .f2 .gotop{
	position: absolute;
	right: 0px;
	top: 20px;
	border: 1px solid #666666;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #999;
	padding: 0px 20px;
	text-align: center;
}

.foot_main .f3{
	width: 1300px;
	margin: 40px 60px;
	overflow: hidden;
	color: #999;
	line-height: 20px;
}

.foot_main .f3 .f_tel{
	width: 100%;
	overflow: hidden;
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
}

.foot_main .f3 .f_tel h1{
	color: #fff;
	font-size: 30px;
	line-height: 30px
}

.foot_main .f3 .f_copy{
	font-size: 14px;
	color: #999;
	width: 100%;
	line-height: 24px;
	float: left;
}

.foot_main .f3 .f_copy a{
	color: #999
}

.page_con li{
	margin-left: 30px;
	font-weight: normal
}

.page_con strong{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
}

.page_right{
	width: 230px;
	float: left;
	overflow: hidden;
}

.page_right .hotvideo{
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	padding: 10px 0px;
}

.page_right .hotvideo a{
	height: 38px;
	line-height: 38px;
	display: block;
	width: 100%;
	float: left;
	text-indent: 20px;
	font-size: 14px;
	color: #333;
}

.page_right h1{
	color: #fff;
	background-color: #333;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
}

.page_right h1 i{
	margin-left: 20px;
	font-weight: normal;
	margin-right: 5px;
	font-size: 20px;
}

.page_right li{
	list-style-type: none
}

.page_right .class1{
	width:100%;
	overflow: hidden;
	line-height: 48px;
	float: left;
	text-indent: 20px;
	background-color: #f5f5f5
}

.page_right .class1 a{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.page_right .show div{
	background-color: #edae00;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	z-index: 9;
	position: relative;
}

.page_right .class1 i{
	float: right;
	cursor: pointer;
	margin-right: 20px;
	font-weight: normal
}

.page_right .class1 ul{
	background-color: #eaeaea;
	display: none
}

.page_right .class1 ul li{
	list-style-type: disc;
	line-height: 40px;
	height: 40px;	
}

.page_right .class1 .class2 a{
	color: #333;
	transition: all 0.2s
}

.page_right .class1 .class2 a:hover{
	color: #000;
	padding-left: 5px;
	font-weight: bold;
}

.page_right .class1 .on a{
	font-weight: bold;
	color: #000;
}

.page_right .class1 .on {
	background-color: #dcdcdc;
}

.page_right .class1 ul li a{
	font-weight: normal
}

.pagebox div.cpquery{
	margin-left: 50px;
	width: 1010px
}

.cpquery_list{
	position: relative;
	float: left;
	width: 228px;
	height: 253px;
	border: 4px solid #dfdfdf;
	border-radius: 4px;
   background: #fff;
   transition: all .1s linear;
	margin-right: 15px;
	margin-bottom: 20px;
}

a:hover.cpquery_list{
	border: 4px solid #000;
	box-shadow:  0px 0px 20px rgba(0,0,0,0.1)
}

.cpquery_list .cpquerytitle{
	width:100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
  	transition: all .1s linear;
	text-indent: 10px;
	float: left;
}

.cpquery_list .cpquerytitle i{
	float: right;
	height: 40px;
	line-height: 40px;
	text-indent: 0px;
	margin-right: 10px;
	color: #000;
 	transition: all .1s linear;
}

a:hover.cpquery_list .cpquerytitle i{
	color: #fff
}

a:hover.cpquery_list .cpquerytitle{
	background-color: #333;
}

.cpquery_list .cpquerytitle strong{
	font-size: 14px;
	transition: all .1s linear;
}

a:hover.cpquery_list .cpquerytitle strong{
	color: #fff
}

.cpquery_list span{
	float: left;
	display: block;
	width: 100%;
	height: 210px;
	background-size: 80% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.page_class{
	width: 100%;
	border-top: 3px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
	overflow: hidden;
}

.page_class a{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 14px;
	color: #333
}

.page_class a.on{
	font-weight: bold;
}

.cp_head{
	width: 100%;
	float: left;
	overflow: hidden;
}

.cp_head .cp_imgs{
	width: 534px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.cp_head .cp_imgs .cp_big_img{
	width: 400px;
	height: 400px;
	border: 1px solid #d7d7d7;
	float: left;
	margin-right: 16px;
}

.cp_head .cp_imgs .cp_big_img img{
	width: 100%
}

.cp_head .cp_imgs span{
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	width: 85px;
	cursor: pointer;
	height: 85px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
	margin-bottom: 18px;
	transition: all 0.2s;
}

.cp_head .cp_imgs span:hover{
	border: 1px solid #000
}

.cp_prop{
	float: left;
	width: 360px;
	overflow: hidden;
}

.cp_prop h1{
	font-size: 36px;
	line-height: 44px;
	line-height: 44px;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	font-weight: normal;
}

.cp_prop span{
	display: block;
	width: 100%;
	margin: 20px 0px;
	float: left;
	font-size: 14px;
	margin-top: 30px;
}

.cp_prop span strong{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	display: block;
}

.cp_prop a{
	display: block;
	float: left;
	width: 180px;
	height: 48px;
	background-color: #ffd54f;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 48px;
	margin-top: 20px;
}

.cp_body{
	width: 100%;
	float: left;
	min-height: 300px;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 30px;
}

.cp_intro_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 30px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #333;
}

.newsquery{
	width:100%;
	float:left;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCC;
	}

.newsquery a.newsimg{
	display:block;
	float:left;
	width:220px;
	overflow:hidden;
	margin-right:30px;
	background:url(nopic.jpg) no-repeat;
	background-size:100% auto;
	min-height:160px;
	}

.newsquery a.newsimg img{
	width:100%;
	margin:0px;
	}

.newsquery .news_right{
	float:right;
	width:750px;
	}

.newsquery .news_right span{
	display:inline-block;
	height:20px;
	line-height:20px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.newsquery .news_right h1{
	color:#000;
	font-size:20px;
	width:100%;
	overflow:hidden;
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:5px;
	}

.newsquery .news_right font{
	overflow:hidden;
	display:inline-block;
	line-height:24px;
	color:#333;
	font-size:14px;
	}

.newsquery .news_right a{
	display:inline-block;
	color:#333;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
	}

.newsquery .news_right a b{
	color:#edae00;
	}

.news_detail{
	width:800px;
	float:left;
	text-align:left;
	}
	
.news_title{
	width:100%;
	margin:0px auto;
	color: #333;
    font-size: 27px;
    line-height: 1.2em;
    font-weight: bold;
	margin:10px 0px 20px 0px;
	}

.news_time{
	font-size:14px;
	color:#999;
}

.news_memo{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	color:#999;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	}

.news_memo{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	color:#999;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	}

.page_cont{
	margin:20px 0px;
	padding-bottom:50px;
	overflow:hidden;
	float:left;
	width:100%;
	font-size:14px;
	line-height:180%;
	}

.news_con{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 160%;
	margin-top: 30px;
	padding-bottom: 50px;
}

.news_con img{
	width: 100%;
}

.news_img{
	width:400px;
	margin-top:80px;
	float:right;
	overflow:hidden;
	background:url(nopic.jpg) no-repeat;
	background-size:100% auto;
	min-height:300px;
	}

.news_img img{
	width: 100%;
}

.shop{
	width: 230px;
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
		
}

.shop span{
	display: block;
	width: 100%;
	border-top: 2px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0px;
	overflow: hidden;
}

.shop span a{
	display: block;
	width: 114px;
	overflow: hidden;
	float: left;
	color: #666;
	font-size: 14px;
}

.shop span a:nth-child(1){
	border-right: 1px solid #dfdfdf
}

.shop span a i{
	font-size: 50px;
	color: #000;
	line-height: 50px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.shop span a:hover i{
	color: #ea281b
}

.shop h3{
	height: 30px;
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}

.video_list{
	position: relative;
    float: left;
    width: 230px;
    height: 203px;
    border: 4px solid #dfdfdf;
    border-radius: 4px;
    background: #fff;
    transition: all .1s linear;
    margin-right: 22px;
	background-color: #f5f5f5;
    margin-bottom: 20px;
}

.video_list:hover{
	background-color: #fff;
 	border: 4px solid #333;
}

.video_list span{
	display: block;
	width: 100%;
	height: 160px;
	background-size: auto 100%;
	background-position: center;
	text-align: left;
	text-indent: 10px;
	line-height: 270px;
}

.video_list span i{
	color: #edae00;
	font-size: 30px;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  transition: all .1s linear;
}

.video_list:hover i{
	color: #fff;
	margin-left: 10px;
}

.video_list h3{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	text-indent: 10px;
}

.page_form{
	float: left;
	width: 560px;
	padding: 30px 50px ;
	background-color: #f0f0f0;
	min-height: 650px;
	margin-bottom: 100px;
}

.page_form h2{
	margin-bottom: 20px;
}

.page_form strong{
	display: block;
	height:40px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	width: 100%;
	float: left;
}

.page_form input{
	height:35px;
	border: 0px;
	line-height: 35px;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	font-size: 16px;
	text-indent: 10px;
}

.page_form select{
	text-indent: 10px;
	height:35px;
	font-size: 16px;
	border: 0px;
	width: 400px;
	line-height: 35px;
	margin-bottom: 20px;
}

.page_form textarea{
	width: 550px;
	border: 0px;
	height: 150px;
}

.page_form input.yzm{
	width: 100px;
	margin-right: 10px;
}

.page_form img{
	height: 30px;
	float: left;
}

.page_form li{
	width: 100%;
	float: left;
}

.page_form li input.button{
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	width: 150px;
	cursor: pointer;
	text-indent: 0px;
	color: #fff;
	background-color: #edae00;
}

.page_form li{
	list-style-type: none
}


.pagebox div.contact{
	width: 100%;
	float: left;
}

.pagebox div.contact .page_con {
	width: 600px;
}

.pagebox div.contact .page_con  h2{
	color: #000;
	font-size: 26px;
	line-height: 34px;
}

.pagebox .videoquery{
	margin-left: 0px;
	width: 100%;
}

.next_pre{
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
}

.next_pre a{
	color: #183478;
	text-decoration: underline
}

.next_pre .next{
	width: 50%;
	float: left;
	text-align: right
}

.next_pre .prev{
	width: 50%;
	float: left;
}

.cp_intro{
	width: 100%;
	min-height: 300px;
	padding-bottom: 50px;
	padding-top: 30px;
}

.cp_intro img{
	width: 100%;
}

.page_about{
	float: right;
	width: 200px;
	text-align: left;
	margin-top:30px;
}

.page_about h2{
	font-size: 24px;
	line-height: 30px;
	color: #333;
	display: inline-block;
	margin-bottom: 20px;
}

.page_about h1{
	color: #000;
	display: inline-block
}

.page_about strong{
	display: inline-block;
	margin-top: 20px;
	line-height: 30px;
}

.quick_link{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	padding:80px 0px 100px 0px;
	text-align: center;
}

.quick_link h1{
	font-size: 30px;
	display: block;
	margin: 0px auto;
	height: 50px;
	line-height: 50px;
	color: #000;
}

.quick_link h3{
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
	color: #666;
	margin-bottom: 30px;
}

.quick_link a{
	display: inline-block;
	width: 200px;
	margin: 0px 70px;
	overflow: hidden;
}

.quick_link a i{
	font-size: 60px;
	display: block;
	height:100px;
	line-height: 100px;
	color: #000;
	width: 100%;
	text-align: center;
	transition: all 0.2s
}

.quick_link a:hover i{
	transform: scale(1.1,1.1)
}

.quick_link a strong{
	font-size: 20px;
	display: block;
	line-height: 20px;
	color: #000;
	width: 100%;
	font-weight: normal;
}

.quick_link a font{
	font-size: 12px;
	display: block;
	color: #666;
	font-weight: normal;
}

.w100{
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	background-color: #fff;
}

.jiameng{
	display: block;
	float: left;
	width: 280px;
	overflow: hidden;
	margin-right: 30px;
	margin-bottom: 50px;
}

.jiameng:nth-child(3){
	margin-right: 0px;
}

.jiameng strong{
	display: block;
	float: left;
	font-size: 18px;
	margin: 20px 0px 5px 0px;
	width: 100%;
}

