html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;font-weight: normal;}
input,select,textarea{margin: 0;padding: 0}
input,select{vertical-align: middle}
ul,ol{list-style: none}
ul,ol,li,dl,dt,dd,pre,form,fieldset,img,div{ margin: 0px; padding: 0px; border: none; }
img{ vertical-align: middle; border-style: none;}
textarea{resize: none}
a{text-decoration: none}
em{font-style: normal}
html{font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%}
*,*::after,*::before{-webkit-box-sizing: border-box; box-sizing: border-box; }
.clear{clear: both}
.clearfix,.w{zoom: 1}
.clearfix:after,.w:after{content: ".";display: block;overflow: hidden;height: 0;clear: both;visibility: hidden}
.fl{float: left}
.fr{float: right}
html,body{ font-size: 14px; width: 100%; line-height: 186%; background-color: #FFF; color:#666; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;}
*{ moz-user-select: -moz-none;  -moz-user-select: none;  -o-user-select:none;  -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none; }


/* links */
a{color:#666; text-decoration:none; outline:none !important;}
a:hover{color:#c30511; text-decoration:none;} a:focus{outline:thin dotted;} a:hover,a:active{outline:0;}
a, a:hover, a:focus { text-decoration: none; }

/* Toper Star */
#toper { width: 100%; height: 38px; line-height: 38px; overflow: hidden; background-color: #FFF; border-bottom: solid 1px #e8e8e8;}
    #toper a { }
    #toper a:hover { color:#46b1e6;}
    #toper .lefts { float: left; width: 40%; text-align: left;}
    #toper .lefts i { margin: 0 6px 0 0;}

    #toper .rights { float: right; width: 60%; text-align: right;}
    #toper .rights label { margin: 0 6px; color: rgba(29, 19, 20, 0.2); font-size: 12px; vertical-align: top;}
/* Toper End */

/* Header Star */
#header { padding: 20px 0; background-color: #FFF;}
    #header .container { }
    #header .logoer { float: left; text-align: left; height: 47px; line-height: 47px;}

    #header .phoner { float: right; margin: 0; text-align: left; line-height: 16px; padding: 3px 0 0 60px; background: url('../img/phone-ico-black.png') no-repeat 3px 0; font-size: 16px;}
    #header .phoner b { line-height: 28px; height: 28px; color: #c30511; display: block; font-weight: 700; font-size: 22px;}

    #header .navigations { display: none;}
/* Header End */

/* Menuer Star */
#menuer { width: 100%; z-index: 1000; background-color: rgba(195,5,17,1);}
    .menuer { margin: 0 auto; width: 100%;}
    .menuer>li { float: left; position: relative; width: 14.285714%; font-size: 16px; font-weight: 700; line-height: 50px; height: 52px; text-align: center;}
    .menuer>li:before { content: ""; height: 20px; width: 1px; background-color: rgba(255, 255, 255, 0.32); position: absolute; display: block; top: 50%; margin-top: -10px;  left: 0; }
    .menuer>li:last-child:after { content: ""; height: 20px; width: 1px; background-color: rgba(255, 255, 255, 0.32); position: absolute; display: block; top: 50%; margin-top: -10px;  right: 0; }
    .menuer li>a { color: #FFF; }
    .menuer li.menu:hover,.menuer li.active { -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    .menuer li.menu:hover>a,.menuer li.menu.active>a { color: rgba(255, 255, 255, 1); border-bottom: solid 3px rgba(255, 255, 255, 1); padding-bottom: 5px;}
    .menuer li.active>a { color: #FFF; border-bottom: solid 3px #FFF; padding-bottom: 5px;}

    /*.menuer li.active>a:after { opacity: 1;  visibility: visible;  display: block;  position: absolute;  bottom: 0;  left: 50%;  -webkit-transform: translateX(-50%);  transform: translateX(-50%);  width: 65px;  content: "";  height: 4px;  background: #009944;  -webkit-transition: all .22s ease;  transition: all .22s ease;  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;  }*/

    .menuer .dropmenu { background-color: rgba(195,5,17,1); position:absolute; overflow:hidden; width: 100%; z-index:999; top:52px; left: 0px; display:block; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; color:#000; opacity: 1; visibility:hidden; -webkit-transform:translateY(30px); transform:translateY(30px); -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); behavior: url(ie-css3.htc);}

    .menuer li.hov .dropmenu { opacity:1; color: #FFF; visibility:visible; -webkit-transform:translateY(0); transform:translateY(0);}
    .menuer .dropmenu>ul>li { font-size: 14px; width: 100%; display: block; line-height: 32px; color: #000;}
    .menuer .dropmenu>ul>li>a { color: #FFF; display: block;}
    .menuer .dropmenu>ul>li:hover>a { background: rgba(255, 255, 255, 1); color: rgba(195,5,17,1);}
/* Menuer End */

/* Sub Menu Star */
.sub-menu { display: none;}
.sub-menu-bg { display: none;}
/* Sub Menu End */

/* Key Search Star */
#key-search { background: #f2f2f2; padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; font-size: 14px;}
    #key-search .key { float: left; margin: 5px 0 0 0;}
    #key-search .key a { margin: 0 0 0 10px;}
    #key-search .search { float: right; width: 270px; height: 30px;  border-radius: 20px;  background: #fff;  padding-left: 10px; }
    #key-search .search input { border: 0; outline: 0;}
    #key-search .search input.key-input { width: 224px; height: 30px; line-height: 30px; color: #a9a9a9; float: left; }
    #key-search .search input.button-input { width: 30px; height: 30px; background: url('../img/search-ico1.png') center no-repeat; float: right; cursor: pointer; }
/* Key Search End */

/* Rolling Pro Star */
#rolling-pro { padding: 20px 0;}
    .rolling-pro { background: #f2f2f2; padding: 10px 5px;}

    #owl-rolling .item { margin:0; padding:0;}

    .rolling-list { text-align: center; cursor:pointer;}
    .rolling-list a { color: #272727; }
    .rolling-list img { max-width: 100%; max-height: 100%; margin: 0 auto;}
    .rolling-list .imgs { height: 200px;  border-bottom: solid 1px #eaeaea; text-align: center;}
    .rolling-list .intros { overflow: hidden; background: #FFF; color: #272727; text-align: left; width: 100%; margin: 0 auto;  transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .rolling-list .intros h1 { font-size: 14px; font-weight: 700; text-align: center; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 36px; line-height: 36px; }
    .rolling-list .boxs { text-align: center; width: 100%;}
    .rolling-list .boxs .contents { max-width: 96%; text-align: center; margin: 0 auto; background: #FFF;}

    .rolling-list .boxs:hover .contents { color: #FFF;}
    .rolling-list .boxs:hover .intros { background-color: #c30511; color: #fff;}

/* Rolling Pro End */

/* Hots Pro Star */
#hots-pro { padding: 0 0 20px 0;}
    .hots-pro { }
    .hots-pro .lefts { float: left; width: 22%;}
    .hots-pro .rights { float: right; width: 76%;}
/* Hots Pro End */

/* Category Left Star */
dl.category-left { }
    dl.category-left dt.titles { background: #C30511; text-align: center; color: #FFF; padding: 20px 0; font-size: 16px;}
    dl.category-left dt.titles span { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 32px; font-style: italic; font-weight: 700; text-transform: uppercase; margin: 0 5px 0 0;}
    dl.category-left dd { line-height: 35px; text-align: center; background: #f2f2f2; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
    dl.category-left dd a { display: block;}
    dl.category-left dd a:hover { background: #e4e4e4;}
/* Category Left Star */

/* Contact Left Star */
.contact-left { margin: 20px 0 0 0; }
    .contact-left .titles { background: #C30511; text-align: center; color: #FFF; padding: 20px 0; font-size: 18px; font-weight: 700;}
    .contact-left .contents { padding: 15px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;}
    .contact-left .contents .company { color: #c30511; font-weight: 700; font-size: 15px;}

    .contact-left .reds { color: #c30511; font-weight: 700; }
/* Contact Left Star */


/* Online Left Star */
.online-left { margin: 20px 0 0 0; }
    .online-left .titles { background: #C30511; text-align: center; color: #FFF; padding: 20px 0; font-size: 18px; font-weight: 700;}
    .online-left .contents { padding: 15px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center;}
    .online-left .contents .qqs a { width: 45px; margin: 0 5px; height: 45px; display: inline-block; background: url('../img/qq.png') center center no-repeat;}
/* Online Left Star */


/* Column Name Star */
.column-name { height: 45px; line-height: 45px; border-bottom: 4px solid #C30511;}
    .column-name h2.names { height: 45px; line-height: 45px; float: left; font-size: 20px; font-weight: 700; color: #333;}
    .column-name h2.names i { color: #c6c6c6; margin: 0 10px 0 0;}
    .column-name a.mores { float: right; color: #555;}
    .column-name a.mores .eng { color: #C30511;}
    .column-name a.mores .lines { padding: 0 5px; font-size: 13px;}
/* Column Name Star */

/* Pros Star */
ul.pros { margin: 25px 0 0 0;}
    ul.pros img { max-width: 100%; max-height: 100%;}
    ul.pros li { float: left; width: 24.250000%; margin: 0 1% 23px 0; text-align: center; border: 1px solid #ccc; padding: 5px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    ul.pros li:nth-child(4n) { margin-right: 0;}
    ul.pros li .imgs { height: 200px;}
    ul.pros li h2.names { border-top: 1px solid #eaeaea; color: #272727; text-align: center; font-size: 14px; font-weight: 700; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 40px; line-height: 40px;}
    ul.pros li:hover { border: 1px solid #c30511;}
/* Pros Star */

/* About Us Star */
#about-us { background: url('../img/about_bg.jpg') center no-repeat; overflow: hidden;}
    #about-us dl { position: relative; height: 542px;}
    #about-us dl dt { width:100%; height: 518px; line-height: 0;  overflow: hidden; position: absolute; top: 0; left: 50%;}
    #about-us dl dt img { max-width: 100%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
    #about-us dl dt img:hover {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
    #about-us dl dd { width: 47%; float: left; padding: 75px 0 0;}
    #about-us dl dd h5 { height: 95px; line-height: 40px; position: relative; }
    #about-us dl dd h5:before { content: ""; width: 70px; height: 3px; background: #cb2039; position: absolute; bottom: 0; left: 0; }
    #about-us dl dd h5 a { font-size: 40px; color: #fff; }
    #about-us dl dd h5 i { display: block; font-size: 20px; font-weight: normal; font-style: normal; }
    #about-us .intros { font-size: 14px; color: rgba(255,255,255,0.6);  line-height: 28px;  overflow: hidden;  height: 220px;  padding: 20px 0 0;  }
    #about-us dl dd span {  display: block;  width: 136px;  height: 40px; padding: 60px 0 0; }
    #about-us dl dd span a {  display: block;  font-size: 14px;  color: #fff;  background: url('../img/about_btn.gif') no-repeat;  height: 40px;  line-height: 40px;  overflow: hidden;  padding-left: 22px; }
    #about-us dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
/* About Us End */

/* Info Content Star */
#info-content { padding: 50px 0; background: url('../img/newsBg.png') center no-repeat #fff; text-align: left; overflow: hidden;}
    #info-content .lefts { padding: 20px; overflow: hidden; height: 342px; float: left; width: 65%; background-color: rgba(255,255,255,0.96); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    #info-content .lefts .titles { padding: 0 0 5px 0; font-size: 18px; font-weight: 700; color: #333; border-bottom: dotted 1px #ccc;}
    #info-content .lefts .titles span { font-weight: normal; font-size: 14px; padding-top: 10px; margin-left: 10px; text-transform: uppercase; color: #888;}
    #info-content .lefts .titles .mores { float: right; color: #333; margin-top: 3px; font-size: 14px;}
    #info-content .lefts .titles .mores:hover { }

    #info-content .lefts .lists { margin: 10px 0 0 0;}
    #info-content .lefts .lists .listsL { float: left; width: 49%; overflow: hidden;}
    #info-content .lefts .lists .listsL .imgs { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; overflow: hidden;}
    #info-content .lefts .lists .listsL img { max-width: 100%; }

    #owl-news .owl-controls{position:absolute; width:100%; bottom:5px;}
    #owl-news .item { margin:0px; padding:0px;}

    #owl-news .owl-controls .owl-buttons .owl-prev,#owl-news .owl-controls .owl-buttons .owl-next { position:absolute; display:block; opacity:.5; filter:alpha(opacity=50); transition:opacity .2s linear 0s; cursor:pointer; color:#7f7f7f; background:transparent; padding:15px 15px 8px 15px;}
    #owl-news .owl-controls .owl-buttons .owl-prev { -moz-border-radius:0 6px 6px 0; -webkit-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0;}
    #owl-news .owl-controls .owl-buttons .owl-next { -moz-border-radius:6px 0 0 6px; -webkit-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;}
    #owl-news .owl-controls .owl-buttons i { color:#1d1314;}
    #owl-news .owl-controls .owl-buttons .owl-prev:hover,#owl-news .owl-controls .owl-buttons .owl-next:hover{ opacity:1; filter:alpha(opacity=100);}
    #owl-news .owl-controls .owl-prev { position:absolute;left:-3px; top: -130px;}
    #owl-news .owl-controls .owl-next { position:absolute;right:-3px; top:-130px;}
    #owl-news .owl-controls .owl-page span { margin: 5px 3px; background: #1d1314;}

    #info-content .lefts .lists .listsR { float: right; width: 49%;}
    #info-content .lefts .lists .listsR ul.contents li { border-bottom: dotted 1px #e9e9e9; height: 32px; overflow: hidden; line-height: 32px;}
    #info-content .lefts .lists .listsR ul.contents li i { margin: 0 5px 0 0;}
    #info-content .lefts .lists .listsR ul.contents li span { float: right; display: none;}

    #info-content .rights { height: 342px; float: right; width: 33%; background-color: rgba(255,255,255,0.96); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    #info-content .rights .titles { padding: 20px 20px 10px 20px; font-size: 18px; font-weight: 700; color: #333;}
    #info-content .rights .titles span { font-weight: normal; font-size: 14px; padding-top: 10px; margin-left: 10px; text-transform: uppercase; color: #888;}
    #info-content .rights .slogans { background-color: #c30511; padding: 5px 20px; color: #FFF;}

    #info-content .rights .messages { padding: 20px 15px 0 15px;}
    #info-content .rights .messages ul li { padding-bottom: 10px;}

    #info-content .rights .messages ul li .btn-primary { background-color: #c30511; border-color: #c30511; }
/* Info Content End */


/* Linker Start */
#linker { padding: 10px 0; text-align:center; color:#FFF; background:#C30511; border-bottom: solid 1px #d43943;}
    .linker a { color:#FFF}
    .linker span { margin: 0 15px; color:#FFF; font-weight: lighter; font-size: 12px; vertical-align: top;}
/* Linker End */

/* Footer Start */
#footer { background: #C30511; color:#FFF; text-align: center;}
    .footer { padding: 30px 0;}
    .footer a { color: #FFF;}
/* Footer End */


/* Bottom Menus Star */
#bottom-menus { display:none;}
/* Bottom Menus End */

/* Popup Overlay Star */
.popup-overlay { display: none;}
/* Popup Overlay End */

@media screen and (max-width: 1920px){

}

@media screen and (max-width: 1500px){



}

@media screen and (max-width: 1366px){


}

@media screen and (max-width: 1200px){


}

@media screen and (max-width: 991px) {

    .container { padding-left: 10px; padding-right: 10px;}

    /* Toper Star */
    #toper { display: none;}
    /* Toper End */

    /* Header Star */
    #header { padding: 10px 0; position: fixed; left: 0; top: 0; width: 100%; background: #FFF; border-bottom: solid 1px #DDD; z-index: 99999;}
    #header .logoer { height: 32px;line-height: 32px;}
    #header .logoer img { height: 28px;}

    #header .phoner { display: none;}

    #header .navigations { float: right; margin-top: 10px; z-index: 88888888; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; width: 28px;}
    #header .navigations span { display: block;width: 100%;height: 2px;margin-bottom: 5px;border-radius: 3px;background-color: #010101;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
    #header .navigations span:last-child {margin-bottom: 0;}
    #header .navigations span:nth-child(2) {/*width: 75%;*/}
    #header .navigations.active { margin-top: 14px;}
    #header .navigations.active span:nth-child(1) {transform: rotate(45deg);margin: 0;margin-top: 2px;}
    #header .navigations.active span:nth-child(2) {display: none;}
    #header .navigations.active span:nth-child(3) {transform: rotate(-45deg);margin: 0;margin-top: -2px;}
    /* Header End */

    /* Menuer Star */
    #menuer { display: none;}
    /* Menuer End */

    /* Key Search Star */
    #key-search .key { display: none;}
    #key-search .search { float: none; width: 100%;}
    /* Key Search End */

    /* Hots Pro Star */
    #hots-pro { padding: 0 0 20px 0;}
    .hots-pro .lefts { display: none;}
    .hots-pro .rights { float: none; width: 100%;}
    /* Hots Pro End */

    /* Pros Star */
    ul.pros { margin: 25px 0 0 0;}
    ul.pros li { width: 49.000000%; margin-right: 2.000000%; margin-bottom: 15px;}
    ul.pros li:nth-child(2n) { margin-right: 0;}
    /* Pros Star */

    /* About Us Star */
    #about-us { background-size: auto 350%; padding-bottom: 60px;}
    #about-us dl { position: static; height: auto;}
    #about-us dl dt { display: none;}
    #about-us dl dd { width: 100%; float: none; padding-top: 30px;}
    #about-us dl dd h5 {height: 85px; line-height: 30px;}
    #about-us dl dd h5 a { font-size: 24px; }
    #about-us .intros { color: rgba(255,255,255,1); }
    #about-us dl dd span {  display: block;  width: 136px;  height: 40px; padding: 30px 0 0;  margin: 0 auto;}
    /* About Us End */

    /* Info Content Star */
    #info-content { padding: 30px 0; }
    #info-content .lefts { padding: 15px; height: auto; float: none; width: 100%; margin-bottom: 20px;}
    #info-content .lefts .lists .listsL { float: none; width: 100%;}

    #info-content .lefts .lists .listsR { float: none; width: 100%; margin-top: 15px;}

    #info-content .rights { height: auto; float: none; width: 100%; background-color: rgba(255,255,255,0.96); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    #info-content .rights .titles { padding: 20px 20px 10px 20px; font-size: 18px; font-weight: 700; color: #333;}
    #info-content .rights .titles span { font-weight: normal; font-size: 14px; padding-top: 10px; margin-left: 10px; text-transform: uppercase; color: #888;}
    #info-content .rights .slogans { background-color: #c30511; padding: 5px 20px; color: #FFF;}

    #info-content .rights .messages { padding: 20px 15px 0 15px;}
    #info-content .rights .messages ul li { padding-bottom: 10px;}

    #info-content .rights .messages ul li .btn-primary { background-color: #c30511; border-color: #c30511; }
    /* Info Content End */

    /* Sub Menu Star */
    .sub-menu { width: 100%;padding: 0 3% 30px 3%; opacity: 0;visibility: hidden; position: fixed; left: 0; top: 15px; z-index: 9999999; height: 100vh; overflow-y: scroll;/*-webkit-transition:all .6s; -moz-transition:all .6s; -ms-transition:all .6s; -o-transition:all .6s; transition:all .6s;*/}
    .sub-menu.active { left: 0;opacity: 1;visibility: visible;}

    .sub-menu .head { }
    .sub-menu .head .logo { float: left; width: 80.000000%;}
    .sub-menu .head .logo img { height: 28px;}
    .sub-menu .head .close { color: #FFF; float: right; width: 20.000000%; text-align: right; margin-top: 2px; opacity: 1;}

    .sub-menu ul {width: 100%;overflow-y: auto; border-top: 1px solid #555; margin-top: 20px; min-height: 100vh;}
    .js-m-3 {opacity: 0;-webkit-transform: translate(30px, 0);-ms-transform: translate(30px, 0);transform: translate(30px, 0);-webkit-transition: all .8s ease;transition: all .8s ease;}
    .js-m-3.animate {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
    .sub-menu li {border-bottom: 1px solid #555;font-size: 16px;padding: 0 20px;}
    .sub-menu .tit {display: inline-block;text-decoration: none;width: 80%;line-height: 50px;color: #fff;position: relative;box-sizing: border-box;}
    .sub-menu .sub-tit.on {background-color: #e9e9e9;}
    .sub-menu .sec-list {line-height: 40px; display: none;}
    .sub-menu .jt {position: relative;display: inline-block;width: 10%;height: 50px;text-align: center;background: none;float: right;}
    .sub-menu .jt:after {content: '';display: block;width: 26px;height: 26px;background: url(../img/sub-menu-1.png) no-repeat center;background-size: 17px auto;position: absolute;right: 3%;top: 13px;}
    .jt.jtRote:after {background: url(../img/sub-menu-2.png) no-repeat center;background-size: 20px auto;}
    .sec-list p {background: url(../img/sub-menu-3.png) no-repeat left center;background-size: 3px auto;font-size: 14px; float: left; width: 50.000000%;}
    .sec-list p.fulls { width: 100%; float: none;}

    .sec-list p.language img { max-height: 22px; margin-right: 15px;}

    .sub-menu .sec-list a {padding-left: 5%;color: #a0a0a0;display: block;}
    .sub-menu .sec-list a:active {color: #fff;}
    .sub-menu-bg {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999991;background-color: #333;display: none;}
    .mo_tel {font-size: 16px; color: #fff; line-height: 50px;}
    .mo_tel .iconfont {line-height: 40px;height: 40px;width: 30px;display: inline-block;}
    /* Sub Menu End */

    #index-banner { margin-top: 52px;}

    /* Bottom Menus Star */
    #bottom-menus {display: block;box-shadow:0 -1px 10px rgba(0,0,0,0.1);background-color:#e62800;background-image:-webkit-linear-gradient(top,#e62800,#EC2227);background-image:-o-linear-gradient(top,#ea4335,#f22a12);background-image:-ms-linear-gradient(top,#ea4335,#f22a12);background-image:linear-gradient(top,#ea4335,#f22a12);background-repeat: repeat-x;width: 100%;position: fixed;bottom: 0;z-index: 9990;padding: 10px 0;}
    #bottom-menus ul li {float: left;width: 33.333333%;border-right: solid 1px #dbdbdb;text-align: center;color: #FFF;font-size: 17px;font-weight: 600;}
    #bottom-menus ul li a { color: #FFF;}
    #bottom-menus ul li img { height: 22px; margin: 0 6px 0 0;}
    #bottom-menus ul li:last-child{border-right: none;}
    /* Bottom Menus End */

    /* Popup Overlay Star */
    .popup-overlay { display: block; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(255, 255, 255, 0.95); z-index: 999999; -webkit-transition-duration: .4s; transition-duration: .4s;  -webkit-transform: translate3d(0,100%,0);  transform: translate3d(0,100%,0);  -webkit-transition-property: opacity,-webkit-transform;  transition-property: opacity,-webkit-transform;  transition-property: transform,opacity;  transition-property: transform,opacity,-webkit-transform;  opacity: 0; }
    .popup-overlay.active { opacity: 1; -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0); }
    .popup-overlay .infos {  width: 100%;  padding: 0 20px;  margin-top: 45px;  display: flex;  align-items: center;  justify-content: space-between;  flex-wrap: wrap;  text-align: center;  }
    .popup-overlay .closes {  width: 20px;  height: 20px; position: absolute;  left: 50%;  bottom: 10px;  transform: translateX(-50%);  }
    .popup-overlay .closes img { max-width: 100%;}

    .popup-overlay .infos .slogans { display: block; width: 100%; margin: 0 auto 10px auto;}
    .popup-overlay .infos .slogans h1 { font-size: 26px; margin: 0 0 10px 0;}
    .popup-overlay .infos .slogans h2 { font-size: 18px;}

    .popup-overlay .infos .wechat { max-width: 100%; margin: 0 auto; }
    .popup-overlay .infos .wechat img { max-width: 120px;}
    .popup-overlay .infos .wechat-text { display: block; text-align: center; width: 100%; margin: 10px 0 0 0; font-size: 14px; }

    .popup-overlay .infos .clipboardBtn { display: block; width: 100%; color: #FFF; margin: 10px auto 0 auto; font-size: 14px; padding: 5px 10px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border: transparent; background-color: #ff6a6a;}
    .popup-overlay .infos .wechatBtn { display: block; width: 100%; color: #FFF; margin: 10px auto 0 auto; font-size: 14px; padding: 5px 10px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; border: transparent; background-color: #2ba245;}

    .popup-overlay .infos .examples { margin: 15px auto 0 auto;}
    .popup-overlay .infos .examples img { max-width: 100%;}
    /* Popup Overlay End */

}
@media screen and (max-width: 767px){

}

@media screen and (max-width: 450px){

}