@charset "utf-8";
/* CSS Document */
.width{
	width:1200px;
	margin:0 auto;
}
.y_ft{
	color:#f5871c;
}
a{
	color:#666;
}
a:hover{
	color:#f5871c;
}
body{
	color:#666;
	font-family:"微软雅黑";
}

.clearfix::after{
	content: "";
	display:block;
	clear: both;
}
.header{
	height:102px;
	overflow:hidden;
}
.logo{
	float:left;
}
.logo img{
	display:block;
}
.gline{
	min-width:1200px;
	width:100%;
	height:1px;
	background:#cecece;
}
.header .info{
	display:none;
	float:right;
	/*position:relative;
	padding-top:15px;*/
	height: 110px;
	line-height: 110px;
}
.header .info .p1{
	font-size:16px;
	text-align:right;	
}
.header .info .p2{
	margin:15px 0;
}
.header .info .p2 input{
	float:right;
}
.header .info .p3{
	font-size:20px;
	position:relative;
	margin-top:35px;
}
.snav{
	background:#154a9a;
	height:66px;
	line-height:66px;
	box-shadow: 0px 3px 4.85px 0.15px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:998;
}
.snav>ul{
	height:66px;
}
.snav>ul>li{
	float:left;
	position:relative;
	border-right:1px solid #285aa6;
	
}
.snav>ul>li:last-child{
	border-right:none;
	
}
.snav>ul>li>a{
	display:block;
	padding:0 26px;
	font-size:14px;
	transition:all 0.3s;
	color:#fff;
}
.snav>ul>li>.on{
	background:#0b3a81;
	color:#fff;
}
.snav ul li a:hover{
	background:#0b3a81;
	color:#fff;
}
.sub_nav{
	position:absolute;
	background:#fff;
	width:180px;
	left:0;
	top:66px;
	line-height:40px;
	box-shadow: 0px 3px 4.85px 0.15px rgba(0, 0, 0, 0.3);
	display:none;
	z-index:999;
}
.sub_nav a{
	display:block;
	width:100%;
	line-height:40px;
	box-sizing:border-box;
	padding-left:20px;
	border-bottom:1px solid #e3e3e3;
}
/* 服务项目 */
.solution{
	margin-top:3px;
	margin-bottom:80px;
	position:relative;
	width:100%;
}
.solution ul{
	overflow:hidden;
	width:100%;
	margin:auto;
	height:200px;
	min-width:1200px;
}
.solution ul li{
	float:left;
	display:inline-block;
	width:calc(100% / 6);
	-moz-width:calc(100% / 6);
	-webkit-width:calc(100% / 6);
	padding:0 2px;
	position:relative;
	background:#fff;
	height:200px;
	overflow:hidden;
	box-sizing:border-box;
}
.solution ul li span{
	border-radius:20px;
	padding:5px 0px;
	width:110px;
	text-align:center;
	margin:auto;
	background:#174592;
	display:block;
	margin-top:20px;
	font-size:14px;
	font-weight:normal
}
.solution ul li img{
	width:100%;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.solution ul li:hover img{
	width:100%;
	filter:alpha(opacity=90);
	opacity:  0.9;
	-moz-opacity: 
	0.9;
	-khtml-opacity: 0.9;
}
.solution ul li p{
	position:absolute;
	bottom:0px;
	text-align:center;
	padding:12px 0;
	font-size:16px;
	width:calc(100% - 4px);
	-moz-width:calc(100% - 4px);
	-webkit-width:calc(100% - 4px);
	background:url(../images/bg_touming.png)  repeat;
	color:#fff
}
.solution ul li:hover p{
	position:absolute;
	top:0px;
	text-align:center;
	height:82%;
	font-size:18px;
	font-weight:bold;
	padding-top:18%;
	width:100%;
	background:url(../images/bg_touming.png) repeat;
	color:#fff;
}
.main_title{
	text-align:center;
	margin-bottom:55px;
}
.main_title h1{
	font-size:30px;
	color:#174592;
	line-height:1;
	margin-bottom:15px;
}
.main_title p{
	line-height:1;
	font-size:16px;
	color:#777777;
	margin-bottom:30px;
}
.main_title .line{
	position:relative;
	height:1px;
	width:240px;
	background:#c7c7c7;
	margin:0 auto;
}
.main_title .line2{
	width:76px;
	height:5px;
	position:absolute;
	left:50%;
	margin-left:-38px;
	top:-2px;
	background:#174592;
}
.cases{
	padding-bottom:5px;	
}
.cases h3{
	margin-bottom:50px;
	font-size:26px;
	line-height:1.5
}
.cases .text{
	height:200px;
	border:1px solid #dddddd;
	border-top:none;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.cases2 .text{
	height:180px;
	border:1px solid #dddddd;
	border-top:none;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.cases .blue{
	height:5px;
	background:#174592;
	transition:all 0.5s;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
}
.cases .col-md-4{
	width:33.33333333333%;
	box-sizing:border-box;
	padding:0 15px;
	float:left;
	margin-bottom:30px;
}
.cases2 .col-md-4{
	width:33.33333333333%;
	box-sizing:border-box;
	padding:0 7px;
	float:left;
	margin-bottom:30px;
}
.cases .col-md-4 .title{
	font-size:16px;
}
.cases2 .col-md-4 .title{
	font-size:16px;
	padding-bottom:10px;
}
.cases .col-md-4:hover .blue{
	height:100%
}
.cases .col-md-4:hover .title{
	color:#fff;
}
.cases .col-md-4:hover .con{
	color:#fff;
}
.cases .col-md-4:hover .more{
	color:#fff;
}
.cases .blue img{
	position:absolute;
	left:50%;
	margin-left:-7px;
	top:5px;
}
.cases .title,.meili .title{
	color:#305dc3;
	display:block;
	margin-top:30px;
}
.cases .con{
	color:#5d5c5c;
	display:block;
	text-align:left;
	padding:0 15px;
	text-indent:24px;
	height:66px;
	overflow:hidden;
}
.cases .more{
	display:block;
	width:60px;
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:15px;
	color:#9c9c9c;
}


.wrap .section05{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-bottom:80px;
}
.wrap .section05 .head{
	margin-bottom:30px;
}
.wrap .section05 .head .lft{
	float:left;
	width:530px;
	height:auto;
	overflow:hidden;
}
.wrap .section05 .head .lft .tit {
	width:100%;
	height:131px;
	background:url(../images/about_logo.png) no-repeat center;
}
.wrap .section05 .head .lft .tit p{
	width:auto;
	height:131px;
	margin-left:140px;
	line-height:131px;
	font-weight:bold; 
	color:#174592; 
	font-size:33px;
}
.wrap .section05 .head .lft .img {
	width:100%; 
	height:auto;
}
.wrap .section05 .head .lft .img img { 
	width:530px; 

}

.wrap .section05 .head .rgt {
	width:630px;
	height:auto;
	float:right;
	margin-top:25px;
}
.wrap .section05 .head .rgt .tit {
	width:100%; 
	height:52px; 
	line-height:35px; 
	color:#174592; 
	font-size:26px;
}
.wrap .section05 .head .rgt .tit strong{ 
	font-weight:normal; 
	display:block; 
	border-bottom:1px solid #174592;
	font-size:26px;
}
.wrap .section05 .head .rgt .con{
	width:100%;
	height:auto;
	margin-top:45px;
}
.wrap .section05 .head .rgt .con h5{
	width:100%;
	height:auto; 
	font-size:20px;
	color:#636363; 
}
.wrap .section05 .head .rgt .con h5 strong{ 
	font-weight:normal; 
	font-size:24px;
	color:#636363;
}
.wrap .section05 .head .rgt .con p{ 
	width:100%;
	height:203px;
	margin-top:5px;
	line-height:2.0em;
	font-size:15px;
	color:#636363;
}
.wrap .section05 .head .rgt .con .btn{
	width:100%;
	height:34px;
	margin-top:30px;
}
.wrap .section05 .head .rgt .con .btn a{
	width:115px;
	height:34px;
	display:inline-block;
	line-height:34px; 
	color:#fff; 
	text-align:center; 
	background:#174592; 
	font-size:16px; 
	margin-right:20px;
	border-radius:5px;
}
.wrap .section05 .head .rgt .con .btn a.b2{
	background:#636363;
}
.wrap .section05 .head .rgt .con .btn a:hover{
	background:#174592; 
}

.wrap .section06 {
	width:100%;
	height:auto;
	margin-top:50px;
}
.wrap .section06 .lftcon{
	float:left; 
	width:768px; 
	height:auto;
}
.wrap .section06 .lftcon  .tab-hd{
	width:100%; 
	height:30px;
	line-height:30px;
}
.wrap .section06 .lftcon  .tab-hd ul{ 
	float:left;
}
.wrap .section06 .lftcon  .tab-hd ul li{ 
	float:left;
	height:28px; 
	line-height:28px; 
	border:1px solid #ACACAC; 
	margin-left:-1px;
}
.wrap .section06 .lftcon  .tab-hd ul li a{ 
	display:block;
	height:28px; 
	line-height:28px; 
	width:86px; 
	text-align:center; 
	float:left;
	color:#000;
}
.wrap .section06 .lftcon  .tab-hd ul li.on{
	background:#174592;
	color:#fff; 
}
.wrap .section06 .lftcon  .tab-hd ul li.on a{ 
	color:#fff;
}
.wrap .section06 .lftcon  .tab-hd ul li a:hover{ 
	text-decoration:none;
}
.wrap .section06 .lftcon .tab-hd .more{ 
	float:right;
	font-size:12px; 
	text-transform:uppercase;
	line-height:30px;
	margin-right:5px;
	color:#000;
}

.wrap .section06 .lftcon .tab-bd {
	width:100%;
	height:auto;
	margin-top:15px;
}

.wrap .section06 .lftcon  .tab-bd .lft{ 
	float:left; 
	width:385px;
	height:auto;
}
.wrap .section06 .lftcon  .tab-bd .lft .pic { 
	display:block; 
	width:385px; 
	height:200px;
}
.wrap .section06 .lftcon  .tab-bd .lft .pic img{
	width:385px; 
	height:200px;
}
.wrap .section06 .lftcon  .tab-bd .lft .info{
	width:100%;
	height:auto;
}
.wrap .section06 .lftcon  .tab-bd .lft .info h4{
	width:100%;
	height:50px;
	line-height:50px;  
	overflow:hidden; 
	font-size:16px;
}
.wrap .section06 .lftcon  .tab-bd .lft .info p{
	width:100%;
	height:60px;
	color:#999; 
	line-height:1.5em; 
	font-size:13px;
}
.wrap .section06 .lftcon  .tab-bd .rgt{ 
	width:360px; 
	height:auto;
	float:right;
}
.wrap .section06 .lftcon  .tab-bd .rgt ul { 
	margin-top:-10px;
	width:100%;
	height:auto;
}
.wrap .section06 .lftcon  .tab-bd .rgt ul li{
	width:100%; 
	height:30px; 
	line-height:30px; 
	overflow:hidden; 
	color:#636363;
}
.wrap .section06 .lftcon  .tab-bd .rgt ul li span{ 
	float:right;
	color:#636363;
	font-size:13px
}
.wrap .section06 .lftcon  .tab-bd .rgt ul li a{
	float:left;
	color:#636363; 
	font-size:13px;
	display:block;
	width:255px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.wrap .section06 .lftcon  .tab-bd .rgt ul li a:hover{
	float:left;
	color:#f5871c;
	text-decoration:underline;
	font-size:13px;
}

.wrap .section06 .rgtcon{ 
	float:right; 
	width:415px;
	height:auto;
}

.wrap .section06 .rgtcon .tab-hd{ 
	width:100%; 
	height:30px; 
	margin-bottom:5px;
}
.wrap .section06 .rgtcon .tab-hd strong{ 
	float:left; 
	width:105px; 
	height:28px;  
	margin-left:40px; 
	display:block; 
	border:1px solid #ACACAC; 
	font-size:12px; 
	text-align:center; 
	line-height:30px;
	color:#000;
	font-weight:normal;
}

.wrap .section06 .rgtcon .tab-hd .more{ 
	float:right; 
	font-size:12px; 
	text-transform:uppercase;
	line-height:30px;
	color:#000;
	margin-right:5px;
}

.wrap .section06 .rgtcon .tab-bd{
	width:100%;
	height:auto;
} 

.wrap .section06 .rgtcon .tab-bd ul{
	width:100%;
	height:300px;
	border-left:1px solid #b6b6b6;
} 
.wrap .section06 .rgtcon .tab-bd ul li{ 
	height:30px; 
	line-height:30px;
	overflow:hidden; 
}
.wrap .section06 .rgtcon .tab-bd ul li span{ 
	float:right;
	color:#636363;
	font-size:13px
}
.wrap .section06 .rgtcon .tab-bd ul li a{
	padding-left:20px;
	float:left;
	color:#636363;
	font-size:13px;
	box-sizing:border-box;
	width:280px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
}
.wrap .section06 .rgtcon .tab-bd ul li a:hover{
	color:#f5871c;
}
.news{
	background:#f5f5f5;
	padding-top:55px;
	padding-bottom:50px;
}
/*底部*/
.footer{
	height:300px;
	width:100%; 
	background:#333333;
	margin-top:50px;
}
.footer_nav {
	height: 50px;
	line-height: 50px;
	color: #5e5d5d;
	text-align: center
}

.footer_nav b {
	margin: 0 20px;
	color: #969696;
	font-style: normal;
	font-size: 12px
}

.footer_nav a {
	color: #969696
}

.footer_nav a:hover {
	color: #FFFFFF
}

.footer_all {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

.footer_all_in {
	margin: 0 auto;
	width: 1100px;
	background: #333333;
}

.footer_all_lft {
	float: left;
	width: 425px;
}

.footer_all_rg {
	float: right;
	width: 425px;
}

.footer_nav_list ul li {
	float: left;
	padding: 0 0 15px 20px;
	width: 120px;
	height: 220px;
	border-right: 1px solid #444;
}

.footer_nav_list ul li h3 {
	margin: 25px 0 5px 0;
}

.footer_nav_list ul li h3 a {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

.footer_nav_list ul li menu {
	float: left;
	margin: 0 auto;
	padding: 0;
}

.footer_nav_list ul li menu a {
	display: block;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	color: #8e8e8e
}

.footer_nav_list ul li.norbor {
	border: none
}

.footer_all_mid {
	float: left;
	padding: 20px 0 12px 0;
	width: 248px;
	border-left: 1px solid #555;
	border-right: 1px solid #555
}

.footer_all_mid h4 {
	padding: 25px 0 20px 0;
	color: #888;
	font-weight: normal;
	font-size: 14px;
	text-align: center
}

.footer_all_mid p {
	margin: 0 auto;
	width: 119px;
	height: 119px;
}

.link_out {
	padding: 20px 0;
	background: #333333;
}

.links {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	line-height: 24px;
	color: #CCCCCC
}

.links a {
	margin: 0 12px 0 0;
	color: #838383;
	font-size: 12px
}

.links span {
	display: block;
	position: absolute;
	color: #838383;
	top: -32px;
	left: 450px;
	width: 200px;
	height: 22px;
	text-align: center;
	font-size: 18px
}

.zzff_ba {
	line-height: 45px;
	background: #333333;
	font-style: normal;
	text-align: center;
	color: #999;
	border-top:2px solid #000;
}

.zzff_ba span {
	margin: 0 10px 0 10px;
}

/* ------------------------- */
.sub_banner{
	min-width:1200px;
	margin:0 auto;
	position:relative;
	margin-bottom:50px;
}
.sub_banner img{
	display:block;
	position:relative;
	left:50%;
	margin-left:-960px;
}
.xiangmu_con{
	padding-bottom:50px;
}
.xiangmu_con p{
	line-height:1.8;
	padding:0 15px;
}
.d_title{
	font-size:16px;
	color:#555;
	margin-top:50px;
	margin-bottom:35px;
	border-bottom:1px solid #e4eaec;
	padding-bottom:20px;
	box-sizing:border-box;
	padding-left:15px;
	position:relative;
	font-weight:bold;
}
.d_title::after{
	content: "";
	display:block;
	height:2px;
	width:100px;
	background:#ef8d32;
	position:absolute;
	bottom:-1px;
	left:0;
}
.s_wrap .lf_p{
	float:left;
	width:250px;
}
.l_nav{
	width:100%;
}
.l_nav .l_nav_title{
	border-top:4px solid #f5871c;
	height:76px;
	line-height:76px;
	background:url(../images/lefttit.jpg) no-repeat;
	font-size:32px;
	color:#fff;
	text-align:center;;
}
.l_nav ul{
	width:100%;
}
.l_nav ul li{
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	font-size:16px;	
}
.l_nav ul li a{
	display:block;	
	height:50px;
	line-height:50px;
	padding-left:40px;
	font-size:16px;
	position:relative;
}
.l_nav ul li a em{
	position:absolute;
	display:block;
	height:13px;
	width:13px;
	background:url(../images/d_a.png) no-repeat center center;
	top:50%;
	right:20px;
	margin-top:-6.5px;
}
.l_nav ul .on{
	background:#f5871c;
}
.l_nav ul .on a{
	color:#fff;
}
.l_nav ul .on a em{	
	background:url(../images/r_a.png) no-repeat center center;	
}
.l_nav ul li:hover{
	background:#f5871c;
}
.l_nav ul li:hover a{
	color:#fff;
}
.l_nav ul li:hover a em{	
	background:url(../images/r_a.png) no-repeat center center;	
}


.s_wrap .rg_p{
	width:920px;
	float:right;
}
.services_list{
	width:100%;
}
.services_list li{
	width:100%;
	height:135px;
	overflow:hidden;
	margin-bottom:20px;
}
.services_list li .imgbox{
	width:210px;
	float:left;
}
.services_list li .imgbox img{
	display:block;
	width:100%;
}
.services_list li .info{
	width:690px;
	float:right;
}
.services_list li .info a{
	font-size:20px;
	color:#333;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.services_list li .info .imgbox2{
	font-size: 14px;
	display: block;
	background: #154a9a;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
	color: #fff;
	font-weight: normal;
}

.services_list li .info a:hover{
	color:#f5871c;
}
.services_list li .info p{
	/*line-height:2;*/
	font-size: 14px;
	height: 45px;
	overflow: hidden;
}
.pin_nav{	
	border-bottom:1px solid #e4eaec;
	color:#294975;
	margin-bottom:25px;
	font-size:16px;
	padding-bottom:10px;
}
.pin_nav a{
	color:#294975;
}
.pin_nav a:hover{
	color:#f5871c;
}


/* ----------------------------------------------******************************** */


.news_list .newscon {    
}



.news_list a.item{
	display:inline-block;
	clear:both;
	margin-bottom:20px;
	width:100%;
}




.news_list a.item img {
    width: 200px;
    height: 140px;
    float: left;
}


.news_list a.item p {
	margin:0;
}



.news_list a.item .rightTxt {
    width: 700px;
    float: right;
}

.news_list a.item .rightTxt .time {
	display:block;
	color:#999;
}




.news_list a.item .title {
    font-size: 22px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
}

.news_list a.item:hover .title {
    color: #E88E00;
}




.news_list a.item .txt {
    color: #888;
    margin-bottom: 10px;
}

.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job_list li{
	margin-bottom:10px;
}
.job_list .job_title{
	height:50px;
	line-height: 50px;
	background:#ebebeb;
	font-weight:bold;
	color:#666666;
	padding-left:45px;
	position:relative;
	cursor:pointer;
	transition:all 0.3s;
}
.job_list .job_title em{
	display:block;
	height:9px;
	width:6px;
	background:url(../images/jion_icon.png) no-repeat left center;
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-4.5px;
	transition:all 0.3s;
}
.job_list .job_title .jia{
	display:block;
	height:20px;
	width:20px;	
	position:absolute;
	line-height:20px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	right:15px;
	top:50%;
	margin-top:-10px;
	transition:all 0.3s;
	
}

.job_list .active{
	height:50px;
	line-height: 50px;
	background:#f5871c;
	font-weight:bold;
	color:#fff;
	padding-left:45px;
	position:relative;
	cursor:pointer;
	transition:all 0.3s;
}
.job_list .active em{
	display:block;
	height:9px;
	width:6px;
	background:url(../images/jion_icon.png) no-repeat right center;
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-4.5px;
	transition:all 0.3s;
}
.job_list .active .jia{
	display:block;
	height:20px;
	width:20px;	
	position:absolute;
	line-height:20px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	right:15px;
	top:50%;
	margin-top:-10px;
	transition:all 0.3s;
	transform:rotate(45deg);	
}

.job_list .job_title:hover{
	height:50px;
	line-height: 50px;
	background:#f5871c;
	font-weight:bold;
	color:#fff;
	padding-left:45px;
	position:relative;
	cursor:pointer;
}
.job_list .job_title:hover em{
	display:block;
	height:9px;
	width:6px;
	background:url(../images/jion_icon.png) no-repeat right center;
	position:absolute;
	left:30px;
	top:50%;
	margin-top:-4.5px;
}
.job_list .job_title:hover .jia{
	display:block;
	height:20px;
	width:20px;	
	position:absolute;
	line-height:20px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	right:15px;
	top:50%;
	margin-top:-10px;
	transition:all 0.3s;
	transform:rotate(45deg);	
}

.job_list .job_con{
	display:none;
}
.job_list .job_con table{
	width:100%;
}
.job_list .job_con table span{
	font-weight:bold;
}
.job_list .job_con table td{
	border:1px solid #e3e3e3;
	padding:10px 0;
	text-indent:15px;
}

.contactcon .con{
	width:365px; 
	height:176px; 
	margin:30px 30px 0 0; 
	padding:20px; 
	background:url(../images/contbg.png) no-repeat; 
	float:left
}
.contactcon .con h2{ 
	font-size:16px; 
	color:#000
}
.contactcon .con p{ 
	margin-top:3px;
}
/* 团队 */
.team_pic .outer{
	width:50%;
	float:left;
	overflow:hidden;
	box-sizing:border-box;
	padding:15px;
}
.team_pic .outer .pic_box{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
}
.team_pic .outer .pic_box img{
	width:100%;
	height:260px;
	display:block;
}
.team_pic .outer p{
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:15px;
	color:#333;
	margin-top:15px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/*侧栏*/
.swtRirhgt {
	width: 60px;
	position: fixed;
	right: 0;
	top:50%;
	z-index: 300;
	z-index:999;
	transform:translateY(-50%);
}
.swtRirhgt .guwen{
	width:240px;
	height:42px;
	box-sizing:border-box;
	position:absolute;
	background:#000;
	right:75px;
	font-size:13px;
	color:#fff;
	line-height:42px;
	text-indent:1em;
	border-radius:5px;
	top:5px;
	display:none;
}
.swtRirhgt .guwen a{
	display:block;
	height:100%;
	width:100%;
	color:#fff;
}
.swtRirhgt .guwen::after{
	display:block;
	content:"";
	position:absolute;
	width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #000;
        right:-5px;
        top:5px;
}
.swtRirhgt .guwen span{
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	top:-18px;
	right:-3px;
	background:#000;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:16px;
	text-indent: 0;
	border-radius:50%;
	cursor:pointer;
}
.swtRirhgt .guwen img{
	display:inline-block;
	height:32px;
	width:32px;
	border-radius:50%;
	margin-right:5px;
}
.commonIcon, .commonIcon1 {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.commonIcon:hover {
	width: 70px;
	margin-left: -10px;
}

.commonIcon:after, .commonIcon1:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/swtrighticon.png) no-repeat;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.swtLink {
	background-color: #3d3f4b;
}

.swtLink:after {
	width: 30px;
	height: 45px;
	background-position: -14px -10px;
}

.swtLink em {
	animation: em 1s infinite;
	position: absolute;
	right: 50%;
	top: 4px;
	margin-right: -24px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: #ff0000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
	font-style: normal;
}
@keyframes em{
    0%{transform: scale(.8)}
    50%{transform: scale(1.1)}
    100%{transform: scale(.8)}
}
@-o-keyframes em{
    0%{transform: scale(.8)}
    50%{transform: scale(1.1)}
    100%{transform: scale(.8)}
}
@-moz-keyframes em{
    0%{transform: scale(.8)}
    50%{transform: scale(1.1)}
    100%{transform: scale(.8)}
}
@-webkit-keyframes em{
    0%{transform: scale(.8)}
    50%{transform: scale(1.1)}
    100%{transform: scale(.8)}
}
.freeTell {
	width: 100%;
	height: 60px;
	position: relative;
}

.tellIcon {
	float: left;
}

.tellIcon:after {
	width: 30px;
	height: 44px;
	background-position: -68px -11px;
}

.freeTell .container {
	position: absolute;
	left: 0;
	top: 0;
	width: 316px;
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	background-color: #3d3f4b;
	margin-top: 0 !important;
}

.freeTell .tellForm {
	width: 236px;
	height: 60px;
	float: left;
	background-color: #3d3f4b;
}

.freeTell .inner {
	width: 227px;
	height: 38px;
	margin-top: 11px;
	-moz-box-shadow: 0 0 3px rgba(8,1,3,.2);
	-webkit-box-shadow: 0 0 3px rgba(8,1,3,.2);
	box-shadow: 0 0 3px rgba(8,1,3,.2);
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	padding: 0;
}

.freeTell .tellNumberTxt {
	border: none;
	width: 146px;
	height: 38px;
	background-color: #fff;
	font-size: 14px;
	color: #a4a4a4;
	line-height: 38px;
	padding-left: 14px;
	-moz-border-radius: 19px 0 0 19px;
	-webkit-border-radius: 19px 0 0 19px;
	border-radius: 19px 0 0 19px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.freeTell .tellNumberBtn {
	display: block;
	width: 81px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #555;
	-moz-border-radius: 0 19px 19px 0;
	-webkit-border-radius: 0 19px 19px 0;
	border-radius: 0 19px 19px 0;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.freeTell .tellNumberBtn:hover {
	background-color: #ff6900;
	color: #fff;
	text-decoration: none;
}

.qqLink {
	background-color: #3d3f4b;
}

.qqLink:after {
	width: 25px;
	height: 46px;
	background-position: -126px -11px;
}

.wxLink {
	background-color: #3d3f4b;
/*position:relative;*/
}

.wxLink:after {
	width: 31px;
	height: 45px;
	background-position: -176px -11px;
}

.wxLink > div {
	width: 140px;
	height: 138px;
	position: absolute;
	left: -138px;
	top: -35px;
	background: url(../images/swtrighticon.png) no-repeat -204px -60px;
	-moz-transform: rotateX(270deg);
	-ms-transform: rotateX(270deg);
	-o-transform: rotateX(270deg);
	-webkit-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.wxLink:hover > div {
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.addressLink {
	background-color: /*#e93c8c*/#9900ff;
}

.addressLink:after {
	width: 31px;
	height: 45px;
	background-position: -177px -10px;
}

.scrollTop {
	background-color: #3d3f4b;
}

.scrollTop:after {
	width: 30px;
	height: 15px;
	background-position: -240px -26px;
}

.freeTell .container{
	transition:all 0.6s;
}
.freeTell .container:hover{
	left:-246px;
}


.about img{
	display:block;
	max-width:100% !important;
	height:auto !important;
	margin:20px auto;
}



.header{
	height:110px;
	overflow:hidden;
	position:relative;
}
.head_link{
	position:absolute;
	right:0;
	top:10px;
	z-index:33;
}

.head_link a{
	margin:0 2px;
	font-size:14px;
	color:#333
}

.head_link a:hover{
	color:#006699;
}

.head_link span{
	font-size:14px;
	color:#333;
	margin:0 2px;
}
.head_l{
	float:left;
}
.head_des{
	float:left;
	/*width:281px;
	border-left:1px solid #006699;
	padding-top:50px;
	padding-left:40px;*/
	padding-left:25px;
	height:65px;
	color:#e98f00;
	font-size:32px;
	height:110px;
	line-height:110px;
	font-weight:bold;
}
.head_des m{
	padding:0 10px;
}
.head_des .p1{
	font-size:18px;
	color:#000
}

.head_des .p1 span{
	font-size:25px;
	color:#f00;
	font-weight:bold;
}

.head_des .p2{
	font-size:14px;
	color:#333
}
.logo{
	float:left;
}
.logo img{
	display:block;
	width:371px;
}
.l_wamp{ width:1200px; margin:0 auto;}
.l_top{ height:35px; line-height:35px; background:#eeeeee; width:100%;}
.l_top .top{ text-align:right;}
.l_top .top .cn{ margin-right:20px;}
.lgt{ width:360px; float:left;}
.hzhuoban{ width:1200px; margin:0 auto;}
.hzhuoban ul li{ margin-right:10px; margin-bottom:10px; width:232px; height:175px; text-align:center}
.hzhuoban ul li p{ height:30px; line-height:30px;}
.hzhuoban ul li img{ width:100%; height:150px;}