﻿/* CSS Document */

/*<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 
@media screen and (min-width:)and (max-width:){}

body{font:normal 14px/22px Arial,"Microsoft YaHei"; color:#333;background-color:#e3e2e2; max-width:640px;margin:0 auto; min-height:100%}
section,footer,nav,em,mark,p,span,ul,li,ol,h1,h2,h3,h4,input,textarea{margin:0;padding:0;font-weight:normal;list-style:none;font-style:normal}
input,textarea,select{border:none;outline:none;}
/*---------------------------------------segmentation------------------------------------------*/

*{ margin:0px; padding:0px; }
body{ font-family:"微软雅黑"; font-size:14px; line-height:22px; color:#333; background:#fff; min-width: 1200px;}
div,img,ul,ol,li,dl,dt,dd,p{ border:none; padding:0; margin:0;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-size:14px;font-weight:normal;}
em,i{ font-style:normal;}
.clear{ clear:both;}
.fl{float:left;} 
.fr{float:right;}
.clearflx:after { 
visibility: hidden; 
display: block; 
font-size: 0; 
content: " "; 
clear: both; 
height: 0; 
}
*html .clearflx { zoom: 1; } /* IE6 */ 
*:first-child+html .clearflx { zoom: 1; } /* IE7 */ 

/*text-align*/
.l-txt{text-align:left}
.c-txt{text-align:center}
.r-txt{text-align:right}

/*position*/
.rel{position:relative}
.abs{position:absolute}
.fix{position:fixed}
.hide{display:none}
.block{ display:block;}

/*vertical-align*/
.veralign-mid{ vertical-align:middle;}

/*img*/
img{border:none;vertical-align:bottom}

/*link-color*/
a:link,a:visited,a:active {color:#333; text-decoration:none;}
a:hover {text-decoration: none; color:#c31303;}

/*line-height*/
.h15{ line-height:15px;}
.h18{ line-height:18px;}
.h20{ line-height:20px;}
.h21{ line-height:21px;}
.h22{ line-height:22px;}
.h23{ line-height:23px;}
.h24{ line-height:24px;}
.h25{ line-height:25px;}
.h26{ line-height:26px;}
.h27{ line-height:27px;}
.h28{ line-height:28px;}
.h30{ line-height:30px;}

/*font-size*/
.tb{ font-weight:bold}
.t12{ font-size:12px;}
.t14{ font-size:14px;}
.t16{ font-size:16px;}
.t18{ font-size:18px;}
.t20{ font-size:20px;}

/*padding*/
.pad-T5{ padding-top:5px}
.pad-T8{ padding-top:8px;}
.pad-T10{ padding-top:10px;}
.pad-T15{ padding-top:15px;}
.pad-T20{ padding-top:20px;}
.pad-T25{ padding-top:25px;}
.pad-T30{ padding-top:30px;}

.pad-L5{ padding-left:5px;}
.pad-L7{ padding-left:7px;}
.pad-L10{ padding-left:10px;}
.pad-L15{ padding-left:15px;}
.pad-L20{ padding-left:20px;}
.pad-L25{ padding-left:25px;}
.pad-L30{ padding-left:30px;}
.pad-L35{ padding-left:35px;}
.pad-L40{ padding-left:40px;}

.pad-R5{ padding-right:5px}
.pad-R10{ padding-right:10px}
.pad-R15{ padding-right:15px}
.pad-R20{ padding-right:20px}
.pad-R25{ padding-right:20px}

.pad-B5{ padding-bottom:5px}
.pad-B10{ padding-bottom:10px}
.pad-B15{ padding-bottom:15px}
.pad-B20{ padding-bottom:20px}
.pad-B25{ padding-bottom:20px}

.padNo{ padding:0 !important;}

.padTB5{ padding:5px 0;}
.padTB10{ padding:10px 0;}
.padTB15{ padding:15px 0;}
.padTB20{ padding:20px 0;}

/*margin*/
.mar-T2{ margin-top:2px;}
.mar-T3{ margin-top:3px;}
.mar-T4{ margin-top:5px;}
.mar-T5{ margin-top:5px;}
.mar-T6{ margin-top:6px;}
.mar-T7{ margin-top:7px;}
.mar-T8{ margin-top:8px;}
.mar-T9{ margin-top:9px;}
.mar-T10{ margin-top:10px;}
.mar-T14{ margin-top:14px;}
.mar-T15{ margin-top:15px;}
.mar-T20{ margin-top:20px;}
.mar-T25{ margin-top:25px;}
.mar-T30{ margin-top:30px;}
.mar-T35{ margin-top:35px;}
.mar-T40{ margin-top:40px;}
.mar-T45{ margin-top:45px;}
.mar-T50{ margin-top:50px;}

.mar-B5{ margin-bottom:5px;}
.mar-B10{ margin-bottom:10px;}
.mar-B15{ margin-bottom:15px;}
.mar-B20{ margin-bottom:20px;}
.mar-B30{ margin-bottom:30px;}

.mar-L5{ margin-left:5px;}
.mar-L6{ margin-left:6px;}
.mar-L7{ margin-left:7px;}
.mar-L8{ margin-left:8px;}
.mar-L10{ margin-left:10px;}
.mar-L12{ margin-left:12px;}
.mar-L15{ margin-left:15px;}
.mar-L20{ margin-left:20px;}
.mar-L25{ margin-left:25px;}
.mar-L30{ margin-left:30px;}
.mar-L35{ margin-left:35px;}
.mar-L40{ margin-left:40px;}

.mar-R5{ margin-right:5px;}
.mar-R9{ margin-right:9px;}
.mar-R10{ margin-right:10px;}
.mar-R14{ margin-right:14px;}
.mar-R15{ margin-right:15px;}
.mar-R20{ margin-right:20px;}
.mar-R25{ margin-right:25px;}

.margin-auto{margin:0 auto}
.marNo{ margin:0 !important;}

.marTB5{ margin:5px 0;}
.marTB10{ margin:10px 0;}
.marTB15{ margin:15px 0;}
.marTB20{ margin:20px 0;}
.mar-trbl10{ margin:10px;}
.mar-trbl15{ margin:15px;}

/*--zoom/z-index--*/
.zoom{zoom:1;}
.z-index{ z-index:100;}

/*--radius--*/
.radius3{
	border-radius:3px; 
	-moz-border-radius:3px; 
	-ms-border-radius:3px; 
	-o-border-radius:3px; 
	-webkit-border-radius:3px; 
	}
.radius5{
	border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;
	}

/*---------------------------------------segmentation------------------------------------------*/
.wrap{width:100%}

.list li{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height: 38px; background: url(201805xyfh_d.jpg) left center no-repeat; padding-left: 12px;}
.list li span{ float:right; color:#999;}
.list li a span{
	width:0; height:0; overflow:hidden;  float:left; 
	margin:13px 7px 0 5px;
	border-width:2px;
	line-height:28px;
	border-color:transparent  transparent  transparent red;
	border-style:dashed dashed dashed solid;
	}

.list2 li{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height: 60px; background: url(201805xyfh_d.jpg) left center no-repeat; padding-left: 12px; border-bottom: 1px dashed #ccc;}
.list2 li span{ float:right; color:#999;}
.list2 li a span{
	width:0; height:0; overflow:hidden;  float:left; 
	margin:13px 7px 0 5px;
	border-width:2px;
	line-height:28px;
	border-color:transparent  transparent  transparent red;
	border-style:dashed dashed dashed solid;
	}
.more{ padding-right:10px; float:right; font-size:12px; font-family:" 宋体";}
.more:link,.more:visited{ color:#999;}

.borSB1{ border-bottom:1px solid #CCC;}
.borDB1{ border-bottom:1px dashed #CCC;}
.borDR1{ border-right:1px dashed #CCC;}
.borDL1{ border-left:1px dashed #CCC;}
 
/*color*/
.co-white{ color:#FFF}
.co-black{ color:#000}
.co-gray{ color:#9b9b9b}
.co-green{ color:#29b409}
.co-blue{ color:#3b9df1}
.co-orange{ color:#e55100}
.co-red{ color:#ed3403}

/*a-color*/
.a-red:link,.a-red:visited{ color:#C00;}/*--红--*/
.a-blue:link,.a-blue:visited{ color:#03F;}/*--蓝--*/
.a-white:link,.a-white:visited{ color:#fff;}/*--白--*/
.a-orange:link,.a-orange:visited{ color:orange}/*--橙--*/
.a-gran:link,.a-gran:visited{ color:#e5e5e5;}/*--灰--*/
.a-green:link,.a-green:visited{ color:green}/*--绿--*/
.a-dive:link,.a-dive:visited{ color:#FF3;}/*--黄--*/
.a-teal:link,.a-teal:visited{ color:#88eee2;}/*--青--*/



/*----------top/footer--------*/

.banner{background: url(201805xyfh_banner.jpg) top center no-repeat;}
.main{ width: 1200px; margin: 0 auto;}
.top_link{ height: 30px;background-color:rgba(255,255,255,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Fffffff); line-height: 30px;}
.top_link span{ padding: 0 5px; }
.logo_box_top{ height: 227px;}
.logo{ padding-top: 60px; width: 471px;}
.seach_icon{ display: none; float: right; margin-left: 3%; margin-top: 3%;}
.seach_icon a{ width: 50px; height: 50px; background: url(201805_xyfz_gxl_search.png) center no-repeat rgba(255,0,4,0.70);  display: block;border-radius:50px; 
	-moz-border-radius:50px; 
	-ms-border-radius:50px; 
	-o-border-radius:50px; 
	-webkit-border-radius:50px; }
.saech{ width: 558px; padding-top: 65px;}
.saech_nav ul li { float: left; font-size: 16px; margin: 0 50px; margin-right: 60px;}
.saech_nav ul li a{ height: 33px; display: block; position: relative;}
.saech_nav ul li a:hover,.saech_nav ul li.no a{ font-weight: bold; color:#d71616;}
.saech_nav ul li a:hover span,.saech_nav ul li.no a span{ width: 19px; height: 10px; display: block; position:absolute; background: url(201805xyfz_seach.png) left center no-repeat; bottom: -2px; left: 25%; z-index: 9;}
.inp_text{ width: 480px; height: 44px; line-height: 44px; padding-left: 5px; border: 1px solid #cdcdcd;background-color:rgba(255,255,255,0.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Fffffff,endcolorstr=#7Fffffff); vertical-align: middle; border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;}
.inp_btn{ width: 68px; height: 44px; vertical-align: middle; border: none; cursor: pointer;  color:#fff; background: #e22323; font-size: 16px;border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;  margin-left: 10px;}
.nav{ height: 56px; background: #e22323;}

.nav_box ul li{ float: left; padding: 11px 11px;background: url(201805xyfh_nav_bg.jpg) left center no-repeat; font-size: 16px;}
.nav_box ul li:first-child{background: #e22323;}
.nav_box ul li a { width: 98px; height: 34px; display: block; line-height: 34px; text-align: center;color:#fff; border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;}
.nav_box ul li a:hover,.nav_box ul li.no a { background: #ca0000;}

.footer_bottom{ padding: 30px 0;background: #e22323;}
.footer_bottom p{ text-align: center; color:#fff; line-height: 26px;}
.footer_bottom p span{ margin: 0 10px; display: inline-block;}
.footer_bottom em{ position: absolute; left: 20px; top: 20px; }
.footer_bottom i{ position: absolute; right: 150px; top: 30px; }

.nav_iphone{ display: none; background: #e22323;}
.nav_box_iphone ul li{float: left; padding: 5px 0; width: 20%;font-size: 14px;}
.nav_box_iphone ul li a{ height: 34px; display: block; line-height: 34px; text-align: center;color:#fff; border-radius:5px; 
	-moz-border-radius:5px; 
	-ms-border-radius:5px; 
	-o-border-radius:5px; 
	-webkit-border-radius:5px;}
.nav_box_iphone ul li a:hover,.nav_box_iphone ul li.no a{background: #ca0000;}
.iphone_se_box{ padding: 2%; background: #fff; width:100%; position: absolute; left: 0; right: 0; top:140px; }
.iphone_inp{ width:90%; height: 30px; border: 1px solid #ccc;}
.iphone_btn{ width: 10%;height: 32px; border:none; background:#b92022; color:#fff;}
/*----------二级通用------------*/

.subnav{ color:#666666; height:50px; line-height:50px; background:#f8f8f8;}
.subnav p { background:url(201805_xyfz_gxl_dqwz.png) 20px center no-repeat; padding-left:40px;}
.subnav P a{color:#666666; padding: 0 5px;}
.ihp_subnav{ display: none;}

.main2{ width: 1200px; margin: 0 auto; border:1px solid #e4e4e4; margin-top: 25px; margin-bottom: 25px;}

.top_new{border: 1px solid #e3e3e3; margin-top: 25px; padding: 20px; border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;}

/*-------------首页通用判断-------------*/


@media screen and (max-width: 1300px) {
	
	body{ min-width:1000px; }
	.main,.main2{ width: 1000px;}
	.saech{width: 490px;}
	.inp_text{ width: 400px;}
	.nav_box ul li a { width: 78px;}
}
@media screen and (max-width: 1024px) {
	
	body{ min-width:1000px;}
}
@media screen and (max-width: 1000px) {
	
	.main,.main2{ width:100%;}
	.pc_subnav{ display: none;}
	.ihp_subnav{ display: block !important;}
}
@media screen and (max-width:970px) {
	body{ min-width:0;}
	.main,.main2{ width:98%;}
	.main2{ margin-top: 15px;}
	.logo{ width:50%; padding-top: 15px;}
	.banner{ height: 140px; background: url(201805xyfh_banner.jpg) right center no-repeat; width: 100%; background-size:cover; }
	.top_link{ height: 40px; line-height: 40px;}
	.saech{ width:50%; padding-top:20px; display: none;}
	.seach_icon{ display: block;}
	.nav{ height: inherit; background: #d71616;}
	.logo_box_top{ height:inherit; padding-bottom: 10px;}
	.nav{ display: none;}
	.nav_iphone{ display: block;}
	.footer_bottom{ height: 250px;}
	.footer_bottom i{top:120px; left: 42%;}
}
@media screen and (max-width: 667px) {
	
}
@media screen and (max-width:572px) {
	
	.top_link p:last-child{ display: none;}
	.top_link p{ float:left;}
	.logo{ width:70%; padding-top: 15px;}
}
@media screen and (max-width:414px) {
	.logo{ padding-top: 20px;}
	.seach_icon{  margin-top: 5%;}
	.banner{ background: url(201805xyfh_banner.jpg) left center no-repeat; }
	.footer_bottom i{top:140px; left: 42%;}
}
@media screen and (max-width:320px) {
	.logo{ width: 75%; padding-top: 20px;}
	.seach_icon{  margin-top: 5%;}
	.nav_box_iphone ul li a{ font-size: 12px;}
}