@charset "utf-8";

/****************************************news and about*/

.list_banner {
    width: 100%;
    height: 340px;
    background: #ddd;
    margin-bottom: 20px;
}

.list_banner_news {}

.left_bar {
    width: 260px;
    min-height: 600px;
    float: left;
}

.left_bar_con {
    width: 258px;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.left_bar_contact {
    width: 100%;
    margin-top: 20px;
}

.left_bar_main .title,
.left_bar_contact .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #073F8A;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
}

.left_bar_con a {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    padding: 8px 14px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    text-align: center;
    margin-left: 15px;
}

.left_bar_con a:first-of-type {
    margin-top: 14px;
}

.left_bar_con a:hover {
    color: #D9251C;
    border: 1px solid #D9251C;
}

.left_bar_contact .left_bar_con {
    width: 218px;
    padding: 20px;
}

.left_bar_contact .color_a {
    font-size: 16px;
    font-weight: 700;
}

.left_bar_contact .color_b {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
}

.lbc_img {
    width: 100%;
    height: 150px;
    background: url(../img/contact.jpg) no-repeat center center;
    margin-bottom: 20px;
}

.right_box {
    width: 880px;
    min-height: 300px;
    border: 1px solid #d1d1d1;
    float: left;
    margin-left: 16px;
    padding: 20px;
}

.right_box .location {
    text-align: right;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.right_box .right_box_con {
    padding-top: 20px;
}

.right_box_con .about_img {
    display: block;
    max-width: 805px;
    margin: 0 auto;
}

.location a {
    color: #999;
}

.news_search .left_bar_con {
    width: 218px;
    padding: 20px;
    height: ;
}

.news_search input {
    width: 165px;
    height: 32px;
    line-height: 32px;
    color: #999;
    padding-left: 10px;
    float: left;
}

.news_search button {
    width: 36px;
    height: 36px;
    background: url(../img/search_btn.png) no-repeat center center;
    background-color: #D9251C;
    border: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: left;
}

.news_article {
    width: 90%;
    margin: 0 auto;
}

.right_box_con h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.right_box_con .article_info {
    color: #999;
}

.right_box_con .article_con {
    margin-top: 20px;
}

.right_box_con .article_con img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.article_sns {
    width: 140px;
    margin: 20px auto;
}

.article_key a {
    padding: 4px 8px;
    background: #f1f1f1;
    border-radius: 4px;
    color: #073F8A;
    font-weight: 700;
    margin: 0 5px;
}

.article_key a:hover{
    background: #e9e9e9;
}

.article_navpage {
    margin: 20px auto 0 auto;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f5f5f5;
    padding: 0 10px;
}

.article_navpage a {
    color: #333;
}

.article_navpage a:hover {
    color: #D9251C;
}

.news_list .title {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #073F8A;
}

.news_list .news_list_nav {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.news_list .news_list_nav li {
    height: 36px;
    line-height: 36px;
    float: right;
}

.news_list .news_list_nav li a {
    display: block;
    text-align: center;
    padding: 4px 12px;
    border-radius: 8px;
    background: #f1f1f1;
    margin: 2px 0 0 20px;
    height: 24px;
    line-height: 24px;
    color: #073F8A;
    font-weight: 700;
}

.news_list {
    padding-top: 8px;
}

.news_list .right_box_con {
    padding: 0;
}

.news_list_left_end,
.news_list_left {
    width: 100px;
    height: 120px;
    margin-right: 20px;
    float: left;
    background: url(../img/new_list_bg.png) no-repeat top right;
    position: relative;
    overflow: hidden;
    margin-left: 30px;
}

.news_list_left_end {
    background: url(../img/new_list_bg_end.png) no-repeat top right;
}

.news_list_right {
    width: 730px;
    float: left;
}

.news_list_right h3 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
}

.news_list_txt {
    width: 730px;
    height: 55px;
    color: #999;
    overflow: hidden;
}

.news_list_con li:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.news_list_right a {
    color: #333;
}

.nav_page {
    width: 550px;
    height: 40px;
    margin: 20px auto 0 auto;
}

.nav_page li {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.nav_page li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
}

.nav_page li a:hover {
    border: 1px solid #D9251C;
}

.nav_page .on {
    background: #D9251C;
    color: #fff;
}

.nav_page .disable {
    pointer-events: none;
}

.news_list_left i {
    font-style: normal;
    position: absolute;
    font-size: 36px;
    color: #666;
    text-align: right;
    right: 16px;
    top: 20px;
    overflow: hidden;
    letter-spacing: 6px;
    width: 80px;
}

.news_search .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #073F8A;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
}

.news_list_left span {
    position: absolute;
    font-size: 16px;
    color: #999;
    right: 2px;
    top: 0;
    overflow: hidden;
    letter-spacing: 3px;
    width: 100px;
    padding-left: 40%;
}

.news_on {
    background: #073F8A !important;
    color: #fff !important;
}

.about_on {
    color: #D9251C !important;
    border: 1px solid #D9251C !important;
}

.process_box h1 {
    color: #333;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 4px;
    font-size: 30px;
}

.process_box .fccl_lc{
	text-align:center;
	width:1200px;
}
.process_box .fccl_lc img{
	text-align:center;
}
.process_bar {
    padding-left: 4px;
}

.process_bar li {
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #75d3ed;
    font-size: 20px;
    border-radius: 4px;
    letter-spacing: 2px;
    margin-right: 56px;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    position: relative;
}

.process_bar li:after {
    content: url(../img/process_bg.png);
    position: absolute;
    right: -50px;
    top: 13px;
}

.process_bar li:last-of-type:after {
    content: "";
}

.process_bar li:last-of-type {
    margin-right: 0;
}

.process_box_img {
    width: 1000px;
    margin: 60px auto 20px auto;
}

.process_box_img li {
    display: inline-block;
    width: 273px;
    height: 273px;
    margin: 10px 76px 76px 5px;
    position: relative;
}

.process_box_img li div {
    display: inline-block;
    width: 273px;
    height: 273px;
    background: #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.process_arrow_down:after,
.process_arrow_left:after,
.process_arrow_right:after {
    width: 65px;
    height: 65px;
    content: url(../img/process_bg2.png);
    position: absolute;
    right: -78px;
    top: 100px;
}

.process_box_img li div img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.process_box_img li:nth-of-type(3n) {
    margin-right: 0;
}

.process_box_img .sw {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.process_box_img li:last-of-type:after {
    content: "";
}

.process_arrow_down:after {
    top: 285px;
    left: 95px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.process_arrow_left:after {
    top: 95px;
    left: -78px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.process_box_img li div {
    position: relative;
}

.process_box_img li div span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(117, 211, 237, .5);
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 1px 1px 3px #46808f;
}

.process_box_img li div:hover span {
    background: rgba(117, 211, 237, .9);
}

.img_big_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.img_big_box {
    max-width: 60vh;
    max-height: 65vh;
    padding: 20px;
    background: #fff;
    position: fixed;
    top: 20vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    z-index: 999;
}

.img_big_box div {
    width: 100%;
    height: 100%;
    position: relative;
}

.img_big_box div img {
    max-width: 60vh;
    max-height: 60vh;
    object-fit: cover;
}

.img_big_box div .sw {
    margin-left: 10vh;
}

.img_big_box div span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.img_big_closed {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #999;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    font-style: normal;
}

.gczs_img li {
    width: 200px;
    height: 190px;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 20px 0;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #999;
    cursor: pointer;
}

.gczs_img li:hover {
    box-shadow: 0 0 5px #D9251C;
}

.gczs_img li div {
    width: 100%;
    height: 100%;
}

.gczs_img li div span {
    display: block;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
}

.gczs_img li:nth-of-type(4n) {
    margin-right: 0;
}

.gczs_img li img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/***************************************************联系我们*/

.contact_txt {
    text-align: center;
    color: #073F8A;
    width: 600px;
    float: left;
}

.contact_txt h1{
    font-size: 36px;
}

.contact_txt h2{
    font-size: 24px;
    margin-bottom: 40px;
}

.contact_txt p{
    margin: 20px auto;
    font-size: 16px;
    text-align: left;
    width: 438px;
}

.contact_txt p span{
    font-weight: 700;
    color: #D9251C;
}

.contact_map {
    width: 600px;
    float: left;
}

/***************************************************百度地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/***************************************************产品资料*/

.product_nav {
    width: 1060px;
    margin: 0 auto;
}

.product_nav li {
    width: 220px;
    height: 270px;
    display: inline-block;
    border-radius: 110px;
    margin:0 20px;
    position: relative;
    color: #333;
    opacity: .5;
    cursor: pointer;
}

.product_nav li > img {
    width: 220px;
    height: 220px;
}

.product_nav li p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.product_nav li .pro_hv {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: rgba(217, 37, 28, .8);
}

.product_nav li .pro_hv img {
    position: absolute;
    top: 70px;
    left: 88px;
}

.product_nav li .pro_hv span{
    color: #fff;
    position: absolute;
    top: 120px;
    left: 70px;
}

.product_nav li:hover,
.product_nav .pro_on {
    opacity: 1 !important;
}

.product_nav .pro_on:after{
    content: url(../img/pro_nav_on.png);
    position: absolute;
    bottom: -32px;
    left: 105px;
}

.product_box {
    width: 1200px;
    min-height: 200px;
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
    padding: 20px;
    background: #f9f9f9;
}

.product_box li {
    width: 100%;
    display: none;
}

.product_box .pro_txt_on {
    display: block;
}

.product_table {
    width: 100%;
}

.product_table dt{
    display: block;
    width: 100%;
    background: rgba(7,63,138,.8);
    color: #fff;
    border: 1px solid #073F8A;
}


.product_table dd{
    display: block;
    width: 100%;
    background: rgba(7,63,138,.09);
    color: #333;
    border: 1px solid #073F8A;
    border-top: 0;
}

.product_table dd:hover{
    background: rgba(7,63,138,.2);
}

.product_table dd:after,
.product_table dt:after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.product_table span {
    display: inline-block;
    border-left: 1px solid #073F8A;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 16.52%;
    height: 20px;
    line-height: 20px;
}

.product_table span em {
    font-style: normal;
    margin-left: 4px;
    border-right: 0;
}

.product_table .col_2_g {
    padding: 0;
}

.product_table .col_2_g i {
    font-style: normal;
    text-align: center;
    display: inline-block;
    width: 49.5%;
    border-left: 1px solid #073F8A;
    padding: 10px 0;
}

.product_table .col_2_g i:first-of-type{
    border-left:0;
}

.product_table .col_z {
    width: 25%;
    float: left;
    border-left: 0;
}

.product_table .col_r {
    width: 25%;
    float: right;
}

.product_fccl {
    width: 1140px;
	margin: 0 auto;
}

.product_fccl dd{
	padding-bottom:40px;
}


.product_box li h2 {
    text-align: center;
    margin: 20px 0;
}

.product_box li h2 span {
    font-size: 16px;
}

.product_box .sh_s2 span{
    height: 80px;
    line-height: 80px;
    padding: 0;
}

.product_box .sh_s2 i {
    padding: 0;
}

.product_box .sh_s2 p {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #073F8A;
}

.product_box .sh_s2 .br_2 p{
    height: 20px;
    line-height: 10px;
    border-bottom: 0;
    padding-top: 35px;
}

.product_box .sh_s2 .br_2 p:last-of-type {
    padding-top: 0;
}

.product_box .sh_s2 p:last-of-type {
    border-bottom: 0;
}

.sh_s11,
span.col_pt_z,
.product_box .sh_s14 {
    border-left: 0;
}

.product_box .sh_s14 span{
    height: 714px;
    line-height: 714px;
    padding: 0;
}

.product_box .sh_s14 p {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #073F8A;
}


.product_box .sh_s14 p:last-of-type {
    border-bottom: 0;
}

.col_r .sh_s11{
    height: 260px !important;
    line-height: 20px !important;
    padding-top: 250px;
    word-wrap: normal;
    overflow: hidden;
}

.col_r .sh_s3{
    padding-top: 90px;
    line-height: 20px !important;
    word-wrap: normal;
}

.pro_info {
    margin: 20px 0;
}

.pro_info .color_b {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.pro_info p{
    margin-bottom: 4px;
}

.pro_info p span {
    margin: 0 8px;
}

.product_table_pp {
    width: 100%;
}

.product_table_pp dt{
    display: block;
    width: 1199px;
    background: rgba(7,63,138,.8);
    color: #fff;
    border: 1px solid #073F8A;
    
}

.product_table_pp .col_pt_z{
    border-left: 0 !important;
}

.product_table_pp dd{
    display: block;
    width: 100%;
    background: rgba(7,63,138,.09);
    color: #333;
    border: 1px solid #073F8A;
    border-top: 0;
}

.product_table_pp dd:hover{
    background: rgba(7,63,138,.2);
}

.product_table_pp dd:after,
.product_table_pp dt:after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.product_table_pp span {
    display: inline-block;
    border-left: 1px solid #073F8A;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 15.23%;
    height: 20px;
    line-height: 20px;
}

.product_table_pp span em {
    font-style: normal;
    margin-left: 4px;
    border-right: 0;
}

.product_table_pp .col_2_g {
    padding: 0;
}

.product_table_pp .col_2_g i {
    font-style: normal;
    text-align: center;
    display: inline-block;
    width: 49.5%;
    border-left: 1px solid #073F8A;
    padding: 10px 0;
}

.product_table_pp .col_2_g i:first-of-type{
    border-left:0;
}

.product_table_pp .col_z {
    width: 25%;
    float: left;
    border-left: 0;
}

.product_table_pp .col_r {
    width: 8%;
    float: right;
}

/***************************************banner*/

.list_banner_about {
    background: url(../img/bn_qyjj.jpg) no-repeat scroll center center;
}

.list_banner_process {
    background: url(../img/bn_sclc.jpg) no-repeat scroll center center;
}

.list_banner_product {
    background: url(../img/bn_cpzl.jpg) no-repeat scroll center center;
}

.list_banner_product {
    background: url(../img/bn_cpzl.jpg) no-repeat scroll center center;
}

.list_banner_apply {
    background: url(../img/bn_yyfw.jpg) no-repeat scroll center center;
}

.list_banner_news {
    background: url(../img/bn_news.jpg) no-repeat scroll center center;
}

.list_banner_lxwm {
    background: url(../img/bn_lxwm.jpg) no-repeat scroll center center;
}

/***************************************应用范围*/

.xswl_info {
    width: 645px;
    margin: 0 auto;
    text-align: center;
}

.xswl_info p {
    margin: 20px 0;
}

.apply_box h1 {
    color: #333;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 4px;
    font-size: 30px;
}

.apply_box p{
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

.apply_box img {
    display: block;
    width: 1004px;
    margin: 0 auto;
}
