﻿@charset "utf-8";
/* CSS Document */
*{ margin:0 auto; padding:0;}
body{ -webkit-text-size-adjust:none;word-break:normal;word-wrap:break-word;}
a:focus{ outline:none;} 
a{ cursor:pointer; text-decoration:none;}
img{border:0;max-width:100%;height:auto;}  
input,textarea{ vertical-align:middle; font-family:inherit; font-size:inherit;}
ul li{ list-style-type:none;}
span{ margin-left:20px;margin-right:20px;}
p{padding:5px 0;}
h1,h2,h3,h4{font-size:22px;font-weight:normal;}
.trysee{background:#ff3366;}

.l{ float:left; display:inline;}
.r{ float:right; display:inline;}
.c{ text-align:center;margin: 0px auto;}
.suo2{text-indent: 2em;}

.txtblue{color:#0070c0;}
.txtgray{color:#626262;}
.txtred{color:#ff0000;}
.txtbrown{color:#c00000;}
.txtpurple{color:#7030a0;}

.mbody{width:100%; height:auto; overflow:hidden; margin:0 auto; background:#cad7f7;}
.mpage{width:100%; height:auto; overflow:hidden; margin:0 auto; background:#fff;padding:0px;margin-bottom:30px;}
.mtitle {width:100%; height:auto; margin:0 auto; font:normal 22px/36px "宋体"; text-align:center; border-bottom:1px solid #e1e1e1; padding:15px 1px; -webkit-text-stroke-width: 0px;}
.mauthor{font:normal 16px/28px "宋体"; color:#999999;padding:15px 0; text-align:center;}
.mcont{font:normal 16px/28px "宋体";margin: 0px auto; padding: 5px;box-sizing: border-box;}

@media screen and (min-width:800px){
.mcont{ max-width: 60%;}
.cont{ max-width: 80%;}
}
/*宽度大于800px时*/

.cont{ text-align:center;margin: 0px auto;}
.top{ width:100%; height:100px; margin:0 auto;}
.top .logo{ width:50%; height:80px; margin:10px 0 0 0; float:left; display:inline;}
.top .tel{ width:50%; float:right; display:inline; }
.top .tel img{height:50px; margin:10px 0 0 0;}

.slide {position:relative; width:100%; height:500px; overflow:hidden; margin:0 auto; }
.numlist{width:80px; position:absolute; bottom:10px;  height:10px; z-index:111; right:10px;}
.slide ul {list-style-type:none;  width:80px; height:10px;}
.slide ul li { width:10px; height:10px; float:left; margin:0 3px; border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px; -webkit-border-radius:15px; display:inline-block; background:#fff; cursor:pointer; text-indent:-9999px; }
.slide ul li:hover{  background:#dd0f0f; }
.slide ul li.current01{ background:#dd0f0f; }
.slide_list a{ width:100%; height:500px;}
.slide_list a img{width:100%; height:500px; }
