/* CSS Reset*/
html {
    font-size:16px; /* 20÷16=125% min-font-size:12px bug*/
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
.article, .aside, canvas, details, embed,
figure, figcaption, footer, .header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:1em;
    font: inherit;
    vertical-align: baseline;
    font-family:"Microsoft YaHei"
}
body{
    font-family:"Microsoft YaHei";
    font-size: 14px;
    color:#333;
    line-height:24px;
    width:100%;
    background: #fff;
}
em{font-style:normal}
li{list-style:none}
a{text-decoration:none;outline:0;color:#333;}
img{border:none; vertical-align:top;text-indent: 0em; }
.wp_articlecontent img{   width: 640px !important;}
table{border-collapse:collapse;} 
input,textarea{font-family:"Microsoft YaHei";padding:0;}
textarea{ resize:none;overflow:auto;}
textarea:focus{outline:none;}/*clear focus blue-border tip*/
input:focus{outline:none;}
.clear{zoom:1}
.clear:after{content:"";display:block;clear:both;}
.fl{float:left}
.fr{float:right}
.hide{display: none}
.show{display: block}
input::-webkit-input-placeholder {
	color:#999 !important; /*WebKit browsers*/
    font-family:"Microsoft YaHei"
}
input::-moz-placeholder {
	color:#999 !important; /*Mozilla Firefox 4 to 18 */
	font-family:"Microsoft YaHei"
}
input::-ms-input-placeholder {
	color:#999 !important; /*Internet Explorer 10+*/ 
    font-family:"Microsoft YaHei"
}
.no-scroll{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.ellip{
    text-overflow:ellipsis;
    overflow:hidden;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;     
}
/*Equipment division*/
@media only screen and (min-width:1201px){
	/*ipad/windows*/
}
@media only screen and (max-width: 1200px){
	/*ipad/windows*/
body{
	width:1200px;
	margin:0 auto;	
}
}
@media (min-width: 415px) and (max-width: 480px){
	/*sony U*/
}
@media (min-width: 376px) and (max-width: 414px){
	/*iphone6P*/
}
@media (min-width: 341px) and (max-width: 375px){
	/*iphone6*/
}
@media only screen and (max-width: 340px){
	/*iphone4/4s/5*/
}
.c{
	width:1200px;
	margin:0 auto;
	position:relative;
	height:100%;	
}
/*reset*/


/*********************************************************************
                              公共类函数
**********************************************************************/
.scrollBar{
    -ms-overflow-style:none;
}    
.scrollBar::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    position: absolute;
}
/*定义滚动条的轨道，内阴影及圆角*/
.scrollBar::-webkit-scrollbar-track{
    border-radius: 0;
    background: #ccc;
    position: absolute;
}
/*定义滑块，内阴影及圆角*/
.scrollBar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #666;
    position: absolute;
}
.t-top{
    background: #282c36;
    overflow: hidden;
    line-height: 30px;
}
.t-top h6{
    float: left;
    color: #dedede;
    font-size: 12px;
    cursor: pointer;
}
.t-top h6 a{
    color:#fff;
}
.t-top h6:hover{
    color:#ef3825;
}
.t-top h6:nth-child(1){
    padding-left: 12px;
}
.t-top h6:nth-child(2){
    margin-left: 62px;
}
.header{
    overflow: hidden;
}
.header .logo{
    padding: 40px 26px 0px 0px;
}
.header .logo img{
    height: 78px;
}
.main.zhxw .header .news{ background: url("../images/font-new1.png") no-repeat 20px center;background-size: auto 25px;}
.header .news{
    height: 62px;
    color: #ef3825;
    border-left: 1px solid #ef3825;
    width: 520px;
    text-align: center;
    margin-top: 48px;
    background: url(../images/font-new.png) no-repeat 20px center;
    background-size: auto 25px;
}
.header .fr{
    text-align: center;
    width: 210px;
    font-weight: bold;
    padding-top: 21px;
    height: 140px;
}
.header .fr h1{
    color: #ef3825;
    font-size: 29px;
    line-height: 34px;
}
.header .fr p{
    color: #3d4245;
    line-height: 24px;
}
.f-nav{
    border-top: 1px solid #3d4245;
    border-bottom: 1px solid #3d4245;
    overflow: hidden;
}
.f-nav #find{
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    height: 60px;
    line-height: 60px;
    width: 92%;
    padding:0 72px 0 8px;
    font-size: 15px;
    display: none;
    box-sizing: border-box;
}  
.f-nav .error{
    position: absolute;
    right: 4px;
    top: 21px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: none;
}
.f-nav .error img{ 
    height: 100%;
}
.f-nav ul{
   overflow: hidden;
   float: left;
}
.f-nav ul li{
    float: left;
    line-height: 59px;
    font-size: 17px;
    font-weight: 600;
    color: #0072cd;
    width: 110px;
    text-align: center;
    background: url(../images/nav-right.jpg) no-repeat left center;
    background-size: 6px;
    cursor: pointer;
    position: relative;
}
.f-nav ul li a{
    color: #0072cd;
}
.f-nav ul li:nth-child(1){
    background:none;
}
.f-nav ul li a:hover{
    color: #f02f1c;
}
.f-nav ul li.cur a{
    color: #f02f1c;
}
.f-nav .search{
    margin: 18px 4px 0 0;
    float: right;
    cursor: pointer;
}
.footer{
    background: #2b303c;
    padding: 20px 0;
}
.footer p{
    text-align: center;
    color: #fff;
    line-height: 32px;
}
.searchbox{text-align:right;margin-top:0px;}
.wp-search {position: relative;border: 0px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 60px;padding:  0;line-height: 60px;background: none;color: #333;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:32px;height: 60px;position: absolute;right: 0;top:0%;    display: none;}
.wp-search .search-btn input.search-submit {width:32px;height: 60px;border:0;outline: 0;background: url(../images/icon-search.png) no-repeat center;cursor: pointer;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.wp-display-wrapper .picSildeRight{display: none;}
.wp-display-wrapper .picSildeLeft{display: none;}