﻿/* CSS Document */
li {
    vertical-align: bottom
}

a {
    cursor: pointer
}
a:hover{
    color:#00638b;
}
body {
    background: #fff;
}
html{
    background: #fff;
}

.wrap {
    min-width: 1360px;
    margin: 0 auto;
    position: relative;
}
.box {
    width: 1360px;
    margin: 0 auto;
}

.top_wrap {
    position: relative;
    height: 120px;
    z-index: 10;
    display: block;
    background: none;
}
.top_fl {
    float: left;
}
.top_fl a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.top_fr {
    float: right;
    width: 880px;
}
.top_tab {
    height: 32px;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 18px;
}
.top_tab_cn {
    float: right;
    padding-left: 14px;
    background: url(../images/hx.jpg) no-repeat left center;
    height: 32px;
    width: 22px;
}
.top_tab_cn a {
    display: block;
	background:url(../images/icon3.png) no-repeat center;
    height: 32px;
    width: 22px;
}
.top_tab_search {
    float: right;
    padding: 0 22px;
    background: url(../images/hx.jpg) no-repeat left center;
}
.top_tab_search_icon {
    float: left;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 32px;
	background:url(../images/icon2.png) no-repeat center;
}
.top_tab_search_form {
    display: none;
    width: 260px;
    height: 32px;
    position: relative;
}
.top_tab_search_searchInput {
    position: absolute;
    width: 216px;
    left: 0;
    padding: 0 32px 0 10px;
    height: 30px;
    line-height: 30px;
    top: 0;
    border: 1px solid #ccc;
    color: #333333;
    overflow: hidden;
	font-size: 14px;
}
input.top_tab_search_searchBar {
    position: absolute;
    right: 0;
    top: 1px;
    border: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/icon2.png) no-repeat center;
}
.top_tab_sjhm {
    float: right;
    padding: 0 26px;
    line-height: 32px;
    height: 32px;
    color: #333333;
    font-size: 15px;
	background:url(../images/icon1.png) no-repeat left center;
}
.top_nav {
    margin-top: 14px;
    height: 56px;
    display: block;
    position: relative;
    float: right;
    max-width: 880px;
}
.nav_list_box {
    float: left;
    height: 56px;
    display: block;
    position: relative;
}
.nav_list_box>a {
    display: block;
    line-height: 40px;
    text-align: center;
    padding: 0px 19px 16px;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    height: 40px;
}

.nav_list_box>a:hover {
    color: #00638b;
}
.nav_list_subnav {
    z-index: 10;
    position: absolute;
    width: 140%;
    padding: 0;
    background: #1e5a9d;
    top: 56px;
    left: 0;
    text-align: center;
    display: none;
    margin-left: -20%;
}
.nav_list_subnav a {
    font-size: 14px;
    color: #b3d3f6;
    display: block;
    border-bottom: 1px solid #356ba7;
    line-height: 39px;
}
.nav_list_subnav a:hover {
    color: #fff;
}
.banner_wrap {
    position: relative;
    z-index: 1;
    display: block;
    background: none;
}
.banner {
    overflow: hidden;
    display: block;
    height: 940px;
}
.pagination {
    position: absolute;
    bottom: 52px;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    left: 0;
    height: 16px;
}
.pagination .swiper-pagination-switch {
    width: 16px;
    height: 16px;
    background: url(../images/icon4.png)  no-repeat;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.pagination .swiper-pagination-switch.swiper-visible-switch {
    background: url(../images/icon5.png) no-repeat;
}
.index_zycp {
    height: 760px;
    display: block;
    z-index: 1;
    overflow: hidden;
	background:url(../images/inbg1.jpg) repeat-x top center;
}
.index_zycp_tit {
    margin-top: 42px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.index_zycp_tit h1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
	font-weight:bold;
}
.index_zycp_box {
    display: block;
    width: 100%;
    height: 496px;
    overflow: hidden;
}
.index_zycp_box_pic {
    float: left;
    width: 680px;
    height: 496px;
    background: #fff;
    overflow: hidden;
}
.index_zycp_box_pic a{
    display: block;
    width: 680px;
    height: 496px;
    overflow: hidden;
}
.index_zycp_box_pic a img {
    width: 680px;
    height: 496px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_zycp_box_pic a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_zycp_box_cont {
    float: left;
    background: #dab072;
    padding: 0 60px;
    width: 560px;
    height: 496px;
    overflow: hidden;
    position: relative;
}
.index_zycp_box_cont h1 {
    color: #fff;
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
	font-weight:bold;
    margin-top: 36px;
}
.index_zycp_box_cont p {
    margin-top: 9px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    height: 276px;
    overflow: hidden;
}
.index_zycp_box_links {
    width: 158px;
    height: 42px;
    border: 1px solid #edd8b9;
    text-align: center;
    line-height: 42px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.index_zycp_box_links  a{
	display:block;
	width:100%;
	color:#f4e7d5;
	font-size:16px;
}
.index_zycp_box_links  a:hover{
	color:#3265af;
}
.index_xwzx.wrap {
    background: #f2f2f2;
    height: 730px;
    display: block;
    z-index: 1;
    overflow: hidden;
}
.index_xwzx_tit {
    margin-top: 44px;
    display: block;
    overflow: hidden;
    margin-bottom: 38px;
}
.index_xwzx_tit h1 {
    font-size: 40px;
    color: #222222;
    line-height: 80px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}
.index_xwzx_cont {
    display: block;
    width: 100%;
    height: 490px;
    overflow: hidden;
}
.index_xwzx_cont li {
    float: left;
    width: 430px;
    margin-right: 35px;
    background: #fff;
    height: 490px;
    overflow: hidden;
}
.index_xwzx_cont li .index_xwzx_cont_pic {
    display: block;
    overflow: hidden;
    width: 430px;
    height: 280px;
}
.index_xwzx_cont li .index_xwzx_cont_pic a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.index_xwzx_cont li .index_xwzx_cont_pic a img{
    width: 430px;
    height: 280px;
}
.index_xwzx_cont li .index_xwzx_cont_txt {
    padding: 0 30px;
    width: 370px;
    overflow: hidden;
    height: 210px;
    display: block;
}
.index_xwzx_cont li .index_xwzx_cont_txt a {
    display: block;
    width: 100%;
    overflow: hidden;
	position: relative;
	height:210px;
}
.index_xwzx_cont li .index_xwzx_cont_txt a h1 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    color: #4f4f4f;
    font-weight: normal;
    display: block;
    overflow: hidden;
    max-height: 60px;
}
.index_xwzx_cont li .index_xwzx_cont_txt a p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 28px;
    color: #acacac;
    display: block;
    overflow: hidden;
    max-height: 56px;
}
.index_xwzx_cont li .index_xwzx_cont_txt a span {
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #868686;
    font-size: 14px;
    line-height: 28px;
}
.index_xwzx_cont li .index_xwzx_cont_pic  a img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_xwzx_cont li:hover .index_xwzx_cont_pic  a img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_xwzx_cont li:hover .index_xwzx_cont_txt a h1{
    color: #3265af;
}
.index_box.wrap {
    background: #ffffff;
    height: 1066px;
    display: block;
    z-index: 1;
    overflow: hidden;
}
.index_gyyd {
    height: 400px;
    display: block;
    margin-top: 76px;
    width: 100%;
    overflow: hidden;
    background: #c89f61;
}
.index_gyyd .index_gyyd_pic {
    float: left;
    width: 680px;
    height: 400px;
    overflow: hidden;
}
.index_gyyd_cont {
    float: left;
    padding: 0 60px;
    width: 560px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.index_gyyd_cont h1 {
    color: #fff;
    font-size: 36px;
    display: block;
    width: 100%;
    line-height: 76px;
    height: 76px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 30px;
}
.index_gyyd_cont p {
    margin-top: 12px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    height: 160px;
    overflow: hidden;
}
.index_gyyd_cont .index_gyyd_cont_links {
    width: 158px;
    height: 42px;
    border: 1px solid #edd8b9;
    text-align: center;
    line-height: 42px;
    display: block;
    overflow: hidden;
    margin-top: 28px;
}
.index_gyyd_cont .index_gyyd_cont_links {
    width: 158px;
    height: 42px;
    border: 1px solid #edd8b9;
    text-align: center;
    line-height: 42px;
    display: block;
    overflow: hidden;
    margin-top: 28px;
}
.index_gyyd_cont .index_gyyd_cont_links  a{
	display:block;
	width:100%;
	color:#f4e7d5;
	font-size:16px;
}
.index_gyyd_cont .index_gyyd_cont_links a:hover{
	color:#3265af;
}
.index_ydgy {
    float: left;
    width: 660px;
    height: 490px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.index_ydgy_tit {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 76px;
    height: 76px;
    margin-bottom: 14px;
}
.index_ydgy_tit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #222222;
}
.index_ydgy_swi {
    display: block;
    width: 660px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.index_ydgy_swi .swiper-slide a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.index_ydgy_swi .swiper-slide a img {
    width: 100%;
    height: 400px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_ydgy_swi .swiper-slide a h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fbf4f4;
    width: 596px;
    height: 60px;
    line-height: 60px;
    padding: 0 22px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
	z-index:5;
}
.index_ydgy_swi .swiper-slide a:hover h1{
    color: #3265af;
}
.index_ydgy_swi .swiper-slide a:hover img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_ydgy_swi .index_ydgy_prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    height: 48px;
    width: 48px;
    overflow: hidden;
	background:url(../images/icon6.png) no-repeat;
}
.index_ydgy_swi .index_ydgy_next {
    position: absolute;
	right: 0;
    top: 50%;
    margin-top: -24px;
    height: 48px;
    width: 48px;
    overflow: hidden;
	background:url(../images/icon7.png) no-repeat;
}
.index_rlzy {
	float:right;
    width: 660px;
    height: 490px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.index_rlzy_tit {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 76px;
    height: 76px;
    margin-bottom: 14px;
}
.index_rlzy_tit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #222222;
}
.index_rlzy_cont {
    display: block;
    width: 660px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.index_rlzy_cont a {
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.index_rlzy_cont a  img {
    width: 100%;
    height: 400px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_rlzy_cont a  h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fbf4f4;
    width: 596px;
    height: 60px;
    line-height: 60px;
    padding: 0 22px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
	z-index:5;
}
.index_rlzy_cont a:hover h1{
    color: #3265af;
}
.index_rlzy_cont a:hover img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_wmdkh {
    height: 188px;
    display: block;
    z-index: 1;
    overflow: hidden;
	background:url(../images/inbg2.jpg) repeat-x top center;
}
.index_wmdkh_tit {
    float: left;
    height: 148px;
    padding-bottom: 40px;
    width: 120px;
    display: block;
    overflow: hidden;
	margin-right:20px;
}
.index_wmdkh_tit h1 {
    line-height: 148px;
    height: 148px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}
.index_wmdkh_cont {
    float: left;
    width: 1220px;
    height: 188px;
    overflow: hidden;
}
.index_wmdkh_cont_pic {
    width: 1220px;
    display: block;
    height: 70px;
    overflow: hidden;
    margin-top: 40px;
}
.index_wmdkh_cont_pic li {
    float: left;
    width: 280px;
    height: 70px;
    margin-right: 33px;
    overflow: hidden;
    display: block;
}
.index_wmdkh_cont_pic li a {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
}
.index_wmdkh_cont_pic li a img{
    width: 100%;
    height: 70px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.index_wmdkh_cont_pic li a:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index_wmdkh_cont_text {
    margin-top: 18px;
    line-height: 36px;
    display: block;
    width: 1220px;
    overflow: hidden;
}
.index_wmdkh_cont_text p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.foot_wrap.wrap {
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
    padding: 38px 0 0;
}
.foot_top {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
}
.foot_nav {
    float: left;
    width: 1030px;
    overflow: hidden;
}
.foot_nav li {
    float: left;
    width: 150px;
    padding-right: 56px;
    overflow: hidden;
    display: block;
}
.foot_nav li h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    color: #000000;
    display: block;
    width: 100%;
}
.foot_nav li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    color: #575757;
    display: block;
    width: 100%;
}
.foot_nav li a:hover{
    color: #3265af;
}


.foot_lxwm {
    float: right;
    width: 330px;
    overflow: hidden;
}
.foot_lxwm_tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    color: #000000;
    display: block;
    width: 100%;
}
.foot_lxwm_cont p {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #575757;
    display: block;
    width: 100%;
}
.foot_bottom {
    display: block;
    padding-bottom: 24px;
    padding-top: 24px;
    overflow: hidden;
}
.foot_bottom_logo {
    float: left;
    margin-right: 48px;
    display: block;
    overflow: hidden;
}
.foot_bottom_logo a {
    display: block;
    width: 100%;
}
.foot_bottom_cont {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
}
.foot_bottom_cont p{
    color: #666666;
    font-size: 14px;
}

.foot_bottom_cont a{
    color: #666666;
    font-size: 14px;
}

.foot_bottom_cont a:hover{
    color: #3265af;
}

/***********产品服务****************/
.main_banner_wrap {
    position: relative;
    z-index: 1;
    display: block;
    background: none;
}
.main_banner {
    overflow: hidden;
    display: block;
    height: 450px;
}
.main_banner .swiper-slide {
    width: 100%;
    display: block;
    height: 450px;
}
.main_dqlm_box.box {
    position: relative;
    height: 450px;
}
.main_dqlm {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: 60px;
}
.main_dqlm h1 {
    line-height: 46px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    height: 46px;
    display: block;
    width: 100%;
}
.main_dqlm p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    height: 28px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.main_dqwz_wrap.wrap {
    height: 60px;
    background: #ededed;
    line-height: 60px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_dqwz {
    float: left;
    position: relative;
    height: 60px;
    overflow: hidden;
}
.main_dqwz p {
    font-size: 14px;
    color: #666666;
    float: left;
    padding-left: 20px;
	background:url(../images/mainicon1.png) no-repeat left center;
}
.main_dqwz a {
    font-size: 14px;
    color: #666666;
    float: left;
	padding:0 8px;
}
.main_dqwz a:hover {
    color: #00638b;
}
.main_dqwz label {
    float: left;
}
.cpfw_cptop  {
    height: 720px;
    display: block;
    z-index: 1;
    overflow: hidden;
	background:#ffffff;
}
.cpfw_cptop_tit {
    margin-top: 52px;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}
.cpfw_cptop_tit h1 {
    font-size: 30px;
    color: #333333;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
	font-weight: normal;
}
.cpfw_cptop_box {
    width: 1360px;
    height: 495px;
    display: block;
    padding: 17px;
    margin-left: -17px;
	background: url(../images/cpfwbg1.png) no-repeat;
}
.cpfw_cptop_box_pic {
    float: left;
    width: 680px;
    height: 495px;
    background: #fff;
    overflow: hidden;
}
.cpfw_cptop_box_pic a{
    display: block;
    width: 680px;
    height: 496px;
    overflow: hidden;
}
.cpfw_cptop_box_pic a img {
    width: 680px;
    height: 495px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.cpfw_cptop_box_pic  a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cpfw_cptop_box_cont {
    float: left;
    background: #dab072;
    padding: 0 60px;
    width: 560px;
    height: 495px;
    overflow: hidden;
    position: relative;
}
.cpfw_cptop_box_cont h1 {
    color: #fff;
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
	font-weight:bold;
    margin-top: 36px;
}
.cpfw_cptop_box_cont p {
    margin-top: 9px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    height: 276px;
    overflow: hidden;
}
.cpfw_cptop_box_links {
    width: 158px;
    height: 42px;
    border: 1px solid #edd8b9;
    text-align: center;
    line-height: 42px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.cpfw_cptop_box_links  a{
	display:block;
	width:100%;
	color:#f4e7d5;
	font-size:16px;
}
.cpfw_cptop_box_links  a:hover{
	color:#3265af;
}
.cpfw_cpbottom  {
    height: 754px;
    display: block;
    z-index: 1;
    overflow: hidden;
	background:#f4f4f4;
}
.cpfw_cpbottom_box {
    width: 1360px;
    height: 495px;
    display: block;
    padding: 17px;
    margin-left: -17px;
	background: url(../images/cpfwbg1.png) no-repeat;
	margin-top:64px;
	margin-bottom:57px;
}
.cpfw_cpbottom_box_pic {
    float: left;
    width: 680px;
    height: 495px;
    background: #fff;
    overflow: hidden;
}
.cpfw_cpbottom_box_pic a{
    display: block;
    width: 680px;
    height: 496px;
    overflow: hidden;
}
.cpfw_cpbottom_box_pic a img {
    width: 680px;
    height: 495px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.cpfw_cpbottom_box_pic  a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cpfw_cpbottom_box_cont {
    float: left;
    background: #dab072;
    padding: 0 60px;
    width: 560px;
    height: 495px;
    overflow: hidden;
    position: relative;
}
.cpfw_cpbottom_box_cont h1 {
    color: #fff;
    font-size: 32px;
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
	font-weight:bold;
    margin-top: 36px;
}
.cpfw_cpbottom_box_cont p {
    margin-top: 9px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    height: 276px;
    overflow: hidden;
}
.cpfw_cpbottom_box_links {
    width: 158px;
    height: 42px;
    border: 1px solid #edd8b9;
    text-align: center;
    line-height: 42px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.cpfw_cpbottom_box_links  a{
	display:block;
	width:100%;
	color:#f4e7d5;
	font-size:16px;
}
.cpfw_cpbottom_box_links  a:hover{
	color:#3265af;
}
.cpfw_cpbottom_more {
    width: 158px;
    display: block;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
	text-align:center;
	line-height:42px;
}
.cpfw_cpbottom_more a {
    display: block;
    width: 100%;
    color: #b2b2b2;
    font-size: 16px;
}
.cpfw_cpbottom_more a:hover {
	color: #3265af;
}

.cpfw_fwzx {
    height: 769px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.cpfw_fwzx_tit {
    margin-top: 37px;
    display: block;
    overflow: hidden;
    margin-bottom: 13px;
}
.cpfw_fwzx_tit h1 {
    font-size: 30px;
    color: #333333;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: normal;
}
.cpfw_fwzx_cont {
    width: 1222px;
    height: 457px;
    display: block;
    padding: 77px 86px 50px;
    margin-left: -17px;
    background: url(../images/cpfwbg2.png) no-repeat;
}


.cpfw_fwzx_left {
    float: left;
    width: 600px;
    height: 45px;
    display: block;
    overflow: hidden;
	margin-bottom:19px;
	background:#fff;
}
.cpfw_fwzx_left input{
	border:1px solid #cacaca;
	padding:0 21px;
	width:556px;
	height:43px;
	line-height:43px;
    color: #333;
    font-size: 16px;
}
.cpfw_fwzx_right {
    float: right;
    width: 600px;
    height: 45px;
    display: block;
    overflow: hidden;
	margin-bottom:19px;
	background:#fff;
}
.cpfw_fwzx_right input{
	border:1px solid #cacaca;
	padding:0 21px;
	width:556px;
	height:43px;
	line-height:43px;	
    color: #333;
    font-size: 16px;
}
.cpfw_fwzx_bz {
    float: left;
    width: 1222px;
    height: 180px;
    overflow: hidden;
    background: #fff;
    display: block;
}
.cpfw_fwzx_bz textarea {
    border: 1px solid #cacaca;
    padding: 5px 21px;
    width: 1178px;
    line-height: 28px;
    height: 168px;
    color: #333;
    font-size: 16px;
}
.cpfw_fwzx_tjdd {
    margin-top: 40px;
    display: block;
    width: 160px;
    height: 45px;
    background: #dab072;
    margin: 40px auto 0;
}

.cpfw_fwzx_tjdd .cpfw_fwzx_tjdd_qd {
    border: 0;
    width: 160px;
    height: 45px;
    background: #dab072;
    font-size: 18px;
    color: #454545;
}
.cpfw_fwzx_tjdd .cpfw_fwzx_tjdd_qd:hover {
	color: #fff;
}
/***********关于元鼎****************/
.gyyd_gsjs {
    padding: 70px 0 90px;
    height: 420px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.gyyd_gsjs_cont {
    float: left;
    width: 610px;
    overflow: hidden;
    position: relative;
    height: 420px;
}
.gyyd_gsjs_cont h1 {
    font-size: 36px;
    line-height: 76px;
    font-weight: normal;
    color: #666666;
    margin-top: 10px;
    height: 76px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.gyyd_gsjs_cont p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    max-height: 224px;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    display: block;
    width: 100%;
}
.gyyd_gsjs_links {
    position: absolute;
    left: 0;
    width: 158px;
    height: 42px;
    border: 1px solid #bebebe;
    text-align: center;
    bottom: 20px;
    line-height: 42px;
}
.gyyd_gsjs_links a {
    color: #949494;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 42px;
}
.gyyd_gsjs_links a:hover {
    color: #00638b;
}
.gyyd_gsjs_pic {
    float: right;
    width: 640px;
    height: 420px;
    overflow: hidden;
}
.gyyd_gsjs_pic img {
    width: 640px;
    height: 420px;
}
.gyyd_yyzs.wrap {
    height: 830px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: url(../images/gyydbg1.jpg) repeat-x top center;
}
.gyyd_yyzs_tit {
    text-align: center;
    height: 70px;
    margin-top: 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 62px;
}
.gyyd_yyzs_tit h1 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.gyyd_yyzs_top {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 350px;
}
.gyyd_yyzs_top  .pagination{
display:none;
}
.gyyd_yyzs_top a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.gyyd_yyzs_top a img {
    width: 250px;
    height: 350px;
    display: block;
    margin: 0 auto;
}
.gyyd_yyzs_bottom {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 160px;
}
.gyyd_yyzs_bottom .pagination{
display:none;
}
.gyyd_yyzs_bottom a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.gyyd_yyzs_bottom a img {
  width: 250px;
    height: 160px;
    display: block;
    margin: 0 auto;
}
.gyyd_gswh.wrap {
    padding: 90px 0;
    height: 420px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.gyyd_gswh_pic {
    float: left;
    width: 640px;
    height: 420px;
    overflow: hidden;
}
.gyyd_gswh_pic img{
    width: 640px;
    height: 420px;
}
.gyyd_gswh_cont {
    float: right;
    width: 610px;
    overflow: hidden;
    position: relative;
    height: 420px;
}
.gyyd_gswh_cont h1 {
    font-size: 36px;
    line-height: 76px;
    font-weight: normal;
    color: #666666;
    margin-top: 58px;
    height: 76px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.gyyd_gswh_cont p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    max-height: 160px;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    display: block;
    width: 100%;
}

/***************联系我们***************/

.lxwm {
    padding: 58px 0 100px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.lxwm_lxfs {
    display: block;
    height: 250px;
    width: 100%;
    overflow: hidden;
}
.lxwm_lxfs_box {
    float: left;
    width: 398px;
    height: 248px;
    margin-right: 80px;
    overflow: hidden;
    border: 1px solid #eadcca;
}
.lxwm_lxfs_box.lxwm_lxfs_yx{
    margin-right: 0px;
}
.lxwm_lxfs_box i {
    display: block;
    width: 100%;
    height: 52px;
    margin-top: 39px;
    overflow: hidden;
}
.lxwm_lxfs_dh i {
	background:url(../images/lxwmicon1.png) no-repeat top center;
	background-size: contain;
}
.lxwm_lxfs_dz i {
	background:url(../images/lxwmicon2.png) no-repeat top center;
	background-size: contain;
}
.lxwm_lxfs_yx i {
	background:url(../images/lxwmicon3.png) no-repeat top center;
	background-size: contain;
}
.lxwm_lxfs_box h1 {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #c89f62;
}
.lxwm_lxfs_box p {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.lxwm_ditu {
    display: block;
    margin-top: 40px;
    border: 10px solid #eadcca;
    height: 430px;
    width: 1340px;
    overflow: hidden;
}
.lxwm_ditu_weizi {
    height: 430px;
    width: 1340px;
}
.lxwm_ditu_weizi .BMapLabel {
	display:none;
}

.lxwm_ditu_weizi .BMap_stdMpCtrl {
    left: calc((100% - 1440px) / 2 )!important;
}
/*************内页******************/
.show_wrap {
    padding: 40px 0 60px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.show {
    display: block;
    width: 100%;
    overflow: hidden;
}
.show_tit {
    padding: 7px 20px 25px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 1320px;
}
.show_tit h1 {
    line-height: 46px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.show_tit p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.show_cont {
    padding: 37px 0 56px;
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.show_cont img {
	max-width:100%;
	margin:0 auto;
}
.show_cont video {
	max-width:100%;
	margin:0 auto;
}
.show_tab {
    padding-top: 43px;
    display: block;
    overflow: hidden;
    width: 100%;
}
.show_tab_prev {
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    display: block;
    max-width: 40%;
}

.show_tab_next {
    float: right;
    line-height: 32px;
    display: block;
    max-width: 40%;
}
.show_tab_next span{
	float:left;
    font-size: 14px;
    color: #333333;
}
.show_tab_next a{
	float:left;
    font-size: 14px;
    color: #333333;
}
.show_tab_next a:hover{
	color: #00638b;
}

/**********人力资源************/
.rlzy {
    padding: 38px 0 82px;
    height: 530px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: url(../images/rlzybg1.jpg) repeat-x top center;
}
.rlzy_tit {
    width: 100%;
    text-align: center;
    height: 70px;
    display: block;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 40px;
}
.rlzy_tit h1 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.rlzy_left {
    float: left;
    width: 530px;
    height: 348px;
    background: #dab072;
    padding: 36px 75px;
    display: block;
    overflow: hidden;
    position: relative;
}
.rlzy_ztmb {
    display: block;
    width: 100%;
    margin-bottom: 46px;
    overflow: hidden;
}
.rlzy_ztmb_tit {
    padding-top: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 44px;
	background:url(../images/rlzyhx1.jpg) no-repeat left top;
}
.rlzy_ztmb_tit h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #ffffff;
    display: block;
}
.rlzy_ztmb p {
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    font-weight: normal;
    display: block;
    width: 100%;
    overflow: hidden;
}
.rlzy_zygh {
    display: block;
    width: 100%;
    overflow: hidden;
}
.rlzy_zygh_tit {
    padding-top: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 44px;
	background:url(../images/rlzyhx1.jpg) no-repeat left top;
}
.rlzy_zygh_tit h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #ffffff;
    display: block;
}
.rlzy_zygh p {
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
    font-weight: normal;
    display: block;
    width: 100%;
    overflow: hidden;
}

.rlzy_right {
    float: left;
    width: 530px;
    height: 348px;
    background: url(../images/rlzybg2.jpg) no-repeat;
    padding: 36px 75px;
    display: block;
    overflow: hidden;
    position: relative;
}
.rlzy_jbsx {
    display: block;
    width: 100%;
    overflow: hidden;
}
.rlzy_jbsx_tit {
    padding-top: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 44px;
	background:url(../images/rlzyhx2.jpg) no-repeat left top;
}
.rlzy_jbsx_tit h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #333333;
    display: block;
}
.rlzy_jbsx p {
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    font-weight: normal;
    display: block;
    width: 100%;
    overflow: hidden;
}
.rlzy_rcjp {
    padding: 40px 0 50px;
    max-height: 1228px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: url(../images/rlzybg3.jpg) no-repeat top center #eee;
}
.rlzy_rcjp_tit {
    width: 100%;
    text-align: center;
    height: 70px;
    display: block;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 42px;
}
.rlzy_rcjp_tit h1 {
    font-size: 30px;
    color: #222222;
    font-weight: normal;
}
.rlzy_rcjp_cont {
    display: block;
    width: 100%;
    max-height: 1010px;
    overflow: hidden;
    margin-bottom: 60px;
}
.rlzy_rcjp_cont li {
    float: left;
    width: 430px;
    height: 490px;
    display: block;
    overflow: hidden;
    margin-right: 35px;
    margin-bottom: 30px;
}
.rlzy_rcjp_cont li a {
    display: block;
    width: 370px;
    height: 400px;
    padding: 40px 30px 50px;
    overflow: hidden;
	position: relative;
	background: #fff;
}
.rlzy_rcjp_cont_tit {
    height: 67px;
    display: block;
    padding-bottom: 2px;
    width: 100%;
    overflow: hidden;
	background:url(../images/rlzyhx3.jpg) no-repeat left bottom;
}
.rlzy_rcjp_cont_tit h1 {
    line-height: 67px;
	font-size:24px;
	color:#4f4f4f;
	font-weight:normal;
}
.rlzy_rcjp_cont_box {
    display: block;
    margin-top: 28px;
    height: 216px;
    overflow: hidden;
}
.rlzy_rcjp_cont_box p {
    font-size: 14px;
    line-height: 36px;
    color: #acacac;
    font-weight: normal;
}
.rlzy_rcjp_cont_links {
    position: absolute;
    width: 158px;
    height: 42px;
    text-align: center;
    display: block;
    line-height: 44px;
    left: 30px;
    bottom: 50px;
    border: 1px solid #dddddd;
}
.rlzy_rcjp_cont_links span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #b7b7b7;
}
.rlzy_rcjp_cont li a:hover {
	background: #dab072;
}
.rlzy_rcjp_cont li a:hover .rlzy_rcjp_cont_tit h1,.rlzy_rcjp_cont li a:hover .rlzy_rcjp_cont_box p,.rlzy_rcjp_cont li a:hover .rlzy_rcjp_cont_links span {
    color: #ffffff;
}
.rlzy_rcjp_cont li a:hover .rlzy_rcjp_cont_tit{
	background:url(../images/rlzyhx4.jpg) no-repeat left bottom;
}
.rlzy_rcjp_cont li a:hover .rlzy_rcjp_cont_links{
    border: 1px solid #ffffff;
}
.rlzy_rcjp_links {
    width: 158px;
    height: 42px;
    text-align: center;
    display: block;
    line-height: 44px;
    left: 30px;
    bottom: 50px;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
}
.rlzy_rcjp_links a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #a7a7a7;
}
.rlzy_rcjp_links a:hover {
    color: #00638b;
}
/**************新闻列表页*************/
.newslist_wrap  {
    padding: 58px 0 70px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.newslist {
    display: block;
    width: 100%;
    overflow: hidden;
}
.newslist ul {
    overflow: hidden;
    margin-bottom: 40px;
}
.newslist li {
    float: left;
    width: 430px;
    height: 490px;
    background: #f2f2f2;
    overflow: hidden;
    display: block;
    margin-right: 35px;
    margin-bottom: 30px;
}
.newslist li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newslist li a .newslist_pic {
    width: 430px;
    height: 280px;
    overflow: hidden;
    display: block;
}
.newslist li a .newslist_pic img {
    width: 430px;
    height: 280px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.newslist li a .newslist_cont {
    padding: 20px 30px 0;
    width: 370px;
    height: 190px;
    position: relative;
    display: block;
    overflow: hidden;
}
.newslist li a .newslist_cont h1 {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    max-height: 60px;
}
.newslist li a .newslist_cont p {
    display: block;
    margin-top: 9px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.newslist li a .newslist_cont span {
    position: absolute;
    left: 30px;
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    bottom: 22px;
}
.newslist li a:hover .newslist_cont h1,.newslist li a:hover .newslist_cont p,.newslist li a:hover .newslist_cont span{
	color:#c69e5e;
}
.newslist li a:hover .newslist_pic img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*******************/
.NewsPage {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #333333;
    max-width: 1200px;
    overflow: hidden;
}
.NewsPage p {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 250px;
}
.NewsPage font {
    color: #195faa;
    padding: 0 5px;
}
.NewsPage a {
    border: 1px solid #d4d4d4;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    line-height: 38px;
    margin: 0 5px;
    color: #999999;
}
.NewsPage a.active {
    border: 1px solid #c8a164;
    background: #c8a164;
    color: #ffffff;
}
.NewsPage a:hover {
    border: 1px solid #c8a164;
    background: #c8a164;
    color: #ffffff;
}

/************下载列表页*************/
.xzlist_wrap  {
    padding: 38px 0 70px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.xzlist {
    display: block;
    width: 100%;
    overflow: hidden;
}
.xzlist_tit {
    display: block;
    height: 70px;
    margin-bottom: 42px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.xzlist_tit h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
}
.xzlist ul {
    overflow: hidden;
    border-top: 1px #b6b6b6 dashed;
    margin-bottom: 40px;
}
.xzlist ul li {
    border-bottom: 1px #b6b6b6 dashed;
	height:72px;
}
.xzlist ul li {
    border-bottom: 1px #b6b6b6 dashed;
    height: 72px;
    line-height: 72px;
    width: 1314px;
    display: block;
    overflow: hidden;
	padding:0 42px 0 4px;
}
.xzlist ul li span {
    float: left;
    font-size: 16px;
    color: #666666;
    display: block;
}
.xzlist ul li a {
    float: right;
    font-size: 16px;
    color: #666666;
    display: block;
}
.xzlist ul li a:hover {
    color: #ff0036;
}
/*********基金会**************/

.ydgy_jjh {
    padding: 58px 0 72px;
    height: 420px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.ydgy_jjh_cont {
    float: left;
    width: 610px;
    overflow: hidden;
    position: relative;
    height: 420px;
}
.ydgy_jjh_cont h1 {
    font-size: 36px;
    line-height: 76px;
    font-weight: bold;
    color: #666666;
    margin-top: 7px;
    height: 76px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.ydgy_jjh_cont p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    max-height: 192px;
    overflow: hidden;
    margin-top: 14px;
    float: left;
    display: block;
    width: 100%;
}
.ydgy_jjh_links {
    position: absolute;
    left: 0;
    width: 158px;
    height: 42px;
    border: 1px solid #bebebe;
    text-align: center;
    bottom: 20px;
    line-height: 42px;
}
.ydgy_jjh_links a {
    color: #949494;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 42px;
}
.ydgy_jjh_links a:hover {
    color: #00638b;
}
.ydgy_jjh_pic {
    float: right;
    width: 640px;
    height: 420px;
    overflow: hidden;
}
.ydgy_jjh_pic img {
    width: 640px;
    height: 420px;
}
.ydgy_box {
    padding: 42px 0 128px;
    height: 380px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #f2f2f2;
}
.ydgy_box_tit{
    width: 100%;
    text-align: center;
    height: 70px;
    display: block;
    overflow: hidden;
    line-height: 70px;
    margin-bottom: 40px;
}
.ydgy_box_tit h1 {
    font-size: 30px;
    color: #222222;
    font-weight: normal;
}
.ydgy_box_cont {
    width: 1360px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.ydgy_box_cont .swiper-slide a {
    display: block;
    width: 430px;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin: 0 11px;
}
.ydgy_box_cont  .swiper-slide a img {
    width: 430px;
    height:270px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.ydgy_box_cont .swiper-slide a h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fbf4f4;
    width: 370px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    z-index: 5;
    text-align: center;
}
.ydgy_box_cont .swiper-slide a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ydgy_box_cont  .swiper-slide a:hover h1 {
    color: #3265af;
}
.ydgy_box_cont  .ydgy_box_prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    height: 48px;
	z-index:10;
    width: 48px;
    overflow: hidden;
    background: url(../images/ydgyicon1.jpg)no-repeat;
}

.ydgy_box_cont  .ydgy_box_next {
    position: absolute;
    right: 0;
    top: 50%;
	z-index:10;
    margin-top: -24px;
    height: 48px;
    width: 48px;
    overflow: hidden;
    background: url(../images/ydgyicon2.jpg) no-repeat;
}
.ydgy_box_cont  .ydgy_box_prev:hover {
    background: url(../images/ydgyicon3.jpg)no-repeat;
}
.ydgy_box_cont  .ydgy_box_next:hover {
    background: url(../images/ydgyicon4.jpg)no-repeat;
}
/*******招聘列表页********/
.rllist_wrap  {
    padding: 38px 0 70px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.rllist {
    display: block;
    width: 100%;
    overflow: hidden;
}
.rllist li {
    float: left;
    width: 430px;
    height: 490px;
    display: block;
    overflow: hidden;
    margin-right: 35px;
    margin-bottom: 30px;
}
.rllist li a {
    display: block;
    width: 370px;
    height: 400px;
    padding: 40px 30px 50px;
    overflow: hidden;
	position: relative;
	background: #d0d0d0;
}
.rllist_tit {
    height: 67px;
    display: block;
    padding-bottom: 2px;
    width: 100%;
    overflow: hidden;
	background:url(../images/rlzyhx3.jpg) no-repeat left bottom;
}
.rllist_tit h1 {
    line-height: 67px;
	font-size:24px;
	color:#4f4f4f;
	font-weight:normal;
}
.rllist_box {
    display: block;
    margin-top: 28px;
    height: 216px;
    overflow: hidden;
}
.rllist_box p {
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    font-weight: normal;
}
.rllist_links {
    position: absolute;
    width: 158px;
    height: 42px;
    text-align: center;
    display: block;
    line-height: 44px;
    left: 30px;
    bottom: 50px;
    border: 1px solid #666666;
}
.rllist_links span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #666666;
}
.rllist li a:hover {
	background: #dab072;
}
.rllist li a:hover .rllist_tit h1,.rllist li a:hover .rllist_box p,.rllist li a:hover .rllist_links span {
    color: #ffffff;
}
.rllist li a:hover .rllist_tit{
	background:url(../images/rlzyhx4.jpg) no-repeat left bottom;
}
.rllist li a:hover .rllist_links{
    border: 1px solid #ffffff;
}

/**************单页*****************/
.page_wrap {
    padding: 40px 0 60px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.page {
    display: block;
    width: 100%;
    overflow: hidden;
}
.page_cont {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.page_cont img {
	max-width:100%;
	margin:0 auto;
}
.page_cont video {
	max-width:100%;
	margin:0 auto;
}

/*********产品列表页*******************/
.cplist_wrap  {
    padding: 58px 0 70px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.cplist {
    display: block;
    width: 100%;
    overflow: hidden;
}
.cplist ul {
    overflow: hidden;
    margin-bottom: 40px;
}
.cplist li {
    float: left;
    width: 430px;
    height: 330px;
    background: #f2f2f2;
    overflow: hidden;
    display: block;
    margin-right: 35px;
    margin-bottom: 30px;
}
.cplist li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cplist li a .cplist_pic {
    width: 430px;
    height: 280px;
    overflow: hidden;
    display: block;
}
.cplist li a .cplist_pic img {
    width: 430px;
    height: 280px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.cplist li a .cplist_cont {
    padding: 10px 30px 10px;
    width: 370px;
    height: 30px;
    position: relative;
    display: block;
    overflow: hidden;
}
.cplist li a .cplist_cont h1 {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    max-height: 30px;
    text-align: center;
}
/************普通列表页*************/
.ptlist_wrap  {
    padding: 38px 0 70px;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
}
.ptlist {
    display: block;
    width: 100%;
    overflow: hidden;
}
.ptlist ul {
    overflow: hidden;
    border-top: 1px #b6b6b6 dashed;
    margin-bottom: 40px;
}
.ptlist ul li {
    border-bottom: 1px #b6b6b6 dashed;
	height:72px;
}
.ptlist ul li {
    border-bottom: 1px #b6b6b6 dashed;
    height: 72px;
    line-height: 72px;
    width: 1314px;
    display: block;
    overflow: hidden;
	padding:0 42px 0 4px;
}
.ptlist ul li a{
    float: left;
    font-size: 16px;
    color: #666666;
    display: block;
}
.ptlist ul li a:hover {
    color: #00638b;
}
.ptlist ul li span {
    float: right;
    font-size: 16px;
    color: #666666;
    display: block;
}
