﻿@charset "utf-8";
/* CSS Document */
html {font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body {font-size: 14px;font-family: Arial, Tahoma,sans-serif;line-height: 22px;background:#fff;color: #333;}
* {margin:0;padding:0}
a { color:#333; text-decoration:none;transition: all 0.4s ease; }
a:hover { color:#1faad3;transition: all 0.5s ease; }
a:active, a:focus, a:hover ,input:focus { outline:0 }
img{ border-style:none;}
li{list-style:none}
.clear { clear:both; }
img{border:0;vertical-align:middle}
.container { width: 100%; }

/*首页轮播开始*/
.friend { width:1600px; height:200px;overflow:hidden; }
.mr_frbox{height:100%;}
.mr_frBtnL{cursor:pointer;float:left;margin:70px 0 0;width:4%; text-align: center;}
.mr_frUl{float:left;width:92%;height:100%; overflow: hidden;}
.mr_frBtnR{cursor:pointer;float:left;margin:70px 0 0;width:4%;text-align: center;}
.mr_frUl li{float:left;width:16.666%;text-align:center;overflow:hidden;position:relative;}
.mr_frUl li img { padding:0;width:80%;height:170px;border-radius:4px;transition: all 0.4s ease;border:#fff 1px solid; }
.mr_frUl li img:hover { border:#ccc 1px solid; } 
.mr_frUl li .text { width:100%;text-align:center;line-height:34px;}
