﻿*{margin:0; padding:0; outline:0 !important;}
*, *:before, *:after{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
:root {
}

html{-ms-touch-action: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
li{list-style:none}
table{border-collapse:separate; border-spacing:0}
img{max-width:100%; height:auto; border:0}
input[type="submit"],input[type="text"]{-webkit-appearance:none}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

body{font-family:"Helvetica Neue","Helvetica","microsoft yahei","Arial",sans-serif; font-size:12px; color:#333;
    background-color:#ffffff;
    line-height: 1.5;
    overscroll-behavior-x: none;

    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}
body{margin:0 auto;position: relative;}
a{color:#333333; text-decoration:none;
-webkit-transition:color .25s ease-out;
   -moz-transition:color .25s ease-out;
	-ms-transition:color .25s ease-out;
		transition:color .25s ease-out;
}
a:hover{color:#ab0a12; text-decoration:none;}
a.red{
    color:#ab0a12;
}
a.red:hover{color:#333333;}
.colorRed{
    color:#ab0a12;
}
.colorOrange{
    color:#cb5e29;
}
.colorGreen{
    color:#0ed900;
}

svg:not(:root) {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

h1,h2,h3,h4,h5,h6{margin-bottom:10px; font-weight:normal; line-height:170%;}
h1{font-size:34px}
h2{font-size:26px}
h3{font-size:20px}
h4{font-size:14px}
h5{font-size:14px}
h6{font-size:12px}
h4.hr{padding-bottom:20px; border-bottom:1px solid #d2d6d5; line-height:normal}
p,blockquote{margin-bottom:10px; line-height:150%}



/**/
/**/
img{vertical-align: bottom;}
input[type="checkbox"] {
position: absolute;
left: -9999999px;
display: inline-block;
}
input[type="checkbox"]:checked ~ label.checkboxlogin {
box-shadow: inset 0 0 0 2px #fff;
border-color: #0a4d6d;
background-color: #0a4d6d;
}
input[type="checkbox"]:checked ~ label.color_red{background-color: #f7424e;border:2px solid #FFF;}

textarea{border:1px solid #b5b5b5; padding:5px;}


label.checkboxlogin {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
margin: 20px 0;
border-radius: 100%;
background-color: #FFF;
border: 2px solid #FFF;
cursor: pointer;
}

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

/* ==============================
   Page loader
   ============================== */


.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.6);
	z-index: 100000;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner{
    display: inline-block;
    width: 8em;
    height: 8em;
    margin: 1.5em;
    margin: -4em 0 0 -4em;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    background: #f1f1f1;
    text-align: center;
    line-height: 8em;
    font-weight: 400;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* :not(:required) hides this rule from IE9 and below */
.spinner:not(:required) {
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: #999 1.5em 0 0 0, #999 1.1em 1.1em 0 0, #999 0 1.5em 0 0, #999 -1.1em 1.1em 0 0, #999 -1.5em 0 0 0, #999 -1.1em -1.1em 0 0, #999 0 -1.5em 0 0, #999 1.1em -1.1em 0 0;
    -moz-box-shadow: #999 1.5em 0 0 0, #999 1.1em 1.1em 0 0, #999 0 1.5em 0 0, #999 -1.1em 1.1em 0 0, #999 -1.5em 0 0 0, #999 -1.1em -1.1em 0 0, #999 0 -1.5em 0 0, #999 1.1em -1.1em 0 0;
     box-shadow: #999 1.5em 0 0 0, #999 1.1em 1.1em 0 0, #999 0 1.5em 0 0, #999 -1.1em 1.1em 0 0, #999 -1.5em 0 0 0, #999 -1.1em -1.1em 0 0, #999 0 -1.5em 0 0, #999 1.1em -1.1em 0 0;
    background: none;
    display: inline-block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    overflow: hidden;
    text-indent: 100%;
    margin: -0.5em 0 0 -0.5em;
    position: absolute;
    top: 50%;
    left: 50%;

}




/*栅格*/
.inner{width: 100%; max-width:1410px; margin:0 auto;
-webkit-transition:all .3s ease-out;
   -moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
		transition:all .3s ease-out;
}
.inner:after {
    content: '';
    display: block;
    clear: both;
}
.inner .grid{clear: both;margin: 0 0 0 -30px;}
.grid [class*=col_]{position:relative; float:left; padding:30px 0 0 30px;
-webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
		box-sizing:border-box;
-webkit-transition:width .3s ease-out;
   -moz-transition:width .3s ease-out;
	-ms-transition:width .3s ease-out;
		transition:width .3s ease-out;
}
.grid .col_1{width:8.333%;}
.grid .col_2{width:16.629%;}
.grid .col_2_5{width:20%;}
.grid .col_3{width:25%;}
.grid .col_4{width:33.3333333%;}
.grid .col_5{width:41.66%;}
.grid .col_6{width:50%;}
.grid .col_7{width:58.33%;}
.grid .col_8{width:66.66%;}
.grid .col_9{width:75%;}
.grid .col_9_5{width:80%;}
.grid .col_10{width:83.33%;}
.grid .col_11{width:91.66%;}
.grid .col_12{width:100%;}
.one_row [class*=col] {
    padding-top: 0!important;
}

@media screen and (max-width: 1880px) {
    .inner{padding:0 60px;}
}
@media screen and (max-width: 992px) {
    .grid .col_2{width:33.3333333%;}
}
@media screen and (max-width: 806px) {
    .inner{padding:0 20px;}
    .grid .col_4{width:100%;}
    .grid .col_6{width:100%;}
    .grid .col_8{width:100%;}
    .grid .col_5{width:100%;}
    .grid .col_7{width:100%;}

    .grid .col_2_5{width:100%;}
    .grid .col_9_5{width:100%;}

    .grid .col_2{width:50%;}
    .grid .col_3{width:50%;}
}
@media screen and (max-width: 479px) {
    .inner{padding:0 15px;}
    .inner .grid{margin:0 0 0 -15px;}
    .grid [class*=col_]{padding:15px 0 0 15px;}

}




.list_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.list_flex .box_item, .list_flex .box_info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.box_flex_1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.justify_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify_content_around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.align_items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fr-view p {
    margin: 0 0 10px;
}

pre {
    font-family: inherit;
    font-size: inherit;
    white-space: pre-wrap;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: inherit;
}



/*标题样式*/
.box_heading{
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.box_heading:after {
    content: '';
    display: block;
    clear: both;
}
.box_heading .title{
    font-size: 22px;
    border-bottom: 3px solid #ad0914;
    padding: 0 0 8px;
    display: inline-block;
    margin-bottom: -1px;
    line-height: 1;
    position: relative;
}
.box_heading .title .subtet{
    position: relative;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    height: 14px;
}
.box_heading .title .subtet .t{
    position: absolute;
    left: 0;
    top:0;
    white-space: nowrap;
}
.box_heading .readmore{
    color: #ab0a12;
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -2px;
}
@media screen and (max-width: 479px) {
    .box_heading .title{
        font-size: 18px;
        padding: 0 0 6px;
        border-bottom-width: 2px;
    }
}





.footer_links{
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding: 30px 0;
}
.footer_links .title{
    font-size: 22px;
    display: inline-block;
    margin-right: 30px;
}
.footer_links .list{display: inline-block;}
.footer_links a{
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
}
@media screen and (max-width: 479px) {
    .footer_links{
        padding: 15px 0;
    }
    .footer_links .title{
        font-size: 18px;
    }
    .footer_links a{
        margin-right: 15px;
    }
}



#footer{
    background-color: #8c8c8c;
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
    line-height: 1.8;
}
#footer span{
    display: inline-block;
}
#footer .margin{
    display: inline-block;
    margin: 0 10px;
}
#footer .text{
    font-size: 13px;
}
#footer .cp{
    margin-top: 30px;
    font-size: 14px;
}
@media screen and (max-width: 479px) {
    #footer .cp{
        font-size: 12px;
    }
}



#header{
    position: relative;
    background-color: #ffffff;
    z-index: 100;
}
#header .headtop{
    border-bottom: 1px solid #dddddd;
    color: #999999;
    line-height: 24px;
    font-size: 12px;
    padding: 4px 0;
}
#header .headtop .h_right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#header .headtop .userinfo{
    display: inline-block;
}
#header .headtop .userinfo a{
    padding: 0 5px;
    display: inline-block;
}
#header .headtop .userinfo .name{
    color: #ac0611;
    margin-right: 5px;
    display: inline-block;
}
#header .headtop .userinfo .tag{
    background-color: #ac0611;
    color: #ffffff;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 0 3px;
    margin-left: 3px;
}
#header .headtop .loginbox{
    display: inline-block;
}
#header .headtop .loginbox a{
    padding: 0 5px;
    display: inline-block;
}
#header .headtop .loginbox a.login{
    background-color: #ac0611;
    color: #ffffff;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 5px;
    border-radius: 4px;
}
#header .headtop .loginbox a.login:hover{
    background-color: #999999;
}
#header .headtop .language{
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
}
#header .headtop .language svg{
    width:16px;
    height: 16px;
    margin: -2px 5px 0 0;
}

#header .headtop .oldversion{
    margin-left: 15px;
}
#header .headtop .oldversion a{
    color: #999999;
}
#header .headtop .oldversion a:hover{
    color: #333333;
}

#header .headcon .content{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
#header .headcon .searchbox{
    max-width: 490px;
    width:40%;
    color: #999999;
}
#header .headcon .searchbox .filter{
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: -5px;
}
#header .headcon .searchbox .filter a{
    color: #999999;
    padding: 5px;
    display: inline-block;
}
#header .headcon .searchbox .filter a:hover,
#header .headcon .searchbox .filter a.active{
    color: #ac0611;
}
#header .headcon .searchbox .s_con{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#header .headcon .searchbox .s_con .inputbox{
    border: 1px solid #dddddd;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin-right: 3px;
    padding: 5px;
    font-size: 14px;
}
#header .headcon .searchbox .s_con .inputbox .tet{
    position: relative;
    padding: 0 8px;
    margin-right: 8px;
}
#header .headcon .searchbox .s_con .inputbox .tet:after{
    position: absolute;
    content: ' ';
    top:50%;
    margin-top: -7px;
    right: 0;
    height: 14px;
    width: 2px;
    background-color: #ac0611;
}
#header .headcon .searchbox .s_con .button{
    background-color: #ac0611;
    width: 66px;
    height: 36px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
#header .headcon .searchbox .s_con .button:hover{
    background-color: #8e0009;
}
#header .headcon .searchbox .s_con .button svg{
    width: 18px;
    height: 18px;
}
#header .headcon .searchbox input{
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333333;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    outline: none;
    -webkit-appearance: none;
}
#header .headcon .searchbox .closebtn{
    width: 40px;
    height: 40px;
    position: fixed;
    top:0px;
    right: 0px;
    padding: 10px;
    display: none;
}



#header .headcon .qrcode .imgbox{
    border: 1px solid #dddddd;
    width: 84px;
    height: 84px;
}
#header .headcon .qrcode .imgbox img{width: 100%;height: 100%;}
#header .headcon .qrcode .text{
    padding-top: 4px;
    color: #999999;
}


#header .headcon .logo{

}
#header .headcon .logo a{display: inline-block;}
#header .headcon .logo svg{
    height: 92px;
    width: auto;
}



#header .navmain{
    background-color: #ac0611;
}
#header .navmain .content{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: -1%;
    margin-right: -1%;
}
#header .navmain .content .item{
    height: 45px;
    position: relative;
    width: 14.28%;
    padding:1px 1% 0;
}
#header .navmain .content .item:first-child:before{
    display: none;
}
#header .navmain .content .item:before{
    position: absolute;
    content: ' ';
    left: 0;
    top:50%;
    margin-top: -9px;
    height: 18px;
    width: 2px;
    background-color: #ffffff;
}
#header .navmain .content .item a{
    display: block;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#header .navmain .content .item a.active,
#header .navmain .content .item:hover a,
#header .navmain .content .item a:hover{
    background-color:#ffffff;
    color: #ac0611;
}
#header .navmain .content .item:hover .sub{
    display: inline-block;
}

#header .navmain .content .item .itemwrap{
    position: relative;
}
#header .navmain .content .item .sub{
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 106px;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(100,100,100,.3);
    padding: 0 0 10px;
    display: none;
}
#header .navmain .content .item .sub a{
    color: #333333;
    font-weight: normal;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
}
#header .navmain .content .item .sub a.active,
#header .navmain .content .item .sub a:hover{
    color: #ac0611;
}

#header .bt-menu {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-left: -10px;
    display: none;
}
#header .bt-menu:hover {
    color: #64686A;
}
#header .bt-menu:hover .ico-menu .bar:after {
    left: 0;
}
#header .bt-menu .ico-menu {
    top: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 13px;
}
#header .bt-menu .bar:nth-child(1) {
    top: 0;
}
#header .bt-menu .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333333;
    overflow: hidden;
}
#header .bt-menu .bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #A6ABAB;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: 0.3s;
}
#header .bt-menu .bar:nth-child(1) {
    top: 0px;
}
#header .bt-menu .bar:nth-child(2) {
    top: 6px;
}
#header .bt-menu .bar:nth-child(3) {
    top: 12px;
}
#header .bt-menu .bar:nth-child(1):after {
    transition-delay: 0.1s;
}
#header .bt-menu .bar:nth-child(2):after {
    transition-delay: 0.2s;
}
#header .bt-menu .bar:nth-child(3):after {
    transition-delay: 0.3s;
}


#header .contrs{
    margin-right: -10px;
    display: none;
}
#header .contrs .item{
    float: left;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-left: 6px;
    cursor: pointer;
}



#header .gotohome a{
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #ac0611;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 16px;
    line-height: 38px;
    display: flex;
    align-items: center;
}
#header .gotohome a svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
#header .gotohome a:hover{
    background-color: #ac0611;
    border-color: #ac0611;
    color: #ffffff;
}



#header .companyinfo{
    padding: 10px 0;
}
#header .companyinfo .name{
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}
#header .companyinfo .info{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}
#header .companyinfo .info .text{
    font-size: 16px;
    color: #999999;
}
#header .companyinfo .info .ico{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
#header .companyinfo .info .collect_btn{
    color: #999999;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 15px 5px 10px;
    margin-left: 15px;
}
#header .companyinfo .info .collect_btn svg{
    width: 18px;
    height: 18px;
    float: left;
    color: #d5d5d5;
    margin-right: 6px;
    margin-top: -1px;
}
#header .companyinfo .info .collect_btn.collected svg{
    color: #ac0611;
}



.minnavmain{
    position: fixed;
    top:0;
    left: 0;
    width: 260px;
    height: 100vh;
    z-index: 401;
    background-color: #ffffff;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    transition: transform 0.3s ease-in-out;
}
.minnavmain .head{
    padding: 15px;
}
.minnavmain .close {
    position: relative;
    float: left;
    cursor: pointer;
    padding-right: 30px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.minnavmain .close:before,
.minnavmain .close:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0px;
    width: 20px;
    height: 3px;
    background: #202121;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.minnavmain .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.minnavmain .language{
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
    float: right;
}
.minnavmain .language svg{
    width:16px;
    height: 16px;
    margin: -2px 5px 0 0;
}
.minnavmain .content{
    position: absolute;
    top:50px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    overflow-y: auto;
}
.minnavmain .content a{
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    font-weight: bold;
}
.minnavmain .content .sub a{
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}
.minnavmain .content .item a.active,
.minnavmain .content .item a:hover{
    color: #ac0611;
}

.minuimain{
    position: fixed;
    top:0;
    right: 0;
    width: 260px;
    height: 100vh;
    z-index: 401;
    background-color: #ffffff;
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    padding-top: 50px;
}
.minuimain .item{
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}
.minuimain .item a{
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.minuimain .name{
    color: #ac0611;
}
.minuimain .tag{
    background-color: #ac0611;
    color: #ffffff;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    font-size: 12px;
    text-align: center;
    padding: 0 3px;
    margin-left: 3px;
}
.minuimain .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding-right: 30px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.minuimain .close:before,
.minuimain .close:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0px;
    width: 20px;
    height: 3px;
    background: #202121;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.minuimain .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


body:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.nav_sidebar_open,
.ui_sidebar_open{
    overflow: hidden;
}
.nav_sidebar_open:before,
.ui_sidebar_open:before{
    opacity: 1;
    visibility: visible;
}
.nav_sidebar_open .minnavmain,
.ui_sidebar_open .minuimain{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


@media screen and (max-width: 992px) {
    #header .headcon .logo svg{
        height: 80px;
    }
    #header .headcon .qrcode{
        display: none;
    }
}
@media screen and (max-width: 806px) {
    #header{
        height: 45px;
    }
    #header .headtop{
        display: none;
    }
    #header .navmain{
        display: none;
    }
    #header .bt-menu{
        display: inline-block;
    }
    #header .contrs{
        display: inline-block;
    }

    #header .gotohome a{
        margin-left: -10px;
        width: 40px;
        height: 40px;
        padding: 10px;
        border: none;
        border-radius:0;
    }
    #header .gotohome a span{
        display: none;
    }
    #header .gotohome a svg{
        width: 20px;
        height: 20px;
        margin: 0;
    }
    #header .gotohome a:hover{
        background: none;
        color: #ac0611;
    }

    #header .companyinfo{
        position: absolute;
        left: 50%;
        transform: scale(.45) translateX(-50%);
        transform-origin: left;
    }
    #header .companyinfo .info {
        justify-content: center;
    }


    #header .headcon{
        position: fixed;
        width: 100%;height: 100%;left: 0;top:0;background-color: #ffffff;
        height: 45px;
        border-bottom: 1px solid #ac0612;
    }
    #header .headcon .content{
        padding: 0;
        height: 45px;
    }
    #header .headcon .logo{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #header .headcon .logo svg{
        height: 32px;
    }
    #header .headcon .searchbox{
        position: fixed;
        width: 100%;left: 0;top:0;
        height: 100%;
        padding: 6%;
        max-width: none;
        background-color: rgba(255,255,255,.95);
        display: none;
    }
    #header .headcon .searchbox .closebtn{
        display: inline-block;
        transition-delay: 0.2s;
    }
    #header .headcon .searchbox >div{
        transition: transform .5s linear;
        transform: translateY(-300px);
    }
    #header .headcon .searchbox.open >div{
        transform: translateY(0px);
    }
}









/*------------------------*/
.swiper-button-next, .swiper-button-prev {
    width: 34px!important;
    height: 34px!important;
    margin-top: -17px!important;
    background-size: auto 16px!important;
    background-position: center;
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 16px!important;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 16px!important;
}


.swiper-pagination-bullet {
    border: 1px solid #9e9e9e;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #ac0611;
    border: 1px solid #ac0611;
}

.pagination_white .swiper-pagination-bullet{
    border: 1px solid #ffffff;
}
.pagination_white .swiper-pagination-bullet-active{
    background: #ffffff;
    border: 1px solid #ffffff;
}
/*------------------------*/


#homebanner .bgimg{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#homebanner .item{
    position: relative;
    width: 100%;
    /*padding-top: 43.97%;*/
    padding-top: 29.8%;
}
#homebanner .item a{
    position: absolute;
    width: 100%;height: 100%;left: 0;top:0;
    display: block;
}
#homebanner .swiper-pagination-bullets{
    bottom: 20px!important;
}



#showbanner .bgimg{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#showbanner .item{
    position: relative;
    width: 100%;
    /*padding-top: 43.97%;*/
    padding-top: 29.8%;
}
#showbanner .item a{
    position: absolute;
    width: 100%;height: 100%;left: 0;top:0;
    display: block;
}
#showbanner .swiper-pagination-bullets{
    bottom: 20px!important;
}


/*---------全局页码----------*/
.page_pagination{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.page_pagination ul{
    display: inline-block;
    margin: 0 auto;
}
.page_pagination li{
    float: left;
    margin:0 6px;
    color: #666666;
    position: relative;
}
.page_pagination a{
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.page_pagination .disabled a{
    color: #999999;
}
.page_pagination .active a,
.page_pagination li:not(.disabled) a:hover{
    color: #ffffff;
    background-color: #ac0611;
    border-color: #ac0611;
}





/*-----------------*/
.header_crumbs{
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_crumbs .homeico{
    height: 18px;
    width: auto;
    margin-right: 8px;
}
.header_crumbs span{
    margin: 0 4px;
}
.header_crumbs a{
    color: #666666;margin: 0 4px;
}
.header_crumbs a:hover{
    color:#ab0a12;
}
@media screen and (max-width: 479px) {
    .header_crumbs{
        font-size: 12px;
    }
    .header_crumbs .homeico{
        height: 14px;
    }
}




.btn{
    text-align: center;
    background-color: #ac0611;
    border: 1px solid #ac0611;
    color: #ffffff;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 15px;
}
.btn.border{
    background-color: #ffffff;
    color: #ac0611;
}
.btn.border.border5e5e5{
    border-color: #e5e5e5;
    color: #333333;
}
.btn:hover{
    opacity: .8;
}
.btn a{
    color: #ffffff;
}
.btn.border a{
    color: #ac0611;
}
.btn.border.border5e5e5 a{
    color: #333333;
}




/*17 17*/
.svg_xin{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cpath%20fill%3D%22%23c8a900%22%20d%3D%22M10.794%2C17H0V6.206A6.212%2C6.212%2C0%2C0%2C1%2C6.205%2C0H17V10.795A6.212%2C6.212%2C0%2C0%2C1%2C10.794%2C17ZM1%2C16h9.794A5.211%2C5.211%2C0%2C0%2C0%2C16%2C10.795V1H6.205A5.211%2C5.211%2C0%2C0%2C0%2C1%2C6.206V16Zm2.086-3.905V11.011H6.4V8.731H3.086V7.647H6.4V5.526H3.086V4.442H6.4V3.5H7.5V13.5l-1.1-.006V12.095H3.086Zm6.439%2C1.4V3.5h1.084V4.442h3.3V5.526h-3.3V7.647h3.3V8.731h-3.3v2.279h3.3v1.084h-3.3v1.4H9.525Z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><path fill="#c8a900" d="M10.794,17H0V6.206A6.212,6.212,0,0,1,6.205,0H17V10.795A6.212,6.212,0,0,1,10.794,17ZM1,16h9.794A5.211,5.211,0,0,0,16,10.795V1H6.205A5.211,5.211,0,0,0,1,6.206V16Zm2.086-3.905V11.011H6.4V8.731H3.086V7.647H6.4V5.526H3.086V4.442H6.4V3.5H7.5V13.5l-1.1-.006V12.095H3.086Zm6.439,1.4V3.5h1.084V4.442h3.3V5.526h-3.3V7.647h3.3V8.731h-3.3v2.279h3.3v1.084h-3.3v1.4H9.525Z"/></svg>
*/
.svg_xin_y{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cpath%20fill%3D%22%23ea2431%22%20d%3D%22M10.794%2C17H0V6.205A6.212%2C6.212%2C0%2C0%2C1%2C6.205%2C0H17V10.795A6.212%2C6.212%2C0%2C0%2C1%2C10.794%2C17ZM1%2C16h9.794A5.211%2C5.211%2C0%2C0%2C0%2C16%2C10.795V1H6.205A5.211%2C5.211%2C0%2C0%2C0%2C1%2C6.205V16ZM3.1%2C8.1V6.719a3.807%2C3.807%2C0%2C0%2C0%2C.85-0.82%2C7.83%2C7.83%2C0%2C0%2C0%2C.9-2.379H6.068a11.7%2C11.7%2C0%2C0%2C1-.7%2C2.332v7.629H4.24V7.393a5.126%2C5.126%2C0%2C0%2C1-.533.41A5.007%2C5.007%2C0%2C0%2C1%2C3.1%2C8.1ZM6.174%2C5.26V4.176H9.554V3.566h1.09V4.176H13.9V5.26H6.174Zm0%2C3.7v-1.1H13.9v1.1H6.174Zm0.094%2C3.158V10.985a1.426%2C1.426%2C0%2C0%2C1%2C.31-1.049A1.3%2C1.3%2C0%2C0%2C1%2C7.51%2C9.619h4.857a1.6%2C1.6%2C0%2C0%2C1%2C1.143.316%2C1.551%2C1.551%2C0%2C0%2C1%2C.316%2C1.125q-0.006.574%2C0%2C.779a2.307%2C2.307%2C0%2C0%2C1-.164%2C1.143%2C1.2%2C1.2%2C0%2C0%2C1-1.1.5H7.826A2.233%2C2.233%2C0%2C0%2C1%2C6.754%2C13.3%2C0.869%2C0.869%2C0%2C0%2C1%2C6.4%2C12.918%2C1.96%2C1.96%2C0%2C0%2C1%2C6.267%2C12.115Zm0.07-5v-1.1h7.389v1.1H6.338ZM7.8%2C12.379h4.266a1.017%2C1.017%2C0%2C0%2C0%2C.551-0.088A0.356%2C0.356%2C0%2C0%2C0%2C12.713%2C12V11.231a0.65%2C0.65%2C0%2C0%2C0-.082-0.41%2C0.662%2C0.662%2C0%2C0%2C0-.433-0.1H7.931a0.856%2C0.856%2C0%2C0%2C0-.48.076%2C0.5%2C0.5%2C0%2C0%2C0-.082.34v0.639a0.951%2C0.951%2C0%2C0%2C0%2C.082.527A0.552%2C0.552%2C0%2C0%2C0%2C7.8%2C12.379Z%22%2F%3E%3C%2Fsvg%3E');
}

.svg_lock{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M20%2C10H18V7A6%2C6%2C0%2C0%2C0%2C6%2C7v3H4a2%2C2%2C0%2C0%2C0-2%2C2v9a2%2C2%2C0%2C0%2C0%2C2%2C2H20a2%2C2%2C0%2C0%2C0%2C2-2V12A2%2C2%2C0%2C0%2C0%2C20%2C10Zm-7%2C8a1%2C1%2C0%2C0%2C1-2%2C0V15a1%2C1%2C0%2C0%2C1%2C2%2C0Zm3-8H8V7a4%2C4%2C0%2C0%2C1%2C8%2C0Z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#999999" d="M20,10H18V7A6,6,0,0,0,6,7v3H4a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V12A2,2,0,0,0,20,10Zm-7,8a1,1,0,0,1-2,0V15a1,1,0,0,1,2,0Zm3-8H8V7a4,4,0,0,1,8,0Z"/></svg>
*/

.svg_people{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23999999%22%3E%3Cpath%20d%3D%22M12%2C10A3.5%2C3.5%2C0%2C1%2C0%2C8.5%2C6.5%2C3.5%2C3.5%2C0%2C0%2C0%2C12%2C10Z%22%2F%3E%3Cpath%20d%3D%22M3%2C20.4V21H21v-.6c0-2.24%2C0-3.36-.44-4.22a4%2C4%2C0%2C0%2C0-1.74-1.74C18%2C14%2C16.84%2C14%2C14.6%2C14H9.4c-2.24%2C0-3.36%2C0-4.22.44a4%2C4%2C0%2C0%2C0-1.74%2C1.74C3%2C17%2C3%2C18.16%2C3%2C20.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="#999999"><path d="M12,10A3.5,3.5,0,1,0,8.5,6.5,3.5,3.5,0,0,0,12,10Z"/><path d="M3,20.4V21H21v-.6c0-2.24,0-3.36-.44-4.22a4,4,0,0,0-1.74-1.74C18,14,16.84,14,14.6,14H9.4c-2.24,0-3.36,0-4.22.44a4,4,0,0,0-1.74,1.74C3,17,3,18.16,3,20.4Z"/></g></svg>
*/

.svg_phone{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M19%2C1H5A2%2C2%2C0%2C0%2C0%2C3%2C3V21a2%2C2%2C0%2C0%2C0%2C2%2C2H19a2%2C2%2C0%2C0%2C0%2C2-2V3A2%2C2%2C0%2C0%2C0%2C19%2C1ZM13%2C19.5H11a1%2C1%2C0%2C0%2C1%2C0-2h2a1%2C1%2C0%2C0%2C1%2C0%2C2ZM19%2C14H5V3H19Z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#999999" d="M19,1H5A2,2,0,0,0,3,3V21a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V3A2,2,0,0,0,19,1ZM13,19.5H11a1,1,0,0,1,0-2h2a1,1,0,0,1,0,2ZM19,14H5V3H19Z"/></svg>
*/

.svg_mail{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2021%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M23%2C8.87a1%2C1%2C0%2C0%2C0-.41-.8l-10-6.89a1%2C1%2C0%2C0%2C0-1.14%2C0l-10%2C6.89a1%2C1%2C0%2C0%2C0-.41.8A.51.51%2C0%2C0%2C0%2C1%2C9V19.91A2.05%2C2.05%2C0%2C0%2C0%2C3%2C22H21a2.05%2C2.05%2C0%2C0%2C0%2C2-2.09V9A.51.51%2C0%2C0%2C0%2C23%2C8.87ZM12%2C3.21l8.28%2C5.71L12%2C14.31%2C3.72%2C8.92Z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 21"><path fill="#999999" d="M23,8.87a1,1,0,0,0-.41-.8l-10-6.89a1,1,0,0,0-1.14,0l-10,6.89a1,1,0,0,0-.41.8A.51.51,0,0,0,1,9V19.91A2.05,2.05,0,0,0,3,22H21a2.05,2.05,0,0,0,2-2.09V9A.51.51,0,0,0,23,8.87ZM12,3.21l8.28,5.71L12,14.31,3.72,8.92Z"/></svg>
*/

.svg_file{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.7%2022.7%22%3E%3Cpath%20d%3D%22M22.4%2C8.9c-0.2-0.2-0.5-0.4-0.8-0.3h-1V6.6c0-1.1-1-2-2.1-1.9h-6.7L9.6%2C2.2%20%20C9.3%2C2%2C9.1%2C1.9%2C8.8%2C1.9H2.1C1%2C1.8%2C0%2C2.7%2C0%2C3.8v15.3c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0%2C0%2C0.1%2C0%2C0.1c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.3c0%2C0%2C0%2C0%2C0%2C0.1%20%20c0%2C0%2C0%2C0%2C0%2C0c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.2c0%2C0%2C0.1%2C0%2C0.1%2C0C0.7%2C20%2C0.8%2C20%2C0.9%2C20c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0.1%2C0h18.6c0.5%2C0%2C0.9-0.3%2C1-0.8%20%20l2.1-9.6C22.7%2C9.4%2C22.6%2C9.1%2C22.4%2C8.9z%20M18.7%2C18.1H2.3l2.1-7.6h16L18.7%2C18.1z%20M8.3%2C3.8l2.3%2C2.5c0.2%2C0.2%2C0.5%2C0.3%2C0.8%2C0.3h7.2v1.9h-15%20%20c-0.5%2C0-0.9%2C0.3-1%2C0.7l-0.5%2C2V3.8L8.3%2C3.8L8.3%2C3.8z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.7 22.7"><path d="M22.4,8.9c-0.2-0.2-0.5-0.4-0.8-0.3h-1V6.6c0-1.1-1-2-2.1-1.9h-6.7L9.6,2.2  C9.3,2,9.1,1.9,8.8,1.9H2.1C1,1.8,0,2.7,0,3.8v15.3c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0,0,0.1  c0,0,0,0,0,0c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0,0.1,0C0.7,20,0.8,20,0.9,20c0,0,0,0,0.1,0c0,0,0,0,0.1,0h18.6c0.5,0,0.9-0.3,1-0.8  l2.1-9.6C22.7,9.4,22.6,9.1,22.4,8.9z M18.7,18.1H2.3l2.1-7.6h16L18.7,18.1z M8.3,3.8l2.3,2.5c0.2,0.2,0.5,0.3,0.8,0.3h7.2v1.9h-15  c-0.5,0-0.9,0.3-1,0.7l-0.5,2V3.8L8.3,3.8L8.3,3.8z"/></svg>
*/


/*
%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23e6e6e6%22%20d%3D%22M0%2C3.5l7%2C7l7-7H0z%22%2F%3E%3C%2Fsvg%3E
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="#e6e6e6" d="M0,3.5l7,7l7-7H0z"/></svg>
*/


.svg_upload{
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200.083%2014%2014%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M6.302%2C7.461L5.23%2C8.53c-0.27%2C0.278-0.712%2C0.285-0.99%2C0.016c-0.277-0.269-0.284-0.712-0.016-0.99%20%20C4.23%2C7.55%2C4.236%2C7.544%2C4.242%2C7.539l2.262-2.256c0.273-0.272%2C0.716-0.272%2C0.988%2C0l2.262%2C2.256c0.27%2C0.277%2C0.262%2C0.721-0.016%2C0.989%20%20c-0.271%2C0.263-0.7%2C0.263-0.972%2C0.001L7.702%2C7.469v4.076c0%2C0.387-0.313%2C0.7-0.7%2C0.7s-0.7-0.313-0.7-0.7V7.461L6.302%2C7.461z%20M14%2C8.658%20%20c0%2C1.933-1.566%2C3.499-3.499%2C3.499c-0.387%2C0-0.699-0.313-0.699-0.7c0-0.386%2C0.313-0.699%2C0.699-0.699c1.159%2C0%2C2.099-0.941%2C2.099-2.1%20%20c0-1.07-0.806-1.969-1.87-2.086l-0.533-0.058l-0.083-0.531C9.842%2C4.264%2C8.229%2C3.091%2C6.511%2C3.362%20%20c-1.349%2C0.213-2.407%2C1.271-2.62%2C2.621L3.808%2C6.513L3.274%2C6.571C2.121%2C6.698%2C1.29%2C7.735%2C1.417%2C8.887%20%20c0.117%2C1.064%2C1.016%2C1.87%2C2.086%2C1.87c0.387%2C0%2C0.699%2C0.313%2C0.699%2C0.7c0%2C0.386-0.313%2C0.699-0.699%2C0.699%20%20C1.57%2C12.159%2C0.002%2C10.594%2C0%2C8.662c-0.002-1.592%2C1.072-2.986%2C2.612-3.389C3.276%2C2.849%2C5.78%2C1.422%2C8.204%2C2.086%20%20c1.551%2C0.425%2C2.763%2C1.636%2C3.188%2C3.187C12.929%2C5.678%2C14%2C7.068%2C14%2C8.658z%22%2F%3E%3C%2Fsvg%3E');
}
/*
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0.083 14 14"><path fill="#333333" d="M6.302,7.461L5.23,8.53c-0.27,0.278-0.712,0.285-0.99,0.016c-0.277-0.269-0.284-0.712-0.016-0.99  C4.23,7.55,4.236,7.544,4.242,7.539l2.262-2.256c0.273-0.272,0.716-0.272,0.988,0l2.262,2.256c0.27,0.277,0.262,0.721-0.016,0.989  c-0.271,0.263-0.7,0.263-0.972,0.001L7.702,7.469v4.076c0,0.387-0.313,0.7-0.7,0.7s-0.7-0.313-0.7-0.7V7.461L6.302,7.461z M14,8.658  c0,1.933-1.566,3.499-3.499,3.499c-0.387,0-0.699-0.313-0.699-0.7c0-0.386,0.313-0.699,0.699-0.699c1.159,0,2.099-0.941,2.099-2.1  c0-1.07-0.806-1.969-1.87-2.086l-0.533-0.058l-0.083-0.531C9.842,4.264,8.229,3.091,6.511,3.362  c-1.349,0.213-2.407,1.271-2.62,2.621L3.808,6.513L3.274,6.571C2.121,6.698,1.29,7.735,1.417,8.887  c0.117,1.064,1.016,1.87,2.086,1.87c0.387,0,0.699,0.313,0.699,0.7c0,0.386-0.313,0.699-0.699,0.699  C1.57,12.159,0.002,10.594,0,8.662c-0.002-1.592,1.072-2.986,2.612-3.389C3.276,2.849,5.78,1.422,8.204,2.086  c1.551,0.425,2.763,1.636,3.188,3.187C12.929,5.678,14,7.068,14,8.658z"/></svg>
*/
