/*初始化样�?*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}
.en-us,.es-es{display: none;}
body{min-width: 1220px;}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}
.dw_relative{
    position: relative;
}

:root{
    --main-color:#d10027;
    --main:#d10027;
    --linear-gradient: linear-gradient(to top right,#d10027,#982543);
    --linear-gradient-g: linear-gradient(135deg,#d10027,#982543);
    --main-padding: 6vh 0;
    --j-color: #d10027;
}
.uppercase {
  text-transform: uppercase;
}
.imgblock{display: block;}
.w100{width: 100%;}
.flex{display: flex;}
.flex-jcsb{justify-content: space-between;}
.flex-end{justify-content: flex-end;}
.jc-right{justify-content: flex-end;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
.f-left{float: left;}
.f-right{float: right;}
.fz-16{font-size: var(--fz16);}
.c-5b5b5b{color: #5b5b5b;}
.wline1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wline2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wline3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wline4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wline6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}
.mtop8{margin-top: 8%;}
.none{display: none;}
.img_cover{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed{position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flex1{
    flex: 1;
}
.radius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 100%;
    /* left: 50%; */
    min-width: 1200px;
    /* margin-left: -960px; */
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



.roll_product {
    float: left;
}


/*头部样式*/
.top1 {
    height: 37px;
    background: #fff;
    font-weight: lighter;
    color: #656565;
    line-height: 37px;
    /* overflow: hidden; */
    font-size: 14px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
}

.top2 {
    height: 122px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    
}

.top2 .k2 {
    margin-top: 18px;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 35px;
    text-align: right;
    margin-right: 20px;
    background: url(../images/icon_tel_t.png) no-repeat left center;
    padding-left: 34px;
    background-size: auto 95%;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink a {
    color: #656565;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.top2 .search {
    width: auto;
    margin-left: 0px;
    position: relative;
    line-height: 34px;
    margin-top: 17px;

}
.top2 .search img{
    display: block;
    height: 30px;

}

.search #formsearch {
   
    line-height: 24px;
    background: #fff;
    /* z-index: 9999; */
}

#menu {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    margin-top: 13px;
}
.logo .txt{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #e9e9e9;
}
.logo .p1{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.logo .p2{
    font-size: 14px;
    line-height: 1.2;
}
/*热门搜索*/
.sou {
    margin: 15px 0;
}

#formsearch {
    /* width: 187px; */
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜�?*/
.hotSearch a {
    margin-right: 6px;
}
#formsearch{
    position: relative;
    margin-right: 4px;
}
#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding:0 10px;
    color: #666;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    outline: none;
}
.mt30{margin-top: 30px;}
#formsearch #s_btn {
    width: 30px;
    height: 30px;
    background: url(../images/ss.png) no-repeat center right;
    background-size: 100% 100%;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;    
}

/*首页banner*/
.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}




/*导航栏样�?*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 120px;
    background: url(../images/line1.png) no-repeat right center;
}

.nav li:last-child {
    background: none;
}

.nav li a {
    display: block;
    line-height: 34px;
    color: #000000;
    height: 34px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color);
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: var(--main-color);
}

.nav .sec {
    height: 0;
    background: var(--main-color);
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 49px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: var(--main-color);
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: var(--main-color);
    text-decoration: none;
}

.box1 {
    margin-top: 70px;
}

.ads1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}
.k_s{
    color: red;
}
.ads1 li {
    width: calc(100% / 6);
    text-align: center;
}
.ads1 li .img{
    position: relative;
   
}
.ads1 li .img img{
    display: block;
    width: 70%;
    margin: auto;
}
.ads1 li .img2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.ads1 li:hover .img2 {
    opacity: 1;
}

.ads1 li:hover .img1 {
    /* display: none; */
}

.ads1 li p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    word-wrap: break-word;
    white-space: break-spaces;
    text-align: center;
}
.ads1 li p.p2{
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 4px;
}

.ads1 li:hover p {
    color: var(--main-color);
}




.box2 {
    margin-top: 66px;
}

.tab1 {
    display: none;
}

.pbt {
    color: #000000;
    font-size: 30px;
    padding-left: 51px;
    background: url(../images/p1.png) no-repeat left center;
}

.pbt span {
    padding-left: 15px;
    color: #000000;
}

.psort li a {
    display: block;
    color: #000000;
    font-size: 16px;
    border-radius: 0px 0px 10px 0px;
    height: 39px;
    line-height: 39px;
    padding: 0 23px;
}

.psort li.cur a {
    background-color: var(--main-color);
    color: #fff;
}

.plist {
    margin-top: 65px;
}

.plist li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 34px;
    border: solid 2px #d5d5d5;
}

.plist li:nth-child(4n) {
    margin-right: 0;
}



.plist li .img  {
    width: calc(100% - 20px);
    height: 209px;
    /* max-height: 280px; */
    margin: 10px;
    overflow: hidden;
}
.plist li  .img  img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plist li p {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    background: #323232;
    line-height: 42px;
    text-align: center;
    padding: 0 10px;
    border-top: solid 2px #d5d5d5;
}

.plist li:hover a.img {
    border-color: var(--main-color);
}

.plist li:hover h3 a {
    background: var(--main-color);
}

.box2 .pbt {
    color: var(--main-color);
}


.box3 {
    height: 700px;
    background: url(../images/bj1.jpg) no-repeat top center;
    /* margin-top: 55px; */
    padding-top: 67px;
}

.box3 .pbt {
    color: var(--main-color);
    
}

.ads2 li {
    width: 1200px;
}

.ads2 li .img1 {
    margin-top: 42px;
    width: 500px;
}

.ads2 li .img2 {
    width: 66px;
    height: 66px;
    margin-top: 57px;
    background-color: var(--main-color);
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
}

.ads2 li .yst {
    color: var(--main-color);
    font-size: 30px;
    text-transform: uppercase;
}

.ads2 li .img3 {
    margin-top: 23px;
    width: 391px;
    height: 185px;
    background-color: #000000;
    box-shadow: 4px 5px 8px 1px rgba(0, 0, 0, 0.18);
    border: solid 2px var(--main-color);
}

.ads2 li .img3 img {
    width: 387px;
    height: 181px;
    display: block;
}

.ys1 {
    color: var(--main-color);
    font-size: 18px;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
    padding: 20px 0 27px 0;
    margin-top: 28px;
}

.ys1 p {
    color: #000000;
    font-size: 15px;
    margin-top: 6px;
}

.ybox {
    margin-left: 26px;
    width: 515px;
    margin-top: 42px;
}

.picScroll-left {
    position: relative;
}

.box3 .hd ul {
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: -34px;
}

.box3 .hd ul li {
    float: left;
    color: #ffffff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    background: #a1a1a1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.box3 .hd ul li.on{
    background: var(--main-color);
}
/* .box3 .hd ul li:nth-child(2) {
    background: #e9150a;
}

.box3 .hd ul li:nth-child(3) {
    background: #fe7622;
}

.box3 .hd ul li:nth-child(4) {
    background: #a1a1a1;
} */

.box3 .hd ul li:before {
    content: '0';
}

.box3 .hd .prev,
.box3 .hd .next {
    position: absolute;
    right: 0px;
    top: -36px;
    width: 30px;
    height: 30px;
    z-index: 999;
}

.box3 .hd .prev {
    background: url(../images/icon_left.png) no-repeat top center;
    background-size: auto 100%;
    right: 260px;
}

.box3 .hd .next {
    background: url(../images/icon_right.png) no-repeat top center;
    background-size: auto 100%;

}


.ht1 {
    height: 359px;
    background: url(../images/1a477baa0d15a1bc793a703466a924301189c5de.png) no-repeat top center;
    margin-top: -158px;
}

.hleft {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 30px;
    padding-top: 186px;
}

.htel {
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 31px;
}

.hleft a {
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-top: 14px;
    display: block;
    width: auto;
    height: 38px;
    background: var(--main-color);
    /* background: var(--linear-gradient-g); */
    box-shadow: 1px 3px 21px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    
}


.box4 {
    margin-top: 88px;
    background: url(../images/abj.png) no-repeat top center;
    margin-bottom: 50px;
}

.aimg img {
    display: block;
    width: 1200px;
    height: 376px;
    box-shadow: 5px 6px 16px 0px rgba(0, 0, 0, 0.21);
}

.aleft {
    width: 259px;
    height: 570px;
    background: url(../images/bj2.jpg) no-repeat top center;
    padding: 54px 0 0 24px;
    margin-top: 20px;
}

.box5 {
    height: 688px;
    background: url(../images/7799477877f23e5dae8a0e9221c75158120135cb.jpg) no-repeat top center;
}

.aright {
    width: 904px;
    position: relative;
    height: 570px;
    padding-top: 50px;
}

.att {
    color: #fff;
    letter-spacing: 6px;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 30px;
}

.att span {
    display: block;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.2;
    font-size: 14px;
}

.at1 {
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 5px;
    background: url(../images/line2.jpg) no-repeat left bottom;
    margin-top: 60px;
}

.aimg2 {
    position: absolute;
    bottom: -31px;
    right: 0;
}

.at2 {
    margin-top: 60px;
}

.s1 {
    letter-spacing: -8px;
    color: #ffffff;
    font-size: 82px;
}

.scon {
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 25px;
}

.scon span {
    display: block;
    font-size: 30px;
}

.acon {
    color: #343434;
    font-size: 16px;
    height: 250px;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}

.yabout {
    font-size: 14px;
    margin-top: 10px;
}

.amore a {
    display: block;
    width: 111px;
    height: 38px;
    border-radius: 10px;
    border: solid 2px #07a039;
    line-height: 36px;
    text-align: center;
    margin-top: 15px;
    color: #07a039;
    font-size: 15px;
}

.shu {
    margin-top: 68px;
}

.shu li {
    margin-right: 100px;
    padding-bottom: 28px;
    background: url(../images/line4.png) no-repeat bottom left;
}

.shu li:last-child {
    margin-right: 0;
}

.sz {
    color: #3d3d3d;
    font-size: 40px;
    background: url(../images/line3.jpg) no-repeat left top;
    position: relative;
}
.sz span{
    position: absolute;
    right: 0;
    top: 0;

}
.con2 {
    letter-spacing: 1px;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 14px;
}




.sbt p {
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 45px;
}

.picScroll-left1 {
    position: relative;
    margin: 0 -7px;
    margin-top: 59px;
}

.picScroll-left1 .prev,
.picScroll-left1 .next {
    width: 76px;
    height: 55px;
    position: absolute;
    top: 39%;
}

.picScroll-left1 .prev {
    left: -48px;
    box-shadow: 4px 5px 7px 1px rgba(0, 0, 0, 0.32);
    background: url(../images/lt1.jpg) no-repeat left center;
}

.picScroll-left1 .next {
    right: -48px;
    box-shadow: 4px 5px 7px 1px rgba(0, 0, 0, 0.32);
    background: url(../images/rt1.jpg) no-repeat left center;
}

@media screen and (max-width:1230px)  {
    .picScroll-left1 .next {
        right: 0px;}
        .picScroll-left1 .prev {
            left: 0px;
        }
}

.case_list1 li {
    margin: 0 7px;
}

.case_list1 a.img img {
    display: block;
    width: 592px;
    height: 393px;
}

.picScroll-left1 .hd {
    text-align: center;
}

.picScroll-left1 .hd li {
    background: #666666;
    margin: 39px 4px 0 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
}

.picScroll-left1 .hd li.on {
    background: #18b14a;
}


.box7 {
    /* height: 531px; */
    background-color: #f2f3f5;
    margin-top: 45px;
    padding-top: 76px;
}

.nsort li a {
    display: block;
    color: #000000;
    font-size: 16px;
    text-align: center;
    display: block;
    border-radius: 0px 0px 10px 0px;
    height: 39px;
    line-height: 39px;
    width: 120px;
}

.nsort li.on a {
    background-color: var(--main-color);
    color: #fff;
}

.box7 .bd {
    margin: 0 -7px;
}

.img_bd .tempWrap ul {
    padding-bottom: 30px !important;
}

.img_bd li {
    width: 390px !important;
    height: 265px;
    background-color: #ffffff;
    margin: 0 7px;
    position: relative;
    padding: 15px 23px 0 19px;
}

.img_gdtx {
    position: relative;
    margin-top: 63px;
}

.tab_gdtx .prevall,
.tab_gdtx .nextall {
    position: absolute;
    top: 26%;
}

.tab_gdtx .prevall {
    left: -72px;
}

.tab_gdtx .nextall {
    right: -72px;
}

dt {
    font-weight: normal;
}

.ntime {
    position: absolute;
    left: 0;
    top: 0;
    width: 83px;
    height: 75px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
}

.ntime dd {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 37px;
}

.ntime dt {
    height: 38px;
    background-color: #3371b4;
    font-size: 28px;
    line-height: 38px;
}

.img_bd li h3 a {
    font-weight: normal;
    color: #666666;
    font-size: 18px;
    padding-left: 84px;
}

.sumy {
    margin-top: 67px;
    padding-top: 12px;
    border-top: 1px solid #cccccc;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.xx a {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 15px;
}

.img_bd li:hover {
    box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.25);
}

.img_bd li:hover h3 a {
    color: var(--main-color);
}



.box8 {
    margin-top: 50px;
}

.hbox a {
    color: #000000;
    font-size: 16px;
    line-height: 45px;
}

.hlist {
    margin-top: 15px;
}

.hlist li {
    text-align: center;
    padding: 0 23px;
}

.hlist li a.img {
    display: block;
    line-height: 100px;
}

.hlist li h3 a {
    display: block;
    font-weight: normal;
    color: #191919;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}


.box9 {
    height: 313px;
    background: url(../images/a0cb391c679d635daa33e1d28b57a8dda32b6407.jpg) no-repeat top center;
    margin-top: 48px;
    padding-top: 58px;
}

.box9 .pbt {
    color: #fff;
    background: url(../images/p2.png) no-repeat left center;
}

.box9 .pbt span {
    color: #fff;
}

.liu {
    margin-top: 37px;
}

.liu ul li {
}

.liu ul li input {
    outline: none;
    border: none;
    display: block;
    width: 400px;
    height: 49px;
    background: #ffffff url(../images/ybj.jpg) no-repeat left center;
    padding-left: 21px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 13px;
    box-shadow: 7px 0px 8px 1px rgba(0, 0, 0, 0.07);
}

.liu ul li:first-child input,
.liu ul li:nth-child(4) input {
    background: #fff;
}

.liu ul li.ly input {
    width: 800px;
}

.liu ul li.yzm input {
    width: 122px;
}

.liu ul li.tj .M_sub {
    width: 120px;
    background: #34aaff;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    line-height: 49px;
}


.box10 {
    text-align: center;
    color: #fff;
    background: url(../images/39f99bb5cc42594db7a72183a1d1ff0391ac238c.jpg) no-repeat top center;
    height: 350px;
}

.w1 {
    font-size: 35px;
    padding: 90px 0 20px 0;
}

.dh {
    font-size: 28px;
}

.lx {
    font-size: 20px;
    margin-top: 6px;
}

.border{
    border: 1px solid #d2d2d2;
    padding: 20px;
    min-height: 800px;
}
.border iframe{
    width: 100% !important;
}


/*友情链接*/
.link {
    background: #1385b7;
    opacity: .95;
    padding: 10px 0;
}
.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 0 auto;
    color: #fff;
}

.f_link a {
    color: #fff;
}

/*页面底部*/
.foot1 {
    background: #1385b7;
    border-top: 1px solid #363636;
    line-height: 30px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
}

.foot1 a {
    color: #fff;
}

.foot {
    background: #019ada;
    padding: 69px 0 50px 0;
}

.dewm {
    color: #ffffff;
    text-align: center;
}

.dewm img {
    margin-bottom: 12px;
}

.tlogo {
    width: 269px;
}

.dao {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 233px;
    width: 626px;
    padding-left: 98px;
}

.dao li {
    float: left;
    width: 175px;
}

.dao li dd {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    background: url(../images/line5.jpg) no-repeat bottom left;
    padding-bottom: 8px;
    margin-top: 5px;
}

.dao li a {
    line-height: 40px;
    font-size: 14px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dao li a:hover {
    padding-left: 10px;
}





/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}

/*内页*/
#container1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 6px;
}

.left {
    width: 225px;
    float: left;
}

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 56px;
    background: url(../images/h1.png)no-repeat;
    font-size: 20px;
    color: #fff;
    padding-left: 0;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.left .box h3 span {
    display: none;
}

.n_contact {
    margin-top: 10px;
}

.left .box .content {
    padding: 5px 0px;
    line-height: 24px;
}



.right_word {
    margin-left: 5%;
}


.right {
    width: 952px;
    float: right;
    /*margin-right: 100px;*/
    padding-bottom: 10px;
}

.sitemp {
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nei1.jpg) no-repeat 0% 100%;
}

.sitemp a {
    color: #666;
}

.sitemp a:hover {
    color: #23527c;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 28px;
    color: #000;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}


#ME_form{
    margin:  0;
}
 .form_item {
    margin-bottom: 15px;
 }
.form_item  span{
display: block;
width: 100px;
text-align: right;
margin-right: 20px;
font-size: 16px;
}
.form_item input,.form_item textarea{
    width: calc(100% - 120px);
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    outline: none;
}
.form_item input::placeholder{
font-size: 16px;
}
.form_item2 input{
    width: calc(100% - 290px);
    margin-right: 20px;
}
.form_item input:focus, .form_item textarea:focus {
box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
border: solid 1px #24c373;
}
.input_focus {
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%) !important;
border: 1px solid red !important;
}
.alert {
position: fixed;
padding: 15px 30px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 100000;
color: #fff;
text-align: center;
line-height: 1.4;
font-size: 16px;
display: none;
border-radius: 10px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
z-index: 3000;
}
.form_item button{
width: 150px;
font-size: 16px;
line-height: 40px;
outline: none;
background: var(--main-color);
color: #fff;
border: none;
margin-right: 20px;
}
.form_item .reset{
background: #ccc;
}
#i_news  .i_news_list{
    margin: 30px 0;
}
#i_news  .i_news_list li{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 2%;
    width: 32%;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
#i_news  .i_news_list li:hover{
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
#i_news  .i_news_list li:first-child{
    width: 100%;
}
#i_news  .i_news_list li .newimg {
    display: none;
}
#i_news  .i_news_list li:first-child .newimg {
    overflow: hidden;
    width: 35%;
    height: 240px;
    display: block;
}

#i_news .i_news_list img {
    transition: all 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#i_news .i_news_list li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
#i_news .i_news_list li .newnr {
    width: 100%;
    padding: 20px;
}
#i_news .i_news_list li:first-child .newnr {
    width: 65%;
    padding: 20px 50px;
}
#i_news .i_news_list li .p_cate {
    font-size: 16px;
    color: var(--main-color);
    font-weight: bold;
    line-height: 1;
}

#i_news .i_news_list li h2 {
    transition: all 0.5s;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
    font-size: 18px;
    line-height: 1.2;
    font-family: siyuan-m;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#i_news .i_news_list li:first-child h2{
    font-size: 20px;
    line-height: 1.4;
} 
#i_news .i_news_list li:hover h2 {
    color: var(--main-color);
}
#i_news .i_news_list li .p_time {
    font-family: got;
    color: #666;
    font-size: 18px;
    padding-left: 28px;
    line-height: 1;
    background: url(../images/icon_time.png) no-repeat center left;
    background-size: 20px;
    display: none;
}
#i_news .i_news_list li:first-child .p_time{
    display: block;
}
.c_portalResNews_list-01001005 .p_time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top;
}
#i_news .i_news_list li p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    color: #4c4c4c;
    margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#i_news .i_news_list li .i_f_more {
    display: block;
    font-size: 14px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--linear-gradient);
    background: var(--linear-gradient-g);
    color: #fff;
    transition: all 0.5s;
    display: none;
}
#i_news .i_news_list li:first-child .i_f_more {
    display: block;
}

#i_news .i_news_list li h5 {
   border-top: 1px solid #cbcbcb;
   font-size: 15px;
   padding-top: 15px;
   margin: 0;
}
#i_news .i_news_list li h5 .more {
    text-align: right;
    padding-right: 18px;
    background: url(../images/icon_right2.png) no-repeat center right;
    background-size:auto 12px;
    
}
#i_news .i_news_list li:first-child h5 {
    display: none;
   
}

.p_about_bb  {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    padding-right: 10px;
    color: #666;
    line-height: 1.6;
    /* overflow: hidden;
    overflow-y: auto; */

}
.p_about_bb .img {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 2%;
    height: auto;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.p_about_bb .img img{
    display: block;
    width: 100%;
}
.about_pp  .tt span {
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    display: block;
    /* margin-bottom:  15px; */
    color: var(--main-color);
    background-image: -webkit-gradient(linear, 0 0, right 0, from(var(--j-color)), to(var(--main-color)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about_pp .tt h3 {
    font-size: 25px;
    color: #000;
}
.about_pp  .tt i{
    display: block;
    width: 100px;
    height: 3px;
    background: var(--main-color);
    background: linear-gradient(to top right,#01aeea,var(--main-color));
    background: linear-gradient(135deg,#01aeea,var(--main-color));
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon_add{
    background: url(../images/icon_address.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
				 .accordion {
	list-style-type:none;
	padding:0;
	margin:0
}
 .accordion li {
	position:relative;
	border:1px solid #dcdcdc;
	margin-bottom:20px
}
 .accordion li:last-child {
	margin-bottom:0
}
 .accordion li .title {
	margin:0;
	cursor:pointer;
	font-size:15px;
	padding:20px 15px 20px 80px;
	text-transform:uppercase;
	position:relative
}
 .accordion li .title::before {
	content:'';
	background-color:#eee;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:60px
}
 .accordion li .title:after {
	width:10px;
	height:10px;
	border-right:1px solid #312f2f;
	border-bottom:1px solid #312f2f;
	position:absolute;
	left:22px;
	content:" ";
	top:23px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
 .accordion li.active .title {
	border-bottom:1px solid #dcdcdc
}
 .accordion li.active .title:after {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
 .accordion li .accordion-content {
	display:none;
	padding:20px 20px;
	color: #6c6377;
	font-size: 14px;
}
.hire_ h2,.hire_ h3,.hire_ h4,.hire_ h5,.hire_ h1{
	font-size: 18px;
	line-height: 40px;
}
.hire_ p,.hire_ span{font-size: 15px !important; line-height: 24px !important;}
.hire_{margin-top: 20px;}
.hire_ img{display: block;height: 200px;}