@charset "UTF-8";

/*basic css*/

@font-face {
    /* font-test*/
    font-family: DIN;
    src: url('../fonts/DIN/din.woff'), url('../fonts/DIN/din.ttf'), url('../fonts/DIN/din.eot'); /* IE9 */
}

@font-face {
    /* font-test*/
    font-family: DINCond-Black;
    src: url('../fonts/DINCond-Black/DINCond-Black.woff'), url('../fonts/DINCond-Black/DINCond-Black.otf'), url('../fonts/DINCond-Black/DINCond-Black.ttf'), url('../fonts/DINCond-Black/DINCond-Black.eot'); /* IE9 */
}

@font-face {
    /* font-test*/
    font-family: DIN-Black;
    src: url('../fonts/DIN-Black/DIN-Bold.woff'), url('../fonts/DIN-Black/DIN-Bold.otf'), url('../fonts/DIN-Black/DIN-Bold.ttf'), url('../fonts/DIN-Black/DIN-Bold.eot'); /* IE9 */
}


html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    background-color: #fff;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}


a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.box {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    min-width: 1000px;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}














.sidebar{
	position: fixed;
	bottom: 35%;
    right: 2px;
    z-index: 99;
	opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar.show{
	opacity: 1;
	transform: none;
}
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
	border-top: #efefef solid 1px;
}
.sidebar ul li:hover{
	border-top: #D81617 solid 1px;
}
.sidebar ul li a{
	display: inline-block;
	position: relative;
	width: 54px;
	height:60px;
	background-color: #FFFFFF;
	border-left: #efefef solid 1px;
	border-right: #efefef solid 1px;
}
.sidebar ul li:hover a, .sidebar ul li.on a{
	background-color: #D81617;
	border-left: #D81617 solid 1px;
	border-right: #D81617 solid 1px;

}
.sidebar ul li a .imgbox{
	width: 100%;
	text-align: center;
}
.sidebar ul li .imgbox img{
	display: inline-block;
	width: 24px;
	margin-top: 10px;
}
.sidebar ul li .imgbox .img1{
}
.sidebar ul li .imgbox .img2{
	display: none;
}
.sidebar ul li:hover .imgbox .img1, .sidebar ul li.on .imgbox .img1{
	display: none;
}
.sidebar ul li:hover .imgbox .img2, .sidebar ul li.on .imgbox .img2{
	display: inline-block;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 58px;
	top: -2px;
	z-index: 10;
	min-height: 100%;
	padding: 12px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(0,0,0,.1);
	border: #efefef solid 1px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar ul li:hover .secondary{
	display: block;
}
/*.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 28px;
	height: 100%;
	background: url(../images/img224.png) top 20px center no-repeat;
}*/
.sidebar ul li .imgli{
	width: 126px;
	padding: 3px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar ul li .imgli img{
	width: 100%;
}
.sidebar ul li .tit{
	text-align: center;
	color: #333333;
	font-size: 13px;
	margin-top: 5px;
}
.sidebar ul li .txtli{
	position: relative;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	white-space: nowrap;
}
.sidebar ul li .txtli .img{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 24px;
}
.sidebar ul li .txtli .t1{
	color: #666666;
	font-size: 13px;
	margin-bottom: 5px;
}
.sidebar ul li .txtli .t2{
	font-weight: bold;
	color: #D81617;
	font-size: 23px;
}
.sidebar ul li .txt{
	text-align: center;
	color: #666666;
	font-size: 13px;
}
.sidebar ul li:hover .txt, .sidebar ul li.on .txt{
	color: #FFFFFF;
}






























/*banner*/
.banner {
    height: 550px;
    width: 100%;
    background: url(.) center center no-repeat;
    background-size: cover;
}

.banner .lans {
    padding-top: 250px;
}

.banner .t1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner .t2 {
    font-size: 20px;
    color: #ffffff;
}

.neiye_nav {
    background-color: #e60012;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(70, 70, 70, .2);
}

.neiye_nav a {
    position: relative;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    padding: 0 10px;
    width: auto!important;
    color: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
}

.neiye_nav a:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.slick-track {
    min-width: 100% !important;
}

.neiye_nav .t1 {
    position: relative;
    z-index: 4;
}

.neiye_nav a:hover, .neiye_nav a.on {
    color: #e60012;
}

.neiye_nav a:after {
    content: '';
    background: url('../images/finex.png') center center no-repeat #ffffff;
    background-size: 80% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    opacity: 0;
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    opacity: 1;
}

.neiye_nav a:before {
    content: '';
    display: block;
    background: url('../images/ico_sjx.png');
    background-size: 100% 100%;
    width: 12px;
    height: 7px;
    bottom: -7px;
    position: absolute;
    z-index: 3;
    left: calc(50% - 6px);
    /*opacity: 0;*/
}

.neiye_nav a:hover:before, .neiye_nav a.on:before {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    opacity: 1;
    bottom: 20px;

}

.case_list {
}

.case_list li {
    padding: 15px 0;
}

.case_list .title {
    line-height: 28px;
    font-size: 20px;
    box-sizing: border-box;
    color: #e60012;
    font-weight: bold;
    border-left: 2px solid #e60012;
    padding-left: 15px;
}

.case_list .editor {
    padding: 20px 0;
    font-size: 16px;
    line-height: 3.2;
    color: #333333;
}

.case_list .editor h1{
    padding: 25px 0;
    line-height: 1.3;
    color: #333333;
}

.editor img {
    max-width: 100%;
}

.news_list {
    padding: 90px 0 60px 0;
}

.news_list a {
    width: 100%;
    padding: 33px;
    box-sizing: border-box;
    position: relative;
}

.news_list li {
    width: 33.3%;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.news_list li:nth-child(3n - 2) {
    border-left-color: transparent;
}

.news_list .time {
    color: #999999;
    /* font-weight: bold; */
    font-family: 'DINCond-Black';
    font-size: 30px;
    margin: 10px 0 20px 0;
}

.news_list .days {
    font-size: 38px;
    font-family: 'DIN';
    padding-right: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news_list a:hover .days {
    color: #e60012;
}

.news_list .picture {
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
}

.news_list .picture img {
    position: absolute;
    top: 0;
    width: 100%;
}

.news_list .title {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    height: 18px;
    margin: 25px 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news_list a:hover .title {
    color: #e60012;
    font-weight: bold;
}

.news_list .content {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #888888;
}

.news_list .search1 {
    margin-top: 30px;
    width: 130px;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    color: #737373;
    font-size: 14px;
    text-align: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: static;
}

.news_list a:hover .search1 {
    color: #fff;
    border: 1px solid transparent;
    background: #e60012;
}

.s_ico {
    margin-left: 10px;
    transition: margin .4s ease;
    -webkit-transition: margin .4s ease;
}

.news_list a:hover .s_ico {
    margin: 0 -5px 0 15px;
}

.new_d {

}

.new_d .title {
    font-size: 28px;
    font-weight: bold;
    color: #e60012;
    padding-top: 70px;
    text-align: center;
}

.new_d .tips {
    padding: 33px 0 25px 0;
    text-align: center;
}

.new_d .tips li {
    font-size: 16px;
    display: inline-block;
    color: #888888;
    margin: 0 25px;
    line-height: 30px;
}

.ico_n1 {
    width: 21px;
    margin-right: 10px;
}

.ico_n2 {
    width: 25px;
    margin-left: 10px;
}

.ico_n2:hover {
    opacity: .7;
}

.new_d .editor {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    padding: 50px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.new_d .pagetion_d {
    line-height: 35px;
    text-align: center;
    padding: 65px 0;
}

.pagetion_d .btns {
    font-size: 14px;
    color: #cccccc;
    width: 120px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 5px;
    transition: all .4s;
}

.pagetion_d .btns:hover {
    background: #D81617;
    border-color: transparent;
    color: #ffffff;
}

.pagetion_d .return {
    color: #e60012;
    font-size: 14px;
    text-align: center;
    width: 200px;
}

.pagetion {
    text-align: center;
    margin-bottom: 70px;
}

.pagetion a {
    font-size: 14px;
    line-height: 45px;
    padding: 0 2px;
    margin: 0 13px;
    border-bottom: 2px solid transparent;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom-color: #D81617;
    color: #e60012;
}

.pagetion a.btns {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background: url('../images/ico_prev.png');
    vertical-align: top;
    border: 0;
    background-size: 100% 100%;
}

.pagetion a.btns:hover {
    background: url('../images/ico_prev_on.png');
    background-size: 100% 100%;
}

.pagetion a.next {
    transform: rotate(180deg);
}

.question_list {
    padding: 60px 0 100px 0;
}

.question_list li {
    background: url('../images/ico_mess.png') 15px 40px no-repeat;
    box-sizing: border-box;
    padding: 40px 0 40px 60px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.question_list .top {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.question_list .top_l {
    width: calc(100% - 100px);
}

.question_list .l1 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 18px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list .l1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e60012;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list .top:hover .l1:after {
    width: 100%;
}

.question_list .top:hover .l1 {
    font-weight: bold;
    color: #e60012;
}

.question_list .l2 {
    font-size: 14px;
    color: #666;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list li.on .l2 {
    opacity: 0;
}

.question_list .top_r {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #909090;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #909090;
    position: absolute;
    top: 40px;
    right: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.question_list li.on .top_r, .question_list .top:hover .top_r {
    background: #e60012;
    border-color: #e60012;
    color: #ffffff;
}

.question_list .bottom {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    display: none;
}

.contact_container {
    padding-bottom: 100px;
}

.contact_container .box {
    /* width: 100%; */
    /* padding-left: 370px; */
    box-sizing: border-box;
    position: relative;
}

.contact_container .right {
    width: 100%;
}

.contact_container .left {
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dcdcdc;
    border-left: 0;
}

.contact_list {

}

.contact_list li {
    margin: 0 18px;
    /*border-bottom: 1px dashed #ddd;*/
    padding: 18px 0 0;
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
}

/*.contact_list li:last-child {
    border-bottom: 0;
}*/

.contact_list .lans {

}

.contact_list .l1 {

    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 15px 0;
}

.contact_list .l2 {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 30px;
}

.contact_list .l2 dd {
    position: relative;
    padding-left: 50px;
    margin-top: 5px;
    box-sizing: border-box;
}

.contact_list .ts1 {
    position: absolute;
    top: 0;
    left: 0;
}

.contact_container .left::-webkit-scrollbar { /*滚动条整体样式*/

    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/

    height: 5px;

}

.contact_container .left::-webkit-scrollbar-thumb { /*滚动条里面小方块*/

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    background: #e60012;

}

.contact_container .left::-webkit-scrollbar-track { /*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);

    background: #ededed;

}

.map_title.box {
    padding: 0;
    margin-top: 60px;
}

.map_title .m1 {
    font-size: 28px;
    color: #333333;
}

.hengs_titlesj {
    width: 24px;
    height: 2px;
    margin: 30px 0;
}

.hengs_titlesj .ht1 {
    background: #4D4D4D;
    width: 12px;
    height: 2px;
    float: left;
}

.hengs_titlesj .ht2 {
    background: #e60012;
    width: 12px;
    height: 2px;
    float: left;
}

.map_title .m2 {
    font-size: 20px;
    color: #333333;
    padding: 20px 0;
}

@keyframes myfirst {
    from {
        bottom: 40px;
    }
    to {
        bottom: 20px;
        opacity: 0.1
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {
        bottom: 40px;
    }
    to {
        bottom: 20px;
        opacity: 0.1
    }
}

.contact_container .show {
    display: none;
    position: absolute;
    bottom: 20px;
    left: -20px;
    z-index: 5;
    width: 12px;
    font-size: 12px;
    color: #e60012;
    text-align: center;
    animation: myfirst 1.5s linear 0s infinite alternate;
    -webkit-animation: myfirst 1.5s linear 0s infinite alternate;
}

.map .right {
    position: relative;
}

.index_customers li {
    width: 25%;
    float: left;
    position: relative;
}

.dian_list {

}

.dian_list li {
    position: absolute;
    z-index: 5;
    cursor: pointer;
}
.dian_list li.d1{
    top: 45%;
    left: 17%;
}
.dian_list li.d2{
    top: 40%;
    left: 25%;
}
.dian_list li.d3{
    top:38%;
    left: 27%;
}
.dian_list li.d4{
    top:38%;
    left: 52%;
}
.dian_list li.d5{
    top: 51%;
    left: 78%;
}
.dian_list li.d6{
    top: 49%;
    left: 79.5%;
}
.dian_list li.d7{
    top: 49.5%;
    left: 81%;
}
.dian_list .ico {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
}
.dian_list li:hover .ico{
    animation: myfirst 3s;
    -webkit-animation: myfirst 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.dian_list li:hover .lans{
    color: #999;
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
    50%{
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .2);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
}

@keyframes myfirst /* Opera */
{
    0%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
    50%{
        box-shadow: 0 0 0 0 rgba(255, 0, 0, .2);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 0, 0, .2);
    }
}
.dian_list .line {
    width: 40px;
    height: 40px;
    border-left: 1px dashed #f00;
    border-bottom: 1px dashed #ff0000;
    margin-left: 4px;
    float: left;
}
.dian_list li.d7 .line{
    border-left: 0px dashed #f00;
    height: 1px;
    margin-top: -4px;
}
.dian_list li.d3 .line{
    height: 25px;
}
.dian_list li.d6 .line{
    height: 25px;
}
.dian_list .lans {
    float: left;
    font-size: 16px;
    color: #333333;
    padding-top: 30px;
    padding-left: 10px;
}
.dian_list li.d3 .lans{
    padding-top: 15px;
}
.dian_list li.d6 .lans{
    padding-top: 15px;
}
.dian_list li.d7 .lans{
    padding-top: 0;
    margin-top: -14px;
    padding-left: 50px;
}
.index_customers .top {
    border-top: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
}

.index_customers li:nth-child(1) .top, .index_customers li:nth-child(2) .top, .index_customers li:nth-child(3) .top, .index_customers li:nth-child(4) .top {
    display: none;
}

.index_customers .right {
    border-right: 1px solid #e6e6e6;
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 60px);
    width: 1px;
    z-index: 5;
}

.index_customers li:nth-child(4n - 3) .right {
    display: none;
}

.index_customers .dian1 {
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.index_customers li:nth-child(4n-3) .dian1, .index_customers li:nth-child(1) .dian1, .index_customers li:nth-child(2) .dian1, .index_customers li:nth-child(3) .dian1, .index_customers li:nth-child(4) .dian1 {
    display: none;
}

.index-customer-list {
    padding: 100px 0;
}

.more {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e60012;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto 85px;
    display: block;
    transition: all .4s ease;
}

.more:hover {
    background-color: #e60012;
}

.index-customer-list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    width: 90%;
}

.index-customer-list li img {
    width: calc(100% - 60px);
}

.index-customer-list li:hover img:last-child, .index-customer-list li img:first-child {
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) rotateY(180deg);
}

.index-customer-list li img, .index-customer-list li:hover img:first-child {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotateY(0deg);
}

.index_case {
    background-color: #f6f6f6;
}

.index_customers .lans {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 150px;
}

.tectsum {

}

.tect_nav {
    box-sizing: border-box;

    padding: 15px 0px 55px 0px;
    margin-top: 10px;
}

.tect_nav a {
    margin: 5px 8px;
    border-radius: 4px;
    padding: 0 15px;
    min-width: 125px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
    transition: all .4s ease;
}

.tect_nav a.on {
    background-color: #e60012;
    color: #ffffff;
    border-color: transparent;
}

.tect_list {
    text-align: center;
    padding: 80px 0;
}

.tect_list a {
    height: 190px;
    background: #f6f6f6;
    width: 29.3%;
    margin: 27px calc(2% - 4px);
    text-align: left;
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #333333;
}

.tect_list a:hover {
    background: #e60012;
    color: #ffffff;
    box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .15);
}

.tect_list .t1 {
    font-size: 18px;
    padding: 50px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}

.tect_list .t2 {
    line-height: 65px;
    padding: 0 40px;
    box-sizing: border-box;
}

.tect_list .d_left {
    font-size: 14px;
    float: left;
}

.tect_list .d_right {
    width: 25px;
    height: 65px;
    background: url('../images/ico_down1.png') center center no-repeat;
    float: right;
}

.tect_list a:hover .d_right {
    background: url('../images/ico_down.png') center center no-repeat;
}

.case_list_nav {
    padding: 60px 0 100px 0;
    position: relative;
}

.case_list_nav .imgs {
    margin: 12px 20px;
    border: 1px solid #e5e5e5;

    text-align: center;
    line-height: 110px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.case_list_nav .imgs:hover {
    box-shadow: 0 1px 15px 0 rgba(70, 70, 70, .2);
}

.case_list_nav .swiper-pagination {
    bottom: 65px;
    text-align: center;
    width: 100%;
}

.show_ting li {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -7;
    opacity: 0;
    width: 100%;
}

.show_ting li.on {
    /* display: block; */
    position: static;
    opacity: 1;
    z-index: 10;
}

.show_ting li.on a {
    padding: 10px;
    box-sizing: border-box;
}

.slick-dots {
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 100%;
    text-align: center;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    display: inline-block;
}

.swiper-pagination-bullet, .slick-dots li {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: #a2a2a2;
    margin: 3px;
}

.swiper-pagination-bullet-active, .slick-dots li.slick-active {
    background-color: #e60012 !important;
}

.case_list_tings {
    background-color: #f8f8f8;
}

.case_list_tings .left {
    width: 50%;
    background: url(.) center center no-repeat;
    height: 500px;
    background-size: cover;
    float: left;
}

.case_list_tings .right {
    width: 50%;
    float: left;
}

.case_list_tings .lans {
    padding: 80px 75px 0 75px;
    box-sizing: border-box;
}

.case_list_tings .t1 {
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
    line-height: 1.5;
}

.case_list_tings .hengs_titlesj {
    margin: 20px 0;
}

.case_list_tings .t2 {
    font-size: 16px;
    line-height: 2.2;
    color: #333333;
}

.join_sum {

}

.join_sum .join_select {
    padding: 65px 0;
}

.join_select li {
    width: 25%;
    float: left;
    position: relative;
}

.join_select li:nth-child(2) {
    margin: 0 12.5%;
}

.join_select .t1_text {
    font-size: 16px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #434343;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    width: 100%;
}

.join_select .t2_text {
    font-size: 16px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #434343;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.join_select .t2_container {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    font-size: 16px;
    line-height: 3;
    color: #333;
    background: #ffffff;
    z-index: 3;
    max-height: 300px;
    overflow-y: scroll;
    display: none;
}

.join_select .t2_wrapper {

}

.join_select .item {
    display: block;
    box-sizing: border-box;
    padding: 0 15%;
    border-bottom: 1px solid #f7f7f7;
    transition: all .4s ease;
}

.join_select .item:hover {
    background: #e60012;
    color: #ffffff;
}

.join_sum .select:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    transform: rotate(-45deg);
    border-left: 1px solid #e60012;
    border-bottom: 1px solid #e60012;
}

.join_list {
    padding-bottom: 60px;
}

.join_list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 40px;
    box-sizing: border-box;
}

.join_list .top {
    cursor: pointer;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    position: relative;
}

.join_list li.on {
    border-color: #f33243;
}

.join_list .top:after {
    content: '+';
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
    position: absolute;
    right: 40px;
    top: 0;
    color: #e60012;
}

.join_list li.on .top {
    color: #e60012;
}

.join_list li.on .top:after {
    color: #e60012;
}

.join_list .bottom {
    font-size: 16px;
    line-height: 2.4;
    color: #666666;
    display: none;
}

.join_list .bottom .b1 {
    max-width: 900px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.join_list .bottom .b1 dd {
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    margin-right: 25px;
}

.join_list .bottom .b2 {
    font-size: 14px;
    line-height: 2.5;
    color: #333333;
    padding: 30px 0;
}

.prosum {
    background: #f8f8f8;
    padding: 1px 0;
}

.prosum .pro_search {
    max-width: 585px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    overflow: hidden;
    margin: 60px auto 45px;
    background: #ffffff;
}

.pro_search .t1 {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    line-height: 45px;
    width: calc(100% - 80px);
    float: left;
}

.pro_search .t2 {
    width: 80px;
    height: 45px;
    background: url('../images/ico_search.png') center center no-repeat;
    float: right;
    border: 0;
}

.pro_list {

    padding-top: 10px;
}

.pro_list .title_sum {

}

.pro_list .title_sum .t1 {
    font-size: 22px;
    color: #333333;
    line-height: 55px;
}

.pro_list .title_sum .hengs_titlesj {
    margin: 0;
    width: 100px;
}

.pro_list .title_sum .hengs_titlesj div {
    width: 50%;
}

.pro_item_list {
    padding: 35px 0;
    border-top: 1px solid #dfdfdf;
}

.pro_item_list a {
    display: inline-block;
    vertical-align: top;

    background: #ffffff;
    box-sizing: border-box;
    width: calc(25% - 19px);
    margin: 25px 24px 25px 0px;
}

.pro_item_list a:nth-child(4n) {
    margin: 25px 0px;
}

.pro_item_list .picture {

}

.pro_item_list .lans {
    border-top: 1px solid #eeeeee;
    padding: 25px 30px;
    box-sizing: border-box;
}

.pro_item_list .l1 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    color: #333333;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.pro_item_list a:hover .l1 {
    color: #e60012;
}

.pro_item_list .l2 {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    color: #666666;
    -webkit-line-clamp: 3;
}

.pro_item_list .l3 {
    width: 120px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background-color: #f8f8f8;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.pro_item_list a:hover .l3 {
    background: #e60012;
    border: 0;
    color: #ffffff;
}

.about_contact {
    padding: 80px 0;
}

.about_title {
    position: relative;
    line-height: 82px;
    padding: 0 !important;
    font-family: 'DINCond-Black';
}

.about_title .a1 {
    font-size: 82px;
    color: #e60012;
    opacity: .06;
    text-transform: uppercase;
    font-weight: normal;
}

.about_title .a2 {
    font-size: 25px;
    font-weight: bold;
    color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.about_title1 .a2_1 {
    color: #e60012;
}

.about_title .a2_1 {
    font-size: 16px;
    color: #e60012;
    text-transform: uppercase;
    font-weight: normal;
}

.about_title1 .a3 {
    font-size: 18px;
    color: #e60012;
    line-height: 20px;
    margin-top: 20px;
}

.about_title1 .a3 span {
    width: 35px;
    height: 2px;
    background: #e60012;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.about1_container {
    padding: 90px 0;
}

.about_honor {
    padding: 80px 0 25px 0;
}

.honor_contaciner {

}

.honor_list {
    margin-bottom: 65px;
}

.honor_list a {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 50px;
    background: #f8f8f8;
    font-size: 16px;
    width: calc(25% - 49.5px);
    float: left;
    margin: 55px 66px 0 0;
}

.honor_list a:nth-child(4n) {
    margin-right: 0;
}

.honor_list .picture {
    width: 100%;
    height: 265px;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
}

.honor_list .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    width: 60%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
}

.honor_list a:hover .picture img {
    transform: scale(1.04) translate(-50%, -50%);
    -moz-transform: scale(1.04) translate(-50%, -50%);
    -webkit-transform: scale(1.04) translate(-50%, -50%);
}

.honor_list .lans {
    color: #333333;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}

.show_container {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.show_nav {
    position: relative;
    text-align: center;
    margin-top: 55px;
}

.show_nav:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.show_nav a {
    min-width: 230px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #666666;
}

.show_nav a.on {
    color: #000000;
}

.show_nav a.on .radius {
    background-color: #000000;
    box-shadow: 0 0 1px 6px rgba(0, 0, 0, 0.1);
}

.show_nav .radius {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e60012;
    box-shadow: 0 0 1px 6px rgba(216, 22, 23, 0.1);
    border: 0;
    margin: 2px auto;
}

.show_nav .lans {
    font-size: 16px;
    padding: 10px 0;
}

.banner_index a {
    width: 100%;
    height: calc(100vh - 180px);
	
}
.banner_none{
    display: none;
}
.banner_index .box {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
}

.banner_index .lans {
    font-size: 28px;
    line-height: 43px;
    /* max-height: calc(100vh - 180px); */
    width: 41%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    margin-left: -3%;
    padding: 4%;
}

.banner_index .l2 {
    font-size: 60px;
    line-height: 76px;
    margin-top: 40px;
    font-weight: bold;
}


.banner_index .l4 {
    font-size: 20px;
    margin: 50px 0;

}

.banner_index .l5 {
    text-align: center;
    font-size: 15px;
    width: 130px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .6);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.banner_index .l5:hover {
    background: #e60012;
    border: 1px solid rgba(255, 255, 255, .5);
}

.index_nav {
    width: 100%;
    background: url(.) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    /* min-height: 200px; */
    box-sizing: border-box;
}

.index_nav li {
    min-width: 8%;
    margin-left: 8%;
    float: left;
    text-align: center;
	
}

.index_nav li:first-child {
    margin-left: 7%;
}

.index_nav .t1 {
    color: #ffffff;
}

.index_nav .number {
    font-family: 'DIN-Black';
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.index_nav li:last-child .number {
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

.index_nav .fuhao {
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    vertical-align: top;
    margin-left: 10px;
}


.index_nav .fuhao:before {
    content: ' /';
    position: absolute;
    transform: rotate(235deg);
    top: -15px;
    left: 5px;
    font-family: Arial;
}



.index_nav .fuhao.before:before {
    /*opacity: 0;*/
}

.index_nav .fuhao:after {
    content: ' / ';
    position: absolute;
    transform: rotate(235deg);
    bottom: -15px;
    left: 5px;
    font-family: Arial;
}

.index_nav .t2 {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 15px;
}

.index_title {
    margin: 90px 0 20px;
    position: relative;
}

.index_title .i1 {
    font-size: 30px;
    font-weight: bold;
    color: #D81617;
}

.index_title .i2 {
    font-size: 18px;
    color: #333333;
    padding-top: 15px;
}

.index_title .mores {
    width: 125px;
    box-sizing: border-box;
    line-height: 30px;
    background: url('../images/ico_down2.png') bottom center no-repeat;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 12px;
	text-align: center;
}

.index_title .mores3 {
    width: 125px;
    box-sizing: border-box;
    line-height: 30px;
    background: url('../images/ico_down21.png') bottom center no-repeat;
    font-size: 14px;
    color: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 0 12px;
	text-align: center;
}

.index_serives_list {
    padding: 80px 0;
}
.index_serives_list  .swiper-pagination,.index_nav  .swiper-pagination{
    bottom: 0;
}
.index_nav  .swiper-pagination-bullet{
    background: #ffffff;
    opacity: .5;
}
.index_nav  .swiper-pagination-bullet-active{
    background: #ffffff !important;
    opacity: 1;
}











.i-about{
	margin-bottom: 50px;
}
.i-about .box{

}
.i-about .box .left{
	float: left;
	width: 52.5%;
}
.i-about .box .left .txtbox{
	color: #888888;
	font-size: 16px;
	line-height: 2.25;
	margin-bottom: 25px;
	overflow: hidden;
}
.i-about .box .left .aboutmore{
}
.about-part .i-about .box .left .aboutmore a, .about .box .left .aboutmore{
	color: #333333;
	font-size: 16px;
}
.about .box .left .aboutmore{
	display: inline-block;
	cursor: pointer;
	padding-right: 30px;
	background: url('../images/img13.png') center right no-repeat; 
}

.about-part .i-about .box .left .aboutmore a img{
	vertical-align: text-top;
	margin-left: 6px;
	width: 22px;
	height: 22px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-wbekit-transition: all .4s;
	transition: all .4s;
}

.i-about .box .left .aboutmore a:hover img{
	-o-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-wbekit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.i-about .box .left .aboutmore a:hover{
	color: #4d78d5;
}

.i-about .box .left .ab-link{
	margin-top: 50px;
}

.i-about .box .left .ab-link ul li{
	float: left;
	margin-right: 50px;
}
.i-about.about .box .left .ab-link ul li{
	margin-right: 25px;
}
.i-about .box .left .ab-link ul li:last-child{
	margin-right: 0;
}
.i-about .box .left .ab-link ul li a, .i-about .box .left .ab-link ul li .sp{
	display: table;
	vertical-align: middle;
	height: 100px;
}
.i-about .box .left .ab-link ul li .add{
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
.i-about .box .left .ab-link ul li a .icon, .i-about .box .left .ab-link ul li .sp .icon{
	display: table-cell;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.about-part .i-about .box .left .ab-link ul li a .icon{
	background: url('../images/img17.png') center no-repeat;
	background-size: cover;
}
.i-about.about .box .left .ab-link ul li .sp .icon{
	background: url('../images/img42.png') center no-repeat;
	background-size: cover;
}
.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
	width: 43px;
	height: 43px;
}
.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
	color: #333333;
	font-size: 20px;
	margin-left: 15px;
}
.i-about .box .left .ab-link ul li .sp .txt{
	font-weight: bold;
}
.i-about .box .right{
	float: right;
	width: 44.5%;
	margin-top: 50px;
}
.i-about .box .right img{
	max-width: 100%;
}
@media screen and (max-width: 1680px){

	.i-about .box .left .ab-link ul li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 1366px){
	/*关于我们*/
	.i-about .box .left .ab-link ul li a, .i-about .box .left .ab-link ul li .sp{
		height: 80px;
	}
	.about-part .i-about .box .left .ab-link ul li a .icon, .i-about .box .left .ab-link ul li .sp .icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.i-about .box .left .ab-link ul li .add{
		height: 80px;
		line-height: 80px;
	}
	.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 1024px){
	.i-about .box .left{
		width: 100%;
	}
	.i-about .box .right{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.i-about{

	}
	.i-about .box .left .ab-link ul li{
		margin-right: 30px;
	}
	.i-about .box .left .ab-link ul li a, .i-about .box .left .ab-link ul li .sp{
		height: 60px;
	}
	.about-part .i-about .box .left .ab-link ul li a .icon, .i-about .box .left .ab-link ul li .sp .icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.i-about .box .left .ab-link ul li .add{
		height: 60px;
		line-height: 60px;
	}
	.i-about .box .left .ab-link ul li .add img{
		width: 20px;
	}
	.i-about .box .left .txtbox{
		font-size: 15px;
	}
	.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
		width: 30px;
		height: 30px;
	}
	.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
		font-size: 18px;
	}

}
@media screen and (max-width: 990px){

	.i-about .box .left .ab-link ul li a, .i-about .box .left .ab-link ul li .sp{
		height: 50px;
	}
	.about-part .i-about .box .left .ab-link ul li a .icon, .i-about .box .left .ab-link ul li .sp .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.i-about .box .left .ab-link ul li .add{
		height: 50px;
		line-height: 50px;
	}
	.i-about .box .left{
		width: 100%;
	}
	.i-about .box .right{
		width: 100%;
		text-align: center;
	}
	.i-about .box .left .txtbox{
		font-size: 14px;
	}
	.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
		width: 24px;
		height: 24px;
	}
	.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	.i-about{

	}
	.i-about .box .left .ab-link{

	}
}
@media screen and (max-width: 767px){
	.i-about .box .left{
		width: 100%;
	}
	.i-about .box .right{
		width: 100%;
		text-align: center;
	}
	.i-about .box .left .txtbox{
		font-size: 14px;
	}
	.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
		width: 24px;
		height: 24px;
	}
	.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
		font-size: 16px;
	}
}
@media screen and (max-width: 639px){
	.i-about .box .left .ab-link, .i-about.about .box .left .ab-link{
		text-align: center;
	}
	.i-about .box .left .ab-link ul, .i-about.about .box .left .ab-link ul{
		display: inline-block;
	}
	.i-about .box .left .ab-link ul li, .i-about.about .box .left .ab-link ul li{
		margin-right: 20px;
	}
	.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
		margin-left: 6px;
	}
	.about-part .i-about .box .left .ab-link ul li a .icon,  .i-about .box .left .ab-link ul li .sp .icon{
		width: 36px;
	    height: 36px;
	    line-height: 36px;
	}
	.i-about .box .left .ab-link ul li .add{
		height: 36px;
		line-height: 36px;
	}
	.i-about .box .left .ab-link ul li .add img{
		width: 16px;
	}
	.i-about .box .left .ab-link ul li a .icon img, .i-about .box .left .ab-link ul li .sp .icon img{
		width: 20px;
		height: 20px;
	}
	.i-about .box .left .ab-link ul li a, .i-about .box .left .ab-link ul li .sp{
		height: 36px;
	}
	.i-about .box .left .ab-link ul li a .txt, .i-about .box .left .ab-link ul li .sp .txt{
		font-size: 14px;
	}
	.about .box .left .aboutmore{
		font-size: 15px;
		line-height: 24px;
	}
	.i-about{

	}
	.i-about .box{
	}
}

@media screen and (max-width: 414px){
	.i-about .box .left .ab-link ul li, .i-about.about .box .left .ab-link ul li{
		margin-right: 10px;
	}
}













.index_serives_list li {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 152px);
    padding-left: 100px;
    background: url(.) center left no-repeat;
    box-sizing: border-box;
}

.index_serives_list li:nth-child(even) {
    margin: 0 150px;
}

.index_serives_list .l1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.index_serives_list .l2 {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}

.index_case {
    background: url(.) center center no-repeat;
    padding: 1px 0;
    background-size: cover;
    overflow: hidden;
}

.index_case .index_title {
    color: #ffffff;
}

.index_case .index_title .i1, .index_case .index_title .i2 {
    color: #ffffff;
}

.index_brand {
    text-align: center;
    padding: 70px 0;
    line-height: 1.5;
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;

}

.index_gc {
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;
    padding: 1px 0;
}

.index_brand .b1 {
    font-size: 26px;
    font-weight: bold;
    color: #e60012;
    padding-bottom: 10px;
}

.index_brand .b2 {
    color: #666666;
    font-size: 18px;
}

.index_brand1 {

}

.index_brand1 .b1 {
    color: #ffffff;
}

.index_brand1 .b2 {
    color: #ffffff;
}

.index_hezuo li:nth-child(4n - 3) .right, .index_hezuo li:nth-child(1) .top, .index_hezuo li:nth-child(2) .top, .index_hezuo li:nth-child(3) .top, .index_hezuo li:nth-child(4) .top {
    display: block;

}

.index_hezuo .case_list_nav {
    position: relative;
}

.index_hezuo .case_list_nav:before {
    width: 2px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    position: absolute;
}

.index_hezuo .case_list_nav, .index_hezuo .index-customer-list {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.index_hezuo .index_customers .lans {
    height: 110px;
}

.index_hezuo .case_list_nav .swiper-pagination {
    bottom: 30px;
}

.index_hezuo .case_list_nav:after {
    height: 2px;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    position: absolute;
}

.index_gc .radius {
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-family: DIN-Black;
    box-shadow: 0 0 0 0;
    background-color: #cacbd2;
}

.index_gc .lans {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.index_gc .show_nav a.on .radius {
    background-color: #e60012;
    box-shadow: 0 0 0 0;
}

.index_gc .show_nav a.on .lans {
    color: #e60012;
}

.index_gc .show_nav:before {
    top: 65px;
}

.index_pro {
    padding: 1px 0;
}

.index_pro .pro_item_list {
    border: 0;
    padding: 0px 0 60px 0;
}

.index_pro .index_title {
    float: left;
}

.index_pro .pro_nav {
    float: right;
    font-size: 16px;
    line-height: 40px;
    color: #da251b;
    margin: 110px -5px 20px;
    max-width: calc(100% - 300px);
}

.pro_nav a {
    color: #333333;
    padding: 0 18px;
    transition: all .4s ease;
    margin: 10px 8px 0;
}

.pro_nav a.on, .pro_nav a:hover {
    background-color: #e60012;
    color: #ffffff;
}

.about1_about {

}

.about1_about .left {
    width: 50%;
    float: left;
}

.about1_about .left .l1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 35px 0;
}

.about1_about .left .l1a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 35px 0;
}

.about1_about .left .l2 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.about1_about .left .l3 {
    margin-top: 50px;
}

.about1_about .left .l3 li {
    width: 22%;
    margin-right: 10px;
    float: left;
}






.about1_about .left3 {
    width: 100%;
    float: left;
}

.about1_about .left3 .l1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 35px 0;
}

.about1_about .left3 .l1a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 35px 0;
}

.about1_about .left3 .l2 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.about1_about .left3 .l3 {
    margin-top: 50px;
}

.about1_about .left3 .l3 li {
    width: 22%;
    margin-right: 10px;
    float: left;
}








.about1_about .right {
    width: 46%;
    height: 780px;
    background: url(.) center center no-repeat;
    background-size: cover;
    float: right;
}


.about1_about .right3 {
    width: 100%;
    background: url(.) center center no-repeat;
    background-size: cover;
    float: right;
	margin-top: 40px;
}


.about1_about .right2 {
    width: 46%;
    height: 450px;
    background: url(.) center center no-repeat;
    background-size: cover;
    float: right;
}


.about2_container, .about3_container {
    background: url(.) center center no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.about_title1 .a4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: -15px;
}

.about_title1 .a5 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: -15px;
}

.honortime-swiper {
    color: #333;
    font-size: 18px;
    position: relative;
    /* width: calc(100% - 110px); */
    margin: 80px auto 0 auto;
    font-family: 'DIN';
    font-weight: bold;
}

.honortime-swiper .swiper-slide {
    background: url('../images/x1.png') top left repeat-x;
    height: 85px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    transition: 0s;
    -webkit-transition: 0s;
    padding-right: 13px;
    box-sizing: border-box;
    padding-top: 30px;
    background-position-x: 35px;
}

.honortime-swiper .swiper-slide-active {
    font-weight: bold;
    color: #e60012;
    position: relative;
}

.honortime-swiper .swiper-slide-active:before {
    background: #e60012;
    width: 2px;
    height: 15px;
    content: '';
    position: absolute;
    top: 5px;
    right: calc(50% + 5px);
}

.honortime-swiper .swiper-slide-active:after {
    content: '';
    background: url('../images/ico_sjx1.png');
    position: absolute;
    width: 14px;
    height: 50px;
    bottom: 0;
    left: 41%;
}

.honortime-swiper .swiper-button-prev {
    left: -55px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.honortime-swiper .swiper-button-next {
    right: -55px;
}

.ting_swiper {
    width: 90%;
    margin: auto;
}

.ting_swiper .swiper-slide {
    position: relative;
}

.ting_swiper .left {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0 10px 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-left: 5px solid #e60012;
    min-height: 210px;

}

.ting_swiper .left li {
    padding-top: 25px;
}

.ting_swiper .l1 {
    font-size: 38px;
    font-family: DIN-Black;
    color: #e60012;
    font-weight: bold;
}

.ting_swiper .l2 {
    font-size: 16px;
	line-height:35px;
    color: #333333;
    padding: 15px 0 10px 0;
}

.ting_swiper .l3 {
    font-size: 14px;
    color: #666666;
}

.ting_swiper .right {
    width: 45%;
    float: right;
}

.culture_list {

}

.culture_list li {
    padding: 25px 30px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-top: 7px solid #e60012;
    height: 247px;
    width: calc(25% - 37px);
    margin: 50px 0 0;
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.culture_list li:hover {
    margin-top: 40px !important;
    border-color: #e60012;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .15);
}

.culture_list li:nth-child(2n) {
    margin: 50px 37px 0;
}

.culture_list .c1 {
    width: 40px;
}

.culture_list .c2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 12px;
}

.culture_list .c3 {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.pro_d_other .pro_item_list a {
    margin: 0;
}

.pro_d_other .pro_item_list {
    padding-bottom: 100px;
    padding-top: 0;
    border: 0;
}

.pro_d_sum {

}

.pro_d_sum .ptitle {
    color: #e60012;
    font-size: 26px;
    font-weight: bold;
    padding: 30px 0 0;
    text-align: center;
	border-top: 1px solid #E4E4E4;
}

.pro_d_other {
    background: #f8f8f8;
}

.down_list {
height: 50px;
padding:10px 10px;

}

.pro_d_show {
    padding: 1px 0 30px 0;
}

.pro_d_show {
    background: #f8f8f8;
}

.pro_d_show .shows {
    padding: 30px 0;
    text-align: center;
}

.pro_d_show img {
    width:100%;
	padding-top:10px;
}

.down_list a {
    float: left;
    width: 47%;
    line-height: 18px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
	
    transition: all .4s ease;
}

.down_list a:nth-child(even) {
    margin-left: 5%;
}

.down_list .lans {
    box-sizing: border-box;
    width: 50px;
	height: 50px;
    float: left;
    /*background: url('../images/ico_read.png') 10% center no-repeat;*/
}

.down_list .ico1 {

    background: url('../images/ico1.png') ;
    background-size: 50px 50px;
}



.down_list .down_ico {
    width:  calc(100% - 74px);;
    float: right;
    height: 36px;
    transition: all .4s ease;
    background: url('') center center no-repeat #ffffff;
	text-align: left;
	padding:7px;
	color: #e60012;
}

.down_list a:hover .down_ico {
    background: url('') center center no-repeat #e60012;
}

.down_list a:hover {
    /*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .35);*/

}

.pro_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 20px 0 40px 0;
}

.pro_table th {
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
    width: 15%;
    padding: 15px;
    border-bottom: 1px solid #e60012;
}

.pro_table th:nth-child(2) {
    width: 70%;
}

.pro_table td {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    padding: 10px;
    border-bottom: 1px solid #bdbddb;
}

.pro_dimg {
padding-top:50px;

}

.pro_dimg .img_list {

}

.img_list li {
    background: url(.) center center no-repeat;
    background-size: cover;
	border: 1px solid #DFDFDF;

}

.img_list .box {
    height: auto;
    min-height: 200px;
    padding: 30px 0;
    position: relative;
}

.img_list .lans2 {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    color: #333333;
}

.img_list .lans {
    position: relative;
    width: 50%;
float: right;
    color: #333333;
}



.img_list .l1 {
    font-size: 18px;
    line-height: 2;
}

.img_list .l2 {
    font-size: 15px;
    line-height: 28px;
}

.index_pow {

    margin: 70px 0;
}

.index_pow .left {
    width: 38%;
    float: left;
}

.index_pow .right {
    width: 58%;
    float: right;
    padding: 20px 0 60px;
}

.index_pow .r1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.index_pow .r2 {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px 0;
}

.index_pow .r3 {

}

.index_pow .r3 li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.index_pow .r3 li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    font-size: 16px;
    line-height: 30px;
    color: #e60012;
}

.button_list {
    position: absolute;
    bottom: 3px;
    left: 41%;
    z-index: 5;
}

.button_wrapper {
    position: relative;
    width: 120px;
    height: 45px;
}

.button_wrapper .swiper-button-prev, .button_wrapper .swiper-button-next {
    background-color: transparent;
    background-image: url("../images/ico_prev.png");
    width: 45px;
    height: 45px;
    background-size: 100% 100%;
}

.button_wrapper .swiper-button-prev:hover, .button_wrapper .swiper-button-next:hover {
    background-color: transparent;
    background-image: url("../images/ico_prev_on.png");
    background-size: 100% 100%;
}

.button_wrapper .swiper-button-next {
    transform: rotate(180deg);
}

.case_list_index {
    display: flex;
    width: 100%;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.case_list_index li:last-child {
    padding-right: 250px;
}

.case_list_index .case_item {
    flex: 0 0 26.7vw;
    width: 26.7vw;
    text-align: left;
    margin-right: 30px;
    transition: all .5s;
    margin-top: 20%;
    position: relative;
    margin-left: 20px;
}

.case_list_index .case_item:hover {
    flex: 0 0 700px;
    width: 700px;
    margin-top: 0;
}

.index_case .sly {
    height: 460px;
    padding-top: 10px;
}

.index_width {
    /*overflow: hidden;*/
}

.index_case .scrollbar {
    margin: 1em 0;
    height: 1px;
    background: #5B5B5B;
    position: relative;
    margin: 40px 0;
}

.index_case .scrollbar .handle {
    position: absolute;
    top: -22px;
    width: 45px;
    height: 45px;
    background-size: 45px;
    cursor: pointer;
    background: url('../images/radius.png') center left no-repeat;
}

.index_case .box {
    position: relative;
    /* padding-bottom: 800px; */
}

.jindu {
    padding-bottom: 50px;
}

.jindu .left {
    font-size: 16px;
    float: left;
}

.jindu .news {
    color: #e60012;
    display: inline-block;
    vertical-align: top;
}

.jindu .jd_nav {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 1px;
    margin: 10px;
    background: #5B5B5B;
    position: relative;
}


.jindu .jd_item {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #e60012;
    transition: all .2s;
}

.jindu .total {
    display: inline-block;
    vertical-align: top;
    color: #5B5B5B;
}

.jindu .right {
    float: right;
}

.jindu .right .btns {
    width: 28px;
    height: 28px;
    background: url('../images/ico_prev2.png');
    margin-left: 30px;
}

.jindu .right .btns.next {
    transform: rotate(180deg);
}

.jindu .right .btns:hover {
    background: url('../images/ico_prev1.png');
}

.index_case .content {
    /*position: absolute;*/
    /*bottom: 100px;*/
    /*left: 0;*/
    width: 118%;
}

.case_item .img {

}

.case_item .lans {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 50px;
    left: 30px;
    color: #fff;
	text-shadow: -1px 0 1px #292929, 0 1px 1px #292929, 1px 0 1px #292929, 0 -1px 1px #292929;
}

.case_item .l1 {
    font-size: 18px;
    font-weight: bold;
}

.case_item .l2 {
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 6px;
}

.case_item .l3 {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    border-top: 1px solid #e60012;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.case_item .ico {
    position: absolute;
    top: -10px;
    right: 40px;
    width: 57px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: url('../images/fang.png') no-repeat;
    line-height: 25px;
    padding-top: 7px;
    padding-left: 13px;
    box-sizing: border-box;
    font-weight: bold;
}

@media screen and (max-width: 1800px) {
    .index_case .content {
        width: 91.7vw;
    }

    .index_nav li {
        margin-left: 0.8%;
        width: 19%;
    }

    .index_nav .number {
        font-size: 40px;
        line-height: 1;
    }

    .index_nav .fuhao {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .index_nav .t2 {
        font-size: 12px;
        line-height: 1.8;
    }




    .banner_index .lans {
        font-size: 24px;
        line-height: 35px;
    }

    .banner_index .l2 {
        font-size: 50px;
        line-height: 61px;
        margin-top: 30px;
    }

    .banner_index a {
        /* height: 700px; */
    }

    .index_serives_list li {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 132px);
        padding-left: 100px;
        background: url(.) center left no-repeat;
        box-sizing: border-box;
    }

    .index_serives_list li:nth-child(even) {
        margin: 0 130px;
    }
}

@media screen and (max-width: 1500px) {
    .box {
        width: 85%
    }

    .index_serives_list li {
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 62px);
        padding-left: 100px;
        background: url(.) center left no-repeat;
        box-sizing: border-box;
    }

    .index_serives_list li:nth-child(even) {
        margin: 0 80px;
    }

    .index_serives_list .l1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .index_serives_list .l2 {
        font-size: 14px;
    }

    .index_case .content {
        width: 105%;
    }

    .index_pow .r3 li {
        font-size: 14px;
        line-height: 27px;
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .index_pow .right {
        padding: 10px 0 45px;
    }

    .button_wrapper {
        width: 100px;
    }

    .button_wrapper .swiper-button-prev, .button_wrapper .swiper-button-next {
        background-color: transparent;
        background-image: url(../images/ico_prev.png);
        width: 35px;
        height: 35px;
        background-size: 100% 100%;
    }

    .banner {
        height: 440px
    }

    .banner .lans {
        padding-top: 190px;
    }


    .tect_list .t1 {
        font-size: 16px;
        padding: 40px 30px;
    }

    .tect_list .t2 {
        line-height: 50px;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .tect_list .d_right {
        height: 50px;
    }

    .tect_list a {
        height: 155px;
        margin: 15px calc(1.5% - 4px);
    }

    .tect_nav {
        padding: 0;
    }

    .tect_list {
        padding: 50px 0;
    }

    .banner_index .lans {
        font-size: 18px;
        line-height: 2;
    }

    .banner_index .l2 {
        font-size: 38px;
        line-height: 50px;
        margin-top: 25px;
    }

    .pro_nav a {
        padding: 0 8px;
        margin: 9px 4px 0;
    }

    .index_pro .pro_nav {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .case_list_index .case_item {
        flex: 0 0 30vw;
        width: 30vw;
        margin-right: 40px;
    }

    .case_list_index .case_item:hover {
        flex: 0 0 35vw;
        width: 35vw;
        margin-top: 0;
    }

    .banner_index .lans {
        font-size: 16px;
    }

    .banner_index .l2 {
        font-size: 35px;
        line-height: 44px;
        margin-top: 15px;
    }

    .index_nav li {
        width: 20%;
        margin: 20px 0;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .index_nav li:nth-child(2) {
        margin: 20px calc(2% - 6px);
    }
}

@media screen and (max-height: 767px) and (min-width: 1366px) {
    .banner_index a {
        height: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .case_list_index .swiper-button-next,.case_list_index .swiper-button-prev{
        top:55%
    }
    .case_list_index .swiper-button-next:hover,.case_list_index .swiper-button-prev:hover{

        background-color: rgba(255,255,255,.7);
    }
    .banner_index a{
        height: 600px;
    }
    .case_list_index{
        margin-top: 40px;
    }
    .case_list_index .swiper-container{
        padding-bottom:70px;
    }
    .case_list_index .swiper-pagination{
        width: 100%;
        bottom: 50px;
    }
    .case_list_index .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: .5;
        background: #ffffff!important;
    }
    .case_list_index .swiper-pagination-bullet-active{
        opacity: 1;
        background: #ffffff!important;
    }
    .case_list_index .case_item{
        width:100%;
        margin: 10px 0;
    }
    .case_list_index .case_item:hover {
        flex: 0;
        width:100%;
        margin: 10px 0;
    }
    .box {
        min-width: 0;
        width: 90%;
    }

    .show_ting li.on a {
        padding: 7px;
    }

    .case_item .l3 {
        display: none !important;
    }

    .case_item .lans {
        bottom: 20px;
    }

    .case_item .l1 {
        font-size: 15px;
    }

    .case_item .l2 {
        font-size: 12px;
        margin-top: 6px;
    }

    .index_pow .r1 {
        font-size: 16px;
    }

    .index_pow .left {
        width: 100%;
        float: none;
    }

    .index_pow .right {
        width: 100%;
        float: none;
        padding: 20px 0 60px 0;
    }

    .index_pow {
        margin: 50px 0;
    }

    .button_list {
        left: 0;
    }

    .about1_about .left {
        width: 100%;
        float: none;
        position: static;
    }

    .about1_about .left .l2 {
        font-size: 14px;
        line-height: 30px;
    }

    .about1_about .left .l3 {
        margin-top: 20px;
    }

    .about1_about .left .l1 {
        font-size: 17px;
        margin: 8px 0 25px 0;
    }
	
	.about1_about .left .l1a {
        font-size: 17px;
        margin: 8px 0 25px 0;
    }
	
	
	
	
	
	    .about1_about .left3 {
        width: 100%;
        float: none;
        position: static;
    }

    .about1_about .left3 .l2 {
        font-size: 14px;
        line-height: 30px;
    }

    .about1_about .left3 .l3 {
        margin-top: 20px;
    }

    .about1_about .left3 .l1 {
        font-size: 17px;
        margin: 8px 0 25px 0;
    }
	
	.about1_about .left3 .l1a {
        font-size: 17px;
        margin: 8px 0 25px 0;
    }
	
	
	
	
	

    .about1_about .right {
        width: 100%;
        float: none;
        height: 500px;
        margin-top: 30px;
        background-size: cover;
    }
	
	
	
	    .about1_about .right3 {
        width: 100%;
        float: none;
        margin-top: 30px;
        background-size: cover;
    }
	
	    .about1_about .right2 {
        width: 100%;
        float: none;
        height: 300px;
        margin-top: 30px;
        background-size: cover;
    }

    .index-customer-list {
        padding: 50px 0;
    }

    .about1_about .left .l3 li {
        width: 28%;
        margin-right: 5%;
        float: left;
    }

    .honortime-swiper .swiper-slide-active:before {
        left: calc(50% + 3px);
    }

    .honortime-swiper .swiper-slide {
        padding-right: 0;
        padding-left: 3px;
    }

    .honortime-swiper .swiper-slide-active:after {
        left: calc(50% - 4px);
    }

    .about_title1 .a4 {
        font-size: 17px;
        margin-top: -10px;
    }
	
	.about_title1 .a5 {
        font-size: 20px;
        margin-top: -10px;
    }

    .ting_swiper .l1 {
        font-size: 32px;
    }

    .ting_swiper .left {
        padding: 10px 0 10px 30px;
        border-left: 3px solid #e60012;
    }

    .ting_swiper {
        width: 100%;
    }

    .culture_list li, .culture_list li:nth-child(2n) {
        margin: 50px 0px 0;
        width: 48%;
    }

    .culture_list li:nth-child(even) {
        margin-left: 3%;
    }

    .ting_swiper .l2 {
        font-size: 16px;
    }

    .ting_swiper .l3 {
        font-size: 12px;
    }

    .index_customers .lans {
        height: 120px;
    }

    .index_customers .right {
        top: 15px;
        height: calc(100% - 30px);
    }

    .index_customers .top {
        left: 15px;
        width: calc(100% - 30px);
    }

    .index-customer-list li img {
        width: calc(100% - 30px);
    }

    .contact_container .show {
        display: none !important;
    }

    .banner {
        height: 350px;
        background-size: cover;
    }

    .banner .lans {
        padding-top: 160px;
    }

    .banner .t1 {
        font-size: 30px;
    }

    .banner .t2 {
        font-size: 16px;
    }

    .new_d .title {
        font-size: 22px;
    }

    .new_d .tips {
        padding: 18px 0 15px 0;
    }

    .new_d .editor {
        font-size: 14px;
        padding: 30px 0;
    }

    .news_list li {
        width: 50%;
    }

    .news_list li:nth-child(3n - 2) {
        border-left: 1px solid #ededed;
    }

    .news_list li:nth-child(odd) {
        border-left-color: transparent;
    }

    .news_list .time {
        font-size: 22px;
        margin: 5px 0 10px 0;
    }

    .news_list .days {
        font-size: 28px;
    }

    .news_list .title {
        font-size: 16px;
        height: 16px;
        margin: 15px 0;
    }

    .news_list .search {
        margin-top: 20px;
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }

    .contact_container .right {
        width: 100%;
        zoom: .8;
    }

    .contact_container .box {
        padding-left: 0;
        margin-top: 40px;
    }

    .contact_container .left {
        position: static;
        width: 80%;
        height: 450px;
        margin: auto
    }

    .contact_list li {
        width: 100%;
    }

    .tect_list a {
        width: 48%;
        margin: 12px calc(1% - 4px);
    }

    .tect_nav a {
        margin: 6px 6px;
        padding: 0 10px;
        min-width: 100px;
        font-size: 14px;
        line-height: 32px;
    }

    .honor_list a {
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        line-height: 50px;
        background: #f8f8f8;
        font-size: 14px;
        width: calc(25% - 21px);
        float: left;
        margin: 25px 28px 0 0;
    }

    .about_honor, .show_container {
        padding: 40px 0;
    }

    .show_nav a {
        min-width: 19%;
    }

    .honortime-swiper {
        margin-top: 0;
    }

    .about2_container, .about3_container, .about1_container {
        padding: 50px 0;
    }

    .index_title .i1 {
        font-size: 25px;
    }

    .index_brand .b1 {
        font-size: 22px;
    }

    .index_brand .b2 {
        font-size: 14px
    }

    .index_brand {
        padding: 40px 0;
        background-size: cover;
    }

    .index_title {
        margin: 50px 0 10px;
        float: none !important;
    }

    .index_title .i2 {
        font-size: 14px;
    }

    .index_pro .pro_nav {
        float: none;
        margin: 40px -5px 0px;
        max-width: 100%;
    }

    .index_pro .pro_nav a {
        font-size: 13px;
        padding: 0 12px;
        line-height: 35px;
        margin: 8px 6px 0;
    }

    .index_serives_list {
        padding: 10px 0 50px 0;
    }

    .index_serives_list li:nth-child(even), .index_serives_list li {
        width: 100%;
        margin: 10px 0;
        /* padding: 20px 0; */
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index_serives_list .l1 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .index_serives_list .l2 {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (max-width: 1090px) {
    .ting_swiper .left, .ting_swiper .right {
        width: 100%;
        float: none;
        min-height: 0;
        margin-bottom: 30px;
        position: static;

        transform: translate(0, 0%);
    }

    .ting_swiper .left li {
        padding-top: 15px;
    }
}

@media screen and (max-width: 980px) {
    .dian_list .lans{
        font-size:12px;
        display:none;
    }
    .dian_list .line{
        display:none
    }
    .contact_container .right {
        zoom: .5;
    }
    .show_ting li.on a {
        padding: 5px;
    }

    .case_list_index .case_item {
        /* flex: 0 0 60vw; */
        /* width: 60vw; */
        /* margin-right: 40px; */
        /* margin-top: 30px; */
    }

    .index_case .scrollbar .handle {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: -15px
    }

    .index_case .sly {
        height: 420px
    }


    .case_list_index li:last-child {
        padding-right: 0px;
    }

    .index_pow {
        margin: 30px 0;
    }

    .index_pow .r1 {
        font-size: 15px;
    }

    .index_pow .r2 {
        font-size: 14px;
    }

    .show_nav {
        margin-top: 25px;
    }

    .index_brand .b1 {
        font-size: 18px;
    }

    .index_brand .b2 {
        font-size: 13px
    }

    .index_title .i1 {
        font-size: 22px;
    }

    .index_title .i2 {
        font-size: 13px;
    }

    .about1_about .right {
        height: 300px;
        margin-top: 20px;
    }
	
	
	.about1_about .right3 {
        margin-top: 20px;
    }
	
	
	    .about1_about .right2 {
        height: 200px;
        margin-top: 20px;
    }


    .banner_index .l2 {
        font-size: 30px;
        line-height: 41px;
        margin-top: 15px;
    }

    .banner_index a {
        /* height: 450px; */
        background-size: cover;
    }

    .banner_index .box {
        top: 50%;
    }

    .index_nav {
        padding: 20px 0;
    }

    .banner_index .lans {
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }

    .banner_index .l4 {
        font-size: 16px;
        margin: 25px 0;
    }

    .index_nav li, .index_nav li:nth-child(2) {
        width: 49%;
        margin: 25px 0;
    }

    .index_nav .t2 {
        margin-bottom: 8px;
    }

    .index_nav .fuhao {
        line-height: 30px;
        font-size: 12px;
        height: 30px;
    }



    .index_nav .number {
        font-size: 30px;
        line-height: 1;
    }

    .index_nav li:nth-child(odd) {
        margin: 25px calc(2% - 6px) 25px 0;
    }

    .about_honor .MORE {
        margin-bottom: 0;
    }

    .honor_list .picture {
        height: 175px;
    }

    .show_nav .lans {
        font-size: 14px;
    }

    .honor_list a:nth-child(4n), .honor_list a {
        width: 47.5%;
        margin: 10px 5% 10px 0;
    }

    .honor_list a:nth-child(2n) {
        margin-right: 0;
    }

    .banner {
        height: 160px;
        background-size: cover;
    }

    .banner .lans {
        padding-top: 50px;
    }

    .banner .t1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner .t2 {
        font-size: 14px;
    }

    .new_d .title {
        font-size: 18px;
        padding-top: 50px;
    }

    .new_d .tips li {
        font-size: 13px;
        margin: 0 15px;
    }

    .pagetion_d .btns {
        font-size: 12px;
        width: 90px;
        height: 30px;
    }

    .pagetion_d .return {
        font-size: 12px;
        width: 100px;
    }

    .new_d .pagetion_d {
        line-height: 30px;
        padding: 35px 0;
    }

    .news_list a {
        padding: 10px;
    }

    .news_list {
        padding: 40px 0 20px 0;
    }

    .news_list li:first-child {
        border-top: 0;
    }

    .news_list li, .news_list li:nth-child(3n - 2) {
        width: 100%;
        border: 0;
        padding-bottom: 40px;
        border-top: 1px solid #ededed;
    }

    .pagetion a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 2px;
        margin: 0 5px;
    }

    .pagetion a.btns {
        width: 30px;
        height: 30px;
    }

    .pagetion {
        margin-bottom: 30px;
    }

    .question_list li {
        background: url(../images/ico_mess.png) 8px 20px no-repeat;
        background-size: 15px auto;
        box-sizing: border-box;
        padding: 20px 0 20px 40px;
    }

    .question_list .l1 {
        font-size: 16px;
        line-height: 1;
        height: 16px;
        margin-bottom: 10px;
    }

    .question_list .top_r {
        width: 60px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        top: 20px;
    }

    .question_list {
        padding: 30px 0 50px 0;
    }

    .contact_container .left {
        width: 100%;
        height: 500px;
    }

    .contact_list li {
        width: calc(100% - 40px);
    }

    .map_title .m1 {
        font-size: 22px;
        color: #333333;
    }

    .hengs_titlesj {
        margin: 15px 0;
    }

    .map_title .m2 {
        font-size: 15px;
        padding: 10px 0;
    }

    .tect_nav a {
        /* margin: 5px; */
        /* padding: 0 8px; */
        /* min-width: 80px; */
        /* font-size: 14px; */
        /* line-height: 25px; */
    }

    .tect_nav {
        padding: 0px;
    }

    .tect_list .t1 {
        font-size: 14px;
        line-height: 15px;
        padding: 20px 15px;
    }

    .tect_list .d_left {
        font-size: 12px;
    }

    .tect_list .d_right {
        height: 40px;
        width: 18px;
        background-size: 100% auto;
    }

    .tect_list .t2 {
        line-height: 40px;
        padding: 0px 15px;
    }

    .tect_list a {
        height: 100px;
        width: 46%;
        margin: 5px calc(2% - 4px);
    }

    .tect_list {
        margin: 30px 0;
    }

    .pro_item_list a, .pro_item_list a:nth-child(4n) {
        margin: 15px 0;
        width: calc(48%);
    }

    .pro_item_list a:nth-child(even) {
        margin-left: 2%;
    }

    .pro_list {
        padding: 10px 0;
    }

    .pro_item_list {
        padding: 15px 0;
    }

    .pro_list .title_sum .t1 {
        font-size: 18px;
        line-height: 40px;
    }

    .pro_list .title_sum .hengs_titlesj {
        width: 70px;
    }

    .pro_item_list .lans {
        padding: 15px 20px;
    }

    .pro_item_list .l1 {
        font-size: 15px;
        line-height: 25px;
        height: 25px;
    }

    .pro_item_list .l2 {
        font-size: 13px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
        color: #666666;
    }

    .pro_item_list .l3 {
        width: 100px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
    }

    .prosum .pro_search {
        line-height: 40px;
        height: 40px;
        margin: 40px auto 25px;
    }

    .pro_search .t1 {
        line-height: 40px;
        font-size: 13px;
    }

    .pro_search .t2 {
        line-height: 40px;
    }

    .case_list_tings .left {
        width: 100%;
        height: 400px;
        background-size: cover;
        box-sizing: border-box;
    }

    .case_list_tings .right {
        width: 100%;
        position: static;
    }

    .case_list_tings .lans {
        padding: 40px;
    }

    .case_list_nav .imgs {
        margin: 5px;
    }

    .case_list_nav {
        padding: 30px 0 50px 0;
    }

    .case_list_nav .swiper-pagination {
        bottom: 25px;
    }

    .case_list_nav .swiper-pagination-bullet {
        width: 10px;
        height: 2px;
    }

    .join_sum .join_select {
        padding: 35px 0;
    }

    .join_select .t1_text, .join_select .t2_text {
        font-size: 14px;
    }

    .join_select li {
        width: 47.5%;
    }

    .join_select li:nth-child(2) {
        margin: 0 0 20px 5%;
    }

    .join_list .top {
        line-height: 50px;
        font-size: 16px;
    }

    .join_list li {
        padding: 0 20px;
    }

    .join_list .top:after {
        font-size: 20px;
        line-height: 50px;
        right: 20px;
    }

    .join_list .bottom .b1 dd {
        min-width: 200px;
        margin-right: 15px;
    }

    .join_list .bottom {
        font-size: 14px;
    }

    .join_list .bottom .b2 {
        padding: 20px 0;
        font-size: 13px;
    }

    .join_list .bottom .b1 {
        padding-bottom: 20px;
    }

    .join_select .t2_container {
        font-size: 14px;
        line-height: 2.5;
        max-height: 200px;
    }

    .banner_index .l5 {
        font-size: 12px;
        width: 90px;
        line-height: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 780px) {

    .banner_none{
        display: block;
    }
    .banner_index a{
        height:auto;
    }
    .index_case .sly {
        height: 320px
    }

  /*  .pro_item_list a:nth-child(even), .pro_item_list a, .pro_item_list a:nth-child(3n - 1) {
        margin: 10px 0;
        width: 100%
    }
*/
    .culture_list .c3 {
        font-size: 14px;
    }

    .culture_list .c2 {
        font-size: 16px;
    }

    .culture_list li:nth-child(even), .culture_list li, .culture_list li:nth-child(2n) {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        height: auto;
        padding: 30px 25px;
    }

    .culture_list li:hover {
        margin-top: 0px !important;
    }

    .honortime-swiper .swiper-slide {
        background-position-x: -2px;
    }

    .case_list_tings .lans {
        padding: 25px;
    }

    .case_list_tings .t1 {
        font-size: 18px;
    }

    .case_list_tings .t2 {
        font-size: 14px;
        line-height: 2;
    }

    .pro_item_list .l2 {
        font-size: 12px;
        margin: 10px 0 15px;
    }

    .pro_list .title_sum .t1 {
        font-size: 16px;
    }

    .pro_item_list .l3 {
        width: 80px;
        line-height: 25px;
        height: 25px;
    }

    .pro_item_list .lans {
        padding: 10px 15px 20px;
    }

    .index_customers li {
        width: 50%;
    }

    .index_customers li:nth-child(odd) .right {
        display: none;
    }

    .index_hezuo.index_customers li:nth-child(odd) .right {
        display: block;
    }

    .index_customers li:nth-child(3) .top, .index_customers li:nth-child(4) .top {
        display: block;
    }

    .neiye_nav a {
        line-height: 60px;
        font-size: 14px;
        margin-bottom: 0;
        float: left;
        margin-left: -5px;
    }

    .neiye_nav {
        height: 60px;
    }

    .neiye_nav a:hover:before, .neiye_nav a.on:before {
        bottom: 5px;
    }
}

@media screen and (max-width: 450px) {

    .index_case .sly {
        height: 220px
    }

    .case_item .ico {
        position: absolute;
        top: -10px;
        right: 40px;
        width: 40px;
        height: 32px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        background: url(../images/fang.png) no-repeat;
        line-height: 18px;
        padding-top: 5px;
        padding-left: 14px;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
    }

}

.header {
    background: rgba(0, 0, 0, .5); /* box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .09); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .header_wrapper {
    position: relative;
}

.header .logo {
    width: 216px;
	height:68px;
    float: left;
    position: relative;
    margin-top: 17px;
    z-index: 5;
	background: url('../images/logo.png');
}

.header .logo img {
    width: 216px;
    display: inline-block;
}


.header .right {
    float: right;
}

.header .right .header_message {
    font-size: 16px;
    color: #444;
    text-align: right;
    line-height: 30px;
    margin: 10px 0 0 0;
    font-family: 'arial';
    font-weight: 100;
}

.header .right .header_message img {
    margin-right: 8px;
}

.header_message span {
    margin-left: 40px;
    display: inline-block;
    position: relative;
}

.header_message span img.ewm {
    position: absolute;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    top: 30px;
    left: calc(50% - 45px);
    transform: rotateY(90deg);
    transition: all .3s;
    z-index: 15;
}

.header_message span:hover .ewm {
    transform: rotateY(0deg);
}

.header .nav_bottom {
    position: absolute;
    width: 115px;
    line-height: 2;
    background: #fff;
    padding: 15px 0;
    box-shadow: 10px 0px 20px 0 rgba(0, 0, 0, .2);
    top: 90px;
    display: none;
}

.header .nav_bottom a {
    display: block;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #333;
    z-index: 2;
}

.header .nav {
    font-size: 16px;
    line-height: 100px;
    display: inline-block;
}

.nav a {
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.nav li.on a, .nav li a:hover, .header.header_bg .nav li a:hover {
    color: #D81617;
}

.header.header_bg .nav li a {
    color: #333;
}

.header.header_bg .nav li.on .nav_top {
    color: #D81617;
}

.nav li a.nav_top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #D81617;
}

.nav li.on a:before, .nav li:hover a:before {
    left: 0;
    width: 100%;
}

.nav li {
    display: inline-block;
    margin-right: 35px;
    font-size: 16px;
    position: relative;
    z-index: 5;
}

.nav li:last-child {
    margin-right: 0
}

.nav li.ons .nav_top {
    color: #D81617;
}

.nav li.ons .nav2 {
    max-height: 100vh;
    z-index: 30;
}

.nav li .nav2 {
    position: absolute;
    /*left: 150%; */
	left: -60px;
    top: calc(100% + 2px);
    margin-top: -2px;
    background-color: #fff;
    /*transform: translate(-50%, 0); */
    width: 210px;
    /*     pointer-events: none; */
    border-radius: 0 0 3px 3px;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    line-height: 50px;
}


.nav li .nav2 a {
    position: relative;
    display: block;
    /* text-align: center; */
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-left: 45px;
    transition: all .3s ease;
}

.nav li .nav2 a:hover {
    background: #e60012;
    padding-left: 52px;
    color: #ffffff !important;
}

.nav li .nav2 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #ec3f4e;
    border-top: 1px solid #ec3f4e;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 30px;
}

.nav li .nav2 a:hover:after {
    border-color: #fff;
}

.nav li .nav2:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    bottom: 100%;
    background: #D81617;
    left: 0;
}







.nav li.ons .nav3 {
    max-height: 100vh;
    z-index: 30;
}

.nav li .nav3 {
    position: absolute;
    /*left: 150%; */
	left: -80px;
    top: calc(100% + 2px);
    margin-top: -2px;
	padding-left: 40px;
    background-color: #fff;
    /*transform: translate(-50%, 0); */
    width: 920px;
    /*     pointer-events: none; */
    border-radius: 0 0 3px 3px;
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	/*font-size: 18px; */
    line-height: 95px;
}

.nav li .nav3  ol{display:block;width:100%; height:18px;}
.nav li .nav3 a {
    position: relative;
    /* display: block; */
	width: 280px;
	height:95px;
	display:inline-block;
    /* text-align: center; */
    color: #222;
    padding-left: 25px;
    transition: all .3s ease;
}

.nav li .nav3 a:hover {
    background: #e60012;
    padding-left: 32px;
    color: #ffffff !important;
}

.nav li .nav3 a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width:70px;
}
.nav li .nav3 a:hover img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.nav li .nav3 a .ic2 {
	display: none;
}
.nav li .nav3 a:hover .ic1 {
	display: none;
}
.nav li .nav3 a:hover .ic2 {
	display: inline-block;
}










.header .header_right_ico {
    width: 45px;
    height: 45px;
    line-height: 100px;
    float: right;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    text-align: right;
    margin-left: 10px;
    margin-top: 2px;
}

.nav_top .number {
    font-size: 16px;
    color: #999999;
    display: inline-block;
    margin-top: -10px;
    margin-right: 5px;
    vertical-align: top;
}

.nav_top .state {
    font-size: 16px;
    color: #222222;
    display: inline-block;
}

li.on .nav_top .state {
    color: #ec3f4e
}

.header_sj {
    display: none;
}

.header_pc .nav {
    float: right;
}

.ewm_header {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #3D3D3D;
    width: 76px;
}

.ewm_header .img {
    width: 76px;
    float: left;
}

.ewm_header .ewm_lans {
    float: left;
}

.ewm_header .ewm_lans p {
    width: 76px;
    line-height: 1.2;
    display: block;
    float: left;
	text-align: center;
}







.ewm_header2 {
    position: absolute;
    right: -70px;
    top: 5px;
    color: #3D3D3D;
    width: 76px;
}

.ewm_header2 .img {
    width: 76px;
    float: left;
}

.ewm_header2 .ewm_lans {
    float: left;
}

.ewm_header2 .ewm_lans p {
    width: 76px;
    line-height: 1.2;
    display: block;
    float: left;
	text-align: center;
}







.header_pc .header_lans {
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0px;
    margin-left: 60px;
}

.header_pc .header_lans a {
    color: #c0c0c0;
    margin: 0 7px;
    position: relative;
}


.header_pc .header_lans .txtli{
	position: relative;
	padding-left: 60px;
	padding-right: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	white-space: nowrap;
}
.header_pc .header_lans .txtli .img{
	position: absolute;
	left: 0px;
	width: 49px;
}
.header_pc .header_lans .txtli .t1{
	color: #666666;
}
.header_pc .header_lans .txtli .t2{
	/*font-weight: bold;*/
	color: #D81617;
}






.header.header_bg {
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
}

.banner_pc {
    display: block !important;
}

.banner_sj {
    display: none !important;
}





	



@media screen and (max-width: 1550px) {
    .nav li {
        margin-right: 40px;
        font-size: 15px;
    }
	
	.header_pc .header_lans {
    font-size: 14px;
    margin-left: 40px;
}
.header_pc .header_lans .txtli{
	padding-right: 10px;
}
	
	.header_pc .header_lans .txtli .img{
	left: 9px;
	width: 40px;
}

.nav li .nav3 a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width:65px;
}

.nav li.ons .nav3 {
    max-height: 90vh;
    z-index: 30;
}




    .header .right .header_message {
        font-size: 15px;
    }

    .ewm_header {
        position: absolute;
        right: -10px;
        top: 12px;
        width: 50px;
    }

    .ewm_header .img {
        width: 50px;
    }

    .ewm_header .ewm_lans p {
        font-size: 12px;
		width: 50px;
        line-height: 1;
		text-align: center;
    }
	
	
	
	
	
	.ewm_header2 {
        position: absolute;
        right: -70px;
        top: 12px;
        width: 50px;
    }

    .ewm_header2 .img {
        width: 50px;
    }

    .ewm_header2 .ewm_lans p {
        font-size: 12px;
		width: 50px;
        line-height: 1;
		text-align: center;
    }
	
	
}

@media screen and (max-width: 1450px) {
    .nav li {
        margin-right: 30px;
        font-size: 14px;
    }
	


.nav li .nav3 a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width:60px;
}

.nav li.ons .nav3 {
    max-height: 80vh;
    z-index: 30;
}
    .header .right .header_message {
        font-size: 14px;
    }
	.ewm_header {
        display: none;
    }
	.ewm_header2 {
        display: none;
    }
	.header_pc .header_lans {
        display: none;
		
    }
	
}

@media screen and (max-width: 1280px) {
    .nav li {
        margin-right: 15px;
        font-size: 13px;
    }
	
	
	.nav li .nav3 a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width:55px;
}

.nav li.ons .nav3 {
    max-height: 70vh;
    z-index: 30;
}

    .header .right .header_message {
        font-size: 13px;
    }

    
	    
	
	
}

@media screen and (max-width: 1199px) {


    .nav li .nav2 a:after {
        right: 10px;
    }

    .nav li .nav3 a:after {
        right: 10px;
    }

    .banner_pc {
        display: block !important;
    }

    .banner_pc {
        display: none !important;
    }
	
	.sidebar {
        display: none;
    }
	
	

    .header_pc .nav {
        display: none;
    }
	
	
	

    .nav li .nav2 a {
        padding-left: 20px;
    }

    .nav li .nav2 a:hover {
        padding-left: 20px
    }
	
	
	    .nav li .nav3 a {
        padding-left: 20px;

    }

    .nav li .nav3 a:hover {
        padding-left: 20px
    }



    .nav li .nav2 {
        position: static;
        transform: translate(0%, 0);
        width: 100%;
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, .1);
    }
	
	    .nav li .nav3 {
        position: static;
        transform: translate(0%, 0);
        width: 100%;
        box-shadow: 0 0 0px 0 rgba(0, 0, 0, .1);
    }

    .nav li .nav_top i.arrow {
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #999;
        border-top: 2px solid #999;
        transform: rotate(135deg);
        float: right;
        margin-top: 8px;
    }

    .nav li.ons .nav_top i.arrow {
        transform: rotate(-135deg);
        border-left: 2px solid #D81617;
        border-top: 2px solid #D81617;
    }

    .header .nav {
        display: none;
        background: #fff;
        min-height: 100vh;
        width: 100%;
        top: 54px;
        line-height: 3;
        box-sizing: border-box;
        padding-top: 0;
        left: 0;
        position: fixed;
    }

    .nav li .nav_top {
        padding: 15px 0 5px 0;
        display: block;
        color: #333;
        cursor: pointer;
    }

    .header .logo {
        width: 120px;
        height:38px;
        margin-top: 14px;
		background: url('../images/logo-s.png');
    }

    .header {
        line-height: 60px;
        top: -5px;
        height: 60px;
        background: #fff;
    }

    .header .header_right_ico {
        width: 80px;
        height: 30px;
        margin-top: 15px;
        line-height: 22px;
        padding: 0;
        /* background: #f4f4f4; */
        margin-top: 18px;
        margin-left: 0;
    }

    .header .header_right_ico img {
        display: inline-block !important;
        width: 14px;
    }

    .header .header_right_ico img.banner_sj {
        width: 30px;
        margin-left: 13px;
    }

    .main {
        padding-top: 56px;
    }

    .nav li {
        float: none;
        display: block;
        margin: 0;
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(221, 221, 221, 0.55);
    }

    .header .nav_bottom {
        display: block !important;
        position: static;
        width: 100%;
        text-align: left;
        box-shadow: none;
        padding: 0;
        padding-left: 25px;
        padding-bottom: 10px;
    }

    .header .nav_bottom a {
        text-align: left;
        font-size: 12px;
        line-height: 3;
    }

    .nav_top .number {
        font-size: 14px
    }

    .header .nav_bottom:before {
        display: none
    }

    .header .right .header_message {
        display: none;
    }

    .header .logo .lans {
        font-size: 12px;
        line-height: 18px;
        color: #222;
    }
}


.search {
    position: fixed;
    z-index: 6;
    top: 100px;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s;
    transition-delay: .5s;
}

.search.search-is-open {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.search.search-is-open .search__container {
    transform: translateY(0) translateZ(0);
}

.search__container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    transform: translateY(-100%) translateZ(0);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: .2;
}

.search, .search__overlay {
    left: 0;
}

.search-header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.search-header .search-loader {
    position: absolute;
    top: 17px;
    left: 2.6vw;
}

.search-header .search-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}

.search-header .search-input {
    font-size: 24px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.search-header .search-input__wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
    width: 100%;
}

.search-item {
    position: relative;
    display: block;
    overflow: hidden;
    transition: background-color .2s, opacity .3s, color .3s;
    transform-origin: 0 0;
    color: #1d1d1d;
}

.search-item:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 8.333%;
    right: 8.333%;
    height: 1px;
    background-color: #d9d9d9;
}

.row.por {
    position: relative;
}

.search-item .solr-highlight {
    background-color: rgba(101, 32, 142, .2);
}

.search-item__inner {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    min-height: 121px;
}

.search-close {
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 28px;
    height: 1.8rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 28px !important;
    cursor: pointer;
    z-index: 6;
    transition-duration: .5s;
}

.search-close:hover {
    transform: rotate(90deg);
}

.search .submit0 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 5;
    width: 28px;
    height: 1.8rem;
    background: url(../images/ico_search.png) no-repeat center;
    opacity: .8;
    border: none;
    background-size: 28px !important;
    box-sizing: border-box;
    display: block;
}

.search-header .search-input {
    display: block;
    text-indent: 80px;
    line-height: 3;
    font-size: 24px;
    color: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
}

.intro-list1.flexBox.alignCenter {
    align-items: flex-start;
}

.intro-list1 .moudle-titles1 {
    line-height: 1rem;
}

.intro-list1 .list-right {
    margin-top: 1.98rem;
}

@media (max-width: 1200px) {
    .search {
        top: 50px;
    }

    .search-header {
        padding: 50px 0;
    }

    .search-header .search-input {
        text-indent: 26px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .search .submit0 {
        width: 20px;
        height: 30px;
        background-size: 20px !important;
        top: 0;
    }

    .search-close {
        background-size: 20px !important;
        width: 20px;
        height: 30px;
        top: 0;
    }
}

.search-body .search-list1 {
    min-height: 20vw;
}

.use-body .newsInfo-mains {
    border: none;
    padding: 0;
}

.use-body .item-h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.use-body .info-item {
    margin-bottom: 20px;
}

.proInfo-list1 {
    position: relative;
}

@media (max-width: 1023px) {
    .use-body .item-h5 {
        font-size: 18px;
    }

    .search-body .search-list1 {
        min-height: 50vw;
    }

    .intro-list1 .moudle-titles1 {
        line-height: 1.1;
    }

    .intro-list1 .list-right {
        margin-top: 0;
    }
}

.remind-sorry {
    text-align: center;
    font-size: .5rem;
    line-height: 1.1;
    color: #888;
}

.travel-swiper-banner .slide1 .img100 {
    transition-duration: .6s;
    transition-delay: .3s;
}

.travel-swiper-banner.cur .slide1 .img100 {
    transition-duration: .6s;
    transition-delay: .3s;
    opacity: 0;
    transform: translateX(50px);
}

.travel-swiper-banner.cur2 .swiper-slide0.slide1 .img100 {
    opacity: 1;
    transform: translateX(0);
}

.proInfo-para-wrap {
    display: none !important;
}

.bdsharebuttonbox .hide-ewm {
    transition-duration: .5s;
    transform: rotateY(90deg);
    bottom: 26px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: #fff;
    position: absolute;
}

.bdsharebuttonbox .hide-ewm:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    box-sizing: content-box;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.bdsharebuttonbox .weixin {
    position: relative;
}

.bdsharebuttonbox .weixin:hover .hide-ewm {
    transform: rotateY(0);
}

.bdshare-button-style0-16 a:hover {
    opacity: 1 !important;
}

.ability-list5 .tech-list13 .font-dt {
    padding-left: 0 !important;
}

.Info-form-bg p, .Info-form-bg span {
    color: #888 !important;
    text-align: left;
    font-size: 14px !important; /*white-space: pre-wrap;*/
    line-height: 1.8;
}

.Info-form-bg .info-dt-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 0;
    transform: rotateX(60deg);
    position: absolute;
}

.Info-form-bg .info-dt-wrap {
    padding-top: .75rem;
    position: relative;
}

.mCustomScrollbars {
    width: 100%;
    overflow: auto;
}

@media (max-width: 1023px) {
    .Info-form-bg p, .Info-form-bg span {
        font-size: 12px !important;
    }
}

@media (max-width: 321px) {
    .news-btn-wrap .news-btn {
        font-size: 12px;
    }
}

@media (min-width: 1201px) {
    .footer-top .footer-nav.footer-m-nav {
        display: none;
    }
}

@media (max-width: 1200px) {
    .ability-list4 .moudle-titles1 .moudle-font42 {
        margin-bottom: 0;
    }

    .ability-list4 .moudle-titles1 {
        margin-bottom: 1rem;
    }

    .proInfo-list2 .proInfo-table table {
        width: auto;
    }

    .proInfo-list2 .proInfo-table {
        overflow: scroll;
    }
}

@media (min-width: 768px) {
    .pc-block2 {
        display: block;
    }

    .tech-list31 .tech-m-img, .tech-list11 .tech-m-img {
        display: none;
    }

    .tech-list31 .tech-pc-img, .tech-list11 .tech-pc-img {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .tech-list31 .tech-m-img, .tech-list11 .tech-m-img {
        display: inline-block;
    }

    .tech-list31 .tech-pc-img, .tech-list11 .tech-pc-img {
        display: none;
    }

    .wel-list1 img.poa100:nth-child(2) {
        left: -28vw;
    }

    .safe-item-wrap .safe-item {
        margin-bottom: 4px;
    }

    .m-block2 {
        display: block;
    }

    .travel-swiper-banner .four-item {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }

    .tech-list31 .list-item:nth-child(2), .tech-list31 .list-item:nth-child(3) {
        padding-bottom: 30px;
    }

    .tech-list31 .list-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
}

.proInfo-list2 .proInfo-table table tr:first-child td { /*width: 100% !important;*/
    text-align: center !important;
}

@media (min-width: 1201px) and (max-width: 1340px) {
    .mCSB_inside > .mCSB_container {
        margin-right: 20px !important;
    }

    .ability-list3 .cn-font16 {
        padding-right: 5rem;
    }

    .wel-list1 .wel-solution-item:nth-child(1) .moudle-titles1, .wel-list1 .wel-solution-item:nth-child(3) .moudle-titles1 {
        margin-top: 40px;
    }

    .wel-list1 .list-right .textRight.cn-font18 {
        padding-left: 1rem;
        margin-top: 20px;
    }

    .wel-list1 .list-right .wel-solution-item:nth-child(3) .textRight.cn-font18 {
        padding-left: 3.5rem;
    }

    .intro-list2 .list-left {
        flex: 0 0 calc(100% - 575px);
        width: calc(100% - 575px);
    }
}

@media (min-width: 1201px) {
    .intro-list3 .show-top .name0, .intro-list3 .show-top .zhiwei0 .s0 {
        display: block !important;
    }

    .footer-top .footer-nav.footer-m-nav {
        display: none;
    }
}

@media (max-width: 1200px) {
    .safe-item-wrap .safe-item .cn-font38 {
        margin: 10px auto;
    }

    .footer-top .footer-nav.footer-pc-nav {
        display: none;
    }

    .footer-top .footer-nav.footer-m-nav {
        display: inline-block;
    }

    .footer-top .footer-nav {
        flex: 0 0 25%;
    }

    .energy-list1 .cn-font20 {
        line-height: 1.5;
    }

    .footer .bdsharebuttonbox {
        flex: 0 0 40%;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .pc-block-m-none {
        display: block;
    }

    .pc-block2 {
        display: block;
    }

    .tech-list31 .imgauto.tech-m-img {
        display: none;
    }

    .tech-list31 .imgauto.tech-pc-img {
        display: inline-block;
    }
}

/*end header_search*/

.footer {
    background-color: #f6f6f6;
    margin-bottom: -12px;
}

.footer .footer_wrapper {

}

.footer_wrapper .footer_top {

}

.footer_top .l_rt {
    width: 40%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 50px;
}

.footer .f_title {
    font-size: 18px;
    color: #333333;
    padding: 80px 0 45px 0;
    text-transform: uppercase;
}

.footer_top .f_nav {

}

.footer_top .f_nav li {
    width: 50%;
    float: left;
    display: none;
}

.footer_top .f_nav li.show {
    display: block;
}

.footer_top .f_nav a {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
    display: block;
}

.footer_top .f_nav a.on, .footer_top .f_nav a:hover {
    color: #e60012;
}

.footer_top .f_nav a.on:before {
    content: '-';
    color: #e60012;
    margin-right: 5px;
}

.footer_top .c_rt {
    padding-left: 100px;
    float: left;
}

.footer_top .center {
    font-size: 16px;
    line-height: 37px;
    color: #666666;
}

.footer_top .r_lt {
    float: right;
    text-align: right;
    padding-top: 160px;
}

.footer_top .ewm {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    color: #666666;
    margin-left: 20px;
}

.footer_top .ewm img {
    width: 125px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.footer_bottom {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    background-color: #313131;
}

.footer_bottom .l_rt {
    float: left;
    color: #707070;
}

.footer_bottom a {
    color: #707070;
}

.footer_bottom .r_rt {
    float: right;
    color: #707070;
}

.footer_bottom .r_mob {
display:none;
}

.sly {
    height: 600px;
}

.footer_fixed {
    bottom: 100px;
    right: 50px;
    position: fixed;
    z-index: 6;
}

.fixed_top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.fix_contact {

}

.fix_wrapper {
    position: relative;
}

.fix_wrapper .c_title {
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    width: 44px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #e60012;
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .02);
}

.fix_wrapper .c_title img {
    margin-bottom: 5px;
}

.fix_wrapper .c_list {
    position: absolute;
    width: 260px;
    /*height: 240px;*/
    background: #ffffff;
    right: 60px;
    bottom: 40px;
    box-sizing: border-box;
    padding-top: 10px;
    display: none;
}

.fix_wrapper .c_list a {
    line-height: 25px;
    background: url(.) 20px 2px no-repeat;
    background-size: 25px;
    padding: 0 0 0 55px;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
}

.fix_wrapper .c_list .close {
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 6;
}

.fix_wrapper .cl1 {
    font-size: 16px;
    color: #333333;
}

.fix_wrapper .cl2 {
    font-size: 14px;
    color: #666;
}

.pro_details {
    position: relative;
}

.pro_details:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.pro_d_item {
    width: 46%;
    float: left;
    position: relative;
}

.pro_d_item .pro_d_wrapper {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;

}

.pro_details .right {
    width: 48%;
    float: right;
    position: relative;
    z-index: 4;
}

.pro_details .l1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.pro_details .l2 {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-top: 15px;
}

.pro_details .l3 {
    margin-top: 15px;
	margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding:15px 0;
    border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;

}

.pro_details .l4 {
    float: right;
    margin-top: 30px;
	margin-right: 12px;
    font-size: 22px;
    width: 220px;
    line-height: 54px;
    /*color: #ffffff;
    /*background: #e60012;*/

}
.pro_details .l4 span {
    padding:10px 20px;
    color: #ffffff;
    background: #e60012;
	letter-spacing:5px;

}
.pro_details .l4 img {
    margin-right: 15px;
	width: 54px;
	height: 54px;
	float: left;
}
.pro_details .l5 {
float: right;
    margin-top: 30px;
	margin-right: 30px;
    font-size: 22px;
    width: 215px;
    line-height:26px;
    color:#e60012;
}
.pro_details .l5 img {
    margin-right: 15px;
	width: 54px;
	height: 54px;
	float: left;
}
.pro_details .l6 {
    font-size: 20px;
    width: 225px;
    line-height:54px;
    color:#333333;
	position:absolute;
	right:0;
	bottom:84px;
}
.pro_details .l6 img {
    margin-right: 10px;
	width: 37px;
	height: 36px;
	float: left;
}
.pc_none{
    display: none!important;
}
.sj_none{
    display: block!important;
}
@media screen and (max-width: 1550px) {
    .footer_top .f_nav a, .footer_top .center {
        font-size: 14px;
        line-height: 30px;
    }

    .footer_top .c_rt {
        padding-left: 50px;
    }

    .footer_top .r_lt {
        padding-top: 110px;
    }

    .pro_details .l3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        padding: 40px 0;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .pro_details .l2 {
        font-size: 14px;
    }

    .pro_details .right {
        padding-top: 4%;
    }

    .slick-dots {
        bottom: -10%;
    }
}

@media screen and (max-width: 1199px) {

    .pc_none{
        display: block!important;
    }
    .sj_none{
        display: none!important;
    }
    .pro_d_item {
        width: 110%;
		margin-left: -5%;
        float: none;
    }

    .img_list .box {
       
    }

    .pro_details .right {
        width: 110%;
        margin-left: -5%;
        padding: 40px 5% 80px 5%;
        box-sizing: border-box;
        float: none;
        background: #f9f9f9;
    }

    .pro_details:after {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .footer_bottom .l_rt {
        float: none;
    }

    .footer_bottom .r_rt {
        display: block;
        float: none;
        margin-top: 10px;
    }
	


    .pro_details .l3 {
        margin-top: 20px;
        padding: 25px 0;
    }

    .pro_details .l1 {
        font-size: 20px;
    }

    .pro_details .l4 {
        margin-top: 10px;
        font-size: 14px;
        width: 124px;
        line-height:36px;
    }
	
	.pro_details .l4 span {
    padding:7px 12px;
    color: #ffffff;
    background: #e60012;
	letter-spacing:0px;

     }
    .pro_details .l4 img {
    margin-right: 8px;
	width: 36px;
	height: 36px;
	float: left;
      }
	
	    .pro_details .l5 {
        margin-top: 10px;
		margin-right: 14px;
        font-size: 14px;
        width: 136px;
        line-height: 18px;
    }

.pro_details .l5 img {
    margin-right:8px;
	width: 36px;
	height: 36px;
	float: left;
}

.pro_details .l6 {
    font-size: 12px;
    width: 153px;
    line-height:28px;
    color:#333333;
	position:absolute;
	right:0;
	bottom:87px;
}
.pro_details .l6 img {
    margin-right:6px;
	width: 22px;
	height: 21px;
	float: left;
}
    .img_list .lans {
        width: 100%;
		float: none;
		margin-top:-30px;
    }

.img_list .lans2 {
        width: 100%;
		float: none;
		position: relative;
		margin-top:50px;
    }
    .img_list .l1 {
        font-size: 17px;
    }

    .img_list .l2 {
        font-size: 14px;
        line-height: 30px;
    }

    .img_list .box {
        height: auto;

        padding: 30px 0;
    }

    .pro_table th:nth-child(2) {
        width: 40%;
    }

    .pro_table th {
        width: 30%;
        font-size: 15px;
    }

    .pro_table td {
        font-size: 12px;
    }

    .down_list a {
        float: none;
        width: 100%;
        line-height: 18px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .down_list .down_ico {
        width: 20%;
        height: 80px;
        background: url(../images/down1.png) center center no-repeat #cecece;
        background-size: 20px;
    }

    .down_list a:nth-child(even) {
        margin-left: 0%;
    }

    .down_list .lans {
        padding: 0 10% 0 18%
    }

    .pro_d_sum .ptitle {
        font-size: 20px;
        padding: 20px 0 0;
    }

    .pro_d_other .pro_item_list {
        padding-bottom: 60px;
    }

    .down_list {
        padding: 30px 0 10px 0;
    }
}






.moble-flex {
	display:none;
}

@media screen and (max-width: 1199px) {

	.footer_bottom .r_mob
	 {
        display: block;
        float: none;
        margin-top: 70px;
    }
	.moble-flex {
		display:block;
		width:100%;
		height:50px;
		background:#D81617;
		position:fixed;
		z-index:9999;
		left:0;
		bottom:0;
		box-sizing:border-box;
		padding:0 3%;
	}
	.moble-flex .mbox1 {
		width:25%;
		padding-top:4px;
		float:left;
	}
	.moble-flex .mbox1 img {
		height:39px;
		margin:2px auto 0;
	}
	.moble-flex .mbox {
		float:left;
		padding-top:4px;
		width:25%;
		text-align: center;
	}
	.moble-flex .mbox .img {
		width:22px;
		margin:auto;
	}
	.moble-flex .mbox .txt {
		text-align:center;
		font-size:0.8rem;
		color:#fff;
		font-weight:bold;
	}
	.moble-flex .mbox2 {
		float:left;
		width:25%;
		height:35px;
		text-align:center;
		background:#ef8e33;
		border-radius:17px;
		margin-top:7px;
	}
	.moble-flex .mbox2 a {
		font-size:0.8rem;
		font-weight:bold;
		color:#fff;
		display:block;
		width:50%;
		float:left;
		height:19px;
		line-height:18px;
		margin-top:8px;
	}
	.moble-flex .mbox2 a:first-child {
		box-sizing:border-box;
		border-right:1px solid #fff;
	}
}



























































.i-title{
	position: relative;
	text-align: center;
}
.i-title .t1{
	font-size: 36px;
	color: #333333;
}
.i-title .t2{
	position: relative;
	z-index: 2;
	font-size: 28px;
}
.i-title .t3{
	font-size: 16px;
	line-height: 2;
	color: #333333;
}
.i-title .t4{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-family: "DIN-BOLD";
	font-size: 81px;
	color: rgba(30,33,137,0.06);
}
.i-title .t5{
	font-size: 24px;
}
.i-title .t6, .detail-title .t1{
	font-size: 32px;
	color: #333333;
}
.i-title .sp{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-family: "DIN";
	font-size: 18px;
}
.i-title .sp1{
	display: inline-block;
	margin-right: 10px;
	font-family: "DIN";
}
.i-title .blue{
	color: #004e98;
}
.i-title .bold{
	font-weight: bold;
}
.i-title .left{
	text-align: left;
}
.i-title .uppercase{
	text-transform: uppercase;
}

/*产品中心*/
.productli{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: #f1f1f1 solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.productli:nth-child(3n){
	margin-right: 0;
}
.recommend .productli{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.productli a{
	display: block;
	width: 100%;
}
.productli .imgbox{
	width: 100%;
	height:0px;
	position:relative;
    padding-bottom:66%;
	overflow: hidden;
	text-align: center;
}
.productli .imgbox img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.productli:hover .imgbox img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    top: 0;
    left: 0;

}
.productli .txtbox{
	border-top: #f1f1f1 solid 1px;
	background-color: #f8f8f8;
	padding: 8.9% 6%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.productli:hover .txtbox{
	background-color: #D81617;
}
.productli .txtbox .t1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-list ul .productli .txtbox .t1, .recommend .productli .txtbox .t1{
	font-size: 20px;
}
.productli .txtbox .t2{
	color: #999999;
	font-size: 16px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.productli:hover .txtbox .t1{
	color: #ffffff;
}
.productli:hover .txtbox .t2{
	color: #ebebeb;
}




















/*产品中心*/
.product{
	padding-bottom: 80px;
}
.product .leftbox{
    padding-top: 80px;
	float: left;
	width: 280px;
}
.classify .tit{
	position: relative;
	width: 100%;
	background-color: #004f99;
	padding: 24px 70px 24px 28px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.classify .tit span{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fefefe;
	font-size: 24px;
	font-weight: bold;
}
.classify .tit i{
	position: absolute;
	right: 28px;
	top: 0;
	width: 27px;
	height: 100%;
	background: url(../images/img44.png) center right no-repeat;
	background-size: 27px 24px;
}
.classify .c-nav1{
	height: 80vh;
}
.classify .c-nav1>ul{
	/*padding-top: 5px;*/
	/*padding-bottom: 40px;*/
	background-color: #F3F3F3;
	max-height: 100%;
	overflow: auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.classify>ul>li{
	/*padding-bottom: 12px;*/
}
.classify ul li .o-level, .classify .conwidth>ul>li>a{
	padding-left: 60px;
	padding-right: 30px;
	margin-bottom: 5px;
	cursor: pointer;
}
.classify ul li .o-level{
	background: url(../images/p-bg.jpg) right no-repeat;
}
.classify ul li .o-level span{
	position: relative;
	display: block;
	padding-right: 30px;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
	padding: 10px 0px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.classify ul li.on .o-level span{
	color: #FFF3EF;
}
.classify ul li .o-level i{
	position: absolute;
	right: 0;
	top: 10px;
	width: 22px;
	height: 22px;
	background: url(../images/img40.png) center no-repeat;
	background-size: 19px 19px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.classify ul li.on .o-level i{
	/*-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);*/
}
.classify ul li.on .o-level i{
	background: url(../images/img41.png) center no-repeat;
	background-size: 19px 19px;
}
.classify ul li ul{
    padding:25px 0px 40px 0px;
	display: none;
	width: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.classify ul li ul a{
	width: 100%;
}
.classify ul li ul.other{
	display: block;
}
.classify ul li ul li{
padding-bottom:10px;
}
.classify ul li ul>li>a, .classify ul li ul li .t-level{
	position: relative;
	display: block;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 2.6;
	padding-left: 130px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}


/*.classify ul li ul li.on .t-level i img {
    -webkit-filter: brightness(100%); 
    filter: brightness(100%);
	
    }
	
.classify ul li ul li:hover .t-level i img {
    -webkit-filter: brightness(100%); 
    filter: brightness(100%);
	
    }	
	
.classify ul li ul li .t-level i img
    {
	-webkit-filter: brightness(50%);
    filter: brightness(50%);
    }

*/




.classify ul li ul li .t-level i img {
	padding-bottom:5px;
}
.classify ul li ul li .t-level i .ic2 {
	display: none;
}
.classify ul li ul li:hover .t-level i .ic1 {
	display: none;
}
.classify ul li ul li:hover .t-level i .ic2 {
	display: inline-block;
}

.classify ul li ul li.on .t-level i .ic1{
	display: none;
}
.classify ul li ul li.on .t-level i .ic2{
	display: inline-block;
}


.classify ul li ul li .t-level i{
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 50px;
	height: 100%;
	background-color: #F3F3F3;
	
}
.classify ul li ul li:hover .t-level i{
	background-color: #D81617;
	
}
.classify ul li ul li.on .t-level i{
	background-color: #D81617;
	
}





.classify ul li ul>li>a:hover, .lookup-nav ul li ul>li.on>a, .classify ul li ul li .t-level:hover, .classify ul li ul li.on .t-level{
	color: #D81617;
	background: url(../images/p-bg2.jpg) left no-repeat;
}
.classify ul li ul li .level-box{
    display: none;
}
.classify ul li ul li .level-li{
	margin: 0px auto 5px;
    overflow: hidden;
}
.classify ul li ul li .level-li a{
	position: relative;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 2.2;
	margin-bottom: 4px;
	padding-left: 90px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.classify ul li ul li .level-li a:before{
	content: '';
	position: absolute;
	top: 16px;
	left: 64px;
	width: 14px;
	height: 1px;
	background-color: #666666;
}
.classify ul li ul li .level-li a:hover:before, .classify ul li ul li .level-li a.on:before{
	background-color: #D81617;
}
.classify ul li .t-level a.on, .classify ul li ul li .level-li a:hover, .classify ul li ul li .level-li a.on{
	color: #D81617;
}
.classify ul li .t-level a,  .classify ul li ul li .level-li a{
	color: #333333;
}
.classify ul li .t-level a:hover,  .classify ul li ul li .level-li a:hover{
	color: #D81617;
}
/*产品中心列表*/
.product .rightbox{
	float: left;
	padding-top: 80px;
	width: 80%;
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	padding-left: 4%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.product-list{
}
.product-list .tit{
	padding: 25px 0px;
	overflow: hidden;
}
.product-list .tit .sp1{
	display: inline-block;
	color: #D81617;
	font-size: 24px;
	font-weight: bold;
}
.product-list .tit .sp2{
	display: inline-block;
	vertical-align: baseline;
	margin-left: 5px;
	color: #c8c7c7;
	font-size: 14px;
	text-transform: uppercase;
}
.product-list ul{
	margin-bottom: 50px;
}

/*分页*/
.page{
    width: 100%;
    text-align: center;
}
.order .page-list, .notice .page-list, .customer-m .page-list{
	float: left;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 12px;
   	min-width: 45px;
   	height: 45px;
   	line-height: 43px;
	margin-bottom: 5px;
	margin-right: 14px;
    text-align: center;
    font-size: 16px;
    color: #8c8c8c;
    border-radius: 50%;
    border: #d9d9d9 solid 1px;
	background-color: #FFFFFF;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a.fyprev{
	border: none;
	background: url(../images/img54.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img55.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img54a.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img55a.png) center no-repeat;
}
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    border: #D81617 solid 1px;
    background-color: #D81617;
}
.page-list .ellipsis{
	border: none;
	color: #8c8c8c;
	font-size: 20px;
	background: none;
}

/*产品详情*/
.c-nav2-wrap .c-nav2 {
  	position: relative;
  	z-index: 10;
}
.c-nav2-wrap .c-nav2::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
 	z-index: -1;
  	width: 100%;
  	height: 100%;
  	-webkit-backdrop-filter: saturate(180%) blur(4px);
	backdrop-filter: saturate(180%) blur(4px);
  	/*background: rgba(250, 250, 250, 0.9);*/
	background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 991px) {
  	.c-nav2-wrap .c-nav2 {
    	padding: 0;
  	}
  	/*.c-nav2-wrap .c-nav2 .swiper-container{
    	border-bottom: 1px solid #ddd;
  	}*/
}
.c-nav2-wrap .c-nav2 .swiper-container{
	border-top: #e6e6e6 solid 1px;
}
.c-nav2-wrap .c-nav2 .swiper-slide {
  	margin-right: 50px;
  	width: auto;
  	line-height: 78px;
  	color: #333333;
  	font-size: 18px;
  	cursor: pointer;
}
@media only screen and (max-width: 1681px) {
  	.c-nav2-wrap .c-nav2 .swiper-slide {
    	line-height: 54px;
  	}
}
@media only screen and (max-width: 991px) {
  	.c-nav2-wrap .c-nav2 .swiper-slide {
   		margin-right: 20px;
    	line-height: 50px;
  	}
}
.c-nav2-wrap .c-nav2 .swiper-slide.on {
  	color: #D81617;
}
.c-nav2-wrap .c-nav2 .swiper-slide.on::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	border-top: 2px solid #D81617;
}
@media only screen and (max-width: 991px) {
  	.c-nav2-wrap .c-nav2 .swiper-slide.on::before {
    	top: auto;
    	bottom: 0;
  	}
}
.c-nav2-wrap .c-nav2 .swiper-slide:hover {
  	color: #D81617;
}

/*产品概述*/
.overview{
}
.overview .left-wrap{
	float: left;
	width: 48.5%;
	overflow: hidden;
}
.overview .pc-slide{
	position: relative;
	width: 100%;
	margin: 0 auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.overview .view, .overview .preview{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.overview .view .swiper-container {
	width: 100%;
}
.overview .pc-slide .arrow-left {
	background: url(../images/img56.png) no-repeat left top;
	background-size: 60px 60px;
	position: absolute;
	left: 0;
	top: 38%;
	/*margin-top: -30px;*/
	width: 60px;
	height: 60px;
	z-index: 10;
}
.overview .pc-slide .bigimg{
	width: 100%;
	overflow: hidden;
}
.overview .pc-slide .bigimg img{
	width: 100%;
}
/*.pc-slide .arrow-left:hover{
	background: url(../images/img86.png) no-repeat left bottom;
	background-size: 60px 60px;
}*/
.overview .pc-slide .arrow-right{
	background: url(../images/img57.png) no-repeat left bottom;
	background-size: 60px 60px;
	position: absolute;
	right: 0;
	top: 38%;
	/*margin-top: -30px;*/
	width: 60px;
	height: 60px;
	z-index: 10;
}
/*.pc-slide .arrow-right:hover{
	background: url(../images/img88.png) no-repeat left bottom;
	background-size: 60px 60px;
}*/
.overview .preview {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.overview .preview .swiper-container {
	width: 100%;
}
.overview .preview .swiper-slide{
	width: 108px;
	height: 100px;
	cursor:pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.overview .preview .swiper-slide .smallimg{
	padding-right: 20px;
	overflow: hidden;
}
.overview .preview .swiper-slide .smallimg span{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 12px;
}
.overview .preview .swiper-slide .smallimg img{
	width: 100%;
}
.overview .preview .swiper-slide.active-nav .smallimg span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*border: #D81617 solid 2px;*/
	background: url(../images/img64.png) center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.overview .right-wrap{
	float: right;
	width: 45%;
	/*overflow: hidden;*/
}
.overview .right-wrap .i-title .t2{
	position: static;
	color: #D81617;
	padding-bottom: 25px;
	border-bottom: #dddddd solid 1px;
}
.overview .right-wrap .i-title .t3{
	color: #666666;
	margin-top: 15px;
	
}
.overview .right-wrap .features{
	margin-top: 12%;
	padding-bottom: 30px;
	border-bottom: #d6d6d6 solid 1px;
}
.overview .right-wrap .features .tit{
	color: #333333;
	font-size: 20px;
}
.overview .right-wrap .features ul{
	margin-top: 15px;
}
.overview .right-wrap .features ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.overview .right-wrap .features ul li i{
	position: absolute;
	left: 0;
	top: 13px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #D81617;
}
.overview .right-wrap .btn{
    margin-top: 8%;
	text-align: left;
}

.overview .right-wrap .btn2{
    position: absolute;
	text-align: left;
	padding-left:201px;
	padding-top:8px;
}

.overview .right-wrap .btn a{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
	margin-right:12px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(../images/ico1n.png) #D81617  18px no-repeat ;
	background-size: 30px 30px;
	padding:0 25px 0 55px;
	
}


.overview .right-wrap .btn2 a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #449DE6;
	font-size: 14px;
	background: url(../images/ico_xj.png) 18px no-repeat ;
	background-size: 20px 20px;
	padding-left:42px;
	
}


.overview .right-wrap .btn a.s{
	background: url(../images/ico2n.png) #D81617  18px no-repeat ;
	background-size: 30px 30px;
	margin-right:0px;
}

.overview .right-wrap .btn a.s span{
	font-size: 14px;
}

.overview .right-wrap .btn a:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

/**/
.movebox>li{
	padding-top: 40px;
	padding-bottom: 40px;
}
.movebox>li:first-child{
	padding-top: 20px;
}
.movebox>li:last-child{
	padding-bottom: 0;
}
.product .subtit{
	color: #333333;
	font-size: 24px;
	padding-bottom: 25px;
	border-bottom: #dddddd solid 1px;
}
.recommend .subtit{
	border-bottom: none;
}
.product .padding{
	padding: 0 4.2%;
}
.specs{
	line-height:1.6;
}
.specs ul li{
	list-style-type:disc;
}
/*产品特点*/
.characteristic{
}
.characteristic ul{
	margin-top: 5.1%;
	font-size: 0;
}
.characteristic ul li{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	overflow: hidden;
	margin-bottom: 5.1%;
	margin-right: 6%;
}
.characteristic ul li:nth-child(2n){
	margin-right: 0;
}
.characteristic ul li .img{
	float: left;
	width: 20.9%;
	overflow: hidden;
}
.characteristic ul li .img img{
	width: 100%;
}
.characteristic ul li .txt{
	float: left;
	width: 79.1%;
	padding-left: 6%;
	padding-right: 6%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.characteristic ul li .t1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}
.characteristic ul li .t2{
	color: #999999;
	font-size: 16px;
	line-height: 1.7;
}
/*规格参数*/
.specs{
	
}
.specs .table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 30px;
}
.specs .table tr th{
	color: #ffffff;
	font-size: 16px;
	height: 56px;
	text-align: center;
	background-color: #D81617;
	border: #D81617 solid 1px;
	text-align: center;
}
.specs .table tr td{
	color: #666666;
	font-size: 16px;
	height: 56px;
	border: #efefef solid 1px;
	text-align: center;
}
.specs .table tr:nth-child(odd) td{
	background-color: #fafafa;
}
.specs .table tr:nth-child(even) td{
	background-color: #f5f5f5;
}
.specs .table tr:hover td{
	background-color: #cee8ff;
}
.specs .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}
.specs .img img{
	max-width: 100%;
}
/*产品详情图*/
.detail-map{
}
.detail-map .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.detail-map .imgbox .img{
	width: 100%;
	overflow: hidden;
}
.detail-map .imgbox img{
	max-width: 100%;
}
.detail-map .spotbox{
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 15px 35px;
	border-radius: 26px;
	background-color: #f4f4f4;
	margin-top: 40px;
}
.detail-map .swiper-pagination{
	position: static;
}
.detail-map .swiper-pagination-clickable .swiper-pagination-bullet{
	display: inline-block;
	margin: 0 7px;
}
.detail-map .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: #dbdbdb;
	opacity: 1;
}
.detail-map .swiper-pagination-bullet-active{
	background-color: #004f99;
}
/*典型应用*/
.typical{	
}
.typical ul{
	margin-top: 30px;
}
.typical ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.typical ul li:nth-child(3n){
	margin-right: 0;
}
.typical ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.typical ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,42,82,0.45);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.typical ul li:hover a:before{
	background: rgba(0,28,66,0.4);
}
.typical ul li .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.typical ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.typical ul li:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.typical ul li .txt{
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
	color: #ffffff;
	font-size: 18px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*相关产品推荐*/
.recommend{
	position: relative;
}
.recommend .rebox{
	padding: 0px 60px;
}
.relevant{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.recommend .swiper-button-next, .recommend .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.recommend .swiper-button-prev, .recommend .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img81a.png);
    left: 0;
    right: auto;
}
.recommend .swiper-button-next, .recommend .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img82a.png);
    right: 0;
    left: auto;
}
.recommend .swiper-button-next.swiper-button-disabled{
	opacity: 0.5;
	background-image: url(../images/img82.png);
}
.recommend .swiper-button-prev.swiper-button-disabled{
	opacity: 0.5;
	background-image: url(../images/img81.png);
}





@media only screen and (max-width: 1680px){
     .i-title .t1{
  		font-size: 34px;
  	}
  	.productli .txtbox .t1{
  		font-size: 22px;
  	}
}
@media only screen and (max-width: 1536px){
.i-title .t1{
		font-size: 32px;
	}
	/*.i-title .t2{
		font-size: 28px;
	}*/
	.i-title .t3{
		font-size: 15px;
	}
	.i-title .t4{
		font-size: 72px;
	}
	.i-title .t5{
		font-size: 22px;
	}
	.i-title .t6, .detail-title .t1, .ask-box .tit{
		font-size: 28px;
	}
.productli .txtbox .t2{
		font-size: 15px;
	}
/*产品详情*/
	.c-nav2-wrap .c-nav2 .swiper-slide{
		font-size: 17px;
	}
	.overview .right-wrap{
		padding-top: 15px;
	}
	.overview .right-wrap .features{
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.overview .right-wrap .features .tit{
		font-size: 18px;
	}
	.overview .right-wrap .features ul li{
		font-size: 15px;
	}
	.overview .right-wrap .btn{
		margin-top: 30px;
	}
	.overview .right-wrap .btn a{
		font-size: 16px;
	}
	.overview .right-wrap .btn2{
    position: absolute;
	text-align: left;
	padding-left:185px;
	padding-top:5px;
}
	.movebox>li{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.product .subtit{
		font-size: 22px;
		padding-bottom: 20px;
	}
	.characteristic ul li .t1{
		font-size: 16px;
	}
	.characteristic ul li .t2{
		font-size: 15px;
	}
	.specs .table tr th{
		font-size: 15px;
	}
	.specs .table tr td{
		font-size: 15px;
	}
	.detail-map .spotbox{
		padding: 12px 25px;
	}
	.typical ul li .txt{
		font-size: 16px;
	}
	.product-list ul .productli .txtbox .t1, .recommend .productli .txtbox .t1{
		font-size: 18px;
	}
	.c-nav2-wrap .c-nav2 .swiper-slide{
		margin-right: 40px;
	}
}
@media only screen and (max-width: 1440px){
/*index*/
	.i-title .t1{
		font-size: 30px;
	}
	.productli .txtbox .t1{
		font-size: 20px;
	}
productli .txtbox .t1{
		font-size: 20px;
	}
/*产品中心*/
	.product{
		padding-bottom: 70px;
	}
	.classify .tit{
		padding: 20px 60px 20px 24px;
	}
	.classify .tit i{
		right: 24px;
	}
	.classify .tit span{
		font-size: 22px;
	}
	.classify ul li .o-level{
		padding-left: 55px;
		padding-right: 25px;
	}
	.classify ul li ul>li>a, .classify ul li ul li .t-level{
		font-size: 16px;
	}
	.classify ul li ul li .level-li a{
		font-size: 15px;
	}
	/*产品详情*/
	.c-nav2-wrap .c-nav2 .swiper-slide{
		font-size: 16px;
	}
	.overview .left-wrap{
		float: none;
		width: 100%;
	}
	.overview .right-wrap{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.movebox>li{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.product .padding{
		padding: 0;
	}
	.product-list ul .productli .txtbox .t1, .recommend .productli .txtbox .t1{
		font-size: 17px;
	}
	.c-nav2-wrap .c-nav2 .swiper-slide{
		margin-right: 30px;
	}
	.detail-map .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.typical ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.typical ul li:nth-child(3n){
		margin-right: 4%;
	}
	.typical ul li:nth-child(2n){
		margin-right: 0;
	}
	.recommend .swiper-button-next, .recommend .swiper-button-prev{
		width: 42px;
		height: 42px;
	}
}
@media only screen and (max-width: 1280px){
.i-title .t1 {
	    font-size: 28px;
	}
	.i-title .t2{
		font-size: 24px;
	}
	.i-title .t4{
		font-size: 64px;
	}
	.i-title .t5{
		font-size: 20px;
	}
	.i-title .t6, .detail-title .t1, .ask-box .tit{
		font-size: 24px;
	}
/*产品中心*/
	.classify .tit span{
		font-size: 20px;
	}
	.classify ul li .o-level span{
		font-size: 17px;
	}
	/*产品详情*/
	.product .subtit{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1024px){
/*产品中心*/
	.product{

	}
	.classify .tit{
		padding: 18px 50px 18px 20px;
	}
	.classify .tit i{
		right: 20px;
	}
	.classify .tit span{
		font-size: 20px;
	}
	.classify ul li .o-level{
		padding-left: 60px;
		padding-right: 20px;
		margin-top: 7px;
	}
	.product-list .tit{
		padding: 20px 0px 25px;
	}
	.product-list .tit .sp1{
		font-size: 22px;
	}
	.product-list ul .productli .txtbox .t1, .recommend .productli .txtbox .t1{
		font-size: 18px;
	}
	.product-list .productli{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.product-list .productli:nth-child(3n){
		margin-right: 4%;
	}
	.product-list .productli:nth-child(2n){
		margin-right: 0;
	}
	.specs .tablebox{
		overflow-x: auto;
		line-height:1.6;
	}
	.specs .tablebox ul li{
	}
	.specs .tablebox table{
		min-width: 900px;
	}
}
@media only screen and (max-width: 992px){
	/*产品中心*/
	.product{
		
		padding-bottom: 60px;
	}
	.product .leftbox{
	padding-top:50px;
		float: none;
		width: 100%;
	}
	.classify .c-nav1>ul{
		padding-bottom: 30px;
	}
	.product .rightbox{
	padding-top: 50px;
		float: none;
		padding-left: 0;
		width: 100%;
		margin-top: 40px;
	}
	.classify .c-nav1{
		height: auto;
	}
	.product-list ul{
		margin-bottom: 40px;
	}
	.movebox>li:first-child{
		padding-top: 40px;
	}
	.movebox>li{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
}
@media only screen and (max-width: 768px){
.i-title .t1 {
	    font-size: 26px;
	}
	.i-title .t4{
		font-size: 60px;
	}
	.productli{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.productli:nth-child(3n){
		margin-right: 4%;
	}
	.productli:nth-child(2n){
		margin-right: 0;
	}
/*产品详情*/
	.product .subtit{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.overview .right-wrap .btn a{
		font-size: 15px;
		height: 42px;
    	line-height: 42px;
		margin-right:5px;
	}
	.overview .right-wrap .btn2{
    position: absolute;
	text-align: left;
	padding-left:176px;
	padding-top:2px;
}

.overview .right-wrap .btn2 a{
	font-size: 12px;
	
}
	.characteristic ul li{
		position: relative;
		padding-left: 80px;
		width: 100%;
		min-height: 60px;
		margin-right: 0;
		overflow: hidden;
		-o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.characteristic ul li:last-child{
		margin-bottom: 0;
	}
	.characteristic ul li .img{
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
	}
	.characteristic ul li .txt{
		padding: 0;
	}
	.characteristic ul li .t1{
		margin-bottom: 5px;
	}
	.detail-map .spotbox{
		padding: 10px 20px;
	}
	.detail-map .swiper-pagination-clickable .swiper-pagination-bullet{
		margin: 0px 5px;
	}
	.specs .tablebox table{
		min-width: 800px;
	}	
}
@media only screen and (max-width: 640px){
	.i-title .t1{
		font-size: 24px;
	}
	.i-title .t2{
		font-size: 22px;
	}
	.i-title .t3{
		font-size: 14px;
	}
	.i-title .t4{
		font-size: 56px;
	}
	.i-title .t6, .detail-title .t1, .ask-box .tit{
		font-size: 22px;
	}
}	
@media only screen and (max-width: 576px){

.i-title .t1{
		font-size: 20px;
	}
	.i-title .t2{
		font-size: 18px;
	}
	.i-title .t4{
		font-size: 50px;
	}
	.i-title .t5{
		font-size: 18px;
	}
	.i-title .t6, .detail-title .t1, .ask-box .tit{
		font-size: 18px;
	}
	.i-title .sp{
		display: block;
		margin-left: 0;
	}
	.productli{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.productli .txtbox{
		padding: 20px;
	}
	.productli .txtbox .t1{
		font-size: 18px;
	}
	.productli .txtbox .t2{
		font-size: 15px;
	}	/*产品中心*/
	.product{
		
		padding-bottom: 50px;
	}
	.classify .c-nav1>ul{
		padding-bottom: 20px;
	}
	.classify ul li .o-level{
		margin-top: 0;
	}
	.classify ul li .o-level span{
		font-size: 16px;
	}
	.classify ul li ul>li>a, .classify ul li ul li .t-level{
		padding-left: 120px;
		font-size: 15px;
	}
	.classify ul li ul li .level-li a{
		font-size: 14px;
		padding-left: 75px;
	}
	.classify ul li ul li .level-li a:before{
		left: 54px;
	}
	.product .leftbox{
	padding-top:40px;
		float: none;
		width: 100%;
	}
	.product .rightbox{
	padding-top: 30px;
		float: none;
	    width: 100%;
	    padding-left: 0;
	}
	.product-list ul{
		margin-bottom:20px;
	}
	.product-list .productli{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.product-list ul .productli .txtbox .t1, .recommend .productli .txtbox .t1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.product-list .productli .txtbox .t2{
		font-size: 14px;
	}
	/*产品详情*/
	.movebox>li:first-child{
		padding-top: 30px;
	}
	.overview .right-wrap .features .tit{
		font-size: 17px;
	}
	.overview .right-wrap .features ul li{
		font-size: 14px;
	}
	.characteristic ul li{
		padding-left: 60px;
		min-height: 45px;
	}
	.characteristic ul li .img{
		width: 45px;
	}
	.characteristic ul li .t2{
		font-size: 14px;
	}
	.specs .table tr th, .specs .table tr td{
		font-size: 14px
	}
	.detail-map .imgbox{
		margin-top: 20px;
	}
	.detail-map .spotbox{
		margin-top: 30px;
		padding: 5px 20px;
	}
	.detail-map .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.typical ul{
		margin-top: 20px;
	}
	.typical ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.typical ul li:last-child{
		margin-bottom: 0;
	}
	.recommend .rebox{
		padding: 0px 50px;
	}
	.recommend .subtit{
		margin-bottom: 10px;
	}
	.recommend .swiper-button-next, .recommend .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	
}















.package{
	padding-top: 1.68%;
	padding-bottom: 1%;
	background: #FFFFFF;
}
.package .box2{
	margin-top: 4%;
}
.package .box2 ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
	border-radius: 6px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(0,0,0,0.1);
}
.package .box2 ul li:nth-child(2n){
	margin-right: 0;
}
.package .box2 ul li .img{
	width: 100%;
	overflow: hidden;
}
.package .box2 ul li .img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.package .box2 ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.2);
}
.package .box2 ul li .title{
	border-radius: 6px;
	padding: 7% 8.4%;
	overflow: hidden;
	background-color: #FFFFFF;

}


.package .box2 ul li .title .t10{
	color: #e60012;;
} 
.package .box2 ul li .title .t9{
	line-height: 2;
	color: #666666;
	margin-top: 15px;
}

.title .t1{
	font-family: "sym"; 
	font-size: 44px;
}



.title .t2{
	font-family: "sym"; 
	font-size: 34px;
	box-sizing: border-box;
    border-left: 2px solid #e60012;
    padding-left: 15px;
}
.title .t3{
	font-size: 16px;
	line-height: 2;
}
.title .t4{
	font-family: "sym"; 
	font-size: 24px;
}
.title .t5{
	font-family: "sym"; 
	font-size: 30px;
}
.title .t6{
	font-family: "sym"; 
	font-size: 20px;
}
.title .t7{
	font-family: "sym"; 
	font-size: 36px;
}
.title .t8{
	font-family: "syl"; 
	font-size: 14px;
	color:#e60012;
}
.title .t9{
	font-family: "syr"; 
	font-size: 18px;
}
.title .t10{
	font-family: "sym"; 
	font-size: 28px;
	
}

@media only screen and (max-width: 1440px){

	.title .t1{
		font-size: 32px;
	}
	.title .t2{
		font-size: 24px;
	}
	.title .t3{
		font-size: 15px;
	}
	.title .t5{
		font-size: 20px;
	}
	.title .t6{
		font-size: 17px;
	}
	.title .t7{
		font-size: 26px;
	}
	.title .t9{
		font-size: 15px;
	}
	.title .t10{
		font-size: 26px;
	}
}	
@media only screen and (max-width: 1280px){
.title .t6{
		font-size: 16px;
	}
	.title .t10{
		font-size: 24px
	}
}
@media only screen and (max-width: 768px){
	.title .t1{
		font-size: 28px;
	}
	.title .t2{
		font-size: 20px;
	}
	/*.title .t4{
		font-size: 20px;
	}*/
	.title .t7{
		font-size: 24px;
	}
	.title .t10{
		font-size: 22px
	}
}
@media only screen and (max-width: 640px){
	.title .t1{
		font-size: 24px;
	}
	.title .t2{
		font-size: 18px;
	}
	.title .t5{
		font-size: 16px;
	}
	.title .t7{
		font-size: 22px;
	}
	.title .t10{
		font-size: 20px;
	}
}	
@media only screen and (max-width: 1024px){
	.package{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.package .box2{
		.package .box2 ul li .title{
		min-height: 180px;
	}
}
@media only screen and (max-width: 768px){
	.package{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.package .box2 ul li .title .t9{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 576px){
	.package{
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.package .box2{
		margin-top: 30px;
	}
	.package .box2 ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.package .box2 ul li .title{
		padding: 20px;
	}	
}

@media only screen and (min-width: 1440px){
	.overview .right-wrap{
		padding-top: 50px;
	}
}
