/*全局样式*/
iframe {
	background-color:transparent
}
.top_box_nav {
	width:1000px;
	height:80px;
	border-bottom:1px solid #73c1c3;
	overflow:hidden;
}
.top_box_nav .logo a {
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 176px;
	display: block;
}
.nav-box {
	float:left;
	position:relative;
	z-index:1000;
}
.nav-box ul {
	padding-top:35px;
}
.nav-box ul li {
	list-style:none;
	float:left;
	font:14px;
	padding-right:25px;
	height:42px;
}
.nav-box ul li a {
	color:#fff;
}
.nav-box ul li a:hover {
	text-decoration:none;
}
.cur {
	font-weight:700;
}
.nav-box ul li.last {
	font-size:12px;
}
.nav-box ul li.last a {
	color:#fff;
}
.nav-box .nav-line {
	position:absolute;
	left:0;
	bottom:-4px;
	height:4px;
	line-height:4px;
	font-size:0;
	background:#fff;
}
.nav-tel-text {
	font-size:12px;
	color:#f0f0f0;
	padding-top:35px;
	float:right;
	background-image: url(imgtel.png);
	background-repeat: no-repeat;
	background-position: 0px 34px;
	height: 21px;
	padding-left: 28px;
}

.banner_box {
	height: 360px;
	background-image: url(imgbanner_bg_list_1.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	
	animation-name: charector;/* 动画名称 */
	animation-iteration-count: infinite;/* 动画无限播放 */
	animation-duration: 15s;/* 动画运行的时间 */
	-webkit-animation-delay: 8s;/*动画延迟时间*/
	
	-webkit-animation-name: charector;/* 动画名称 */
	-webkit-animation-iteration-count: infinite;/* 动画无限播放 */
	-webkit-animation-duration: 15s;/* 动画运行的时间 */
	-webkit-animation-delay: 8s;/*动画延迟时间*/
}
@keyframes charector {
    0% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
	50%{background-image: url(imgbanner_bg_list_2.jpg);background-repeat: no-repeat;background-position: center 0px;}
	100% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
}
/*兼容 Safari和Chrome*/
@-webkit-keyframes charector {
	0% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
	50%{background-image: url(imgbanner_bg_list_2.jpg);background-repeat: no-repeat;background-position: center 0px;}
	100% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
}
/*兼容 Firefox*/
@-moz-keyframes charector {
	0% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
	50%{background-image: url(imgbanner_bg_list_2.jpg);background-repeat: no-repeat;background-position: center 0px;}
	100% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
}
@-o-keyframes charector {
	0% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
	50%{background-image: url(imgbanner_bg_list_2.jpg);background-repeat: no-repeat;background-position: center 0px;}
	100% {background-image: url(imgbanner_bg_list_1.jpg);background-repeat: no-repeat;background-position: center 0px;}
}

.list_content_box {
	width:1000px;
}
.list_content_box .navigation_box {
	font-size:14px;
	color:#999;
}
.navigation_box s {
	color:#999;
}
.list_content_box .list_content_l {
	width:280px;
}
.list_content_text .list_content_text_content {
	font-size: 12px;
	padding: 15px 20px;
	line-height: 22px;
	color: #666;
	background-color: #fafafa;
	text-align: justify;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.list_content_text h3.list_content_text_title {
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -318px;
	display: block;
	height: 139px;
}
.list_content_l .contact_mian_box {
	margin-top:15px;
	background-color: #fafafa;
	border-radius: 6px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}
.list_content_box .list_content_r {
	width:660px;
}
.list_content_r .list_content_r_title {
	font-size:20px;
}
.list_content_r_title_bg {
	background-image: url(imgzhan_list_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
}
.list_content_r .list_item_box {
	margin:20px 0;
}
.article_title {
	font-size:26px;
	line-height:38px;
}
.article_info {
	font-size:14px;
	padding-top:15px;
	height:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-top:5px;
}
.article_con_box {
	padding-top:20px;
	color:#666;
}
.article_con_box p {
	line-height:28px;
	padding: 10px 0;
}
.article_con_box img {
	max-width:640px;
	overflow:hidden;
}
.share_footer {
	font-size:14px;
	color:#666;
	margin-top:30px;
}
.banner_box .banner_text{
	font-size:14px;
	text-align:center;
	color:#d3d3d3;
	padding-top:265px;
}
.banner_box .banner-link {
	width:1000px;
	height:280px;
}
.banner-link a {
	width:1000px;
	height:280px;
	display:block;
}
.banner_box .banner_btn_box {
	width:500px;
	height:60px;
	padding-top:55px;
}
.banner_btn_box a {
	width:240px;
	height:56px;
	line-height:56px;
	display:block;
	text-align:center;
	color:#fff;
	font-size:22px;
	border-radius: 100px;
	transition: all 300ms ease-in-out 0s;
	border: 2px solid #acc4a7;
}
.banner_btn_box a:hover {
	width:240px;
	height:56px;
	line-height:56px;
	display:block;
	border: 2px solid;
	text-align:center;
	color:#ffffff;
	border-radius: 100px;
	background-color:#66D37E;
	transition: all 300ms ease-in-out 0s;
	border: 2px solid #66D37E;
}
.banner_box .banner_date{
	font-size:16px;
	text-align:center;
	color:#fff;
	padding-top:30px;
}
.banner_date span.text_line {
	font-size:13px;
	font-weight:100;
	padding:0 20px;
	color:#d3d3d3;
}
.warp01 {
	background-color:#FFFFFF;
}
.warp_box {
	width:1000px;
}
.warp_box .about_box {
	font-size:24px;
	text-align:center;
	padding-bottom:40px;
}
.warp_box .about_box_1 {
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
}
.warp_box .about_box_2 {
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
	padding-top:50px;
}
.title_line {
	width:40px;
	height:4px;
	line-height:0;
	background-color:#ccc;
	margin:20px auto;
}
.about_box_content {
	padding-top:20px;
}
.about_box_content .warp_01_img {
	width:402px;
	height:200px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -68px;
	overflow:hidden;
}
.about_box_content .warp_01_info {
	width:570px;
	color:#666666;
	text-align:left;
}
.about_box_content .warp_01_info p {
	font-size:14px;
	line-height:22px;
	padding-bottom:20px;
	margin-top:-5px;
}
.warp_table_box {
	height:488px;
	overflow: auto;
}
.wexin_txt {
	line-height:50px;
	padding-left:15px;
	font-size:12px;
}
.logo_Roll .logo_title {
	font-size: 14px;
	display: block;
	height: 28px;
	position: relative;
	text-align: center;
}
.logo_Roll .logo_title b {
	height: 28px;
	border-bottom: 2px solid #7ecef4;
	padding-bottom: 8px;
	margin: 0 auto;
}
.logo_Roll .logo_item {
	margin-top:-10px;
	height:55px;
	overflow:hidden;
}
.warp_box .warp01_l {
	width:690px;
}
.warp01_330 {
	width:330px;
}
h3.warp_01_title {
	font-size:22px;
	color:#333333;
	display:block;
	height:48px;
}
h4.warp_01_title {
	font-size:20px;
	color:#333333;
	display:block;
	padding-bottom:12px;
}
h3.warp_01_title_center {
	font-size:22px;
	color:#333333;
	display:block;
	height:55px;
	text-align:center;
}
.news_item li {
	height:35px;
	font-size:16px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: -480px -32px;
	padding-left: 18px;
	position:relative;
}
.news_item li span {
	font-size:12px;
	color:#999;
	position:absolute;
	top:3px;
	right:0;
}
.news_item_f14 li {
	height:30px;
	font-size:14px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: -480px -32px;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_f14 li span {
	font-size:12px;
	color:#999;
	position:absolute;
	top:3px;
	right:0;
}
.page_box {
	height: 30px;
    margin-top: 40px;
    font-size: 14px;
    color: #333;
}
.showpage b {
	color: #007f98;
}
.showpage a {
	color: #007f98;
	padding-left:4px;
	padding-right:4px;
}
.showpage a:hover {
	color: #008dd2;
}
.showpage font {
	color: #007f98;
	font-weight:700;
}
.showpage input {
	margin-left:4px;
	margin-right:4px;
}
.warp01_box .warp01_r {
	width:280px;
}
.contact_info span.contact_info_01 {
	display:block;
	width:30px;
	height:30px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: -470px -116px;
}
.contact_info span.contact_info_02 {
	display:block;
	width:30px;
	height:30px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: -470px -151px;
}
.contact_info span.contact_info_03 {
	display:block;
	width:30px;
	height:30px;
	background-image: url(imgbody_bg.png);
	background-repeat: no-repeat;
	background-position: -470px -186px;
}
.contact_info .contact_text {
	width:225px;
}
.contact_text p {
	font-size:12px;
	line-height:18px;
	margin-top:-2px;
	color:#666666;
	padding-bottom:7px;
	padding-left: 8px;
}
a#pdf_link {
	width:138px;
	height:45px;
	display:block;
	line-height:45px;
	color:#006ea4;
}
a#pdf_link:hover {
	color:#333333;
	background-color:#f2f5f9;
}
.warp02_top {
	background-image: url(imgzhan_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 110px;
	width: 100%;
}
.warp02_bottom {
	background-image: url(imgzhan_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 84px;
	width: 100%;
}
.warp02 {
	background-color:#f6f6f6;
	background-image: url(imgzhan_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 764px;
}
.warp02 .part01_l {
	width:683px;
}
.warp02 .part01_r {
	width:280px;
}
.warp02 .warp_box {
	padding-bottom:50px;
}
h4.warp_02_title {
	font-size: 14px;
	display:block;
	height:28px;
	position:relative;
	border-bottom:1px solid #d3d3d3;
	text-align:center
}
.warp_02_title b {
	height:28px;
	border-bottom:2px solid #7ecef4;
	padding-bottom:8px;
	margin:0 auto;
}
.part01_r .coldchain_item {
	height:38px;
	display:block;
}
.coldchain_item span {
	font-size:14px;
	color:#333;
	padding:0 2px;
}
.coldchain_item i {
	font-size:14px;
	color:#006ea4;
	padding:0 2px;
	font-style: normal;
}
.coldchain_item b {
	font-size:28px;
}
.part01_r .coldchain_text {
	font-size:12px;
	color:#666666;
}
.table_item {
	width:295px;
	height:45px;
	line-height:45px;
	padding:0 15px;
	color:#666666;
	font-size:14px;
	border-right:1px solid #f6f6f6;
}
.table_item span {
	font-size:12px;
	padding:0 5px;
}
.table_item_3 {
	width:290px;
	height:45px;
	line-height:45px;
	padding:0 15px;
	color:#666666;
	font-size:14px;
}
.photo_box {
	padding-bottom:60px;
}
.linebg {
	background-image: url(imgline_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 120px;
}
.lishi_box .lishi_l {
	width:450px;
}
.lishi_l .lishi_hd {
	font-size:18px;
	padding-bottom:20px;
	font-weight:700;
}
.lishi_l .lishi_content {
	background-color:#253951;
	width:440px;
	height:327px;
	padding:5px;
}
.lishi_box .lishi_r {
	width:470px;
}
.lishi_r .lishi_text {
	padding-top:50px;
}
.lishi_text h4 {
	width:230px;
	display:block;
	margin-bottom:15px;
}
.lishi_text .lishi_titile {
	font-size: 18px;
	padding-bottom: 2px;
}
.lishi_text .lishi_titile b {
	font-size: 36px;
}
.lishi_text .lishi_txt {
	font-size: 12px;
	color:#666;
}

#hutia a {
	color: #008dd2;
}
#hutia a:hover {
	color: #007f98;
}
.photo_box {
	padding-top:40px;
}
.photo_box .photo_hd {
	font-size:18px;
	padding-bottom:20px;
	font-weight:700;
}
.photo_item li {
	width:235px;
	height:180px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
.photo_item li a img {
	width:227px;
	height:172px;
	border:4px solid #f0f0f0;
	
}
.list_content_r .page_list_box {
	font-size: 12px;
	height: 30px;
	color:#333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
