@charset "UTF-8";

body{margin: 0; font-size:calc(14px + 0.02rem); line-height:calc(24px + 0.02rem);}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden]{
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.3em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Noto Sans SC';
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

   
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*通用样式*/
html{ overflow-x:hidden; overflow-y:auto;}
*{ padding:0; margin:0; outline: none;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{font-family: 'Noto Sans SC';color:#666666;}
code, kbd, pre, samp {font-family: 'Noto Sans SC';}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
a{ text-decoration:none; 
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{ cursor:pointer;}
img{border:0;max-width: 100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0;/* font-weight:normal; */font-family: 'Noto Sans SC';}
h1{ font-size: calc(12px + 0.24rem);}
h2{ font-size: calc(12px + 0.12rem);}
h3{ font-size: calc(12px + 0.1rem);}
h4{ font-size: calc(12px + 0.06rem);}
h5{ font-size: calc(12px + 0.02rem);}
h6{ font-size: 12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
p{ margin: 0; padding: 0;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0;font-family: 'Noto Sans SC'; outline: none;}
textarea{ border: 0; background: none; resize: none; outline: 0;}
input{ outline: 0; border: 0; background: none;}
button{ outline: none; border: 0; background: none;} 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}
.elli{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:after{content:'';display:block;height:0;overflow:hidden;clear:both;zoom:1;}
*{font-family: 'Noto Sans SC';}
a{color:#666666;}
/*字母大写*/
.D1{text-transform:uppercase;}
/*字母小写*/
.D2{text-transform:lowercase;}
/*字母首字母大写*/
.D3{text-transform:capitalize;}
.container{ padding-right:15px; padding-left:15px; margin-right: auto; margin-left: auto;}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 37px; z-index: 6;
    padding: 0; border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: rgba(38,45,73,0.38);
    z-index:10;
}
.slick-prev::after,
.slick-next::after{display:inline-flex; content: ''; position: absolute; left:50%; top:50%;
width: 10px;height:10px; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.slick-prev::after{ transform:rotate(225deg); -ms-transform:rotate(225deg); margin:-5px 0 0 -2px;}
.slick-next::after{transform:rotate(45deg); -ms-transform:rotate(45deg); margin:-5px 0 0 -7px;}
.slick-prev:hover,
.slick-next:hover{background: #FF7815;}
.slick-prev{
    left:-0.6rem;
}
.slick-next{
    right:-0.6rem;
}
@media  screen and (max-width:1024px){
.slick-prev,
.slick-next
{
    width: 26px;
    height: 26px;
}
.slick-prev::after,
.slick-next::after{width:7px;height:7px;}
.slick-prev::after{ margin:-4px 0 0 -2px;}
.slick-next::after{ margin:-4px 0 0 -5px;}
.slick-prev{
    left:0;
}
.slick-next{
    right:0;
}   
}





/* Dots */
.slick-dots{ display: flex; width: 100%; justify-content: center;}
.slick-dots li{display: flex; border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li button{ display:none;}
.slick-dots li.slick-active{ background: #3e80f4;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.slick-dots li.slick-active{width: 18px;}
}

@media  screen and (max-width:1024px){

}


@media screen (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen (min-device-width: 768px) and (max-device-width:1024px){body{-webkit-text-size-adjust:none}}





.pc_show{ display: block;}
.ph_show{ display: none;}
.pc_show1{ display:inline;}
.ph_show1{ display: none;}
.w100{ width:100%;}
.li2{ width:50%;}
.li3{ width:33.33%;}
.li4{ width:25%;}
.li5{ width:20%;}
.li6{ width:16.66%;}
.fl{ display: flex;}
.fx{ flex-wrap:wrap;}
.center{ text-align: center; justify-content: center;}
.end{ justify-content:space-between;}
.rd{ justify-content: flex-end;}
.z6{ position: relative; z-index: 6;}

.bg-3e{background: #3E80F4;}

.cc{ color: #FF7815;}
.ca{ color: #aaaaaa;}
.c0{ color: #000000;}
.c3{ color: #333333;}
.c4{ color: #444444;}
.c5{ color: #555555;}
.c6{ color: #666666;}
.c9{ color: #999999;}
.white{ color: #fff;}
.bold{  font-weight: bold;}


.fs12{ font-size:12px;}
.fs14{ font-size:14px;}


.lh0{ line-height:0;}


@media screen and (max-width:1024px) {
.pc_show{ display: none;}
.ph_show{ display: block;}
}
@media screen and (max-width:767px) {
.pc_show1{ display: none;}
.ph_show1{ display: inline;}
}
	
	
.hei50{ margin-top: 50px;}	
.mt16{ margin-top:24px;}


.pt50{ padding-top:0.5rem;}
.pt80{ padding-top:0.8rem;}
.pt130{ padding-top:1.3rem;}

.pd45{ padding-bottom:45px;}
.pd130{ padding-bottom:1.3rem;}

@media screen and (max-width:1024px) {	
.hei50{ margin-top:44px;}	
.mt16{ margin-top:15px;}

.pt50{ padding-top:25px;}
.pt130{ padding-top:45px;}

.pt80{ padding-top:35px;}
.pd130{ padding-bottom:45px;}
}

.porlist li a .tit,
.porlist li a .tit1,
.list04 ul li .tit,
.solut14 .list .ul .li .tit,
.solut14 .list .ul .li .tit1{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;}
.list04 ul li .p,
.solut14 .list .ul .li .p{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:2;}
{ overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:3;}


._img{ width:100%; display: block; line-height: 0; overflow: hidden; position: relative;}
._img img{ display: block; position: absolute; left: 0; top:0; width:100%; height: 100%; object-fit: cover;}


.menuSub .ul1 li a .tit,
.menuSub .ul1 li a .tit1,
.menuSub .ul2 .hd li a:after,
.mian6 .list ul li .ico,
.mian6 .list ul li .a .tit,
.mian7 .list ul li .tit,
.mian7 .list ul li ._img img,
.mian9 .list .li,
.mian11 .info .ico,
.mian11 .pic img,
.mian4 .list ul li .ico,
.mian4 .list ul li .tit,
.mian3 .list ul li .more,
.mian3 .list ul li ._img img,
.slick_banner .btn,
.mian1 .list .li ._img img,
.mian2 .dl ul li .ico,
.porlist li a .tit,
.porlist li a .tit1,
.ptrj-wlwl2 .list ul li .ico,
.ptrj-wlwl2 .list ul li .tit,
.ptrj-whpt6 .list ul li .ico,
.ptrj-whpt6 .list ul li .tit,
.ptrj-whpt1 .list ul li ._img img,
.ptrj-whpt1 .list ul li .tit,
.ptrj-whpt3 .list ul li .tit,
.ptrj-dgys0 .list .ul .li ._img img,
.ptrj-dgys2 .list .ul .li .tit,
.ptrj-dgys2 .list .ul .li ._img img,
.ptrj-dgys3 .list .ul .li .tit,
.ptrj-dgys3 .list .ul .li ._img img,
.ptrj-dgys6 .list ul li .tit,
.ptrj-wxss2 .dl ul li .ico,
.ryzz_section1 .content a .wz,
.ryzz_section2 .content .ul a .info,
.list04 ul li ._img img,
.list04 ul li .tit,
.list04 ul li .more,
.solut1 .list ul li .ico,
.solut4 .list ul li ._img img,
.solut1 .list ul li .tit,
.solut3 .list ul li .a,
.solut3 .list ul li .ico,
.solut14 .list .ul .li .btn,
.solut8 .list ul li .a,
.solut8 .list ul li .ico,
.solut5 .list .ul .li .tit,
.solut5 .list .ul .li .ico,
.head .input-wrap,
.ptrj-dgys0 .list1 .ul .li ._img img,
.ptrj-dgys0 .list1 .ul .li .tit,
.dTop{transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}



.mian7 .list ul li .a:hover ._img img,
.mian11 .pic:hover img,
.mian3 .list ul li:hover ._img img,
.mian1 .list .li a:hover ._img img,
.ptrj-whpt1 .list ul li a:hover ._img img,
.ptrj-dgys0 .list .ul .li .a:hover ._img img,
.ptrj-dgys2 .list .ul .li .a:hover ._img img,
.ptrj-dgys3 .list .ul .li .a:hover ._img img,
.list04 ul li .a:hover ._img img,
.solut4 .list ul li:hover ._img img,
.ptrj-dgys0 .list1 .ul .li .a:hover ._img img{ transform: scale(1.1); -ms-transform: scale(1.1);}

.mian6 .list ul li .a:hover .tit,
.mian7 .list ul li .a:hover .tit,
.mian4 .list ul li .a:hover .tit,
.ptrj-wlwl2 .list ul li .a:hover .tit,
.ptrj-whpt6 .list ul li .a:hover .tit,
.ptrj-whpt1 .list ul li .a:hover .tit,
.ptrj-whpt3 .list ul li .a:hover .tit,
.ptrj-dgys2 .list .ul .li .a:hover .tit,
.ptrj-dgys3 .list .ul .li .a:hover .tit,
.ptrj-dgys6 .list ul li .a:hover .tit,
.list04 ul li .a:hover .tit,
.solut1 .list ul li .a:hover .tit,
.solut5 .list .ul .li:hover .tit,
.ptrj-dgys0 .list1 .ul .li .a:hover .tit{ color:#FF7815;}


.tit16{ width: 100%; text-align: center; font-weight: 400; color: #6B7280; font-size: 16px; line-height:30px;}
.tit16 a{ color:#3E80F4;}
.tit16 a:hover{ color:#FF7815;}
.tit32{ width: 100%; text-align: center; font-weight: 800; color: #000000; font-size: 0.4rem; line-height:0.5rem;}
.tit50{ width: 100%; text-align: center; font-weight: 800; color: #000000; font-size: 0.54rem; line-height:0.7rem;}

@media screen and (max-width:1024px) {
.tit16{font-size:14px; line-height:24px; }
.tit32{font-size:18px; line-height:28px; }
.tit50{font-size:20px; line-height:30px; }
}


/*

#FF7815
calc(100% + 12px)


*/


@font-face {
    font-family: 'NotoSans-Bold';
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.eot');
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol?#iefix') format('embedded-opentype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.woff') format('woff'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.ttf') format('truetype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Bol.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Regular.eot');
    src: url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Regular?#iefix') format('embedded-opentype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Regular.woff') format('woff'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Regular.ttf') format('truetype'),
         url('https://otheross1.oss-cn-hangzhou.aliyuncs.com/linshi/Noto_Sans/NotoSans-Regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


.tit32,
.tit50,
.tit50 .col,
.mian2 .qh_t ul li .a,
.slick_banner .tit1,
.in_banner .tit1,
.list01 .l1 .num,
.list01 .l1 .counter,
.porbanenr .tit,
.ptrj-wlwl1 .list .l1 .num,
.ptrj-wlwl1 .list .l1 .counter{font-family: 'NotoSans-Bold';}


