You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.9 KiB
CSS

@charset "utf-8";
/* CSS Document */
.pptgroup-wrap { background-color: #d7d7d7; }
.pptbtngroup-wrap { background-color: #efefef; }
.center { background-color: #fff; }
.pptgroup { margin: 0 auto; }
.word-wrap { margin-top:35px;}
h4 { padding-left: 22px; color: #545454; }
.word-wrap ul, .word-wrap li { }
.word-wrap li { color: #545454; font-size: 14px; padding: 5px 0px; list-style-image: url(/mobile/image/whyusList.png); width: 290px; word-wrap: break-word; word-break: break-word; line-height: 35px; }
.word-wrap a, .word-wrap a:visited, .word-wrap a:hover, .word-wrap a:active { color: #545454; text-decoration: none; }
.clear { clear: both; }
.home-top { width: 650px; height: 169px; margin-top: 165px; margin-left: 573px; }
.margin-l-1 { margin-left: 76px; }
.train-logo { width: 170px; }
.train-logo-right { float: right; }
.margin-top-10 { margin-top: 185px; margin-left: 92px; color: white; }
.mar-right { margin-right: 48px; }
/* Easy Slider */
.numcontrol-wrap { width: 100%; background-color: #efefef; }
#slider ul, #slider li, #slider2 ul, #slider2 li { margin: 0; padding: 0; list-style: none; }
#slider2 { margin-top: 1em; }
#slider li, #slider2 li { /*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
width: 1141px; height: 478px; overflow: hidden; }
#prevBtn, #nextBtn, #slider1next, #slider1prev { display: block; width: 30px; height: 77px; position: absolute; left: -30px; top: 71px; z-index: 1000; }
#nextBtn, #slider1next { left: 696px; }
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a { display: block; position: relative; width: 30px; height: 77px;/* background: url(/images/btn_prev.gif) no-repeat 0 0; */}
#nextBtn a, #slider1next a { /*background: url(/images/btn_next.gif) no-repeat 0 0;*/ }
/* numeric controls */
ol#controls { margin: 0px; padding: 0px; height: 109px; background-color: #efefef; /*padding-left: 380px;*/
width: 1142px; margin: 0 auto; }
ol#controls li { margin: 0px; padding: 0px; float: left; list-style: none; line-height: 28px; width: 286px; height: 109px; }
ol#controls li a { float: left; line-height: 28px; color: #555; padding: 0px; text-decoration: none; width: 100%; border-left: 1px solid #d7d7d7; height: 100%; }
ol#controls li.current a { color: #fff; background: url(https://www.chinahighlights.com/mobile/image/sel-line.png) repeat-x; background-position: 1px top; overflow: hidden; }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline: none; }
.logobtns { vertical-align: top; margin-left: 44px; margin-top: 30px; }
@media(max-width:760px){
ol#controls li { float: none !important; width:100% !important; height:auto !important;}
ol#controls li a { float: none !important;}
ol#controls { width:auto !important; height:auto !important; margin-top:25px;}
.word-wrap li { margin-left:20px !important; padding-left:15px !important;}
ol#controls li.current a { background: none !important;}
}