/* CSS Document */
@charset "utf-8";
*{margin:0px;padding:0px;}
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a{border:none;text-decoration:none;}
body{font-size:14px; margin:0px; padding:0px;font-family:"微软雅黑";border-top:5px solid #1f8fcf;}
input{margin:0px;:0px; outline:none;}
input:focus{outline:none;}
a:hover,a:active,a:visited{ text-decoration:none;}
/* 虚拟屏幕 */
.cscreen{background:#000;position:absolute;top:0;left:0;z-index:100;filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;} 

.i-showpicture{width:100%; height:100%; overflow:hidden; display:none;}
.i-showpic-picbox{ position:fixed; top:0; left:0; overflow:hidden; z-index:103;}
.i-showpic-div{ position:absolute; overflow:hidden; width:auto;}
.i-showpic-pic { float:left; background:url(../image/load.gif) no-repeat center center;}
.i-showpic-pic img{ display:block; margin:0px auto; overflow:hidden; cursor:pointer;}
.i-showpic-arrowleft{ width:60px; height:60px; position:fixed; left:0; top:50%; margin-top:-30px; background:url(../images/arrow-icon.png) no-repeat 0 0; cursor:pointer; display:block; z-index:103;}
.i-showpic-arrowleft:hover{background:url(../image/arrow-icon.png) no-repeat 0 -64px;}
.i-showpic-arrowright{ width:60px; height:60px; position:fixed; right:0; top:50%; margin-top:-30px; background:url(../images/arrow-icon.png) no-repeat 0 -128px; cursor:pointer; display:block; z-index:103;}
.i-showpic-arrowright:hover{background:url(../image/arrow-icon.png) no-repeat 0 -192px;}
.i-showpic-close{ width:60px; height:60px; position:fixed; right:15px; top:15px;background:url(../images/close.png) no-repeat center center; background-size:70%; cursor:pointer; display:block; z-index:103;}
/* 错误提示 */
.error-div{ position:fixed; top:50%; left:50%; overflow:hidden; margin:-230px 0 0 -400px; width:800px; height:460px; border:dashed 2px #ddd; background:#fafafa; font-family:"微软雅黑";}
.error-div .error-icon{ margin:30px auto 10px auto; text-align:center;}
.error-div .error-tips{ height:30px; color:#f37873; text-align:center; font-size:14px; line-height:30px;}
.error-div .error-tips img{ position:relative; top:20px;}
.error-div .error-time{ margin:10px auto 10px auto;color:#adadb0;text-align:center;}
.error-div .error-time span{ color:#f2a1a0;}
.error-div .error-time a{color:#adadb0;}
.error-div .error-switch1,.error-div .error-switch2{ height:35px;text-align:center; line-height:35px;}
.error-switch1 a,.error-switch2 a{ color:#f2a1a0;}
.error-div a:hover{color:#f37873;}
.error-div .error-close{ position:absolute; top:8px; right:12px; color:#adadb0; font-size:23px; cursor:pointer;}
/* 没有数据 */
.i-nodata{ overflow:hidden; margin:15px auto; width:200px; height:160px; color:#666; text-align:center; cursor:pointer;}
.i-nodata img{ display:block; margin:0px auto; text-align:center;}
/* 在线客服 */
.online-div{ position:fixed;top:30%; right:10px; z-index:300; overflow:hidden; width:149px; height:auto; min-height:450px; background:url(../images/online.png) no-repeat top center;}
.online-close{ float:right; width:32px; height:32px;cursor:pointer;}
.online-tel{ clear:both; overflow:hidden; margin:184px auto 0px auto; width:149px; height:24px; color:#fff; text-align:center; font-size:16px; line-height:24px;}
.online-list{ overflow:hidden; margin:0px auto; padding:10px 0; width:149px; height:auto; min-height:90px; background:#1f8fcf;}
.online-list li{ display:block; margin:0px auto 10px auto; width:117px; height:37px; background:#fff; text-align:center; line-height:37px;}
.online-list li a{ display:block;width:117px; height:37px; color:#1f8fcf;}
.online-top{margin:0 auto;width:149px;height:91px; background:url(../images/arrow-top.png) no-repeat center center; cursor:pointer;}
/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {z-index: 3;color: #fff;background-color: #1f8fcf;border-color: #1f8fcf;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {z-index: 2;color: #fff;cursor: default;background-color: #003366;border-color: #003366;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination-sm > li > a,
.pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.page{ text-align:center; clear:both;}
.page li.active a{ background:#003366;color:#fff;border-color: #003366;}

.head_div{width: 1200px;height: 113px;margin: 0px auto;clear: both;min-width: 1200px;}
.head_div .logo{display: block;height: 57px;float:left;margin-top:25px;}
.head_div .nav{float:right;height: 113px;}
.head_div .nav li{display: block;height: 113px;float:left;position: relative;}
.head_div .nav .li_a{display: block;height: 113px;padding:0 25px;float:left;line-height: 100px;color: #000;font-size: 16px;overflow: hidden;}
.head_div .nav .li_a span{display: block;line-height: 0px;color: #666;font-size: 12px;font-family: Arial;margin-top: -30px}
.head_div .nav .li_a:hover,.head_div .nav .li_a.hover{ background:#1f8fcf;color: #fff;}
.head_div .nav .li_a:hover span,.head_div .nav .li_a.hover span{color: #fff;}
.head_div dl{ background:#1f8fcf; display:none;padding:10px 29px;z-index:10;position: absolute;top:113px;left: 0;border-top:1px solid #000;text-align: center;}
.head_div dl .dda{ color:#fff; height:34px; line-height:34px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis;margin:0px auto; border-top:none; font-size:14px;z-index: 9999;}
.head_div dl .dda:hover{ color:#ff0;text-decoration: underline;}

.footerdiv{ width:100%; height:260px; min-width:1200px; background:#313132; clear:both; overflow:hidden;}
.footerdiv .footer{ width:1200px; height:260px; min-width:1200px; margin:0px auto 0px auto;}
.footerdiv .footer .foot_list{width:193px;height:260px;border-right:1px solid #282828;text-align:center; float:left;overflow:hidden;}
.footerdiv .footer .foot_logo{display:block;border-left:1px solid #282828; background:url(../images/logo-foot.png) no-repeat center;}
.footerdiv .foot_list dt{color:#838384; font-size:16px; height:30px; line-height:30px; margin-top:40px; margin-bottom:12px; width:193px; overflow:hidden;}
.footerdiv .foot_list dt img{ position:relative; top:6px; left:48px; float:left;}
.footerdiv .foot_list dd{ font-size:12px; line-height:26px;}
.footerdiv .foot_list dd a{color:#fff;}
.footerdiv .foot_list .wechat{ width:106px; height:106px; background:#fff;margin:20px auto 0px auto;}
.footerdiv .foot_list .wechat img{ margin:2px 2px;}
.footerdiv .foot_list .foot-last{ width:190px; background:url(../images/foot-5.png) no-repeat 32px center;color:#838384; font-size:18px; line-height:36px; margin-top:40px;}
.footerdiv .foot_list .foot-ftel{ margin-top:10px; color:#ffbf12; font-size:23px;}
.footerdiv .foot_list .foot-date{ margin-bottom:10px; color:#fff; font-size:12px;}
.footerdiv .foot_list .foot-kf{ width:115px; height:42px; background:#067dc1 url(../images/foot-6.png) no-repeat 17px center; margin:16px auto 0px auto; border-radius:5px; border-bottom:2px solid #07407a;}
.footerdiv .foot_list .foot-kf a{ display:block; width:115px; height:42px;  line-height:42px; font-size:14px; padding-left:12px;}
.footerdiv .foot_list dd:hover a{color:#ffbf12;}
.footerdiv .foot_list .foot-kf:hover{background:#ffbf12 url(../images/foot-6.png) no-repeat 17px center;}
.footerdiv .foot_list .foot-kf:hover a{color: #fff;}

.copyrightdiv{ width:100%; background:#282828; height:135px; min-width:1200px; overflow:hidden; clear:both;}
.copyrightdiv .copyright{ width:1200px; height:25px; margin:30px auto 0px auto; overflow:hidden; text-align:center; color:#888; font-size:12px;}
.copyrightdiv .copyright a{color:#888;}
.copyrightdiv .pic_div{width: 1200px;height: 65px; overflow:hidden;margin: 10px auto;text-align: center;}
.copyrightdiv .pic_div a{display: inline-block;margin:0 5px;}
::-webkit-scrollbar {
	  width: 3px;
} 
::-webkit-scrollbar-track {
	  background-color:rgba(31,143,207,0.2);
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
	  background-color:#1f8fcf;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
	  background-color: #1f8fcf;
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
	  background-color: #1f8fcf;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 *
/* 内页 */
.in-banner{ display:block; width:100%; height:300px; clear:both; min-width:1200px;z-index: 10;}

.wbox{ width:100%; height:auto; overflow:hidden; clear:both;}

.inside-cont{ width:1200px; height:auto; overflow:hidden; margin:0px auto 20px auto; padding-top:20px;background:#fff;}
.inside-cont .right{ width:1200px; height:auto; overflow:hidden;}
.inside-cont .right .content{ width:1160px; height:auto; overflow:hidden; margin:0px auto;padding:0 20px 20px 20px; line-height:200%;}

.inside_type{ width:1200px; height:100px; overflow:hidden; clear:both; text-align:center; background:url(../images/bg-line.jpg) no-repeat center bottom; font-size:26px; color:#000;}
.inside_type span{ display:block; text-transform:uppercase; font-family: "Comic Sans MS", cursive; font-size:16px; color:#666;}

.ctag_div{ width:1200px;background:#fff; text-align:center; height:auto; overflow:hidden; clear:both; padding:20px 0;}
.ctag_div a{ display:inline-block; padding:0 20px; height:40px; line-height:40px; font-size:16px; color:#333; min-width:70px;}
.ctag_div a:hover,.ctag_div a.hover{ color:#fff; background:#1f8fcf;}

.inside-cont .new_list{ cursor:pointer; display:block; width:1160px; height:180px; float:left; overflow:hidden; margin:0 0 35px 20px;border-bottom: 1px dashed #ccc;}
.inside-cont .new_list .pic{ display:block; float:left; width:300px; height:150px; overflow:hidden; margin-right:30px;}
.inside-cont .new_list .topic{ display:block; color:#000; font-size:20px; height:30px; width:800px; margin:5px 0 0px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.inside-cont .new_list .topic .txt{ width:800px; height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.inside-cont .new_list .date{ width:800px; color:#888; font-size:16px; height:24px;margin-top: 5px;}
.inside-cont .new_list .intro{ color:#888; font-size:14px; line-height:24px; height:48px; width:800px; margin:20px 0 0px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.inside-cont .new_list .topic:hover{ color:#1f8fcf;text-decoration: underline;}

.inside-cont .pro-detail { float:left; display:block; width:275px; height:300px;margin:0px 0px 20px 20px;position:relative; overflow:hidden;}
.inside-cont  .pro-detail .topic{ height:24px; text-align:center; line-height:24px; color:#000; width:255px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding:0 10px; font-size:14px;}
.inside-cont  .pro-detail .opacity{ position:absolute; top:300px; left:0; width:275px; height:300px; background:url(../images/opacity.png)}
.inside-cont  .pro-detail .pic{ position:absolute; top:-100px; left:0; width:275px; text-align:center; text-align:center;}

.inside-cont .type-ul{ width:1160px; height:auto; margin:0px auto; border-top:1px solid #ddd; }
.inside-cont .type-ul .type-title{ line-height:30px; font-size:24px; font-weight:bold; font-size:20px; margin-top:20px; text-align:center;}
.inside-cont .type-ul .type-detail{ text-align:center; line-height:40px; color:#666;margin:5px 0 20px 0;}
.inside-cont .type-ul .type-cont{ height:auto; width:1150px; margin:0px auto 30px auto;}
.inside-cont .type-cont img,.inside-cont .type-cont table{ max-width:100%;}

.inside-cont .up-down{ height:60px; text-align:left; margin:10px auto 20px auto; font-size:15px; width:1180px; border-top:1px solid #e1e1e1; padding-top:20px; overflow:hidden;}
.inside-cont .up-down a{ color:#8b8b8b;}
.inside-cont .up-down a:hover{ color:#1f8fcf;}
.inside-cont .up-down .list{ display:block; float:right; margin-top:10px;}

.inside-cont .sharediv{ margin:0 0 20px 20px; font-size:15px;}
.inside-cont .sharediv span{ float:left; margin-top:8px;}

.inside-cont .new-list{float:left; width:570px; height:95px; margin:30px 2px 2px 10px;box-shadow:0px 0px 2px 2px #efefef;}
.inside-cont .new-list dt{ width:75px; height:95px; float:left; text-align:center;}
.inside-cont dt .day{ height:55px; background:#1f8fcf; display:block; color:#fff; font-size:28px; line-height:55px;}
.inside-cont dt .date{ height:40px; background:#f4f4f4;display:block; color:#aaa; font-size:12px; line-height:40px;}
.inside-cont .new-list .title{ width:450px;display:block;color:#333; font-size:16px; line-height:32px; float:left; margin-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:8px;}
.inside-cont .new-list .intro{ width:450px;display:block;color:#666; font-size:12px; line-height:20px; float:left; margin-left:20px; margin-top:5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.inside-cont .new-list:hover{box-shadow:0px 0px 1px 1px #1f8fcf;}
.inside-cont .new-list:hover .title{ color:#1f8fcf;}

.example_div{width: 1180px;height: 40px;border-bottom: 1px solid #1f8fcf;margin: 0px auto;overflow: hidden;clear: both;}
.example_div span{display: block;float: left;width: 100px;height: 40px;line-height: 40px;background: #1f8fcf;text-align: center;color: #fff;border-radius: 3px;font-size: 16px;}

.feed_form{ width:480px; height:auto; overflow:hidden; margin:20px auto; background:#fff;}
.feed_form table{ height:auto; overflow:hidden; width:450px; margin:20px auto;}
.feed_form table td{ margin-bottom:20px;}
.feed_form input[type="text"]{margin-bottom:20px;border:1px solid #e7e7e7; width:320px; margin-right:20px; float:right; height:40px;padding-left:5px; box-sizing:border-box;}
.feed_form .remark{height:100px; line-height:20px;padding-left:5px;width:320px; margin-right:20px; resize:none;float:right;border:1px solid #e7e7e7; box-sizing:border-box;}
.feed_form .zp_btn{ background:#1f8fcf; color:#fff;cursor:pointer; font-size:18px; width:100%;height:40px; border:none; margin:20px 0 20px 0px;}
.feed_form input:focus,.feed_form .remark:focus{ border:solid 1px #61ade7; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.feed_form .type-name{width:90px; height:40px; padding-bottom:20px;}
.feed_form .type-rg{ width:620px; float:right; margin-right:20px;line-height:20px;}
.feed_form .intxt{width:320px;height:40px;padding-left:5px; box-sizing:border-box; margin-right:20px; float:right;border:1px solid #e7e7e7;}

.insidelist{display: block;float:left;height: 270px;width: 178px;overflow:hidden;text-align: center;margin:0 30px 20px 30px;background:url(../images/bg-prolist.png) no-repeat top center;}
.insidelist .pic{width:140px;height:96px;overflow:hidden;margin: 55px auto;}
.insidelist .topic{width:178px;height: 24px;font-size: 18px;color: #000;margin-top: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.insidelist .more{width: 50px;height: 22px;line-height: 22px;margin: 14px auto;color: #79c0e5;font-family: Arial;font-size: 12px;border:1px solid #79c0e5;border-radius: 10px;}

.product_div .list:hover .pic img,.insidelist:hover .pic img,.inside-cont .new_list .pic:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.product_div .list .pic img,.insidelist .pic img,.inside-cont .new_list .pic img{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.career{width: 1200px;height: auto;margin:30px auto;overflow: hidden;clear: both;}

.car_bottom{width: 100%;height:688px;overflow: hidden;background: url(../images/bg-address.png) no-repeat top center;min-width: 1200px;clear: both;}
.car_bottom .car_{width: 1200px;height:412px;margin:25px auto 0 auto;}
.car_bottom .right{float: left;width: 340px;height: 340px;margin: 40px 0 0 38px;}
.car_bottom .right .top{width: 340px;height: 40px;overflow: hidden;}
.car_bottom .top span{display: block;}
.car_bottom .top .ch{color: #1c1c1c;font-size: 25px;float: left;}
.car_bottom .top .en{color: #999;font-size:14px;float: left;font-family: "Arial";margin-left: 10px;text-transform: uppercase;margin-top: 5px;}
.car_bottom .top .line{width: 230px;height: 15px;background: url(../images/xie.jpg) repeat-x;float: right;}
.car_bottom ul{width: 310px;height: auto;}
.car_bottom ul li{width:280px;height: 45px;line-height: 45px;border-bottom: 1px dashed #e1e1e1;padding-left: 55px;color: #666;overflow: hidden;}
.car_bottom ul .li-1{background: url(../images/li-1.png) no-repeat 16px center;}
.car_bottom ul .li-2{background: url(../images/li-2.png) no-repeat 16px center;}
.car_bottom ul .li-3{background: url(../images/li-3.png) no-repeat 16px center;}
.car_bottom ul .li-4{background: url(../images/li-4.png) no-repeat 16px center;}
.car_bottom .foot_a{width: 320px;height:auto;overflow: hidden;float: right;margin-top: 30px;position: relative;z-index: 10;}
.car_bottom .foot_a a{display: block;width: 59px;height: 58px;float: left;overflow: hidden;margin-right: 35px;}
.car_bottom .foot_a .qq{background: url(../images/f-1.png) no-repeat center;}
.car_bottom .foot_a .weixin{background: url(../images/f-2.png) no-repeat center;}
.car_bottom .foot_a .share{background: url(../images/f-3.png) no-repeat center;}
.car_bottom .wechat{position: absolute;top:20px;left: 0px;z-index: 10;width: 140px;height: 140px;}
.car_bottom .share-weixin{ width:362px; height:362px; position:fixed; top:25%; left:50%; margin-left:-181px; background:#fff; box-shadow:0px 0px 1px 1px #666;border-radius:10px; text-align:center; overflow:hidden; display:none;}
.car_bottom .share-weixin .title{width:362px;color:#333;font-size:14px; height:45px; line-height:45px; border-bottom:1px solid #e1e1e1;}
.car_bottom .share-weixin img{ margin-top:20px;}
.car_bottom .share-weixin .ex{ width:322px; padding:8px 20px 0 20px; margin-top:10px; height:60px; line-height:20px; border-top:1px solid #e1e1e1; text-align:left;}
.car_bottom .share-weixin .close{ position:absolute; top:8px; right:8px; cursor:pointer; background:url(../images/weiclose.png) no-repeat center; background-size:15px; width:25px; height:25px;}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.car_ques{width: 100%;height: 400px;overflow: hidden;clear: both;min-width: 1200px; background:url(../images/bg-question.jpg);}
.car_ques .question{width: 1200px;height:340px;margin:10px auto 0 auto;overflow: hidden;}
.car_ques .top{height: 25px;line-height: 25px;color: #000;font-size: 18px;font-weight: bold;}
.car_ques .top b{width: 8px;height: 22px;background: #ffc400;display: block;float: left;margin-right:8px;}
.car_ques .wenda{width: 1200px;height: auto;overflow: hidden;margin-top: 30px;}
.car_ques .wenda .wen{width: 1165px;height:26px;background:url(../images/wen.png) no-repeat left center;padding-left:35px;color: #000;font-size: 16px;font-weight: bold;}
.car_ques .wenda .da{width: 1165px;height:auto;min-height:26px;background:url(../images/da.png) no-repeat left top;padding-left:35px;color: #000;font-size: 16px;margin-top: 15px;}

.car_type{width: 1200px;height:85px;text-align: center;overflow: hidden;margin:50px auto 0px auto;}
.car_type span{display: block;}
.car_type .ch{color: #000;font-size: 30px;}
.car_type .en{color: #1f8fcf;font-size: 20px;text-transform: uppercase;margin: 5px 0;}
.car_type .line{width: 60px;height:2px;background: #1f8fcf;margin:10px auto 0px auto;}

.care_div{width: 100%;height:840px;min-width: 1200px;overflow: hidden;clear: both;background:url(../images/bg.jpg) no-repeat top center;}
.care_div .reci_div{width: 1200px;height: 170px;margin:30px auto;overflow: hidden;}
.care_div .table{width: 1200px;margin: 0px auto;box-shadow: 0px 0px 2px 3px #ddd;background: #fff;height: 275px;overflow: hidden;}
.care_div .table .fir_ul{background: #1f8fcf;color: #fff;font-size: 16px;font-weight: bold;height: 55px;width: 1200px;overflow: hidden;}
.care_div .table .sec_div{width: 1200px;height:220px;overflow: scroll;}
.care_div .sec_ul,.care_div .fir_ul{width: 1200px;height: 50px;overflow: hidden;}
.care_div .sec_ul li,.care_div .fir_ul li{display: block;float: left;width: 140px;height: 55px;line-height: 55px;overflow: hidden;text-align: center;color: #666;font-size: 14px;}
.care_div .sec_ul .fir_a,.care_div .fir_ul .fir_a{width:550px;height: 55px;overflow: hidden;margin-left: 50px;text-align: left;}
.care_div .sec_ul .fir_a a,.care_div .fir_ul .fir_a a{color:#666;}
.care_div .sec_ul .fir_a a:hover,.care_div .fir_ul .fir_a a:hover{color:#1f8fcf;}
.care_div .fir_ul li{color: #fff;font-size: 16px;font-weight: bold;}

.alert_div{width:960px;height:656px;background: #1f8fcf;border-radius: 10px;position:fixed;z-index:200;top:50%;left: 50%;margin-left: -520px;margin-top: -328px;}
.alert_div .detail{color: #fff;font-size: 18px;font-weight: bold;margin:35px 0 0 45px;}
.alert_div .close{position: absolute;right: -20px;top: -20px;cursor:pointer;}
.alert_div .content{width:890px;height: 510px;background: #fff;border-radius: 10px;margin:25px auto 10px auto;padding: 25px 25px;}
.alert_div .topic{color: #1f8fcf;font-size: 1.333em;font-weight: bold;width:890px;height: 25px;overflow: hidden;}
.alert_div .topic span{float: right;color: #666;font-size:14px;font-weight:normal;}
.alert_div .desc_ul{width: 890px;height: 25px;line-height: 25px;overflow: hidden;margin: 35px 0;}
.alert_div .desc_ul li{display: block;float: left;width: 33%;height: 25px;color: #666;font-size:18px;font-weight: bold;}
.alert_div .desc_ul li span{font-size: 16px;font-weight:normal;}
.alert_div .cont{width: 890px;height: 320px;overflow: scroll;}
.alert_div .cont img,.alert_div .cont table{max-width: 890px;}
.alert_div .online{display: block;width: 285px;height: 55px;background:#1f8fcf;color: #fff;font-size:18px;line-height: 55px;text-align: center;margin:20px auto;border-radius: 10px;}
