/*首页*/

body {
    background: #f4f4f4;
    padding-top: 107px;
}

a:focus,
a:hover {
    text-decoration: none;
}

header {
    background: #fff;
    box-shadow: 0 0 1px 1px #e5e5e5;
    /*height: 70px;*/
}

/*.new-body > p strong:hover {*/
    /*text-decoration: underline;*/
/*}*/



.header {
    /*height: 64px;*/
}

.header>a {
    width: 196px;
    height: 64px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 100%;
    float: left;
    margin-right: 65px;
    margin-top: 5px;
    margin-left: 15px;
    position: relative;
    z-index: 10;
}

.new-body > img {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.new-body span img {
    display: block;
    margin: 0 auto;
}

h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 25px 15px;
}

.header .navbar-default .navbar-nav > li > a:hover {
    color: #f65711;
}

.navbar-brand {
    padding: 25px 15px;
}

.navbar-header .navbar-brand:hover {
    color: #f65711;
}

.nav-active{
    color: #f65711!important;
}

.navbar-form {
    /*padding: 10px 15px;*/
	padding:0;
	margin-bottom:0;
}
.navbar{
	margin-bottom:0;
}
.navbar-default {
    background-color: transparent;
    border: none;
}

.btn-default {
    border: none;
}

.navbar-nav {
    background: #fff;
}

.navbar-toggle {
    margin-top: 16px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 380px;
}

.email {
    display: inline-block;
    float: right;
    margin: 15px 80px 0 0;
}

.my-list {
    padding: 20px;
    overflow: hidden;
}

.my-list a {
    color: #666666;
}

.my-list ul {
    float: left;
    margin-right: 20px;
}

.my-list ul li {
    margin-bottom: 20px;
}

.my-list ul li a span {
    color: #f65711;
    margin-right: 6px;
}

.my-list ul li a:hover {
    color: #f65711;
}

.dropdown-menu {
    width: 400px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 6px 6px #ccc;
}

.toTop {
    width: 50px;
    height: 50px;
    background: #272636;
    color: #999;
    position: fixed;
    bottom: 80px;
    right: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.toTop:hover {
    color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.new-body > p {
    margin-bottom: 10px;
    line-height: 22px;
}

.new-body > p strong {
    margin-bottom: 10px;
    font-size: 14px;
}

/*左侧导航*/

.my-nav {
    position: relative;
    /*height: 1194px;*/
}



.box {
    margin-top: 20px;
}

.box .container {
    background: #fff;
}

.con-center {
    width: 100%;
    margin: 0 20px 0 10px;
}

.new-list {
    padding: 0 20px 0 20px;
    background: #f4f4f4;
}

.new-list h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
    padding-right: 80px;
    color: #5c5c5c;
    font-weight: bold;
    overflow: hidden;
    height: 45px;
}

.top-pc .new-item h3 {
    padding-right: 0;
    margin-top: 5px;
}

.top-pc .new-bottom-right {
    float: left;
}

.top-pc .new-item {
    padding: 10px 0 20px 15px;
}

.new-list p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    position: relative;
    height: 44px;
    overflow: hidden;
    margin-bottom: 8px;
}

.new-list p::after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 0;
    background: -webkit-linear-gradient(left, transparent, #fff 20%);
    background: -o-linear-gradient(right, transparent, #fff 20%);
    background: -moz-linear-gradient(right, transparent, #fff 20%);
    background: linear-gradient(to right, transparent, #fff 20%);
}

.new-right {
    background: url(../img/top1.png) no-repeat 0 10px;
}

.new-right2 {
    background: url(../img/top.png) no-repeat top right;
}

.new-bottom {
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}

.new-no .mian-nav {
    background: #fff;
    padding: 15px;
}

.new-bottom-con {
    background: #fff;
    padding-bottom: 30px;
}

.new-list-top {
    margin-bottom: 10px;
}

.new-bottom i {
    font-style: normal;
    padding-left: 20px;
}

.new-bottom-right {
    float: right;
}

.new-bottom-right div {
    display: inline-block;
}

.new-date {
    float: left;
}

.new-item .see {
    padding-right: 20px;
}

.new-item {
    padding: 20px 0 20px 0;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.new-item:last-child .new-con-top {
    /*margin-bottom: 20px;*/
    background: #fff;
    margin-bottom: 20px;
}

.new-con-top-h4 {
    font-size: 16px;
    color: #444444;
    border-bottom: 2px solid #f65711;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-left: 15px;
    display: inline-block;
    font-weight: bold;
}

.new-con-top-last {
    margin-bottom: 0;
}

.new-item-bottom .new-right {
    background: none;
}

.new-item-bottom .new-right h3 {
    color: #5c5c5c;
    padding-right: 0;
}

.btn-one {
    background: #f65711;
    padding: 2px 26px;
    border-radius: 15px;
    font-size: 14px;
    margin: 20px auto 0 auto;
}

.no-more {
    width: 140px;
    margin: 30px auto;
    display: none;
}

.no-more img {
    display: inline-block;
}

.no-more span {
    display: inline-block;
    font-size: 12px;
    color: #dddddd;
}

.con-right {
    padding: 0 15px 10px 15px;
    margin-bottom: 20px;
    background: #fff;
}

.con-right h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.con-right h3 img {
    padding-left: 5px;
}

.hot {
    overflow: hidden;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.hot a {
    display: block;
    overflow: hidden;
}

.hot span {
    float: left;
    font-size: 16px;
    color: #5c5c5c;
}

.hot .new-bottom {
    padding: 10px 20px 0 20px;
}

.hot .new-bottom span {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.hot p {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    color: #5c5c5c;
    overflow: hidden;
    height: 54px;
    position: relative;
}

.hot p::after {
    content: "";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 50%);
    background: -o-linear-gradient(right, transparent, #fff 50%);
    background: -moz-linear-gradient(right, transparent, #fff 50%);
    background: linear-gradient(to right, transparent, #fff 50%);
}

.hot img {
    float: left;
    margin: 2px 8px;
}

.hot-list {
    overflow: hidden;
    font-size: 12px;
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
}

.hot-list span {
    float: left;
    margin-right: 8px;
    color: #5c5c5c;
}

.hot-list p {
    float: left;
    width: 88%;
    color: #5c5c5c;
    line-height: 19px;
    overflow: hidden;
    height: 40px;
    position: relative;
}

.hot-list p::after {
    content: "";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 50%);
    background: -o-linear-gradient(right, transparent, #fff 50%);
    background: -moz-linear-gradient(right, transparent, #fff 50%);
    background: linear-gradient(to right, transparent, #fff 50%);
}

.right-message {
    background: #fff;
    padding: 0 15px 50px 15px;
}

.right-message h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.right-message h3 span {
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #f65711;
    margin-right: 10px;
}

.right-message .liu-p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.liu-top {
    width: 100%;
    background: #f9753c;
    padding: 15px;
}

.liu-p {
    color: #fff;
    margin-bottom: 14px;
}

.liu-xian {
    width: 100%;
    height: 1px;
    background: #fff;
}

.message {
    background: #f9753c;
    padding: 0 20px 30px 20px;
    font-size: 14px;
}

.message input,
.message textarea {
    width: 93%;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.message input {
    height: 30px;
    padding-left: 5px;
    margin: 2px;
}

.message textarea {
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 3px;
    width: 94%;
}

.message span {
    display: inline-block;
    width: 2%;
    vertical-align: top;
}

.message input[type="submit"] {
    width: 94%;
    background: #fff;
    color: #666;
    margin-left: 4%;
}

.message input[type="submit"]:hover {
    color: #333;
}

.mian-nav {
    color: #999999;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.mian-nav a {
    color: #999999;
}

.mian-nav a:hover {
    color: #666666;
}

.new-label span {
    margin: 0 5px;
}


/*wrap-nav*/

.wrap-nav-con {
    width: 100%;
    overflow-x: scroll;
    background: #ddd;
}

.wrap-nav-con .nav {
    overflow: hidden;
    height: 40px;
    width: 180%;
}

.wrap-nav {
    background: #fff;
    padding: 20px 15px;
    height: 90px;
    overflow: hidden;
}

.wrap-nav h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: bold;
    margin-bottom: 10px;
}

.wrap-nav .nav > li > a {
    padding: 10px 15px 25px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: #f65711;
    color: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #f65711;
}


/*footer*/
.bottom-wen-wai{
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.bottom-wen-con{
	height:200%;
}
footer {
    width: 100%;
    margin-top: 20px;
}

.bottom-wen {
    padding-top: 16px;
    padding-bottom: 20px;
}

.more-wen {
    margin-top: 15px;
    overflow: hidden;
}
.more-wen a {
    display: block;
}
.news_dian{
	background-color: #000;
    width: 5px;
    height: 5px;
    display: inline-block;
	border-radius: 50%;
}
.bottom-wen h3 {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav-wap {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.nav-wap ul {
    width: 100%;
    overflow: hidden;
}
.nav-wap ul li {
    float: left;
    width: 24.99%;
    height: 80px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #f9753c;
    font-size: 16px;
    text-align: center;
}
.nav-wap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px 0;
}
.nav-wap ul li a img {
    width: 33%;
    margin-bottom: 5px;
}
.footer-wap-p1 {
    font-size: 24px;
    color: #666;
    margin: 15px 0 10px 0;
}
.footer-wap-p2 {
    font-size: 14px;
    color: #999;
}
.footer-wap {
    padding-bottom: 90px;
}
.more-wen img {
    float: left;
}

.bottom-wen .col-md-3 {
}

.pro-list-img {
    margin-bottom: 15px;
}

.pro-list-img img {
    width: 100%;
}

.pro-list-img a {
    position: relative;
    display: block;
    margin-right: 10px;
}

.zhezhao {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.zhe-show {
    display: block;
}

.zhezhao span {
    text-align: center;
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    display: block;
    margin: 30px auto;
    overflow: hidden;
}

.footer-date {
    font-size: 12px;
    color: #999999;
    margin-left: 8px;
    margin-top: 5px;
}

.footer-date i {
    font-style: normal;
    margin-left: 8px;
}

.more-wen p {

    font-size: 14px;
    line-height: 16px;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
	display: inline-block;
    width: 90%;
    vertical-align: top;
}

.more-wen p::after {
    content: "";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 118px;
    padding-left: 20px;
    background: -webkit-linear-gradient(left, transparent, #fff 50%);
    background: -o-linear-gradient(right, transparent, #fff 50%);
    background: -moz-linear-gradient(right, transparent, #fff 50%);
    background: linear-gradient(to right, transparent, #fff 50%);
}

.more-wen a {
    color: #666666;
}

.more-wen a:hover {
    color: #f65711;
}

.xian {
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.label-list {
    margin-top: 20px;
}

.label-list .label {
    font-size: 16px;
    cursor: pointer;
}

.label-list .label-1 {
    background: #f65711;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: normal;
}

.label-list .label-add {
    background-color: transparent;
    color: #999999;
    border: 1px dashed #999999;
    font-weight: normal;
    cursor: pointer;
}

.about-index {
    margin-top: 20px;
}

.aq {
    font-size: 14px;
    color: #f65711;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 18px;
}

.aq-con {
    font-size: 14px;
    line-height: 30px;
    border: 1px dashed #999999;
    padding: 15px;
    border-radius: 4px;
}

.ye {
    margin-top: 20px;
}

.ye a {
    color: #666666;
}

.ye a:hover {
    color: #333;
}

.ye p {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}


/*404*/

.error {
    background: #f4f4f4;
}

.error .error-tit {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.error .error-tit h4 {
    font-size: 36px;
    font-weight: bold;
    color: #9f9f9f;
}

.error h4 span {
    font-size: 24px;
    color: #878585;
    font-weight: normal;
    padding-left: 10px;
}

.error p {
    font-size: 18px;
    color: #878585;
}

.link-error {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 440px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.link-error a {
    float: left;
    width: 130px;
    height: 40px;
    background: #afafaf;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.link-error a:hover {
    background: #f65711;
}

.link-error .error-active {
    background: #f65711;
}

.my-pages .pager li > a, .my-pages .pager li > span {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    padding: 5px 8px;
}


/*search-error*/

.search-error {
    background: #f4f4f4;
}

.search-error-con {
    background: #fff;
    padding: 15px;
    font-size: 14px;

}

.search-error-tit {
}

.search-error-tit p {
    margin-bottom: 10px;
}

.search-error-tit span {
    color: #feb252;
}

.search-error-con h4 {
    font-size: 18px;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 80px;
    font-weight: bold;
}

.search-error-new h5 {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: bold;
}

.search-error-new p {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.search-success {
    margin-bottom: 80px;
}

.box-service .service-con {
    /*padding-top: 50px;*/
}

.service-con .mian-nav {
    padding: 20px 0;
}


/*about-con*/

.about-con {
    background: #fff;
}

.about-con {
    padding: 15px;
}

.about-con .p-bold {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.about-con .p-none {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-con h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: 800;
    text-align: center;
}

.new-item h4 {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 15px;
}

.new-item p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    position: relative;
    margin-bottom: 8px
}

.margin-h3 {
    margin-top: 30px;
}

.about-bottom p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.number-message {
    font-size: 14px;
    color: #f65711;
    font-weight: bold;
    margin-top: 30px;
}

.number-message p {
    margin-bottom: 20px;
}

.number-message a,
.number-message span {
    color: #666666;
    font-weight: normal;
}

.new-right em {
    display: block;
    width: 36px;
    height: 2px;
    background: #f65711;
    margin-bottom: 15px;
}

/*contact*/

.contact {
    background: #f4f4f4;
}

.contact-con {
    padding: 50px 140px;
    background: #fff;
    margin-bottom: 20px;
}

.contact-con h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact-con-bottom {
    background: #fff;
    padding: 0 40px 25px 40px;
}

.contact-con-bottom h3 {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.contact-con-bottom h3 span {
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #f65711;
    margin-right: 10px;
}

.message-con div {
    margin-bottom: 20px;
}

.message-con label {
    width: 64px;
    font-size: 14px;
    color: #fff;
}

.message-con span {
}

.message-con input {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    padding-left: 5px;
}

.message-bottom {
}

.message-bottom p {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}

.message-bottom textarea {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    padding: 10px;
    font-size: 14px;
}

.message-bottom button {
    background: #fff;
    color: #666666;
    margin-top: 15px;
}

.message-con-bottom {
    padding: 10px 20px;
    background: #f9753c;
}

.message-bottom button:hover {
    color: #333333;
}

.message-bottom input[type="submit"] {
    color: #666666;
    background: #ffffff;
    margin-top: 10px;
}

.message-bottom input[type="submit"]:hover {
    color: #333333;
}

/*service*/

.box-service .container {
    background: none;
}

.service {
    background: #fff;
    padding-bottom: 56px;
}

.service-con-h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
}

.service-con-h3 strong {
    font-weight: 800;
    font-size: 36px;
    margin-right: 8px;
    vertical-align: middle;
}

.service-con-h3 span {
    display: inline-block;
    background: #f65711;
    color: #fff;
    padding: 5px 10px;
    vertical-align: middle;
}

.service-con-h3 i {
    width: 5px;
    height: 27px;
    display: inline-block;
    background: #f65711;
    margin-left: 3px;
    vertical-align: middle;
}

.service-con-p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.service-img {
    margin-bottom: 40px;
}

.service-btn {
    border: 1px dashed #999999;
    width: 185px;
    height: 40px;
    margin-bottom: 20px;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.service-con .service-btn:hover {
    color: #5c5c5c;
}

.service-btn2 {
    margin-bottom: 40px;
}

.service-con-h4 {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    font-weight: bold;
}

.service-h4-nocenter {
    text-align: left;
}

.service-imglist {
    margin-top: 20px;
}

.service-box1 {
    padding-right: 15px;
}

.service-number {
    margin-bottom: 20px;
}

.service-number .service-con-p {
    margin-bottom: 0;
}


/*new内页*/

/*联系我们*/
.contact-my {
    width: 100%;
    max-width: 1135px;
    margin: 0 auto;
    background-color: #fdefea;
    height: 135px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px dashed #f65711;
}

.contact-my p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding-top: 10px;
    margin: 10px;
}

.contact-my p span {
    color: #f9753c;
    font-weight: bold;
    font-size: 16px;
}

.contact-my .contact_bottom {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 26px;
    margin-top: -1px;
    margin-left: 24%;
}

.contact-my .contact_bottom div {
    height: auto;
}

.contact-my .contact_bottom img {
    padding-right: 4px;
    display: inline-block;
}

.contact-my .contact_bottom button {
    width: auto;
    background: #b3b3b3;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    border: 0px;
    box-shadow: 1px 2px 8px #555555;
    float: left;
    margin-right: 30px;
    height: 40px;
    border-bottom: 0px solid #949494;
    width: 27%;
}

.contact-my .contact_bottom .contact_bottom_button1 {
    background: #f55614; /* Safari 5.1 - 6.0 */
}

.contact-my .phone_contact {
    margin-bottom: 10px;
}

.phone_contact {
    display: block;
}

.pro-table table tr td {
    vertical-align: middle !important;
    text-align: center;
}

.new-con {
    background: #f4f4f4;
    font-size: 14px;
}

.new-body {
    background: #fff;
    padding: 20px 15px 30px 15px;
}

.new-body table {
    border:0 none;
    width: auto;
}

.new-body .table-responsive > .table > tbody > tr > td, .new-body .table-responsive > .table > tbody > tr > th, .new-body .table-responsive > .table > tfoot > tr > td, .new-body .table-responsive > .table > tfoot > tr > th, .new-body .table-responsive > .table > thead > tr > td, .new-body .table-responsive > .table > thead > tr > th{
    white-space: inherit;
}
.new-con-tit {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 22px;
}

.new-miao {
    font-size: 14px;
    color: #999999;
}

.new-miao i {
    font-style: normal;
    margin-left: 10px;
}

.new-miao span {
    padding-right: 15px;
}

.new-jian {
    background: #f4f4f4;
    font-size: 14px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.new-imgList {
    margin-bottom: 30px;
}

.new-text {
    font-size: 14px;
}

.new-h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.last {
    margin-top: 15px;
}

.last a {
    color: #f65711;
}

.next a {
    color: #5c5c5c;
}

.tuijian {
    background: #fff;
    padding: 0 15px 15px 15px;
    overflow: hidden;
    margin-top: 20px;
}

.tuijian p {
    margin-bottom: 6px;
}

.tuijian a {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 12px;
    margin-right: 26%;
    color: #5c5c5c;
    font-size: 14px;
}

.tuijian a:hover {
    color: #333;
}

.tuijian .tui-span1,
.tuijian .tui-span2,
.tuijian .tui-span3 {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.zanList {
    font-size: 12px;
}

.zanList span {
    padding-right: 14px;
}

.tuijian .tui-span1 {
    background: #f65711;
}

.tuijian .tui-span2 {
    background: #117df6;
}

.tuijian .tui-span3 {
    background: #f64264;
}

.pro-tui {
    margin-bottom: 20px;
}

.number-message-left {
    margin-left: 25px;
}

/*process*/

.box2 {
    margin-top: 20px;
}

.process-left-con {
    padding-right: 0;
}

.process-left {
    font-size: 14px;
    padding-right: 20px;
}

.process-left ul {
    background: #fff;
    padding-bottom: 1118px;
}

.process-left ul li {
    border-bottom: 1px solid #f4f4f4;
}

.process-left ul li a {
    display: block;
    padding: 15px 30px;
    width: 100%;
    height: 100%;
    color: #666666;
}

.process-left ul li a:hover {
    color: #f65711;
}

.process-left ul li .process-active {
    background: #f65711;
    color: #fff;
    font-weight: bold;
}

.process-right {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
}

.process-img {
    margin: 0 -15px;
}

.process-h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: 800;
    margin-bottom: 20px;
}

.process-h4 {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 25%;
    margin-bottom: -15px;
}

.process-p {
    color: #5c5c5c;
    font-size: 14px;
    float: left;
    width: 75%;
    margin-bottom: 20px;
    margin-top: 4px;
}

.pro-icon1 {
    background: #f65711;
    color: #fff;
    margin-right: 10px;
}

.aq-con1 {
    background: #f65711;
    color: #fff;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 16px;
}

.pro-icon2,
.pro-icon3 {
    background: #999999;
    color: #fff;
    margin-right: 10px;
}

.pro-icon1 img,
.pro-icon2 img,
.pro-icon3 img {
    margin-right: 6px;
}

.pro-icon1:hover,
.pro-icon2:hover,
.pro-icon3:hover {
    color: #fff;
}

.pro-h3 {
    font-size: 16px;
    font-weight: bold;
    color: #f65711;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pro-img2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pro-h3-list {
    margin-top: 16px;
    margin-bottom: 16px;
}

.process-right p {
    font-size: 14px;
    margin-bottom: 10px;
}

.pro-p2 {
    margin-bottom: 16px;
}


/*product*/

.product-con .mian-nav {
    padding: 20px 15px;
}

.my-nav .product-nav {
    width: 100%;
}

.product-con {
    background: #fff;
}

.product-con .pro-bg {
    width: 250px;
    height: 0;
    line-height: 50px;
    border-color: transparent transparent #f65711 transparent;
    border-style: solid;
    border-width: 0 50px 50px 0;
}

.pro-bg {
    margin-bottom: 30px;
}

.pro-bg h3 {
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.pro-img {
    position: relative;
    display: block;
}

.pro-img p {
    width: 100%;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: #f9753c;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
}

.pro-lun1 {
    position: relative;
    padding: 0 20px;
}

.pro-lun1 .swiper-button-prev {
    background: url(../img/pro-icon.png) no-repeat center;
    left: 0px;
}

.pro-lun1 .swiper-button-next {
    background: url(../img/pro-next.png) no-repeat center;
    right: 0px;
}

.pro-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.row1 {
    margin-bottom: 30px;
}


/*product-bottom*/

.product-bottom {
    padding-left: 20px;
}

.process-right-top {
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.bor-swiper {
    height: 100%;
    border: 1px solid #f1f1f1;
    padding: 6px;
    overflow: hidden;
}

.pro-del-swiper {
    height: 300px;
}

.pro-del-swiper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.pro-del-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.pro-del-swiper .gallery-top {
    width: 100%;
}

.pro-del-swiper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro-del-swiper .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.pro-del-swiper .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.pro-del-con {
    padding: 0 20px;
}

.pro-del-h3 {
    font-size: 16px;
    color: #f65711;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro-del-ul {
    font-size: 14px;
}

.pro-del-ul li {
    list-style: inside;
    line-height: 22px;
}

.h3-top {
    margin-top: 30px;
    margin-bottom: 20px;
}

.por-del-list p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #666666;
}

.por-del-btn {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 250px;
}

.por-del-btn img {
    margin-right: 6px;
}

.por-del-btn button {
    background: #f65711;
    color: #fff;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.process-img img {
    border: 1px solid #f1f1f1;
    padding: 6px;
}

/**/

.search-error .mian-nav {
    padding-bottom: 20px;
}

.contact .mian-nav {
    background: #fff;
    padding: 20px 15px;
}

.error-tit .mian-nav {
    padding-bottom: 20px;
}

.search-last h5 {
    margin-bottom: 30px;
    margin-top: 50px;
    color: #f65711;
    font-size: 16px;
}

.search-last a {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.process-list-h3 {
    font-size: 16px;
    color: #f65711;
    text-align: center;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
}

.process-imgList a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 10px;
}

.pro-list-padding {
    padding: 0 5px;
}

.process-imgList img {
    width: 100%;
}

.process-imgList p {
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 4px 0;
}

.process-imgList {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.process-list-message {
    margin-top: 20px;
}

.process-list-right {
    padding: 0 15px 25px 15px;
}

.tag-h4 {
    font-size: 16px;
    color: #f65711;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0 15px 15px;
    background: #fff;
}

.tag-h4 img {
    margin-right: 20px;
}

.tag-item {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.tag-icon {
    position: relative;
    min-height: 20px;
    background: #f65711;
    border-radius: 5px;
    margin-right: 10px;
    word-break: break-word;
    color: white;
    padding: 3px 8px;
    line-height: 20px;
}

.tag-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #f65711;
    top: 5px;
    right: -10px;
}

.tag-icon-date {
    float: none;
}

.new-label {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}


.index-tab {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

/*.new-item:last-child {
    border-bottom: transparent;
}*/

.index-tab .nav-tabs {
    border-bottom: transparent;
}

.index-tab .nav > li {
    border-bottom: transparent;
}

.index-tab .nav > li a {
    padding: 5px 0;
    margin-right: 15px;
    margin-left: 15px;
    color: #444444;
    font-weight: bold;
}

.index-tab .nav > li > a:focus,
.index-tab .nav > li > a:hover {
    background: transparent;
    color: #f65711;
    border-radius: 0;
}

.index-tab .nav-tabs > li > a {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-bottom: 2px solid transparent;
}

.index-tab .nav-tabs > li.active > a,
.index-tab .nav-tabs > li.active > a:focus,
.index-tab .nav-tabs > li.active > a:hover {
    background: transparent;
    color: #f65711;
    border: transparent;
    border-bottom: 2px solid #f65711;
}

.top-pc {
    padding-top: 40px;
    padding-right: 15px;
    background-color: #fff;
}

.pro-table {
    margin-top: 20px;
}

.pro-table table {
    font-size: 14px;
    color: #666666;
}

.pro-table table th {
    font-weight: normal;
    background: #cccccc;
    text-align: center;
}


.pro-table .table tbody tr td, .pro-table .table tbody tr th {
    border: 1px solid #ddd;
    width: auto !important;
    height: auto !important;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    word-break: break-all;
}

.page-Mybox p {
    font-size: 14px;
    line-height: 30px;
}

.page-Mybox h4 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.page-Mybox div {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.pro-table table tbody tr td, .pro-table table tbody tr th {
    border: 1px solid #ddd;
    width: auto !important;
    height: auto !important;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    word-break: break-all;
    white-space: inherit;
}


._clear {
    clear: both
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

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

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.modal-content1 {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.modal-content div {
    box-sizing: border-box
}

.modal-body p {
    color: #666;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
}

.modal-body h4 {
    color: #f9753c;
    font-size: 18px;
    font-weight: 700;
}

.modal-body {
    padding: 20px;
    color: #333
}

.modal-body1 p {
    color: #666;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
}

.modal-body1 h4 {
    color: #d31f2b;
    font-size: 18px;
}

.modal-body1 {
    padding: 20px;
    color: #333
}

.caption {
    margin-top: 10px
}

.centent_inp {
    width: 50%;
    float: left
}

.centent_inp:first-child {
    padding-right: 12px
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

.centent_inp label span, .caption label span {
    color: #f9753c;
    font-size: 12px
}

.modal-content button, .modal-content input, .modal-content keygen, .modal-content select, .modal-content textarea {
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #000;
    background-color: #fff;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-image: initial
}

.modal-content textarea {
    padding: 12px;
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.modal-content input[type=email], .modal-content input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ceced0;
    border-radius: 3px;
    -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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

select {
    height: 34px;
    width: 93%;
    border-radius: 4px;
    border: 1px solid #ceced0;
    margin: 2px;
    padding: 6px;
}

.full {
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px
}

.content_left, .content_right {
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px
}

.content_left {
    width: 25%;
    float: left
}

.content_right {
    width: 75%;
    float: left
}

.mes_product {
    margin-bottom: 8px
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0
}

.caption textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ceced0
}

.last_can, .last_sub {
    background: #f9753c !important;
    position: static;
    line-height: 13px;
    border-radius: 7px;
    padding: 8px 12px;
    background: 0 0;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    font-weight: 700;
    height: 33px;
    padding: 10px 10px 8px;
    margin-right: 4px;
    margin-left: 4px;
    text-decoration: none
}

.last_can {
    background: #ccc !important
}

.last_can, .last_sub {
    color: #fff !important;
    border: 0;
    margin-top: 5px;
}


/*whatsapp*/
#service { width: 161px;height: 90px;position: fixed;bottom: 100px;z-index: 100;right: 25px;}
#service li{width:161px;height:60px;}
#service li img{float:right;}
#service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#service li a .shows{display:block;}
#service li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#p2{width: 139px;background-color:#15ad0d;height:47px;margin-left:49px;border:1px solid #15ad0d;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
#service li .whatsapp_phone{
	display:none;
}



@media screen and (min-width: 1200px) {
    .hot p {
        width: 50%;
    }

    .service-right-box {
        padding-bottom: 765px;
    }
}

@media screen and (min-width: 992px) {
    footer {
        background: #fff;
    }

    .md-right {
        padding-right: 0;
    }

    .md-tag-left {
        padding-left: 0;
    }

    .footer-home {
        padding-left: 0;
    }

    .pro-del-btn1 {
        padding-left: 15px;
    }

    .pro-table table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {

    .pro-icon1,
    .pro-icon2,
    .pro-icon3 {
        width: 30%;
    }

    .aq-con1 {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-form {
        display: none;
    }

    .por-del-btn {
        margin-left: 200px;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {

    .pro-icon1,
    .pro-icon2,
    .pro-icon3 {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .my-nav .navList {
        width: 240px;
    }

    h1 {
        margin-right: 30px;
        width: 20%;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 25px 8px;
        display: inline-block;
    }

    .con-center {
        margin: 0;
    }

    .wap-none {
        padding: 0;
    }

    .new-list {
        padding: 20px 0 0 0;
        margin: 0;
    }

    .new-list h3 {
        padding-right: 38px;
    }

    .new-right {
        padding-left: 0;
    }

    .right-box {
        padding: 0;
    }

    .ye p {
        text-align: center;
    }

    .dropdown-menu {
        width: 520px;
    }

    .about {
        padding-left: 0;
        padding-right: 0;
    }

    footer .container {
        background: #fff;
    }

    .contact {
        padding: 0;
    }

    .contact-con {
        padding: 50px 15px;
    }

    .contact-con-bottom {
        padding: 0 15px 25px 15px;
    }

    .process-left ul {
        padding-bottom: 20px;
    }

    .process-left {
        padding-right: 0;
    }

    .process-img {
        margin: 0;
    }

    .process-left-con {
        padding: 0;
    }

    .process-h3 {
        margin-top: 20px;
    }

    .pro-icon1 {
        margin-left: 20px;
    }

    .pro-text {
        margin-top: 0;
    }

    .message-con input {
        width: 60%;
    }

    .product-con-row {
        margin: 0;
    }

    .process-right-top {
        padding-right: 5px;
        padding-left: 5px;
    }

    .por-del-btn {
        margin-left: 200px;
    }

    .product-list {
        padding-left: 15px;
    }

    .new-bottom-con {
        margin-bottom: 20px;
    }

    .pro-table table {
        width: auto;
    }

}

@media screen and (max-width: 767px) {
	#service li .whatsapp_pc{
		display:none;
	}
	#service li .whatsapp_phone{
		display:block;
	}
    .nav > li {
        position: relative;
    }

    .dropdown-menu {
        position: inherit;
        box-shadow: none;
    }

    h1 {
        margin-right: 30px;
        width: 30%;
    }

    .error {
        margin-top: 20px;
    }

    .error .error-tit {
        margin-bottom: 40px;
    }

    .link-error {
        margin-bottom: 40px;
    }

    .error {
        padding-left: 0;
        padding-right: 0;
    }

    .error .error-tit {
        padding-top: 40px;
    }

    .search-error {
        padding-left: 0;
        padding-right: 0;
    }

    .search-error-con {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .search-success {
        margin-bottom: 30px;
    }

    .new-item h4 {
        margin-bottom: 10px;
    }

    .service-imglist {
        margin-bottom: 20px;
    }

    .service-con {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .new-con {
        padding-left: 0;
        padding-right: 0;
    }

    .process-p {
        margin-top: 20px;
    }

    .dropdown-menu {
        width: 100%;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .pro-text {
        margin-top: 20px;
    }

    .pro-del-btn1 .pro-icon2,
    .pro-del-btn1 .pro-icon3 {
        margin-left: 20px;
		margin-top:5px;

    }

    .por-del-p {
        margin-top: 10px;
    }

    .process-p {
        width: 100%;
    }

    .por-del-btn {
        margin-left: 20px;
    }

    .toTop {
        bottom: 210px;
        right: 10px;
    }

    .tuijian a {
        margin-right: 8%;
    }

    .process-imgList p {
        font-size: 12px;
    }

    .new-item {
        padding: 20px 0 20px 0;
    }

    .tag-item {
        padding: 20px 15px;
    }

    .zhezhao span {
        margin: 40px auto;
    }

    .pro-list-img {
        margin-right: 0;
        margin-left: 0;
    }

    .index-tab .nav > li a {
        font-size: 14px;
        font-weight: normal;
        margin-right: 0;
        margin-left: 10px;
    }


    .top-pc .new-bottom-right {
        float: right;
    }

    .top-pc .new-item {
        padding: 20px 15px;
    }

    .top-pc .new-item h3 {
        margin-top: 0;
    }

    .top-wap {
        padding-left: 0;
    }

    .new-con-top {
        background-color: #fff;
        margin-top: 20px;
    }

    .new-con-top.top-pc {

        margin-top: 0;
    }

    .top-pc {
        padding-right: 0;
    }

    .process-p {
        width: 100%;
    }

    .new-no {
        padding-top: 0;
    }

    .number-message-left {
        margin-left: 0;
    }

    .contact-my {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .contact-my .contact_bottom {
        width: 100%;
        margin-left: 2%;
        margin: 20px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .contact-my .contact_bottom button {
        line-height: 18px;
        margin-left: 15px;
        width: auto;
    }
	.nav > li {
		border-bottom: 1px solid #eeeeee;
	}
    #service {bottom:250px;}
	.new-body  p > img {

    height: auto!important;
    width: 100%!important;
    }
	.new-body span img {
    display: block;
    margin: 0 auto;
    width: 100%;
    }
	.new-body h1 {
    width: 100%;
    margin: 0;
    }
}

@media screen and (max-width: 413px) {
    .link-error {
        width: 300px;
    }

    .link-error a {
        width: 96px;
    }
}

@media screen and (max-width: 374px) {
    .por-del-btn {
        margin-left: 0px;
    }

    .zhezhao span {
        margin: 30px auto;
    }
}

.list-paddingleft-2{
    margin-left: 20px;
}