﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    min-width: 800px;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

.header .top .logo_Img {
    border: 0 none;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 6px;
}

.header .top .erwi_Img {
    top: 11px;
    position: absolute;
   right: 50%;
    margin-right: -500px;
}

.header .top .tel_Img {
    position: absolute;
    top: 31px;
        right: 50%;
    margin-right: -250px;
}

.header .top .f_s1 {
    color: #898989;
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    right: 50%;
    margin-right: -350px;
    top: -9px;
}

.header .top .f_s2 {
    color: #898989;
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    right: 50%;
    margin-right: -400px;
    top: 16px;
}

table,
tr,
th,
td {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

i,
em,
cite,
address {
    font-style: normal;
}

a:focus,
input,
textarea,
select {
    outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
}

h3 {
    font-size: 18px;
    color: #0070c0;
    padding-bottom: 5px;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

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

.wrap {
    min-width: 1200px;
    background-color: #ffffff;
}

.pages {
    width: 1200px;
    margin: 70px auto 0 auto;
    text-align: center;
}

.pages a {
    padding: 2px 14px;
    border: 1px solid #c3c3c3;
    margin: 0 3px;
    color: #a4a4a4;
}

.pages a.pg {
    padding: 2px 19px;
}

.header {
    background-color: #ebebeb;
}

.header .top {
    height: 85px;
    line-height: 85px;
    background-color: #ffffff;
    color: #fff;
    width: 100%;
}

.top {
    position: relative;
}

.header .top .span1 {
    border-left: 1px solid #cccccc;
    font-size: 20px;
    color: #0052a5;
    position: absolute;
     left: 50%;
     margin-left: -300px;
    top: 19px;
    display: inline-block;
    line-height: 42px;
    padding-left: 20px;
   
}

.header .top p {
    float: left;
    margin-left: 15px;
}

.header .head .search {
    
    float: right;
    position: relative;
    width: 220px;
    line-height: 30px;
    margin-top: 6px;
    margin-right: -680px;
    right:50%;

}

.header .head .search .txt {
    width: 98px;
    padding: 0 40px 0 10px;
    border: 0;
    height: 30px;
    line-height: 30px;
}

.header .head .search .txt::-webkit-input-placeholder {
    color: #c7c7c7;
}

.header .head .search .txt::-moz-placeholder {
    color: #c7c7c7;
}

.header .head .search .txt:-ms-placeholde {
    color: #c7c7c7;
}

.header .head .search .btn {
    background: url(../images/search.png) center center no-repeat;
    border: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 50%;
    margin-right: -24px;
}

.header .head {
    line-height: 45px;
    position: relative;
    z-index: 1000;
    height: 45px;
}

.header .head h1 {
    float: left;
    margin-left: 8px;
}

.header .head h1 a {
    font-size: 24px;
    color: #389d3d;
    font-weight: normal;
}

.header .head h1 a span {
    border-left: 1px solid #6cbc41;
    line-height: 42px;
    display: inline-block;
    padding-left: 12px;
    margin-left: 8px;
}

.header .head .nav {
    float: left;
    margin: 0px 0 0 215px;
    position: relative;
}
.header .head .nav>ul {
    position: relative;
}

.header .head .nav>ul>li {
    float: left;
    width: 90px;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    position: relative;
}

.header .head .nav>ul>li:first-child {
    letter-spacing: 14px;
}

.header .head .nav>ul>li>a {
    color: #0070c0;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.header .head .nav>ul>li:first-child>a {
    padding-left: 14px;
}

.header .head .nav li.now a,
.header .head .nav li a:hover {
    background-color: #0070c0;
    color: #fff;
}

.header .head .nav li .drop {
    position: absolute;
    z-index: 99;
    width:90px;
    text-align: center;
    top:30px;
    left: 0;
    margin-left: 0px;
    line-height: 32px;
    color: #fff;
    display: none;
}
.drop{
    position: absolute;
    top:13px;
}
.header .head .nav li .dropList {
    background-color: #0070c0;
    margin-top: 20px;
    padding: 20px 0 15px 0;
    position: relative;
}

.header .head .nav li .drop a {
    color: #d5ecf7;
}

.header .head .nav li .drop li span {
    margin: 0 4px;
    display: none;
}

.header .head .nav .drop li.on a,
.header .head .nav li .drop a:hover {
    color: #fff;
}

.header .head .nav .drop li.on span {
    display: inline;
}

.header .head .nav li .drop i {
    display: block;
    width: 30px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -15px;
}

.banner {
    min-width: 1200px;
}

.banner img {
    width: 100%;
}

.footer,
.footer .copyright a {
    margin-top: 55px;
    background-color: #f5f5f5;
    color: #d5ecf7;
    font-size: 12px;
    padding-bottom: 55px;
}

.foot_box {
    height: 34px;
    background-color: #dddddd;
}

.foot_box .copyright {
    line-height: 34px;
    text-align: center;
    color: #a7a7a7;
    font-size: 12px;
}

.footer .footLeft {
    width: 62%;
    float: left;
    height: 211px;
}

.copy_jianjie {
    color: #848383;
    font-size: 12px;
    font-family: 微软雅黑;
    width: 55px;
    height: 20px;
}

.footer .footLeft .bottom_line {
    border-bottom: 1px solid #dddddd;
    position: relative;
    top: 73px;
    left: 4px;
}

.footer .footRight {
    width: 38%;
    float: right;
    height: 211px;
}

.footer .footLeft dl {
    float: left;
    line-height: 90px;
    margin: 0 0 15px 50px;
}

.footer .footLeft dl dt a {
    color: #5e5e5e;
    font-weight: bold;
}

.footer .footLeft dl dd {
    position: relative;
    top: 0px;
    line-height: 3;
}

.footer .footLeft dl dd a {
    color: #848383;
}

.footer .footLeft li:first-child {
    margin-left: 0;
}

.footer .footLeft li a {
    color: #5e5e5e;
    font-size: 14px;
}

.footer .footLeft li a:hover {
    color: #0070c0;
}

.footer .footLeft .copyright {
    line-height: 30px;
    clear: both;
}

.footer .footRight .content {
    margin: 30px 0 0 233px;
}

.footer .footRight .tel {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 35px;
}

.footer .footRight .tel span {
    padding-left: 28px;
    display: block;
    background: url(../images/tel.png) left center no-repeat;
    font-size: 14px;
    color: #d5ecf7;
}

.footer .footRight ul {
    text-align: center;
    width: 298px;
}

.footer .footRight ul li {
    padding: 0 5px;
    /* float: left; */
    height: 40px;
    line-height: 40px;
    display: inline-block;

}

.footer .footRight ul li img {
    max-height: 100%;
}

.footer .footRight ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer .footRight ul li a {
    color: #d5ecf7;
}

.footer .footRight ul li a:hover {
    color: #fff;
}


/*关于我们*/

.aboutrg {
    position: relative;
   
}

.aboutrg .title {
    
    color: #0070c0;
    padding: 26px 0;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #c4def0;
}

.aboutrg .title h3 {
    width: 110px;
    text-align: center;
    margin: 0 auto;
}

.aboutrg .title p {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.aboutrg ul.subnav {
    margin: 65px auto 40px auto;
    text-align: center;
}

.aboutrg ul.subnav li {
    width: 111px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin: 5px 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.aboutrg ul.subnav li a {
        color: #000000;
    background-color: #f7f7f7;
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.aboutrg ul.subnav li.on a,
.aboutrg ul.subnav li a:hover {
    background-color: #0070c0;
    color: #fff;
    border: 1px solid #79c5e4;
    font-weight: 600;
    font-size: 13px;
}

.aboutrg .con {
    color: #747474;
    line-height: 35px;
     width: 1091px;
}

.jianjie_s1 {
    width: 500px;
    color: #373737;
    display: inline-block;
    text-align: justify;
}
.aboutrg .cone{
    width: 1101px;
}
.aboutrg .cony{
    width: 900px;
}

/*首页*/

.case .caseList li {
    width: 285px;
    height: 200px;
    margin: 0 20px 25px 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.aboutrg .caseList {
    margin-bottom: 70px;
}

.aboutrg .caseList li {
    margin: 70px 20px 0 0;
}

.case .caseList li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.case .caseList li:hover img {
    transform: scale(1.06);
}

.case .caseList li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    z-index: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.case .caseList li i {
    display: block;
    width: 100%;
    height: 36px;
    background-color: #6cbc41;
    filter: alpha(opacity=70);
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.wochang {
    float: left;
    margin-right: 10px;
    width: 290px;
    height: 211px;
    position: relative;
    background-color: #ebebeb;
    border-radius: 5px;
}

.wochang img {
    height: 165px;
    width: 270px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.wochang .wochang_span1 {
    position: absolute;
    color: #a9a9a9;
    top: 186px;
    left: 115px;
}

.wochang .wochang_span1:before {
    content: "";
    border-top: 1px solid #dbdbdb;
    display: block;
    position: absolute;
    width: 15px;
    top: 10px;
    left: -32px;
}

.wochang .wochang_span1:after {
    content: "";
    border-top: 1px solid #dbdbdb;
    display: block;
    position: absolute;
    width: 15px;
    top: 10px;
    right: -32px;
}

.wochang .wochang_span2 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
    position: absolute;
    color: #ffffff;
    top: 65px;
    left: 133px;
    font-size: 20px;
    text-transform: capitalize;
}

.wochang:hover {
    background-color: #0070c0;
}

.wochang:hover .wochang_span1 {
    color: #ffffff;
}


/*诚聘英才*/

.join {
    margin: 70px auto;
    color: #7a7a7a;
    line-height: 35px;
    font-size: 13px;
}

.join img {
    width: 100%;
}


/*视频中心*/

.video {
    width: 333px;
    height: 205px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 75px;
    margin-right: 45px;
    float: left;

   
}
.video .ic{
   transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */}

.video .ic:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.ic {
    /*background: url(../images/v_button.png) center no-repeat;*/
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -29px;
}

 .video_span a {
    position: relative;
    left: 131px;
    color: #bababa;
    top: 10px;
}

.video .video_span a:hover {
    color: #0070c0;
}


/*联系我们*/
.aboutrg .contact{
     width: 1010px;
    position: relative;
    left: 50%;
    margin-left: -703px;
}


.contact {
    margin-top: 70px;
    color: #575757;
    line-height: 32px;
    margin-left: 296px;
}

.contact .map {
    width: 535px;
    float: left;
    margin: 0 25px 0 40px;
}

.contact .place {
    width: 575px;
    float: left;
    margin: 40px 0 0 25px;
    color: #575757;
    line-height: 32px;
}

.ditu img {
    position: relative;
    left: 66px;
}

.ditu_span {
    color: #0070c0;
    font-weight: 600;
}

.ditu_span1 {
    color: #0070c0;
    font-weight: 600;
    position: relative;
    left: 110px;
    top: -10px;
}
.di{
    text-align: center;
    position: relative;
    left: 128px;
}

/*产品中心*/

.product {
    width: 333px;
    height: 333px;
    border: 2px solid #e4e4e4;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 65px;
}

.product:hover {
    background-color: #0070c0;
}

.product img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product .product_span1 {
    color: #313131;
    position: absolute;
    font-size: 16px;
    top: 195px;
    left: 127px;
}

.product .product_span2 {
    color: #bcbcbc;
    position: absolute;
    font-size: 14px;
    top: 224px;
    left: 28px;
}

.product .product_span3 a {
    color: #bcbcbc;
    position: absolute;
    font-size: 14px;
    top: 290px;
    left: 254px;
    text-transform: uppercase;
}

.product:hover,
.product:hover .product_span1,
.product:hover .product_span2,
.product:hover .product_span3 a {
    color: #ffffff;
}

.li{
    margin-left: 0;
}
.cpp .pn_page{
    margin-top: 100px;
}
.cpp a{
      display: block;
    color: #afb6ba;
    line-height: 40px;
}
/*新闻中心*/

.newsList ul {
    margin: 70px 40px;
}

.newsList li {
    margin-right: 20px;
    background: url(../images/this1.png) 10px 29px no-repeat;
    overflow: hidden;
}

.newsList li .newsCon {
    margin-left: 40px;
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
}

.newsList li .newsCon span {
    display: block;
    line-height: 20px;
}

.newsList li .newsCon span.des {
    font-size: 12px;
    color: #c1c6c9;
    text-indent: 6px;
}

.newsList li .newsCon span.newsTitle {
    color: #383838;
    font-size: 16px;
    margin-bottom: 15px;
}

.newsList li .newsCon span.newsTitle em {
    margin-left: 20px;
}

.newsList li .newsCon a.more {
    line-height: 20px;
    height: 20px;
    width: 90px;
    text-align: center;
    background-color: #9c9c9c;
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 30px 0 0 5px;
}

.newsList li:first-child {
    margin-right: 0;
    position: relative;
}

.newsList li .newsImg {
    display: none;
}

.newsList li:first-child .newsImg {
    float: left;
    width: 540px;
    height: 325px;
    display: block;
}

.newsList li:first-child .newsImg img {
    width: 100%;
    height: 100%;
}

.newsList li:first-child .newsCon {
    padding: 20px 0 0 5px;
    float: left;
    width: 535px;
    height: 305px;
    border: 0;
}

.newsList li:first-child .newsCon span.des {
    text-indent: 0;
    line-height: 25px;
    font-size: 14px;
    color: #9c9c9c;
}

.newsList li:first-child .newsCon span.newsTitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.newsList li:first-child .newsCon span.newsTitle em {
    margin-left: 0;
    display: block;
    line-height: 50px;
    font-size: 14px;
}

.newsList li:first-child .newsCon a.more {
    line-height: 30px;
    height: 30px;
    width: 126px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.newsList li:hover .newsCon span.newsTitle {
    color: #0070c0;
}

.newsList li:hover .newsCon span.des {
    color: #91b5dc;
}

.newsList li:hover .newsCon a.more,
.newsList li .newsCon a.more:hover {
    background-color: #0070c0;
}

.newsList li:hover {
    background: url(../images/this.png) 10px 29px no-repeat;
}

.newsList li:first-child:hover .newsCon span.newsTitle {
    color: #383838;
}

.newsList li:first-child:hover .newsCon span.des {
    color: #9c9c9c;
    ;
}


/*新闻详情页*/

.newsdet {
    margin-top: 70px;
}

.newsdet span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #373737;
    line-height: 35px;
    margin-top: 10px;
}

.newsdet span em {
    display: block;
    font-size: 14px;
}

.newsdet .newsCon {
    padding: 0 8px;
    color: #9c9c9c;
    line-height: 28px;
}

.newsdet .newsCon img {
    margin-bottom: 15px;
    width: 550px;
    height: 349px;
}

.newsdet .newsCon .pn_page {
    margin-top: 100px;
}

.newsdet .newsCon a {
    display: block;
    color: #afb6ba;
    line-height: 40px;
}



/*搜索页*/

.aboutrg .search {
    margin-top: 80px;
    width: 550px;
}

.aboutrg .search li {
    border-bottom: 1px solid #dce5e8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.aboutrg .search a {
    color: #4a4a4a;
    line-height: 25px;
}

.aboutrg .search em {
    float: right;
    font-size: 12px;
    color: #7d7f80;
}

.aboutrg .search a:hover {
    color: #6cbc41;
}

