/* 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:#006e70;}

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: 1100px;
	background-color: #fff;
}

.top-main {
    width: 1100px;
    height: 90px;
    margin: 0 auto;
}

.top-logo {
    width: 300px;
    height: 90px;
    overflow: hidden;
    float: left;
}
.top-main-right {
	width: 800px;
	height: 90px;
	float: right;
}
.top-header .menu {
    width: auto;
    height: 90px;
    float: right;
    font-size: 14px;
}

.top-header .menu>ul>li {
    width: 105px;
    float: left;
    height: 90px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.top-header .menu>ul>li>a {
    width: 100%;
    height: 90px;
	line-height: 90px;
    overflow: hidden;
    display: block;
	font-size: 16px;
}


.top-header .menu>ul>li>a,
.top-header .menu>ul>li>a:link,
.top-header .menu>ul>li>a:visited{
    color: #333;
}
.top-header .menu>ul>li>a:hover {
	color: #006e71;
	font-weight: bold;
}

.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 {
    color: #006e71;
    font-weight: bold;
}
.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:hover {
    color: #006e71;
    font-weight: bold;
}

.top-header .menu ul li ul {
	width:105px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #888888;
    margin-top: 0px;
	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 {
	font-size: 14px;
    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: #006e71;
}


/*=============== public top end==================*/

/* ====== footer start ====== */

.foot_line1 {
	width: 100%;
	min-width: 1100px;
	background-color: #202020;
	padding: 50px 0px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.foot_line1 .contact {
	margin-top: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #bbb;
}
.foot_line1 >ul {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.foot_line1 >ul>li {
	width:180px;
	height: auto;
	overflow: hidden;
	float: left;
}
.foot_line1 >ul>li>a,.foot_line1 >ul>li>a:link,.foot_line1 >ul>li>a:visited {
	font-size: 16px;
	color: #fff;
}
.foot_line1 >ul>li>a:hover {
	color: #006e70;
}
.foot_line1 .ul-1 {
	margin-top: 20px;
}
.foot_line1 .ul-1 li {
	line-height: 20px;
	padding-bottom: 20px;
}
.foot_line1 .ul-1 li a,.foot_line1 .ul-1 li a:link,.foot_line1 .ul-1 li a:visited {
	font-size: 16px;
	color: #fff;
}
.foot_line1 .ul-1 li a:hover {
	color: #006e70;
}
.foot_line1 .ul-2 {
	margin-top: 20px;
}
.foot_line1 .ul-2 li {
	line-height: 30px;
}
.foot_line1 .ul-2 li a,.foot_line1 .ul-2 li a:link,.foot_line1 .ul-2 li a:visited {
	font-size: 14px;
	color: #bbb;
}
.foot_line1 .ul-2 li a:hover {
	color: #fff;
}
.foot_line2 {
    width: 100%;
	min-width: 1100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #202020;
    color: #bbbbbb;
    font-size: 14px;
	border-top: 1px solid #363636;
}
.foot_line2 a,
.foot_line2 a:link,
.foot_line2 a:visited {
    color: #bbbbbb;
}

.foot_line2 a:hover {
    color: #006e70;
}


/* ====== footer end ====== */

/* ====== ny start ====== */

/* ====== ny end ====== */

/* ====== go top start ====== */

.gotop {
	width: 42px;
	height: 42px;
	background: url(../images/jiao.png) no-repeat center;
    bottom: 60px;
    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 ======= */


/* 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: #0a60b7;
    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;
}


/* ====== ny start ====== */


.ny_banner { width: 100%; min-width: 1100px; height:330px; overflow: hidden;}

.ny_body {width:1100px; height:auto; min-height:400px; overflow:hidden; margin:30px auto 30px auto;}
.ny_body .left { width:232px; overflow:hidden; float:left;}
.ny_body .left .tit { width:100%; line-height:66px; text-indent:20px; font-size:24px; color:#fff; background-color:#006e71; border-radius:10px 10px 0px 0px;}
.ny_body .left ul { width:100%; border:1px solid #e5e5e5; box-sizing:border-box;}
.ny_body .left ul li {border-bottom:1px solid #fff; background-color:#f3f3f3;}
.ny_body .left ul li a { width:100%; height:63px; line-height:63px; overflow:hidden; display:block; padding-left:20px; padding-right:20px; box-sizing:border-box; }
.ny_body .left ul li.cur a {color:#015190; font-weight:bold;}
.ny_body .left ul li a,.ny_body .left ul li a:link,.ny_body .left ul li a:visited{ font-size:16px; color:#666;}
.ny_body .left ul li.cur a,.ny_body .left ul li.cur a:link,.ny_body .left ul li.cur a:visited{ color:#241902; font-weight:bold;}
.ny_body .left ul li a:hover { color:#241902;}

.ny_body .right { width:850px; overflow:hidden; float:right;}
.ny_body .right .top{ width:100%; height:65px; overflow:hidden; border-bottom:1px solid #dcdcdc; line-height:65px; padding-left:20px; box-sizing:border-box; font-size:14px;}
.ny_body .right .top span { font-family:"宋体"; padding-left:5px; padding-right:5px;}
.ny_body .right .top a,.ny_body .right .top a:link,.ny_body .right .top a:visited,.ny_body .right .top a:hover { font-size:14px; color:#666;}

.ny_r_body { width:100%; height:auto; overflow:hidden; margin:0 auto;}
.ny_r_body .pro_ul { width:836px; height:auto; overflow:hidden; margin:20px auto auto auto;}
.ny_r_body .pro_ul li { width:256px; height:auto; float:left; margin:10px; border:1px solid #e9e9e9; -moz-box-shadow:0px 0px 5px #d8d7d7; -webkit-box-shadow:0px 0px 5px #d8d7d7; box-shadow:0px 0px 5px #d8d7d7; position:relative;}
.ny_r_body .pro_ul li img { width:100%; height:auto; display:block; margin:0 auto;}
.ny_r_body .pro_ul li p { width:100%; height:50px; line-height:50px; overflow:hidden; display:block; text-align:center; margin:0 auto; border-top:1px solid #e9e9e9;}
.ny_r_body .pro_ul li a,.ny_r_body .pro_ul li a:link,.ny_r_body .pro_ul li a:visited { color:#333; font-size:15px;}
.ny_r_body .pro_ul li a:hover { color:#241902; font-weight:bold;}


.ny_r_body .partner_ul { width:944px; height:auto; overflow:hidden; margin:20px auto auto auto;}
.ny_r_body .partner_ul li { width:220px; height:auto; float:left; margin:7px;}
.ny_r_body .partner_ul li img { width:220px; height:111px; display:block; margin:0 auto; border:1px solid #e9e9e9; -moz-box-shadow:0px 0px 5px #d8d7d7; -webkit-box-shadow:0px 0px 5px #d8d7d7; box-shadow:0px 0px 5px #d8d7d7;}
.ny_r_body .partner_ul li p { line-height:40px; text-align:center;}
.ny_r_body .partner_ul li a,.ny_r_body .partner_ul li a:link,.ny_r_body .partner_ul li a:visited { font-size:16px; color:#333;}
.ny_r_body .partner_ul li a:hover { font-weight:bold;}


.ny_r_body .honor_ul { width:936px; height:auto; overflow:hidden; margin:20px auto auto auto;}
.ny_r_body .honor_ul li { width:184px; height:auto; overflow:hidden; float:left; margin:20px 25px;}
.ny_r_body .honor_ul li img { width:184px; height:270px; display:block; margin:0 auto;}
.ny_r_body .honor_ul li p { width:184px; height:53px; line-height:53px; overflow:hidden; display:block; text-align:center; margin:0 auto;}
.ny_r_body .honor_ul li a,.ny_r_body .honor_ul li a:link,.ny_r_body .honor_ul li a:visited { color:#333; font-size:16px;}
.ny_r_body .honor_ul li a:hover { color:#241902; font-weight:bold;}


.ny_r_body .video_ul { width:936px; height:auto; overflow:hidden; margin:20px auto auto auto;}
.ny_r_body .video_ul li { width:214px; height:auto; overflow:hidden; float:left; margin:20px 10px; box-sizing:border-box;}
.ny_r_body .video_ul li img { width:214px; height:150px; display:block; margin:0 auto; }
.ny_r_body .video_ul li p { width:184px; height:40px; line-height:40px; overflow:hidden; display:block; text-align:center; margin:0 auto;}
.ny_r_body .video_ul li a,.ny_r_body .video_ul li a:link,.ny_r_body .video_ul li a:visited { color:#333; font-size:16px;}
.ny_r_body .video_ul li a:hover { color:#241902; font-weight:bold;}







.ny_r_body .new_ul { width: 98%; height: auto; overflow: hidden; margin: 10px auto auto auto;}
.ny_r_body .new_ul li { line-height:35px; border-bottom:1px dashed #dedede; text-indent:40px; background:url(../images/new_li.png) no-repeat; background-position:10px;}
.ny_r_body .new_ul li span { float:right; margin-right:20px;}
.ny_r_body .new_ul li a,.ny_r_body .new_ul a:link,.ny_r_body .new_ul a:visited,.ny_r_body .new_ul a:hover { color:#666; font-size:14px;}


.aboutDetail{
	padding:20px;
	text-align:left;
	color:#666;
	line-height:30px;
	font-size:14px;
	}
.proDetail{
	width:100%;
	display:inline-block;
	padding:0px 20px 50px 20px;
	box-sizing:border-box;
	
}
.proDetail h2{
	font-size:28px;
	font-weight:normal;
	color:#4d4d4d;
	overflow:hidden;
	text-align:center;
	padding: 30px 0px 15px 0px;
	font-weight:bold;
}
.proDetail .subTitle{
	width:100%;
	height:36px;
	line-height:36px;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	color:#999;
	position:relative;
}
.ny-share {
	position:absolute;
	right:25px;
	top:0px;
	z-index:10;
}
.proDetail .subTitle,.pubCon .subTitle span{
	display:inline-block;
	padding:0px 10px;
}

.proDetail .subTitle .bdsharebuttonbox{
	display:inline-block;
	vertical-align:middle; 
}
.proDetail .proImg{
	padding:20px 0px;
	text-align:center;
	max-width:100%;
}
.proDetail .proImg .bigImg{
	max-width: 100%;
}

.proDetail .con{
	padding:20px 0px 50px;
	text-align:left;
	color:#666;
	line-height:30px;
    font-size:16px;
    line-height:2em;
}
.proDetail .con img{
	max-width:100%;
}
.proDetail .con a{
	color:#666;
}
.proDetail .con a:hover{
	color:#241902;
}
.proDetail .inqBtn{
	background:#015190;
	color:#FFF;
	border-radius:5px;
	height:35px;
	line-height:35px;
	font-size:16px;
	text-align:center;
	display:block;
	width:100%;
	transition:all .3s linear;
}
.proDetail .inqBtn:hover{
	opacity:0.9;
}

/* ====== 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: #666;
    border-radius: 2px;
	cursor:pointer;
    -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: #015190;
    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: #0a60b7;
    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: 1100px;
    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;
    bottom:402px;
    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: 1100px;
    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*/
#feedback {
	padding-top:30px;
}
.jn_main {}

.jn_box {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden;
    width: 520px;
    margin: 0px 0px 0px 195px;
}

.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[type='text']: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: #015190
}

.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;
}


.zxfws-box{
    margin-top:30px;
}
.zxfws-box ul {
    overflow:hidden;
}
.zxfws-box ul li.title{
    font-size:15px; font-weight:bold;
}
.zxfws-box ul li {
    float:left;
    margin-right:10px;
}
.zxfws-box ul li img {
    display:inline-block;
    vertical-align:middle;
    margin-bottom:2px;
    margin-right:3px;
}

.ly-tit {
	width:180px;
	height:75px;
	margin:0 auto;
	text-align:center;
	margin-top:50px;
	border-bottom: 3px solid #8c6f37;
	clear:both;
}
.ly-tit .p1 {
	line-height:40px;
	font-size:25px;
	color:#333;
}
.ly-tit .p2 {
	line-height:30px;
	font-size:15px;
	font-family:Arial;
	color:#ccc;	
}
.ly-tit-line {
	width:100%;
	height:20px;
	overflow:hidden;
	border-top: 1px solid #e1e1e1;
}
.ly-left {
	width:777px;
	height:auto;
	overflow:hidden;
	padding-top:27px;
	margin:0 auto;
}
.ly-right {
	width:777px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.ly-div {
	width:450px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.tesh{width:1100px;margin:0 auto; line-height:65px;}

.dfas { text-align:center; margin-top:30px;}

/*job*/
.accordion { max-width:850px; margin:20px auto auto auto; }
.accordion .accordion-handle { position:relative; background-color:#e5e5e5; color:#4d4d4d; padding:12px 0 12px 15px; margin-bottom:5px; cursor:pointer; *zoom:1; transition:All 0.5s ease; }
.accordion .accordion-handle:hover { background-color:#006e71; color:#fff }
.accordion .accordion-handle h4 { font-size:16px; line-height:20px; font-weight:normal; }
.accordion .accordion-pane { display:none; padding:15px 0 20px; }
.accordion .current, .accordion .current:hover { background-color:#006e71; color:#fff; }
.accordion .accordion-handle i { display:block; width:50px; height:44px; overflow:hidden; position:absolute; top:0; right:0; border-left:1px solid #fff; background:url(../images/accordion.gif) no-repeat 0 0; }
.accordion .current i { border-color:#fff; background-position:0 -44px; }

.accordion .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;
}

.accordion .more:hover {
	border: 1px solid #006e71;
	background: #006e71;
	color: #FFF;
	text-decoration: none;
}

/*honor-list*/
.honor-list {
	width: 850px;
	height:auto;
	overflow: hidden;
	margin-top: 25px;
}
.honor-list ul {
	width: 810px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.honor-list ul li {
	float: left;
	width: 230px;
	margin: 15px 20px;
}
.honor-list ul li img {
	width: 100%;
	height:auto;
	display: block;
}
.honor-list ul li a p {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.honor-list ul li a,.honor-list ul li a:link,.honor-list ul li a:visited,.honor-list ul li a:hover {
	font-size: 14px;
	color: #333;
}

.about-content {
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: auto;
	overflow: hidden;
	padding:50px 20px;
}

/*detail*/
.news-details-tit { width:100%; line-height:30px; overflow:hidden; font-size:20px; font-weight:bold; color:#333; text-align:center; padding:10px 0px 30px 0px;}
.news-details { width:100%; line-height:25px; font-size:14px; color:#333; padding:0px 0px 50px 0px;}
.news-details-time { width:100%; line-height:25px; font-size:14px; color:#333; text-align:center; padding-bottom:20px;}
.ud_page { margin-top:30px; color:#666;}
.ud_page a,.ud_page a:link,.ud_page a:visited { font-size:14px; color:#666;}
.ud_page a:hover { color:#cd0012;} 

.product-share { width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.pro-xunpan { width:150px; height:45px; line-height:45px; background: #cd0012; color:#fff; font-size:14px; display:block; text-align:center; border-radius:10px;}

.news-list {
	width:800px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-top:30px;
}
.news-list ul li {
	width: 100%;
	height:auto;
	overflow: hidden;
	padding: 20px 10px;
	box-sizing: border-box;
	transition: all .3s linear;
	border-bottom:1px dashed #dedede;
}
.news-list ul li .news-img {
	width: 200px;
	height:auto;
	overflow: hidden;
	float: left;
}
.news-list ul li .news-img img {
	width: 200px;
	height:auto;
	display: block;
}
.news-list ul li .new-right {
	width: 540px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 10px;
}
.news-list ul li .p1 {
	font-size: 18px;
	font-weight: bold;
	color: #444;
	line-height: 40px;
	transition: all .3s linear;
}
.news-list ul li .p1 span {
	float: right;
}
.news-list ul li .p2 {
	font-size: 14px;
	color: #777;
	line-height: 25px;
	transition: all .3s linear;
}