@charset "utf-8";
/* CSS Document */


body { font-family:"微软雅黑";}
body, html,ul,a ,h1,span,p,h3,h4,li,img,dl,dt,dd{ margin: 0; padding: 0}
ul { list-style: none;}
a { text-decoration: none; }



.clear { clear:both; height:0; line-height:0; font-size:0;}
.box { width:1202px; margin:auto;}
.fl { float:left;}
.fr { float:right;}
.outer {zoom:1;}    /*==for IE6/7 Maxthon2==*/
.outer:after {clear:both; content:'.'; display:block; width: 0; height: 0; visibility:hidden;} 

/*头部*/
#top { width: 100%; margin:auto; border-bottom:1px solid #ccc;}
.top_line { background: #eb5404; height: 10px;}
.top_text { width: 1202px;  margin: auto; }
#logo { background:url(../img/logo.gif) no-repeat; width:190px; height:84px; float:left; }
#nav { float:right; height:84px; }
#nav ul { margin-top:37px;}
#nav li { float: left; width:130px; border-right:1px solid #ccc; height:15px; text-align:center; line-height:15px;}
#nav li:nth-of-type(7) { border:none; width:94px; margin-left:18px;}
#nav li:nth-of-type(1) { width:100px;}
#nav li a { color:#6e6d70; font-size:14px; display: block; transition:.5s;}
#nav li:hover a { text-decoration:underline; -webkit-transform:scale(1.2,1.2); } 
#nav li .active { color:#eb5404;}
	
/*轮播*/
#carousel { height:303px; }
#carousel li { width:100%; background:url(../img/carousel_li_img.gif) no-repeat;  height:450px; min-width:1202px;}

/*售后服务*/
.service { height:757px;}
.service .service_title { height:110px; padding-top:84px; text-align:center;}
.service .service_title h1 { font-size:30px; line-height:30px; color:#eb5404; }
.service .service_text {}
.service .service_text ul {}
.service .service_text li { width:368px; height:467px; margin-right:48px; float:left; cursor:pointer;}
.service .service_text .no_mar { margin-right:0;}
.service .service_text li .service_text_p { height:220px; width:320px; border:1px solid #e0e0e0; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top:0; padding:30px 23px;}
.service .service_text li img { border-top-left-radius:10px; border-top-right-radius:10px; width:368px;}
.service .service_text li h3 { font-size:16px; line-height:30px; color:#eb5404; font-weight:normal;}
.service .service_text li p { font-size:14px; line-height:26px; color:#626262; margin-top:7px;}
.service .service_text li span { font-size:24px; line-height:44px; color:#eb5404; font-family:Impact;}

/*资料下载*/
.download { height:550px;}
.download .download_title { height:92px; text-align:center;}
.download .download_title h1 { font-size:30px; line-height:30px; color:#eb5404;}
.download .download_text {}
.download .download_text ul {}
.download .download_text li { width:364px; height:363px; border-radius:10px; border:1px solid #ededed; margin-right:50px; float:left;}
.download .download_text .no_mar { margin-right:0;}
.download .download_text li img {}
.download .download_text li .download_text_p { height:52px; background:#eb5404; position:relative; border-radius:0 0 10px 10px;}
.download .download_text li .download_text_p p { font-size:16.56px; line-height:31.06px; color:#fff; position:absolute; left:30px; top:11px; }
.download .download_text li .download_text_p span { width:22px; height:25px; display:block; background:url(../img/download_text_span_bg.gif) no-repeat; position:absolute; top:11px; right:32px; cursor:pointer; cursor:pointer;}

/*尾部*/
.foot_wrap { width:100%; margin:auto; height:295px; border-top:1px solid #e7e7e7;}
.foot_wrap .foot { margin-top:60px;}
.foot_wrap .foot dl { float:left; margin-left:90px;}
.foot_wrap .foot dl:nth-of-type(1) { margin-left:0;}
.foot_wrap .foot dt a { font-size:14px; line-height:30px; color:#626262;}
.foot_wrap .foot dd a { font-size:12px; line-height:30px;  color:#999;}
.foot_wrap .foot dd:hover a { text-decoration: underline;}
.foot_wrap .foot .foot_inf { float:right; text-align:right;}
.foot_wrap .foot .foot_inf img {width:100px}
.foot_wrap .foot .foot_inf  p{ font-size:14px;  line-height:33.5px; color:#999; background:url(../img/foot_icon.gif) no-repeat 15px 5px;}
.foot_wrap .foot .foot_inf span { font-size:24px; line-height:54.7px; color:#f07124; font-family:Impact; margin-left:12px;}

.botton { width:100%; margin:auto; background:#eb5404; height:53px;}
.botton_text { line-height:53px; text-align:center; height:53px;}
.botton_text p,.botton_text span { font-size:12px;  line-height:30px; color:#fff; margin-top:15px;}
.botton_text p { float:left;}
.botton_text span { float:right;}
.botton_text span a{color:#fff}

/*侧边导航*/
.side { width:40px; height:202px; position:absolute; right:0; top:40%; position:fixed;}
.side ul { width:40px; height:202px;}
.side li { height:40px; width:40px;   border-radius:50%; background:rgba(235,84,4,0.8);   margin-top:10px;}
.side li a {    background:url(../img/side_bg.png); display:block; height:40px; width:40px; }
.side .side1 a { background-position:0 -7px;}
.side .side2 a { background-position:0 -57px;}
.side .side3 a { background-position:0 -106px;}
.side .side4 a { background-position:0 -154px;}
