/******************************
 ** 初始化
 ** 兼容到IE7 
 ******************************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-width: 1200px;
    font: 15px/1.5 "Microsoft Yahei", Arial;
    color: #222;
    background: #FFF;
}

img {
    border: 0px;
}

ul,
ol {
    list-style-type: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
select {
    font: 15px/1 "Microsoft Yahei", Arial;
    color: #222;
    outline: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
    font-size: 14px;
}

a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.autocut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.right {
    float: right;
}

.left {
    float: left;
}

.hid {
    height: auto;
    overflow: hidden;
}

/******************************
 ** 首页风格
 ******************************/
.wrap {
    width: 1200px;
    margin: 0 auto;
}


/*首页banner*/
.banner_all {
    width: 100%;
    height: 715px;
    position: absolute;
    top: 0;
}

.banner2 {
    width: 100%;
    height: 715px;
    white-space: nowrap;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}


.banner_m {
    width: 50%;
    height: 715px;
    display: inline-block;
    position: relative;
}


.wrapper {
    *float: left;
    width: 1920px;
    height: 715px;
    display: inline-block;
    position: relative;
    left: -967px;
}


.fn-clear {
    zoom: 1;
}


.box_skitter {
    position: relative;
    background: none;
}


.box_skitter ul {
    display: none;
}


.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}


.box_skitter .image img {
    display: none;
}


.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


.box_skitter .prev_button {
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 6%;
    z-index: 100;
    width: 72px;
    height: 143px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: 0;
    background: url('../img/left2.png') no-repeat left center !important;
}


.box_skitter .next_button {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 6%;
    z-index: 100;
    width: 72px;
    height: 143px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: 0;
    background: url('../img/right2.png') no-repeat right center !important;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: block;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url('../Image/ajax-loader.gif') no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1920px;
    height: 715px;
}

#slideshow ul {
    display: none;
}





.topper2 {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 999;
    transition: all 0.2s linear;
}

.topper2 .logo {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.topper2 .slog {
    display: inline-block;
    width: 390px;
    float: left;
    margin: 37px 0 0 28px;
}

.topper2 .slog>span:nth-child(1) {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #2c2c2c;
}

.topper2 .slog>span:nth-child(2) {
    display: inline-block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #a0a0a0;
    margin-top: 6px;
    border-radius: 12.5px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.topper2 .slog>span:nth-child(2) .dian {
    color: #ed7c12;
    font-weight: bold;
    margin: 0 3px;
}


.topper2 .tel {
    display: inline-block;
    background: url(../img/tel.png)left center no-repeat;
    width: 323px;
    height: 67px;
    margin-top: 30px;
    float: right;
    padding-left: 67px;
}

.topper2 .tel span:nth-child(1) {
    font-size: 16px;
    color: #2c2c2c;
}

.topper2 .tel img:nth-child(2) {
    display: block;
    margin-top: 6px;
}

.topper2 .con_wx {
    float: right;
    display: inline-block;
    width: 84px;
    height: 84px;
    margin-top: 15px;
}

.topper2 .con_wx img:nth-child(1) {
    cursor: pointer;
    display: block;
    width: 84px;
    height: 84px;
}


#search_all {
    position: relative;
    z-index: 999;
    overflow: hidden;
    top: 485px;
    height: 60px;
}

#in_01_search {
    display: inline-block;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

#search {
    width: 60px;
    height: 60px;
    float: right;
    background: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

#search form {
    width: 100%;
    height: 100%;
    position: relative;
}

#search form:before {
    display: none;
    content: "";
    position: absolute;
    top: 22px;
    left: 70px;
    width: 1px;
    height: 18px;
    background: #ffffff;
}

#search form:hover:before {
    display: block;
}

#search #search_name {
    display: none;
    width: 270px;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    outline: none;
    border: none;
    background: #fff;
    border-top-left-radius: 35px;
    float: left;
    font-size: 16px;
    color: #979797;
}

#search #button {
    display: block;
    transition: all 0.5s ease 0s;
    width: 60px;
    height: 60px;
    border-top-left-radius: 20px;
    float: right;
    cursor: pointer;
    background: url(../img/search.png) center center no-repeat #ed6b13;
    border: none;
}

#search_name::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #979797;
}

#search_name:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #979797;
}

#search_name::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #979797;
}

#search_name::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7fbe25;
}



.nav2 {
    height: 50px;
    width: 100%;
}

.nav {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}

.nav .wrap {
    z-index: -1;
    position: relative;
}

.nav .list {
    display: block;
    width: 1200px;
    overflow: hidden;
    background: url(../img/nav_bg.png) top center no-repeat;
}

.nav li {
    display: block;
    width: calc(1200px/8);
    height: 50px;
    text-align: center;
    position: relative;
    float: left;
}

.nav li>a {
    display: block;
    color: #2c2c2c;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
}

.nav li:hover>a,
.nav li.on>a {
    color: #fff;
}

.nav li:hover,
.nav li.on {
    background: url(../img/nav_hover.png) left center no-repeat;
}

.nav li.hover_li {
    position: relative;
}

.nav li.hover_li:before {
    display: block;
    content: "";
    position: absolute;
    left: 48%;
    bottom: 3px;
    width: 5px;
    height: 6px;
    background: url(../img/nav_bot.png) center center no-repeat;
    z-index: 99999;
}


.fixednav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -1px 18px rgba(0, 0, 0, .1);
}

.fixednav2 {
    background: none !important;
}

.fixednav2 .list li a {
    color: #2c2c2c;
}

.fixednav2 .list li.on a,
.fixednav2 .list li:hover a {
    color: #fff;
}

.pc-menu-list {
    width: 100%;
    height: auto;
    position: absolute;
    top: 170px;
    z-index: 999;
}

.pc-menu-list .a {
    display: none;
}


/*新闻中心开始*/
.pc-menu-list .news {
    height: 100px;
}

.pc-menu-list .news .wrap {
    position: relative;
}

.pc-menu-list .news .wrap:before {
    display: block;
    content: "";
    width: 1200px;
    height: 100px;
    background: rgba(33, 82, 177, 0.9);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.pc-menu-list .news .t2 {
    margin-top: 25px;
    margin-left: 30px;
}

.pc-menu-list .news .aa {
    width: 850px;
    float: right;
    z-index: 9;
    position: relative;
}

.pc-menu-list .news .aa ul {
    margin-top: 30px;
}

.pc-menu-list .news .aa ul li {
    display: inline-block;
    width: 139px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
}

.pc-menu-list .news .aa ul li a {
    display: inline-block;
    width: 139px;
    height: 48px;
    color: #fff;
    font-weight: normal;
}

.pc-menu-list .news .aa ul li:hover a {
    color: #ed6b13;
}


/*关于我们开始*/
.pc-menu-list .about {
    height: 100px;
}

.pc-menu-list .about .wrap {
    position: relative;
}

.pc-menu-list .about .wrap:before {
    display: block;
    content: "";
    width: 1200px;
    height: 100px;
    background: rgba(33, 82, 177, 0.9);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.pc-menu-list .about .t2 {
    margin-top: 25px;
    margin-left: 30px;
}

.pc-menu-list .about .aa {
    width: auto;
    float: right;
    z-index: 9;
    position: relative;
}

.pc-menu-list .about .aa ul {
    margin-top: 30px;
}

.pc-menu-list .about .aa ul li {
    display: inline-block;
    width: 122px;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 17px;
    margin-left: 50px;
}

.pc-menu-list .about .aa ul li a {
    color: #fff;
    font-weight: normal;
}

.pc-menu-list .about .aa ul li a:hover {
    color: #eb6e11;
}


/*产品中心开始*/
.pc-menu-list .product {
    height: 250px;
}

.pc-menu-list .product .wrap {
    position: relative;
}

.pc-menu-list .product .wrap:before {
    display: block;
    content: "";
    width: 1200px;
    height: 250px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.pc-menu-list .t {
    display: inline-block;
    float: left;
    width: 160px;
    margin-top: 70px;
    z-index: 9;
    position: relative;
    margin-left: 30px;
}

.pc-menu-list .t a:nth-child(1) {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    color: #2658ba;
    font-size: 22px;
}

.pc-menu-list .t span:nth-child(2) {
    display: inline-block;
    width: 100%;
    line-height: 1.6;
    color: #9699a2;
    font-size: 16px;
    text-transform: uppercase;
}

.pc-menu-list .t span:nth-child(3) {
    display: inline-block;
    margin-top: 30px;
}

.pc-menu-list .t2 {
    display: inline-block;
    float: left;
    width: 160px;
    margin-top: 70px;
    z-index: 9;
    position: relative;
}

.pc-menu-list .t2 a:nth-child(1) {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 22px;
}

.pc-menu-list .t2 span:nth-child(2) {
    display: inline-block;
    width: 100%;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
    text-transform: uppercase;
}

.pc-menu-list .product .bb {
    width: 965px;
    height: 220px;
    float: left;
    z-index: 9;
    position: relative;
}

.pc-menu-list .product .bb ul {
    display: inline-block;
    width: 1010px;
    height: 240px;
    margin-top: 5px;
}

.pc-menu-list .product .bb ul li {
    position: relative;
    display: block;
    float: left;
    width: calc(1010px/5);
    height: 240px;
    text-align: center;
    border-radius: 30px;
}

.pc-menu-list .product .bb ul li img {
    display: block;
    max-width: 90%;
    margin: 5px auto 0 auto;
}

.pc-menu-list .product .bb ul li a {
    color: #fff;
}

.pc-menu-list .product .bb ul li span {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 35px;
    line-height: 40px;
    margin-top: 10px;
    color: #25282f;
}

.pc-menu-list .product .bb ul li:hover {
    background: #fff;
}


/*服务中心开始*/
.pc-menu-list .service {
    height: 109px;
}

.pc-menu-list .service .wrap {
    position: relative;
}

.pc-menu-list .service .wrap:before {
    display: block;
    content: "";
    width: 1200px;
    height: 100px;
    background: rgba(33, 82, 177, 0.9);
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.pc-menu-list .service .t2 {
    margin-top: 25px;
    margin-left: 30px;
}

.pc-menu-list .service .aa {
    width: 850px;
    float: right;
    z-index: 9;
    position: relative;
}

.pc-menu-list .service .aa ul {
    margin-top: 30px;
}

.pc-menu-list .service .aa ul li {
    display: inline-block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 17px;
    margin-left: 30px;
}

.pc-menu-list .service .aa ul li a {
    color: #fff;
    font-weight: normal;
}

.pc-menu-list .service .aa ul li a:hover {
    color: #ed6b13;
}



.banner {

    width: 100%;

    overflow: hidden;

    position: absolute;

    top: 0;
}

#banner {

    left: 50%;
    margin-left: -960px;
    position: relative;
    width: 1920px;
	
	margin-top: 90px;

}

.banner img {

    display: block;

}




/*首页产品中心*/
.index_pro {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*margin-top: 485px;*/
}

.index_pro * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.index_pro .title {
    margin-top: 30px;
}

.index_pro .title span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.index_pro .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}

.index_pro .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}

.index_pro .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}


.index_pro .pro_lunbo {
    width: 100%;
    overflow: hidden;
    margin-top: 23px;
}

.index_pro .pro_lunbo .hd {
    width: 100%;
    overflow: hidden;
}

.index_pro .pro_lunbo .hd ul {
    width: 100%;
}

.index_pro .pro_lunbo .hd ul li {
    /*width: 230px;*/
	width:190px;
    height: 115px;
    position: relative;
    display: block;
    float: left;
    margin-right: 12px;
}

.index_pro .pro_lunbo .hd ul li:nth-child(6) {
    margin-right: 0;
}

.index_pro .pro_lunbo .hd ul li a {
     /*width: 230px;*/
	width:184px;
    /*height: 80px;*/
	height:64px;
    background: #e8ecf6;
    border-radius: 40px;
    display: block;
    font-size: 18px;
    color: #2c2c2c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_pro .pro_lunbo .hd ul li img {
    width: 120px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_pro .pro_lunbo .hd ul li span {
    /*width: 100px;*/
    display: block;
    /*height: 80px;
    line-height: 80px;*/
	width:100px;
	line-height:20px;
	word-break:normal;
	text-align: right;
	height:52px;
	font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
	float: right;
	margin-right: 10px;
}

.index_pro .pro_lunbo .hd ul li.on a {
    background: #295cbf;
    color: #ffffff;
}



.index_pro .pro_lunbo .bd {
    width: 100%;
    overflow: hidden;
    /*margin-top: 28px;*/
	margin-top: 48px;
}

.index_pro .pro_lunbo .bd>ul {
    width: 100%;
    float: left;
    /*height: 1060px;*/
	height: 900px;
}

.index_pro .pro_lunbo .bd>ul>li {
    /*width: 380px;
    height: 505px;*/
	width:325px;
	height:425px;
    display: block;
    float: left;
    margin-right: 112px;
    margin-bottom: 25px;
}

.index_pro .pro_lunbo .bd>ul>li:hover span:nth-child(1) {
    color: #ed6b13;
}

.index_pro .pro_lunbo .bd>ul>li:nth-child(3),
.index_pro .pro_lunbo .bd ul li:nth-child(6) {
    margin-right: 0;
}

.index_pro .pro_lunbo .bd>ul>li a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #2c2c2c;
}

.index_pro .pro_lunbo .bd>ul>li span:nth-child(1) {
    display: block;
    /*width: 380px;*/
	width: 325px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2c486a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_pro .pro_lunbo .bd>ul>li img {
    /*width: 380px;
    height: 330px;*/
	width: 325px;
	height:244px;
    display: block;
}

.index_pro .pro_lunbo .bd>ul>li span.t {
    width: 100%;
    display: block;
    height: 40px;
    color: #2c486a;
    font-size: 14px;
    margin: 10px 0;
    text-align: justify;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot {
    width: 100%;
    margin-top: 20px;
    height: 53px;
    line-height: 53px;
    display: block;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li {
    display: block;
    /*width: 180px;
	height: 53px;
    line-height: 53px;*/
	width: 150px;
	height:33px;
	line-height: 33px;
    display: block;
    text-align: center;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(1) {
    border: 1px solid #ed6b13;
    font-size: 18px;
    color: #ed6b13;
    float: left;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(1) a {
    color: #ed6b13;
}


.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(1):hover {
    background: #ed6b13;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(1):hover a {
    color: #fff;
}



.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(2) {
    background: #1a49a4;
    border: 1px solid #1a49a4;
    font-size: 18px;
    float: right;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(2) a {
    color: #fff;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(2):hover {
    border: 1px solid #1a49a4;
    background: transparent;
}

.index_pro .pro_lunbo .bd>ul>li ul.bot li:nth-child(2):hover a {
    color: #1a49a4;
}


.index_pro .more {
    display: block;
    margin: 0 auto 35px auto;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    background: #ed6b13;
    color: #fff;
    font-size: 18px;
}



/*首页关于我们*/
.index_com {
    width: 100%;
    height: 660px;
    overflow: hidden;
    background: url(../img/com_bg.jpg) top center no-repeat;
}

.index_com .wrap {
    position: relative;
    height: 762px;
}

.index_com .title {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.index_com .title span {
    display: inline-block;
    width: 100%;
}

.index_com .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #edf1f6;
    font-weight: bold;
    margin-top: 10px;
}

.index_com .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg2.png) center center no-repeat;
}

.index_com .title span:nth-child(3) {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.index_com .com2 {
    width: 1100px;
    margin: 0 auto;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    margin-top: 25px;
}

.index_com .com2 img{
    display: none;
}
.index_com .com2 p{
	font-size: 15px;
	line-height: 34px;
}

.index_com .com1 {
    width: 89px;
    height: 28px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ffffff;
    overflow: hidden;
    display: block;
    float: right;
    margin: 15px 50px 0 0;
}



/*企业文化*/
.index_com .honor {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 30px;
}

.index_com .honor ul {
    width: 100%;
    height: auto;
}

.index_com .honor ul li {
    display: block;
    float: left;
    width: 300px;
    height: 100px;
    overflow: hidden;
    position: relative;
    position: relative;
}

.index_com .honor ul li:after {
    display: block;
    content: "";
    width: 1px;
    height: 59px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 15px;
}

.index_com .honor ul li:nth-child(4):after {
    display: none;
}

.index_com .honor ul li span:nth-child(1) {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
}

.index_com .honor ul li span:nth-child(2) {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 17px;
}



/*厂容厂貌*/
.xiangce {
    height: 244px;
    overflow: hidden;
    /*margin-top: -145px;*/
	margin-top: -125px;
}

.xiangce .t {
    display: block;
    float: left;
    width: 74px;
    height: 244px;
    background: #1a49a4;
    text-align: center;
    color: #fff;
    font-size: 30px;
    writing-mode: vertical-rl;
    line-height: 74px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.xiangce_lunbo {
    width: 1126px;
    height: 244px;
    float: right;
    position: relative;
    background: #e8ecf6;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
}

.xiangce_lunbo .bd {
    width: 1040px;
    height: 180px;
    margin-top: 35px;
    margin-left: 43px;
    overflow: hidden;
}

.xiangce_lunbo .bd ul {
    width: 100%;
    height: 180px;
}

.xiangce_lunbo .bd ul li {
    display: inline-block;
    width: 260px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.xiangce_lunbo .bd ul li img {
     /*width: 230px;*/
	width:184px;
    height: 180px;
    margin: 0 auto;
    display: block;
}

.xiangce_lunbo .bd ul li span {
    display: none;
    font-size: 16px;
    color: #edf1f6;
     /*width: 230px;*/
	width:184px;
    height: 35px;
    line-height: 35px;
    background: rgba(44, 72, 106, 0.8);
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.xiangce_lunbo .bd ul li:hover span {
    display: block;
}

.xiangce_lunbo .prev {
    position: absolute;
    left: 15px;
    top: 120px;
}

.xiangce_lunbo .next {
    position: absolute;
    right: 15px;
    top: 120px;
}


/*优势*/
.ys_div {
    height: 325px;
    position: relative;
    margin-top: 56px;
}

.ys_div .hd {
    width: 380px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 410px;
    z-index: 9;
}

.ys_div .hd li {
    display: block;
    width: 180px;
    height: 140px;
    background: #25548e;
    float: left;
    cursor: pointer;
}

.ys_div .hd li:nth-child(1),
.ys_div .hd li:nth-child(3) {
    margin-right: 20px;
}

.ys_div .hd li:nth-child(1),
.ys_div .hd li:nth-child(2) {
    margin-bottom: 20px;
}

.ys_div .hd li span {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}

.ys_div .hd li img {
    display: block;
    max-width: 100%;
    margin: 17px auto 0 auto;
}

.ys_div .hd li.on {
    background: #ed6b13;
    color: #fff;
}

.ys_div .bd {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.ys_div .bd ul {
    width: 100% !important;
    height: 300px !important;
    display: block;
}

.ys_div .bd li {
    display: block !important;
    width: 410px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}

.ys_div .bd li span:nth-child(1) {
    display: block;
    font-size: 30px;
    color: #25548e;
    width: 100%;
    margin: 14px 0 8px 0;
}

.ys_div .bd li span:nth-child(2) {
    color: #313131;
    font-size: 18px;
}

.ys_div .bd li.on {
    background: url(../img/ys_hover.png) center center no-repeat;
}

.ys_div .bd li:nth-child(2) {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    text-align: right;
}

.ys_div .bd li:nth-child(4) {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    text-align: right;
}

.ys_div .bd li:nth-child(2) span:nth-child(2),
.ys_div .bd li:nth-child(4) span:nth-child(2) {
    text-align: left;
    float: right;
}




/*首页行业方案*/
.index_fangan {
    width: 100%;
    padding-bottom: 25px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.index_fangan:after {
    display: block;
    content: "";
    width: 300px;
    height: 463px;
    background: #f3f5fa;
    position: absolute;
    top: 250px;
    right: -300px;
}

.index_fangan .title {
    width: 100%;
    margin-top: 19px;
    text-align: center;
}

.index_fangan .title span {
    display: inline-block;
    width: 100%;
}

.index_fangan .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}

.index_fangan .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}

.index_fangan .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}


.index_fangan .hd {
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.index_fangan .hd ul {
    display: table;
    width: 100%;
    text-align: center;
}

.index_fangan .hd li {
    display: inline-block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    background: #edf1f6;
    cursor: pointer;
    font-size: 18px;
    color: #313131;
}

.index_fangan .hd li.on {
    background: url(../img/case_hover.jpg) center center no-repeat;
}

.index_fangan .hd li.on a {
    color: #fff;
    font-weight: bold;
}

.index_fangan .bd {
    width: 100%;
    height: 463px;
    background: #f3f5fa;
    overflow: hidden;
    margin-top: 35px;
}

.index_fangan .bd ul {
    width: 1180px;
    height: 463px;
    background: #f3f5fa;
    overflow: hidden;
    margin: 0 10px 0 10px;
    display: block;
    float: left;
}

.index_fangan .bd li {
    width: 33.3%;
    overflow: hidden;
    display: block;
    float: left;
    margin-top: 25px;
}

.index_fangan .bd li .t {
    display: block;
    width: 100%;
    height: auto;
    line-height: 2.7;
    font-size: 20px;
    color: #313131;
    text-align: center;
}

.index_fangan .bd li .img {
    width: 362px;
    height: 276px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;
}

.index_fangan .bd li img:nth-child(1) {
    width: 100%;
    height: 276px;
    transition: all 1s ease 0s;
}

.index_fangan .bd li:hover img {
    transform: scale(1.05);
}

.index_fangan .bd li .img .jt {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_fangan .bd li .c {
    display: block;
    width: 362px;
    height: 58px;
    line-height: 2.1;
    font-size: 14px;
    color: #a0a0a0;
    margin: 10px auto 0 auto;
}

.index_fangan .more {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ed6b13;
    color: #fff;
    font-size: 18px;
}


/*首页资质*/
.index_zizhi {
    width: 100%;
    padding-bottom: 25px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.index_zizhi:after {
    display: block;
    content: "";
    width: 300px;
    height: 463px;
    background: #f3f5fa;
    position: absolute;
    top: 250px;
    right: -300px;
}
.index_zizhi .title {
    width: 100%;
    margin-top: 19px;
    text-align: center;
}
.index_zizhi .title span {
    display: inline-block;
    width: 100%;
}
.index_zizhi .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}
.index_zizhi .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}
.index_zizhi .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}
.index_zizhi .hd {
    width: 100%;
    height: 50px;
    margin: 30px 0;
}
.index_zizhi .hd ul {
    display: table;
    width: 100%;
	min-width:1200px;
	margin: 0px auto;
    text-align: center;
}
.index_zizhi .hd li {
    display: inline-block;
    /*width: 240px;
	margin: 0 10px;*/
	width:100%;
	
    height: 50px;
    line-height: 50px;
    background: #edf1f6;
    cursor: pointer;
    font-size: 18px;
    color: #313131;
}
.index_zizhi .hd li.on {
    background: url(../img/case_hover.jpg) center center no-repeat;
}
.index_zizhi .hd li.on a {
    color: #fff;
    font-weight: bold;
}
.index_zizhi .more {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ed6b13;
    color: #fff;
    font-size: 18px;
}
.index_zizhi .zizhi_lunbo {
    width: 100% !important;
    /*height: 320px;*/
    overflow: hidden;
    margin-top: 30px;
	height:517px;background:#f3f5fa;
}
.index_zizhi .bd {
    width: 100%;
}
.index_zizhi .bd .picList {
    width: 300px;
    height: px;
    float: left;
    overflow: hidden;
	margin: 25px 10px;
}
.index_zizhi ul * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_zizhi ul li {
    display: block;
    overflow: hidden;
    float: left;
    width: 290px;
    height: 441px;
    /*margin: 5px;*/
}
.index_zizhi ul li .t {
    display: block;
    width: 100%;
    height: auto;
    line-height: 54px;
    font-size: 20px;
    color: #313131;
    text-align: center;
}
.index_zizhi .bd li .img {
    width: 100%;
    height: 387px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative;
	background: #fff;
    border: 1px solid #ededed;
}
.index_zizhi ul li img {
    display: block;
    max-height: 387px;
    margin: 0 auto;
    transition: all 1s ease 0s;
}


/*首页合作伙伴*/
.index_kehu {
    width: 100%;
    height: 578px;
    background: #f7f7f8;
    overflow: hidden;
}

.index_kehu .title {
    width: 100%;
    margin-top: 19px;
    text-align: center;
}

.index_kehu .title span {
    display: inline-block;
    width: 100%;
}

.index_kehu .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}

.index_kehu .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}

.index_kehu .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}

.index_kehu .kehu_lunbo {
    width: 100% !important;
    height: 320px;
    overflow: hidden;
    margin-top: 30px;
}

.index_kehu .bd {
    width: 100%;
}

.index_kehu .bd .picList {
    width: 300px;
    height: px;
    float: left;
    overflow: hidden;
}

.index_kehu ul * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.index_kehu ul{ display:block; width:960px;  margin-top: 28px; overflow: hidden; }*/
.index_kehu ul li {
    display: block;
    overflow: hidden;
    float: left;
    width: 290px;
    height: 150px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 5px;
}

.index_kehu ul li img {
    display: block;
    max-height: 150px;
    margin: 0 auto;
    transition: all 1s ease 0s;
}

.index_kehu .more {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ed6b13;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}


/*首页新闻*/
.m1 .title {
    width: 100%;
    margin-top: 19px;
    text-align: center;
}

.m1 .title span {
    display: inline-block;
    width: 100%;
}

.m1 .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}

.m1 .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}

.m1 .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}

.m1 {
    overflow: hidden;
    position: relative;
    padding: 10px 0 20px 0;
}


.m1 .right {
    display: block;
    width: 100%;
    height: 440px;
}

.m1 .right .hd {
    width: 100%;
    border-bottom: 1px solid #f0f1f3;
    margin: 0 auto;
    overflow: hidden;
    height: 63px;
    margin-top: 22px;
}

.m1 .right .hd ul {
    width: 100%;
    overflow: hidden;
    display: table;
    text-align: center;
    height: 63px;
}

.m1 .right .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 212px;
    overflow: hidden;
    height: 63px;
    line-height: 63px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.m1 .right .hd ul li a {
    display: block;
    width: 212px;
    font-size: 20px;
    color: #535353;
    font-weight: bold;
}

.m1 .right .hd ul li.on {
    background: url(../img/news_hover.png) top center no-repeat;
    line-height: 45px;
}

.m1 .right .hd ul li.on a {
    color: #fff;
}

.m1 .right .hd a.more {
    display: block;
    float: right;
    margin-right: 15px;
}

.m1 .right .bd {
    width: 1200px;
    height: 350px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(241, 241, 241, 0.9);
}

.m1 .right .bd ul {
    width: 1200px;
    height: 300px;
    overflow: hidden;
    margin: 55px auto 0 auto;
}


.m1 .right .bd ul li:nth-child(-n+2) {
    display: block;
    overflow: hidden;
    width: 50%;
    float: left;
    height: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3% 0 3%;
    border: none;
    border-right: 1px solid #edf1f6;
    margin-bottom: 22px;
}

.m1 .right .bd ul li:nth-child(-n+2) span:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #535353;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m1 .right .bd ul li:nth-child(-n+2) span:nth-child(2) {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
    color: #898989;
}

.m1 .right .bd ul li:nth-child(-n+2) span:nth-child(3) {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #7d7d7d;
    margin-top: 15px;
    line-height: 2;
}

.m1 .right .bd ul li:nth-child(-n+2):hover span:nth-child(1) {
    color: #eb6e11;
}


.m1 .right .bd ul li:nth-child(n+3) {
    display: block;
    float: left;
    overflow: hidden;
    width: 354px;
    height: 59px;
    line-height: 59px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.m1 .right .bd ul li:nth-child(n+3) span:nth-child(1) {
    display: block;
    float: left;
    overflow: hidden;
    width: 210px;
    font-size: 14px;
    color: #373737;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m1 .right .bd ul li:nth-child(n+3) span:nth-child(2) {
    display: block;
    float: right;
    overflow: hidden;
    font-size: 14px;
    color: #888888;
}

.m1 .right .bd ul li:nth-child(n+3):hover {
    background: #1a49a4;
    color: #fff;
}

.m1 .right .bd ul li:nth-child(n+3):hover span:nth-child(1) {
    color: #fff;
}

.m1 .right .bd ul li:nth-child(n+3):hover span:nth-child(2) {
    color: #fff;
}



.m1 .right .bd ul li:nth-child(2) {
    border-right: none;
}

.m1 .right .bd ul li:nth-child(3) {
    margin-left: 2.5%;
}

.m1 .right .bd ul li:nth-child(4) {
    margin: 0 3%;
}




.mainnr_ipro {
    float: right;
    width: 1200px;
}

.mainnr_ipro .head {
    width: 1200px;
    margin: 0 auto;
    line-height: 55px;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    margin-top: 55px;
    overflow: hidden;
    height: 55px;
}

.mainnr_ipro .head h2 {
    display: inline-block;
    height: 55px;
    padding: 0 35px 42px 35px;
    border-bottom: 2px solid #0060a1;
    color: #151515;
    font-size: 32px;
    font-weight: 400;
}

.mainnr_ipro .list {
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.mainnr_ipro .list li {
    float: left;
    display: inline-block;
    width: 27%;
    height: 274px;
    margin: 10px 1.5%;
    background: #fff;
}

.mainnr_ipro .list li:nth-child(1),
.mainnr_ipro .list li:nth-child(4),
.mainnr_ipro .list li:nth-child(7) {
    margin-left: 80px;
}

.mainnr_ipro .list li img {
    display: block;
    width: 290px;
    height: 230px;
    margin: 0 auto;
}

.mainnr_ipro .list li h3 {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    font-weight: normal;
}

.mainnr_ipro .list li h3 a {
    color: #484848;
}

.mainnr_ipro .list li:hover h3 a {
    color: white;
}

.mainnr_ipro .list li:hover h3 {
    background: #0a4394;
}



.mainnr_honor {
    float: left;
}

.mainnr_honor .head {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px #ccc solid;
}

.mainnr_honor .head h2 {
    font-size: 22px;
    border-bottom: 2px #1a2d7c solid;
}

.mainnr_honor .head span {
    float: right;
}


.mainnr_honor .list_x {
    width: 1200px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.mainnr_honor .list_x li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 15px;
    background: #fff;
    float: left;
}

.mainnr_honor .list_x li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.mainnr_honor .list_x li img {
    display: block;
    width: 270px;
    margin: 0 auto;
}

.mainnr_honor .list_x li h3 {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.mainnr_honor .list_x li h3 a {
    font-size: 14px;
    color: #333;
}



/*视频中心*/
.ivideo .list {
    display: table;
    width: 1200px;
    text-align: center;
}

.ivideo .list li {
    display: inline-block;
    float: left;
    width: 27%;
    height: 289px;
    overflow: hidden;
    margin: auto 1.5%;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    cursor: pointer;
}

.ivideo .list li:nth-child(1),
.ivideo .list li:nth-child(4),
.ivideo .list li:nth-child(7),
.ivideo .list li:nth-child(10) {
    margin-left: 80px;
}

.ivideo .list li .img {
    width: 100%;
    position: relative;
}

.ivideo .list li .img img {
    display: block;
    max-width: 100%;
    width: 324px;
    height: 243px;
}

.ivideo .list li h3 {
    color: #333;
    line-height: 24px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ivideo .list li p {
    width: 305px;
    height: 48px;
    padding: 0 10px 0px 10px;
    color: #898989;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    background: url(../Images/jt2.png) no-repeat 277px 40px;
}


.ivideo .list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.ivideo .list li:hover {
    border: 1px solid #1a49a4;
}

.ivideo .list li:hover a h3 {
    color: #1a49a4;
}

.ivideo .list li .img .hover_child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
}

.ivideo .list li .img .hover_child>img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

.ivideo .list li .img .hover_child:hover {
    opacity: 1;
    transition: opacity 0.4s;
}



.z_neiye {
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
}

.z_neiye .zbtn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 38px;
    z-index: 10002;
    background: url(../img/close2.png) no-repeat;
}




.imgPop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: block;
    /* background:rgba(10,91,188,0.9); */
}

.imgPop2 {
    min-height: 100px;
    width: 52%;
    left: 24%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.imgPop2 .sp {
    display: block;
    width: 100%;
}

.imgPop2 .sp video {
    width: 100%;
    object-fit: fill;
}

.imgPop2 .close2 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: -35px;
}



/*资质荣誉*/
.mainnr_honor2 {
    margin: 25px auto 0 auto;
}

.mainnr_honor2 .list {
    display: table;
    width: 1200px;
    text-align: center;
}

.mainnr_honor2 .list li {
    display: inline-block;
    float: left;
    width: 22%;
    overflow: hidden;
    margin-bottom: 20px;
    margin: auto 1.5%;
    margin-bottom: 20px;
}

.mainnr_honor2 .list li .img {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.mainnr_honor2 .list li .img>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.mainnr_honor2 .list li .img .pp2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mainnr_honor2 .list li .img .pp3 {
    position: absolute;
    bottom: -100%;
    left: 0px;
    margin-bottom: -70px;
    z-index: 11;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.mainnr_honor2 .list li .img .pp3 span:nth-child(1) {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    height: 22px;
    overflow: hidden;
    width: 100%;
}

.mainnr_honor2 .list li .img .pp3 span:nth-child(2) {
    display: inline-block;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 100;
    margin-top: 5px;
    overflow: hidden;
}

.mainnr_honor2 .list li .img .pp3 span:nth-child(3) {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.mainnr_honor2 .list li .img .pp3 span:nth-child(3) img {
    display: inline-block;
    width: 40px;
}


.mainnr_honor2 .list li p {
    width: 100%;
    height: 30px;
    color: #898989;
    line-height: 25px;
    text-align: left;
}

.mainnr_honor2 .list li p span {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-indent: 0;
    color: #898989;
    font-size: 13px !important;
}

.mainnr_honor2 .list li:hover .pp2 {
    opacity: 0.3;
}

.mainnr_honor2 .list li:hover .pp3 {
    bottom: 49%;
}


/*资质荣誉内页*/
.honor_div1 {
    background: url(../img/case_div.jpg) center top no-repeat;
    margin-bottom: 25px;
    height: 413px;
    background-size: cover;
    margin-top: 50px;
}

.honor_div1 .left {
    width: 600px;
}

.honor_div1 .left img {
    width: 600px;
    height: 413px;
}

.honor_div1 .right {
    width: 538px;
    padding-top: 50px;
    padding-right: 35px;
}

.honor_div1 .right .p1 {
    background: url(../img/line5.jpg) left top no-repeat;
    padding-top: 5%;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
}




/*内页产品中心*/
.ny_pro {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}

.ny_pro * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ny_pro .title span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ny_pro .title span:nth-child(1) {
    font-size: 36px;
    line-height: 1;
    color: #434343;
    font-weight: bold;
    margin-top: 10px;
}

.ny_pro .title span:nth-child(2) {
    font-size: 36px;
    text-transform: uppercase;
    color: #edf1f6;
    line-height: 1.3;
    font-weight: bold;
    background: url(../img/t_bg.png) center center no-repeat;
}

.ny_pro .title span:nth-child(3) {
    color: #2b2b2b;
    font-size: 18px;
}


.ny_pro .sort {
    width: 1200px;
    height: 53px;
    line-height: 53px;
    background: #0b5bbc;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #f0f3fa;
    border-bottom: 1px solid #f0f3fa;
    border-radius: 23px;
}

.ny_pro .sort ul {
    width: 100%;
    display: table;
    text-align: center;
    height: 53px;
    line-height: 53px;
}

.ny_pro .sort ul li {
    display: block;
    float: left;
    /*width: 235px;*/
	width: 200px;
    line-height: 53px;
    text-align: center;
    position: relative;
}

.ny_pro .sort ul li:before {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 12px;
}

.ny_pro .sort ul li:nth-child(6):before {
    display: none;
}

.ny_pro .sort ul li:hover a {
    color: #ed6b13;
    font-weight: bold;
}

.ny_pro .sort ul li a {
    display: block;
    width: 235px;
    height: 53px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}


.ny_pro .sort_ul {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.ny_pro .sort_ul>li {
    width: 380px;
    height: auto;
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 55px;
}

.ny_pro .sort_ul li:hover span:nth-child(1) {
    color: #ed6b13;
}

.ny_pro .sort_ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_pro .sort_ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #2c2c2c;
}


.ny_pro .sort_ul li img {
    width: 380px;
    /*height: 330px;*/
    display: block;
}

.ny_pro .sort_ul li span.t {
    display: block;
    width: 380px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2c486a;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_pro .sort_ul li ul.bot {
    width: 100%;
    margin-top: 10px;
    height: 53px;
    line-height: 53px;
    display: block;
}

.ny_pro .sort_ul li ul.bot li {
    width: 180px;
    display: block;
    height: 53px;
    line-height: 53px;
    display: block;
    text-align: center;
}

.ny_pro .sort_ul li ul.bot li:nth-child(1) {
    border: 1px solid #ed6b13;
    font-size: 18px;
    color: #ed6b13;
    float: left;
}

.ny_pro .sort_ul li ul.bot li:nth-child(1) a {
    color: #ed6b13;
}

.ny_pro .sort_ul li ul.bot li:nth-child(1):hover {
    background: #ed6b13;
}

.ny_pro .sort_ul li ul.bot li:nth-child(1):hover a {
    color: #fff;
}


.ny_pro .sort_ul li ul.bot li:nth-child(2) {
    background: #1a49a4;
    border: 1px solid #1a49a4;
    font-size: 18px;
    float: right;
}

.ny_pro .sort_ul li ul.bot li:nth-child(2) a {
    color: #fff;
}

.ny_pro .sort_ul li ul.bot li:nth-child(2):hover {
    border: 1px solid #1a49a4;
    background: transparent;
}

.ny_pro .sort_ul li ul.bot li:nth-child(2):hover a {
    color: #1a49a4;
}











/*产品中心内页*/
#right_content {
    width: 1200px;
    height: auto;
    margin: 15px auto;
    min-height: 600px;
    _height: 600px;
    _height: 100%;
    line-height: 27px;
    color: #2e2e2e;
    font-size: 14px;
    float: right;
}

#zy_pro {
    width: 100%;
    height: 430px;
    margin: 0 auto;
}

#zy_pro_l {
    width: 520px;
    border: solid 1px #cecece;
    text-align: center;
    float: left;
    position: relative;
    margin-top: 25px;
}

#zy_pro_r {
    width: 620px;
    height: 423px;
    float: right;
    position: relative;
    margin-top: 25px;
}

#zy_pro_title {
    width: 600px;
    height: 44px;
    line-height: 44px;
    background: #0173bc;
    position: absolute;
    left: 0px;
    top: 0px;
}

#zy_pro_title span {
    color: #fff;
    font-size: 24px;
    padding-left: 10px;
}

#zy_pro_info {
    width: 620px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 70px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

#zy_pro_info span {
    color: #0173bc;
    font-size: 16px;
}

.zy_pro_detail {
    width: 100%;
    margin: 20px auto;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.zy_pro_detail p img {
    max-width: 100%;
}

#zy_pro_xgt {
    width: 600px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 175px;
    color: #666666;
    font-size: 16px;
}

#zy_pro_xg {
    width: 600px;
    height: 120px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 218px;
}

.subpro_rxfw {
    border-bottom: 1px solid #0a4394;
    padding: 13px 8px;
    background: url(../Images/tel4.png) 5px center no-repeat;
    padding-left: 50px;
    position: absolute;
    top: 348px;
    width: 542px;
    font-family: impact;
}

.subpro_rxfw span:nth-child(1) {
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #0a4394;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "Microsoft Yahei", Aria;
}

.subpro_rxfw span:nth-child(2) {
    float: left;
    display: inline-block;
    color: #dbdd4e;
    font-size: 34px;
    font-weight: bold;
}



/*产品详情下推荐新闻*/
.tuijian {
    overflow: hidden;
    padding: 30px 0 50px 0;
}

.tuijian .title-2 {
    font-size: 24px;
    color: #333;
    padding-bottom: 25px;
    font-weight: 700;
}

.tuijian .xiangguan {
    width: 100%;
    position: relative;
}

.tuijian .xiangguan .bd {
    width: 100%;
    overflow: hidden;
}

.tuijian .xiangguan li {
    width: 300px;
    float: left;
    display: block;
}

.tuijian .xiangguan li img {
    width: 218px;
    /*height: 149px;*/
    display: block;
    margin: 0 auto;
}

.tuijian .xiangguan li .info {
    width: 218px;
    margin: 25px auto 0 auto;
    border-top: 3px solid #d6d6d6;
    transition: all .3s ease;
    padding: 15px 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.tuijian .xiangguan a.prev,
.tuijian .xiangguan a.next {
    width: 50px;
    height: 50px;
    background: #e7e5e4;
    text-decoration: none;
    display: block;
    margin: -40px 0 0;
    position: absolute;
    top: 35%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tuijian .xiangguan a.prev {
    left: -58px;
}

.tuijian .xiangguan a.next {
    right: -58px;
}

.tuijian .xiangguan a.prev:before,
.tuijian .xiangguan a.next:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: ' ';
    display: block;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tuijian .xiangguan a.prev:before {
    left: 20px;
    top: 18px;
    transform: rotate(45deg);
}

.tuijian .xiangguan a.next:before {
    transform: rotate(-135deg);
    top: 18px;
    right: 20px;
}

.tuijian .xiangguan a.prev:hover,
.tuijian .xiangguan a.next:hover {
    background: #ed6b13;
}

/*内页的大标题*/
.tit_2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.tit_2 h3 {
    width: 100%;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: normal;
}

.tit_2 h4 {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom: 20px;
}

.pro-top {
    font-size: 0;
    margin-bottom: 60px;
    padding-top: 20px;
}

.pro-top>div {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.pro-top .thumb {
    box-sizing: border-box;
    /*width: 450px;
    height: 600px;*/
	width:600px;
    text-align: center;
    border: 1px solid #e4e5e5;
}

.pro-top .thumb a {
    display: block;
    pointer-events: none;
}

.pro-top .thumb img {
    max-width: 100%;
    height: 600px;
    height: auto;
}

.pro-top .pro-info {
    box-sizing: border-box;
    width: 584px;
    padding-left: 52px;
}

.pro-top .pro-info .title-1 {
    font-size: 30px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 40px;
    font-weight: normal;
}

.pro-top .pro-wl,
.pro-top .pro-yy {
    padding-bottom: 25px;
    display: -ms-flexbox;
    /*display: flex;*/
}

.pro-top .pro-wl span,
.pro-top .pro-yy span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    -ms-flex: 342px;
    flex: 342px;
    box-sizing: border-box;
    padding-left: 0;
}

.pro-top strong {
    font-size: 20px;
    color: #333;
    -ms-flex: 106px;
    flex: 106px;
}

.pro-top .pro-info .pro_btn {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 342px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: url(../img/s-cart.png) 90px center no-repeat #01a2ea;
    margin: 20px 0 15px;
    transition: all .3s ease;
}

.pro-top .pro-info .pro_btn:hover {
    background: url(../img/s-cart.png) 90px center no-repeat #32bbf8;
}

.pro-top .pro-info .line {
    height: 1px;
    background: #ccc;
}

.pro-top .pro-info .tel {
    font-size: 14px;
    color: #999;
}

.pro-top .pro-info .tel span {
    display: inline-block;
    font-size: 20px;
    color: #01a2ea;
    margin-left: 5px;
}

.pro-top .pro-info .links {
    margin-top: 30px;
}

.pro-top .pro-info .links li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-left: 20px;
    transition: all .3s ease;
}

.pro-top .pro-info .links ul li:nth-child(1) {
    background: url(../img/pro-y-1.png) 1px center no-repeat;
    padding-left: 36px;
}

.pro-top .pro-info .links ul li:nth-child(2) {
    background: url(../img/pro-y-2.png) 10px center no-repeat;
}

.pro-top .pro-info .links ul li:nth-child(3) {
    background: url(../img/pro-y-3.png) 10px center no-repeat;
}

.pro-top .pro-info .links ul li:nth-child(4) {
    background: url(../img/pro-y-4.png) 10px center no-repeat;
}

.pro-top .pro-info .links ul li+li {
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #999;
    margin-left: 10px;
    padding-left: 40px;
}





.deviceBar {
    background: #FFF;
    width: 1200px;
    display: block;
    margin-bottom: 35px;
}

.deviceBar ul {
    border-bottom: 3px solid #ccc;
    width: 100%;
}

.deviceBar ul li {
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    padding: 0 30px;
    display: inline-block;
}

.deviceBar ul li a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.deviceBar ul li:hover,
.deviceBar ul li.on {
    background: #505050;
    position: relative;
}

.deviceBar ul li:hover a,
.deviceBar ul li.on a {
    color: #fff;
}


.deviceBar ul li:hover:before,
.deviceBar ul li.on:before {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 6px 0;
    border-color: #fbcf00 transparent transparent;
    border-style: solid;
    transform: translateX(-50%);
}

.deviceBar ul li:hover:after,
.deviceBar ul li.on:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    width: 100%;
    border-bottom: 3px solid #fbcf00;
}

.detailnavline {
    position: fixed;
    top: 0;
    z-index: 99;
}




#parm table {
    width: 100% !important;
}

#parm table tr:first-child {
    font-weight: 700;
    background: #666 !important;
    color: #fff;
}

#parm table tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transition: all .3s ease;
    width: auto !important;
    height: auto !important;
}

#parm table tr:nth-child(odd) {
    background: #efefef;
}

#parm table td {
    padding: 14px 10px 14px 10px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: auto !important;
    height: auto !important;
}

#parm table {
    width: 100%;
}

#parm table tr:first-child {
    font-weight: 700;
    background: #666 !important;
    color: #fff;
}

#parm table tr {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transition: all .3s ease;
}

#parm table tr:nth-child(odd) {
    background: #efefef;
}

#parm table td {
    padding: 14px 10px 14px 10px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}




#case ul,
#intro ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

#case li,
#intro li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
}

#case li:nth-child(2n),
#intro li:nth-child(2n) {
    margin-left: 2%;
}

#case li>a,
#intro li>a {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    overflow: hidden
}

#case li img,
#intro li img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}

#case li img:hover,
#intro li img:hover {
    transform: scale(1.05, 1.05);
}

#case li .txt,
#intro li .txt {
    color: #666;
    line-height: 30px;
    font-size: 14px;
}

#case li .txt a,
#intro li .txt a {
    color: #999
}

#case li>p,
#intro li>p {
    line-height: 25px;
    margin: 15px 0 19px 0;
    font-size: 18px;
    color: #313131;
}

#case li dl,
#intro li dl {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    color: #666;
    line-height: 30px;
    font-size: 14px;
}

#case li dl dt,
#intro li dl dt {
    width: 80px;
    float: left;
}

#case li dl dd,
#intro li dl dd {
    width: 450px;
    float: left;
}

#case li dl p,
#intro li dl p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}




.mainnr {
    margin-left: -10px;
    padding: 20px 10px;
}

.ipro .item,
.mainnr .item2 {
    float: left;
    width: 299px;
    height: 260px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
    margin-left: 10px;
    background: #fff;
    border-bottom: 2px solid #cecece;
}

.item2 {
    height: 305px !important;
}

.ipro .item .img,
.mainnr .item2 .img {
    width: 293px;
    height: 215px;
    padding: 3px;
}

.itemhei {
    height: 260px !important;
}

.ipro .item .img img,
.mainnr .item2 .img img {
    display: block;
    width: 293px;
    height: 215px;
}

.ipro .item h3,
.mainnr .item2 h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #e0e0e0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fpfl {
    width: 212px;
    background: #ebebeb;
    margin-bottom: 25px;
}

.fpfl li {
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.fpfl li a {
    color: #000;
    display: block;
}

.fenleitit {
    font-size: 18px !important;
    font-weight: normal !important;
    height: 47px !important;
    line-height: 47px !important;
    border-bottom: 1px #2e89cc solid;
    background: #1a2d7c !important;
    margin: 0 !important;
    width: 212px !important;
    border-radius: 0 !important;
}

.ilxwm {
    background: #0173bc;
    color: #fff;
    height: 124px;
    font-weight: normal;
    line-height: 1.5;
    width: 197px;
    text-align: center;
}

.ilxwm p {
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
}

.ilxwm h3 {
    font-size: 14px;
    color: rgba(225, 225, 225, 0.3);
    font-weight: normal;
    text-transform: uppercase;
}

.imp {
    font-family: Impact;
    padding-bottom: 10px;
    font-size: 34px !important;
    color: #efbf33;
    line-height: 1;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}





/* 内页新闻 */
.nynewsnav {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
    /*margin-top: 310px;*/
	margin-top: 370px;
}

.nynewsnav2 {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    border: none !important;
    /*margin-top: 310px;*/
	margin-top: 370px;
}

.nynewsnav ul {
    display: table;
    width: 100%;
    text-align: center;
}

.nynewsnav ul li {
    display: inline-block;
    height: 70px;
    min-width: 76px;
    padding: 0 40px;
    position: relative;
    border-right: 1px solid #f1f1f1;
    font-size: 16px;
    line-height: 70px;
}

.nynewsnav ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 70px;
    text-align: center;
}

.nynewsnav ul li:hover,
.nynewsnav ul li.hover {
    background: #0b5bbc;
}

.nynewsnav ul li:hover a,
.nynewsnav ul li.hover a {
    color: #fff;
}



.nynewslist {
    width: 1200px;
    margin: 0 auto;
}

.nynewslist ul {
    overflow: hidden;
}

.nynewslist ul li {
    padding: 3% 0;
    border-bottom: 1px dashed #ddd;
    list-style: none;
}

.nynewslist ul li .left {
    width: 295px;
    height: 190px;
    overflow: hidden;
    display: block;
    margin-right: 25px;
    position: relative;
}

.nynewslist ul li .left img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 1s;
}

.nynewslist ul li .overHidden {
    width: 850px;
    float: right;
    padding-top: 0;
}


.nynewslist ul li .overHidden h2 {
    font-weight: normal;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nynewslist ul li .overHidden p {
    font-weight: normal;
    font-size: 14px;
    color: #ccc;
}

.nynewslist ul li .fiveTxt {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 6px;
    position: relative;
}

.nynewslist ul li .left:before {
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0;
    width: 45px;
    height: 70px;
    background: url(../images/new.png) no-repeat center top;
    background-size: contain;
    content: '';
}

.nynewslist ul li .colorBlue {
    color: #1a49a4;
    font-size: 14px;
}

.nynewslist ul li .colorBlue:hover {
    text-decoration: underline;
}

.nynewslist ul li:hover a {
    color: #1a49a4;
}

.nynewslist ul li:hover .left img {
    transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
}





.title5 {
    width: 100%;
}

.title5 span {
    display: inline-block;
    width: 100%;
}

.title5 span:nth-child(1) {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.title5 span:nth-child(2) {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin: 30px 0 50px 0;
}

.title5 span:nth-child(2) a {
    color: #1a49a4;
}



.section-3-input {
    width: 300px;
    height: 40px;
    background-color: #f3f3f3;
    float: left;
    margin-left: 270px;
}

.section-3-phone {
    margin-left: 70px;
}

.section-inputss {
    width: 1180px;
    margin: auto;
}

.section-3-input label {
    line-height: 41px;
    padding-left: 20px;
}

.section-3-input input {
    border: none;
    background: #F3F3F3;
    padding: 5px;
    width: 220px;
}

.liuyan {
    background: #F3F3F3;
    width: 675px;
    height: 200px;
    margin: 32px 0px 40px 268px;
}

.liuyan label {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

.awm_textarea1 {
    width: 600px;
    background: #F3F3F3;
    border: none;
    resize: none;
    margin-top: 10px;
    line-height: 1.3;
    height: 170px;
}

.tijiao input {
    border: none;
    background: #F3F3F3;
    width: 224px;
    height: 48px;
    font-size: 16px;
    margin-bottom: 50px;
    border-radius: 5px;
    color: #333333;
    margin-left: 480px;
}

.section-3-input,
.tijiao,
.liuyan {
    border-radius: 5px;
}


.section-xingming {
    width: 600px;
    height: 50px;
    background: #F3F3F3;
    border-radius: 5px;
    float: left;
}

.section-inputs22 {
    width: 100% !important;
    border-top: #c6c6c6 solid 1px !important;
}

.section-inputs222 {
    width: 100% !important;
}


.section-inputs2 {
    width: 80%;
    overflow: hidden;
    border-top: none;
}

.section-inputs2 form {
    width: 1200px;
    float: right;
}

.section-inputs {
    width: 1180px;
    margin-top: 40px;
    overflow: hidden;
}

.section-inputs2 .section-xingming {
    background: none;
}

.section-inputs2 .section-phones {
    background: none;
}

.section-inputs2 .section-youxiang {
    background: none;
    margin-top: 25px;
}

.section-inputs2 .section-com-name {
    background: none;
    margin-top: 25px;
}

.section-inputs2 .section-liuyan {
    background: none;
}

.section-inputs2 .section-xingming input {
    border: none;
    background: url(../img/ren.png) no-repeat 5px center #F3F3F3;
    width: 570px;
    height: 50px;
    padding-left: 45px;
}

.section-inputs2 .section-phones input {
    border: none;
    background: url(../img/tel3.png) no-repeat 5px center #F3F3F3;
    width: 570px;
    height: 50px;
    padding-left: 45px;
    float: right;
}

.section-inputs2 .section-youxiang input {
    border: none;
    background: url(../img/email3.png) no-repeat 5px center #F3F3F3;
    width: 570px;
    height: 50px;
    padding-left: 45px;
    float: right;
}

.section-inputs2 .section-com-name input {
    border: none;
    background: url(../img/com33.png) no-repeat 5px center #F3F3F3;
    width: 570px;
    height: 50px;
    padding-left: 45px;
}

.section-xingming input {
    border: none;
    background: #F3F3F3;
    width: 475px;
    height: 40px;
}

.section-phones {
    width: 600px;
    height: 45px;
    background: #F3F3F3;
    border-radius: 5px;
    float: left;
}

.section-phones input {
    border: none;
    background: #F3F3F3;
    width: 570px;
    height: 40px;
}

.section-com-name {
    width: 600px;
    height: 45px;
    background: #F3F3F3;
    border-radius: 5px;
    float: left;
}

.section-com-name input {
    border: none;
    background: #F3F3F3;
    width: 570px;
    height: 40px;
}

.section-youxiang {
    width: 600px;
    height: 45px;
    background: #F3F3F3;
    border-radius: 5px;
    float: left;
}

.section-youxiang input {
    border: none;
    background: #F3F3F3;
    width: 570px;
    height: 40px;
}




.awm_textarea {
    padding: 3px;
    border: none;
    background: #F3F3F3;
    width: 710px;
    height: 130px;
    resize: none;
    line-height: 1.3;
}

.section-inputs2 .section-liuyan {
    padding: 12px 0px 0px 0px;
    width: 1200px;
    height: 150px;
    margin: 18px 0px 0px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.section-inputs2 .section-liuyan .awm_textarea {
    padding: 3px;
    border: none;
    background: url(../img/con1.png) no-repeat 5px 5px #F3F3F3;
    padding-left: 45px;
    padding-top: 5px;
    width: 1200px;
    height: 150px;
    resize: none;
    line-height: 1.3;
    color: #a0a0a0;
}


.section-inputs2 input::-webkit-input-placeholder,
.section-inputs2 textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

.section-inputs2 input::-moz-placeholder,
.section-inputs2 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a0a0a0;
}

.section-inputs2 input:-moz-placeholder,
.section-inputs2 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a0a0a0;
}

.section-inputs2 input:-ms-input-placeholder,
.section-inputs2 textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a0a0a0;
}




.section-liuyan {
    padding: 12px 0px 0px 0px;
    background: #F3F3F3;
    width: 790px;
    height: 160px;
    margin: 30px 0px 0px 0px;
    border-radius: 5px;

}

.section-tijiao2 input.submit {
    border: none;
    background: -webkit-linear-gradient(left, #5aa0d2, #0b5bbc);
    background: #0b5bbc;
     /*width: 230px;*/
	width:184px;
    height: 45px;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 50px;
    margin: 35px 0 10px 355px;
    text-align: center;
    cursor: pointer;
}

.section-tijiao2 input.reset {
    border: none;
    background: #ed6b13;
     /*width: 230px;*/
	width:184px;
    height: 45px;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 50px;
    margin: 35px 0 19px 20px;
    text-align: center;
    cursor: pointer;
}


/*产品详情表单*/

.pageXinrong * {
    list-style: none;
    font-family: "微软雅黑";
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    box-sizing: border-box;
    outline: none;
}

.pageXinrong .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.pageXinrong .clearfix {
    zoom: 1;
}

.pageXinrong {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.pageXinrong>h1 {
    text-align: center;
    font-size: 26px;
    color: #333;
    padding-bottom: 10px;
}

.pageXinrong>h1>i {
    display: block;
    width: 35px;
    height: 2px;
    background: #4a8bfd;
    margin: 20px auto 0;
}

/*留言左侧滚动电话*/
.pageXinrong .wrap .pageXinrong_boxLeft {
    width: 280px;
    border: 1px solid #eee;
    border-radius: 5px;
    float: right;
}

.pageXinrong .wrap .pageXinrong_boxLeft>h2 {
    font-size: 18px;
    color: #0173bc;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.txt-top {
    width: 90%;
    margin-left: 5%;
    height: auto;
    overflow: hidden;
}

.txt-top .bd {
    height: 60px;
    overflow: hidden;
}

.txt-top ul {
    height: 300px;
}

.txt-top ul li {
    height: 30px;
    line-height: 30px;
    color: #696969;
    font-size: 13px;
    cursor: pointer;
}

.txt-top ul li:hover {
    color: #0173bc;
}

.pageXinrong .wrap .pageXinrong_boxMiddle {
    float: right;
    width: 600px;
    margin-right: 0px;
}

.title_big {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.pageXinrong .wrap .pageXinrong_boxMiddle .title {
    color: #0173bc;
    font-size: 18px;
    line-height: 2;
}

.pageXinrong .wrap .pageXinrong_boxMiddle h2 {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    width: 60px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.pageXinrong .wrap .pageXinrong_boxMiddle h2 span {
    color: red;
    padding-right: 5px;
}

.pageXinrong .wrap .pageXinrong_boxMiddle input {
    width: 500px;
    height: 40px;
    border: none;
    border-radius: 5px;
    text-indent: 3em;
    outline: none;
    margin-bottom: 20px;
    transition: all 0.5s step-start;
    float: left;
}

.pageXinrong .wrap .pageXinrong_boxMiddle input:nth-child(2) {
    background: url(../Images/ren.png) no-repeat 5px center #F3F3F3;
}

.pageXinrong .wrap .pageXinrong_boxMiddle input:nth-child(4) {
    background: url(../Images/tel3.png) no-repeat 5px center #F3F3F3;
}

.pageXinrong .wrap .pageXinrong_boxMiddle textarea:nth-child(6) {
    background: url(../Images/con1.png) no-repeat 5px 5px #F3F3F3;
}


.pageXinrong .wrap .pageXinrong_boxMiddle input:focus,
.pageXinrong .wrap .pageXinrong_boxMiddle textarea:focus {
    border: 1px solid #327BFD;
}

.pageXinrong .wrap .pageXinrong_boxMiddle textarea {
    width: 500px;
    height: 102px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 3em;
    padding-top: 10px;
    transition: all 0.5s step-start;
}

.pageXinrong .wrap .pageXinrong_boxMiddle p {
    text-align: center;
    margin-top: 36px;
}

.pageXinrong .wrap .pageXinrong_boxMiddle button {
    width: 210px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 10px;
    background: #0173bc;
    border: 1px solid #0173bc;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: auto;
}

.pageXinrong .wrap .pageXinrong_boxMiddle button:hover {
    background: #0173bc;
    border: 1px solid #0173bc;
}

.pageXinrong .wrap .pageXinrong_boxRight {
    float: right;
    width: 330px;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightT {
    width: 100%;
    height: 110px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 10px;
    color: #909090;
    font-size: 13px;
    color: #909090;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightT button {
    width: 180px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px auto 10px;
    background: #0173bc;
    border: 1px solid #0173bc;
    border-radius: 5px;
    cursor: pointer;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightT button a {
    color: #fff;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightT button:hover {
    background: #efbe33;
    border: 1px solid #efbe33;
    margin: 10px 0 10px;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightB {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 15px 0;
    margin-top: 10px;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightB>h3 {
    padding: 0 0 15px 5px;
    font-size: 14px;
    color: #666666;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightB ul li {
    color: #999999;
    font-size: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    padding-left: 20px;
}

.pageXinrong .wrap .pageXinrong_boxRight .pageXinrong_boxRightB ul li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #efbe33;
    margin-right: 10px;
}



.liuyan2 {
    width: 100%;
    background: #2c486a;
    z-index: 9999;
    position: relative;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 28px;
}

.liuyan2 .wrap {
    overflow: hidden;
    border-bottom: 1px solid #566d88;
}

.liuyan2 .left {
    width: 244px;
    margin: 0 0 22px 0;
}

.liuyan2 .left img:nth-child(1) {
    max-width: 100%;
}

.liuyan2 .left span:nth-child(2) {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
}

.liuyan2 form {
    width: 880px;
    text-align: center;
    float: right;
    overflow: hidden;
}

.liuyan2 form input,
.liuyan2 form select {
    width: 213px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #3b424c;
    text-indent: 40px;
    float: left;
    font-size: 16px;
}

.liuyan2 form #name {
    background: url(../img/name_bg.png) 0 center no-repeat;
}

.liuyan2 form #shebei {
    background: url(../img/shebei_bg.png) 0 center no-repeat;
    margin-left: 10px;
}

.liuyan2 form #tel {
    background: url(../img/tel_bg.png) 0 center no-repeat;
    margin-left: 10px;
}

.liuyan2 form #submit {
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #ed6b13;
    padding-left: 0;
    text-indent: 0;
    margin: 0;
    cursor: pointer;
    float: right;
}

.liuyan2 form input::-webkit-input-placeholder {
    color: #2b2b2b;
}

.liuyan2 form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #2b2b2b;
}

.liuyan2 form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #2b2b2b;
}

.liuyan2 form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b2b2b;
}


/*网站底部*/
.footer {
    clear: both;
    height: 410px;
    background: #2c486a;
    overflow: hidden;
}

.footer .wrap {
    position: relative;
}


.footer .top {
    width: 110px;
    height: 58px;
    position: absolute;
    top: 20px;
    right: 345px;
}

.footer .top ul {
    display: block;
    width: 110px;
    height: 58px;
}

.footer .top li {
    display: block;
    width: 110px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.footer .top li a {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.bottom_l {
    float: left;
    font-weight: normal;
    width: 770px;
    color: #fff;
    margin-top: 55px;
}

.footer .a {
    width: 100%;
    overflow: hidden;
}

.footer .a li {
    width: 50%;
    display: block;
    padding-left: 69px;
    float: left;
    font-size: 16px;
}

.footer .a li span:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    width: 100%;
}

.footer .a li span:nth-child(2) {
    font-size: 16px;
    display: block;
    width: 100%;
}

.footer .a li span:nth-child(2) img {
    vertical-align: bottom;
}

.footer .a li:nth-child(1) {
    background: url(../img/footer_tel1.png) left 0 no-repeat;
}


.footer .c {
    width: 90%;
    margin: 35px 0 0 68px;
}

.footer .c li {
    display: block;
    float: left;
    line-height: 1.9;
    width: 50%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .c li span {
    font-size: 16px;
}

.footer .c li:nth-child(-n+2) {
    width: 100%;
}

.footer .wx {
    width: 265px;
    height: 180px;
    position: absolute;
    top: 75px;
    right: 0;
}

.footer .wx ul {
    width: 100%;
}

.footer .wx ul li {
    display: block;
    float: left;
    width: 50%;
}

.footer .wx img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.footer .wx span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 2.5;
}

.bqsy {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    background: #1f375a;
    height: 78px;
    line-height: 78px;
    margin-top: 65px;
    font-size: 14px;
    text-align: center;
}

.bqsy a {
    color: rgba(255, 255, 255, 0.7);
}


.f_links {
    overflow: hidden;
    margin-bottom: 30px;
}

.f_links .youqing {
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ed6b13;
    display: inline-block;
    line-height: 77px;
    color: #ed6b13;
	float: left;
}

.f_links .youqing .angle {
    float: right;
    margin-left: 5px;
}

.f_links .menu {
    display: block;
    width: 73%;
    /*float: right;*/
	float: left;
}

.f_links .menu li {
    display: block;
    float: left;
    line-height: 78px;
    margin: 0 19px;
}

.f_links .menu li a {
    color: #2b2b2b;
    font-size: 16px;
}





/*内页产品表单*/
.qa_ad {
    width: 1120px;
    background: #0079cf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.qa_ad .left {
    line-height: 22px;
    padding: 20px 0px 20px 30px;
    color: #fff;
    font-size: 18px;
}

.qa_ad .left p {
    padding: 7px 0;
}

.qa_ad .left p img {
    margin-right: 12px;
}

.qa_ad .left p:nth-child(1) img {
    vertical-align: bottom;
}

.qa_ad .left p:nth-child(2) img {
    vertical-align: sub;
}

.qa_ad .left p:nth-child(1) {
    font-size: 22px;
    font-weight: 100;
}

.qa_ad .left p:nth-child(2) {
    font-size: 16px;
}

.qa_ad .right {
    padding: 20px 220px 20px 0;
    position: relative;
}

.qa_ad .inp {
    width: 270px;
}

.qa_ad .inp input {
    width: 270px;
    height: 36px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    float: left;
    background: transparent;
    color: white;
    font-size: 20px;
}

.qa_ad .inp .btn {
    width: 270px;
    height: 48px;
    cursor: pointer;
    line-height: 48px;
    background: #cdcf11;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border: none;
    position: absolute;
    right: -80px;
    top: 25px;
}

.qa_ad .inp .btn img {
    vertical-align: inherit;
    margin-left: 25px;
    display: inline-block;
}

.qa_ad .right .text {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.qa_ad .right .text img {
    vertical-align: text-bottom;
    margin-right: 5px;
}


.qa_ad .inp input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.qa_ad .inp input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.qa_ad .inp input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.qa_ad .inp input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.nybox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainny {
    float: left;
    width: 100%;
}

.zxzz {
    margin-top: 10px;
}

.zxzz a {
    display: block;
    float: left;
    width: 149.5px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.zxzz .zzl {
    background: #0b8417;
    color: #fff;
}

.zxzz .zzr {
    background: #bfbfbf;
}

.zxzz a:hover {
    background: #0b8417;
}




.product-info2 {
    position: relative;
    padding: 10px 300px 10px 0;
    min-height: 35px;
}

.product-info2 .cpzx {
    float: left;
}

.cpn_t {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 20px;
}

.product-info2 .tel {
    width: 220px;
    height: ;
    background: url(../Images/header-tel.png) left top no-repeat;
    padding: 0 0 0 50px;
    line-height: 1.1;
    position: absolute;
    right: 0;
    top: 10px;
}

.product-info2 .tel dt {
    font-size: 16px;
    font-weight: 700;
}

.product-info2 .tel dd {
    font-size: 28px;
    color: #1a2d7c;
    font-weight: 700;
}

.relink {
    position: relative;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

.relink p {
    float: right;
    width: 50%;
    text-align: right;
    overflow: hidden;
}

.relink p:first-child {
    float: left;
    text-align: left;
}


.back_up {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 27px;
    padding-left: 30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.back_up {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}

.back_up span {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 8px;
}




.cpzx {
    padding: 10px 20px;
    margin-left: 40px;
}

.cpzx a {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}

.cpzx .zzl {
    background: #c1c1c1;
}

.cpzx .zzr {
    background: #1a2d7c;
}

.cpzx a:hover {
    background: #515151;
}

#prev_next li {
    width: 45%;
    float: left;
}

/*产品、案例内页如偏容器*/
.original2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px 0 20px 0;
}

.original2 img {
    display: block;
    height: auto;
    margin: 0 auto;
}

/*产品、案例内页内容容器和水印设置*/
.article {
    line-height: 2.2;
    padding: 10px 15px 20px 15px;
    font-size: 16px;
    position: relative;
    z-index: 888;
}

.article-head {
    padding: 20px 0 10px;
}

.article-head h2 {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    color: #0a4394;
}

.article-container {
    padding: 0 20px;
}

.shuiyin {
    position: absolute;
    top: 0;
    background: url(../Images/sy.png) repeat-y center top;
    height: 100%;
    z-index: 999;
    width: 860px;
}

.article video {
    width: 100%;
}

.article iframe {
    width: 80% !important;
}



/*产品内页底部的相关产品和留言表单开始*/

.itl {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #f2f2f2;
}

.itl .itl-tl {
    width: 150px;
    text-align: center;
    background: #007112;
    color: #fff;
    display: block;
}
}

.ydtit {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    color: #d00;
}


.meta {
    background: rgba(201, 202, 255, 0.1);
    text-align: center;
    padding: 10px;
    color: #555;
}

.meta .ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: sub;
}



/*振邦案例*/
.nyanlilist {
    width: 100%;
    overflow: hidden;
}

.nyanlilist ul {
    width: 100%;
    overflow: hidden;
}

.nyanlilist ul li {
    width: 31.89%;
    margin: 30px 2.16% 0 0;
    float: left;
}

.nyanlilist ul li:nth-child(3n) {
    margin-right: 0;
}

.nyanlilist ul li .pro_img {
    overflow: hidden;
}

.nyanlilist ul li .pro_img img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    display: block;
}

.nyanlilist ul li .pro_d {
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 14px 28px 18px 28px;
}

.nyanlilist ul li .pro_d h3 {
    font-size: 16px;
    color: #282d28;
    font-weight: normal;
}

.nyanlilist ul li .pro_d span {
    display: block;
    width: 68px;
    height: 2px;
    background-color: #ed6b13;
    margin: 15px 0;
    position: relative;
}

.nyanlilist ul li .pro_d span::after {
    width: 25px;
    height: 2px;
    background-color: #afafaf;
    content: "";
    position: absolute;
    top: 0;
    right: -32px;
}

.nyanlilist ul li .pro_d h4 {
    font-size: 12px;
    color: #666666;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: normal;
}

.nyanlilist ul li:hover .pro_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyanlilist ul li:hover h3,
.nyanlilist ul li:hover h4 {
    color: #d0194e;
}





/*行业方案*/
.nycaselist ul {
    width: 100%;
    overflow: hidden;
}

.nycaselist li {
    float: left;
    width: 30%;
    margin: 15px 1.5%;
    background: #ffffff;
    border-radius: 8px;
    background: #f3f3f3;
}

.nycaselist li a {
    display: block;
    width: 100%;
    height: 100%;
}

.nycaselist li .pic {
    position: relative;
    overflow: hidden;
}

.nycaselist li img {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    max-width: 100%;
}

.nycaselist li .text {
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}


/*行业方案内页*/
.case_nav {
    width: 200px;
    box-sizing: border-box;
    padding-top: 30px;
    background-color: #eef1fa;
    margin: 50px 0 30px 0;
}

.technology_h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
}

.case_nav li {
    margin: 0 auto 25px;
    width: 185px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    margin-bottom: 18px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
}

.case_nav li a {
    display: block;
    color: #333;
}

.case_nav ul .active,
.case_nav ul li:hover {
    background-color: #f8f8f8;
    border-left: 5px solid #ed6b13;
    font-weight: bold !important;
}

.case_wrap {
    width: 950px;
    float: right;
    overflow: hidden;
    margin: 40px 0;
    line-height: 1.8;
    color: #333;
}

.showcontent {
    width: 100%;
    overflow: hidden;
}

.ny_tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}

.ny2_tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
    margin: 30px 0;
    background: #f5f5f5;
    line-height: 35px;
    padding: 10px;
}

.yyteam {
    clear: both;
    margin: 40px 0;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 40px;
    height: auto;
    overflow: hidden;
}

.yyteam .yypic {
    width: 33%;
}

.yyteam .yypic img {
    max-width: 100%;
    display: block;
}

.yyteam .yyrig {
    width: 64%;
}

.yyteam .yyrig .tit {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    line-height: 1;
}

.yyteam .yyrig .tit2 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

.yyteam .yyrig .txt {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    margin: 3px 0 7px 0;
}

.yyteam .yyporlist {
    display: block;
}

.yyporlist .yypor {
    display: block;
    width: 23%;
    line-height: 2;
    margin: 10px 2% 0 0;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s;
    float: left;
    background: #25548e;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yyporlist .yypor img {
    max-width: 100%;
    border: 1px #ddd solid;
    border-bottom: none;
    display: block;
    transition: all 0.3s;
}

.yyporlist .yypor:hover img {
    transition: all 0.3s;
    transform: scale(1.06, 1.06);
}





/*分页*/
.page {
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 25px 0 20px 0;
}

.dux-page a {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 0 7px;
    line-height: 33px;
    border: 1px solid #e1e1e1;
}

.num-page {
    padding: 2px 10px;
    border: 1px solid #ddd;
}

.dux-page .active-page {
    color: #fff;
    background: #0b5bbc;
    border: 1px solid #0b5bbc;
}



/*服务中心*/
.sercn_one {
    margin-top: 60px;
    margin-bottom: 50px;
    overflow: hidden;
}

.sercn_one h1 {
    font-size: 38px;
    color: #41434f;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

.ser-txt {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 10px auto 30px;
}

.sercn_one li {
    display: block;
    float: left;
    width: 47%;
    margin: 0 1.5% 30px;
    position: relative;
    padding: 45px 40px 35px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.sercn_one li strong {
    display: block;
    font-size: 26px;
    color: #333;
    line-height: 1.1em;
    margin-bottom: 5px;
    transition: all 0.1s ease 0s;
}

.sercn_one li span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
    transition: all 0.1s ease 0s;
}

.sercn_one li .num {
    font-size: 100px;
    font-family: Arial;
    color: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sercn_one li .text {
    position: relative;
    z-index: 3;
}

.sercn_one li .mask {
    position: absolute;
    background: #1a49a4;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sercn_one li:hover strong {
    color: #fff;
}

.sercn_one li:hover span {
    color: #fff;
}

.sercn_one li:hover .num {
    color: #f8f8f847;
}

.sercn_one li:hover .mask {
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sercn_two {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.sercn_two .l_box {
    width: 61%;
    float: left;
    position: relative;
    height: 600px;
}

.sercn_two .pd {
    position: relative;
    z-index: 3;
    padding: 40px 30px 0 10px;
}

.sercn_two .mask {
    position: absolute;
    width: 1260px;
    height: 100%;
    right: 0;
    top: 0;
    background: #656565;
    z-index: 2;
}

.sercn_two .pd h2 {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.sercn_two .pd .info {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.sercn_two .pd .text_box {
    font-size: 14px;
    color: #fff;
    line-height: 33px;
}

.sercn_two .bg {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.sercn_stree {
    margin-top: 60px;
    margin-bottom: 50px;
}

.sercn_stree h2 {
    font-size: 38px;
    color: #41434f;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

.sercn_stree .ser-txt {
    line-height: 1.8em;
}

.sercn_stree ul {
    width: 100%;
    overflow: hidden;
}

.sercn_stree ul li {
    width: 47%;
    margin: 0 1.5%;
    float: left;
}

.sercn_streeli {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.sercn_streeli img {
    width: 100%;
    height: 250px;
}

.sercn_streeli .zhezhao {
    background-color: #fff;
    width: 100%;
    height: 190px;
    padding: 3%;
    overflow: hidden;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    bottom: -125px;
    left: 0;
}

.sercn_streeli .zhezhao h4 {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #434343;
    overflow: hidden;
}

.sercn_streeli .zhezhao p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 0;
    overflow: hidden;
}

.sercn_streeli:hover .zhezhao {
    bottom: 0;
    background-color: #1a49a4;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sercn_streeli:hover .zhezhao h4 {
    margin: 10px 0;
    color: #fff;
}

.sercn_streeli:hover .zhezhao p {
    color: #fff;
    height: 120px;
    overflow: hidden;
    line-height: 24px;
    width: 94%;
    text-align: justify;
    margin: 0 auto;
}


/*联系我们*/
.con_info {
    overflow: hidden;
}

.con_info h1.b_title {
    margin: 30px 0 20px;
    font-size: 30px;
    color: #333;
}

.con_info h1.b_title2 {
    margin: 30px 0 30px;
    font-size: 24px;
    color: #333;
}

.con_info .aboutp {
    line-height: 32px;
    margin: 4px 0 22px;
    color: #575757;
    font-size: 14px;
}

.con_info h2 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.con_info p {
    line-height: 44px;
    color: #575757;
    font-size: 14px;
}

.con_info .text-red {
    /*color: #d40000;*/
	color:#000;
	font-weight: 600;
}

.inside_contact_map {
    clear: both;
    width: 1200px;
    margin: 0 auto 35px;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.09);
    border: 6px solid #fff;
}

#dituContent .iw_poi_title {
    color: #20c38c;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px !important;
    display: none;
}

#dituContent .iw_poi_content {
    padding-left: 187px;
    height: 87px;
    white-space: nowrap;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    width: 100%;
}

#dituContent .iw_poi_content p {
    position: absolute;
    top: 50%;
    line-height: 30px;
    width: 380px;
    transform: translate(0, -50%);
    left: 187px;
}

#dituContent .BMap_pop {
    float: right;
    background-color: #fff;
    background-repeat: no-repeat;
    border: none !important;
    width: 520px !important;
    border: 0 !important;
    height: 120px;
    margin: 30px 0 0 280px;
}

#dituContent .iw_poi_content {
    background: url(../img/map_bg.jpg) no-repeat left;
}

#dituContent .BMap_shadow,
.BMap_shadow img,
.BMap_shadow div {
    display: none;
}

#dituContent .BMap_pop div:nth-child(8) {
    display: none;
}

#dituContent .BMap_pop div:nth-child(3) {
    display: none;
}

#dituContent .BMap_pop div:nth-child(5) {
    display: none;
}

#dituContent .BMap_pop div:nth-child(7) {
    display: none;
}

#dituContent .BMap_pop div {
    border: none !important;
}

#dituContent .BMap_pop img:nth-child(10) {
    left: auto !important;
    right: 10px !important;
}

#dituContent .BMap_center {
    width: 100% !important;
}

#dituContent .BMap_pop div:nth-child(9) {
    width: 100% !important;
}

#dituContent .BMap_top,
#bdmap .BMap_bottom {
    left: 0 !important;
}

#dituContent .BMap_bottom {
    display: none;
}


.con3 {
    overflow: hidden;
    height: 550px;
}

.con3 h1.b_title2 {
    margin: 30px 0 20px;
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.con3 .left {
    width: 450px;
}

.con3 .left p {
    margin: 24px 0 0;
    line-height: 44px;
    color: #575757;
    font-size: 14px;
}

.con3 .left h3 {
    margin: 33px 0 34px;
    color: #333;
    font-size: 18px;
}

.con3>.right {
    width: 700px;
    padding: 15px 35px 35px 35px;
    float: right;
}

.con3>.right .lab {
    overflow: hidden;
    margin: 15px 0;
}

.con3>.right .name {
    width: 15%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 9px 0;
}

.con3>.right .fv1 {
    width: 85%;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.con3>.right .fv2 {
    width: 85%;
    float: right;
    border-radius: 5px;
    height: 108px;
    line-height: 42px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.con3>.right .fv4 {
    display: block;
    margin: 13px 0 0 90px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 15px;
    background: #ed6b13;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.con3>.right .fv4:hover {
    opacity: 1.2;
}



/*关于我们*/
.ny_com {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0 85px 0;
}

.ny_com .AboutUs_title {
    text-align: center;
}

.ny_com .AboutUs_title h3 {
    font-size: 78px;
    font-weight: normal;
    color: #6d6d6d;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 1.1;
}

.ny_com .AboutUs_title h4 {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-top: -40px;
}

.ny_com .AboutUs_title span {
    display: block;
    width: 3px;
    height: 33px;
    background-color: #ed6b13;
    margin: 20px auto auto auto;
}


.ny_com .com2 {
    width: 90%;
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    overflow: hidden;
    text-indent: 35px;
}

.ny_com .com2 .p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    /*text-align: center;*/
    margin: 30px 0;
}

.other li {
    display: block;
    float: left;
    width: 31%;
}

.other li:nth-child(2) {
    margin: 0 3.5%;
}

.other li .pos {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.other li .pos img {
    display: block;
}

.other li .pos div {
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px 40px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.other li .pos h3 {
    font-size: 30px;
    text-align: center;
}

.other li .pos h4 {
    font-size: 18px;
    text-align: center;
    margin: 5px 0 20px;
}

.other li .pos p {
    font-size: 14px;
    color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: justify;
    line-height: 1.8;
}

.other li .pos:hover div {
    background-color: #1a49a4;
}

.other li .pos:hover p {
    color: #fff;
}

.other li .a ul li {
    margin-bottom: 10px;
}



/*企业文化*/
.about5 {
    padding: 60px 0 40px 0;
    overflow: hidden;
    background: url(../img/cul_bg.jpg) no-repeat center top;
    background-size: cover;
}

.about5 .AboutUs2 {
    padding: 75px 0 70px 0;
}

.about5 .AboutUs2_title {
    text-align: center;
}

.about5 .AboutUs2_title h3 {
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about5 .AboutUs2_title span {
    display: block;
    margin-top: -40px;
    line-height: 1;
    font-size: 55px;
    color: rgba(255, 255, 255, 0.1);
}


.about5 ul {
    display: block;
    width: 80%;
    text-align: center;
    margin: 90px auto 20px auto;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
    position: relative;
}

.about5 ul li {
    width: 100%;
    text-align: center;
    position: relative;
}

.about5 ul li:after,
.about5 ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
}

.about5 ul:after {
    width: 16px;
    height: 16px;
    top: -18px;
    left: -9px;
}


.about5 ul li div {
    width: 35%;
    margin-right: 5%;
    display: inline-block;
    margin-top: 24px;
}

.about5 ul li h4 {
    width: 60%;
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 1px;
}


.about5 ul li i {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #144980;
    border-radius: 3px;
    color: #fff;
    font-size: 23px;
}

.about5 ul li:nth-child(1) i {
    background: #fff url(../img/i6-1.png) no-repeat center;
}

.about5 ul li:nth-child(2) i {
    background: #fff url(../img/i1-1.png) no-repeat center;
}

.about5 ul li:nth-child(3) i {
    background: #fff url(../img/i2-1.png) no-repeat center;
}

.about5 ul li:nth-child(4) i {
    background: #fff url(../img/i3-1.png) no-repeat center;
}

.about5 ul li h6 {
    margin: 0;
    width: 40%;
    margin-top: 16px;
    font-size: 16px;
    color: #fff;
    line-height: 78px;
    letter-spacing: 1px;
    font-weight: normal;
    display: inline-block;
    text-align: left;
}

.about5 .aboutUsDownText {
    width: 100%;
    float: left;
    margin-top: 33px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    letter-spacing: 1px;
}




.about7 {
    width: 100%;
    background: url(../img/huoban_bg2.png) left center repeat;
    padding: 40px 0 30px 0;
    overflow: hidden;
}

.about7 .AboutUs_title {
    text-align: center;
}

.about7 .AboutUs_title h3 {
    font-size: 70px;
    font-weight: normal;
    color: #6d6d6d;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 1.1;
}

.about7 .AboutUs_title h4 {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-top: -30px;
}

.about7 .AboutUs_title span {
    display: block;
    width: 3px;
    height: 33px;
    background-color: #ed6b13;
    margin: 20px auto auto auto;
}

.about7 span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

.about7 span.one {
    font-size: 28px;
    color: #171717;
    font-weight: bold;
    position: relative;
}

.about7 span.two {
    text-align: center;
    font-size: 18px;
    color: #171717;
    font-weight: 100;
    text-transform: uppercase;
    margin: 13px 0 26px 0;
    font-family: Arial;
}

.about7 .line {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #1e1f8b;
    margin: auto;
}

.about7 .honor2_lunbo {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
}

.about7 .honor2_lunbo ul li {
    display: block;
    float: left;
    width: 300px;
}

.about7 .honor2_lunbo ul li img {
    display: block;
    width: 285px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
}

.about7 .honor2_lunbo ul li span {
    display: block;
    width: 285px;
    margin: 0 auto;
    background: #1a49a4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
}


.about6 {
    width: 100%;
    background: url(../img/huoban_bg2.png) left center repeat;
    padding: 40px 0 50px 0;
    overflow: hidden;
}

.about6 .AboutUs_title {
    text-align: center;
}

.about6 .AboutUs_title h3 {
    font-size: 46px;
    font-weight: normal;
    color: #6d6d6d;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 1.1;
}

.about6 .AboutUs_title h4 {
    font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-top: -40px;
}

.about6 .AboutUs_title span {
    display: block;
    width: 3px;
    height: 33px;
    background-color: #ed6b13;
    margin: 20px auto auto auto;
}


.about6 ul {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.about6 ul li {
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #ededed;
    margin: 5px 5px;
}

.about6 ul li img {
    display: block;
    /*width: 228px;*/
	width: 388px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 8px #d7d7d7;
}

.about6 ul li span {
    display: block;
    width: 228px;
    margin: 0 auto;
    background: #1a49a4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
}

.about6 .more {
    display: block;
    width: 170px;
    margin: 35px auto 0 auto;
    background: #ed6b13;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}


/*在线留言页面*/
.recommend-form {
    border: 1px solid #ddd;
}

.recommend-form .head {
    height: 38px;
    line-height: 38px;
    position: relative;
    border-bottom: 1px solid #ddd;
    background: url(../Images/header-bg.png) left -80px repeat-x #fff;
}

.recommend-form .head h2 {
    font-size: 18px;
    color: #6db215;
    border-left: 5px solid #6db215;
    padding: 0 0 0 20px;
    background: url(../Images/ico-rec.png) left center no-repeat;
}

.recommend-form .main {
    width: auto;
    overflow: hidden;
    padding: 40px 20px 20px;
}

.recommend-form .main>* {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    position: relative;
}

.recommend-form .row-1 {
    width: 350px;
    height: auto;
    padding: 0 0 0 50px;
    border: 1px solid #ddd;
}

.recommend-form .row-2 {
    width: 710px;
    height: auto;
    padding: 0 0 0 0;
    border: 1px solid #ddd;
}

.recommend-form .row-3 {
    width: 800px;
    height: auto;
}

.recommend-form .ico-name {
    background: url(../Images/form-name2.png) 15px center no-repeat;
}

.recommend-form .ico-phone {
    background: url(../Images/form-phone2.png) 15px center no-repeat;
}

.recommend-form .ico-email {
    background: url(../Images/form-email2.png) 15px center no-repeat;
}

.recommend-form .required .tip {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-style: normal;
    color: #F00;
}

.recommend-form .txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 0;
    color: #999;
}

.recommend-form .text {
    width: 700px;
    border: 0;
    background: #FFF;
    padding: 5px 5px;
    line-height: 20px;
    height: 100px;
    color: #999;
}

.recommend-form img.code {
    float: left;
    width: 110px;
    height: 42px;
    margin-left: 10px;
}

.recommend-form input.code {
    float: left;
    width: 178px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #FFF;
    padding: 0 10px;
    color: #999;
}

.recommend-form .submit,
.recommend-form .reset {
    float: left;
    width: 200px;
    height: 42px;
    border: 0;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}

.recommend-form .submit {
    background: #f0a522;
}

.recommend-form .reset {
    background: #0b8417;
    margin: 0 0 0 10px;
}

.recommend-form .submit:hover {
    background: #e69912;
}

.recommend-form .reset:hover {
    background: #106fbf;
}

.recommend-form .onfocus,
.recommend-form .onfocus input.code {
    border-color: #aaa;
}

/******************************
 ** 自定义字体
 ******************************/
@font-face {
    font-family: 'FZHLJW';
    /*字体名称*/
    src: url('../Font/方正华隶简体.ttf');
    /*字体源文件*/
}

/******************************
 ** 兼容性
 ******************************/
body {
    _background: url(../Images/ie6.png) center center no-repeat #fff;
}

body>* {
    _display: none;
}

.BMap_bubble_content {
    font-size: 12px;
    line-height: 16px;
}