﻿/*
Theme Name: zhonghuasuo
Theme URI: http://www.yjswushier.cn
Author: zhonghuasuo
Description: 中化所
Version: 4.5
License: GNU General Public License v2 or later
License URI:http://www.yjswushier.cn
Tags: two-columns, fixed-width, custom-menu, cms
Text Domain: zhonghuasuo
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/ 
/* style.css */

@charset "utf-8";
*,*:before,*:after{box-sizing:border-box;}
html, 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, font, ins, kbd, q, s, samp, small,strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption,tbody, tfoot, thead, tr,th
 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	
}
body {background:#fff;line-height:1.8;color:#5a5a5a;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:0.05em;}
a{color:#000;text-decoration:none;}
a:hover{color:#147391;}
h1,h2,h3,h4,h5,h6 {font-weight:100;}
ol,ul,li{list-style:none;}
img{height:auto;border:0;}
i{margin-right:5px;}
input,select,textarea{background:#fff;outline:none;width:100%;color:#464646;font-size:14px;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;}
textarea{resize:none;overflow-y:hidden;display:block;}
table {border-collapse: collapse;max-width: 100%; width: 100%;margin-bottom:0.8em;}
em{*font-style:normal;}
.clear:after,.clear:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fl{float:left;position:relative;}

/* wrapper */
.wrapper{width:100%;min-width:1200px;}
.w1100{width:1100px;margin:0 auto;}

/* public */
span.icon{display:inline-block;vertical-align:middle;background:url(../images/icon.png) no-repeat;}
h1.title{text-align:center;font-size:18px;font-weight:700;padding-bottom:8px;margin:0px 0 10px 0;color:#575757;}
h3.tip{font-size:20px;font-weight:700;position:relative;color:#676767;padding-bottom:8px;border-bottom:1px solid #c0c0c0;}
h3.tip span.info{font-size:14px;font-weight:100;margin-left:80px;}
h3.tip .more{position:absolute;right:0;top:12px;width:100px;text-align:center;font-weight:100;background:#004ea2;color:#fff;font-size:12px;border-radius:15px;-webkit-border-radius:5px;}
h3.tip .more:hover{background:#ff8f00;}


/* header */
.header-wrap{background:#fff;position:relative;*z-index:9999999;}
.header-top{background:#e9e9e9;text-align:right;height:30px;line-height:30px;}
.header-top .welcome{font-size:12px;color:#8e8e8e;float:left;}
.header-top h1 a{color:#777;font-size:12px;line-height:normal;position:relative;height:30px;line-height:30px;}
.header{height:106px;padding:13px 0;position:relative;background:url(../images/headerbg.jpg) center center no-repeat;}
.header .logo{width:150px;border-right:1px solid #ddd;margin-right:1.5%;padding-right:10px;}
.header .logo img{width:140px;}
.header .siteinfo{width:50%;font-weight:700;font-size:16px;margin-top:15px;line-height:normal;}
.header .siteinfo p {font-size: 24px;}
.header .saletel{position:absolute;right:0px;top:0px;color:#5f5f5f;font-size:12px;font-weight:700;line-height:normal;}
.header .saletel span.icon{position:absolute;left:-52px;top:0;width:42px;height:42px;background-position:-2px -86px;float:left;margin:5px 10px 0 0;}
.header .saletel .phonenum{color:#f08208;font-size:30px;font-family:Arial;line-height:normal;}

/*search*/
.searchAll {
    padding: 9px 0;
    margin-top: 30px;
	 margin-right: 30px;
}
.floatR {
    float: right;
}
.floatL{
    float: left;
}
.searchInput {
    width: 156px;
    height: 30px;
    color: #000;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #005BAC;
	margin: 1px -1px 0 0;
}
.searchButton {
    width: 42px;
    height: 32px;
    color: #FFFFFF;
    cursor: pointer;
    background: #005BAC;
        background-image: none;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* nav*/
 #nav{background:#004ea2;height:40px;line-height:40px;}
	 #nav ul{width:1100px;margin:0 auto;}
	 #nav ul li{display:block;float:left;position:relative;z-index: 10;}
	 #nav ul li a{display:block;font-size:15px;line-height:40px;color:#fff;text-align:center;width:137.5px;height:40px;margin-top:-2px;}
	 #nav ul li:hover a{color:#fff;}
	 #nav ul li:hover a{display:block;background:url(../images/icon.png) no-repeat;background-position:-5px -710px;}
	 #nav ul li a.current{color:#fff;}
	 #nav ul li ul {
		 float:left;max-width:100%;
	position: absolute;
	z-index:99999999;
	top: 38px;
	left: 0;
	text-align:left;
	clear:both;
	opacity: 0;
	background:url(../images/op.png) repeat;
	*display:none;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
#nav ul li:hover > ul {
	opacity: 0.95;
	*display:block;
}
#nav ul li ul li {
	
	float:left;
	height: 0;
	overflow: hidden;
	padding: 0;
	display:block;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
#nav ul li:hover > ul li {
	height: 30px;
	line-height: 30px;
	overflow: visible;
	font-size:14px;
	display:block;
	padding: 0;
}
#nav ul li ul li a {
	
	display:block;
	padding-left:15px;
	text-align:left;
	height: 30px;
	*min-width:150px;
	white-space:nowrap;
	font-size:13px;
	line-height: 30px;
	margin: 0;
	font-family:"宋体";
}
#nav ul li:hover ul li a{background:url(../images/jt.png) no-repeat 2% 50% #004ea2;color:#fff;}
#nav ul li ul li:hover a{background:url(../images/jt.png) no-repeat 2% 50% #ff8f00;color:#fff;}
#nav .current-post-ancestor a,#nav .current-menu-parent a, #nav .current-menu-item a, #nav .current_page_item a {background:url(../images/icon.png) no-repeat -5px -710px;}
#nav .current-menu-item a{color:#FFF}
/* banner */
.banner{position:relative;min-width:1100px;height:516px;*z-index:20;}
.banner ul.slides li{height:auto;}
.banner-link{width:1100px;position:absolute;left:50%;margin-left:-550px;bottom:20px;z-index:1;text-align:center;}
.banner-link li{text-align:left;display:inline-block;width:235px;height:98px;margin-right:20px;background:url(../images/bg.png) no-repeat;*display:inline;zoom:1;}
.banner-link li img{float:left;margin:12px 10px 0 12px;}
.banner-link li h3{font-size:22px;color:#fff;margin:23px 0 0 0;line-height:normal;}
.banner-link li h3 span{font-size:12px;display:block;}
.banner-link li:hover{background-position:0 -98px;transition: all 40ms ease;}
.pagebanner{height:350px;}
.pagebanner ul.slides li{height:auto;}

.banner{max-width:100%;height:auto;margin:0 auto;}
	  .flex-active-slide li{max-width: 100%;float: left;margin-right: -100%;position: relative;opacity: 1;display: block;z-index: 2;height: auto;}

/* col-2 */
ul.col-2 li{width:48%;*width:47.9%;margin-right:4%;}
ul.col-2 li.nomargin{margin-right:0;}

/* col-3 */
ul.col-3 li{width:24%;*width:22.9%;margin-right:1%;}
ul.col-3 li.nomargin{margin-right:1%;}

/* col-4 */
ul.col-4 li{width:23.5%;*width:23.4%;margin-right:2%;}
ul.col-4 li.nomargin{margin-right:0;}

/* col-5 */
ul.col-5 li{width:18.4%;margin-right:2%;}
ul.col-5 li.nomargin{margin-right:0;}
ul.col-2 li img,ul.col-3 li img,ul.col-4 li img,ul.col-5 li img{max-width:100%;}

/* module public */
.module-tip{text-align:center;color:#414141;margin-bottom:30px;background:url(../images/tipline.png) -1px 60% repeat-x;}
.module-tip h3{font-size:24px;line-height:normal;margin:0 auto;}

/* homecp-wrap */
.homecp-wrap{padding:30px 0 0 0;}
.homecp,.about-con,.new-con{position:relative;}
.tuchu{margin-top:-50px;}
.celanfenlei{width:23%;*width:21%;margin-right:2%;float:left;height:auto;border-radius:6px;position: relative;z-index:5;}	 
.celanfenlei p.tip{height:42px;line-height:42px;text-align:center;background:url(../images/cpcatbg.png) no-repeat;color:#fff;font-size:22px;}
.celanfenlei .liebiao{margin-top:5px;}
.celanfenlei .liebiao ul li{background:url(../images/jts.png) no-repeat 6% 50% #f1f1f1;line-height:26px;margin-left:5px; } 
.celanfenlei .liebiao ul li a{display:block;*line-height:25px;*height:25px;position:relative;font-weight:700;border-radius:5px;-webkit-border-radius:5px;margin: 0 0 6px 0px;padding: 8px 30px;}	 
.celanfenlei .liebiao ul li:hover{background:url(../images/icon.png) no-repeat;background-position:-4px -435px;color:#fff;}
.celanfenlei .liebiao ul li a:hover{color:#fff;}
.celanfenlei .current-post-ancestor a,.celanfenlei .current-menu-parent a,.celanfenlei .current-menu-item a,.celanfenlei .current_page_item a {display:block;background:url(../images/icon.png) no-repeat;background-position:-4px -435px;color:#fff;}
.cplist{width:75%;}
.cplist ul li{font-size:12px;}
.cplist ul li .desc{padding:8px;}
.cplist ul li img{display:block;max-width:100%;}
.cplist ul li h3.title{font-size:12px;font-weight:700;color:#6e6e6e;text-align:center;padding:8px 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.cplist ul li:hover h3{color:#014fa2;}
.cpcat-link{margin-bottom:25px;padding:10px 0;border-style:solid;border-width:0 1px 1px 1px;border-color:#0350a3;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

/* search */
.search-wrap{background:url(../images/op.png) repeat;padding:12px 0;overflow:hidden;position:absolute;width:100%;bottom:0;left:0;z-index:16;}
.search-wrap .search{overflow:hidden;*clear:both;height:auto;line-height:normal;text-align:left;}
.hotsearch{width:80%;line-height:25px;font-size:12px;}
.search-input{width:20%;*width:16.5%;position:relative;}
.hotsearch span.tip{margin-right:8px;color:#b8b9b7;}
.hotsearch span.tip i{color:#ffba00;font-size:20px;position:relative;top:3px;}
.hotsearch a{font-size:12px;color:#b8b9b7;margin-right:5px;}
.hotsearch a:hover{color:#ffba00;}
.search-input .submiticon{width:40px;position:absolute;right:0;top:0;text-align:center;z-index:1;}
.search-input .submiticon i{margin:0;line-height:25px;font-size:18px;}
.search-input input{height:25px;font-size:12px;line-height:25px;padding:0 10px;border:none;float:left;}
.search-input input[type="text"]{background:#ecedec;border-radius:15px;}
.search-input input[type="submit"]{z-index:2;position:absolute;right:0;top:0;width:40px;cursor:pointer;line-height:normal;padding:0;background:none;}
.search-input:hover i{color:#90c31f;}

/* ad-wrap */
.ad-wrap{height:auto;position:relative;max-width:100%;}
.ad-wrap img{max-width:100%;}
.ad-wrap .ad-con{position:relative;color:#ff8f00;height:197px;}
.ad-wrap .ad-desc{position:absolute;width:260px;top:75px;left:860px;}
.ad-wrap .ad-desc span{font-size:28px;font-weight:700;line-height:normal;}
.ad-wrap .ad-con a.ordernow{position:absolute;right:15px;overflow:hidden;text-indent:-9999px;bottom:30px;text-align:center;width:155px;height:35px;}

/* tpl-wrap */
.tpl-wrap{padding:240px 0 0 0;margin:15px 0 0 0;background:url(../images/oddsbg.jpg) top center no-repeat;}
.tpl-con{background:url(../images/tplconbg.jpg) left top no-repeat;}
ul.tplitem{}
ul.tplitem li{*overflow:hidden;*clear:both;position:relative;}
ul.tplitem li .desc{width:46%;position:relative;}
ul.tplitem li .desc h2.title{font-size:30px;color:#404040;line-height:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
ul.tplitem li .desc h3.subtitle{font-size:20px;color:#404040;margin:5px 0 40px 0;}
ul.tplitem li .desc p{font-weight:700;color:#484848;}
ul.tplitem li .desc p i{color:#ff8b00;margin-right:10px;}
ul.tplitem li .desc .saletel{padding-left:50px;}
ul.tplitem li .desc .saletel,ul.tplitem li .desc .saletel p{font-size:18px;font-style:normal;margin-bottom:0;}
ul.tplitem li .desc .saletel span{color:#ff8f00;}
ul.tplitem li .pic{position:absolute;z-index:1;}
ul.tplitem li.odd .desc{float:right;width:53%;}
ul.tplitem li.odd .desc h3.title{text-align:center;font-size:36px;margin-top:15px;}
ul.tplitem li.item0{height:326px;}
ul.tplitem li.item0 .desc{margin:-5px 0 0 80px;}
ul.tplitem li.item0 .pic{right:0;top:-50px;}
ul.tplitem li.item1{height:360px;}
ul.tplitem li.item1 .pic{left:30px;top:20px;}
ul.tplitem li.item1 .desc{padding-left:120px;margin-top:30px;}
ul.tplitem li.item2{height:360px;}
ul.tplitem li.item2 .pic{right:0;top:0;}
ul.tplitem li.item2 .desc{margin:30px 0 0 80px;}

/* about-wrap */
.about-wrap{background:#f9f9f9;padding:40px 0 20px 0;}
.about-con{*clear:both;}
.about-pic{position:relative;width:40%;margin-right:3%;margin-top:3px;}
.about-pic img{width:100%;}
.about-pic .flex-control-paging{height:16px;text-align:right;bottom:15px;right:5px;}
.about-pic .flex-control-paging li{margin:0 3px 0 0;}
.about-pic .flex-control-paging li a{text-indent:0;background:#373737;width:16px;height:16px;line-height:16px;font-size:12px;text-align:center;border-radius:0;-webkit-border-radius:0;color:#fff;}
.about-pic .flex-control-paging li a:hover,.about-pic .flex-control-paging li a.flex-active{color:#fff;background:#ff8f00;}
.about-desc{width:57%;}
.about-desc .txt{text-align:justify;text-indent:2em;}
.about-desc h3.title{font-size:16px;font-weight:700;margin:-5px 0 10px 0;}
.about-desc a.viewmore{position:absolute;bottom:-31px;left:0;z-index:1;color:#004ea2;line-height:normal;font-size:12px;}
.about-desc a.viewmore:hover{color:#ff8f00;}

/* honor */
.honor{margin-top:10px;*clear:both;}
.honor h3.tip{*display:none;}
.honor-photo{position:relative;}
ul.honor-slider{overflow:hidden;*clear:both;}
ul.honor-slider li{margin-right:15px;}
ul.honor-slider li img{max-width:100%;}
.honor-photo .flex-direction-nav a:before{display:none;}
.honor-photo .flex-direction-nav a{top:50%;margin-top:-17.5px;width:35px;height:35px;background:url(../images/icon.png) no-repeat;}
.honor-photo .flex-direction-nav .flex-prev{left:-40px;background-position:-108px -5px;}
.honor-photo .flex-direction-nav .flex-next{right:-38px;background-position:-146px -5px;}

/* news-wrap */
.news-wrap{padding:40px 0 0 0;}
.homenews{overflow:hidden;*clear:both;*height:300px;}
ul.home-news-list{margin:10px 0 20px 0;}
ul.home-news-list li{overflow:hidden;background:#f9f9f9;margin-bottom:20px;height:120px;position:relative;}
ul.home-news-list li .pic{width:37%;margin-right:2%;}
ul.home-news-list li .pic img{width:100%;max-width:100%;height:120px; border:#CCC 1px solid;}
ul.home-news-list li .desc{width:61%;font-size:12px;color:#707070;}
ul.home-news-list li .desc h3{color:#757575;font-size:16px;font-weight:700;margin:10px 0 5px 0;}
ul.home-news-list li .desc .txt{padding-right:10px;height:45px;overflow:hidden;margin-bottom:5px;text-align:justify;}
ul.home-news-list li .desc span.time{color:#d0d0d0;}
ul.home-news-list li span.more{color:#004ea2;position:absolute;right:10px;bottom:0;z-index:1;}
ul.home-news-list li:hover{background:#004ea2;}
ul.home-news-list li:hover .desc,ul.home-news-list li:hover .desc h3,ul.home-news-list li:hover .desc span.more{color:#fff;}

/* link-wrap */
.link-wrap{background:#004793;padding:8px 0;font-size:12px;color:#367ecb;border-top:1px solid #0f58a7;border-bottom:1px solid #124b87;}
.link span.tip{margin-right:8px;}
.link a{font-size:12px;line-height:22px;position:relative;margin-right:15px;color:#367ecb;}
.link a:after{position:absolute;content:"";width:1px;height:12px;background:#367ecb;top:3px;right:-9px;}
.link a.lastlink:after{display:none;}
.link a:hover{color:#fff;}

/* position */
.position{color:#999;font-size:12px;position:absolute;right:0;top:30px;}
.position a{color:#999;}
.position a:hover{color:#004ea2;}

/* page-wrap public */
.page-wrap{padding:0 0 30px 0;position:relative;*z-index:99;}
.sidebar{width:23.5%;*width:21%;margin-right:2%;position:relative;z-index:17;padding-bottom:40px;}
.content{width:74.5%;padding-top:15px;}
.sidebar .cpcat{width:auto;margin-top:-50px;}
.sidebar .page-cpcat a{}
h3.cage-name{padding:5px 0;color:#666;font-size:18px;font-weight:700;padding:5px 0 10px 0;margin-bottom:15px;background:url(../images/line.jpg) left bottom repeat-x;}
h3.cage-name span.icon{width:26px;height:26px;background-position:-217px -6px;margin-right:8px;}

/* item-list */
ul.item-list{}
ul.item-list li{font-size:12px;}
ul.item-list li .desc{padding:8px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
ul.item-list li img{border:1px solid #e2e2e2;display:block;width:198px; height:142px;}
ul.item-list li h3.title{font-size:12px;font-weight:100;color:#6e6e6e;text-align:center;padding:8px 0px;overflow:hidden;}
ul.item-list li:hover img{border:1px solid #014fa2;}
ul.item-list li:hover h3{color:#014fa2;}

/* about page */
.aboutus{background:url(../images/aboutbg.jpg) left top no-repeat;}
.aboutus .titlelist{color:#616161;font-size:16px;font-weight:700;padding:250px 0 30px 270px;}
.aboutus .titlelist p{margin:4px 0;}
.aboutus .titlelist i{color:#ff8f00;margin-right:20px;}
ul.aboutpic{margin-top:40px;}
ul.aboutpic li img{width:100%;height:97px;}

/* news index list */
ul.news-list{margin:30px 0;}
ul.news-list li{overflow:hidden;margin-bottom:15px;padding-bottom:15px;border-bottom:1px dotted #ddd;}
ul.news-list li a{background:url(../images/jts.png) left center no-repeat;}
ul.news-list li h3{color:#525252;font-size:12px;font-weight:100;font-family:"宋体";position:relative;line-height:13px}
ul.news-list li h3 span.jt{padding-right:8px;}
ul.news-list li span.time{position:absolute;right:0;top:0;z-index:1;}
ul.news-list li h3 i{color:#124b87;margin-right:10px;}
ul.news-list li:last-child{margin-bottom:0;}
ul.news-list li:hover h3{color:#124b87;}

/* view-info */
.view-info{margin:15px 0 25px 0;padding:4px 0;*padding:10px 0 4px 0;font-size:12px;text-align:center;color:#a0a0a0;font-family:宋体;position:relative;background:#f1f1f1;}
.view-info span{margin:0 10px;}

/* item-view */
.item-view{margin:30px 0;*overflow:hidden;*clear:both;}
.itempic{position:relative;width:47%;margin-right:5%;*width:46%;border-radius:5px;-webkit-border-radius:5px;border:1px solid #e5e5e5;}
.itempic img{max-width:100%;width:100%;height:268px;border-radius:5px;-webkit-border-radius:5px;}
.itempic span.icon{background-position:-637px -6px;width:28px;height:28px;position:absolute;bottom:10px;right:10px;z-index:20;}
.itemdesc{width:48%;line-height:1.6;}
.itemdesc h1{padding:4px 0;color:#343434;font-size:20px;position:relative;margin-bottom:20px;}
.itemdesc .desc{font-size:12px;}
.itemdesc .desc span{font-weight:700;margin-right:10px;}
.itemdesc .desc strong.clicd{color:#ff7e00;display:block;margin:10px 0;font-weight:bold;}
.picslider{position:relative;}
.picslider .flex-control-nav{bottom:15px;}
.picslider .flex-control-paging li a{background:#ccc;}
.picslider .flex-control-paging li a:hover,.picslider .flex-control-paging li a.flex-active{background:#0077c1;}
.call-input{overflow:hidden;*clear:both;margin-top:20px;}
.call-input input{border:0;background:none;padding:0;height:35px;line-height:35px;}
.call-input input[type="text"]{width:52%;margin-right:2%;border-bottom:2px solid #ff8e00;}
.call-input input[type="submit"]{background:url(../images/icon.png) no-repeat;width:46%;color:#fff;height:35px;line-height:normal;cursor:pointer;margin:2px 0 0 0;font-size:16px;text-align:center;background-position:-596px -125px;}
.call-input input[type="submit"]:hover{color:#000;}
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask{position:absolute;background:url(../images/mask.png) repeat;cursor:move;z-index:1;}
.pn-btn{margin-top:30px;}
.pn-btn a{display:block;color:#707070;padding:2px 0;}
.pn-btn a i{margin-right:20px;}
.pn-btn a strong{margin-right:8px;}
.pn-btn a:hover{color:#ff8e00;}

/* editor public*/
.editor{color:#444;margin:10px 0;font-size:13px;}
.editor img{}
.editor h3.tip{font-size:16px;}
/*.editor p{text-indent:2em;}*/
.share{}
.kword{color:#3f3f3f;font-size:12px;margin:20px 0;}
.prokword{background:#f3f3f3;padding:5px 8px;}
.itempn{padding:0 10px;background:#f1f1f1;font-size:12px;*clear:both;overflow:hidden;}
.itempn span{padding-left:30px}
.itempn a{margin:3px 0;font-size:12px;color:#a0a0a0;width:50%;}
.itempn a.next{text-align:right;}
.itempn a:hover{color:#004ea2;}
.relpro{float:left;margin:20px 0 0 0;}
.relpro h3.tip{font-size:16px;margin-bottom:15px;}

/* footer-wrap */
.footer-wrap{background:#004ea2;overflow:hidden;padding:40px 0;}
.footer-menu{color:#d7d7d7;}
ul.menulink{*clear:both;overflow:hidden;}
ul.menulink li{font-size:12px;position:relative;min-height:140px;}
ul.menulink li a{color:#d7d7d7;}
ul.menulink li a:hover{color:#fff;}
ul.menulink li.itemlink{width:16.5%;*width:16%;}
ul.menulink li.aboutlink{width:12%;}
ul.menulink li.newslink{margin-right:5%;}
ul.menulink li.itemlink a{display:block;}
ul.menulink li .info h3.title{color:#fff;font-size:16px;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #fff;position:relative;}
ul.menulink li .info h3.title .line{position:absolute;width:20px;height:1px;background:#ff8f00;bottom:-1px;*bottom:3px;left:0;}
ul.menulink li.business .info,ul.menulink li.newslink .info{margin-left:60px;}
ul.menulink li.contactinfo{width:50%;position:relative;height:170px;}
ul.menulink li.contactinfo:after{display:none;}
ul.menulink li.contactinfo .desc{margin-left:250px;}
ul.menulink li.contactinfo .sns{position:absolute;left:0;top:5px;width:240px;z-index:1;}
ul.menulink li.contactinfo .sns img{width:100%;display:block;margin-bottom:5px;}
ul.menulink li.contactinfo .sns .mobile,ul.menulink li.contactinfo .sns .wechat{text-align:center;width:40%;display:inline-block;vertical-align:middle;*display:inline;zoom:1;}
ul.menulink li.contactinfo .sns .mobile{margin-right:5%;}
ul.menulink li.contactinfo .cinfo{padding-left:15px;}
ul.menulink li.contactinfo .cinfo p i{width:18px;text-align:center;font-size:14px;color:#fff;}
.hotline{position:relative;padding-left:55px;font-size:14px;margin-bottom:10px;color:#fff;}
.hotline .icon{position:absolute;width:45px;height:45px;background-position:-63px -84px;left:0;top:10px;}
.hotline .telnum{font-size:28px;line-height:normal;}

/* copyright-wrap */
.copyright-wrap{background:#003d7e;padding:5px 0;color:#c8c8c8;clear:both;font-size:12px;text-align:center;width:100%;overflow:hidden;}
.copyright a{color:#c8c8c8;text-decoration: none;font-size:12px;}
.copyright a:hover{text-decoration:underline;color:#fff;}
.icp{width:60%;font-size:12px;text-align:left;}
.c-menu{width:40%;text-align:right;}
.c-menu a.maillogin{margin-right:60px;margin-left:20px;}
.c-menu a.maillogin:before{position:absolute;left:-12px;top:5px;height:12px;content:"";}
#page{clear:both;line-height:25px;margin:50px 0;text-align: center;}
#page a{background:#f0f0f0;border:1px solid #e2e2e2;border-radius:0.4em;color: #626262;display: inline-block;font-size:16px;line-height:30px;margin:0 3px;padding:0 10px;text-align:center;}
#page a:hover{background: #014fa2;border:1px solid #014fa2;color:#fff;}
#page a:active {background:#014fa2;}
#page span.current {background:#014fa2;border:1px solid #014fa2;border-radius:0.4em;-webkit-border-radius:0.4em;color:#fff;display:inline-block;font-size:16px;line-height:30px;margin:0 3px;padding:0 10px;text-align:center;}
#page span.disabled {color:#adaaad;margin-right:3px;padding:2px 6px;}


.more2 { display:block; margin:12px auto 0px 20px;border-radius: .3em;}

.more2 a{ display:block;font:14px "Microsoft YaHei";color:#fff;padding:3px 20px 5px 20px;  text-align:center;background:#58bb00;border-radius: .3em;}

.more2 a:hover{ display:block;color:#fff; background:#2ba700; text-decoration:none;border-radius: .3em;}

ul.input li input#dosubmit{border:none;background:#58bb00;color:#fff;padding:5px 0;font-size:14px;cursor:pointer;}

ul.input li input#dosubmit:hover{background:#2ba700;}

/*-----------留言详细调用---------*/

#homemessage {

	width: 100%;

	margin: 0px auto;

	margin-bottom:50px; padding-top:20px;

}

#homemessage header {

	height: 30px;

	line-height: 30px;

	text-align: left;

}

#homemessage ul {

	width: 408px;

	margin: 0px;

	padding: 0px;

	list-style: none;

}

#homemessage ul li {

	float:left;

}

#homemessage ul li h2 {

	float: left;

	width: 15%;

	font-size: 12px;

	color:#ffffff;

	 font-weight:normal;

	text-align: left;

}

#homemessage ul li input {

	padding-left:3px;}

#homemessage .hometijiao{text-align:center;}

#homemessage ul li span{float: left;height: 20px;margin-top:2px;text-align: left; width: 84%;}

.homebiaodan {

	height: 25px;

	line-height:25px;

	width: 408px;

padding-left:5px;

	border: solid 1px #b7b7b7;

     background: #f5f5f5;

}

.homebiaodanda {

	border: #CCC 1px solid;

	height: 25px;

	padding-left:5px;

	width: 408px;

    background: #f5f5f5;

}

.homebiaodanda2 {

	border: #CCC 1px solid;

	height: 100px;

padding-left:5px;

	width: 408px;

    background: #f5f5f5;

}

.homeyanzhengmainput {

	height: 25px;

	line-height:25px;

	float:left;

padding-left:5px;

	width:100px;

	border: solid 1px #b7b7b7;

     background: #f5f5f5;

}

.hometijiao {

	width: 150px;

	height: 30px;

	line-height:22px;

	color:#FFF;

	font-size: 14px;

	font-family:Arial;

	font-weight: bold;


    background: #ff6600;

	border:0;

}

.yanzheng {

	width: 230px;

	height: 30px;

	 float:left;

}

.send {

	width: 150px;

	height: 30px;

	 float:right;

}

#homecontact-form{width:500px; margin:0 auto;}

#homecontact-form ul li{margin-bottom:8px;}

#homecontact-form H2{ font-size:14px; color:#FFF; }

/*-----------留言详细调用---------*/

#message {

	width: 990px;

	margin: 0px auto;

	margin-bottom:50px;

}

#message header {

	height: 35px;

	line-height: 35px;

	text-align: left;

}

#message ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}

#message ul li {

	width: 100%;

	clear: both;

	margin-bottom: 5px;

}

#message ul li h2 {

	float: left;

	width: 25%;

	font-size: 16px;

	font-family:Arial;

	color:#434343;

	font-weight: bold;

	text-align: left;

}

#message ul li input {

	padding-left:10px;}

#message .tijiao{text-align:center;}

#message ul li span{float: right;height: 25px;margin-top: 9px;text-align: left; width: 70%;}

.biaodan { height:30px; line-height:30px;

	width: 100%;

	-moz-box-shadow: inset 0 0 5px 1px #ebebeb;

	-webkit-box-shadow: inset 0 0 5px 1px #ebebeb;

	box-shadow: inset 0 0 5px 1px #ebebeb;

	border-radius: .2em;

	border: solid 1px #b7b7b7;

     background: #f0f0f0;

}

.biaodanda {

	border: #CCC 1px solid;

	height: 90px;

	width: 100%;

	-moz-box-shadow: inset 0 0 5px 1px #ebebeb;

	-webkit-box-shadow: inset 0 0 5px 1px #ebebeb;

	box-shadow: inset 0 0 5px 1px #ebebeb;

	border-radius: .2em;

	border: solid 1px #b7b7b7;

    background: #f0f0f0;

}

.yanzhengmainput {

	height: 28px;

	float:left;

	width:30%;

	border: solid 1px #b7b7b7;

     background: #f0f0f0;

}

.yanzhengma input{ float:left;}

.yanzhengma sapn{  float:left;}

.tijiao {

	width: 150px;

	height: 40px;

	color:#FFF;

	display: block;

	font-size: 16px;

	font-family:Arial;

	font-weight: bold;

    border: solid 1px #da7c0c;

	 border-radius: .2em;

    background: #f78d1d;

    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#ff7200));

    background: -moz-linear-gradient(top,  #faa51a,  #ff7200);

    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#ff7200');

	margin-top:20px;

}

@font-face {font-family: "iconfont";

  src: url('/Public/icon/iconfont.eot'); /* IE9*/

  src: url('/Public/icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

  url('/Public/icon/iconfont.woff') format('woff'), /* chrome、firefox */

  url('/Public/icon/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url('/Public/icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */

}

.iconfont {

  font-family:"iconfont" !important;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}

.text8{ font-size:8px;}

.text10{ font-size:10px;}

.text12{ font-size:12px;}

.text14{ font-size:14px;}

.text16{ font-size:16px;}

.text18{ font-size:18px;}

.text20{ font-size:20px;}

.text22{ font-size:22px;}

.text24{ font-size:24px;}

.text26{ font-size:26px;}

.text28{ font-size:28px;}

.text30{ font-size:30px;}

.text32{ font-size:32px;}

.text34{ font-size:34px;}

.text36{ font-size:36px;}

.text48{ font-size:48px;}

.text50{ font-size:50px;}

.red{ color:#de0002;}

.green{ color:#d20004;}

.blue{ color:#0193d1;}

.gray{ color:#b1b1b1;}

.white{ color:#ffffff;}

.red{ color:#e70012}

.red a{ color:#e70012}

.p20{ padding-left:20px;}



/*-----错误提示框----*/

#error{height:100%;padding:0;}

.jump {padding:140px 0 200px 0;}

.jump div{width:450px;position:relative;left:48%;margin-top:10%;margin-left:-225px;margin-right:-225px;border:1px solid #FF7200; border-radius: .3em;}

.jump div p{color:#000;font:16px "Microsoft YaHei";text-align:center;margin-bottom:20px;}

.jump div p.msg-title{font:24px "Microsoft YaHei";color:#fff;background:#FF7200;}

.jump div p.notice span,.jump div p.notice a{color:#FF5500;font:bold 16px Arial;}

.jump div p.notice a:hover{color:#000;}
/* joblist */
ul.job-list{margin:20px 0 30px 0;}
ul.job-list li{overflow:hidden;height:175px;*width:31.5%;margin-bottom:20px;border:1px solid #ddd;border-radius:8px;-webkit-border-radius:8px;background:#f3f3f3 url(../images/joblistbg.jpg) center center no-repeat;}
ul.job-list li .jobinfo{padding:13px;}
ul.job-list li .jobinfo h3{font-size:18px;color:#434343;padding-bottom:3px;margin-bottom:10px;border-bottom:1px solid #a6a6a6;}
ul.job-list li .jobinfo .desc{position:relative;}
ul.job-list li .jobinfo .desc .photo{position:absolute;width:100px;height:100px;z-index:1;left:8px;top:2px;border-radius:50%;-webkit-border-radius:50%;}
ul.job-list li .jobinfo .desc .txt{margin-left:130px;line-height:1.5;}
ul.job-list li .jobinfo .desc .txt a{display:inline-block;vertical-align:middle;margin-top:12px;background:#7dcd00;color:#fff;padding:2px 0 4px 0;width:49%;*width:48%;border-radius:4px;-webkit-border-radius:4px;text-align:center;line-height:normal;}
ul.job-list li .jobinfo .desc .txt a.more{margin-right:2%;}
ul.job-list li .jobinfo .desc .txt a:hover{background:#1650A4;}

/* job-apply */
.job-content{ width:1100px; border:#CCC 2px dotted;border-radius: .5em; padding:10px; margin:20px auto;}
.job-content h3.title{font-size:16px;color:#434343;font-weight:700;padding-bottom:8px;margin-bottom:25px;border-bottom:1px solid #d7d7d7;}
ul.job-input{background:url(../images/jobapplybg.jpg) 90% top no-repeat;}
ul.job-input li{position:relative;padding-left:110px;margin-bottom:15px;}
ul.job-input li .tip{position:absolute;width:100px;text-align:right;left:0;top:0;z-index:1;}
ul.job-input li input,ul.job-input li textarea{padding:3px 10px;border:1px solid #d5d5d5;border-radius:5px;-webkit-border-radius:5px;background:#f7f7f7;color:#000;}
ul.job-input li textarea{min-height:120px;*width:97%;*margin-top:-15px;}
ul.job-input li.narrow input{width:33%;}
ul.job-input li input[type="radio"]{width:auto;*background:none;*border:none;}
.job-content #doapply,.job-view a.applynow{border:none;line-height:28px;cursor:pointer;width:225px;border-radius:5px;-webkit-border-radius:5px;margin:40px auto 20px;display:block;background:#7dcd00;color:#fff;font-size:15px;}
.job-content #doapply:hover,.job-view a.applynow:hover{background:#FF5108;}

/* job-view */
.job-view{color:#434343;}
.job-view p{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e2e2e2;}
.job-view p span.tip{margin-right:10px;}
.requirements{border-bottom:1px solid #e2e2e2;padding-bottom:30px;}
.requirements p{border:none;margin-bottom:0;padding-bottom:0;}
.job-view a.applynow{text-align:center;}
.job-view a.hrmail{text-transform:uppercase;}

/* font-awesome.min.css */
@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=4.2.0');src:url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}


/*flexslider.css*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */

@font-face {
  font-family:'FontAwesome';
  src:url('../font/fontawesome-webfont.eot?v=4.1.0');
  src:url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
		url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'),
		url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
		url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
		font-weight:normal;
		font-style:normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {background:#EBEDEF; position: relative;zoom: 1; margin:0; padding: 0;z-index:1;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* flexslider img */
.flexslider img{max-width:100%;width:100%;height:auto;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 32px; height: 36px; line-height:38px; text-align:center;background:#f40121;position: absolute; top:49%; z-index: 10; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev {left:0px;}
.flex-direction-nav .flex-next {right:0px;text-align:center;}
.flexslider:hover .flex-prev {left:10px;}
.flexslider:hover .flex-next {right:10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=0);cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; display: inline-block;font-size:25px; content: '\f053';color:#fff; }
.flex-direction-nav a.flex-next:before  { content: '\f054'; color:#fff;}

/* serviceslist Direction Nav */
.serviceslist .flex-direction-nav .flex-prev {left:-35px;}
.serviceslist .flex-direction-nav .flex-next {right:-80px;text-align:center;}
.serviceslist .flexslider:hover .flex-prev {left:-35px;}
.serviceslist .flexslider:hover .flex-next {right:-80px;}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "FontAwesome"; font-size: 20px; display: inline-block; content: '\f04c'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f04b'; }

/* Control Nav */
.flex-control-nav {width: 100%;position:absolute;bottom:70px;text-align:center;z-index:16;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #fff;  cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.flex-control-paging li a:hover { background: #ff8f00; }
.flex-control-paging li a.flex-active { background: #ff8f00; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;top:40%;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;top:40%;}
}




.pager
{
	text-align: center;
	margin-top: 30px;
	font-family: arial;
}
.pager a
{
	display: inline-block;
	border: solid 1px #cbcbcb;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-left: 10px;
}

.pager span
{
	display: inline-block;
	border: solid 1px #cbcbcb;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 10px;
}
.pager a:hover, .pager .cpb
{
	background: #b60005;
	color: #fff;
	border: solid 1px #b60005;
}

.message
{
	border: solid 1px #c7c7c7;
	padding: 70px 0 60px 60px;
	position: relative;
}
.message li
{
	margin-top: 20px;
	overflow: hidden;
}
.message li p
{
	float: left;
	width: 410px;
}
.message li span
{
	display: inline-block;
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
.message li input
{
	border: solid 1px #7f7f7f;
	width: 268px;
	padding: 0 5px;
	height: 22px;
	line-height: 20px;
}
.message li input:focus
{
	border: solid 1px #b60005;
}
.message li input[type="button"]
{
	background: #828282;
	height: 36px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 752px;
}
.message li textarea
{
	border: solid 1px #7f7f7f;
	width: 678px;
	padding: 5px;
}
.message li em
{
	font-family: arial;
	color: #f00;
	padding-left: 5px;
}

/*# sourceMappingURL=slick.css.map */
.main .article p.nocomments{padding:10px 15px}.comments-main{margin-bottom:10px;width:675px;margin-left:10px;background:#fff}.comments-main .pagination{margin-right:15px}.commenttitle{padding:8px 0 8px 15px}.commentlist{padding:0 15px}.commentlist .comment{border-top:1px #e6e6e6 dashed;list-style:none}.commentlist li.comment ul.children{margin-left:30px}.commentlist li.comment ul li.comment ul.children{margin-left:0}.commentlist .depth-1{margin:0}.commentlist li{position:relative}.commentlist .comment-body{padding:8px 0 6px 0}.commentlist .comment-body:hover{background:#fafafa}.commentlist .comment-body p{margin:5px 30px 2px 56px;color:#888;line-height:22px}.reply{font-size:12px}.commentlist .reply a:link,.commentlist .reply a:visited{color:#777}.commentlist .reply a:hover{color:#08d}.datetime{margin-right:10px;color:#777;font-size:12px}.floor{margin-right:10px;color:#777;font-size:12px}.commentlist a:link,.commentlist a:visited{color:#08d;text-align:center}.commentlist a:hover{color:#777;text-align:center}.commentmetadata{margin-left:50px;color:#aaa;text-shadow:0 1px 0 #fff}ol.commentlist li div.comment-author img.avatar{position:relative;float:left;margin:0 10px 0 0;padding:2px;width:40px;height:40px;border:1px solid #e6e6e6;background:#fff;background:#fff;-webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;-ms-transition:.8s}#respond_box{clear:both;padding:0 15px;border-top:1px solid #eaeaea}#respond{overflow:hidden;padding-bottom:10px}.article #respond h3{padding:0}#comment{background:#fff}.cancel-comment-reply a{color:#08d;font-size:13px}.cancel-comment-reply a:hover{color:#777;font-size:13px}#commentform label{color:#777}#commentform input{margin:3px 10px 3px 0;padding:3px;width:180px;border:1px solid #ddd;font-family:Microsoft Yahei}#commentform input:focus{border:1px solid #ccc}#commentform #author,#commentform #email{padding:5px 5px 5px 15px}#commentform textarea{margin-top:4px;padding:5px 15px;width:75%;height:120px;border:1px solid #ddd;font-size:13px;font-family:Microsoft Yahei}#commentform textarea:focus{border:1px solid #ccc}#commentform input#submit,#commentform input#reset{margin-top:8px;width:100px;height:30px;border:1px solid #ddd;background:#eaeaea;color:#555;text-align:center;font-family:Microsoft Yahei}#commentform #submit:hover,#commentform #reset:hover{background:#ccc;color:#fff}#real-avatar .avatar{float:right;padding:2px;border:1px solid #ddd;background:#fff}#commentform a:link,#commentform a:visited{color:#08d;text-decoration:none}#commentform a:hover{color:#777;text-decoration:none}.ajaxcomm{height:30px;color:#777;line-height:30px}.widget .w_comment ul li{clear:both;overflow:hidden;height:45px;line-height:22px}.widget .w_comment ul li img.avatar{float:left;margin:3px 10px 0 0;width:40px;height:40px;border:1px solid #e6e6e6;background:#fff}
.clearfix
{
	clear: both;
}

.aligncenter {
   clear:both;display:block;margin:0 auto;max-width:100%;height:auto;
}
.wp-caption-text{text-align:center;}




.pager
{
	text-align: center;
	margin-top: 30px;
	font-family: arial;
}
.pager a
{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	margin-left: 10px;
}

.pager span
{
	display: inline-block;
	border: solid 1px #004ea2;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	margin-left: 10px;
}
.pager a:hover, .pager .cpb
{
	background: #004ea2;
	color: #fff;
	border: solid 1px #004ea2;
}


.fdd-six-list{display: inline-block;vertical-align: top;color: #fff;float: left;width: 220px;}
.fdd-six-list .six-title{font-size: 16px;padding-bottom: 10px;display: block;color: #fff;
font-weight: 700;}
.fdd-six-cont {
    margin-top: 15px;
}
.fdd-six-cont-inp {
    overflow: hidden;
}
.fdd-six-cont-inp div {
    float: left;
    /*width: 50%;*/
    box-sizing: border-box;
}
.fdd-six-cont-inp input {
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    line-height: 2.2;border-radius: 5px;
}
.fdd-six-cont-inp .left-10 {
    padding-left: 8px;
}
.fdd-six-textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    outline: 0;
    overflow: auto;border-radius: 5px;
}
.fdd-six-list .fdd-six-link {
    width: 100%;
    background: #fdd435;
    display: block;
    color: #333;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
	margin-top: 10px;cursor: pointer;
}
.fdd-six-list .fdd-six-link:hover{background:#edb805;color:#333}
.fdd-six-list {
    color: #fff;
}
.fdd-six-list a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}
.weirao{float: left; margin: 5px 10px 0 0; border: 1px solid #e0e0d0;}

/*二级展开*/
#menu{
width: 251px;	
}
#menu ul{
list-style: none;
margin: 0px;
padding: 0px;	
}
#menu ul li{
background-color: #eee;
height: 42px;
line-height: 42px;
text-align:center;
border-top: solid 1px #CCC;
position: relative;
}
#menu ul li ul{
display: none;
position: absolute;
left: 251px;
top: 0px;
width: 400px;
height: 420px;
background: #eee;
line-height: 26px;
padding:20px;
}
     .listtw {width:360px;line-height:30px;text-align:left;border-bottom:1px solid #ccc;}
	 .listtw a {color:red;font-weight:normal;font-size:14px;}
	 .listtw p {line-height:30px;width:360px;height:30px;text-align:left;font-size:12px;}
/*下面的选择器的意思是定义ID为menu下ul下li，当鼠标划过时ul的样式，这里设置为display:block*/
#menu ul li:hover ul{ 
display: block;
}
#menu ul li.current ul{
display: block;
}
#menu a{
text-decoration: none; /*去掉a的样式，下划线*/
color: #000; /*a标签默认颜色是蓝色，给他一个黑色*/
}
#menu a:hover{
color: #F00;
}
/*fenlei*/
.kg_li{float:left; width:200px; height:265px;background:url(../images/z7.jpg) no-repeat; margin-right:20px;}
.kg_li hover {border:none;}
/*footernew*/
.foot{ float:left;margin-top:20px;font-size:12px; width:710px; height:50px; line-height:50px; text-indent:130px;border:1px #666666 solid;background:url(../images/z9.jpg) no-repeat left top; color:#CCCCCC}
.foot a {color:#fff;}
.kh {width:100%; height:500px; border-top:15px #cccccc solid; background-color:#333333}
.ka {width:1140px;height:500px;margin:0 auto;padding-top:30px;font-size:12px;}
.ki { width:715px;height:248px;background:url(../images/z8.jpg) no-repeat center top ;float:left;font-size:14px;line-height:31px;margin-top:50px;}
.kha {width:100%; height:100px; border-top:10px #cccccc solid; background-color:#333333; color:#cccccc}
.kha a{ color:#ffffff}
.khb a{ margin:0px 10px}
.ki ul li { float:left; margin-left:5px; margin-right:60px;}
.ki ul li a{ color:#ffffff; display:block}
.kj { width:315px; height:215px;background-color:#FFFFE7}
.kja { width:150px; height:30px; line-height:30px; background-color:#FFFFFF; border:1px #dddddd solid}
.kjb { width:105px; height:30px; line-height:30px; background-color:#FFFFFF; border:1px #dddddd solid}

.myou{ width:300px;height:250px;background:url(../images/wechat.png) no-repeat right top;     background-size: 170px;color:#FFFFFF;float:right;margin-top:50px;}
.myou a{ color:#FFFFFF}
.jca img{ padding:2px;border:1px #cccccc solid; margin:0 5px}

/*ly*/
.book { width: 1138px; height:110px;  /* margin-left: -30px; */ }
.input_list_l { width: 580px; padding-top: 10px; padding-bottom: 20px;  text-align: left; float: left; }
.input_list_l .input { width: 270px; height: 30px; padding: 5px; border: none; background: #fafafa; margin-top: 10px; margin-left: 10px; text-indent: 10px; color: #a8a8a8 }
.input_list_r { float: left; text-align: left; width: 310px; padding-top: 10px; padding-bottom: 20px; text-align: left; }
.input_list_r .textarea { width: 290px; height: 70px; padding: 10px; border: none; background: #fafafa; margin-top: 10px; text-indent: 10px; color: #a8a8a8; overflow-y: hidden }
.book .send { float: left; width: 180px; height: 70px; background-color: #013665; margin-top: 20px; cursor: pointer; background-position: -110px -520px; line-height: 70px; text-indent: 30px; font-size: 20px; font-weight: bold; text-align: left; color: #FFF }
.book .send:hover { }
.fenweb { float: left; height: auto; width: 755px; margin-top: -10px; }
.banner_ny { height: 340px; width: 100%; }
.fenxi_tu { float: left; height: 386px; width: 290px; padding: 5px; border-bottom: 0px solid #ebebeb; border-right: 0px solid #ebebeb; }
.ft_ab .left .wz { width: 1140px; line-height: 28px; color: #fff; float: left; }
.ft_ab .left .wz p { width: 90%; line-height: 16px; color: #575757; font-size: 10px; margin-top: 5px; font-family: Verdana; }
.ft_ab .right { width: 400px; height: 216px; float: right; overflow: hidden; }
.ft_ab .right .tit { height: 50px; padding-bottom: 3px; background: url(../images/foot_x.png) no-repeat left bottom; margin-bottom: 16px; line-height: 50px; font-family: Verdana; font-size: 16px; color: #fff; font-weight: bold; }
.ft_ab .right .logo { height: 64px; width: 450px; padding-top: 16px; }
.ft_ab .right .logos { width: 118px; float: left; margin-right: 18px; height: 62px; border: 1px solid #1c1c1c; }
.ft_ab .right .logos:hover { border: 1px solid #fff; }
.logos .img { display: block; width: 118px; height: 40px; position: relative; }
.logos .img .t1 { display: block; width: 118px; height: 40px; position: absolute; left: 0; top: 0; }
.logos .img .t2 { display: block; width: 118px; height: 40px; position: absolute; left: 0; top: 0; }
.logos .wz { display: block; width: 118px; background-color: #2c2c2c; height: 22px; position: relative; }
.logos .wz .jd { width: 0%; height: 22px; position: absolute; left: 0; top: 0; background-color: #27a268; }
.logos .wz a.gs { display: block; width: 100%; height: 22px; text-align: center; line-height: 22px; color: #737373; position: absolute; left: 0; top: 0; }
.logos .wz a.gss { display: block; width: 100%; height: 22px; text-align: center; line-height: 22px; color: #fff; position: absolute; left: 0; top: 0; }
