/* CSS Document */

html,
body {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    color: #4d4d4d;
    height: 100%;
    font-family: "microsoft yahei";
    font-size: 14px;
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

form,
ul,
li,
table,
td,
p,
span,
h1,
h2,
h3,
h4,
h5,
img,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}
a,a:link,a:visited,a:focus,a:active{ text-decoration:none; outline: none; color:#333;}
a:hover{ color:#c8a74a;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.8;
}
.iconbg,.a_more{background-repeat: no-repeat;  display:block;overflow:hidden; line-height:9999px; text-indent:-9999px; cursor:pointer;}
.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 100%;
}

.qhd-content {
    text-align: left;
}

input {
    border: 0px;
    background: none;
    outline: none;
}



/*=============== public top start==================*/
/*top*/
.top-header {
    width: 100%;
    min-width: 1000px;
    background-color: rgba(255,255,255,0.6) !important; background-color: #fff; filter: alpha(opacity=60);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

.top-main {
    width: 1000px;
    height: 87px;
    margin: 0 auto;
}

.top-logo {
    width: 300px;
    height: 87px;
    overflow: hidden;
    float: left;
}
.top-main-right {
	width: 700px;
	height: 87px;
	overflow: hidden;
	float: right;
}
.top-header .language {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: right;
	text-align: right;
	
}
.top-header .language a,.top-header .language a:link,.top-header .language a:visited {
	font-size: 12px;
	color: #555;
	margin-left: 25px;
}
.top-header .language a:hover {
	color: #c8a74a;
}
.top-header .menu {
    width: auto;
    height: 87px;
    float: right;
    font-size: 14px;
}

.top-header .menu>ul>li {
    width: 95px;
    float: left;
    height: 57px;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.top-header .menu>ul>li>a {
    width: 95px;
    height: 57px;
	line-height: 57px;
    overflow: hidden;
    text-align:right;
    display: block;
	font-size: 15px;
	font-weight: bold;
}


.top-header .menu>ul>li>a,
.top-header .menu>ul>li>a:link,
.top-header .menu>ul>li>a:visited,
.top-header .menu>ul>li>a:hover {
    color: #000;
}

.top-header .menu>ul>li:hover>a,
.top-header .menu>ul>li:hover>a:link,
.top-header .menu>ul>li:hover>a:visited {
    
}

.top-header .menu>ul>li:hover>a>p,
.top-header .menu>ul>li:hover>a:link>p,
.top-header .menu>ul>li:hover>a:visited>p {
    color: #fff;
}

.top-header .menu>ul>li.cur>a,
.top-header .menu>ul>li.cur>a:link,
.top-header .menu>ul>li.cur>a:visited,
.top-header .menu>ul>li.cur>a:hover {
    
}
.top-header .menu>ul>li.cur>a>p,
.top-header .menu>ul>li.cur>a:link>p,
.top-header .menu>ul>li.cur>a:visited>p,
.top-header .menu>ul>li.cur>a:hover>p {
    color: #fff;
}

.top-header .menu ul li ul {
	width:124px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #888888;
    padding: 10px 0px;
    margin-top: 1px;
	position: absolute;
	z-index: 1000000;
	display: none;
}

.top-header .menu ul li:hover ul {
    display: block;
}

.top-header .menu ul li ul li {
    padding: 5px;
	text-align:center;
}

.top-header .menu ul li ul li a {
    line-height: 20px;
}

.top-header .menu ul li ul li a:link,
.top-header .menu ul li ul li a:visited {
    color: #666;
}

.top-header .menu ul li ul li a:hover {
    color: #eb3d00;
}


/*=============== public top end==================*/


/*=============== public navbar start==================*/

.navbar {
    float: left;
    border: 0px;
    background: #009b4d;
    height: 80px;
    margin: 0px;
    border-radius: 0px;
}


.navbar .navbar-nav,
.navbar .container,
.navbar .navbar-collapse {
    padding: 0px;
}

.navbar .navbar-nav li a {
    padding: 0px;
    padding-left: 1.6em;
    padding-right: 1.6em;
    border-right: 1px solid #008242 !important;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.navbar .navbar-nav .active>a,
.navbar .navbar-nav .active>a:hover,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:active,
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav .open a:focus {
    color: #fff;
    border-right: 1px solid #fe9100 !important;
    background: url(../images/u-1.jpg) no-repeat;
    background-size: 100% 100%;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    box-shadow: 0px 0px 0px 0;
    border: 0px;
    width: 14em;
    padding: 0px;
    height: 0px;
    overflow: hidden;
    display: block;
    transition: all 0.2s;
    background: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu li {
    background: #fff;
    overflow: hidden;
    border-radius: 0px;
}

.navbar .navbar-nav .dropdown:hover {
    background: url(../images/u-1.jpg) no-repeat;
    background-size: 100% 100%;
}

.navbar .navbar-nav .dropdown:hover a {
    border-right: 1px solid #008242 !important;
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
    height: 800px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    height: 52px;
    line-height: 52px;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #e6e6e6;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    color: #fff;
    background: #008241;
}


/*=============== public navbar end==================*/


/*=============== animate css start ===================*/

.not-animated {
    opacity: 0;
}


/*=============== animate css end ===================*/


/* ====== footer start ====== */

.foot_line2 {
	width: 100%;
	min-width: 1000px;
	background-color: #222;
	padding: 20px 0px;
	overflow: hidden;
}
.foot_line2 ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.foot_line2 ul li {
	width: 280px;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_line2 ul li .foot-top {
	width: 180px;
	line-height: 40px;
	overflow: hidden;
	height: auto;
	font-weight: bold;
	color: #c7a647;
	font-size: 20px;
	clear: both;
	border-bottom: 1px solid #fff;
}
.foot_line2 .ul-1{
	width: 224px;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_line2 .ul-1 li{
	width: 112px;
	float: left;
	line-height: 22px;
	margin-top: 13px;
}
.foot_line2 .ul-1 li a,.foot_line2 .ul-1 li a:link,.foot_line2 .ul-1 li a:visited{
	font-size: 12px;
	color: #fff;
}
.foot_line2 .ul-1 li a:hover {
	color: #c8a74a;
}
.foot_line2 .address {
	width: 230px;
	height: auto;
	overflow: hidden;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}
.ewm {
	width: 100%;
	height:auto;
	overflow: hidden;
	clear: both;
	padding-top: 13px;
}


.foot_line3 {
    width: 100%;
	min-width: 1000px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #333;
    color: #b1b1b1;
    font-size: 14px;
}
.foot_line3 a,
.foot_line3 a:link,
.foot_line3 a:visited {
    color: #b1b1b1;
}

.foot_line3 a:hover {
    color: #c8a74a;
}


/* ====== footer end ====== */

/* ====== ny start ====== */
.fr {
    float: right;
    display: inline;
}
.ny-main-bg {
	width: 100%;
	min-width: 1000px;
	min-height: 500px;
	overflow: hidden;
	background-color:#f7f5f4;
	
}
.ny-main {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0px;
}
.ny-left {
	float: left;
    width: 170px;
    height: auto;
}
.about_zuo_da {
    width: 100%;
    border-bottom: 1px solid #dbd4cd;
    padding-bottom: 12px;
    color: #c8a74a;
    font-size: 28px;
    line-height: 40px;
    font-weight: normal;
}
.ny-menu{ padding-top:20px; font-size:14px; color:#000;}
.ny-menu li{border-bottom:1px solid #dbd4cd; line-height:35px;}
.ny-menu a{  display:block;color:#000;}
.ny-menu .tit{padding-left:15px; font-size:14px;  cursor:pointer;}
.ny-menu .tit:hover,.ny-menu .tit_on,.ny-menu .on .tit{background-color:#c8a74a; color:#fff;}
.ny-right {
	width: 755px;
	height: auto;
	float: right;
}
.other-titles{ width:100%;overflow:hidden; border-bottom:1px solid #dbd4cd; padding-bottom:12px;}
.other-titles h2{ float:left;  color:#c8a74a; font-size:28px; line-height:40px;font-weight:normal;}
.other-titles .location{ padding-top:17px;}
.other-titles .location .more{ font-weight:bold; font-size:14px; color:#f99d32;}
.other-titles .location {
    padding-top: 17px;
}
.other-titles .location span { padding:0px 5px;}

.investor-direholdlist{ width:100%; overflow:hidden; padding:25px 0;}
.investor-direholdlist ul{ overflow:hidden; width:780px;}
.investor-direholdlist .item{ background-color:#fff; float:left; display:inline; border:1px solid #c8a74a; width:237px; height:271px; overflow:hidden;margin:0 19px 25px 0;}
.investor-direholdlist .item:hover{border:1px solid #0054a7;}

.investor-direholdlist .item .pic{ width:237px; height:217px; overflow:hidden; }
.investor-direholdlist .item .conts{ background-color:#c8a74a; width:100%; height:54px; line-height:54px; overflow:hidden; color:#fff;}

.investor-direholdlist .item .conts a{ color:#fff;}
.investor-direholdlist .item  h3{ float:left; padding-left:13px; font-size:18px; font-weight:normal;}
.investor-direholdlist .item  h3 a{  font-size:18px; font-weight:normal; line-height: 56px;}
.investor-direholdlist .item p{ float:right; padding-right:13px; font-family:Arial; font-size:14px; line-height:56px;}


.newslist{ width:100%;}
.newslist li{ overflow:hidden; width:100%; padding:20px 0; border-bottom:1px dotted #dbd4cd;}
.newslist .time{ float:left; width:60px;}
.newslist .conts{ float:right; width:670px;}
.newslist .day,.newslist .date{ background-color:#eae6e2;display:block; text-align:center; font-family:Arial; }
.newslist .day{ height:42px; line-height:42px; border-bottom:1px solid #fff; color:#000; font-size:30px;}
.newslist .date{ height:18px; line-height:18px; font-size:10px;}
.newslist  h3{padding-bottom:10px;  margin-top:-2px; font-size:14px; color:#757575;}
.newslist  h3 a{ font-size:14px;}
.newslist .more{ margin-left:8px;}

.newslist h1{ text-align:center; margin-top:20px; font-weight:200;  font-size:18pt; line-height:18pt; height:55px;}
.newslist h4{ text-align:center; font-size:11pt; font-weight:200; color:#000; border-bottom: 1px #999999 dashed; border-top:1px #999999 dashed; padding-top:11px; padding-bottom:11px;}
.newslist .nei{ margin-top:40px; margin-bottom:35px; overflow:hidden; width:100%; height:auto;}
.newslist .nei img { max-width:100%;}

.investor-direholdlist{ width:100%; overflow:hidden; padding:25px 0;}
.investor-direholdlist ul{ overflow:hidden; width:780px;}
.investor-direholdlist .item{ background-color:#fff; float:left; display:inline; border:1px solid #c8a74a; width:237px; height:271px; overflow:hidden;margin:0 19px 25px 0;}
.investor-direholdlist .item:hover{border:1px solid #0054a7;}
.about-honormain{ margin-top:10px; margin-bottom:20px;}
/* ====== ny end ====== */

/* ====== go top start ====== */

.gotop {
	width: 42px;
	height: 42px;
	background: url(../images/jiao.png) no-repeat center;
    bottom: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    width: 55px;
    height: 55px;
    display: none;
	cursor: pointer;
}


/* ====== go top end ====== */


/* ====== public page start ======= */

.pageNavi {
    clear: both;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.pageNavi a {
    height: 30px;
    line-height: 28px;
    padding: 0px 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #FFF;
    transition: all 0.3s;
    color: #333;
    margin: 3px 3px;
}

.pageNavi span {
    height: 30px;
    line-height: 28px;
    padding: 0px 10px;
    display: inline-block;
    border: 1px solid #EEE;
    background: #FFF;
    color: #666;
    margin: 3px 3px;
}

.pageNavi a:hover {
    background: #009b4d;
    border: 1px solid #009b4d;
    color: #FFF;
}


/* ====== public page end ======= */


/* ====== job_ end ======= */

.pubContent .more {
    display: inline-block;
    font-size: 14px;
    margin-top: 40px;
    border: 1px solid #999;
    line-height: 34px;
    padding: 0px 35px;
    transition: all 0.5s ease 0s;
    color: #666;
    border-radius: 0px;
}

.pubContent .more:hover {
    border: 1px solid #0a60b7;
    background: #0a60b7;
    color: #FFF;
    text-decoration: none;
}



/*jobjoin*/

.jbs_tb_1 {}

.jbs_tb_1 th {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
}

.jbs_txt {
    width: 50%;
    height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 26px;
    padding: 0 5px;
    border-radius: 3px;
    outline: none;
}

.jbs_txt:focus {
    border: 1px solid #AE8A3C;
}

.jbs_txtarea {
    width: 80%;
    height: 90px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
    outline: none;
}

.jbs_txtarea:focus {
    border: 1px solid #AE8A3C;
}

.jbs_age {
    width: 90px;
}

.jbs_tel {
    width: 150px;
}

.jbs_hong {
    color: #f00;
}

.jbs_submit {
    width: 95px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 0px;
    background: #999;
    color: #332105;
    font-weight: bold;
    cursor: pointer;
}


/* ====== job_ end ======= */

.f_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: auto;
    z-index: 30;
    text-align: left;
    padding-bottom: 30px;
}

.f_wrapper .input,
.f_wrapper .textarea,
.f_wrapper .date {
    margin-top: 3px;
    line-height: 18px;
    border: 1px solid #D3D3D3;
    border-radius: 0;
}

.f_wrapper .input:hover,
.f_wrapper .textarea:hover,
.f_wrapper .date:hover {
    border: 1px solid #A6A6A6;
    border-top-color: #A2A2A2;
}

.f_wrapper .input:focus,
.f_wrapper .textarea:focus {
    border: 1px solid #609ED2;
}

.f_wrapper .input,
.f_wrapper .date {
    padding: 5px;
}

.f_wrapper input.error,
.f_wrapper div.errort,
.f_wrapper select.error {
    border: 1px solid #7A3230;
}

.f_wrapper label.error,
.f_wrapper label.mbvc_error {
    z-index: 10;
    margin-left: 5px;
    color: #fff;
    background: #7A3230;
    font-size: 12px;
    padding: 1px 5px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}

.f_wrapper label.info {
    z-index: 10;
    margin-left: 5px;
    color: #fff;
    background: #00B57A;
    font-size: 12px;
    padding: 1px 5px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}

.f_wrapper .textarea {
    resize: none;
}

.f_wrapper .small {
    width: 30%;
}

.f_wrapper .medium {
    width: 82%;
}

.f_wrapper .f_select.medium {
    width: 84%;
    margin-top: 7px;
}

.f_wrapper .large {
    width: 92%;
}

.f_wrapper ul {
    overflow: hidden;
}

.textarea.small {
    height: 66px;
}

.textarea.medium {
    height: 120px;
}

.textarea.large {
    height: 204px;
}

.f_main {
    position: relative;
    width: 640px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #FFF;
    box-shadow: 0 1px 6px rgba(124, 124, 124, 0.42);
    -moz-box-shadow: 0px 1px 6px rgba(124, 124, 124, 0.42);
    -webkit-box-shadow: 0px 1px 6px rgba(124, 124, 124, 0.42);
    z-index: 3;
}

.f_main_ie_shadow {
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=4)";
    background-color: #7C7C7C;
    position: absolute;
    z-index: 2;
}

.f_header {
    padding: 0 20px 10px 20px;
    text-align: center;
    box-sizing: border-box;
}

.f_logo {
    float: left;
    width: 18%;
    height: 50px;
    margin-top: 3px;
    margin-right: 20px;
    padding-top: 10px;
}

.f_logoImg {
    max-width: 100%;
    max-height: 50px;
}

.f_text {
    float: left;
    width: 78%;
    text-align: left;
    padding-top: 10px;
}

.f_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.f_describe {
    font-size: 12px;
    line-height: 18px;
}

.f_text_no_logo {
    padding-top: 10px;
}

.f_text_no_logo .f_describe {
    padding-top: 10px;
}

.f_text_no_logo .f_describe_none {
    padding-top: 0;
}

.f_body {
    width: 100%;
    padding: 30px 0px 50px 0px;
    margin-top: 20px;
}

.f_component {
    padding: 12px 30px 12px 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-delay: 0;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 200ms;
    -webkit-transition-delay: 0;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: background-color;
    -moz-transition-duration: 200ms;
    -moz-transition-delay: 0;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: background-color;
    -o-transition-duration: 200ms;
    -o-transition-delay: 0;
    -o-transition-timing-function: ease-in-out;
}

.f_cTitle {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 4px;
}

.f_cValidate {
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    color: #f00;
    white-space: nowrap;
    font-weight: normal;
}

.f_cDescribe {
    padding: 0 5px;
    line-height: 20px;
    color: #7C7C7C;
    border-top: 1px dashed #7C7C7C;
}

.f_cExtraDescribe {
    padding: 0 5px;
    line-height: 20px;
    color: #7C7C7C;
}

.f_cLink,
.f_cLink:visited {
    color: #7C7C7C;
}

.f_cLink:hover {
    text-decoration: underline;
}

.f_optionsLi {
    float: left;
    width: 100%;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 5px;
}

.layout-two .f_optionsLi {
    width: 47%;
}

.layout-three .f_optionsLi {
    width: 32%;
}

.layout-four .f_optionsLi {
    width: 24%;
}

ul.f_optionGarden .f_otherLi {
    width: 80%;
}

.f_optionBtn {
    float: left;
    display: inline-block;
    padding-top: 4px;
    margin-top: 2px;
    _padding-top: 0;
    _margin-top: -2px;
    margin-top: 0\0;
    padding-top: 2px\0;
    letter-spacing: 0;
    vertical-align: top;
}

.f_optionVal {
    display: inline-block;
    float: left;
    width: 80%;
    padding-left: 3px;
}

.insideSelect {
    width: 100%;
    cursor: pointer;
}

.f_otherLi .f_optionBtn {
    margin-top: 6px;
}

.f_otherinput {
    width: 50%;
    padding: 2px 5px;
}

.f_uploadFile {
    position: relative;
    left: 0;
    top: 3px;
    bottom: 10px;
    height: 20px;
    padding: 5px;
    margin-right: 20px;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-top-color: #AAA;
}

.f_jumpInfo {
    margin-top: 12px;
}

.upload_input {
    position: absolute;
    top: -5px;
    left: 0px;
    right: 0;
    height: 35px;
    width: 100%;
    color: #999;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    overflow: hidden;
    z-index: 10;
}

.upload_text {
    position: absolute;
    color: #333!important;
    left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    height: 20px;
    white-space: nowrap;
    padding-top: 2px;
}

.upload_progress {
    position: absolute;
    width: 0%;
    background: url(../images/progress.html) repeat-x;
    height: 70%;
}

.upload_img {
    position: absolute;
    right: 8px;
    top: 4px;
}

.file_cancel {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 25;
    cursor: pointer;
}

.f_sectionDescribe {
    padding: 0 5px;
    line-height: 20px;
    color: #444;
    border-top: 1px solid #7C7C7C;
}

.star {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url(../images/icon/formStar.html);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    overflow: hidden;
    zoom: 1;
}

.starGroup .selected {
    background-position: 0% 100%;
}

.f_submit {
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
}

.f_submitBtn {
    display: inline-block;
    line-height: 28px;
    padding: 2px 24px;
    font-size: 13px;
    text-align: center;
    color: #FFF;
    background: #009b4d;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f_submitBtn:hover {
    background: #ff8c17;
    color: #fff;
}


/* pageNav */

.pageNav {
    text-align: center;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #666;
}

.pageNav font,
.pageNav span {
    font-size: 11px;
    border: 1px solid #cecece;
    padding: 5px 10px;
    color: #363636;
    margin: 0 5px;
}

.pageNav font.current,
.pageNav span.current {
    background: #c8a74a;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
}

.pageNav font.disabled,
.pageNav span.disabled {
    color: #adaaad;
    margin: 0 5px;
}

.pageNav a {
    font-size: 11px;
    border: 1px solid #cecece;
    padding: 5px 10px;
    color: #363636;
    margin: 0 5px;
    white-space: nowrap;
}

.pageNav a.current {
    background: #2d2489;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
}

.pageNav a.disabled {
    color: #adaaad;
    margin: 0 5px;
}



/*QQ*/

.rides-cs {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    top: 250px;
    right: 0px;
    _position: absolute;
    z-index: 15000000;
    border-radius: 6px 0px 0 6px;
}

.rides-cs a {
    color: #00A0E9;
}

.rides-cs a:hover {
    color: #ff8100;
    text-decoration: none;
}

.rides-cs .floatL {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 21px;
    height: 181px;
}

.rides-cs .floatL a {
    font-size: 0;
    text-indent: -999em;
    display: block;
}

.rides-cs .floatR {
    width: 130px;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.rides-cs .floatR .cn {
    background: #F7F7F7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 4px;
}

.rides-cs .cn .titZx {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

.rides-cs .cn ul {
    padding: 0px;
}

.rides-cs .cn ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    text-align: center;
}

.rides-cs .cn ul li span {
    color: #777;
}

.rides-cs .cn ul li a {
    color: #777;
}

.rides-cs .cn ul li img {
    vertical-align: middle;
}

.rides-cs .btnOpen,
.rides-cs .btnCtn {
    position: relative;
    z-index: 9;
    top: 25px;
    left: 0;
    background-image: url(/images/zxkf.png);
    background-repeat: no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}

.rides-cs .btnOpen {
    background-position: 0 0;
}

.rides-cs .btnCtn {
    background-position: -37px 0;
}

.rides-cs ul li.top {
    border-bottom: solid #ACE5F9 1px;
}

.rides-cs ul li.bot {
    border-bottom: none;
}


.ny-body {
    width: 1200px;
    height: auto;
    overflow: hidden;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 20px;
    text-align: left;
}

.ny-body .left {
    width: 267px;
    height: auto;
    float: left;
}

.ny-body .left .tit {
    width: 267px;
    height: 61px;
    overflow: hidden;
    background: url(/images/left_top_bg.png) no-repeat;
    font-size: 26px;
    color: #fff;
    text-indent: 14px;
    line-height: 61px;
}

.ny-body .left ul li {
    width: 100%;
    line-height: 45px;
    overflow: hidden;
}

.ny-body .left span {
    width: 30px;
    height: 45px;
    display: block;
    font-family: "宋体";
    margin-left: 5px;
    text-align: center;
    float: left;
}

.ny-body .left ul li a {
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
}

.ny-body .left ul li a:link,
.ny-body .left ul li a:visited {
    color: #333;
    font-size: 14px;
}

.ny-body .left ul li a:hover {
    color: #0a60b7;
    font-weight: bold;
    font-size: 14px;
}

.ny-body .left ul .current a:link,
.ny-body .left ul .current a:visited {
    color: #0a60b7;
    font-weight: bold;
    font-size: 14px;
}

.ny-body .left ul li a:hover span,
.ny-body .left ul .current a:link span,
.ny-body .left ul .current a:visited span,
.ny-body .left ul .current a:hover span {
    color: #333;
    font-size: 14px;
    font-weight: 100;
}

.ny-body .right {
    width: 900px;
    height: auto;
    float: right;
}

.ny-body .right .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(/images/ny_home_ico.png) no-repeat left;
    text-indent: 23px;
    border-bottom: 1px solid #dedede;
}

.ny-body .right .top a,
.ny-body .right .top a:link,
.ny-body .right .top a:visited {
    color: #333;
}

.ny-body .right .top a:hover {
    color: #0a60b7;
}

.ny-body .right .top span {
    font-family: "宋体";
}

.ny-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
}

.pro-li {
    width: 300px;
    height: 227px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.pro-li img {
    width: 263px;
    height: 197px;
}

.pro-li p {
    line-height: 30px;
}

.pro-li p a,
.pro-li p a:link,
.pro-li p a:visited {
    color: #666;
    font-size: 14px;
}

.pro-li p a:hover {
    color: #0a60b7;
    font-size: 14px;
    font-weight: bold;
}

.pro-del {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 20px 0px 20px 0px;
}

.pro-del ul li {
    float: left;
}

.pro-del ul li table {
    font-size: 14px;
    color: #666;
}

.pro-del ul li table .tit {
    font-size: 20px;
    color: #181818;
    font-weight: bold;
}

.zxxp {
    width: 190px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #0a60b7;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.zxxp:link,
.zxxp:visited,
.zxxp:hover {
    color: #fff;
}

.pro-del-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-indent: 12px;
    font-size: 20px;
    background-color: #0a60b7;
}

.page-updown {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
}

.page-updown a,
.page-updown a:link,
.page-updown a:visited,
.page-updown a:hover {
    color: #666;
}


.news-line {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px dashed #dedede;
    text-indent: 20px;
    background: url(/images/new_li.png) left no-repeat;
}

.news-line a,
.down-line a:link,
.down-line a:visited,
.down-line a:hover {
    color: #666;
}

.news-line span {
    display: block;
    float: right;
}


/*漂浮，在线咨询*/

#zxzx_rt {
    position: fixed;
    right: 20px;
    top: 50%;
    color: #333;
    z-index: 9999;
}

#zxzx_rt .close {
    float: left;
    width: 25px;
    padding-top: 12px;
}

#zxzx_rt .close img {
    cursor: pointer;
}

#zxzx_rt .box {
    float: right;
    width: 125px;
    height: 123px;
    border: 2px solid #0e5ea6;
    background: #FFF;
    /*box-shadow:0px 0px 8px #B6D8E7;*/
}

#zxzx_rt .box .p_1 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #0e5ea6;
    padding-top: 9px;
}

#zxzx_rt .box .p_2 {
    padding: 0 0 0 6px;
    line-height: 16px;
    font-size: 12px;
    padding-top: 14px;
    text-align: left;
}

#zxzx_rt .box .p_3 {
    width: 100px;
    margin: 10px auto 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #EEE;
    font-size: 12px;
    font-weight: bold;
    color: #f5680d;
    cursor: pointer;
    display: block;
}

#zxzx {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -172px 0 0 -130px;
    color: #333;
    z-index: 9999;
    width: 256px;
    height: 335px;
    border: 1px solid #0e5ea6;
    border-radius: 4px;
    background: #FFF;
    display: none;
}

#zxzx .top {
    height: 42px;
    color: #FFF;
    background: #0e5ea6;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
}

#zxzx .top .tit {
    float: left;
    padding: 5px 0 0 10px;
    font-size: 16px;
    line-height: 18px;
}

#zxzx .top .tit p {
    color: #2F94EE;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
}

#zxzx .top .close {
    float: right;
    padding: 9px 15px 0 0;
}

#zxzx .top .close img {
    cursor: pointer;
}

#zxzx .box_1 {
    clear: both;
    margin: 7px 0 0 7px;
    width: 233px;
    position: relative;
}

#zxzx .area {
    width: 219px;
    height: 70px;
    padding: 10px 6px 6px 6px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    line-height: 16px;
}

#zxzx .box_1 em {
    position: absolute;
    right: -10px;
    top: 0px;
    line-height: 32px;
    font-style: normal;
    color: #ff0000;
}

#zxzx .box {
    clear: both;
    margin: 6px 0 0 7px;
    width: 231px;
    height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    position: relative;
}

#zxzx .box p {
    float: left;
    padding-left: 23px;
    width: 48px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #525252;
    background: #F4F4F4;
}

#zxzx .box input {
    float: right;
    width: 140px;
    height: 20px;
    padding: 5px 5px 5px 15px;
    line-height: 20px;
    border: 0;
    color: #666;
    background: #FFF;
    font-size: 12px;
}

#zxzx .box em {
    position: absolute;
    right: -10px;
    top: 0px;
    line-height: 32px;
    font-style: normal;
    color: #ff0000;
}

#zxzx .btnbox {
    clear: both;
    padding: 7px 0 0 7px;
}

#zxzx .btnbox input {
    width: 108px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #FFF;
    border: 0px;
    cursor: pointer;
}

#zxzx .btnbox .btn1 {
    background: #0e5ea6;
    margin-left: 3px;
}

#zxzx .btnbox .btn2 {
    background: #535353;
    margin-left: 7px;
}

.pro_banbox {
    width: 100%;
    height: 347px;
    overflow: hidden;
    background: url(../images/pro_02.jpg) top center no-repeat;
}

.pro_main {
    clear: both;
    margin-top: 35px;
    padding-bottom: 25px;
    line-height: 26px;
    min-height: 200px;
}

.in_banbox {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.in_probox {
    clear: both;
    width: 100%;
    background: url(../images/index_09.jpg) top center repeat-x;
}

.in_pro {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.in_p_1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
    padding-top: 65px;
}

.in_p_2 {
    width: 290px;
    height: 1px;
    background: #BEBEBE;
    text-transform: uppercase;
    margin: 27px auto 0 auto;
}

.in_p_2 p {
    position: relative;
    left: 50%;
    float: left;
}

.in_p_2 em {
    position: relative;
    left: -50%;
    float: left;
    top: -10px;
    font-style: normal;
    display: inline-block;
    font-size: 16px;
    color: #b9b9b9;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FFF;
}

.in_pro .ctg {
    clear: both;
    margin-top: 45px;
    overflow: hidden;
    height: 42px;
}

.in_pro .ctg div {
    position: relative;
    left: 50%;
    float: left;
}

.in_pro .ctg ul {
    position: relative;
    left: -50%;
    float: left;
}

.in_pro .ctg li {
    float: left;
    padding-right: 18px;
}

.in_pro .ctg li.none {
    padding-right: 0;
}

.in_pro .ctg li a {
    display: inline-block;
    width: 185px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #E5E5E5;
    border-radius: 42px;
}

.in_pro .ctg li a.cur {
    background: #E71628;
    color: #FFF;
}

.in_pro .list {
    clear: both;
    margin-top: 35px;
}

.in_pro .list ul {
    overflow: hidden;
    min-height: 270px;
}

.in_pro .list li {
    float: left;
    border: 1px solid #E5E5E5;
    margin: 0 20px 40px 0;
}

.in_pro .list li.none {
    margin-right: 0;
}

.in_pro .list li .tit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #737373;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_pro .list li a:hover .tit {
    background: #0060B7;
}

.in_pro .more {
    clear: both;
    text-align: center;
}

.in_pro .more a {
    display: inline-block;
    width: 150px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #999;
    color: #999;
}

.in_pro .more a:hover {
    background: #E71628;
    border: 2px solid #E71628;
    color: #FFF;
}


/*feedback*/

.jn_main {}

.jn_box {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden;
    width: 520px;
    margin: 0px 0 0 240px;
}

.jn_lt {
    float: left;
    width: 100px;
    padding: 0 5px 0 0;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

.jn_rt {
    float: left;
    width: 360px;
}

.jn_box .txt {
    width: 325px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DBDBDB;
    color: #444;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
    outline: none;
}

.jn_box input:focus {
    border: 1px solid #E10D16;
}

.jn_box textarea:focus {
    border: 1px solid #E10D16;
}

.jn_box .cod {
    width: 70px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DBDBDB;
    color: #444;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 3px;
    outline: none;
}

.jn_box .txtarea {
    width: 325px;
    height: 120px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    outline: none;
}

.jn_box .btn {
    width: 95px;
    height: 32px;
    text-align: center;
    border: 0px;
    background: #666;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

.jn_box .btn:hover {
    background: #E10D16
}

.cl_red {
    color: #f00;
}

.fd_pro_tb {
    width: 95%;
    margin: 0 auto;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.fd_pro_tb th,
.fd_pro_tb td {
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.fd_pro_tb th {
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.fd_pro_tb td {
    text-align: center;
    padding: 10px 0;
}

.fd_pro_tb td input {
    border: 1px solid #E8E8E8;
    width: 80px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    text-align: right;
}

.fd_pro_tb .del {
    color: #F00;
    cursor: pointer;
}

.no_data {
	padding:20px;
}
.pageline {
	width:100%;
	height:auto;
	overflow:hidden;
}