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 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 */

/* 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 */


@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) {


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

}

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

}