﻿@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body{ 
	margin:0px auto;
	font: normal 14px Microsoft YaHei, Arial;
	color:#444; 
	
}
@font-face {
    font-family: 'Aparajita-Bold';
    src: url('../fonts/aparajita-bold.eot');
    src: url('../fonts/aparajita-bold.eot') format('embedded-opentype'),
         url('../fonts/aparajita-bold.woff') format('woff'),
         url('../fonts/aparajita-bold.ttf') format('truetype'),
         url('../fonts/aparajita-bold.svg#aparajita-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ften{font-family: 'Aparajita-Bold';text-transform:uppercase; letter-spacing:5px;}

button,submit{cursor:pointer;}
img{border:0;}
li{list-style-type:none;}
ul{list-style:none;}
i{ font-style:normal;}
a:link,a:visited{text-decoration:none;color:#444;}
a:hover{color:#0c69b6; text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.mar{margin: 0px auto;}
input{outline:none;}
.trans,a{

    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.home-menu-li .list.mt40{margin-top: 40px;}
.box{
	width:1200px;
	margin:0 auto;
	
}
header{
	height:80px;
}

.logo{
	float:left;
	width:200px;
	height:70px;
	margin:10px 0;
}
.header-menu{
	float:left;
	margin-left:30px;
	
}
.header-menu a{
	float:left;
	line-height:89px;
	padding:0 17px;
	font-size:15px;
	position: relative;
}
.header-menu a.active{
	background: #F7F7F7;  	
	border-top:1px solid #0c69b6;
	color:#0c69b6;
}
.header-menu a:before{
	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 0;
  	background: #F7F7F7;  	
  	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	z-index: -1;
}
.header-menu a:hover:before {
  height:89px;
  border-top:1px solid #0c69b6;
}

.header-tel{
	float:right;
	background: url(../image/tel-ico.png) left center no-repeat;
	padding-left:25px;
	font-size:20px;
	color:#0c69b6;
	font-weight: bold;
	line-height:89px;
}

.slideBox{ width:100%; height:570px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:16px; overflow:hidden; position:absolute; left:0; bottom:20px; z-index:1; width:100%; margin:0 auto; text-align: center;}
		.slideBox .hd ul{ overflow:hidden; zoom:1;}
		.slideBox .hd ul li{display: inline-block; margin-right:10px;  width:40px; height:3px; background:#fff; cursor:pointer;}
		.slideBox .hd ul li.on{ background:#0c69b6; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; height:570px; }
		

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute;  top:50%; margin-top:-25px; width:30px; height:50px;}
		.slideBox .prev{ background:url(../image/banner-left.png) no-repeat;left:3%;}
		.slideBox .next{ background:url(../image/banner-right.png) no-repeat;right:3%;}
.pl65{padding-left:65px;font-size:18px;}		
.pt120{padding-top:120px;}	
.pt10{padding-top:10px;}
.pt30{padding-top:30px;}		
.xing{background: url(../image/xing.png) no-repeat;padding-left:25px;line-height: 20px;margin-bottom: 10px;}	
.tiwen{margin-bottom: 10px;float:left;width:50%;}
.tw{background: url(../image/wt.png) no-repeat;padding-left:25px;line-height: 20px;float:left;background-size: 20px;width:100%;}
.jd{background: url(../image/hd.png) no-repeat;padding-left:25px;line-height: 20px;float:left;background-size: 20px;width:100%;margin-top:5px;}
.nei{width:1200px;margin:0 auto;padding-bottom:20px;}
.zuo{float:left;}
.you{float:right;}
.home-news{
	width:100%;
	background: #EDEFF2;
	padding:46px 0;
}
.home-tu{
	padding-top:20px;
	width:100%;
	background:#f6f6f6;
}
.home-title{
	text-align: center;
}
.home-title p.en{
	text-transform: uppercase;
	font-size:40px;
	color:#000;
	background: url(../image/ico-1.png) top center no-repeat;
	padding-top:20px;
}
.home-title p.cn{
	font-size:24px;
}

.home-menu-li{
	background: #F6F7F9;
	padding:85px 0;
}
.home-menu-li .list{
	width:1200px;
	margin:0 auto;
	
}
.home-menu-li .list ul{
	margin-left:-21px;
	margin-top:-21px;
}
.home-menu-li .list li{
	width:588px;
	height:300px;
	float:left;
	background: #FFFFFF;
	margin:21px 0 0 21px;
	padding:40px 50px;
	
}
.home-menu-li .list li:hover{
	background: #FCEAE3;
}
.home-menu-li .list li .icobox{
	width:auto;float:none;
}
.home-menu-li .list li .icobox .ico1{
	width:auto;
	height:116px;
	display: block;
	
}
.home-menu-li .list li .icobox .ico2{
	width:116px;
	height:116px;
	background: url(../image/img-2.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li .icobox .ico3{
	width:116px;
	height:116px;
	background: url(../image/img-3.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li .icobox .ico4{
	width:116px;
	height:116px;
	background: url(../images/img-4.png) center no-repeat;
	display: block;
	
}
.home-menu-li .list li:hover .icobox .ico{
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.home-menu-li .list li .con{
	float:none;margin-left:0;text-align: center;width:auto;
}
.home-menu-li .list li .con .t{
	font-size:20px;
	margin-top:5px;
}
.home-menu-li .list li .con .des{
	font-size:12px;
	color:#999;
	padding:5px 0;
}
.home-menu-li .list li .con .more a{
	display: inline-block;
	width:85px;
	height:27px;
	border:1px solid #E5E5E5;
	line-height: 27px;
	text-align: center;
	font-size:12px;
	color:#8a8a8a;
}
.home-about{
	background: #FFFFFF;
	padding:45px 0;
}
.home-about-con{
	width:100%;
	text-align: left;
	line-height: 28px;
	color:#969696;
	font-size:13px;
}
.home-about .bot-ico-list{
	width:100%;
	margin-top:30px;
	padding:0 130px;
}
.home-about .bot-ico-list ul{
	margin-left:-60px;
	
}
.home-about .bot-ico-list li{
	float:left;
	width:273px;
	margin-left:60px;
	text-align: center;
}
.home-about .bot-ico-list li p.ico{
	width:86px;
	height:86px;
	border:1px solid #DADADA;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	display: inline-block;
	overflow: hidden;
}
.home-about .bot-ico-list li .title{
	margin-top:10px;
	font-size:16px;
}
.home-about .bot-ico-list li .des{
	font-size:12px;
	color:#969696;
	margin-top:8px;
}
.home-about .bot-ico-list li .ico1{
	background: url(../image/about-ico-1.png) center no-repeat;
}
.home-about .bot-ico-list li .ico2{
	background: url(../image/about-ico-2.png) center no-repeat;
}
.home-about .bot-ico-list li .ico3{
	background: url(../image/about-ico-3.png) center no-repeat;
}
.home-about .bot-ico-list li .ico4{
	background: url(../image/about-ico-4.png) center no-repeat;
}
.home-about .bot-ico-list li span{
	width:100%;
	height:100%;
	display: inline-block;
}
.home-about .bot-ico-list li:hover span{
	-webkit-animation: toRightFromLeft 0.4s forwards;
	-moz-animation: toRightFromLeft 0.4s forwards;
	animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
.footer{
	background: #2F2F2F;
	padding:45px 0;
	color:#8f8f8f;
}
.footer .footer-menu{
	width:100px;
	float:left;
	margin-right:50px;
	
}
.footer .footer-menu p.top,.footer-tel p.top{
	background: url(../image/bg1.jpg) bottom left no-repeat;
	width:100%;
	display: block;
	padding-bottom:30px;
	color:#FFFFFF;
	font-size:16px;
	margin-bottom:10px;
}
.footer .footer-menu a{
	display: block;
	line-height: 35px;
	color:#8f8f8f;
}
.footer .footer-menu a:hover{color:#fff;}
.footer-tel{
	width:290px;
	float:left;
	
}
.footer-tel .tel-ico{
	background: url(../image/ico-4.png) left center no-repeat;
	padding-left:30px;
	color:#0c69b6;
	font-size:24px;
	display: block;
}
.footer-tel .tel-address{
	background: url(../image/ico-5.png) left top no-repeat;
	padding-left:30px;
	font-size:13px;
	margin-top:10px;
	line-height: 25px;
}
.footer-r{
	width:225px;
	float:right;
}
.footer-r p{
	margin-top:18px;
	text-align: center;
	float:left;
	width:100px;
}
.footer-r p img{width:85px;height:85px;margin-right:15px;}
.footer-r p span{width:100%;}

.footer-r p a{
	margin:0 2px;
}
.copyright{
	text-align: center;
	width:100%;
	background: #3D3D3D;
	color:#B0B0B0;
	line-height:30px;
	font-size:12px;
	padding: 10px 0;
}
.copyright a{
	color:#B0B0B0;
	font-size:12px;
}
.copyright a:hover{color:#fff;}
.sub-banner{
	width:100%;
	height: 431px;
	position: relative;
}
.sub-banner .sub-menu{
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
}
.sub-banner .sub-menu .left-cate{
	width:280px;
	height:80px;
	float:left;
	background: url(../image/bg2.png) no-repeat;
	padding:18px 0 0 45px;
	color:#FFFFFF;
	font-size:24px;
	
	*width:235px;
	*height:62px;
}
.sub-banner .sub-menu .left-cate p{
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	margin-top:2px;
}
.sub-banner .sub-menu .menulist{
	width:920px;
	height:80px;
	float:left;
	padding-left:30px;
	background: #F3F3F3;
	border-bottom:1px solid #E3E3E3;
	border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-top-right-radius:15px;
	-o-border-top-right-radius:15px;
	
	*width:889px;
	*height:79px;
}
.sub-banner .sub-menu .menulist a{
	float:left;
	line-height: 78px;
	background: url(../image/bg3.png) right center no-repeat;
	padding:0 35px;
	font-size:15px;
}
.sub-banner .sub-menu .menulist a:hover,.sub-banner .sub-menu .menulist a.active{
	border-bottom:2px solid #0c69b6;
	color:#0c69b6;
}
.sub-body{
	background: #F3F3F3;
	padding-bottom:60px;
}
.subbox{
	background: #FFFFFF;
	width:1200px;
	margin:0 auto;
	
}
.about-content{
	padding:60px;
	line-height: 30px;
	font-size:15px;
	color:#666;
}
.about-content p{
	margin-top:25px;
}
.rongyu{
	width:1200px;
	margin:0 auto;
	height:624px;
}
.newslist{
	padding:20px 50px;
	width:100%;
	float:left;
	
}
.newslist li{
	border-bottom: 1px solid #E6E6E7;
	width:100%;
	float:left;
	padding:32px 0;
}
.newslist li .times{
	float:left;
	background: url(../image/bg5.png);
	width:97px;
	height:97px;
	text-align: center;
	margin-top:25px;
}
.newslist li .times p.d{
	margin-top:14px;
	font-size:38px;
	color:#999;
}
.newslist li .times p.ym{
	font-size:12px;
	color:#999999
}
.newslist li .con{
	float:left;
	width:664px;
	margin-left:48px;
	margin-top:25px;
}
.newslist li .con a{
	font-size:18px;
	
}
.newslist li .con p{
	padding:5px 0;
	font-size:13px;
	color:#888;
	line-height: 25px;
}
.newslist li img.pic{
	float:right;
	border:1px solid #DDDCDC;
	padding:7px;
	width:214px;
	height:126px;
	
}
.pages{
	width:100%;
	float:left;
	padding:30px 0;
	text-align: center;
}
.pages a,.pages span{
	padding:10px 15px;
	background: #F3F3F3;
	border:1px solid #EDEDED;
	display: inline-block;
	border-radius:3px;
}
.pages span{
	background: #0c69b6;
	color:#FFFFFF;
	border-color: #0c69b6;
}
.show-title{
	margin:0 60px;
	border-bottom:1px dashed #D4D4D4;
	padding:20px 0;
	text-align: center;
	font-size:28px;
	font-weight:normal
}
.show-title p{
	font-size:14px;
	margin-top:10px;
}
.show-title p.en{
	text-transform: uppercase;
	margin-top:5px;
	color:#CFCFCF;
}
.show-content{
	padding:20px 60px 60px 60px;
	line-height: 30px;
	font-size:15px;
	color:#666;
	line-height: 24px;
	
}

.show-pages{
	margin:0 60px;
	border-top:1px dashed #D4D4D4;
	padding:30px 0;
	line-height: 30px;
	position: relative;
}
.show-pages a{
	color:#888;
	font-size:12px;
}
.show-pages a.back{
	width:144px;
	height:38px;
	text-align: center;
	line-height: 38px;
	background: #CDB180;
	color:#FFFFFF;
	display: inline-block;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-19px;
}
.show-pages a.back:hover{
	background: #BF9B60;
}
.jiaofei{
	width:100%;
	padding:48px;
}
.jiaofei li{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:35px 63px;
	margin-top:10px;
}
.jiaofei li:hover{
	-moz-box-shadow:0px 0px 10px #ccc;/*firefox*/  
    -webkit-box-shadow:0px 0px 10px #ccc;/*webkit*/  
    box-shadow:0px 0px 10px #ccc;/*opera或ie9*/  
}
.jiaofei li .ico{
	float:left;
	width:70px;
	height:70px;
	background: url(../image/ico-6.png) no-repeat ;
}

.jiaofei li .ico1{
	background-position: 0 12px;
}
.jiaofei li .ico2{
	background-position: 0 -128px;
}
.jiaofei li .ico3{
	background-position: 0 -264px;
}
.jiaofei li .ico4{
	background-position: 0 -408px;
}
.jiaofei li .ico5{
	background-position: 0 -600px;
}

.jiaofei li:hover .ico{
	background: url(../image/ico-6h.png) no-repeat ;	
}
.jiaofei li:hover .ico1{
	background-position: 0 12px;
}
.jiaofei li:hover .ico2{
	background-position: 0 -128px;
}
.jiaofei li:hover .ico3{
	background-position: 0 -264px;
}
.jiaofei li:hover .ico4{
	background-position: 0 -408px;
}
.jiaofei li:hover .ico5{
	background-position: 0 -600px;
}

.jiaofei li .con{
	width:820px;
	float:left;
	margin-left:35px;
	
}
.jiaofei li .con .t{
	font-size:24px;
}
.jiaofei li .con .content{
	font-size:13px;
	color:#888;
	margin-top:15px;
	line-height: 30px;
}
.biaozhun{
	padding-bottom:40px;
}
.biaozhun li{
	width:347px;
	float:left;
	margin:40px 0 0 40px;
	padding:40px 50px;
	background: #F3F3F3;
	min-height:auto;
}
.biaozhun li .tit{
	border-top:1px solid #9E9E9E;
	padding-top:10px;
	font-size:22px;
}
.biaozhun li .con{
	margin-bottom:15px;
}



.accordion{
	padding:40px;
}
.drawer{margin-bottom:20px}
.accordion-item{}
.accordion-item-active .accordion-header{
	background: #0c69b6;
	transition:.25s;
	line-height: 55px;
	height: 55px;
}
.accordion-item-active .accordion-header-icon{color:#fff;}
.accordion-item-active .accordion-header h1{color:#fff;}
.accordion-header{cursor:pointer;transition:.25s;line-height: 55px;
	height: 55px;border:1px solid #E1E0E0;}
.accordion-header h1{float:left;font-size:18px;font-weight: normal;margin:0;line-height:1.3em;color:#666;line-height: 55px;
	height: 55px;padding-left:20px; }
.accordion-content{display:none;padding:35px;color:#666;background:#F8F8F8;font-size:15px;line-height:30px;width:100%;}
.accordion-content p{margin:0;margin-bottom:20px;}
.accordion-header-icon{float:right;background: url(../image/xj.png);width:27px;height:27px;margin:12px 20px 0 0;}
.accordion-header-icon.accordion-header-icon-active{background: url(../image/sj.png);}

.moshi{
	
	padding:35px 50px;
	
}
.moshi .list{
	background:#F5F5F5;
	margin:20px 0 0 0;
	padding:35px 50px;
	border:1px solid #0c69b6
}
.moshi .list .t1{
	width:100%;
	text-align: left;
	font-size:24px;
	background:#0c69b6;
	color:#fff;
	padding:10px;
}
.moshi .list .con{
	padding:20px 0;
	line-height: 30px;
	color:#888;
}
.moshi .list .t2{
	background: #A3978B;
	font-size:18px;
	color:#FFFFFF;
	text-indent: 20px;
	line-height: 40px;
	width:100%;
	
}
.shili{
	padding:40px;
}
.shili hr{
	height:1px;border:none;border-top:1px solid #EBEBEB;
	}
.shili .list{
	padding:30px 0;
	border-bottom:1px solid #EBEBEB;
	
}
.shili .list .tit{
	width:100%;
	font-size:24px;
}
.shili .list .tit span.num{
	width:40px;
	height:40px;
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
	color:#FFFFFF;
	font-size:14px;
	background: #A3978B;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	text-align: center;
	line-height: 40px;
}
.shili .list .con{
	width:100%;
	padding:0 0 0 55px;
	line-height: 30px;
	color:#888888;
	
}
.contact{
	padding:40px;
	
}
.contact-top{
	background: #FBF7F1;
	border:1px solid #F0E9DE;
	
}
.contact-con{
	width:470px;
	float:left;
	border-right:1px solid #F0E9DE;
	padding:50px;
	line-height: 35px;
}
#map{
	width:646px;
	float:left;
	
}
.contact-title{
	width:100%;
	font-size:24px;
	color:#ca9047;
	margin-top:30px;
}
.contact-list{
	width:100%;
	
}
.contact-list ul{
	margin-left:-38px
}
.contact-list li{
	width:540px;
	height:218px;
	float:left;
	overflow: hidden;
	background: #F3F3F3;
	border:1px solid #F0E9DE;
	padding:30px 40px;
	margin:38px 0 0 38px;
}
.contact-list li .t{
	font-size:22px;
}
.contact-list li .con{
	line-height: 25px;
	padding-top:15px;
	color:#888888;
	
}
.gbook-tit{
	text-align: center;
	font-size:24px;
	
}
.gbook-list{
	text-align: center;
	
}
.gbook-list p{
	margin-top:18px;
}
.gbook-list .text,.gbook-list .text2{
	border:1px solid #BABFCC;
	width:427px;
	border-radius:4px;
	padding:10px;
	
}
.gbook-list .text{
	height:50px;
}
.gbook-list .text2{
	height: 100px;
}
.gbook-list .input{
	width:427px;
	height:50px;
	background: #F29B2B;
	border-radius: 4px;
	border:none;
	color:#FFFFFF;
	font-size:18px;
	cursor: pointer;
	
}
.hezuo{
	padding:40px;
	
}
.hezuo ul{
	margin-left:-30px;
}
.hezuo li{
	float:left;
	margin:23px 0 0 30px;
	width:200px;
	border:1px solid #E4E4E4;
	border-radius:5px;
	padding:2px;
	height: 104px;
	overflow: hidden;
}
.hezuo li:hover{
	-moz-box-shadow:0px 0px 10px #ccc;/*firefox*/  
    -webkit-box-shadow:0px 0px 10px #ccc;/*webkit*/  
    box-shadow:0px 0px 10px #ccc;/*opera或ie9*/  
}
.wenhua{
	padding:40px;
	
}
.wenhua ul{
	margin-left:-30px;
	
}
.wenhua li{
	width:198px;
	float:left;
	margin:23px 0 0 30px;
	
}
.case-map{
	width:1100px;
	margin:0 auto;
	padding:40px 0 0 0;
}
.case-map img{ vertical-align:bottom;}
.case-content{
	border:1px solid #F0E9DE;
	background:#FBF7F1;
	padding:40px;
	
	width:1100px;
	margin:0 auto;
	margin-bottom:40px;
}
.case-content .title{
	
	background:url(../image/ico-7.png) left center no-repeat;
	padding:10px 0;
	padding-left:30px;
	font-size:24px;
}
.case-content .content{
	line-height:35px;
	font-size:14px;
	color:#888;
	padding:20px 0;
}



.picScroll-left{width:1200px;
	margin:0 auto;
	height:380px;
	position:relative}
		.picScroll-left .hd{ overflow:hidden;  height:0px;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{width:18px;height:30px; position:absolute;top:168px;}
		.picScroll-left .hd .prev{left:-45px; background:url(../image/left.png) no-repeat;}
		.picScroll-left .hd .next{right:-45px; background:url(../image/right.png) no-repeat;}
		.picScroll-left .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; position:absolute;bottom:-10px;left:0;width:100%; text-align:center}
		.picScroll-left .hd ul li{ display:inline-block; width:40px; height:3px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#ccc;}
		.picScroll-left .hd ul li.on{ background:#0c69b6; }
		.picScroll-left .bd{}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
		.picScroll-left .bd ul li{ 
		text-align: center;
	height:380px;
	background: #fff;
	float:left;
	width:288px;
	margin:0 16px 0 0;
		 }
		
		

.picScroll-left .bd ul li .con{
	padding:10px;
}
.picScroll-left .bd ul li .con .tit{
	margin-top:10px;
	font-size:15px;
}
.picScroll-left .bd ul li .con .des{
	font-size:12px;
	color:#999;
	height:20px;
	overflow: hidden;
	margin-top:10px;
}
.picScroll-left .bd ul li .bot{
	margin-top:10px;
}
.picScroll-left .bd ul li .bot .time{
	font-size:13px;
	color:#999;
}
.picScroll-left .bd ul li .bot .click{
	background: url(../image/ico-3.png) left center no-repeat;
	padding-left:30px;
	margin-left:20px;
	font-size:13px;
	color:#999;
}

p.upjl{width:100%;margin-top:30px;}
a.modalLink{width:144px;height:37px; line-height:37px; text-align:center;color:#fff; background:#CA9047;border-radius:4px; display:inline-block}

.pingjia-box{ background:#fff;margin:0 auto;width:1200px;}
.pingjia-form{padding:30px;}
.pingjia-form td{padding:8px 0;}
.pingjia-form .input-text{border-radius:3px;height:35px;border:1px solid #BABFCC;padding:10px;}
.pingjia-form .button{width:150px;height:35px; background:#F29B2B;color:#fff;font-size:15px;border:none;border-radius:3px;margin-left:32px;}

.pingjia-list{padding:30px;}
.pingjia-list li{width:100%;float:left;border-top:1px solid #eee;padding:15px 0;}
.pingjia-list li .name{font-size:15px;color:#888;}
.pingjia-list li .con{ line-height:25px;font-size:14px;padding:15px 0;}
.pingjia-list li .huifu{ line-height:25px;font-size:13px;padding:0 0 15px 0;color:#F30;}
.pingjia-list li .time{font-size:12px;color:#888;padding-left:15px;}

.hz{width:1200px;margin:0 auto;margin:10px 0;}
.hz li{width:23%;margin:0 10px;float:left;}
.gk{color: rgb(102, 102, 102); font-family: 微软雅黑, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 30px;}
.home-menu-li .list li.list1{width:31%;padding:10px 0;}
.zi{font-size: 18px;padding:0;font-weight:400;}
/*#news{width:1200px;margin:0 auto;}*/
.news_list{/*width:50%;float:left;*/padding:20px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.h30{width:100%;height:30px;}
.mr10{margin-right:10px;}
.main-im{ position:fixed; right: 10px; top:400px; z-index: 100; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: -15px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 130px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../image/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #ddd; border-radius: 10px; background: #F9FAFB;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height:auto; border-bottom: 1px solid #dddddd;padding:20px 0; }
.main-im .im_main .im-tel div{font-size: 12px;margin-top:5px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../image/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; display:none;}
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:5px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../image/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../image/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(../image/open_im.png) no-repeat left top; display:none;}
.loginForm {
    width: 550px;
    margin: 50px auto;
}
.loginForm table {
    width: 100%;
    border-spacing: 10px;
}
.loginForm table th {
    padding-right: 10px;
    width: 77px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    vertical-align: top;
    text-align: right;
}
.loginForm table .text {
    padding: 3px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #D4D4D4;
}
.Validform_error {
    background-color: #ffe7e7;
}
.w250 {
    width: 250px;
    overflow: hidden;
}
input, button {
    outline: medium;
}
.Validform_wrong {
    color: #F00;
    background: url(../image/wrong.png) no-repeat 0 center;
}
.Validform_checktip {
    padding-left: 20px;
}
.loginForm .submit, .loginForm a.loginout {
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    border: 0 none;
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #348FD4;
}
.clearBoth { zoom: 1; }
.clearBoth:after { content: ''; display: block; clear: both; }
.w1000 { width: 1000px; margin: 0 auto; position: relative; }
.fl { float: left; }
.fr { float: right; }
.news { width: 484px; position: relative; }
.news .more { color: #fff; background: #0c69b6; width: 46px; height: 15px; display: inline-block; line-height: 15px; text-align: center; border-radius: 4px; behavior: url(/PIE.htc); position: absolute; top: 15px; right: 2px; }
.news .more:hover { background: #fc0; color: #9f3636; }
.news h2 { font-size: 18px; font-weight: bolder; color: #0c69b6; border-bottom: 1px solid #d9d9d9; line-height: 46px; height: 45px; position: relative; }
.news h2 span { position: absolute; height: 44px; line-height: 44px; border-bottom: 3px solid #0c69b6; width: 94px; text-align: center; }
.infoTop { padding-top: 14px; }
.infoTop .fr { width: 270px; }
.infoTop .fr h3 { line-height: 30px; }
.infoTop .fr h3 a { color: #0c69b6; font-size: 18px; font-weight: bolder; }
.infoTop .fr h3 a:hover { color:#0484cd; }
.infoTop .fr p { line-height: 22px; height: 66px; overflow: hidden; }
.infoTop .fr a { color: #0c69b6; }
.infoTop .fr a:hover { color: #fc0; }
.news .none { background: none; }
.news ul { padding-top: 18px; padding-bottom: 28px; }
.news li { height: 30px; line-height: 30px; background: url(../image/split4.gif) repeat-x; }
.news ul h3 { float: left; background: url(../image/news.gif) no-repeat 8px center; height: 30px; line-height: 30px; padding-left: 28px; }
.news ul h3 a { display: block; max-width: 380px; _width: 380px; }
.news ul span { float: right; }
.info { background: #f4f4f4; padding-top: 30px; padding-bottom: 32px; }
.faq { background: #fff; padding: 23px; position: relative; height: 424px; }
.faq h2 { font-size: 14px; color: #333; border-left: 7px solid #0795dd; padding-left: 10px; font-weight: bolder; margin-left: 1px; }
.faq .more { color: #444; position: absolute; right: 20px; top: 23px; }
.faq .more span { font-family: Arial; }
.faq .more:hover { color: #fc0; }
.faq .bd {height: 370px; overflow: hidden; }
.faq li { background: url(../image/faq.gif) no-repeat 0 3px; padding-left: 28px; margin-bottom: 22px; }
.faq h3 { margin-bottom: 4px; width: 330px; }
.faq p { width: 330px;overflow: hidden; }
.contact { width: 580px; height: 423px; background: #fff; }
.contact .a { font-size: 14px; color: #676767; text-align: center; padding-top: 18px; line-height: 20px; }
.contact .b { font-size: 24px; color: #0696df; text-align: center; font-weight: bold; margin-bottom: 20px; }
.contact p { margin-bottom: 8px; padding-left: 30px; }
.contact .explain { color: #333; font-size: 14px; margin-right: 6px; }
.contact .text { width: 342px; height: 30px; border: 1px solid #dedede; padding: 0 10px; transition: 0.3s; }
.contact .text:focus { border-color: #0793de; }
.contact .text2 { width: 314px; }
.contact .remark { font-size: 14px; padding-left: 12px; }
.contact em { color: #ef202a; font-style: normal; }
.contact .con { width: 342px; height: 95px; border: 1px solid #dedede; padding: 10px; transition: 0.3s; }
.contact .con:focus { border-color: #0793de; }
.contact .btn, .contact .reset { width: 107px; height: 35px; border-radius: 2px; behavior: url(/PIE.htc); cursor: pointer; font-size: 14px; font-weight: bolder; color: #fff; font-family: 'Microsoft yahei'; transition: 0.3s; }
.contact .btn { background: #0484cd; margin-right: 10px; }
.contact .reset { background: #5e5e5e; }
.contact .btn:hover { background: #4DBF10; }
.contact .reset:hover { background: #979797; }
.contact .pl78 { padding-left: 78px; }

.ul-video-news2{overflow: hidden;margin: 0 -13px -20px;padding-top: 1px;}
.ul-video-news2 li{float: left;width: 20%;overflow: hidden;height: 400px}
.ul-video-news2 li .pic{margin: 0 13px 20px;}
.ul-video-news2 li .img{display: block;position: relative;padding-top: 73.98%;overflow: hidden;height: 300px;}
.ul-video-news2 .img img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.ul-video-news2 .img i{position: absolute;left: 0;bottom: 0;width: 30px;height: 30px;background: url(../images/ico-play.png) no-repeat center;left: 16px;bottom: 14px;z-index: 1;}
.ul-video-news2 .img .mask{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/p-bg4.png) repeat center;transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -o-transition:.3s;opacity: 0;
    filter: alpha(opacity=0);}
.ul-video-news2 .txt{padding: 16px 20px 14px;background-color: #f2f2f2;}
.ul-video-news2 .txt p{font-size: 16px;color: #333;line-height: 26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ul-video-news2 .txt span{font-size: 14px;color: #999;line-height: 24px;}
.ul-video-news2 .items:hover .img .mask{opacity: 1;
filter: alpha(opacity=100);}