@charset "utf-8";
.wapper {
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.big_wapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.comdiv {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#header {
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url(../img/menu.png);
    z-index: 888;
}

#logo {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 144px;
    height: 80px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
}

.menu {
    float: right;
    width: 1056px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.menu a {
    font-size: 15px;
    line-height: 80px;
    display: inline-block;
    transition: 0ms;
    -moz-transition: 0ms;
    -webkit-transition: 0ms -o-transition : 0 ms;
    margin: 0 30px;
}

.menu a:hover, .menu a.on {
    background-image: url(../img/menubg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #114695
}

#footer {
    font-size: 14px;
    color: #f2f0f0;
    text-align: left;
    padding: 20px 0px;
    background-color: #4d4d4d
}

#footer a {
    color: #f2f0f0
}

.fleft {
    float: left;
    width: 980px;
}

.fleft span {
    color: #a8a8a8;
    padding: 0 10px;
}

.fleft .comdiv {
    text-align: left
}

.fright {
    float: right;
    width: 140px;
}

.fright .comdiv {
    text-align: left;
}

.index_left {
    width: 380px;
    float: left;
}

.tch {
    float: left;
    display: inline-block;
    background-image: url(../img/menubg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 16px;
}

.ten {
    float: left;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #114695;
    font-size: 16px;
    margin-left: 7px;
}

.ta {
    float: right;
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
}

.tt {
    line-height: 45px;
}

.index_news_left {
    float: left;
    width: 177px;
}

.index_news_left img {
    float: left;
    width: 100%;
}

.index_news_right {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 185px;
}

.index_news_right .comdiv {
    text-align: left;
}

.indexnewslist {
    padding-top: 20px;
    border-bottom: 1px #989898 dashed;
}

.indexnewslist li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: 1px #989898 dashed;
    line-height: 39px;
}

.indexnewslist li a {
    float: left;
    font-size: 14px;
    color: #646464
}

.indexnewslist li span {
    float: right;
    font-size: 12px;
    color: #3d6196
}

.index_mid {
    width: 375px;
    float: left;
    margin-left: 33px;
}

.indexpro li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 185px;
    height: 145px;
    position: relative;
    margin-bottom: 8px;
}

.indexpro li img {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 145px;
}

.index_service_mask_2 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 145px;
    z-index: 10;
    background-position: center;
    background-repeat: repeat;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-image: url(../img/index2.png);
}

.indexpro li:hover .index_service_mask_2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index_service_mask_2 .spant {
    float: left;
    width: 27px;
    height: 27px;
    margin-top: 28px;
    background-image: url(../img/index1.png);
    background-position: center;
    background-repeat: no-repeat
}

.nybanner1 {
    height: 599px;
    background-position: center;
    background-repeat: no-repeat;
}

.nyleft {
    width: 300px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.nyright {
    width: 875px;
    float: right;
    margin: 0px;
    padding: 0px;
}

.nymid {
    padding: 50px 0px;
}

.nyleft_top {
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #fff;
    background-color: #114695
}

.nyleftcate li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    background-color: #e3eaf6;
    height: 68px;
    line-height: 68px;
    margin-bottom: 2px;
}

.nyleftcate li a {
    font-size: 14px;
    color: #626262
}

.nyleftcate li a:hover, .nyleftcate li a.on {
    color: #114695;
}

.leftcontact {
    position: relative;
    height: 377px;
    background-image: url(../img/about4.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.leftcontact_mid {
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 296px;
    height: 177px;
}

.leftcontact_mid .comdiv {
    height: 58px;
    background-image: url(../img/contactbg.png);
    color: #001c2c;
    margin-bottom: 1px;
}

.leftcontact_mid .comdiv table {
    width: 136px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    height: 58px;
    text-align: left
}

.leftcontact_mid .comdiv table td {
}

.nyright_top {
    border-bottom: 2px #114695 solid;
    padding-bottom: 8px;
}

.nyright_top .nyright_top_left {
    float: left;
    font-size: 16px;
    color: #114695;
    font-weight: bold;
}

.nyright_top .nyright_top_right {
    float: right;
    text-align: right;
    color: #666666;
}

.nyright_top .nyright_top_right a {
    color: #666;
}

.nyright_top .nyright_top_right span, .nyright_top .nyright_top_right a:hover {
    color: #114695
}

.nycon {
    padding: 20px 0px;
    color: #646464;
    font-size: 14px;
    line-height: 25px;
    text-align: left
}

.hjlist li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    margin-left: 62px;
    margin-bottom: 40px;
}

.hjimg {
    float: left;
    width: 100%;
    height: 178px;
}

.hjtxt {
    background-color: #b5b5b5;
    line-height: 50px;
    height: 50px;
}

.hjlist, .plist {
    padding-top: 20px;
}

.plist li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 205px;
    position: relative;
    height: 175px;
    margin-left: 18px;
    margin-bottom: 55px;
}

.plist li .pmask {
    position: absolute;
    left: 0;
    top: 0;
    height: 175px;
    z-index: 10;
    background-image: url(../img/product2.png);
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.plist li:hover .pmask {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.plist li .pmask span {
    background-image: url(../img/product1.png);
    margin-top: 36px;
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: inline-block;
}

.plist li .pimg img {
    float: left;
    width: 100%;
    height: 120px;
}

.plist li .pname {
    height: 55px;
    line-height: 55px;
    background-color: #999999;
    color: #fff;
    font-size: 14px;
}

.plist li:hover .pname {
    background-color: #4671ae
}

.nlist {
    padding-top: 20px;
}

.nlist li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 250px;
    margin-left: 62px;
}

.nlist li .nimg img {
    width: 100%;
    float: left;
    height: 140px;
}

.nimg {
    position: relative;
}

.nimg span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    color: #fff;
    background-color: #114695
}

.nlist li .ntitle {
    line-height: 55px;
    height: 55px;
    font-size: 14px;
}

.joblist {
    width: 866px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    background-image: url(../img/j1.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.joblist table {
    float: left;
    width: 100%;
}

.joblist table td {
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #c9c9c9 solid;
    color: #323232
}

.joblist table .trtop td {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none
}

.ct td {
    vertical-align: top;
    padding-bottom: 20px;
}

.cfb li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 33%;
}

.cfb li input {
    float: left;
    width: 89%;
    padding: 0 2%;
    border: 1px #ccc solid;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    color: #666;
    font-size: 14px;
}

.nrer textarea {
    width: 940px;
    border: 1px #ccc solid;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    height: 180px;
    padding: 10px 10px;
    float: left
}

.sub_1 {
    -moz-border-radius: 3px; /* Gecko browsers */
    -webkit-border-radius: 3px; /* Webkit browsers */
    border-radius: 3px; /* W3C syntax */
    display: inline-block;
    width: 175px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #114695;
    font-size: 14px;
}

.sub_1:hover {
    background-color: #666;
    color: #fff;
}