﻿@charset "utf-8";

html {
    font-family: 'Microsoft YaHei';
}
* {
    margin: 0px;
    padding: 0;
    border: 0;
    list-style:none; 
}
a {
    text-decoration: none;
    color: #c2bfbe;
}
body{ 
    background:#fff;
}

.clear_float{height: 0px;clear: both;display: block;}

ul li {
    list-style: none;
}

.border1 {
    border-top: 1px dashed #dbdbdc;
}
.border-top {
    border-top: 2px solid #e5e5e4;
}
.border-top1 {
    border-top: 1px solid #707070;
}
.border-top2 {
    border-top: 1px solid #e5e5e4;
}
.border-right {
    border-right: 1px solid #e5e5e4;
}
/*滚动*/
.rollBox {
    overflow-y: auto;
    overflow-x: hidden;
    width: 73%;
    height: 300px;
    float: left;
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100%);
}

/* 本例子css */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.index_head {
    width: 100%;
    height: 71px;
}
    .index_head .kk { width:1200px;margin:0 auto;}
.nav{ 
    height:71px; 
    line-height:71px; 
    /*position:relative; */
    z-index:1;  
    float: right;
}
.nav a{ 
    color:#353535;  
}
.nav .nLi{ 
    float: left;
    position:relative; 
    display:inline;  
}
.nav .nLi h3{ 
    float:left;  
    width: 128px;
}
.nav .nLi h3 a{ 
    display:block; 
    width: 100%;
    text-align: center;
    font-size:16px; 
    line-height: 55px;
    margin-top: 16px;
    color: #5e5e5e;
}

.nav .sub{ 
    display:none; 
    width:128px; 
    left:0; 
    top:62px;  
    position:absolute; 
    text-align: center;
    line-height:45px; 
    padding:5px 0;  
    z-index: 10;
}
.nav .sub li{ 
    zoom:1; 
    background-color: #fff;
}
.nav .sub a{ 
    display:block; 
    padding:0 10px; 
    border: 1px solid #e5e5e4;
    border-top: 0px;
}
.nav .sub a:hover{ 
    color:#00479d;  
}
.nav .on h3 a:hover>.show_img{ 
    display: block;
}
.show_img {
    position: absolute;
    margin-top: -8px;
    display: none;
    z-index: 100;
}
.show_img2 {
    position: absolute;
    margin-top: -4px;
    margin-left: -64px;
}

/*banner*/
.picScroll-left{ width:100%;  overflow:hidden; position:relative;} 
		.picScroll-left .hd{ overflow:hidden;  height:30px;width: 54%;position: relative;}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
		.picScroll-left .hd ul li{ 
            float:left;  
            width:9px; 
            height:9px; 
            overflow:hidden; 
            border-radius: 50px;
            margin-right:10px; 
            text-indent:-999px; cursor:pointer; 
            background:url("../images/icoCircle.gif") 0 -9px no-repeat; 
    }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{height: 100%;overflow: hidden;width: 100%;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
		/*.picScroll-left .bd ul li .pic{ text-align:center; }*/
		.picScroll-left .bd ul li .pic img{ width:1920px;display:block}
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }

/*index_body*/
.index_body {
    width: 1200px;
    margin: 30px auto;
}

.tv_hot {
    width: 400px;
    height: 400px;
}

.avatar {
    position: relative;
}
.tv_hot .avatar {
    display: block;
    height: 400px;
    overflow: hidden;
    width: 400px;
}
.tv_hot .avatar img {
    height: 400px;
    width: 400px;
}
.avatar:after {
    bottom: 0;
    left: 5px;
    position: absolute;
    z-index: 10;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
    box-shadow: 0 0 10px gray;
}
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.index_body ul li {
    float: left;
    width: 400px;height: 400px;
}

.en_title {
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    text-indent: 1.1em;
    margin-top: 50px;
}
.cn_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-indent: 1.5em;
    width: 100%;
    color: #fff;
}
.text_body {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    text-indent: 2em;
}
.more_btn {
    border: 1px solid #fff;
    text-align: center;
    margin-left: 73%;
    width: 20%;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.en_img_title {
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    text-indent: 1.1em;
    position: absolute;
    top: 50px;
}
.cn_img_title {
    top: 74px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-indent: 1.5em;
    width: 100%;
    color: #fff;
    position: absolute;
}
.ba_img {
    background: url("../images/0418-(2)_06.png") no-repeat center;
}
.aboutUs {
    width: 60%;
    float: right;
    height: auto;
    margin-top: 60px;
}
.aboutUs ul li {
    width: 200px;
    height: 100%;
    margin-top: 20px;
}
.aboutUs ul li img {
    float: left;
    margin-right: 10px;
}
.aboutUs ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.patr1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.part1_title {
    width: 100%;
    border-bottom: 1px dashed #fff;
    height: auto;
}
.part1_title_text {
    width: auto;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
.part1_title_btn {
     width: auto;
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.patr1 ul li {
    width: 100%;
    height: auto;
}
.patr1 ul { margin-top:5px;}
.news_title {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.news_time {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.hezuohuoban {
    width: 100%;
    height: 450px;
    background: url(../images/hezuohuoban_bg_02.png) no-repeat center;
}
.hezuo_title_en {
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 80px;
}
.hezuo_title_cn {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.hezuohuoban ul li {
    height: 110px;
    width: 172px;
    float: left;
}
.hezuohuoban ul li img {
    float: left;
    width: 171px;
    height: 109px;
}
.shu_right {
    width: 1px; 
    background-color: #eeeeee;
    height: 108px;
    float: right;
}
.heng {
    height: 1px;
    width: 172px;
    background-color: #eeeeee;
    float: left;
}
.index_foot {
    width: 100%;
    height: auto;
}
    .index_foot .kk { width:1200px;margin:0 auto;}
.index_foot_p1 {
    width: 100%;
    height: 170px;
    background: #313131;
    border-bottom: 1px solid #fff;
}
.index_foot_p1 img {
    margin-top: 20px;
    float: left;
}
.index_foot_p1 ul li {
    margin-left: 100px;
    float: left;
    width: auto;
    margin-top: 20px;
}
.index_foot_p1 ul li a p {
    font-size: 14px;
    color: #c9c9ca;
    line-height: 24px;
}
.index_foot_p2 {
    width: 100%;
    height: 30px;
    background: #313131;
}
.index_foot_p2 p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #c9c9ca;
}

.select {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.select1 {
    line-height: 30px;
    margin-top: 19px;
    width: auto;
    text-align: center;
    padding: 0px 3px 0 3px;
    letter-spacing: 1px;
    float: left;
    margin-left: 20px;
    border-bottom: 2px solid #00479d;
    color: #555555;
}
.select2 {
    line-height: 30px;
    margin-top: 19px;
    width: auto;
    padding: 0px 3px 0 3px;
    text-align: center;
    letter-spacing: 1px;
    float: left;
    margin-left: 20px;
    color: #555555;
}
.fuwubaozhang_p1_body {
    width: 100%;
    margin: 0 auto;
    height: 640px;
    background: url("../images/fuwubaozhang_p1_body.png") no-repeat center;
}
.fuwubaozhang_p2_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.fuwubaozhang_p2_body ul {
    margin-left: 15px;
}
.fuwubaozhang_p2_body_title {
    font-size: 16px;
    line-height: 24px;
    color: #00479d;
    margin-top: 20px;
}
.fuwubaozhang_p2_body_text {
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3b;
    text-indent: 2em;
    padding-right: 10px;
}
.body {
    width: 1200px;
    margin: 30px auto;
    min-height:500px;
}
.dian {
    width: 8px;
    height: 8px;
    margin: 8px 10px;
    border-radius: 50px;
    background-color: #00479d;
    float: left;
}

.guanyuwomen_p1 {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
    .guanyuwomen_p1 p {text-indent: 2em;font-size: 14px;line-height: 30px;}
.guanyuwomen_p1_text {
    float: right;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    width: 45%;
}
.guanyuwomen_p1_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: url("../images/guanyuwomen_p1_body.png") no-repeat center;
}

.lianxiwomen_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    width: 30%;
    text-align: left;
    float: left;
    color: #343433;
    margin-top: 20px;
}
.lianxiwomen_text {
    font-size: 15px;
    line-height: 30px;
    width: 30%;
    text-align: left;
    color: #343433;
    float: left;
}

.touzixiangmu_p1_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow:hidden;
}
    .touzixiangmu_p1_body ul { 
        width:1220px;


    }
.touzixiangmu_p1_body ul li {
    float: left;
    margin-bottom: 20px;
    margin-right:20px
}
.touzixiangmu_p1_body_space {
    width: 20px;
    height: 10px;
}
.touzixiangmu_p1_body ul li img {
    width: 590px;
    height: 240px;
}
.touzixiangmu_p1_body_mengban {
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -244px;
    margin-left: 350px;
    z-index: 100;
}
.touzixiangmu_p1_body_mengban_title {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 44px;
    color: #363737;
    width: 100%;
    text-align: center;
}
.touzixiangmu_p1_body_mengban_text {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #616161;
}

.touzixiangmu_p1_body_detail_foot {
    padding-top: 20px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    float: right;
}
.z1 {
    width: 70px;
    height: 30px;
    background-color: white;
    font-size: 13px;
    color: #777676;
    line-height: 30px;
    float: left;
    margin-top: 15px;
    margin-left: 300px;
    border: 1px solid #e5e5e4;
}
.z {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    float: left;
}
.z2 {
    background-color: white;
    font-size: 13px;
    color: #777676;
    line-height: 29px;
    margin-left: 10px;
    width: 29px;
    text-align: center;
    border: 1px solid #e5e5e4;
}
.z2_change {
    background-color: #00479d;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    margin-left: 10px;
    text-align: center;
}
.z3 {
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 13px;
    color: #777676;
    float: left;
    margin-left: 30px;
    margin-right: 20px;
}
.z4 {
    line-height: 30px;
    font-size: 13px;
    color: #c2bfbe;
    margin-right: 10px;
}
.z5 {
    background-color: white;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    border-style: none;
    outline: mediumblue;
    border: 1px solid #dbdbdc;
}
.z6 {
    width: 10px;
    line-height: 30px;
    font-size: 13px;
    color: #c2bfbe;
    margin-right: 10px;
    margin-left: 15px;
}
.z7 {
    width: 60px;
    line-height: 30px;
    font-size: 13px;
    color: #777676;
    margin-right: 10px;
    margin-left: 10px;
    background-color: white;
    border: 1px solid #c2bfbe;
}

.xiangmu_detail_body {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.xiangmu_detail_body_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #363737;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.xiangmu_detail_body_imgs {
    width: 100%;
    height: auto;
}
.xiangmu_detail_body_img1 {
    float: left;
    width: 850px;
    height: 445px;
}
.xiangmu_detail_body_img2 {
    width: 325px;
    height: 215px;
    float: right;
}
.xiangmu_detail_body_text {
    font-size: 14px;
    line-height: 30px;
    color: #616161;
    text-indent: 2em;
    width: 97%;
    margin: 0px auto;
}

.nesws_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow:hidden;
}
.nesws_body ul li {
    float: left;
    margin-bottom: 20px;
    margin-right:20px;
}
.nesws_body_space {
    width: 20px;
    height: 10px;
}
.nesws_body ul li img {
    width: 230px;
    height: 180px;
    float: left;
}
.nesws_body_news {
    width: 360px;
    height: 180px;
    background-color: #f5f5f5;
    z-index: 100;
    float: right;
}
.nesws_body_news_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 20px;
    color: #363737;
    width: 100%;
    text-align: center;
}
.nesws_body_news_text {
    width: 99%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    color: #616161;
}
.news :hover>.nesws_body_news {
    background-color: #00479d;
}
.news :hover>.nesws_body_news .nesws_body_news_title {
    color: #fff;
}
.news :hover>.nesws_body_news .nesws_body_news_text {
    color: #fff;
}
.news_detail_body_img {
    width: 100%;
    height: auto;
}
.news_detail_body_title {
    font-size: 24px;
    line-height: 30px;
    color: #363737;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.news_detail_body_time {
    font-size: 14px;
    line-height: 26px;
    color: #757575;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.news_detail_body_text {
    font-size: 14px;
    line-height: 30px;
    color: #616161;
    text-indent: 2em;
    width: 97%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.select ul { width:290px;height:auto;margin:0 auto;}
#ctl00_ContentPlaceHolder1_AspNetPager1 a{ 
    border: 1px solid #e5e5e4;
    float: left;
        color: #777676;
            font-size: 13px;
                height: 30px;
                line-height:30px;
                padding:0 12px;
}

#ctl00_ContentPlaceHolder1_AspNetPager1 span { float:left;background-color: #00479d;color:#fff !important; height: 32px;
                line-height:30px;
                padding:0 12px;}

#ctl00_ContentPlaceHolder1_AspNetPager1 { float:right;}
.pro_body { 
  
  width: 97%;
  margin: 0px auto;
}
    .pro_body p {    font-size: 14px;
  line-height: 30px;
  color: #616161;
  text-indent: 2em; }

#map { width:810px;height:528px;  float: left;margin-right: 30px;}


.nav .nLi h3 .xz { color: #00479d !important;}

.pro_body img { max-width:1164px;}















