@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, dl, dd, dt {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0;
    max-width: 100%;
}
body {
    font-family: "Microsoft YaHei", Arial, Lucida, Verdana, Helvetica, sans-serif, "微软雅黑";
    font-size: 14px;
    color: #222;
    position: relative;
    overflow-x : auto;
}
a:link, a:visited, .main .artbox .lbox_1 .step13 li span a, .main .artbox .picbox li span a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
h1, h2, h3, h4 {
    font-style: normal;
    font-weight: normal
}
input {
    outline: none;
}
u {
    text-decoration: none;
}

@media (min-width: 1600px) {
.container {
    width: 1422px;
}
}
::-webkit-scrollbar {
 width: 10px;
 height: 8px;
 background-color: #F5F5F5;
}
      /*定义滚动条轨道 内阴影+圆角*/  
      ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background: #fff;
}
      /*定义滑块 内阴影+圆角*/  
      ::-webkit-scrollbar-thumb {
 border-radius: 3px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color:rgba(48, 57, 58, 0.7);
}
      ::-webkit-scrollbar-thumb:hover {
 border-radius: 3px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color:rgba(7, 170, 247, 1);
}
header {
    max-width: 1500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    position: relative;
}
header span {
    color: #eb6100;
    position: absolute;
    right: 50px;
    font-weight: bold;
}
.header_box {
    height: 80px;
}
.header {
    width: 100%;
    height: 80px;
    background-color: #191919;
    z-index: 999;
    text-align: center;
}
.guding {
    position: fixed;
    top: 0px;
    left: 0px;
}
.header_nav {
    max-width: 1400px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.header_nav img {
    padding-top: 15px;
    float: left;
}
.header_nav>ul {
    flex: 0 0 780px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.header_nav>ul li {
    flex: 1;
    display: inline-block;
    position: relative;
}
.header_nav>ul>li>a {
    color: #fff;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
}
.header_nav .right_login {
    float: right;
    line-height: 80px;
	font-size:18px;
}
.header_nav .right_login a {
    color: #fff;
}
.header_nav .right_login i {
    font-style: normal;
    font-weight: bold
}
.header_nav .right_login .dl {
    padding-right: 10px
}
.header_nav>ul li:hover {
    background-color: #e95513;
}
.header_nav>ul li.active {
    background-color: #e95513;
}
.header_nav>ul li .sildebar {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    position: absolute;
    top: 82px;
    left: 0
}
.header_nav>ul li .sildebar a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #595757
}
.header_nav>ul li .sildebar a:hover {
    color: #e95513;
}
.nav-cli {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #191919;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all .5s linear;
    z-index: 99;
}
.nav-cli li {
    width: 100%;
    float: left;
}
.nav-cli li a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
}
/*
 >6 css
 */
.nav-cli1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 190%;
    background-color: #191919;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all .5s linear;
    z-index: 99;
}

@media screen and (max-width: 1366px) {
.nav-cli1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230%;
    background-color: #191919;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all .5s linear;
    z-index: 99;
}
}
.nav-cli1 li {
    width: 50%;
    float: left;
}
.nav-cli1 li a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
}
.header_nav>ul li:hover .nav-cli {
    padding: 10px 0;
    max-height: 432px;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #eb6100;
}
.iconnav {
    padding: 52px 120px 56px;
    background-color: #f9f9f9;
}
.iconnav ul li {
    float: left;
    width: 12.5%;
}
.iconnav ul li a {
    display: block;
    text-align: center;
}
.iconnav ul li i {
    display: block;
    height: 60px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    content: '';
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.iconnav ul li:hover i {
    background-position: 50% 100%;
}
.iconnav ul li h3 {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: normal;
}
.iconnav ul li p {
    margin: 0;
    font-size: 15px;
}
.tit {
    text-align: center;
}
.tit h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: 600;
}
.tit h3 span {
    color: #eb6100;
}
.tit p {
    font-size: 16px;
    color: #999;
}
.fwxm {
    padding: 50px 0;
}
.fwxmlist {
    padding: 50px 0;
}
.fwxmlist li {
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
}
.fwxmlist li>div {
    border-radius: 10px;
    box-shadow: 1px 1px 20px #eee;
    padding: 80px 20px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-inease-inease-in;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fwxmlist li>div h4 {
    font-size: 22px;
}
.fwxmlist li>div span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #000;
    margin: 10px 0;
}
.fwxmlist li>div p {
    font-size: 16px;
    line-height: 2;
}
.fwxmlist li>div .more {
    border: #222 solid 1px;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}
.fwxmlist li.active>div {
    background: url(../images/case_bg1.jpg) center 60%;
    color: #fff;
}
.fwxmlist li.active>div a {
    color: #fff;
}
.fwxmlist li.active>div span {
    background: #fff;
}
.fwxmlist li.active>div .more {
    border: #fff solid 1px;
}
.caselist {
    text-align: center;
    padding: 50px 0;
}
.products {
    overflow: hidden;
    padding: 50px 0 20px 0;
}
.products ul {
    margin-right: -44px;
}
.products ul li {
    float: left;
    box-sizing: border-box;
    width: 33.33333333%;
    padding: 0 44px 33px 0;
}
.products ul li .item {
    position: relative;
}
.products ul li .item .link {
    display: block;
    background-color: #fff;
}
.products ul li .item .link:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products ul li .item .link:hover .desc h3 {
    color: #eb6100;
}
.products ul li .item .link .pic {
    overflow: hidden;
}
.products ul li .item .link .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.products ul li .item .link .desc {
    position: relative;
    padding: 17px 19px;
}
.products ul li .item .link .desc::before {
    position: absolute;
    top: 20px;
    bottom: 23px;
    left: 0;
    display: block;
    width: 4px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #b5b5b6;
    content: '';
}
.products ul li .item .link .desc h3 {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: normal;
}
.products ul li .item .link .desc p {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    color: #898989;
}
.products ul li .item .media {
    position: absolute;
    right: 19px;
    bottom: 26px;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 31px;
    margin: 5px 0 0 10px;
    border: 1px solid #898889;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #898989;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.products ul li .item .media:hover {
    border-color: #eb6100;
    color: #fff;
    background-color: #eb6100;
}
.more1 {
    display: inline-block;
    padding: 10px 30px;
    background: #eee;
    font-size: 16px;
}
.more1:hover {
    background: #eb6100;
    color: #fff;
}
.index-bg {
    width: 100%;
    height: 165px;
    background: url(../images/propaganda.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top:40px;
}
.index-bg1{    background: url(../images/propaganda1.jpg);}
.index-bg2{    background: url(../images/banner_samll.jpg);}
.index-bg3{    background: url(../images/propaganda3.jpg);}
.index-bg a {
	display: inline-block;
    background-color: #e05513;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 30px;
     align-items: center;
    color: #fff !important;
    margin-top:20px;
}
.youshi {
    position: relative;
    height: 700px;
    padding-top: 80px;
	background: url(../images/pic1-10.jpg) no-repeat top center;
	background-size:100% 100%;
}
.youshi .tit {
    padding-bottom: 50px;
}
.youshi .center {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.youshi .center p {
    height: 400px;
    width: 1px;
    background: #ddd;
    margin: 0 auto;
}
.youshi .center span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.youshi .center span.two {
    top: 80px;
}
.youshi .center span.three {
    top: 160px;
}
.youshi .center span.four {
    top: 240px;
}
.youshi .center span.five {
    top: 320px;
}
.youshi ul{width:1200px; margin: 0 auto;}
.youshi ul li {
    width: 48%;
    float: left;
    text-align: right;
    position: relative;
    padding-right: 45px;
    box-sizing: border-box;
}
.youshi ul li div {
    position: absolute;
    right: 0px;
    top: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: rgba(236,96,0,0.6);
}
.youshi ul li div span {
    display: block;
    margin: 2px auto;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: rgba(236,96,0,1);
    font-size: 18px;
}
.youshi ul li h4 {
    font-size: 20px;
    line-height: 1.5;
}
.youshi ul li p {
    font-size: 16px;
    color: #777;
}
.youshi ul li:nth-child(even) {
    float: right;
    text-align: left;
    padding-left: 45px;
}
.youshi ul li:nth-child(even) div {
    left: 0;
}
.youshi ul li:nth-child(1) {
    padding-top: 0px;
}
.youshi ul li:nth-child(1) div {
    top: -10px;
}
.youshi ul li:nth-child(2) {
    padding-top: 70px;
}
.youshi ul li:nth-child(2) div {
    top: 70px;
}
.youshi ul li:nth-child(3) {
    padding-top: 75px;
}
.youshi ul li:nth-child(3) div {
    top: 75px;
}
.youshi ul li:nth-child(4) {
    padding-top: 90px;
}
.youshi ul li:nth-child(4) div {
    top: 90px;
}
.youshi ul li:nth-child(5) {
    padding-top: 90px;
}
.youshi ul li:nth-child(5) div {
    top: 90px;
}
/*foot*/
.addess {
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    padding: 40px 0 20px 0;
}
.foot {
    background-color: #111;
    color: #999
}
.foot ul {
    margin: 0
}
.addess {
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    padding: 40px 0 20px 0
}
.addess .dl-horizontal {
    margin: 0 auto;
    border-right: 1px solid #333
}

@media (min-width:1199px) {
.addess .dl-horizontal {
    padding: 0 30px
}
}
.addess .row div:last-child .dl-horizontal {
    border-right: 0
}
.addess .dl-horizontal dt {
    font-size: 24px;
    width: 28px;
    text-align: left
}
.addess .dl-horizontal dd {
    margin-left: 44px;
    line-height: 200%;
    text-align: left;
}
.addess .dl-horizontal dd h3 {
    margin: 0 0 2px 0;
    font-size: 14px;
    color: #fff
}
.addess .dl-horizontal dd h3 a {
    color: #fff
}
.addess .dl-horizontal dd p {
    margin-bottom: 0;
    font-size: 12px
}
.foot {
    padding-bottom: 30px;
}
.foot .menu-kj {
    border-top: 1px solid #333;
    display: block;
    padding-top: 20px;
    margin-bottom: 2px
}
.foot .menu-kj li+li::before {
    color: #666
}
.foot .menu-kj a {
    color: #999
}
.foot .menu-kj a:hover {
    color: #c96
}
.foot .kjcd {
    margin-bottom: 30px
}
.foot .kjcd li {
    width: 38px;
    height: 38px;
    font-size: 18px;
    background-color: #c96;
    line-height: 38px;
    border-radius: 50%;
    margin: 5px
}
.foot .kjcd li a {
    color: #fff;
    text-decoration: none
}
.foot .kjcd li.qq {
    background-color: #00deff
}
.foot .kjcd li.weixin {
    background-color: #21e700
}
.foot .kjcd li.weibo {
    background-color: #d92d2d
}
.foot .ico {
    margin: 15px 0
}
/*copy*/
.copy {
    padding: 0;
    font-size: 12px
}
.copy a {
    color: #999
}
.copy a:hover {
    color: #c96
}
@-moz-keyframes slideUp {
 0% {
 opacity: 0;
 transform: translateY(50px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@-o-keyframes slideUp {
 0% {
 opacity: 0;
 transform: translateY(50px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@-webkit-keyframes slideUp {
 0% {
 opacity: 0;
 transform: translateY(50px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
@keyframes slideUp {
 0% {
 opacity: 0;
 transform: translateY(50px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
/**案例列表页**/
.n_banner {
    position: relative;
}
.n_banner .xg_info {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.n_banner .xg_info h3 {
    font-size: 48px;
    font-weight: bold;
    -webkit-animation: slideUp 0.6s ease-out forwards;
    -moz-animation: slideUp 0.6s ease-out forwards;
    -ms-animation: slideUp 0.6s ease-out forwards;
    animation: slideUp 0.6s ease-out
}
.n_banner .xg_info span {
    display: inline-block;
    margin: 20px auto 15px auto;
    width: 50px;
    height: 2px;
    background: #fff;
    -webkit-animation: slideUp 0.6s ease-out forwards;
    -moz-animation: slideUp 0.6s ease-out forwards;
    -ms-animation: slideUp 0.6s ease-out forwards;
    animation: slideUp 0.6s ease-out;
}
.n_banner .xg_info p {
    font-size: 22px;
    letter-spacing: 5px;
    -webkit-animation: slideUp 0.6s ease-out forwards;
    -moz-animation: slideUp 0.6s ease-out forwards;
    -ms-animation: slideUp 0.6s ease-out forwards;
    animation: slideUp 0.6s ease-outs;
}
.n_content {
    padding: 50px 0;
}
.n_content .container{padding:0;}
.main-tab {
    margin: 0 -7px 50px 0;
    text-align: center;
}
.main-tab .clearfix {
    overflow: hidden;
}
.main-tab .item {
    padding: 0 7px 7px 0;
    display: inline-block;
	width:10%; box-sizing: border-box;
	
}
.main-tab .item a {
    position: relative;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #595757;
    text-align: center;
    background-color: #efefef;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-tab .item a:hover, .main-tab .item a.active {
    color: #fff;
    background-color: #e95513;
}
.main-tab .item a:hover::after, .main-tab .item a.active::after {
    bottom: -7px;
    opacity: 1;
}
.main-tab .item a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    border-width: 7px 8px 0;
    border-style: solid;
    border-color: #e95513 transparent transparent;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-pagination {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.main-pagination a, .main-pagination span {
    display: inline-block;
    height: 31px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 8px;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #b5b5b6;
    font-size: 18px;
    color: #898989;
}
.page_pagelc li.c{ display: inline-block;
    height: 31px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 8px;
    margin: 0 5px;
    background: #e95513;
    border-radius: 3px;
    border: 1px solid #e95513;
    font-size: 18px;
    color: #fff;}
.main-pagination a.prev, .main-pagination a.next {
    line-height: 32px;
    font-size: 16px;
}
.main-pagination span {
    padding: 0;
    border: 0;
}
.main-pagination a.current {
    background: #007fa8;
    color: #fff;
    border-color: #007fa8;
}
/* products */
.products {
    overflow: hidden;
}
.products ul {
    margin-right: -44px;
}
.products ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 44px 33px 0;
}
.products ul li .item {
    position: relative;
}
.products ul li .item .link {
    display: block;
    background-color: #fff;
}
.products ul li .item .link:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products ul li .item .link:hover .desc h3 {
    color: #007fa8;
}
.products ul li .item .link .pic {
    overflow: hidden;
}
.products ul li .item .link .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.products ul li .item .link .desc {
    position: relative;
    padding: 17px 19px;
    text-align: left;
}
.products ul li .item .link .desc::before {
    position: absolute;
    top: 20px;
    bottom: 23px;
    left: 0;
    display: block;
    width: 4px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #b5b5b6;
    content: '';
}
.products ul li .item .link .desc h3 {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: normal;
}
.products ul li .item .link .desc p {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    color: #898989;
}
.products ul li .item .media {
    position: absolute;
    right: 19px;
    bottom: 26px;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 31px;
    margin: 5px 0 0 10px;
    border: 1px solid #898889;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #898989;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.products ul li .item .media:hover {
    border-color: #007fa8;
    color: #fff;
    background-color: #007fa8;
}
.page_pagelc{text-align:center;}
.page_pagelc li{ display:inline-block;}
/* partner */
.partner {
    overflow: hidden;
}
.partner ul {
    margin-right: -29px;
}
.partner ul li {
    float: left;
    width: 20%;
    padding: 0 29px 23px 0;
}
.partner ul li .item {
    display: block;
    height: 115px;
    border: 1px solid #c9caca;
    overflow: hidden;
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.partner ul li .item:hover {
    filter: grayscale(0);
}
.partner ul li .item img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}
/**新闻列表**/
.n_newlist .pull-left {
    width: 74%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
}
.n_newlist .pull-left>ul li {
    padding: 20px 0;
    border-bottom: #f1f1f1 dashed 1px;
}
.p_tit {
    font-size: 18px;
}
.p_datetime {
    color: #c2c2c2;
    padding: 15px 0;
}
.p_info {
    color: #999;
    line-height: 1.5;
}
.info_content_left {
    width: 30%;
    float: left;
}
.info_content_right {
    width: 68%;
    float: right;
}
.n_newlist .pull-right {
    width: 24%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
}
.tjal li {
    padding: 15px 0;
}
.tjal img {
    max-width: 100%;
    margin-bottom: 10px;
}
.tjal span {
    font-size: 16px;
}
.tjal p {
    color: #999;
}
.n_tit {
    font-size: 24px;
    font-weight: 700px;
    line-height: 2;
    border-bottom: #f1f1f1 solid 1px;
}
.xgwz {
    padding: 15px 0;
}
.xgwz li {
    line-height: 2;
    font-size: 16px;
}
/**新闻详情**/
.position {
    margin-bottom: 15px;
    text-align: right;
}
.ndetail {
    padding-top: 40px !important;
}
.ndetail h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}
.n_datetime {
    text-align: center;
    color: #999;
}
.n_body {
    padding: 20px 0;
    line-height: 2;
}
.n_body p {
    font-size: 15px;
}
.nextNew {
    border-top: #ddd solid 1px;
    padding: 15px 0;
}
.nextNew div {
    width: 50%;
    float: left;
}
.nextNew div+div {
    float: right;
    text-align: right;
}
.content {
    width: 65%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
}
.about {
    background: #fff;
    padding: 30px;
}
.about img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}
.about p {
    margin-bottom: 15px;
    line-height: 2;
    font-size: 15px;
}
#wrap {
    position: fixed;
    right: 5px;
    top: 190px;
    width: 140px;
    z-index: 999;
    height: 378px;
    -webkit-height: 328px;
    background: #eb6100;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0px 2px 5px #CECECE;
    border-radius: 0px 0px 5px 5px;
}
#wrap_c ul {
    list-style-type: none;
    text-align: center;
}
#wrap_c ul li {
    width: 140px;
    display: block;
    bottom: 1px;
    font-weight: bold;
    cursor: pointer;
    font: 15px 'Microsoft YaHei';
}
#wrap_c ul li a {
    text-decoration: none;
    color: #FFFFFF;
}
.zixun {
    height: 3px;
    border-bottom: 3px solid #ec3236;
}
.zixun img {
    width: 140px;
    margin-top: -140px;
}
.weixin_c {
    width: 100px;
    padding-left: 7px;
}
.img_c {
    width: 100px;
    height: 100px;
    margin-left: -7px;
    margin-top: 6px;
}
.munb {
    text-align: center;
    color: #FFFFFF;
    padding-top: 12px;
    height: 40px;
    border-bottom: 1px solid #fff;
}
.zx span{ display: block;width:90%;height: 26px; line-height: 26px; margin: 10px auto;border:#fff solid 1px; border-radius: 15px;}
.qq {
    height: 50px;
    border-bottom: 1px solid #ec3236;
}
.qq .ww {
    font-size: 15px;
    display: inline-block;
    width:90%;
    height: 26px;
	border:#fff solid 1px;
    border-radius: 15px;
	margin:10px auto 0 auto;
}
.qq .ww:hover,.zx span:hover {
    background: #fff ;
   
}
/*#wrap_c ul li a*/
.qq .ww:hover>a,.zx span:hover a {
    color: #f93c44 !important;
}
/*	
			.qq a {
				padding-left: 28px;
				background: url(../../public/images/qq.png) no-repeat;
				background-position: 5% 50%;
				font-weight: bold;

			}
			.qq:hover{
				background: url(../../public/images/qq.png) no-repeat;
				color: red;
			}*/
.phone {
    position: relative;
    height: 70px;
    border-bottom: 3px solid #ec3236;
}
.phone .test1 {
    width: 90%;
    border-radius: 10px;
    height: 24px;
    display: block;
    margin:0 auto;
    padding-left: 10px;
    outline: none;
}
 .test1::-webkit-input-placeholder {
 color: #000;
 font-size: 12px;
 text-align: center;
 font-family: 'Microsoft YaHei';
}
 .test1::-moz-placeholder { /* Mozilla Firefox 19+ */
 font-size:12px;
 text-align: center;
}
input {
    border: 1px solid #ccc;
    padding: 3px 0px;
    border-radius: 3px;
    padding-left: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.phone .test2 {
    width: 90%;
    display: block;
    height: 27px;
    line-height: 27px;
    border-radius: 14px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    font-weight: bold;
	background:transparent;
    font-family: 'Microsoft YaHei';
	margin: 10px auto;
    border: 1px solid #fff;
}
.phone .test2:hover {
    color: #f93c44;
    background: #fff;
}
.api-lxb-cb-con {
    text-decoration: none;
}
.tip {
    background: #ffecbf;
    position: absolute;
    top: 110px;
    right: 110px;
    margin-right: 8px;
    width: 260px;
    height: 120px;
    text-align: left;
}
.tip ins {
    display: block;
    margin: 5px 0px 5px 20px;
    padding: 5px;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    height: 18px;
    line-height: 18px;
}
.tip .tip-jt {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ffecbf;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); 	/* IE 9 */
    -moz-transform: rotate(45deg); 	/* Firefox */
    -webkit-transform: rotate(45deg); /* Safari å’Œ Chrome */
    -o-transform: rotate(45deg);
}
.go_top {
    height: 40px;
	margin-top: 5px;
    background: url(../images/top.png) no-repeat center center;
    border-bottom: none;
}
.page-lianxi{ text-align:center;}
.page-lianxi .row{ padding:40px 0;}
.page-lianxi .wygt a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 12px;
	margin: 0 10px;
	display: inline-block;
	background-color: #c96;
	color: #fff;
	text-decoration: none;
	font-size: 24px
}

.page-lianxi h3 {
    font-size: 20px;
	line-height: 2.5;
}
.page-lianxi p{
    margin-bottom: 20px;
}
@media (min-width:768px) {
.page-lianxi .row div:nth-child(1), .page-lianxi .row div:nth-child(2) {
	border-right: 1px solid #ddd
}
}
a.btn-center:hover, a.btn-center-white:hover, a.btn-center.hover {
    background-color: #e95513;
    border: 1px solid #e95513;
    color: #fff;
    text-decoration: none;
}
a.btn-center, a.btn-center-white {
    text-align: center;
    font-size: 12px;
    padding: 4px 50px 2px 50px;
    margin: 10px 10px 0 10px;
    color: #e95513;
    border: 1px solid #e95513;
    display: inline-block;
}

.getCode{ display:none;width: 320px;
background: rgba(58, 59, 59, 1);
position:fixed;
top: 35%;
right:0;
left:0;
margin:0 auto;
z-index: 1002; padding:20px;}
.zz{ display: none; position:fixed; left:0; right:0; bottom:0; top:0; z-index: 1000; background:rgba(0,0,0,0.8);}

