/* CSS Document */ /* Update: 2016.09.8 ** Author: xJason ***基础类 公共调用用于全站 背景色:#FBFBFB 颜色编号: 黑色 :#333333 用途:主体字体 浅灰色:#cccccc 用途:背景 线 边框 深灰色:#666666 用途:内容备注 淡红色:#ff5370 用途:价格 星 活跃度 按钮背景 经过边框、链接 标题 蓝色:#07a3ea 用途:栏目 标题 纯白色:主体按钮字体 **---基本元素初始化---*/ html, body, div, a, i, h1, h2, h3, h4, h5, h6, hr, p, pre, blockquote, dl, dd, ul, ol, th, td, form, fieldset, legend, button, input, textarea, menu, li, iframe { margin: 0; padding: 0 } body { font: 16px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif; color: #333333; background: #fff; -webkit-text-size-adjust: none; } h1, h2, h3, h4, h5, h6, button, input, textarea { font-size: 100% } input, select, textarea { font-size: 15px; color: #333333; font-family: "microsoft yahei"; } fieldset, img { border: 0; } caption, th { text-align: left } li { list-style: none } address, cite, code, dfn, var, em, th { font-style: normal; font-weight: normal; } button, input, textarea { outline: none; font-family: inherit } :focus { outline: none; } input { border: none; border-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } button { border: transparent; outline: none; } /*---基本元素初始化结束---*/ /*---网页基本宽度定义---**/ .clr { clear: both; } .wrap { margin-right: auto; margin-left: auto; width: 1200px; background: #fff; height: auto; } .wamp { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; padding-right: 15px; } .overflow { overflow: hidden } .displaynone { display: none; } .displayblock { display: block; } .AutoHeight { height: auto !important; } /*---网页基本宽度定义结束----*/ /*---位置定位定义---*/ .fl { float: left; } .fr { float: right; } .tl { text-align: left; } .tc { text-align: center; } .tr { text-align: right; } /*---位置定位结束---*/ /*---链接、次级信息、字体加粗、字体颜色定义---*/ a { text-decoration: none; color: #333333; } /*--a:visited{color:#741274}---*/ a:hover { color: #ff5370; text-decoration: underline; } /*--a:active{color:#666;}---*/ .sec_info { color: #a7a7a7; } .b { font-weight: bold; } .red { color: #ff5370; } .white { color: #fff; } .blue { color: #07a3ea; } .yellow { color: #f0ad4e; } .purple { color: #8a6de9; } .redlink a { color: #FF6764 } .redlink a:hover { color: #dd524d } .whitelink a { color: #FFFFFF; } .whitelink a:hover { color: #dd524d } .gray { color: #333; } /*---链接、次级信息、字体加粗、字体颜色定义结束--- 还差蓝色 */ /* 常用背景色*/ .btn_red, .btn_blue, .btn_yellow, .btn_purple, .btn_silver { color: #fff; } .btn_red:hover, .btn_blue:hover, .btn_yellow:hover, .btn_purple:hover, .btn_silver:hover { background: #dd524d; cursor: pointer; color: #fff; } .btn_red { background: #FF6764; border-color: #FF6764; } .btn_blue { background: #128BE8; border-color: #128BE8; } .btn_yellow { background: #f0ad4e; border-color: #f0ad4e; } .btn_purple { background: #8a6de9; border-color: #8a6de9; } .btn_silver { background: #A6A6A6; border-color: #A6A6A6; } .btn_fff { background: #fff; border-color: #fff; color: #007AFF; } .Basebackground { background: #f2f2f2 !important; } /* 常用背景色 结束*/ /*---百分比定义---*/ .w12 { width: 100%; } .w11 { width: 91.66666667%; } .w10 { width: 83.33333333%; } .w9 { width: 75%; } .w8 { width: 66.66666667%; } .w7 { width: 58.33333333%; } .w6 { width: 50%; } .w5 { width: 41.66666667%; } .w4 { width: 33.33333333%; } .w3 { width: 25%; } .w2 { width: 16.66666667%; } .w1 { width: 8.33333333%; } .p1 { width: 100%; } .p2 { width: 35%; } .p3 { width: 40%; } .p4 { width: 45%; } .p5 { width: 50%; } .p6 { width: 55%; } .p7 { width: 60%; } .p8 { width: 65%; } /*---百分比定义结束---*/ .table { display: table; margin-left: 1px; } .table_cell { vertical-align: middle; text-align: center; } /********************************************************************************************** Reset & Base CSS End*/ /*各种btn 和input*/ .base_input { border: 1px solid #A6A6A6; height: 30px; position: relative; top: 2px; width: 200px; color: #6a6a6a; line-height: 30px; } .m_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 280px; } .auto_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 95%; display: block; } .count_input { border: 1px solid #A6A6A6; height: 24px; position: relative; top: 2px; width: 60px; text-align: center; color: #6a6a6a; } .m_btn { padding: 4px 10px; border: none; outline: none; border: transparent; border-radius: 4px; cursor: pointer; display: inline-block; } .small_btn { padding: 4px 4px; border: none; outline: none; border: transparent; border-radius: 2px; cursor: pointer; display: inline-block; } .badge { padding: 4px 12px; border-radius: 100px; display: inline-block; } .auto_select { border: 1px solid #A6A6A6; height: 30px; display: inline-block; } .base_button { background-color: #128BE8; color: #ffffff; border: 1px solid #128BE8; font-size: 16px; height: 35px; position: relative; padding-right: 10px; cursor: pointer; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } /*btn end*/ /*-------------btn_phone(电话预约)部分start-------------*/ .btn_phone { display: block; line-height: 28px; padding: 0 10px; background: #07a3ea; color: #fff; margin-bottom: 4px; margin-left: 8px; border-radius: 3px; } .btn_phone:hover { background: #ff5370; color: #fff; text-decoration: none; } /*-------------btn_phone(电话预约)部分end-------------*/ /*各种tip*/ .tip { position: relative; padding: 4px 8px; border-radius: 4px; } .tip .sanjiao { border-color: red; position: absolute; width: 0; height: 0; border-right: 5px solid; border-left: 5px solid; border-top: 8px solid; right: 0; left: 0; bottom: -6px; margin: auto; border-top-color: inherit; border-right-color: transparent; border-left-color: transparent; } /*三角形*/ .triangle { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #999; } /*各种控制*/ .on, .active { display: block; } .tabCell li { display: none; } .tabCell li.on { display: block; } .bdl { border-left: none; } /*------img_box全局属性start---*/ .img_box { border: 1px solid #ccc; box-sizing: border-box; overflow: hidden; background: #f2f2f2; position: relative; text-align: center; } /*----img_box全局属性end----*/ /* Reset & Base CSS End **********************************************************************************************/ /*- tableBasic 表格-*/ .tableBasic { background-color: #F9F9F9; color: #666666; border-left: 1px dotted #CCCCCC; border-top: 1px dotted #CCCCCC; border-collapse: collapse; } .tableBasic td, .tableBasic th { border-right: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 10px; } .tableBasic th { background-color: #EEEEEE; height: 40px; } .tableBasic .Star { font-size: 15px; } /*基础类定义开始*/ .S_left { width: 430px; height: 100%; box-sizing: border-box; float: left; } .S_mid { width: 430px; height: 100%; box-sizing: border-box; float: left; } .S_right { width: 280px; height: 100%; box-sizing: border-box; float: right; } .margin-t10 { margin-top: 10px; } .margin-t20 { margin-top: 20px; } .margin-t30 { margin-top: 30px; } .margin-t50 { margin-top: 50px; } .SmallWidth { width: 800px; } .small_comments { font-size: 14px; color: #6a6a6a; } .small_gray { font-size: 12px; color: #999999; } .show_line_1 { border-bottom: 1px #EAEAEA solid; margin-top: 10px; } .show_line_3 { border-bottom: 3px #EAEAEA solid; margin-top: 10px; } .show_line_2 { border-top: 1px #EAEAEA solid; margin-top: 10px; } .box_shadow_all { border: 1px #EAEAEA solid; background-color: #FFFFFF; box-shadow: 0 1px 0 0 rgba(216, 216, 216, 1) } .arrow-right { float: left; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid #333333; margin-top: 3px; margin-right: 3px; } .arrow-right-small { float: left; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #333333; margin-top: 7px; margin-right: 3px; } .Title_class { height: 35px; width: 100%; color: #128BE8; font-size: 16px; border-bottom: 1px solid #128BE8; } .Title_class img { position: relative; top: 4px; margin-right: 5px; } .Title_class span { float: right; padding-top: 10px; } /*--基础类定义结束--*/ /*----top部分start----*/ .al_head { min-width: 1200px; width: 100%; height: 430px; position: relative; background: url("/newszryiynet/images/headallbg.png"); background-repeat: repeat-x; } .base_Top { height: 40px; box-sizing: border-box; border-bottom: 1px solid #999999; background: url("/newszryiynet/images/top_bar_bg.jpg"); } .top_Main { height: 40px; border-bottom: 1px solid #666; box-sizing: border-box; background: url("/newszryiynet/images/top_bar_bg.jpg") !important; } .top_Main_Left { font-size: 14px; line-height: 40px; } .catalog { margin-left: 20px; width: 110px; height: 24px; margin-top: 8px; line-height: 22px; border: 1px solid #999; background-color: #FFF; box-sizing: border-box; } .catalog a { width: 85px; display: inline-block; text-indent: .5em; } .catalog a:hover { text-decoration: none; } .catalog_btn { width: 22px; height: 22px; border-left: 1px solid #999; cursor: pointer; position: relative; } .catalog i { position: absolute; top: 8px; left: 7px; } .catalog_select { width: 110px; height: auto; background: #fff; border: 1px solid #999; border-top: none; box-sizing: border-box; position: absolute; z-index: 999; margin-left: 20px; } .catalog_select p { height: 24px; line-height: 24px; } .catalog_select a { text-indent: .5em; width: 105px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .catalog_select p:hover a { color: #fff; text-decoration: none; } .catalog_select p:hover { background: #c8c8c8; } .top_Main_Left .BzBox { position: relative; width: 70px; height: 24px; line-height: 22px; text-align: center; margin-left: 10px; margin-top: 8px; box-sizing: border-box; border: #999 1px solid; background-color: #FFF; } .top_Main_Left .BzBox a { display: inline-block; } .top_Main_Left .BzBox a:hover { text-decoration: none; } .top_Main_Left .BzBox p { height: 24px; line-height: 22px; } .top_Main_Left .BzBox img { position: absolute; top: -8px; left: 65px; } .top_Main_Right { height: 40px; line-height: 40px; position: relative; font-size: 14px; } .top_Main_Right a { padding: 0 4px; } .userCenter_name { float: left; text-indent: 2em; background: url("/newszryiynet/images/company_06.png") left center no-repeat; max-width: 140px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .top_Main_Right .phone { position: relative; padding: 0 4px 0 12px; background: url("/newszryiynet/images/top_01.png") left center no-repeat; } .phone_code { position: absolute; right: 0px; z-index: 99; display: none; border: #CCC 1px solid; } .phone:hover .phone_code { display: block; } .top_Main_Right .Group { position: relative; margin-top: 5px; margin-left: 10px; float: right; } .Group_code { position: absolute; right: 0px; top: 30px; width: 130px; line-height: 24px !important; z-index: 100; border: #CCC 1px solid; background-color: #FFF; display: none; } .Group_code a { height: 24px !important; line-height: 24px !important; font-size: 12px; } .Group:hover .Group_code { display: block; } .top_Main_Right .care { padding: 0 20px; background: url("/newszryiynet/images/top_02.jpg") center no-repeat; } .top_Main_Right .care:hover { text-decoration: none; } .riTop { position: absolute; right: 0; top: 40px; cursor: pointer; } .riTopTip { width: 210px; height: 85px; position: absolute; right: 60px; top: 140px; color: #666; padding: 5px 10px; font-size: 14px; background: #fff; z-index: 999; } .riTopTip i { position: absolute; right: 0; top: -16px; width: 0; height: 0; border-bottom: 16px solid #fff; border-left: 30px solid transparent; z-index: 999; } .banner_top img { padding: 0; margin: 0; } .base_mid { height: 85px; background: #fff; position: relative; } .logobox { float: left; position: relative; } .logobox .logo img { margin-top: 11px; margin-left: 7px; } .logobox .auth { width: 64px; height: 22px; line-height: 22px; background: #FF8653; color: #fff; font-size: 12px; text-align: center; position: absolute; right: -70px; top: 6px; border-radius: 4px 0; } .logobox .auth a { color: #fff; } .logobox>i { width: 0; height: 0; border-top: 6px solid #FF8653; border-right: 6px solid transparent; position: absolute; right: -12px; top: 28px; } .base_Search { width: 440px; height: 40px; line-height: 40px; border: 1px solid #07a3ea; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: absolute; left: 50%; margin-left: -200px; top: 10px; } .search_mt { width: 100px; height: 40px; font-size: 14px; cursor: pointer; border-right: 1px solid #07a3ea; box-sizing: border-box; } .search_mt_lnk { display: block; text-align: center; width: 100px; height: 40px; line-height: 40px; color: #666; } .search_mt_lnk span { width: 83px; text-align: center; } .search_mt_st span:first-child { letter-spacing: .5em; } .search_mt_lnk i { width: 12px; height: 40px; background: url("/newszryiynet/images/arrow.png") center no-repeat; } .search_mt_st { width: 101px; line-height: 25px; border: 1px solid #07a3ea; border-radius: 4px; box-sizing: border-box; background: #fff; position: absolute; z-index: 999; left: -1px; top: 40px; } .search_mt_st span { display: block; width: 100px; height: 25px; text-indent: 1em; color: #666; } .search_mt_st span:hover { background: #07a3ea; color: #fff; text-decoration: none; } .search_mt_dis { display: none !important; } .search_text { width: 240px; height: 40px; padding-left: 5px; line-height: 40px; } .search_btn { width: 90px; height: 40px; font-size: 18px; color: #07a3ea; cursor: pointer; background: url("/newszryiynet/images/top_03.png") 10px center no-repeat; border-left: 1px solid #07a3ea; box-sizing: border-box; text-indent: 1em; } .search_btn:hover { border-color: #ff5370; color: #ff5370; background: url("/newszryiynet/images/top_16.png") 10px center no-repeat; } .base_mid p { font-size: 12px; position: absolute; left: 50%; margin-left: -200px; top: 55px; color: #666; } .lagel { width: 120px; height: 40px; line-height: 40px; margin: 20px 20px 0 0; font-size: 18px; color: #176aa8; font-weight: bold; background: url("/newszryiynet/images/top_04.png") left center no-repeat; } .lagel:hover { background: url("/newszryiynet/images/top_14.png") left center no-repeat; } .release { width: 120px; height: 40px; line-height: 40px; margin-top: 20px; margin-right: 10px; font-size: 18px; color: #176aa8; font-weight: bold; background: url("/newszryiynet/images/top_05.png") left center no-repeat; } .release:hover { background: url("/newszryiynet/images/top_15.png") left center no-repeat; } .nav { min-width: 1200px; height: 50px; background: #80bcf0; } .nav>ul>li { width: 109px; position: relative; line-height: 50px; font-size: 16px; font-weight: bold; color: #fff; float: left; text-align: center; background: url("/newszryiynet/images/top_10.png") right center no-repeat; } .nav>ul>li:last-child { background: none; } .nav ul li a { display: block; width: 100%; color: #fff; } .nav ul li a:hover { text-decoration: none; } .nav ul .nav_on { background: #07a3ea !important; } .nav ul li:hover { background: #07a3ea !important; } /*----新闻小分类----*/ .subject { background: #fff; height: 135px; border-bottom: 1px solid #1F90F6; box-sizing: border-box; } .subject_box { width: 290px; background: url("/newszryiynet/images/top_13.png") 280px center no-repeat; margin-left: 7px; } .subject_box:first-child+.subject_box+.subject_box+.subject_box { background: none; margin-right: 5px; } .subject_le { margin: 15px 0 0 10px; } .subject_ri { margin-top: 15px; margin-left: 10px; line-height: 26px; font-size: 14px; } .subject_ri>div { margin-left: 10px; text-align: left; width: 84px; } .subject_news { display: block; font-size: 16px; font-weight: bold; color: #07a3ea; margin-left: 2px; } /*----top部分end----*/ /*----foot部分start----*/ .foot { width: 100%; min-width: 1200px; background: #f2f2f2; border-top: 3px solid #1F90F6; overflow: hidden; margin-top: 30px; } .foot .foot_Nav { width: 100%; height: 40px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #ccc; } .foot .foot_Nav a { font-size: 16px; color: #333; line-height: 60px; padding: 0 9px; font-weight: bold; } .foot .foot_Nav a:hover { color: #ff5370; } .foot .foot_Senter { margin-top: 10px; margin-bottom: 50px; overflow: hidden; } .foot .foot_Senter .foot_left { width: 490px; float: left; text-align: center; font-size: 14px; } .foot .foot_Senter .foot_left .Box_1, .foot .foot_Senter .foot_left .Box_2 { float: left; width: 150px; margin-right: 10px; } .foot .foot_Senter .foot_left img { width: 100%; } .foot .foot_Senter .foot_right { width: 690px; float: right; } .foot .foot_Senter .foot_right p { text-align: right; line-height: 26px; font-size: 14px; position: relative; } .foot .foot_Senter .foot_right p img { } /*----foot部分end----*/ /*----回到顶部开始----*/ .GoTop { position: fixed; left: 50%; margin-left: 610px; bottom: 50px; width: 50px; height: auto; z-index: 999; } .GoTop li { width: 50px; float: right; height: 50px; border-radius: 4px; /*background:#eb6100;*/ margin: 2px 0; right: 0; color: #fff; text-align: center; position: relative; overflow: hidden; font-size: 14px; cursor: pointer; } .item:hover .base_expand { display: block !important; } .base_tel { background: url("/newszryiynet/images/base_tel.png") right center no-repeat; } .base_service { background: url("/newszryiynet/images/base_service.png") right center no-repeat; } .base_expand { width: 100px; height: 50px; line-height: 20px; padding-top: 5px; text-align: left; padding-left: 15px; background: #eb6100; } .base_width:hover { width: 155px; } .base_more { background: url("/newszryiynet/images/base_more.png") right center no-repeat; } .base_GoTop { background: url("/newszryiynet/images/base_GoTop.png") right center no-repeat; } .base_text { content: attr(data-text); position: absolute; top: 0; left: 0; width: 50px; height: 50px; line-height: 20px; padding-top: 5px; font-weight: bold; color: #fff!important; border-radius: 4px; background-color: #07a3ea; text-align: center; -webkit-transform-origin: -50% 50%; transform-origin: -50% 50%; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); -webkit-transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; opacity: 0\9; filter: alpha(opacity=0)\9; } .button_rotate:hover .base_text { transform: rotate3d(0, 0, 1, 0deg); } /*----回到顶部结束----*/ .second_suit_head { width: 100%; height: 30px; line-height: 30px; text-indent: 1.8em; border-bottom: 1px solid rgb(204, 204, 204); } .second_right { text-indent: 1em; background: url("/newszryiynet/images/menu.png") 2px center no-repeat; } .second_right_unit li { width: 100%; height: 30px; line-height: 30px; text-align: center; margin-top: 10px; } .second_right_unit li a { color: #fff; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .second_right_unit li a:hover { text-decoration: none; box-shadow: inset 0 0 10px #ff5370; } .second_right_unit .binzhong { width: 50%; } .bac_blue { background: #07a3ea; } .bac_aurantius { background: #e4db72; color: #07a3ea !important; } .bac_green { background: #6ff265; color: #07a3ea !important; } .bac_ablue { background: #6ccbeb; } .second_children_head { width: 100%; height: 30px; line-height: 30px; font-size: 15px; border-bottom: 1px dashed #ccc; } .FurtherReading { width: 100%; height: 150px; } .FurtherReading li { height: 24px; line-height: 24px; font-size: 14px; width: 290px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; list-style: decimal; } .more { float: right; font-size: 14px; font-style: normal !important; font-weight: normal !important; margin-right: 5px; } .more>i { font-family: "宋体"; margin: 0 !important; padding: 0 !important; display: inline !important; font-style: normal; }