﻿body {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

input,
select,
textarea {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    font-size: 1em;
}

.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.owl .item {
    text-align: center;
}

img,
a {
    border: 0;
}

ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

.clear:after,
.clear:before {
    content: '';
    clear: both;
    display: table;
}

img {
    max-width: 100%;
}

.img {
    overflow: hidden;
    position: relative;
}

.img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(232, 230, 230, 0);
    z-index: 100;
}

.wapbanner {
    display: none;
}

.page_news .img:before {
    border: 1px solid rgba(232, 230, 230, 0.5);
}

/*.img:hover:before {
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border:1px solid rgba(255,255,255,0.5);
}
*/
.img:hover {
    /*background:#000*/
}

.img:hover img {
    /*opacity:.5;
	transform:scale(1.1) rotate(3deg);
	-o-transform:scale(1.1) rotate(3deg);
	-webkit-transform:scale(1.1) rotate(3deg);
	-moz-transform:scale(1.1) rotate(3deg);
	-ms-transform:scale(1.1) rotate(3deg);*/
    transform: scale(1.2);
    ;
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pos_cell {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.map img {
    max-width: none;
}

*,
*:after,
*:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.modal,
.fp_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fp_modal {
    display: table;
}

.modal {
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    background: rgba(0, 0, 0, 0.7);
}

.fp_modal .cell {
    display: table-cell;
    vertical-align: middle;
}

.modal_cont {
    max-width: 990px;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative;
}

.modal_cont .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat center center #ccc;
    border-radius: 100%;
    cursor: pointer;
}

.modal_cont .box {
    padding: 45px;
}

/*----------header----------*/
.header {
    background: rgba(255, 255, 255, 0.95);
    line-height: 85px;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.mheader {
    display: none;
}

.logo img {
    vertical-align: middle;
}

.menu li {
    float: left;
    margin: 0 25px;
}

.menu li a {
    color: #717171;
}

.menu li.on a,
.menu li a:hover {
    color: #cb0e26;
}

.banner {
    position: relative;
}

.banner_cur {
    left: 0%;
    right: 0%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
}

.banner img {
    width: 100%;
}

.banner_cur span {
    cursor: pointer;
    display: block;
    width: 36px;
    height: 60px;
    /* border-radius:100%;
	*/
    /* border:1px solid #fff;
	*/
    background-image: url(../images/cur1.png);
    background-repeat: no-repeat;
    background-color: rgba(203, 14, 38, 0.2);
    background-position: center center;
}

.banner_cur span:hover {
    border-color: #fb3546;
    background-color: rgba(203, 14, 38, 0.5);
}

.banner_cur span.next {
    background-image: url(../images/cur2.png);
}

.banner .item {
    position: relative;
    font-family: Arial;
}

.banner .text {
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner .text h2 {
    font-size: 46px;
    font-weight: normal;
}

.banner .text p {
    font-size: 24px;
    margin: 2em 0;
}

.banner_search {
    max-width: 800px;
    margin: 0 auto;
    padding: 8px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    width: 90%;
    line-height: 48px;
}

.banner_search .box {
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding-right: 147px;
}

.banner_search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 147px;
    text-align: center;
}

.banner_search .btn a {
    line-height: 48px;
    width: 100%;
    display: block;
    color: #fff;
    background: #cb0e26;
    font-size: 16px;
}

.btn a:hover {
    background: #956d47;
}

.banner_search .btn span {
    display: inline-block;
    padding-right: 32px;
    background: url(../images/icon1.png) no-repeat right center;
}

.banner_search .span_tit {
    display: block;
    float: left;
    width: 72px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.banner_search .div_input {
    padding-left: 20px;
    overflow: hidden;
}

.div_input input {
    width: 100%;
    border: 0;
    background: none;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    /*background:url(../images/dots.png) no-repeat center center;
	*/
    border-radius: 100%;
    background: none;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background: none;
}

.details .owl-theme .owl-dots .owl-dot span:after {
    background: #cb0e26
}

.details .owl-theme .owl-dots .owl-dot.active span,
.details .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #cb0e26;
}

.page1_text .img1 {
    /*text-align:right;*/
    width: 50%;
    float: right;
}

.page1_text .text {
    line-height: 30px;
    color: #878787;
    /*text-align:center;
	*/
    overflow: hidden;
}

.page1_text .text {
    padding: 80px 0;
}

.page_tit2 h3 {
    font-size: 48px;
    font-family: 'Times New Roman';
    font-weight: normal;
    color: #000;
    line-height: 58px;
}

.page_tit2 h2 {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    line-height: 58px;
    margin-bottom: 30px;
}

.page1_text .text p {
    height: 120px;
    overflow: hidden;
    max-width: 425px;
    /*margin:0 auto;
	*/
    margin-bottom: 80px;
}

.btn1 a {
    color: #cb0e26;
    display: block;
    line-height: 44px;
    width: 140px;
}

.btn a {
    color: #fff;
    display: block;
    line-height: 44px;
    width: 140px;
    text-align: center;
    background: #cb0e26;
    margin: 0 auto;
}

.page {
    overflow: hidden;
    padding: 60px 0;
    background: #fff;
}

.page:after {
    content: '';
    display: block;
    clear: both;
}

.page.on {
    background: #f9f9f9;
}

.page_tit {
    margin: 20px 0 50px;
    text-align: center;
}

.page_tit.dgtit {
    margin: 20px 0;
    text-align: left;
}

.page_tit.dgtit h3 {
    margin-bottom: 10px;
}

.page_tit.dgtit p {
    font-size: 24px;
    color: #333333;
}

.page_tit h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.page_tit h3.dgtxt1 {
    font-size: 40px;
    font-weight: bold;
}

.page_tit .dgtxt2 {
    font-size: 18px;
    color: #333333;
}

.about_d_text p.dgtxt3 {
    font-size: 24px;
    color: #333333;
}

.dgdiv1 {
    width: 66px;
    height: 4px;
    background: #cb0e27;
    margin: 60px auto 50px;
}

.about_d_text p.dgtxt4 {
    font-size: 30px;
    color: #666;
    font-weight: 600;
    padding: 0 0 30px;
}

.page_tit h2.dgfontnormal {
    font-weight: normal;
    padding: 30px 0 0;
}

.page_tit h2 {
    font-size: 28px;
}

.page_tit p {
    color: #999;
}

.page_tit p span:before,
.page_tit p span:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    content: '';
    margin: 0 2px;
    margin-bottom: 2px;
}

.page_tag ul li {
    margin-left: -4px;
    display: inline-block;
}

.page_tag {
    text-align: center;
}

.page_tag a {
    display: block;
    line-height: 30px;
    padding: 0 23px;
    color: #7e7e7e;
    position: relative;
}

.page_tag .on a,
.page_tag a:hover {
    background: #cb0e26;
    color: #fff;
}

.page_tag .on a:before,
.page_tag a:hover:before {
    color: #cb0e26
}

.page_tag a:before {
    content: '|';
    display: block;
    position: absolute;
    left: -2px;
}

.page_tag li:first-child a:before {
    display: none;
}

.pro_list ul:after {
    content: '';
    display: block;
    clear: both;
}

.pro_list li {
    width: 25%;
    float: left;
    text-align: center;
}

.pro_list h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 45px;
}

.pro_list p {
    padding: 10px 0 15px;
    color: #cb0e26;
    background: no-repeat bottom center;
}

.pro_list a:hover p {
    background: url(../images/icon2.png) no-repeat bottom center;
}

.pro_list ul {
    margin-top: 20px;
    display: none;
}

.pro_list ul.on {
    display: block;
}

.pro_list ul.on li {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.pro_list li:nth-child(4n + 5) {
    clear: left;
}

.about_list2 {
    max-width: 1400px;
    margin: 30px auto;
    padding-top: 30px;
}

.about_list2 ul li {
    width: 31.333%;
    margin: 0 1%;
    float: left;
}

.about_list2 ul {
    margin: 0 -1%;
}

.about_list2 .img {
    position: relative;
}

.about_list2 img {
    display: block;
}

.about_list2 .img p {
    position: absolute;
    bottom: 50%;
    left: 20px;
    right: 20px;
    line-height: 42px;
    /* background:#fff;
	*/
    text-align: center;
    color: #fff;
    height: 42px;
}

.about_list2 .img p span {
    display: block;
    /* height:20px;
	*/
    border-bottom: 4px solid #fff;
    width: 20px;
    /* height:20px;
	*/
    margin: 0 auto;
}

.about_list2 .img p label {
    display: inline-block;
    /* padding:0 10px;
	*/
    /* background:#fff;
	*/
}

.about_list2 .text {
    font-size: 20px;
    color: #fff;
}

.his_list {
    padding-top: 20px;
    position: relative;
}

.his_list .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    background: #d3d3d3
}

.his_list ul li {
    text-align: right;
    margin: 20px 0;
    width: 50%;
    padding-right: 50%;
    clear: both;
    position: relative;
}

.his_list ul li i {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #d3d3d3
}

.his_list ul li i:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 60px;
    height: 1px;
    background: #d3d3d3;
    top: 4px;
}

.his_list ul li:nth-child(2n) i:after {
    margin-left: 20px;
}

.his_list ul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 50%;
    text-align: left;
}

.his_list ul li .text {
    padding: 0 100px;
    line-height: 28px;
    color: #262626;
}

.his_list ul li .text h3 {
    font-size: 20px;
    color: #a2774f;
    font-weight: normal;
    margin-bottom: 10px;
}

.ry_list {
    max-width: 1400px;
    margin: 0 auto;
}

.ry_list li {
    width: 30.3%;
    float: left;
    margin: 10px 1.5%;
    text-align: center;
    line-height: 40px;
    background: #fff;
}

.ry_list li .img {
    border: 1px solid #efefef;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.ry_list li:nth-child(3n+1) {
    clear: both;
}

.ry_list li .img img {
    display: block;
}

.td_list {
    max-width: 1100px;
    margin: 0 auto;
}

.td_list li {
    width: 25%;
    float: left;
}

.td_list li:hover .tit p span {
    width: 100%;
}

.td_list li .box {
    margin: 17px;
}

.td_list li .img {
    position: relative;
}

.td_list li .img img {
    display: block;
}

.td_list li .tit p {
    line-height: 56px;
    background: #1c1c1c;
    padding: 0 16px;
    font-size: 16px;
    color: #c09874;
    position: relative;
}

.td_list li .tit p span {
    position: absolute;
    display: block;
    width: 48px;
    height: 4px;
    background: #cb0e26;
    bottom: 0;
    right: 0;
}

.td_list li:nth-child(4n+1) {
    clear: both;
}

.td_list li .text {
    margin-top: 15px;
    line-height: 26px;
    color: #6c6c6c
}

.td_list li .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000
}

.zp_p_list {
    max-width: 1120px;
    margin: 0 auto;
    line-height: 28px;
    color: #4c4c4c
}

.zp_p_list a {
    color: #cb0e26
}

.bold {
    font-weight: bold;
}

.zp_p_list .list {
    border-bottom: 1px solid #ebefef;
    margin-bottom: 15px;
    /*padding-bottom:15px;
	*/
    background-color: #f9f9f9;
}

.zp_p_list .list:last-child {
    border-bottom: 0
}

.zp_p_list .list h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    line-height: 40px;
}

.zp_p_list .text {
    padding: 20px 30px;
}

.zp_p_list .text>ul>li {
    list-style: decimal;
    margin-left: 20px;
}

.zp_list .text>ul {
    max-width: 514px;
}

.zp_p_list .title {
    cursor: pointer;
    /*margin:10px 0 0;
	*/
    line-height: 54px;
    border-bottom: 1px solid #e3e9ec;
    background: url(../images/icon12.png) no-repeat 98% center #fff;
    padding: 0 20px;
}

.zp_p_list .title span {
    display: inline-block;
    width: 23%;
    color: #5a5456;
}

.zp_p_list .title span.span1 {
    font-size: 22px;
}

.zp_p_list .box {
    display: none;
    transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
}

.zp_p_list .on .title,
.zp_p_list li:hover .title {
    background: url(../images/icon12-1.png) no-repeat 98% center #fff;
    /*border-color:#cb0e26;
	*/
}

.zp_p_list .on .title span,
.zp_p_list li:hover .title span {
    /*color:#fff;
	*/
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.pro_list li:nth-child(3n+1) {
    /* clear:both; */
}

.pro_list li a {
    display: block;
    margin: 12px;
    background: #fff;
    /* padding:23px;
	*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.pro_list li a:hover {
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1)
}

.pro_list li a:hover .img {
    background: #fff;
}

.page_pro {
    padding: 0;
    background: #333;
    position: relative;
}

.pro_owl {
    width: 50%
}

.pro_owl .owl-theme .owl-controls {
    width: auto;
    right: -60px;
    left: auto;
    width: 120px;
}

.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    background-image: url(../images/cur1.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    background-color: #1c1c1c
}

.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
    background-image: url(../images/cur2.png);
    background-color: #cb0e26
}

.page_pro .text {
    position: absolute;
    left: 55%;
}

.page_pro .text .box {
    max-width: 500px;
}

.page_tit2.on h3 {
    color: #fff;
}

.page_tit2.on h2 {
    color: #fff;
    font-size: 24px;
}

.page_pro .text p {
    line-height: 24px;
    color: #999;
    height: 96px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page_pro .btn a {
    margin-left: 0;
    background: #cb0e26;
}

.btn2 a span {
    display: inline-block;
    padding-right: 17px;
    background: url(../images/icon3.png) no-repeat right center;
}

.btn2 a:hover span {
    padding-right: 27px;
}

.service_list:after {
    content: '';
    display: block;
    clear: both;
}

.service_list ul li {
    width: 25%;
    float: left;
    margin: 0 0 55px;
}

.service_list a {
    display: block;
    margin: 7px;
    position: relative;
}

.service_list img {
    display: block;
}

.service_list .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
}

.service_list .text h3 {
    font-size: 16px;
    font-weight: normal;
}

.service_list .text p {
    margin: 10px 0;
    background: bottom center no-repeat
}

.service_list .text .more {
    display: inline-block;
    padding-right: 10px;
    background: url(../images/icon4.png) no-repeat right center;
}

.service_list a:hover .img:before {
    background: #fff;
    opacity: .95;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.service_list a:hover .text {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    color: #000;
    z-index: 100
}

.service_list a:hover .text h3 {
    color: #000;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 20px;
    padding-bottom: 15px;
}

.service_list a:hover .text p {
    color: #7f7f7f;
    padding-bottom: 20px;
    background: url(../images/icon5.png) bottom center no-repeat;
}

.service_list a:hover .text span {
    display: none;
}

.news_list ul li {
    width: 48%;
    padding: 25px 0;
    float: left;
}

.news_list ul li:nth-child(2n) {
    float: right;
}

.news_list a {
    display: block;
}

.news_list .img {
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 20px;
}

.news_list .text {
    overflow: hidden;
}

.news_list .p_time {
    height: auto;
    color: #a1a1a1
}

.news_list h3 {
    /*margin-top:10px;*/
    line-height: 22px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list p {
    line-height: 20px;
    color: #999;
    height: 40px;
    overflow: hidden;
}

.news_list .line {
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 8px 0;
}

.news_list .line label {
    display: block;
    width: 13px;
    height: 1px;
    background: #000
}

.news_list a:hover .line label {
    width: 100%;
}

/*----------织 梦 58 d e d e 5 8.c o m----------*/
.mainer {}

ul:after {
    content: '';
    display: block;
    clear: both;
}

.btn_more {
    margin-top: 20px;
    text-align: center;
}

.btn_more a {
    display: inline-block;
    padding: 0 45px;
    font-size: 18px;
    line-height: 42px;
    border: 1px solid #999;
    border-radius: 50px;
    color: #333;
}

.btn_more a:hover {
    border-color: #fb3546;
    color: #fb3546
}

.div_pos {
    line-height: 65px;
    color: #999;
}

.div_pos a {
    color: #999;
}

.div_pos a:hover {
    color: #fb3546
}

.details .wrap {
    max-width: 1400px;
}

.details .tit {
    padding: 60px 0 0 0;
    /* border-bottom:1px solid #e8e8e8;
	*/
    line-height: 30px;
    text-align: center;
}

.details .tit h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 10px;
}

.details .tit p {
    color: #999;
}

.details .tit span {
    color: #999;
    font-size: 14px;
    margin: 0 10px;
}

.text img {
    /*width:100%!important;*/
}

.details .text {
    line-height: 36px;
    color: #898989;
    padding: 40px 0;
    text-align: left;
}

.page_padd {
    padding-top: 0;
}

.page_tit3 {
    margin: 0 10px;
    padding-top: 30px;
}

.page_tit3 span {
    font-size: 20px;
}

.center {
    text-align: center;
}

.page_size {
    text-align: center;
    margin-top: 30px;
}

.page-status {
    display: none;
}

.page_size .page-num,
.page_size a {
    display: inline-block;
    /*width:44px;
	*/
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #ddd;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
}

.page_size a.prev {
    background-image: url(../images/cur3.png);
}

.page_size a.next {
    background-image: url(../images/cur4.png);
}

.page_size a:hover,
.page_size a.on,
.page_size a.page-num-current {
    background-color: #cb0e26;
}

/*----------footer----------*/
.footer {
    padding: 50px 0 0 0;
    color: #fff;
    line-height: 26px;
    background: #333;
    background-size: cover;
}

.footer .wrap {
    max-width: 1400px;
}

.footer .text {
    overflow: hidden;
    padding-bottom: 50px;
}

.footer .ewm img {
    display: block;
    margin-bottom: 15px;
    width: 155px;
}

.footer .ewm {
    text-align: center;
    width: 170px;
}

.list ul li p i:nth-child(1) {
    margin-right: 5px
}

.list ul li p i:nth-child(2) {
    margin-left: 5px
}

.list ul li p {
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.list h3 {
    font-size: 32px;
    color: #EB1F1F;
    width: 100%;
    overflow: hidden;
    background: url(/skin/images/dhx.png)no-repeat left;
    /*padding-left:40px;*/
    margin-top: 20px;
}

.footer .list {
    /* padding-top:10px;
	*/
    width: 330px;
    float: left;
}

.footer .list h3 {
    padding-left: 40px;
}

.footer .list ul {
    margin: 15px 0;
    overflow: hidden;
    clear: both;
}

.footer .list ul li {
    margin: 20px 0;
    /* overflow: hidden; */
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #cb0e26;
}

.news_tag {
    text-align: center;
    padding: 50px 0;
}

.news_tag ul li {
    display: inline-block;
}

.news_tag a {
    display: block;
    padding: 0 10px;
    min-width: 72px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    color: #7e7e7e;
}

.news_tag li.on a,
.news_tag a:hover {
    background: #cb0e26;
    color: #fff;
}

.page_news .list {
    max-width: 1400px;
    margin: 0 auto;
}

.page_news .list .img {
    width: 471px;
    float: left;
    margin-right: 50px;
}

.page_news .list .text {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    overflow: hidden;
}

.page_news .list li {
    margin-bottom: 40px;
}

.page_news .list li:after {
    content: '';
    display: block;
    clear: both;
}

.page_news h3 {
    font-size: 20px;
    white-space: nowrap;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.page_news .list a:hover {
    color: #cb0e26
}

.page_news .time {
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(../images/icon6.png) no-repeat left center;
    color: #a8a8a8
}

.page_news p {
    line-height: 27px;
    height: 81px;
    overflow: hidden;
    color: #737373;
    margin: 30px 0;
}

.page_news .btn a {
    background: none;
    border: 2px solid #000;
    color: #000;
    line-height: 34px;
    width: 120px;
    margin-left: 0
}

.page_news .btn a:hover {
    background: #333;
    color: #fff;
}

/*----------custom----------*/
.news_details {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.news_details .box {
    width: 90%;
    margin: 0 auto;
}

.news_details .tit {
    padding: 73px 0 43px;
    text-align: center;
}

.news_details .tit h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
}

.news_details .tit p {
    font-size: 16px;
    color: #999;
}

.news_details .text {
    font-size: 16px;
    color: #414141;
    line-height: 28px
}

.news_details .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.news_details .text img {
    margin-top: 10px;
}

.text_cur {
    line-height: 70px;
    border-top: 1px solid #e8e8e8
}

.text_cur span {
    max-width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_cur a {
    color: #000;
}

.text_cur a:hover {
    color: #cb0e26;
}

.pro_list2 ul li {
    width: 25%;
    float: left;
}

.pro_list2 a {
    display: block;
    margin: 7px;
    font-size: 16px;
}

.pro_list2 ul {
    margin: 0 3px;
    margin-top: 20px;
}

.pro_list2 img {
    display: block;
}

.pro_list2 .img {
    margin-bottom: 20px;
}

.cont_list ul li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.cont_list ul li .text {
    margin-top: 20px;
    color: #434343
}

.cont_list ul li .text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.message {
    max-width: 710px;
    margin: 0 auto;
}

.message ul li {
    width: 50%;
    float: left;
}

.message ul li:last-child {
    width: 100%;
}

.message ul {
    margin-bottom: 30px;
}

.message .div_input {
    margin: 5px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 0 15px;
}

.div_input textarea {
    width: 100%;
    height: 150px;
    border: 0;
    background: none;
    resize: none;
    padding: 10px 0;
}

.banner .item img {
    display: block;
}

.about_tag {
    line-height: 80px;
    border-bottom: 1px solid #e8e8e8
}

.about_tag ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.about_tag.dgfwzc ul li {
    width: 33.3%
}

.about_tag ul li a {
    margin-left: -1px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    font-size: 16px;
    color: #222;
    display: block;
}

.about_tag ul li:nth-child(-n+4) a {
    border-top: 0;
}

.about_tag ul li:first-child a,
.about_tag ul li:nth-child(4n+5) a {
    border-left: 0;
}

.about_tag ul li span {
    display: inline-block;
    padding-left: 50px;
}

.about_tag ul li span.span1 {
    background: url(../images/icon7.png) no-repeat left center;
}

.about_tag ul li span.span2 {
    background: url(../images/icon8.png) no-repeat left center;
}

.about_tag ul li span.span3 {
    background: url(../images/icon9.png) no-repeat left center;
}

.about_tag ul li span.span4 {
    background: url(../images/icon10.png) no-repeat left center;
}

.about_tag ul li span.span5 {
    background: url(../images/icon11.png) no-repeat left center;
}

.about_tag ul li span.span888 {
    background: url(../images/icon888.png) no-repeat left center;
}

.about_tag ul li.on a,
.about_tag ul li a:hover {
    background: #cb0e26;
}

.about_tag.dgfwzc ul li.on a,
.about_tag.dgfwzc ul li a:hover {
    color: #fff;
}

.about_tag ul li.on span,
.about_tag ul li a:hover span {
    color: #fff;
}

.about_tag ul li.on span.span1,
.about_tag ul li a:hover span.span1 {
    background: url(../images/icon7-1.png) no-repeat left center;
}

.about_tag ul li.on span.span2,
.about_tag ul li a:hover span.span2 {
    background: url(../images/icon8-1.png) no-repeat left center;
}

.about_tag ul li.on span.span3,
.about_tag ul li a:hover span.span3 {
    background: url(../images/icon9-1.png) no-repeat left center;
}

.about_tag ul li.on span.span4,
.about_tag ul li a:hover span.span4 {
    background: url(../images/icon10-1.png) no-repeat left center;
}

.about_tag ul li.on span.span5,
.about_tag ul li a:hover span.span5 {
    background: url(../images/icon11-1.png) no-repeat left center;
}

.about_d_text p {
    max-width: 1400px;
    margin: 0 auto;
    line-height: 30px;
    color: #999;
    text-align: center;
}

.about_list {
    max-width: 1400px;
    margin: 0 auto;
}

.about_list ul li {
    width: 50%;
    float: left;
    margin: 35px 0 0;
}

.about_list ul li:nth-child(2n+3) {
    clear: left;
}

.about_list .box {
    margin: 10px;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 50px;
    color: #ababab;
    line-height: 22px;
    min-height: 220px;
}

.about_list .box h3 {
    font-size: 28px;
    color: #5a5456;
    font-weight: normal;
    margin-bottom: 30px;
}

.about_list .box p {
    text-align: left;
}

@media only screen and (max-width:1400px) {
    .pcbanner {
        display: block;
    }

    .banner_cur {
        left: 5%;
        right: 5%;
    }

    .page_tit2 h2 {
        margin-bottom: 10px;
    }
}

/*end 1400*/
@media only screen and (max-width:1200px) {
    .page_tit2 h3 {
        font-size: 38px;
    }

    .page_tit2.on h2 {
        font-size: 20px;
    }

    .page_pro .text p {
        line-height: 25px;
        margin-bottom: 10px;
        height: 75px;
    }

    .his_list ul li .text {
        padding-left: 0
    }

    .his_list ul li:nth-child(2n) .text {
        padding-left: 100px;
        padding-right: 0
    }
}

/*end 1200*/
@media only screen and (max-width:900px) {
    .menu {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        height: 92%;
        background: rgba(22, 37, 34, .8);
        overflow-y: auto;
        padding-bottom: 50px;
    }

    .menu ul ul {
        padding-top: 0;
    }

    .menu ul li {
        float: none;
        display: block;
        border-bottom: 1px solid #384442;
        line-height: 35px;
        padding: 0;
    }

    .menu ul li a {
        line-height: 45px;
        font-size: 14px;
        color: #eee;
    }

    .menu ul {
        padding-top: 10px;
    }

    .menu ul:first-child {
        background: #162522;
        width: 100%;
    }

    .menu ul ul li:last-child {
        border-bottom: none;
    }

    .header .logo {
        position: relative;
        z-index: 1001;
        line-height: 60px;
    }

    .menu_wrap {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        background: url(../images/menu.png) no-repeat center center #cb0e26;
        background-size: 20px auto;
        right: -5px;
    }

    .h_menu .menu_wrap {
        background: url(../images/menu-1.png) no-repeat center center #cb0e26;
        background-size: 25px auto;
    }

    .h_menu .menu {
        left: 0;
    }

    .header {
        line-height: 60px;
    }

    .mainer {
        /*margin-top:60px;*/
    }

    .menu li.on a,
    .menu li a:hover {
        color: #fb3546
    }

    .banner .text h2 {
        font-size: 30px;
    }

    .banner .text p {
        font-size: 14px;
    }

    .banner_search {
        max-width: 500px;
    }

    .page1_text .text {
        padding: 20px 0;
    }

    .pro_owl {
        width: 90%;
        margin: 0 auto;
    }

    .page_pro {
        padding: 50px 0;
    }

    .page_pro .text {
        position: initial;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .page_pro .text .box {
        max-width: 100%;
    }

    .pro_owl .owl-theme .owl-controls {
        right: 0
    }

    .service_list ul li {
        width: 50%;
    }

    .service_list ul li:nth-child(2n+1) {
        clear: both;
    }

    .service_list ul li img {
        width: 100%;
    }

    .about_tag ul li span {
        padding-left: 0;
        background: none !important
    }

    .about_tag {
        line-height: 60px;
    }

    .td_list li .box {
        margin: 5px;
    }

    .td_list li {
        width: 50%;
    }

    .td_list li:nth-child(2n+1) {
        clear: both;
    }

    .td_list li img {
        width: 100%;
    }

    .ry_list li {
        width: 47%;
    }

    .ry_list li:nth-child(3n+1) {
        clear: none;
    }

    .ry_list li:nth-child(2n+1) {
        clear: both;
    }

    .page_news .list .img {
        width: 300px;
        margin-left: 20px;
    }

    .page_news .list .text {
        padding-top: 20px;
    }

    .page_news p {
        margin-top: 0;
        height: 54px;
        margin-bottom: 10px
    }

    .page_news .time {
        margin-bottom: 0
    }

    .page_news .list li {
        margin-bottom: 20px;
    }
}

/*end 900*/
@media only screen and (max-width:800px) {
    .news_list ul li {
        width: 100%;
        padding: 10px 0;
    }
}

/*end 800*/
@media only screen and (max-width:750px) {
    .pcbanner {
        display: none;
    }

    .wapbanner {
        display: block;
    }

    .wrap {
        width: 92%;
    }

    .footer .text {
        display: none;
    }

    .footer {
        padding-top: 0;
    }

    .news_list .img {
        width: 150px;
        height: 120px;
        margin-right: 10px;
    }

    .news_list p {
        font-size: 12px;
    }

    .page_tit2.tit h3 {
        font-size: 28px;
        padding: 30px 0 0px;
    }

    .page1_text {
        text-align: center;
    }

    .page1_text .text p {
        max-width: 98%;
        margin: 30px auto 30px;
    }

    .page1_text .btn1 a {
        margin: 0 auto;
    }

    .btn_more a {
        padding: 0 25px;
        font-size: 14px;
    }

    .page_tit.dgtit h3 {
        margin-bottom: 5px;
    }

    .page_tit.dgtit p {
        font-size: 20px;
    }

    .lb-ctrl.left {
        left: 0;
        top: 518px;
    }

    .lb-ctrl.right {
        right: 0;
        top: 518px;
    }

    .zuo {
        display: none;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        margin-left: 0;
    }

    .pro_list ul li img {
        height: 100% !important;
    }

    .details .text2 {
        padding: 0 0;
    }

    .list h3 {
        padding-left: 0px;
        margin-top: 0px;
    }

    .page_tit h3.dgtxt1 {
        font-size: 28px;
    }

    .page_tit .dgtxt2 {
        font-size: 14px;
    }

    .about_d_text p.dgtxt3 {
        font-size: 16px;
    }

    .about_d_text p.dgtxt4 {
        font-size: 20px;
    }

    .about_d_text p {
        font-size: 12px;
        line-height: 20px;
    }

    .about_list .box p {
        font-size: 12px
    }

    .page1_text .img1 img {
        width: 80%;
        margin: 0 auto;
    }

    .div_pos {
        font-size: 12px;
        line-height: 20px;
        padding: 20px 0;
    }

    .details .text {
        padding-top: 0;
    }

    .footer .fto {
        font-size: 12px;
    }

    .ry_list li .img {
        padding: 5px;
    }

    .zp_p_list .title span.span1 {
        font-size: 18px;
    }

    .banner .text h2 {
        font-size: 20px;
    }

    .banner .text p {
        margin: 1em;
    }

    .banner_cur {
        display: none;
    }

    .banner_search .btn {
        width: 100px;
    }

    .banner_search .box {
        padding-right: 100px;
    }

    .banner_search .span_tit {
        width: 50px;
    }

    .banner_search .div_input {
        padding-left: 10px;
    }

    .banner img {
        /*width:150%;
	margin-left:-25%;*/
        max-width: initial;
    }

    .you img {}

    .page1_text .img1 {
        float: none;
        width: 100%;
    }

    .pro_list li:nth-child(3n+1) {
        clear: none;
    }

    .pro_list li {
        width: 50%;
    }

    .pro_list li:nth-child(2n+1) {
        clear: both;
    }

    .pro_list li a {
        /*padding:15px;*/
        margin: 5px;
    }

    .footer .ewm {
        float: none;
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }

    .footer .list ul li {
        margin: 5px 0;
    }

    .footer .ewm img {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer {
        text-align: center;
    }

    .page {
        padding: 20px 0;
    }

    .about_list ul li {
        margin: 20px 0;
        width: 100%;
    }

    .page_tit2 h3 {
        font-size: 28px;
        line-height: 20px;
    }

    .page_tit2 h2 {
        font-size: 24px;
    }

    .about_tag ul li a {
        font-size: 14px;
    }

    .about_tag {
        line-height: 40px;
    }

    .about_tag .wrap {
        width: 100%;
    }

    .about_list .box h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_list .box .text {
        font-size: 12px;
    }

    .about_list .box {
        margin: 5px;
        padding: 30px 20px;
    }

    .page_tit h2 {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
        margin: 0 auto;
    }

    .about_list2 ul li {
        margin: 0 auto;
        width: 95%;
        margin-bottom: 15px;
        float: none;
    }

    .about_list2 img {
        width: 100%;
    }

    .his_list ul {
        padding-left: 50px;
    }

    .his_list ul li i {
        left: -40px
    }

    .his_list ul li {
        padding: 0 !important;
        width: 100%;
        text-align: left;
    }

    .his_list ul li .text {
        padding: 0 !important
    }

    .his_list .line {
        left: 10px;
        right: auto;
    }

    .his_list ul li i:after {
        margin-left: 10px !important;
        width: 20px !important;
    }

    .zp_p_list .title span {
        min-width: 47%;
        width: auto;
    }

    .zp_p_list .title {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page_news .list .img {
        width: 120px;
        float: left;
        margin: 0 auto;
        margin-right: 10px;
    }

    .page_news p {
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .page_news .list .text {
        padding-top: 0px;
    }

    .page_news .list .time {
        display: none;
    }

    .page_news .list .text {
        border-top: 0
    }

    .page_news .btn a {
        border: 0;
        line-height: 20px;
        text-align: left;
        font-size: 12px;
    }

    .page_news .time {
        margin-bottom: 10px;
    }

    .page_news p {
        margin-bottom: 5px
    }

    .news_details .box {
        width: 95%;
    }

    .news_details .tit p {
        font-size: 12px;
    }

    .news_details .text {
        font-size: 14px;
        line-height: 24px;
    }

    .news_details .tit h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_details .tit {
        padding: 30px 0;
    }

    .pro_list2 ul li {
        width: 50%;
    }

    .page_news h3 {
        margin-bottom: 0px;
    }

    .pro_list2 .img {
        margin-bottom: 10px
    }

    .text_cur span {
        max-width: 100%;
        float: none;
    }

    .text_cur {
        line-height: 35px;
        padding: 10px 0;
    }

    .cont_list ul li {
        float: none;
        width: 100%;
        text-align: left;
        clear: both;
        margin-bottom: 10px;
    }

    .cont_list ul li:after {
        content: '';
        display: block;
        clear: both;
    }

    .cont_list ul li .img1 {
        float: left;
        width: 40px;
        margin-right: 20px;
        margin-top: 10px;
    }

    .cont_list ul li .text {
        margin-top: 0;
        padding-top: 10px;
        overflow: hidden;
    }

    .map {
        overflow: hidden;
    }

    .map img {
        width: 200%;
        margin-left: -50%;
        max-width: initial;
    }

    .full {
        display: none;
    }

    .page_tag a {
        padding: 0 15px;
    }

    .news_tag {
        padding: 20px 0;
    }

    .page_tit h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page_tit {
        margin-bottom: 20px;
    }
}

/*end 750*/
.pro_list2 ul li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1001;
}

.full li a {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.full li a:hover span,
.full li a:hover label {
    background-color: #cb0e26 !important;
}

.full li:last-child a {
    border-bottom: 0;
}

.full li a span {
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

.full li:nth-child(2) a,
.full li:nth-child(1) a {
    z-index: 2;
}

.full li a label {
    display: block;
    width: 100px;
    white-space: nowrap;
    padding: 0 10px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #000;
    bottom: 0;
    left: 100%;
    box-sizing: inherit;
    max-width: 300%;
}

.full li a:hover label {
    left: -120px;
}

.full li a .lbl_img {
    padding: 15px 10px;
    height: auto;
    line-height: normal;
}

.full li a span.span1 {
    background-image: url(../images/full1.png);
    background-color: #f33d56;
}

.full li a span.span2 {
    background-image: url(../images/full2.png);
    background-color: #48b4e4;
}

.full li a span.span3 {
    background-image: url(../images/full3.png);
    background-color: #35ca32;
}

.full li a span.span4 {
    background-image: url(../images/full4.png);
}

/*@charset "utf-8";
	 LESS Document */
/* reset.css V1.2  Start*/
/*body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
	margin:0px;
	padding:0px;
	font-weight:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	
}
body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
	font:normal 62.5% Microsoft YaHei,Arial,"\5b8b\4f53",tahoma;
}
body {
	position:relative;
	min-width:1200px;
	
    background-color:#fff;
}*/
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fixed {
    *zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd {
    margin: 0 auto;
    width: 1400px;
}

.wd100 {
    margin: 0 auto;
    width: 1000px;
}

.gray {
    background: url(../images/gray.jpg) repeat-x 0 0 #f9f9f9;
    padding-bottom: 88px;
}

.gray2 {
    background-color: #f5f5f5;
}

.gray3 {
    background-color: #f6f6f6;
}

/* reset.css V1.0  End */
.p_scale {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.overflow {
    height: auto;
    overflow: hidden;
}

/*header*/
.header {
    position: relative;
    z-index: 999;
    height: 102px;
    background-color: #fff;
}

.logo {
    float: left;
    /* margin-top:7px;
	*/
    /* width:100%; */
    /* height:41px;
	*/
    overflow: hidden;
    /* margin-bottom: 19px; */
}

.logo img {
    width: 100%;
    height: auto;
}

.nav {
    float: right;
}

.nav ul {
    float: left;
    /* padding-right: 18px; */
}

.nav li {
    position: relative;
    float: left;
    height: 102px;
    line-height: 102px;
    text-align: center;
}

.nav li>a {
    display: inline-block;
    padding: 0 20px 0 23px;
    color: #676767;
    font-size: 16px;
    background: url(../images/icon2.jpg) no-repeat left center;
}

.nav li.on {
    background: url(../images/icon3.jpg) no-repeat center 66px;
}

.nav li:hover>a,
.nav li.on>a {
    color: #03695d;
}

.nav li:first-child>a {
    background: none;
}

.navMenu {
    position: absolute;
    left: 0;
    /* top: 102px; */
    z-index: 10;
    height: 0px;
    /* overflow: hidden; */
    text-align: left;
    /* width: 200px; */
    /* padding: 0px 55px; */
    background: #fff;
    display: none;
}

.nav li:hover .navMenu {
    height: auto;
}

.navMenuLeft {
    white-space: nowrap;
}

.navMenuLeft a {
    padding: 10px 20px;
    display: block;
    line-height: 31px;
    color: #666666;
    font-size: 16px;
}

.navMenuLeft a:hover {
    color: #fff;
    background-color: #003a82;
}

.navMenuLeft .classnva2 {
    position: relative;
}

.navMenuLeft .classnva2>a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #a8bfdc;
    font-size: 0;
    line-height: 1em;
    vertical-align: middle;
    margin-right: 10px;
}

.navMenuLeft .classnva3 {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
}

.navMenuLeft .classnva3 a {
    padding-left: 18px;
    position: relative;
}

.navMenuRight {
    /* float: right;
    width: 280px;
    margin-top: 25px; */
}

.navMenuRight div {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.navImg {
    display: block;
    width: 280px;
    height: 180px;
}

.navImg img {
    width: 100%;
    height: 100%;
}

.navImg img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .wd {
    position: relative;
}

.headRig {
    float: right;
    width: 252px;
    height: 65px;
    padding: 20px 0 0 11px;
    /* overflow: hidden; */
}

.search {
    float: left;
    float: right;
}

.sertop {
    margin-top: 18px;
}

/*.searchBox {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:0;
	height:29px;
	line-height:29px;
	overflow:hidden;
	filter:alpha(opacity=0);
	opacity:0;
	border:1px solid #e5e5e5;
	background-color:#fff;
}
.searchBox input {
	display:block;
	float:left;
	height:29px;
	line-height:29px;
	color:#676767;
	font-size:1.4em;
	border:none;
}
.searchBox input[type="text"] {
	padding-left:10px;
	width:130px;
	background:none;
}
.searchBox input[type="submit"] {
	width:28px;
	cursor:pointer;
	background:url(../images/search.jpg) no-repeat center center;
}
*/
.searchBtn {
    width: 30px;
    height: 28px;
    background: url(../images/search.jpg) no-repeat left;
    /* cursor:pointer;
	*/
    background-size: 16px;
    flaot: ieft;
    float: left;
    line-height: 27px;
    padding-left: 20px;
    font-size: 14px;
}

.lang {
    float: left;
    display: block;
    line-height: 29px;
    color: #00443c;
    font-size: 1.3em;
    margin: 15px 19px 0 16px;
}

.lang:hover {
    text-decoration: underline;
}

.login {
    float: left;
    margin-top: 1px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #7fa19d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #00443c;
    /*background:url(../images/icon1.png) no-repeat 12px center;
	*/
}

.login>a {
    display: block;
    color: #fff;
    font-size: 1.2em;
    padding: 0 12px 0 12px;
    cursor: pointer;
}

.login:hover {
    border-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*background:url(../images/icon1-1.png) no-repeat 12px center #00443c;
	*/
}

.login:hover>a {
    color: #fff;
}

.logintop {
    margin-top: 5px;
}

.mobileNavTit {
    display: none;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: url(../images/mobilebg.jpg) no-repeat 0 0 #175d54;
}

.mobileNavTit i {
    display: block;
    float: left;
    width: 25px;
    margin-right: 10px;
    height: 50px;
    background: url(../images/menu.png) no-repeat 0 center;
    background-size: 100%;
}

.mobileNavTit a {
    display: block;
    float: left;
    color: #fff;
    font-size: 1.6em;
}

.search:hover .dropdown {
    display: block;
}

.search {
    height: 300px;
    width: 230px;
    position: relative;
    top: -47px;
    left: 180px;
}

.dropdown {
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 10;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
    padding: 30px;
    width: 320px;
    z-index: 10;
    background-color: #f0f0f0;
    display: none;
}

.open .dropdown {
    display: block;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-control {
    height: 40px;
    padding: 0 10px;
    width: 298px;
    color: #979797;
    display: block;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: #00443c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 93, 84, 0.6);
    outline: 0 none;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 14px;
    color: #666;
}

.form-group label input {
    display: block;
    float: left;
    margin: 6px 5px 0 0;
}

.btn_search {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #cb0e26;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 1px solid #cb0e26;
    background-color: transparent;
}
}

.btn_search:hover {
    background-color: #00443c;
    color: #fff;
}

.sideNavCon {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sideNavCon .bg {
    position: absolute;
    z-index: 11000;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}

.sideNavCon .sideNavScroll {
    position: absolute;
    z-index: 11001;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 250px;
    height: inherit;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    background: url(../images/sidebg.jpg) no-repeat 0 0 #1e544d;
    background-size: 100%;
}

.sideNavCon .sideNavScroll.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sideNavCon .sideNav {
    width: 100%;
}

.sideNavCon .sideNav li {
    margin: 0 10px;
    border-bottom: 1px solid #66a29a;
}

.sideNavCon .sideNav li>a {
    font-size: 1.4em;
    line-height: 4;
    position: relative;
    display: block;
    padding-left: 20px;
    color: #fff;
}

.sideNavCon .sideNav li>a i {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    line-height: 4;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 4em;
    height: 4em;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.sideNavCon .sideNav li>a i.on {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sideNavCon .sideNav li .sub {
    overflow: hidden;
    height: 0;
}

.sideNavCon .sideNav li .sub .li {
    margin-left: 20px;
    border-top: 1px solid #66a29a;
}

.sideNavCon .sideNav li .sub .li:first-child {
    border-top: 0;
}

.sideNavCon .sideNav li .sub .li a {
    font-size: 1.2em;
    line-height: 3;
    display: block;
    padding-left: 10px;
    color: #dcdbdb;
}

.telp {
    padding-left: 20px;
    width: 123px;
    float: left;
    height: 29px;
    cursor: pointer;
    margin-top: 18px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 900;
    color: #666;
    background: url(../images/full2.png)no-repeat left;
    background: url(../images/dhs.png) no-repeat left;
    background-size: 15px 15px;
    margin-left: 51px;
}

.telp i {
    float: right;
    /*margin-top:4px;*/
    font-size: 10px;
    color: #cecdcd
}

.list2 {
    float: right;
    height: 220px;
    overflow: hidden;
}

.list2 ul {
    width: 135px;
    float: left;
}

.list2 ul a {
    width: 150px;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #e0dfdf;
}

.fotlist {
    font-size: 16px !important;
    margin-bottom: 10px;
}

.fto {
    padding: 20px 0px;
    border-top: 1px solid #666;
    text-align: center;
    font-size: 14px;
    color: #e0dfdf;
}

.fto a {
    font-size: 14px;
    color: #e0dfdf;
}

.pagebt {
    width: 280px;
    float: left;
}

.pagebty {
    /* width:200px;
	*/
    float: right;
}

.pagebt h2 {
    font-size: 28px;
    color: #333;
}

.pagebt h3 {
    font-size: 24px;
    color: #333;
}

.pagebty h3 {
    font-size: 20px;
    border: 1px solid #999;
    overflow: hidden;
    padding: 12px 50px;
    border-radius: 50px;
}

.pageb {
    overflow: hidden;
    margin-bottom: 30px;
}

.comn {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 80px;
}

.ite p {
    width: 100%;
    line-height: 40px;
}

.comn .ite img {
    border: 1px solid #999;
}

.comn .ite {
    width: 24%;
    margin: .5%;
    float: left;
    box-sizing: border-box;
}

.text2 img {
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
    height: auto !important;
}

.text2 {
    margin-top: 70px;
    padding: 0px 200px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.lisee {
    /*height:230px;	*/
}

.lisee img {
    width: 100%;
}

.img {
    overflow: hidden;
}

.pro_list ul li img {
    height: 230px;
    width: 100%;
    object-fit: scale-down;
}

.titlet h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.titlet h3 {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 50px;
}

.tbody li {
    width: 47%;
    float: left;
    font-size: 14px;
    border: 1px solid #d8d3d3;
    box-sizing: border-box;
    margin: 1% 1.5%;
}

.bodyz {
    width: 240px;
    padding: 20px
}

.tbody {
    overflow: hidden;
    margin-bottom: 80px !important;
}

.tbody li h2 {
    font-size: 72px;
    color: #666;
}

.tbody li h3 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 25px;
    padding-top: 25px;
}

.tbody2s {
    padding: 0 50px;
}

.tbody2x {
    padding: 0 50px;
}

.tbody2s h2 {
    font-size: 36px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.tbody2s h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.tbody2x li {
    font-size: 14px;
    margin: 20px 0px;
    overflow: hidden;
}

.tbody2x li span {
    font-size: 14px;
    display: block;
    width: 20px;
    margin-right: 10px;
    float: left;
    line-height: 24px;
    float: left;
    color: #fff;
    margin-right: 10px;
}

.tbody2x li p {
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    padding-left: 30px;
}

.tbody3s h2 {
    font-size: 36px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}

.tbody3s h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.tbody3s {
    margin-left: 1050px;
}

.tbody3x {
    margin-left: 1050px;
}

.tbody3x li {
    font-size: 16px;
    /*margin:12px 0px;*/
    line-height: 36px;
    color: #fff;
}

.tbody,
.tbody2,
.tbody3 {
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
}

.tbody3 {
    margin: 130px 0
}

.w1000 {
    /*opacity:.8;*/
    padding: 70px 0px;
}

.w10002 {
    opacity: .8;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 20px;
    background-size: 100%;
}
}
