@charset "utf-8";
/* CSS Document */

html,body{height:100%}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input{margin:0;padding:0;}
ol,ul{list-style:none;}
:focus{outline:0;}
a img{border:0;}
img{vertical-align:middle;}
table{empty-cells:show;}
em{font-style:normal;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
a { text-decoration:none;color:#333;}
a:hover{color:#f91657;}
*{ margin:0; padding:0; list-style-type:none;}

.fl { float:left;}
.fr { float:right;}
.clear { clear:both;}

body { font-family:微软雅黑; font-size:14px;background:#fff;}
a,p{    font-family: 微软雅黑;}
table td { overflow: hidden;    word-break: keep-all;    white-space: nowrap;}

body{background: #f91657; min-width: 1340px;}
.lf{float: left;}
.rt{float: right;}
/*******************************/
.container{background: #65bcb6;}
.banner{width:100%;height:700px;background: url("../images/banner.jpg") no-repeat center 0;}
.ydLogo{width:1200px;margin:0 auto;position: relative;top:10px;}
.ydLogo img{width:172px;}
.main{padding-bottom:10px;background: url("../images/main_bg.jpg") no-repeat center 0;}
.content{width:1000px;margin:0 auto;padding-top:1px;}
.title{margin-left:50px;margin-top:-40px;}

.list_main{overflow: hidden;margin-top:120px;}
.list{padding-bottom: 10px;overflow: hidden;}
.list li{
	width:180px;background: #fff;float: left;text-align: center;margin-left:18px;margin-top:15px;box-shadow: 0px 0px 3px #ddd;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border:1px solid #fff;
    position: relative;
    top:0px;
}
.list li:hover{border:1px solid #e40077;top:-5px;}
.list li p{	font-size: 16px;}
.list li .hand{border-top:1px dotted #aaa;line-height: 46px;margin-top:8px;}
.list li .hand a{padding:4px 18px;background: #ffd091;border-radius: 15px;}
.two{margin-top:150px;}
.title2{margin-right:40px;overflow: hidden;}
.car{position: relative;top:50px;}
.two_list{overflow: hidden;}
.two_list>.lf{margin-top:80px;}
.two_list .right{width:545px;}
.footer{color:#fff;text-align: center;margin-top:260px;}
.footer a{color:#fff;}
.footer img{width:40px;}