input,select,button {
    font:12px Verdana,Arial,Tahoma;
    vertical-align:middle;
}
input[type="submit"] {
    background: #1d6bd7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    width:75px;
    height:30px;
}
input[type="submit"]:hover {
    background: #C1C1C1 none repeat scroll 0 0;
}
input[type="reset"] {
    background: #3f3f3f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 15px;
    width:75px;
    height:30px;
}
input[type="reset"]:hover {
    background: #C1C1C1 none repeat scroll 0 0;
}
/* 新闻部分内容*/
.news_info {
    color: #282828;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    padding: 40px 0 10px;
    width: 1140px;
}
.news_info .info_title {
    color: #555;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
}
.news_info .info_time {
    padding: 26px 0 3px;
    text-align: center;
}
.news_info .info_time em {
    padding: 0 2em;
}
.news_info .info_time span {
    border: 1px solid #c1c1c1;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 27px;
}
.news_info .info_page {
    overflow: hidden;
}
.news_info .info_page a {
    float: left;
    height: 38px;
    width: 50px;
}
.news_info .info_page a.prev {
    background:url("../images/cc.jpg") no-repeat scroll left top;
}
.news_info .info_page a.next {
    background:url("../images/bb.jpg") no-repeat scroll right top;
    float: right;
}
.news_info .info_page a:hover {
    background-position: left bottom;
}
.news_info .info_txt {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 30px 40px 50px;
}
.news_info .info_txt .info_return {
    background:url("../images/aa.jpg") no-repeat scroll left top;
    display: block;
    height: 38px;
    margin: 20px auto 0;
    overflow: hidden;
    text-indent: -999px;
    width: 122px;
}
.news_info .info_txt .info_return:hover {
    background-position: left bottom;
}
.news_info .news_label {
    padding: 18px 0 60px;
}
.news_info #bdshare {
    float: right;
    width: 195px;
}
.news_info #bdshare .name {
    float: left;
}
/* 二级导航*/
.banner {
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
}
.other-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.other-banner .banner-wrap {
    left: 50%;
    margin-left: -960px;
    position: absolute;
    top: 0;
    width: 1920px;
}
.in-banner {
    height: 50px;
    position: relative;
    text-align: center;
    margin-top:40px;
}
.ban-a {
    padding-top: 0px;
}
.ban-a li {
    display: inline-block;
}
.ban-a li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aeafaf;
    color: #333;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
}
.ban-a li a.on, .ban-a li a:hover {
    background: #f8c619 none repeat scroll 0 0;
    border: 1px solid #f8c619;
    color: #fff;
}
/* 分页*/
.mypage {
    text-align: center;
    width:1200px;
    margin: 10px auto 20px;
}
.mypage a {
    border:1px solid #C1C1C1;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
.mypage strong {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
.mypage a:hover {
    background: #f8c619 none repeat scroll 0 0;
    color: #fff;
}
.mypage em {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
}
/* 新闻列表*/
.news_right_c {
    width:1200px;
    margin:0px auto;
}
.news_right_c ul.news {
    margin: 0 0 15px;
}
.news_right_c ul.news li.Recom {
    border-bottom: 1px solid #e0e0e0;
    height: 190px;
    padding: 15px 0;
}
.news_right_c ul.news li.Recom p.n_l {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    float: left;
    text-align: left;
    width: 510px;
}
.news_right_c ul.news li.Recom p.n_l span.t {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 35px;
}
.news_right_c ul.news li.Recom p.n_l span.c {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.news_right_c ul.news li.Recom p.n_l span.m {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.news_right_c ul.news li.Recom p.n_r {
    display: block;
    float: right;
    width: 351px;
}
.news_right_c ul.news li.Recom:hover p.n_l span {
    color: #1d6bd7;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li {
    border-bottom: 1px dashed #e0e0e0;
    height: 82px;
    padding: 20px 0;
}
.news_right_c ul.news li.li p.n_l {
    background: #dcdcdc none repeat scroll 0 0;
    display: block;
    float: left;
    height: 81px;
    text-align: center;
    width: 81px;
}
.news_right_c ul.news li.li p.n_l span.d {
    color: #1d6bd7;
    display: block;
    font-size: 30px;
    margin: 10px 0 0px;
}
.news_right_c ul.news li.li p.n_l span.y {
    display: block;
    font-size: 15px;
}
.news_right_c ul.news li.li p.n_r {
    float: right;
    width: 1100px;
}
.news_right_c ul.news li.li p.n_r span.t {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 31px;
}
.news_right_c ul.news li.li p.n_r span.c {
    color: #777;
    display: block;
    font-size: 12px;
    line-height: 25px;
}
.news_right_c ul.news li.li:hover {
    background: #f2f2f2 none repeat scroll 0 0;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li:hover p.n_l {
    margin: 0 0 0 10px;
    transition: all 0.4s ease 0s;
}
.news_right_c ul.news li.li:hover p.n_r {
    margin: 0 10px 0 0;
    transition: all 0.4s ease 0s;
    width: 1080px;
}
.news_right_c ul.news li.li:hover p.n_r span {
    color: #1d6bd7;
    transition: all 0.4s ease 0s;
}
.contain_left {
    width: 1200px;
    margin:0px auto;
}
.ntitle {
    color: #000;
    font-size: 32px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}
.nlocation {
    background: rgba(0, 0, 0, 0) url("../images/news_05.png") no-repeat scroll left center;
    color: #444;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 20px;
    width: 100%;
}
.nlocation a {
    color: #444;
}
.nclass {
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.nclass a {
    border: 1px solid #ddd;
    color: #3f3f3f;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: -1px;
    padding: 0 11.4px;
}
.nclass a:first-child {
    margin: 0;
}
.nclass a:hover {
    border: 1px solid #ccc;
}
.nclass a.on {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #1d6bd7;
    color: #1d6bd7;
}
.connect {
    background: rgba(0, 0, 0, 0) url("../images/cn01.jpg") no-repeat scroll center center;
    min-height: 500px;
}
.home_title {
    padding-top: 50px;
    text-align: center;
}
/*环境*/
.sub_airport li {
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
    margin-left: 34px;
    overflow: hidden;
    position: relative;
    width: 256px;
    text-align: center;
}
.airp_img {
    height: 192px;
    overflow: hidden;
    width: 256px;
    margin: 0px;
    padding: 0px;
}
.sub_airport li .airp_bg {
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    width: 254px;
    border: 1px solid #535353;
}
.sub_airport li .airp_bg::before {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    top: 10px;
    transition: height 300ms ease-in-out 0s;
    width: 225px;
}
.sub_airport li .airp_bg::after {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 160px;
    left: 13px;
    position: absolute;
    top: 10px;
    transition: width 300ms ease-in-out 0s;
    width: 0;
}
.sub_airport li .airp_bg a {
    color: #fff;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 111;
}
.sub_airport li a {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub_airport li:hover img {
    opacity: 0.4;
}
.sub_airport li:hover .airp_bg {
    background: #1d6bd7 none repeat scroll 0 0;
    opacity: 0.8;
}
.sub_airport li:hover .airp_bg a {
    color: #fff;
    opacity: 1;
    top: 40%;
}
.sub_airport li:hover .airp_bg::before {
    height: 164px;
}
.sub_airport li:hover .airp_bg::after {
    width: 229px;
}
.sub_airport li:hover a {
    color: #1d6bd7;
}
.sxfl {
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding-top: 30px;
    line-height:40px;
    font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
    font-size:16px;
}
.sxfl a {
    padding: 0px 10px;
}


.block{
    background:#005fbb;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    color: #fff;
    font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
    font-size:14px;
}
/**************产品中心**************/
.rel {
    position:relative;
}
.abs {
    position:absolute;
}
.tac {
    text-align:center;
}
.pro_center .p-right {
    width:100%;
}
.pro_center .p-right ul {
    margin-left: -2.08%;
}
.pro_center .p-right li {
    width:22%;
    margin-left: 2.08%;
    list-style: none;
}
.pro_center .p-right li .p-box {
    width:100%;
}
.pro_center .p-right li .p_img {
    background:#fff;
}
.p_line {
    display: block;
    width: 0%;
    height: 5px;
    background: #ca2733;
    transition:width 0.5s;
}
.pro_center .p-right li.act .p_line,.pro_center .p-right li:hover .p_line {
    width: 100%;
    transition:width 0.5s;
}
.plan li .p-box:hover .p_line, .plan li .p-box.act .p_line {
    width: 100%;
    transition:width 0.5s;
}
.plan li {
    width:25%;
    margin-bottom:30px;
    float:left;
}
.plan li .p-box {
    width:90.67%;
    margin:0 auto;
}
.plan li .p_img {
    height:200px;
}
.plan li .p_text {
    background:#f2f2f2;
}
.plan li .p-a {
    width:70px;
    border:1px solid #cccccc;
}
.plan li .p-box:hover .p_text,.plan li .p-box.act .p_text {
    background:#1d6bd7;
    color:#fff;
    transition:background 0.8s;
}
.plan li .p-box:hover .p-a,.plan li .p-box.act .p-a {
    border-color: #fff;
    color:#fff;
}
.pro_center .p-right {
    width:100%;
}
.pro_center .p-right ul {
    margin-left: -2.08%;
}
.pro_center .p-right li {
    width:22%;
    margin-left: 2.08%;
    list-style: none;
}
.pro_center .p-right li .p-box {
    width:100%;
}
.pro_center .p-right li .p_img {
    background:#f2f2f2;
}
.p_line {
    display: block;
    width: 0%;
    height: 5px;
    background: #cc0000;
    transition:width 0.5s;
}
.pro_center .p-right li.act .p_line,.pro_center .p-right li:hover .p_line {
    width: 100%;
    transition:width 0.5s;
}
.plan li .p-box:hover .p_line, .plan li .p-box.act .p_line {
    width: 100%;
    transition:width 0.5s;
}
.img100 {
    width:100%;
    height:auto;
}
.imgauto {
    width:100%;
    height:auto;
}
.imgwha {
    max-width: 100%;
    width:auto;
    height:auto;
}
.imgam {
    width:auto;
    max-width:100%;
    height:auto;
}
.imgvt {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    max-height: 100%;
    max-width: 100%;
    width:auto;
    height:auto;
}
.imgvt9 {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    max-height: 90%;
    max-width: 96%;
    width:auto;
    height:auto;
}
.mauto {
    max-width: 1200px;
    margin: 0 auto;
}
.c-bg {
    background: #f6f6f6;
}
.mb15 {
    margin-bottom: 15px;
}
.li32 {
    line-height: 32px;
}
.fs16 {
    font-size: 16px;
}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.li28 {
    line-height: 28px;
}
.dib {
    display: inline-block;
}
.c9 {
    color: #999999;
}
.pb30 {
    padding-bottom: 30px;
}
.pt25 {
    padding-top: 25px;
}
.tac {
    text-align: center;
}
