@charset 'utf-8';
* {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    color: #333;
    font-family: 'Microsoft YaHei';
    line-height: 2;
    font-size: 14px;
}

a {
    color: #000;
    text-decoration: none;
    outline: 0;
}

select {
    padding: 3px;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    outline: 0;
    border: 0 none;
    -ms-interpolation-mode: bicubic;
}

a img,
input {
    transition: all .4s ease-out;
}

pre,
blockquote {
    text-transform: none;
    overflow: hidden;
    background-color: #F8F9FB;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-weight: 400;
    font-size: 100%;
}

input,
button,
textarea,
audio,
video {
    padding: 6px 10px;
    border: 1px solid #C5C5C5;
    border-radius: 0;
    vertical-align: middle;
    outline: 0 none;
    resize: 0;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* .clear {
    clear: both;
}

.clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    content: '';
    zoom: 1;
} */

.clear {
    zoom: 1;
}

.clear:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.show {
    display: block;
}

.hide {
    display:none;
}


/*commom end*/

.header {
    margin: 10px auto;
}

.logo,
.logo img {
    width: 202px;
    height: 66px;
}

.nav {
    margin-top: 13px;
}

.nav li {
    width:90px;
    float: left;
    text-align: center;
    position: relative;
}

.nav li a {
    display: block;
    font-size: 15px;
    color: #585858;
}

.nav .level1>li {
    line-height: 40px;
}

.nav .level1>li:hover>a,
.nav .level2>li:hover>a {
    color: #2b2d90;
}

.nav .level2 {
    position: absolute;
    top:40px;
    left: -25px;
    width:120px;
	padding:0px 10px;
    z-index: 9999;
    background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.nav .level2 li a{width:120px; line-height:26px; padding:7px 0px; font-size:14px;}

.btn {
    margin-top: 18px;
    margin-left: 20px;
}

.btn a {
    width: 20px;
    height: 20px;
    padding: 4px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-left: 5px;
    opacity: 1;
}

.btn a.weibo {
    background: url("../images/weibo.png") no-repeat center;
}

.btn a.weibo:hover {
    border: 1px solid #d81e06;
    background: #d81e06 url("../images/weibo2.png") no-repeat center;
}

.btn a.wechat {
    background: url("../images/wechat.png") no-repeat center;
    position: relative;
}

.btn a.wechat:hover {
    border: 1px solid #3baf34;
    background: #3baf34 url("../images/wechat2.png") no-repeat center;
}

.btn a.enweb {
    background: url("../images/en.png") no-repeat center;
}

.btn a.enweb:hover {
    border: 1px solid #292c8f;
    background: #292c8f url("../images/en2.png") no-repeat center;
}

.btn a.cnweb {
    background: url("../images/cn.png") no-repeat center;
}

.btn a.cnweb:hover {
    border: 1px solid #292c8f;
    background: #292c8f url("../images/cn2.png") no-repeat center;
}

.wechat .erweima {
    display: none;
    /* transition: all .3s ease-in-out; */
    position: absolute;
    left: -40px;
    top: 80px;
    width: 110px;
    height: 110px;
    z-index: 9999;
}

.banner {
    width: 100%;
    position: relative;
    height: 550px;
    background: #000;
}

.nybanner {
    height: 300px!important;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul,
.nybanner ul {
    width: 100% !important;
}

.banner .bd li,
.nybanner li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
}

.nybanner li {
    height: 300px!important;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom:30px;
    left: 0;
    height: 30px;
    line-height: 30px;
    /*background: url("../images/touming.png") repeat-x;*/
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.banner .hd ul {
    text-align: center;
    padding-top: 5px;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:12px;
    height:12px;
    margin: 5px 10px;
    background:#fff; 
    overflow: hidden;
    line-height: 9999px;
	opacity:1;
}

.banner .hd ul .on {
    background:#2E3092;
	opacity:1;
}

.banner .prev,
.banner .next {
    width: 18px;
    height: 32px;
    padding: 15px 10px;
    position: absolute;
    top: 244px;
    filter: alpha(opacity=20);
    opacity: 0.2;
    display: none;
    z-index: 99;
}

.banner .prev {
    left: 10%;
    background: rgb(0, 0, 0) url("../images/left.png") no-repeat center;
}

.banner .next {
    right: 10%;
    background: rgb(0, 0, 0) url("../images/right.png") no-repeat center;
}

.banner:hover .prev,
.banner:hover .next {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.product,
.about {
    padding: 40px 0;
}

.comtit {
    text-align: center;
}

.comtit .cn-tit {
    color: #2e3092;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    background: url("../images/comt.png") no-repeat center bottom;
    margin: 10px 0;
}

.comtit .small-tit {
    color: #7a7a7a;
	padding-bottom:20px;
}

.product-list li {
    width: 280px;
    height: 280px;
    float: left;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.product-list li img {
    display: block;
    width: 280px;
    height: 280px;
	border:0px;
}

.product-list li .txt {
    width: 280px;
    height: 40px;
    background: rgba(41, 44, 143, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "微软雅黑";
}

.product-list li:hover .txt {
    background: rgba(41, 44, 143, 0.7);
}

.product-list li .txt a {
    display: block;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    width: 250px;
    position: relative;
    letter-spacing: 2px;
}

.product-list li .txt a span {
    width: 20px;
    height: 20px;
    padding: 0 8px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 10px;
    background: #5e77d3 url("../images/right2.png") no-repeat center;
    border-radius: 1px;
}

.product-list li:hover .txt span {
    background: #2a429c url("../images/right2.png") no-repeat center;
}

.product-list li .txt1 {
    width: 280px;
    height:60px;
    background: rgba(41, 44, 143, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "微软雅黑";
}

.product-list li:hover .txt1 {
    background: rgba(41, 44, 143, 0.7);
}

.product-list li .txt1 a {
    display: block;
    color: #fff;
    padding: 0 15px;
    line-height:30px;
    font-size: 14px;
    width: 250px;
    position: relative;
    letter-spacing: 2px;
}

.product-list li .txt1 a span {
    width: 20px;
    height: 20px;
    padding: 0 8px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 22px;
    background: #5e77d3 url("../images/right2.png") no-repeat center;
    border-radius: 1px;
	display:none;
}

.product-list li:hover .txt1 span {
    background: #2a429c url("../images/right2.png") no-repeat center;
}

.product .more {
    text-align: center;
    margin: 40px 0 0;
}

.product .more a {
    color: #fff;
    background: #2e3092;
    padding: 5px 15px;
    display: inline-block;
}

.about-info img {
    width: 1156px;
    border: 2px solid #ccc;
}

.about-info p {
    line-height: 2;
    margin: 10px 0;
}

.footer {
    width: 100%;
    padding-top: 30px;
    background: #262626;
    color: #dddcdc;
}

.ftlogo {
    padding: 15px 30px 15px 0;
    border-right: 2px solid #515151;
    margin-right: 30px;
}

.ftlogo,
.ftlogo img {
    width: 179px;
    height: 58px;
}

.ftcont {
    width: 580px;
}

.ftcont li {
    width: 50%;
    float: left;
}

.ftkf a {
    display: block;
    color: #fff;
    margin: 10px 0;
    padding: 5px 15px 5px 50px;
    line-height: 30px;
}

.ftkf a.kf1 {
    background: #2e3092 url("../images/kf1.png") no-repeat 10px center;
}

.ftkf a.kf2 {
    background: #2e3092 url("../images/kf2.png") no-repeat 10px center;
}

.ftewm {
    text-align: center;
    margin-right: 30px;
}

.copyright {
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #3e3e3e;
    margin-top: 10px;
    color: #999;
}

#goTop {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    bottom: 230px;
    margin-left: 620px;
    cursor: pointer;
    background: url("../images/top.png") no-repeat center;
}

.ny {
    margin: 20px auto;
}

.ny-info {
    border: 1px solid #ddd;
    width: 890px;
}
.ny-info .contact{width:100%; overflow:hidden;}
.aside {
    width: 250px;
}

.aside .title {
    border: 1px solid #dddddd;
    border-bottom: 0 none;
    padding: 0 10px 0 40px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-weight: 600;
}

.aside .title1 {
    background: url("../images/icon3.png") no-repeat 10px center;
}

.aside .title2 {
    background: url("../images/icon2.png") no-repeat 10px center;
    margin-top: 30px;
}

.aside-list,
.aside-contact {
    border: 1px solid #dddddd;
}

.aside-list li {
    /*height: 40px;*/
    line-height:20px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 10px 10px 10px 40px;
    background: url("../images/icon4.png") no-repeat 10px center;
}

.aside-list li:hover {
    background: #2e3192 url("../images/icon5.png") no-repeat 10px center;
    border-bottom: 1px dashed #2e3192;
}

.aside-list li a {
    color: #333;
}

.aside-list li:hover a {
    color: #fff;
}

.aside-contact {
    padding: 0 10px;
}

.aside-contact p {
    line-height: 40px;
}

.mbx {
    border-bottom: 1px solid #dddddd;
    padding: 0 10px 0 30px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-weight: 600;
    background: url("../images/icon.png") no-repeat 10px center;
}

.pic-list {
    padding: 20px 20px 20px 0;
}

.pic-list li {
    width: 270px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.pic-list li .pic {
    width: 268px;
    height: 268px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.pic-list li .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 268px;
    max-height: 268px;
}

.pic-list li .tit {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.tit-list {
    padding: 10px 20px;
}

.tit-list li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-left: 10px;
    background: url("../images/icon7.png") no-repeat left center;
}

.tit-list li:hover {
    background: url("../images/icon6.png") no-repeat left center;
}

.tit-list li:hover a {
    color: #2e3092;
}

.tit-list li .time {
    color: #666;
}

.page {
    text-align: center;
    line-height: 40px;
    padding: 20px;
}

.page>a,
.page>b {
    padding: 1px 5px;
    border: 1px solid #363636;
}

.page>b {
    color: #363636;
}

.page>a:hover,
.page>b:hover {
    background: #2e3092;
    color: #fff;
    border: 1px solid #2e3092;
}

.contact h2.title {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 10px 0;
    padding: 0 20px;
}

.view {
    text-align: center;
}

.view span {
    margin: 0 20px;
}

.contact-info {
    padding: 20px;
}

.contact-info p {
    /*margin: 10px 0;*/
}

.contact-info img {
    display: inline-block;
    margin: 10px auto;
    max-width: 850px;
}