﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both;
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
table {
	border:1px solid #e1e1e1;
	 border-collapse:collapse;
}
table td, table th {
    text-align: center;
    border: 1px solid #e1e1e1;
    word-wrap: break-word;
    word-break: break-word;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
input,textarea,select{
	outline:none;
	font-family:"微软雅黑";
}
.container{
	width:1200px;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.top{
	width:100%;
	margin:0 auto;
	height:30px;
	background-color:#f2f2f2;
}
.top_fl{
	color:#4c4c4c;
	line-height:30px;
	font-size:12px;
}
.top_fr{
	
}
.tel{
	margin-right:95px;
}
.tel p{
	font-size:12px;
	line-height:30px;
	color:#333;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:25px;
}
.tel p span{
	font-size:14px;
	font-weight:bold;
}
.nation{
	
}
.nation li{
	line-height:30px;
	float:left;
}
.nation li a{
	display:block;
	font-size:12px;
	color:#e50012;
	padding:0px 25px 0px 50px;
}
.nation li a.n1{
	background:url(../images/cn.jpg) no-repeat 25px center;
}
.nation li a.n2{
	background:url(../images/en.jpg) no-repeat 25px center;
}
.nation li a:hover{
	background-color:#e6e6e6;
	color:#004ea2;
}
.nation li .current{
	background-color:#e6e6e6 !important;
	color:#004ea2;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:70px;
	clear:both;
	background-color:#fff;
}
.yx {
	
}
.yx a {
	display:block;
	padding-top:13px;
}
.yx a img {
	width:100%;
	height:auto;
}
.navdaohang {
	margin-left:70px;
}
.menupc li{
	line-height:70px;
	float: left;
	text-align: center;
	position: relative;
	position:static;
}
.menupc li a{
	display:block;
	color:#333;
	padding: 0px 30px;
	text-transform:capitalize;
	font-size:16px;
	text-transform:uppercase;
}
.menupc li:hover a{
	color:#e50012;
}
.menupc li a:hover{
	color:#e50012;
}
.menupc li .current{
	color:#e50012;
}
.prostyle{
	background-color:rgba(255,255,255,0.6);
	overflow:hidden;
	position: absolute;
	display:none;
	left: 0;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.prostyle a{
	display:block;
	float:left;
	color:#333;
	background-color:inherit;
	border:none;
	margin: 0px !important;
	padding:0px 30px;
	font-size:13px !important;
	line-height:40px;
	position: static;
	font-weight:normal !important;
	background:url(../images/li.png) no-repeat right center;
	text-transform:capitalize !important;
}
.menupc li:hover .prostyle a{
	color:#333;
}
.menupc li:hover .prostyle a:hover{
	color:#e50012;
}
.prostyle a:hover{
	color:#e50012;
}
.prostyle1{
	padding-left:0;
}
.prostyle2{
	overflow:hidden;
	padding:10px 0px 10px 6%;
}
.prostyle3{
	padding-left:26%;
}
.prostyle4{
	padding-left:23%;
}
.prostyle5{
	padding-left:25%;
}
.profl{
	width:420px;
}
.profl_img{
	float:left;
	width:180px;
}
.profl_img img{
	width:180px;
	height:167px;
}
.profl_txt{
	margin-left:205px;
	text-align: justify;
	border-right: 1px dashed #808080;
    padding-right: 25px;
	margin-top:25px;
}
.profl_txt h3{
	color:#333;
	font-size:14px;
	line-height: 30px;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profl_txt p{
	color:#666;
	line-height:25px;
}
.profr{
	margin-left:25px;
}
.profr dl{
	float:left;
	margin-right:10px;
	width:150px;
}
.profr dl dt{
	overflow:hidden;
}
.profr dl dt a{
	color:#333;
	font-size:16px;
	background:url(../images/jian.png) no-repeat left center;
	padding: 0px 0px 0px 20px;
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}
.profr dl dt a:hover{
	color:#de2b23;
	background:url(../images/jian_h.png) no-repeat left center;
}
.profr dl dd a{
	line-height:30px;
	background:none;
	color:#333;
	font-size:12px !important;
	padding:0px 0px 0px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	text-align:left;
}
.menupc ul.subnav {
	display: block;
}


.search{
	width:178px;
	margin-top:18px;
	position:relative;
}
.s1{
	font-size:14px;
	color:#666;
	border:none;
	background-color:#fff;
	padding-left:17px;
	border:1px solid #ccc;
	border-radius:25px;
	line-height:32px;
}
.s2{
	position:absolute;
	top:6px;
	right:18px;
	width:20px;
	height:20px;
	border:none;
	text-indent:-999px;
	background:url(../images/search.png) no-repeat center center;
}

.home-about{
	width:100%;
	margin:50px auto;
	overflow:hidden;
}
.about_title{
	background:url(../images/title.jpg) no-repeat bottom center;
	text-align:center;
	padding-bottom:20px;
}
.about_title h3{
	font-size:24px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}
.about_title p{
	font-size:12px;
	color:#4c4c4c;
}
.about_con{
	margin-top:40px;
	overflow:hidden;
}
.about_con li{
	float:left;
	width:386px;
	height:344px;
	margin:0px 7px;
	position:relative;
}
.about_con li a{
	display:block;
}
.about_img{
	overflow:hidden;
}
.about_img img{
	width:386px;
	height:344px;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.about_txt{
	background-color:rgba(0,0,0,0.5);
	width:100%;
	padding:25px 0px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	color:#fff;
	text-align:center;
}
.about_txt h3{
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px;
}
.about_txt p{
	text-transform:uppercase;
	font-size:14px;
}
.about_con li a:hover .about_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.about_con li a:hover .about_txt h3{
	color:#e50012;
}
.home-news{
	width:100%;
	margin:0 auto 50px auto;
	overflow:hidden;
}
.news_fl{
	width:810px;
}
.news_title{
	border-bottom:1px solid #c5c5c5;
	overflow:hidden;
	line-height: 30px;
}
.news_title p{
	float:left;
	font-size:24px;
	color:#000;
	border-bottom:1px solid #e50012;
	padding-bottom:12px;
}
.news_title span{
	float:right;
}
.news_title span a{
	color:#e50012;
}
.news_fl_con{
	margin-top:30px;
	overflow:hidden;
}
.news_con1{
	width:296px;
}
.news_con1 img{
	width:100%;
	height:auto;
}
.news_con2{
	width:480px;
}
.news_con2 li{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:5px;
}
.news_con2 li a{
	display:block;
}
.news_con2 li a h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_con2 li a p{
	color:#666;
	font-size:14px;
	line-height:25px;
}
.news_con2 li a:hover h3{
	color:#e50012;
}
.news_fr{
	width:355px;
}
.news_fr_con{
	margin-top:30px;
	overflow:hidden;
}
.news_fr_con li{
	margin-bottom:15px;
	overflow:hidden;	
}
.news_fr_con li a{
	display:block;
}
.news_fr_con li a h3{
	color:#313131;
	font-weight:normal;
	background:url(../images/q1.jpg) no-repeat left center;
	padding-left:37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:20px;
	margin-bottom:4px;
}
.news_fr_con li a:hover h3{
	color:#e50012;
}
.news_fr_con li a p{
	background:url(../images/q2.jpg) no-repeat left center;
	line-height:25px;
	color:#767676;
	padding-left:37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-hezuo{
	width:100%;
	margin:0 auto 50px auto;
	overflow:hidden;
}
.hezuo_title{
	margin-bottom:30px;
	overflow:hidden;
	border-bottom:1px solid #cbcbcb;
	padding-bottom:10px;
}
.hezuo_title p{
	float:left;
	color:#000;
	font-size:24px;
	font-weight:bold;	
}
.hezuo_title span{
	float:left;
	font-size:20px;
	color:#767676;
	line-height:31px;
}
.hezuo_con{
	overflow:hidden;
}
.hezuo_con li{
	float:left;
	width:185px;
	height:94px;
	margin:0px 10px;
}
.hezuo_con li a{
	display:block;
}
.hezuo_img{
	border:1px solid #dfdfdf;
	overflow:hidden;
	height:94px;
}
.hezuo_img img{
	width:183px;
	height:92px;
}
.hezuo_con li a:hover .hezuo_img{
	border:1px solid #f06e78;
}
footer{
	width:100%;
	margin:0 auto;
}
.footer2{
	width:100%;
	margin:0 auto;
	background-color:#1a1a1a;
	padding:10px 0px;
	overflow:hidden;
}
.footer2 p{
	text-align:center;
	color:#fff;
	line-height:25px;
}
.footer2 p a{
	color:#fff;
}
.footer1{
	width:100%;
	margin:0 auto;
	background-color:#262626;
	padding:50px 0px 30px 0px;
	overflow:hidden;
}
.footer1_fl{
	width:1050px;
}
.footer1_fl li{
	float:left;
	border-right:1px dashed #555;
	padding: 0px 10px;
	height:226px;
}
.footer1_fl li a{
	display:block;
	color:#fff;
	font-size:15px;
	background:url(../images/title1.jpg) no-repeat bottom center;
	padding-bottom:10px;
    text-align: center;
	text-transform:uppercase;	
}
.menulist{
	margin-top:15px;
	overflow:hidden;
}
.menulist li{
	line-height:30px;
	height:30px;
	float:none;
	border-right:none;
	width:150px;
}
.menulist li a{
	display:block;
	background:none;
	font-size:12px;
	color:#ccc;
	padding-bottom:0;
	text-align:left;
	text-transform:capitalize;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menulist li a:hover{
	color:#e35561;
}
.footer1_fr{
	width:110px;
	text-align:center;
}
.footer1_fr h3{
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}
.footer1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footer1_fr p{
	color:#ccc;
	margin-top:10px;
}
.kf{
	position:fixed;
	right:0;
	z-index:999;
	bottom:0;
}
.kf li{
	width:60px;
	height:60px;
	margin-bottom:1px;
	overflow:hidden;
	background-color:#a9a9a9;
}
.kf li:hover{
	background-color:#004ea2;
}
.kf li a{
	display:block;
}
.kf li a img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:5px;
}
.kf li a p{
	color:#fff;
	text-align:center;
	font-size:12px;
}


/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_title{
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.inner_title_fl{
	overflow:hidden;
}
.inner_title_fl li{
	line-height:59px;
	float:left;
	background:url(../images/ili.jpg) no-repeat right center;
}
.inner_title_fl li a{
	display:block;
	padding:0px 15px;
	overflow:hidden;
	color:#333;
	font-size:13px;
	border-bottom:3px solid #fff;
}
.inner_title_fl li a:hover{
	color:#e50012;
	border-bottom:3px solid #e50012;
}
.inner_title_fl li .current{
	color:#e50012;
	border-bottom:3px solid #e50012;
}
.inner_title_fr{
	overflow:hidden;
}
.inner_title_fr p{
	color:#666;
	line-height:59px;
	font-size:12px;
}
.inner_title_fr p a{
	color:#666;
}
.inner_title_fr p span{
	color:#e50012;
}
.inner_con{
	width:100%;
	margin:40px auto;
	overflow:hidden;
}
.inner_con_title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#004ea2;
}
.inner_con_about{
	margin:40px auto;
	overflow:hidden;
	line-height:25px;
	color:#666;
}


/*发展历程*/
.inner_con_develop{
	margin:40px auto;
	overflow:hidden;
}
.inner_con_develop li.lc_fl{
	background:url(../images/lcbg.jpg) no-repeat right center;
	overflow:hidden;
	height:150px;
	padding-right:30px;
	width:607px;
}
.lc_txt{
	width:333px;
}
.lc_txt h3{
	color:#333;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
}
.lc_txt p{
	color:#666;
	font-size:14px;
	line-height:22px;
}
.lc_img{
	width:215px;
}
.lc_img img{
	width:215px;
	height:150px;
}
.inner_con_develop li.lc_fr{
	background:url(../images/lcbg.jpg) no-repeat left center;
	height:150px;
	padding-left:30px;
	width:607px;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#ccc;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#e50012;
	border:1px solid #e50012;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#e50012;
	border:1px solid #e50012;
}

/*新闻动态*/
.inner_con_newstj{
	border-bottom:1px dashed #b3b3b3;
	padding-bottom:30px;
	margin-bottom:30px;
	overflow:hidden;
}
.inner_con_newstj a{
	display:block;
}
.newstj_img{
	width:322px;
	overflow:hidden;
}
.newstj_img img{
	width:322px;
	height:251px;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_con_newstj a:hover .newstj_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.newstj_txt{
	width:660px;
	margin:40px 0px 0px 40px;
}
.newstj_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.inner_con_newstj a:hover .newstj_txt h3{
	color:#e50012;
}
.newstj_txt p{
	line-height:25px;
	color:#666;
	margin-bottom:20px;
}
.newstj_txt span{
	display:block;
	width:140px;
	line-height:38px;
	border:1px solid #e50012;
	text-align:center;
	color:#999;
	font-size:16px;
	border-radius:25px;
}
.newstj_date{
	width:115px;
	overflow:hidden;
	margin-top: 20px;	
}
.newstj_date h3{
	font-size:40px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
}
.newstj_date p{
	color:#666;
	font-size:20px;
	margin-bottom:50px;
}
.newstj_date span{
	
}
.inner_con_news{
	margin:40px auto;
	overflow:hidden;
}
.inner_con_news li{
	float:left;
	margin-bottom:25px;
	overflow:hidden;
	width:585px;
	margin-right:15px;
}
.inner_con_news li a{
	display:block;
}
.inews_img{
	float:left;
	width:163px;
	overflow:hidden;
}
.inews_img img{
	width:163px;
	height:127px;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_con_news li a:hover .inews_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inews_txt{
	margin-left:185px;
	overflow:hidden;
}
.inews_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_con_news li a:hover .inews_txt h3{
	color:#e50012;
}
.inews_txt em{
	color:#999;
	font-size:12px;
	font-style:normal;
}
.inews_txt p{
	margin:10px 0px;
	line-height:25px;
	color:#666;
	font-size:14px;
}
.inews_txt span{
	float:right;
	font-size:12px;
	color:#e50012;
}

/*新闻详情*/
.inner_con_newsshow{
	margin-bottom:40px;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #e50012;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}
.show_content{
	line-height:30px;
	color:#7a7a7a;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	float: left;
    width: 80%;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#7a7a7a;
}
.show_back_fl li a:hover{
	color:#e50012;
}
.show_back_fr{
	float:right;
	width:15%;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #e50012 url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*联系我们*/
.inner_con1{
	width:100%;
	height:auto;
	background-color:#f5f5f5;
	padding:20px 0px 80px 0px;
	overflow:hidden;
}
.inner_con1_contact{
	background-color:#fff;
	padding:50px 60px;
	overflow:hidden;
	border-radius:10px;
}
.lianxi1{
	text-align:center;
	font-size:30px;
	color:#333;
	font-weight:normal;
}
.lianxi2{
	margin-top:75px;
	overflow:hidden;
}
.lianxi2 li{
	float:left;
	width:33.3%;
	text-align:center;
	font-size:16px;
	color:#666;
}
.lianxi2 li img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.lianxi2 li p{
	line-height:30px;
}
.line{
	padding-bottom:20px;
	border-left:1px dashed #9e9e9e;
	border-right:1px dashed #9e9e9e;
	height:170px;
}
.lianxi3{
	margin:40px auto;
	overflow:hidden;
}
.lianxi3 img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.lianxi4{
	overflow:hidden;
}
.lianxi4 li{
	float:left;
	width:30%;
	font-size:16px;
	color:#333;
	margin:0px 1.5%;
}
.lianxi4 li h3{
	font-weight:normal;
	margin-bottom:10px;
}
.lianxi4 li p{
	line-height:30px;
}

/*投诉建议*/
.inner_con1_feedback{
	margin:40px auto;
	overflow:hidden;
}
.liuyan1{
	margin-bottom:20px;
	overflow:hidden;
}
.liuyan1 label{
	float:left;
	width:25%;
	text-align:right;
	line-height:30px;
	margin-right:10px;
	font-size:18px;
	color:#333;
}
.liuyan1 label b{
	color:#ff0000;
	font-weight:normal;
	font-size:16px;
}
.liuyan1 input{
	float:left;
	width:50%;
	border:none;
	background-color:#fff;
	line-height:30px;
	box-shadow:inset 0px 3px 3px #e2e0e0;
	color:#bfbfbf;
	padding-left:20px;
}
.liuyan1 input::-webkit-input-placeholder{ 
	color: #bfbfbf; 
} 
.liuyan1 input::-moz-input-placeholder{ 
	color: #bfbfbf; 
}
.liuyan1 input::-ms-input-placeholder{ 
	color: #bfbfbf; 
}

.liuyan1 select{
	width:50%;
	border:none;
	height:30px;
	line-height:30px;
	padding-left: 20px;
	color:#bfbfbf;
	box-shadow:inset 0px 3px 3px #e2e0e0;
	background-color:#fff;
}
.liuyan1 textarea{
	width:50%;
	border:none;
	line-height:30px;
	padding-left: 20px;
	color:#bfbfbf;
	box-shadow:inset 0px 3px 3px #e2e0e0;
	background-color:#fff;
}
.liuyan2{
	margin-top:40px;
	overflow:hidden;
}
.liuyan2 ul{
	text-align:center;
}
.liuyan2 li{
	text-align:center;
	margin:0px 30px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.liuyan2 li input{
	width:97px;
	line-height:30px;
	font-size:16px;
	color:#333;
	border: 1px solid #ccc; 
	background-image: -moz-linear-gradient(top, #dedede, #fefefe);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedede), color-stop(1, #fefefe));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fefefe', GradientType='0'); 
}

/*友情链接*/
.inner_con1_link{
	background-color:#fff;
	padding:50px 100px;
	overflow:hidden;
	border-radius:10px;
}
.inner_con1_link li{
	margin-bottom:25px;
	width:50%;
	overflow:hidden;
	float:left;
}
.inner_con1_link li a{
	display:block;
}
.link_img{
	float:left;
	border:1px solid #dfdfdf;
	overflow:hidden;
	height:94px;
}
.link_img img{
	width:183px;
	height:92px;
}
.inner_con1_link li a:hover .link_img{
	border:1px solid #f06e78;
}
.link_txt{
	margin-left:200px;
	padding-top:20px;
}
.link_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
}
.link_txt p{
	color:#333;
	line-height:30px;
}

/*公益理念*/
.inner_con1_social{
	background-color:#fff;
	padding:50px 0px 125px 0px;
	overflow:hidden;
	border-radius:10px;
}
.social_fl{
	overflow:hidden;
	margin-left:40px;
	width:550px;
}
.social_fl h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.social_fl span{
	text-transform:uppercase;
	color:#666;
}
.social_fl p{
	line-height:25px;
	color:#666;
	font-size:16px;
	padding:25px 0px 50px 0px;
}
.social_fl a{
	font-size:16px;
	color:#e50012;
}
.social_fr{
	width:590px;
}
.social_fr img{
	width:590px;
	height:300px;
}

/*公益理念详情*/
.inner_con1_socialshow{
	background-color:#fff;
	padding:50px 60px;
	overflow:hidden;
	border-radius:10px;
	line-height: 25px;
    color: #666;
}

/*慈善捐赠*/
.inner_con1_donation{
	margin:40px auto;
	overflow:hidden;
}
.inner_con1_donation li{
	float:left;
	width:386px;
	margin: 0px 7px 20px 7px;
	overflow:hidden;
}
.inner_con1_donation li a{
	display:block;
}
.donation_img{
	overflow:hidden;
	width:386px;
	height:301px;
}
.donation_img img{
	border-radius:10px 10px 0px 0px;
	width:386px;
	height:301px;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_con1_donation li a:hover .donation_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.donation_txt{
	background-color:#fff;
	padding:25px 20px;
	overflow:hidden;
}
.donation_txt h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.donation_txt p{
	color:#666;
	line-height:25px;
}
.donation_txt p span{
	color:#e50012;
}
.inner_con1_donation li a:hover .donation_txt h3{
	color:#e50012;
}

/*慈善捐赠详情*/
.inner_con1_donationshow{
	margin:40px auto;
	overflow:hidden;
}

/*人才理念*/
.inner_con1_talent{
	overflow:hidden;
}
.inner_con1_talent li{
	margin-bottom:5px;
	overflow:hidden;
	background-color:#fff;
	padding:30px 20px;
	border-radius: 10px 10px 0px 0px;
}
.talent_txt{
	width:790px;
}
.talent_txt h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.talent_txt p{
	font-size:16px;
	color:#666;
	line-height:25px;
}
.talent_img{
	width:293px;
}

/*社会招聘*/
.inner_con1_job{
	margin:20px auto;
	overflow:hidden;
}
.job_fl{
	width:894px;
	background-color:#fff;
	border-radius:10px;
	overflow:hidden;
}
.services-list {
	
}
.services-list li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}
.service-title{
	cursor: pointer;
	outline:none;
}
.service-title a{
	padding:0px 15px;
	background-color:#fff;
	color:#333;
	display:block;
	min-height: 50px;
    line-height: 50px;
}
.service-title a:hover{
	background-color:#fff;
}
.service-title a.active { 
	background-color:#fff; 
}
.service-title p{
	float:left;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.service-title .fr{
	float:right;
	background:url(../images/fr.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a:hover .fr{
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a.active .fr{ 
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-content {
	background: #fff;
	color: #808080;
	line-height: 25px;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
}
.service-info-text {
	margin:40px 25px;
}
.text1{
	margin-bottom:20px;
}
.text2{
	margin-bottom:20px;
}
.service-info-text h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.service-info-text p{
	font-size:14px;
	color:#808080;
	line-height:25px;
}
.service-info-text p a{
	color:#808080;
}


.job_fr{
	width:284px;
}
.job_fr_t{
	border-radius:10px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#fff;
}
.job_title{
	overflow:hidden;
	font-size:20px;
	color:#e50012;
	font-weight:bold;
	border-bottom:1px solid #f5f5f5;
	padding-left:30px;
	line-height:70px;
}
.job_con{
	overflow:hidden;
	padding-top:20px;
}
.job_con li{
	margin-bottom:15px;
	overflow:hidden;
	padding-left:30px;
}
.job_con li a{
	display:block;
}
.job_con li a p{
	color:#333;
	font-size:16px;
	margin-bottom:5px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.job_con li a span{
	font-size:12px;
	color:#808080;
}
.job_con li a:hover p{
	color:#e50012;
}
.job_fr_b{
	border-radius:10px;
	overflow:hidden;
	background-color:#fff;
}
.job_con1{
	overflow:hidden;
	padding:20px 30px 30px 30px;
	color:#808080;
	font-size:16px;
	line-height:22px;
}


/*产品展示*/
.inner_con1_pro1{
	margin-bottom:20px;
	overflow:hidden;
}
.inner_con1_pro1 li{
	float:left;
	width:290px;
	margin: 0px 10px 25px 0px;
	overflow:hidden;
	position:relative;
}
.inner_con1_pro1 li:last-child{
	margin-right:0;
}
.inner_con1_pro1 li a{
	display:block;
}
.ipro_img{
	width:290px;
	overflow:hidden;
	height:400px;
}
.ipro_img img{
	width:290px;
	height:400px;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_con1_pro1 li a:hover .ipro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.ipro_txt{
	position:absolute;
	bottom:15%;
	left:40px;
	color:#fff;
}
.ipro_txt h3{
	font-weight:normal;
	font-size:24px;
	margin-bottom:22px;
}
.ipro_txt p{
	font-size:18px;
}
.inner_con1_pro2{
	background-color:#fff;
	overflow:hidden;
	padding:40px 0px 100px 0px;
}
.pro2_title{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	text-align:center;
	color:#333;
	font-size:24px;
	padding-bottom:10px;
}
.pro2_con{
	margin:40px auto 20px auto;
	overflow:hidden;
}
.pro2_con_fl{
	width:680px;
	line-height:25px;
	font-size:16px;
	color:#666;
}
.pro2_con_fr{
	width:469px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius:180px;
	text-align: center;
	opacity: 1;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	text-indent: -999px;
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #e10314;
}
.swiper-slide img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*产品列表页面*/
.inner_con1_prolist{
	margin:20px auto;
	overflow:hidden;
}
.prolist_fl{
	width:260px;
}
.prolist_fl_t{
	overflow:hidden;
	background-color:#fff;
}
.prolist_fl_t h3{
	font-size:24px;
	color:#004ea2;
	background:url(../images/title2.jpg) no-repeat 30px center;
	padding:15px 0px 15px 65px;
	overflow:hidden;
}
.pinfo{
	overflow:hidden;
	background-color:#fff;
}
.pinfo li{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	position:relative;
}
.pinfo li a{
	display:block;
	font-size:17px;
	color:#333;
	line-height:35px;
	padding: 8px 0px 8px 15px;
	overflow:hidden;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li a:hover{
	font-weight:bold;
}
.pinfo li .more{
	position: absolute;
    right: 0;
	padding:0;
    top: 17px;
	border:none;
    width:40px;
    height:20px;
    cursor: pointer;
    background: url(../images/jian1.jpg) no-repeat center center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
	background:url(../images/jian1.jpg) no-repeat center center;	
}
.pinfo ul li:hover .more {
	background:url(../images/jian1_h.jpg) no-repeat center center;	
}
.pinfo .er{
	display:none; 
	background-color:#fff;
	padding-bottom:15px;
}
.pinfo .er li{
	border-bottom:none;
	background-color:#fff;
}
.pinfo .er li a {
    color: #666;
	line-height:35px;
	font-size:12px;
	padding:5px 0px 5px 20px;
    border-bottom:none;
	font-weight:normal;
}
.pinfo .er li a:hover {
	color:#333;
}
.pinfo .nav-show .er {
	display:block;
	background-color:#fff;
	padding-bottom:15px;
}
.pinfo .nav-show .er li{
	border-bottom:none;
	background-color:#fff;
}
.pinfo .nav-show .er li a {
	color:#666;
	font-size:14px;
	background-color:#fff;
	border-bottom:none;
	font-weight:normal;
	padding:0px 0px 0px 20px;
	line-height: 30px;
}
.pinfo .nav-show .er li a:hover{
	color:#004ea2;
}
.pinfo .nav-show:hover .more {
	background:url(../images/jian1_h.jpg) no-repeat center center;
}
.pinfo .nav-show a {
    color: #333;
	font-weight:bold;
}
.pinfo .nav-show .more{
	background:url(../images/jian1_h.jpg) no-repeat center center;
}
.prolist_fl_c{
	width:260px;
	background:url(../images/cbg.jpg) no-repeat top center;
	height:330px;
	padding:40px;
	overflow:hidden;
}
.prolist_fl_c1{
	border-bottom:1px solid #9dc2ea;
	text-align:center;
	overflow:hidden;
	padding-bottom: 20px;
	color:#fff;
}
.prolist_fl_c1 h3{
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
	overflow:hidden;
}
.prolist_fl_c1 p{
	line-height:30px;
	font-size:16px;
}
.prolist_fl_c2{
	margin-top:20px;
	text-align:center;
	color:#fff;
}
.prolist_fl_c2 img{
	margin-bottom:10px;
}
.prolist_fl_c2 p{
	font-size:16px;
	margin-bottom:10px;
}
.prolist_fl_c2 span{
	font-weight:bold;
	font-size:20px;
}
.prolist_fr{
	width:930px;
	overflow:hidden;
}
.prolist_fr_t{
	overflow:hidden;
}
.prolist_fr_t li{
	width:220px;
	margin: 0px 0px 20px 10px;
	overflow:hidden;
	float:left;
}
.prolist_fr_t li a{
	display:block;
}
.iprolist_img{
	overflow:hidden;
	width:220px;
	height:204px;
}
.iprolist_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.iprolist_txt{
	background-color:#e6e6e6;
	line-height:30px;
	color:#333;
	font-size:14px;
	padding:5px 0px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prolist_fr_t li a:hover .iprolist_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
} 
.prolist_fr_t li a:hover .iprolist_txt{
	background-color:#e50012;
	color:#fff;
} 


/*产品详情*/
.prolist_fl_b{
	margin-top:20px;
	overflow:hidden;
}
.prolist_fl_b h3{
	font-size:18px;
	color:#004ea2;
	background:url(../images/link.png) no-repeat 30px center;
	padding-left:65px;
	margin-bottom:20px;
}
.prolist_fl_b li{
	width:260px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
}
.prolist_fl_b li a{
	display:block;
}
.iproshow_img{
	overflow:hidden;
	width:260px;
	height:242px;
}
.iproshow_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.iproshow_txt{
	background-color:#e6e6e6;
	line-height:30px;
	color:#333;
	font-size:16px;
	padding:5px 0px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prolist_fl_b li a:hover .iproshow_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
} 
.prolist_fl_b li a:hover .iproshow_txt{
	background-color:#e50012;
	color:#fff;
} 
.prolist_frs{
	width:900px;
}
.prolist_fr1{
	margin-bottom:10px;
	overflow:hidden;
	background-color:#fff;
	padding:30px;
}
.fr_proshow_topl{
	width: 306px;
}
.fr_proshow_topr{
	width:390px;
	margin-top:30px;
	margin-right:50px;
}
.fr_proshow_topr h3{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.fr_proshow_topr p{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.fr_proshow_topr a{
	display:block;
	width:119px;
	font-size:16px;
	line-height:39px;
	float:left;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin-top: 40px;
	margin-bottom:20px;
}
.proshow1{
	margin-right:15px;
	padding-left:30px;
	background:#1f6ec4 url(../images/mail.png) no-repeat 20px center;
}
.proshow2{
	background-color:#e50012;
}
.prolist_fr2{
	background-color:#fff;
	padding:15px 30px;
	overflow:hidden;
	margin-bottom:10px;
}
.prolist_fr2_t{
	color:#808080;
	font-size:16px;
}
.prolist_fr2_b{
	margin:20px auto;
	overflow:hidden;
	line-height:25px;
	color:#808080;
}
.prolist_fr3{
	background-color:#fff;
	padding:30px;
	overflow:hidden;
}
.prolist_fr3_t{
	color:#333;
	font-size:20px;
}
.prolist_fr3_b{
	margin-top:40px;
	overflow:hidden;
}
.xuqiu1{
	margin-bottom:10px;
	overflow:hidden;
}
.xuqiu1 label{
	float:left;
	width:12%;
	text-align:right;
	line-height:40px;
	margin-right:10px;
	font-size:16px;
	color:#333;
}
.xuqiu1 label b{
	color:#ff0000;
	font-weight:normal;
	font-size:16px;
}
.xuqiu1 textarea{
	width:80%;
	border:1px solid #e6e6e6;
	border-radius:5px;
	line-height:30px;
	padding-left: 20px;
	color:#808080;
	background-color:#fff;
}
.xuqiu1 input{
	float:left;
	width:80%;
	background-color:#fff;
	line-height:40px;
	color:#808080;
	padding-left:20px;
	border:1px solid #e6e6e6;
	border-radius:5px;
}
.xuqiu1 input::-webkit-input-placeholder{ 
	color: #808080; 
} 
.xuqiu1 input::-moz-input-placeholder{ 
	color: #808080; 
}
.xuqiu1 input::-ms-input-placeholder{ 
	color: #808080; 
}
.xuqiu2{
	margin-left: 13.5%;
}
.xuqiu2 input{
	border:none;
	width:111px;
	font-size:16px;
	border-radius:5px;
	line-height:40px;
	background-color:#e50012;
	color:#fff;
	text-align:center;
	cursor: pointer;
}

.news_fr_cons li{
	margin-bottom:15px;
	overflow:hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;	
}
.news_fr_cons li a{
	display:block;
}
.news_fr_cons li a h3{
	color:#313131;
	font-weight:normal;
	background:url(../images/q1.jpg) no-repeat left center;
	padding-left:37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:20px;
	margin-bottom:4px;
}
.news_fr_cons li a:hover h3{
	color:#e50012;
}
.news_fr_cons li a p{
	background:url(../images/q2.jpg) no-repeat left center;
	line-height:25px;
	color:#767676;
	padding-left:37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sample_button{
	width:100%;
	overflow:hidden;
}
.sample_button a{
	width:auto !important;
	background: none;
    padding-right: 0 !important;
	margin-top:0 !important;
}
.sample_button span{
	margin: 0px !important;
	padding-left:0 !important;
	width: 25px;
    height: 25px;
}


.inner_pro_yongtu{
	overflow:hidden;
}
.yongtu{
	float:right;
}
.inner_pro_yongtu p{
	float:left;
	color:#333;
	font-size:16px;
	line-height:30px;
}
.inner_pro_yongtu ul{
	float:left;
}
.inner_pro_yongtu li{
	float:left;
	line-height:30px;
    background: url(../images/ili.jpg) no-repeat right center;
}
.inner_pro_yongtu li a{
	display: block;
    padding: 0px 25px;
    overflow: hidden;
    color: #333;
    font-size: 13px;
}
.inner_pro_yongtu li a:hover{
	color: #e50012;
}
.inner_pro_yongtu li .current{
	color: #e50012;
}

/*在线客服*/
.floating_ck {
	position:fixed;
	right:0;
	bottom:0;
}
.floating_ck dl dd {
	position:relative;
	width:78px;
	height:78px;
	background-color:#a9a9a9;
	margin-bottom:1px;
	text-align:center;
	cursor:pointer;
	padding-top:15px;
}
.floating_ck dd a {
	color:#fff;
    display: block;
}
.floating_ck dd a img{
	display: block;
    margin: 0 auto;
}
.floating_ck dd a p{
	text-align:center;
	color:#fff;
	margin-top: 10px;
}
.floating_ck dl dd:hover {
	background-color:#004ea2;
}
.floating_ck dl dd:hover .floating_left {
	display:block;
}
.floating_ck dd span {
	color:#fff;
	display:block;
	padding-top:54px;
}
.floating_left {
	position:absolute;
	left:-90px;
	top:0px;
	width:100px;
	height:78px;
	background-color:#004ea2;
	display:none;
}
.floating_left img {
	color:#fff;
	padding-top:5px;
	float:left;
	padding-left:5px;
}

