a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,th,td{margin:0; padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block}
body{color:#444;padding:0px 0;
font:400 14px/1.6 'Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';-webkit-text-size-adjust:none;
background:#fff; }
a:hover img,img{border:none; vertical-align: top;}
ol,ul{list-style: none}
input,button,select,textarea{outline:none;font:400 14px/1.6 'Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';font-size:14px; color: #666;}
table input,table button,table select,table textarea{ vertical-align:middle;}
button,html input[type=button],input[type=submit]{-webkit-apperance: button; cursor: pointer;-webkit-appearance: none;}
button[disabled],html input[disabled]{cursor: default}
textarea{resize:none}
table{ border-collapse:collapse;}
a{text-decoration:none; color:#444;}
h1,h2,h3,h4,h5,h6{font-weight:400; }
th{font-weight: normal; }



.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.hide{display: none;}
.th{ font-family:'Helvetica Neue',Helvetica, "Microsoft YaHei",sans-serif,Arial,'宋体';}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2:before,.clearfix2:after{content:""; display: table;}
.clearfix2:after{clear: both;}
.clearfix2{*zoom:1;}


::-webkit-scrollbar{width:6px;height:6px;}::-webkit-scrollbar-button{height:0;width:0;}::-webkit-scrollbar-track{background-color:#f1f1f1;}::-webkit-scrollbar-thumb{background:#ccc;}



.clearfix:after{content: ""; display: block;height: 0;clear: both;}
.clearfix{zoom:1;}
.clearit{clear:both;height:0;font-size:0;overflow:hidden;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}


a:hover{color:#0080dd;}
.hidden{visibility:hidden;}


/*设置选中文字时的背景色*/
::selection{ background:#0080dd; color:#fff; }
::-moz-selection    { background:#0080dd; color:#fff; }
::-webkit-selection { background:#0080dd; color:#fff;}
/*可改变元素被点击时背景框的颜色*/
html{-webkit-tap-highlight-color: rgba(240,240,240,0.7);}/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/

/*--------------------------end公用样式*/

body{ background-color:#f8f9fb; }
.w_1200{ width:1200px; margin:0 auto;}
.whbody{background-color:#fff;}

.min_1200{margin: 0 auto; min-width: 1200px; _width:expression((documentElement.clientWidth < 1200) ? "1200px" : "auto" );}
.max_1200{margin: 0 auto; max-width: 1200px; _width:expression((documentElement.clientWidth > 1200) ? "1200px" : "auto" );}


.phcolor{color: #d1d8e9!important;}
input::-webkit-input-placeholder{color: #d1d8e9;}
input:focus::-webkit-input-placeholder{color: #999;}
input::-moz-placeholder{color: #d1d8e9;}
input:-ms-input-placeholder{color: #d1d8e9;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none!important; margin: 0;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="number"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}

a{transition: .2s; -moz-transition: .2s; -webkit-transition: .2s;}

/*------------------------star首页的样式*/
.header{position:relative; width: 100%; z-index: 10; margin:0px 0px 0 0; background-color: #fff;  height: 80px;}
/*浮动*/
@-webkit-keyframes hdnav2-show{0%{top:-42px}100%{top:0}}
@keyframes hdnav2-show{0%{top:-42px}100%{top:0}}
.top_header{position: absolute; top: 0; left: 0;}
.header_fixed{position: fixed; padding: 0; top: 0; left: 0; height: 70px; _position: absolute; animation: hdnav2-show .3s; -moz-animation: hdnav2-show .3s; -webkit-animation: hdnav2-show .3s; box-shadow: 0 0 10px rgba(0,0,0,.2); border-bottom: 1px solid #ddd\9;*border-bottom: 1px solid #ddd;}
* html{background-image: url(about:blank); background-attachment: fixed;}
.header_fixed .logo{ padding-top:8px;}
.header_fixed .nav{line-height: 70px;}
/*关于大赛浮动*/
.about_fixed{margin:0 auto;position:fixed; padding: 0;top:18px; left:0;right:0; height: 70px; _position: absolute; animation: hdnav2-show .3s; -moz-animation: hdnav2-show .3s; -webkit-animation: hdnav2-show .3s; box-shadow: 0 0 10px rgba(0,0,0,.2); border-bottom: 1px solid #ddd\9;*border-bottom: 1px solid #ddd;}

/*end浮动*/

/*标志*/
.logo{ padding:12px 0 0 0;}
/*导航*/
.nav{ line-height: 80px; }
.nav dt,.nav dd{ float:left;font-size: 16px;}
.nav dt{ font-size:20px;}
.nav .item_a{float:left; padding: 0 25px; position: relative;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}
.nav dd .item_a::before{display:block; position: absolute; content: ''; left:50%; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%); bottom: 0; width: 0; height:100%;  -moz-transition: .3s;-webkit-transition: .3s;transition: .3s; background-color: #0080dd; display: none\9;z-index: -1; -moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.nav .item_a:hover::before,.nav .active .item_a::before{ width:100%;border-radius: 0;}
.nav dd.active .item_a,.nav .item_a:hover{background-color:#0080dd\9;*background-color:#0080dd; color:#fff;}
.nav .item_a:hover{ color:#fff;}
/*.nav dt .item_a{background-color:#ff8000; color:#fff;}*/
.nav dt .item_a:hover{background-color:#ff6600; color:#fff;}

/*------------star动画效果*/
.ibn{position: relative; height: 800px; overflow: hidden; min-width: 1200px; }
.ibn .bd{height: 800px;}
.ibn .bd li a{ display:block; width: 100%; height: 100%; text-align: center;}
.ibnitem{position: relative; height:800px; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; overflow: hidden;}
/*数字*/
.ibn .hd{ position:absolute; bottom: 30px; left: 0; width: 100%; text-align: center; height: 28px;}
.ibn .hd::before{ width:110px; position: absolute; bottom:0; height: 100%; background-color: rgba(0,0,0,.5); display:block; content: ''; color:#fff; overflow: hidden; font-size: 0; left:50%; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);-moz-border-radius: 28px; -webkit-border-radius: 28px; border-radius: 28px;}
.ibn .hd li{cursor:pointer;display:inline-block;*display:inline;zoom:1;margin:7px 5px 0 5px;overflow:hidden; font-size: 0; width:14px; height:14px; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; border:none; position: relative; z-index: 5; background-color: #fff; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s;}
.ibn .hd .on{width:30px;}

/*按钮*/
.ibn .prev, .ibn .next{position: absolute; top: 50%; margin-top: -35px; display: block; text-align: center; -moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; font-weight: bold; font-size: 16px; color:#fff; width:50px; height: 50px; line-height: 50px; background-color: rgba(0,0,0,.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000,endcolorstr=#CF000000); }
.ibn .prev:hover, .ibn .next:hover{ background-color: #272727; color: #fff; text-decoration: none;}
.ibn .prev{left: 4%;}
.ibn .next{right: 4%;}

/*------------------star中间区域*/
.box_60{ padding:60px 0;}
.box_m40{ margin-top:40px; margin-bottom: 40px;}

.white_bj{background-color: #fff;}
.h_610{ height:610px;}


/*标题*/
.h_th{ height:80px; text-align: center; font-size: 40px; line-height: 40px; position: relative; overflow: hidden;}
.h_th .eng{ font-size:24px; text-transform: uppercase;}
.h_th .t_c{ display:inline-block; position: relative; z-index: 2; vertical-align: top;}
.th_line_x{ width:850px; position: absolute; top:36px; left: 0; height: 2px; overflow: hidden; background-color:#333; font-size: 0;}
.th_line_x_r{ top:8px; right: 0; left:auto;}
.white_text .th_line_x{background-color:rgba(255,255,255,.3);background-color:#89c3ee\9;*background-color:#89c3ee;}
.h_th_w{ position:absolute;width: 1920px; left: 50%; margin-left: -960px; height: 100%;}


/*最新通知*/
.h_news_ul{ padding:20px 20px 0 20px; font-size: 16px;}
.h_news_ul .fr{ color:#888; font-size: 14px;}
.h_news_ul li{ margin:23px 0 0 0; height: 1.6em;}
.h_news_ul .hide1{float:left; width: 450px; padding-left: 15px; background-image: url(../images/icon/gray_icon.gif); background-position: left center; background-repeat: no-repeat;}


/*动画*/
.h_flash{ width:540px; margin-right: 10px; overflow: hidden;}
.h_flash .bd li{ height:450px; overflow: hidden;}
.h_flash .bd li img,.h_flash .hd img{ width:100%; height: 100%; overflow: hidden;}
.h_flash .hd li{float:left; width: 33.3%;}
.h_flash .hd{ width:550px; margin: 10px 0 0 0;}
.h_flash .hd .box{ cursor: pointer; margin:0 10px 0 0; text-align: center; position: relative; height: 140px;padding-bottom: 5px; border-bottom:4px solid #ccc;}
.h_flash .hd .box::before{ position: absolute; content: '';display: block; overflow: hidden; font-size: 0; bottom: -4px; left: 50%;  width: 0; height: 4px; background-color: #0080dd; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%); -moz-transition: .3s; -webkit-transition: .3s;transition: .3s;}
.h_flash .hd .box:hover::before,.h_flash .hd .on .box::before{ width:100%;}
.h_flash .hd .on .box{background-color: #0080dd\9;*background-color: #0080dd;}


/*动态-新闻*/
.h_news_box{background-color: #178ade; padding: 75px 0; background-image: url(../images/icon/box_bj.jpg); background-position: center top; background-repeat: no-repeat;}
.h_news_pic{ width:1225px; padding: 5px 0 20px 0;}
.h_news_pic .box{ display:block; margin: 0 25px 0 0; padding: 10px 10px 0 10px;  text-align: center; background-color: #fff;}
.h_news_pic .box h5{ font-size:18px; line-height: 55px; height: 55px;}
.h_news_pic li{ margin:40px 0 0 0;}

/*经过*/
.hover_box .box:hover,.box:hover .white_r_box,.hover_box_t .box:hover{ -moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);transform:translateY(-5px); }
.hover_box .box:hover,.box:hover .white_r_box{-moz-box-shadow: 0 15px 30px rgba(0,0,0,.25);-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.25);box-shadow: 0 15px 30px rgba(0,0,0,.25);}
.hover_box .box:hover,.hover_box_t .box:hover{background-color: #fff;}

/*关于*/
.h_about{ margin-top:80px;}
/*标签导航*/
.tab_nav_y{ width:200px;margin-right: 30px;  font-size: 18px;}
.tab_nav_y dd a{ display:block; position: relative; line-height: 68px; height: 68px; border-bottom: 1px solid #ebf2fa; padding: 0 0 0 30px;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.tab_nav_y dd a::before{ width:0; height: 100%; left: 0; bottom: 0; background-color: #0080dd; display: block; position: absolute; content: ''; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s;z-index: -1;}
.tab_nav_y dd a:hover::before,.tab_nav_y dd .tab_light::before{ width:100%;}
.tab_nav_y dd a:hover,.tab_nav_y dd .tab_light{ color:#fff; border-color:#0080dd;}
.tab_nav_y dd a:hover::before{background-color: #7ec9ff; }
.tab_nav_y dd .tab_light:hover::before{background-color: #0080dd; }
.tab_arrow{ width:12px; height: 15px; overflow: hidden; position: absolute;  font-size: 0; background-repeat: no-repeat; top:50%; margin-top: -7px; right:15px;}
.tab_light .tab_arrow{background-image: url(../images/icon/tab_arrow.png);}
.tab_nav_y dd .tab_light{background-color: #0080dd\9;*background-color: #0080dd;}

.tab_nav_y,.blue_border_shadow{ background-color: #fff; border: 1px solid #ebf2fa; -moz-box-shadow: 0 0 8px #ebf2fa;-webkit-box-shadow: 0 0 8px #ebf2fa;box-shadow: 0 0 8px #ebf2fa; }
.tab_nav_y_b{ margin-right:20px;}
.tab_nav_y_b dd a{ height:89px; line-height: 89px;}

/*图标*/
.icon_b{ width:50px; height: 50px; background-image: url(../images/icon/icon_b.png);}
.icon_b2{ background-position: 0 -50px;}
.icon_b3{ background-position: 0 -100px;}
.tab_light .icon_b{background-position: -50px 0;}
.tab_light .icon_b2{background-position: -50px -50px;}
.tab_light .icon_b3{background-position: -50px -100px;}

/*为空*/
.null_box{ display:block; color:#888; text-align: center; padding: 60px 0;}

/*标签内容*/
.h_about_text h5{ font-size:34px; margin-bottom: 20px;}
.h_about_text .t_o p{text-indent:2em;}
.h_about_text .th_s{ display:block;}
.h_about_text h6{ font-size:14px; font-weight: bold;}
.h_about_text .t_d{ margin:20px 0 0 0;}
.h_about_text .t_o{ margin:10px 0;}
.h_about_text p{ margin:5px 0;}

/*大赛进程*/
.h_process_box{ padding:70px 0 0 0; height: 520px; background-color: #141f2e; background-image: url(../images/icon/box_bj1.jpg); background-position: center top; background-repeat: no-repeat;}
.h_process_ul{ width:100%; color:#fff; clear: both; text-align: center; padding: 60px 0 0 0; margin:0 auto;}
.h_process_ul h5{ font-size:30px; line-height: 1.1; margin:20px 0 0 0;}
.h_process_ul li{float:left;}
.h_process_ul .gt_li{ padding:70px 60px 0 60px;}

.blue_r_box{ width:150px; height: 150px; display: inline-block; overflow: hidden; font-size: 0; border: 1px solid #2eaadb;
background: -moz-linear-gradient(top, #01e2f5, #2a36bf); /* Firefox */
background: -webkit-linear-gradient(270deg, #01e2f5, #2a36bf); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01e2f5', endColorstr='#2a36bf', GradientType='0'); /* IE*/
background-color:#2a36bf\0;
background: linear-gradient(to bottom, #01e2f5, #2a36bf);/* ie11*/
}

/*图标*/
.icon_a{width:80px; height: 80px; margin:40px -10px 0 0; vertical-align: top;  background-image: url(../images/icon/icon_a.png); }
.icon_a2{background-position: 0 -80px;}
.icon_a3{background-position: 0 -160px;}
.icon_a4{background-position: 0 -240px;}

.h_270{ height:270px;}

.h_guide{ margin-top:30px;}
.h_guide_text{padding:30px 30px;font-size: 16px;}
.h_guide_text .t_o{ margin-bottom: 10px;}
.w_5{ width:49.9%;}
.h_guide_text h5{ font-weight:bold; font-size: 16px; margin-bottom: 5px;}


/*下载*/
.blue_bj{ color:#fff; background-color: #0080dd;}
.blue_bj a{ color:#fff;}

.white_r_box{ width:120px; height: 120px; font-size: 0; overflow: hidden; display: inline-block; vertical-align: top;
background: -moz-linear-gradient(top, #ffffff, #e4ebff); /* Firefox */
background: -webkit-linear-gradient(270deg, #ffffff, #e4ebff); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4ebff', GradientType='0'); /* IE*/
background-color:#e4ebff\0;
background: linear-gradient(to bottom, #ffffff, #e4ebff);/* ie11*/
}
/*图标*/
.icon_c{ width:64px; height: 60px; background-image: url(../images/icon/icon_down.png); margin:30px 0 0 0;}

.h_down_ul{text-align:center;}
.h_down_ul .box{ display:block;}
.h_down_ul h5{ font-size:16px; margin:15px 0 0 0;}


.h_cooperation_ul{ text-align:center; border:2px dotted #eee; background-color: #fff; margin-top:50px;}
.h_cooperation_ul li{ padding: 15px 0; border-bottom: 1px solid #eee;}
.h_cooperation_ul .box{ display:block; padding:15px 15px; height: 90px; border-right:1px solid #eee; margin-right: -1px;}
.h_cooperation_ul li:nth-child(5) .box,.h_cooperation_ul li:nth-child(10) .box{ border-right:none;}


/*文件底*/
.footer{  background-color: #0080dd; padding:50px 0;}
.footer,.footer a,.footer_d a,.footer_d {color:#fff;}
.footer a:hover,.footer_d a:hover{ color:#ff9;}
.fotoer_dl{ padding:0 100px;}
.footer_dl dt{width:160px; height: 160px; margin-right: 70px;}
.footer_dl dd{ font-size:16px; padding: 15px 0 0 0;}
.footer_dl dd .ul_d li{ margin:25px 0 0 0;}
/*图标*/
.icon_e{ width:30px; height: 30px; margin-right: 10px; background-image: url(../images/icon/icon_c.png); }
.icon_e2{background-position: 0 -30px;}
.icon_e3{background-position: 0 -60px;}
.icon_e4{background-position: 0 -90px;}

.footer_d{  background-color: #007ad5; padding:25px 0;}
.footer_d_dl dd{text-align:right; line-height: 38px;}
.footer_d_dl dd .t { font-size:16px;}
.footer_d_dl dd .t a{ margin:0 0 0 30px; display: inline-block; vertical-align: middle;}
.footer_d_dl dt{ padding:10px 0 0 0;}
.footer_d_dl dd p{ line-height:1.4; font-size: 12px;margin:12px 0 0 0;}
.footer_d_dl dd p,.footer_d_dl dd p a{ color:rgba(255,255,255,.5);  color:#80bdea\9; *color:#80bdea;}
/*按钮*/
.orange_btn_a{ border:1px solid #fff; padding: 0 22px; display: inline-block;vertical-align: middle;background-color: #ff8000;}
.orange_btn_a:hover{ color:#fff; background-color: #ff6600; -mox-transform: translateY(-3px);-webkit-transform: translateY(-3px);transform: translateY(-3px); -mox-box-shadow: 0 0 12px #fff;-webkit-box-shadow: 0 0 12px #fff;box-shadow: 0 0 12px #fff;}

/*ftool*/
.ftool{position: fixed; z-index: 16; right: 6px; bottom: 10px; z-index: 25; _position: absolute; _bottom: auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
* html,* html body{background-image:url(about:blank);background-attachment: fixed;}

.ftool{ -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);box-shadow: 0 0 15px rgba(0,0,0,.5); background-color: #fff; }

.ftool_item{position: relative; display: block; margin: 0px 0; width:45px;  z-index: 20; text-align: center; height: 45px; background-color: #fff; border-radius:0; margin-bottom: 0px;  cursor: pointer; border:none; }


.ftool_item:hover{background-color: #0080dd;}

.ftoolab{display:inline-block; vertical-align: top; margin:0 0 0 0; width: 45px; height:45px;  background-image: url(../images/icon/online.png);background-color:transparent;}
.online_ftoolab{background-position: 0 -45px;}
.wecbat_ftoolab{background-position: 0 -90px;}
.top_ftoolab{background-position: 0 -135px;}

.ftool_item:hover .ftoolab{background-position: -45px 0;}
.ftool_item:hover .online_ftoolab{background-position: -45px -45px;}
.ftool_item:hover .wecbat_ftoolab{background-position: -45px -90px;}
.ftool_item:hover .top_ftoolab{background-position: -45px -135px;}


.ftool_code{position: absolute; text-transform: uppercase; color: #666; font-size: 14px; line-height: 23px; z-index: 26; bottom: 0; right: 90px; padding: 10px; width: 145px; height: 23px; background-color: #fff;border:1px solid #e2e2e2; opacity: 0; filter: alpha(opacity=0); display: none; border-radius: 0em;}
.wechat_ftool_code{ width:140px; height: auto; padding:5px; color:#4c5b6f; text-align: center;}
.wechat_ftool_code img{ width:100%;}
.ftool_code a{color: #666;}
.ftool_code a:hover{color:#fa483c;}
.ftool_code_gt{position: absolute; top: 50%; margin-top: -10px; right: -10px; display: block; text-align: center; width: 20px; height: 20px; line-height: 20px; font-size: 14px; color: #fff; font-style: normal; font-family: simsun;}
/*end ftool*/

/*----------------------------star内页的样式*/
/*大图片*/
.i_banner{ position:relative; height: 260px; overflow: hidden; color:#fff;}
.i_banner_img{ position:absolute; width:1920px; margin-left: -960px; left: 50%; top:0;}
.i_banner_text{ position:absolute; top:0; width: 100%; left: 0; z-index: 2;}
.i_banner_text h2{ font-size:50px; padding: 90px 0 0 0; line-height: 1.1;}
.i_banner_text p{ font-size:20px; text-transform: uppercase; line-height: 1.1; margin:6px 0 0 0;}


/*标签标题*/
.i_tab_th {text-align:center; border-bottom: 1px solid #e5e5e5; box-shadow: 0 1px 1px #999; margin-bottom: 30px;}
.i_tab_th dd a{ display:inline-block; vertical-align: top;padding:28px 0 20px 0; position: relative; text-align: center; margin:0 60px; font-size: 22px; color:#888;}
.i_tab_th dd a p{ line-height:1.1; margin:12px 0 0 0;}
.i_tab_th dd .tab_light{ /*font-weight: bold;*/ color:#4c5b6f;}
.i_tab_th dd a::before{ position:absolute; bottom: -3px; left: 50%; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%); display: block; content: ''; background-color: #0080dd; width: 0; height: 7px; overflow: hidden; font-size: 0; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s; display: none\9;display: none\0;}
.i_tab_th dd a:hover::before,.i_tab_th dd .tab_light::before{ width:100%;}
.i_tab_th dd .tab_light{ border-bottom: 7px solid #0080dd\9; margin-bottom: -3px\9;*border-bottom: 7px solid #0080dd;*margin-bottom: -3px;}

/*图标*/
.tab_icon{ width:60px; height: 60px; background-image: url(../images/icon/tab_icon.png);}
.tab_icon2{ background-position: 0 -60px;}
.tab_icon3{ background-position: 0 -120px;}
.tab_icon4{ background-position: 0 -180px;}

.tab_light .tab_icon{background-position: -60px 0;}
.tab_light .tab_icon2{background-position: -60px -60px;}
.tab_light .tab_icon3{background-position: -60px -120px;}
.tab_light .tab_icon4{background-position: -60px -180px;}

/*列表*/
.i_project_ul{ width:1250px; padding: 0px 0 80px 0;}
.i_project_ul .li_o{ margin:25px 0 0 0;}
.i_project_ul .box{ display:block; margin: 0 50px 0 0;}
.i_project_ul h5{ font-size:16px; padding: 0 15px; line-height: 60px; height: 60px;}
.i_project_ul .box:hover h5{ color:#fff; background-color: #0080dd;}

/*城市下拉框*/
#city1 select{ padding:0px 20px; height:50px; line-height: 50px; width:190px; margin-right:15px; font-size:16px; font-weight: bold; border:2px solid #eef0f7; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; filter: none !important;
appearance:none;-moz-appearance:none;-webkit-appearance: none; background:none; background:#fff url(../images/icon/option.png) no-repeat 94% center;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#city1 select::-ms-expand { display: none; }
#city2 select{ padding:0px 20px; height:50px; line-height: 50px; width:190px; margin-right:15px; font-size:16px; font-weight: bold; border:2px solid #eef0f7; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; filter: none !important;
appearance:none;-moz-appearance:none;-webkit-appearance: none; background:none; background:#fff url(../images/icon/option.png) no-repeat 94% center;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#city2 select::-ms-expand { display: none; }
/*表单*/
.fill_text{border:2px solid #eef0f7; background-color: #fff; padding: 10px 20px; width: 400px; line-height: 30px; height: 50px; vertical-align: middle; font-size: 16px;}

/*经过*/
#city1 select:focus,.fill_text:focus{ border-color:#0080dd; -moz-box-shadow: 0 4px 15px rgba(0,128,221,.15);-webkit-box-shadow: 0 4px 15px rgba(0,128,221,.15);box-shadow: 0 4px 15px rgba(0,128,221,.15);}
#city2 select:focus,.fill_text:focus{ border-color:#0080dd; -moz-box-shadow: 0 4px 15px rgba(0,128,221,.15);-webkit-box-shadow: 0 4px 15px rgba(0,128,221,.15);box-shadow: 0 4px 15px rgba(0,128,221,.15);}


/*表格*/
.fill_table{ font-size:16px; line-height: 50px; margin:50px 0;}
.fill_table th,.fill_table td{ padding:10px 10px;}
.fill_table th{ text-align:right; color:#666;}
.fill_table tfoot td{ padding-top:40px;}
/*按钮*/
.fill_btn{ color:#fff; background-color: #ff8000; font-size: 30px; width: 260px; height: 60px; line-height: 60px; border:none; cursor: pointer; vertical-align: middle;}
.fill_btn:hover{ color:#fff; background-color: #ff6600; -moz-box-shadow: 0 10px 25px rgba(255,102,0,.28);-webkit-box-shadow: 0 10px 25px rgba(255,102,0,.28);box-shadow: 0 10px 25px rgba(255,102,0,.28);}

/*选择*/
.select_ul li{float:left; cursor: pointer; padding: 0 25px; background-color: #eef0f7; font-weight: bold;  margin: 0 10px 0 0;}
.select_ul .active{ color:#fff; background-color: #0080dd;}

.w_570{ width:570px;}

/*上传控件*/
.file-box{ position:relative;width:190px;cursor: pointer; float:left;} 
.file_btn{ background-color:#e4e9f1; border: 2px solid #fff; height:54px; line-height: 50px; vertical-align: top; cursor: pointer; width:190px; text-align: center; font-size: 16px; color: #7d91b5;} 
.file{ position:absolute; top:0; left:0px; height:54px; filter:alpha(opacity:0);opacity: 0;width:190px;cursor: pointer; } 
.file_btn:hover,.file-box:hover .file_btn{ color:#fff; background-color: #0080dd;}
/*灰色备注*/
.note_gray_12{ color:#999; font-size: 12px; margin-left: 20px;}

/*-------------------------star会员中心*/
.body_white{background-color: #fff;}
.w_240{ width:240px; }
.w_940{ width:940px;}

/*蓝色边框*/
.blue_bj_light,.blue_border{ border:1px solid #d1d7e9; background-color: #eef0f7;}
.blue_border{background-color: #fff;}
/*左标题*/
.blue_th{ color:#fff; margin:-1px; padding:0 10px 0 20px; font-size: 30px; line-height: 85px; height: 85px;
background: -moz-linear-gradient(left, #0f2bd0, #ac2e53); /* Firefox */
background: -webkit-linear-gradient(0deg, #0f2bd0, #ac2e53); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2bd0', endColorstr='#ac2e53', GradientType='1'); /* IE*/
background-color:#ac2e53\9;
background: linear-gradient(to right, #0f2bd0, #ac2e53);/* ie11*/
}
.th_arrow{ width:40px; height: 34px; background-image: url(../images/icon/th_icon.png); margin-right: 10px;}

/*左导航*/
.l_nav_ul{ font-size:20px;}
.l_nav_ul li a{ display:block; border-bottom: 1px solid #d1d7e9; line-height: 80px; height: 80px; text-align: center;}
.l_nav_ul li:last-child a{border-bottom:none;}
.l_nav_ul .active a{ color:#0080dd;}
/*图标*/
.arrow_r{ width:12px; height: 15px; margin-left: 10px; }
.active .arrow_r{background-image: url(../images/icon/tab_arrow_blue.png);}

/*右标题*/
.r_blue_th{ font-size:20px; padding: 0 30px; background-color: #eef0f7; line-height: 60px; height: 60px;}
.r_blue_th .fr{ font-size:16px;}

/*表格*/
.list_table{ width:100%;font-size: 16px; text-align: center;}
.list_table thead tr{ border-bottom:1px solid #d1d7e9; line-height: 60px;}
.list_table thead th{ font-weight: bold; padding: 0 20px; }
.list_table tbody td{ padding:10px 20px; line-height: 30px;}
.list_table .l_text{text-align:left; padding-left: 40px;}

/*按钮*/
.blue_btn_a{ display:inline-block; color:#fff; background-color: #0080dd; width: 90px; font-size: 14px; vertical-align: middle; text-align: center;border:none;}
.blue_btn_a:hover{ color:#fff; background-color: #0073e9; -moz-box-shadow: 0 10px 15px rgba(0,115,233,.15);-webkit-box-shadow: 0 10px 15px rgba(0,115,233,.15);box-shadow: 0 10px 15px rgba(0,115,233,.15);}
input.blue_btn_a{ height: 45px; line-height: 45px; width: 105px;}

/*经过*/
.hover_table tbody tr{-moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}
.hover_table tbody tr:hover{ -moz-box-shadow:0 8px 20px rgba(0,0,0,.15);-webkit-box-shadow:0 8px 20px rgba(0,0,0,.15);box-shadow:0 8px 20px rgba(0,0,0,.15); background-color: #fff;}


.min_h600{ min-height:600px; height: auto; height: 600px\9; *height: 600px;}

/*我的资料*/
.r_data_ul{ margin:20px 70px;}
.r_data_ul li{ margin:25px 0; border: 2px dotted #d1d7e9; background-color: #fff; padding: 20px 30px;}
.r_data_ul .t_l{ width:70px; margin-right: 20px;}
.r_data_ul h5{ font-size:16px; font-weight: bold;}
.r_data_ul .t_r_l p{ color:#888; font-size: 12px;}
.r_data_ul .t_r{ padding:10px 0 0 0;}
.r_data_ul .t_r_r{ padding:15px 0 0 0; font-size: 16px; font-weight: bold;}
/*图标*/
.icon_f{ width:70px; height: 70px; background-image: url(../images/icon/icon_d.png); }
.icon_f2{background-position: 0 -70px;}
.icon_f3{ width:70px; height: 70px; background-image: url(../images/icon/icon_info.png);}
.fill_text_1{ margin:0; width: 360px; line-height: 25px; height: 45px; font-size: 14px; border-width: 1px; border-color:#ccc;}
.w_240{ width:240px;}

.fill_btn_s{ font-size:16px; font-weight: bold; line-height: 50px; height: 50px; width: 150px;}

/*新闻列表*/
.i_news_ul{ width:1235px; padding: 5px 0 0px 0;}
.i_news_ul .box{ display:block; margin: 0 35px 0 0; background-color: #eef0f7; padding: 20px; font-weight: bold;}
.i_news_ul h5{ font-size:16px; margin-bottom: 10px; line-height: 1.8em; height: 3.6em; font-weight: bold;}
.i_news_ul p{ color:#999;}
.i_news_ul li{ margin:35px 0 0 0;}


/*页码*/
.page{ text-align:center; padding: 50px 10px; line-height: 38px;color:#666;}
.page a{ display:inline-block; vertical-align: middle; margin: 0 3px; color:#666; border:1px solid #eee; background-color: #fff; padding: 0 15px; }
.page .china{ font-weight:bold; font-size:16px;}
.page .not,.page .not:hover{ color:#888; border-color:#eee; cursor: no-drop; background-color: #fff;}
.page .page_box a{ border-left:none; margin: 0;}
.page .page_box{ display:inline-block; vertical-align: middle; border-left:1px solid #eee;}
.page a:hover{ background-color: #f8f8f8; color:#ff8000;}
.page .active,.page .active:hover{ color:#fff; background-color: #ff8000; border-clor:#ff8000;}
.page_text{ border:1px solid #eee; line-height: 18px; height: 18px; font-size: 16px; text-align: center; vertical-align: middle; margin: 0 5px; width: 50px; padding: 10px 5px;}
.page_btn{ border:1px solid #eee; width: 40px; line-height: 34px; height: 38px; text-align: center; cursor: pointer; vertical-align: middle; margin: 0 5px; color:#666; font-size: 16px; text-transform: uppercase; background-color: #fff;}
.page_btn:hover{ color:#fff; background-color: #ff8000; border-color:#ff8000;}

.fill_input_h:focus{ border-color:#ff8000; -moz-box-shadow: 0 5px 15px rgba(0,0,0,.15);-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15);box-shadow: 0 5px 15px rgba(0,0,0,.15);}
/*-----------------------star新闻详情*/
/*位置标题*/
.site_th{ border-bottom:1px solid #ddd; background-color: #fff; height: 60px; line-height: 60px; font-size: 16px;}
.site_th .china{ font-style:normal; margin: 0 8px;}
.site_th,.site_th a{ color:#888;}
.site_th a:hover{ color:#0080dd;}

.w_120{ width:120px;}

.d_l{ padding:50px 0 3000px 0; margin-bottom: -3000px; background-color: #eef0f7; margin-right: 60px;}
.d_l_date{ font-size:36px; line-height: 1.1; text-align: center; padding: 8px 0; margin-bottom: 500px;}
.d_l_date p{ font-size:32px;line-height: 1.1;}

/*标题*/
.d_r{ padding:50px 0 0 0;}
.d_th h2{ font-size:34px; margin-bottom: 10px;}
.d_th{ margin:0 0 30px 0;}
.d_th p{ font-weight:bold;}
.link_m a{ margin:0 8px;}
.d_th p .m_t{ margin:0 30px;}


/*正文*/
.d_wen{ font-size:16px; color:#666; line-height: 2; margin:30px 0 80px 0;}
.d_wen p{ margin:0 0 8px 0;}
.d_wen h5{ font-size:16px; font-weight: bold; margin-bottom: 5px;}
.d_wen .pic_l{ text-align:left; margin:40px 0; text-indent: 0;}
.d_wen .pic_l img{ max-width:100%;}

/*---------------------star找回密码*/
/*头文件*/
.d_header{ border-bottom:1px solid #ddd; background-color: #f8f9fb;}

/*标题*/
.pass_th{ margin:10px 0;font-size: 30px; line-height: 1.1;}

/*步骤*/
.pass_step{ line-height: 70px; border-bottom: 5px solid #f2f2f2; text-align: center; font-size: 18px; color:#999;}
.pass_step .active{ color:#0080dd; border-bottom:5px solid #0080dd; margin-bottom: -5px;}
.step_num{ width:24px; height: 24px; text-align: center; line-height: 24px; display: inline-block; vertical-align: middle; margin-right: 8px; background-color: #c9c9c9; color:#fff; font-size: 16px;}
.active .step_num{background-color:#0080dd;}

/*填写框*/
.fill_dl{ width:360px; margin:60px auto;}
.fill_dl .fill_text_1{ width:100%;}
.fill_dl .t_r{ width:110px; margin-left: 10px;}
.fill_dl .blue_btn_a,.fill_dl .fill_btn{ width:100%;}
.fill_dl .input_div{ position:relative;}
.fill_dl .input_div .fill_text_1{ padding-left:65px;}
.f_phone{ position:absolute; width: 45px; border-right:1px solid #ccc; text-align: center; height: 100%; line-height: 45px; top:0; left: 0;}
.fill_dl dd{ margin:30px 0;}
.fill_dl .fill_btn{ font-size:18px; line-height: 50px; height: 50px;}
.fill_dl dt{ margin:40px 0 0 0;}
.fill_dl .dd_s{ margin:-15px 0 15px 0; font-size: 12px; color: #888;}
.reg_icon{ width:20px; height: 20px; background-image: url(../images/icon/icon_e.png); background-position: center center; margin-right: 8px;}

/*注册*/
.box_80{ padding:80px 0;}
.reg_l{ width:740px; }
.reg_r{ padding:0 50px;}
.reg_r .fill_dl{ width:100%; margin: 0;}
/*标题*/
.reg_th{ height:30px; line-height: 30px; height: 30px; margin: 20px 0;}
.reg_th .t_l{ font-size:30px;}
.reg_th .fr{  color:#666; padding: 14px 0 0 0; line-height: 16px;}


/*-------star文字的样式*/
/*标题文字*/
.th{ font-family:"Microsoft YaHei";}
/*日期*/
.date{ float:right; color:#999; font-family:Arial;font-weight:normal;}
/*宋体*/
.china{ font-family:"宋体";}
.eng,.prit_r{font-family:Arial;}
/*距离*/
.mt30{margin-top: 30px!important; }
.red_text,.red_link a,.gray_link_l a:hover{ color:#ff5346;}
.link_h_line a:hover{text-decoration: underline;}
.gray_text{ color:#888;}
.yellow_link a{ color:#ffd926;}

.green_text,.green_link a{color:#01c56c;}
.green_link a:hover{text-decoration:underline; color:#333;}
.m_l{ margin-left:1em;}
.m_l_b{ margin-left:2em;}
.m_text{ margin:0 2em;}
.mr_40{ margin-right:40px;}
.m_t{ margin:0 .5em;}
.orange_text,.orange_link a{ color:#ff8800;}
.gray_link_l a{ color:#888;}
.blue_link a,.blue_text,.blue_link_t a{ color:#0080dd;}
.blue_link a:hover{ color:#fff; background-color: #0080dd;}
.gray_text_l{ color:#888;}


.graw_link a,.graw_text{ color:#d5ad50;}
.graw_link a:hover{ color:#fff; background-color: #d5ad50;}

.link_line a{ text-decoration:underline; }
.link_line a:hover{text-decoration: none;}
.white_text,.white_link a{ color:#fff;}
.h_th .white_text_5,.white_text_5{ color:rgba(255,255,255,.5); color:#95baec\9;*color:#95baec;}
.font_12{ font-size:12px;}
.font_14{ font-size:14px;}
.font_16{ font-size:16px;}
.font_20{ font-size:20px;}
.font_24{ font-size:24px;}
.font_28{ font-size:28px;}
.font_30{ font-size:30px;}
.font_36{ font-size:36px;}
.font_40{ font-size:40px;}
.font_b{ font-weight:bold;}
/*隐藏*/
.hide_box{ height:auto; overflow: hidden;}
/*列表*/
.list_2 li{ float:left; width:49.99%;}

.list_4 li{float:left; width: 24.99%;}
.list_5 li{float:left; width: 19.99%;}
.list_6 li{float:left; width: 16.66%;}
.list_7 li{float:left; width: 14.28%;}

.list_3 li{ float:left; width:33.33%;*width:33.2%;}
/*---------------------------省略符号*/
/*省略号*/
.hide1{overflow:hidden; word-break:keep-all; white-space:nowrap;text-overflow:ellipsis;}
.hide2,.hide6,.hide4,.hide3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hide2{height:3.2em;}
.hide3{-webkit-line-clamp: 3;height:4.8em; }
.hide6{-webkit-line-clamp: 6; height:9.6em;}
.hide4{-webkit-line-clamp: 4;height:6.4em;}
/*自适应*/
.r_cell{ display:table-cell; width:9999px; *width:auto; *zoom:1;}

.pic_cell{ vertical-align:middle; text-align:center; display:table-cell; overflow:hidden;}
.pic_cell img{ max-width:100%; max-height:100%; width:100%\9;width:100%\0;*width:100%;vertical-align:middle; overflow:hidden;}
/*自定义动画*/
.transition_a,.transition_o a{ -moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}

.icon_public{ display:inline-block; vertical-align: middle; overflow: hidden; background-repeat: no-repeat; font-size: 0;}
.text_m,.img_m,a:hover .img_m{ display:inline-block; vertical-align: middle;}
.img_w{ width:100%; }
.img_w_w{ width:100%; overflow: hidden;}

.box_sizing{ -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}


/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
.hover_arrow .box:hover .icon_public{animation: landr 0.8s ease-in-out; 
-ms-animation: landr 0.8s ease-in-out;
-moz-animation: landr 0.8s ease-in-out;
-webkit-animation: landr 0.8s ease-in-out;
-o-animation: landr 0.8s ease-in-out;}
/*定义动画效果_css3*/
@keyframes landr {
0% {transform: rotate(0deg);transform-origin: right bottom 0;}
39% {transform: rotate(5deg);transform-origin: right bottom 0;}
40% {transform: rotate(5deg); transform-origin: left bottom 0;}
75% {transform: rotate(-10deg);transform-origin: left bottom 0;}
100% {transform: rotate(0deg);transform-origin: left bottom 0;}
}
@-webkit-keyframes landr {
0% { -webkit-transform: rotate(0deg);-webkit-transform-origin: right bottom 0;}
39% {-webkit-transform: rotate(5deg);webkit-transform-origin: right bottom 0;}
40% {-webkit-transform: rotate(5deg);-webkit-transform-origin: left bottom 0;}
75% {-webkit-transform: rotate(-10deg); -webkit-transform-origin: left bottom 0;}
100% {-webkit-transform: rotate(0deg);-webkit-transform-origin: left bottom 0;}
}

/*经过图片有闪光效果*/
.hover_pic a{position: relative; overflow: hidden; display:block;}
.hover_pic a:before{position: absolute; top: 0px; left: -80%; display: block; content: ""; width: 40%; height: 100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-gradient(linear,left top,right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), to(rgba(255,255,255,0))); background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); -moz-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.hover_pic a:hover:before{-moz-transition: left 1s ease 0s; -webkit-transition: left 1s ease 0s; transition: left 1s ease 0s; left: 140%;}

/*效果*/
.animated{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}


.animated.infinite{-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}


/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s_s{-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.round_s,.round_s_a a { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.round_s_b{ -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.round_s_b_t{-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;}
.round_m,.round_m_a a{ -moz-border-radius:2em; -webkit-border-radius:2em; border-radius:2em;}
.round_s_img img{ -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
.round_m_s{ -moz-border-radius:.4em; -webkit-border-radius:.4em; border-radius:.4em;}
.round_r,.round_img img{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
/*链接文件*/
.round_s,.round_r,.round_m,.round_img img,.round_m_s,.round_m_a a,.round_s_a a,.round_s_s,.round_s_b,.round_s_b_t,.round_img_s img,.round_bj_a a,.round_bj{position:relative\9;behavior: url(js/pie.htc);}
.ibn .hd li,.ibn .btn,.step_r_s{behavior: url(js/pie.htc);}
dl.about{
     display:flex;
    justify-content:space-between;
    width:1200px;
    height:40px;
    margin-top:52px;
    background:rgba(255,255,255,0);
}

dl.about dd{
    height:40px;
    line-height:40px;
    padding:0 40px;
    width:auto;
    background:#0080DD;
    font-size:16px;
    font-family:'微软雅黑';

    text-align:center;
}
dl.about dd.active{
    background:#FF8000;
}
dl.about dd a{
    color:#FFF;
    text-decoration:none;
}
.about_content .blue_text{
    text-align:center;
    font-size:30px;
    color:#0080DD;
    font-family:'微软雅黑';
}
.about_content .blue_text_en{
    text-align:center;
    font-size:16px;
    font-family:'微软雅黑';
    color:#007FDD;
}
.about_content .one_title{
    font-size:14px;
    color:#545454;
    font-weight:bold;
}
.about_content .indent{
    text-indent:2rem;
}
.about_content>div>p{
    font-size:14px;
    font-family:'微软雅黑';
    color:#535353;
}
.about_content table{
    width:100%;
    height:244px;
    border-collapse:collapse;
    font-size:16px;
    font-family:'微软雅黑';

}
.about_content table tr{
    background:#FFF;
}
.about_content table tr:first-child{
    background:#E7EAF1;
}

.about_content td{
    border:1px solid #CDD3E2;
    text-align:center;
}

/*报名表单-开始*/
#competitionForm {
    margin-top: 40px;
}
.form-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

form#competitionForm h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 24px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

form#competitionForm h2 {
    color: #3498db;
    margin: 20px 0 15px;
    font-size: 18px;
    border-left: 4px solid #3498db;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.form-row .form-group {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #34495e;
    font-weight: 700;
}
label.font-w {
    font-weight: 500;
}

form#competitionForm input[type="text"],
form#competitionForm input[type="tel"],
form#competitionForm #memberTable input[type="text"],
form#competitionForm textarea,
form#competitionForm input[type="email"],
form#competitionForm select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #2c3e50;
    box-sizing: border-box;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5px;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
    cursor: pointer;
    margin-top: -3px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

table th {
    background-color: #f8f9fa;
    color: #34495e;
    font-weight: 500;
}

/* 团队成员操作按钮样式 */
.btn-add, .btn-remove {
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.btn-add {
    background-color: #27ae60;
}

.btn-add:hover {
    background-color: #219653;
}

.btn-remove {
    background-color: #e74c3c;
}

.btn-remove:hover {
    background-color: #c0392b;
}

/* 知识产权横线文本框样式 */
.intellectual-property {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.intellectual-property .item {
    display: flex;
    align-items: center;
    gap: 10px;
}

form#competitionForm .intellectual-property .line-input {
    width: 60px;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
}

.intellectual-property .line-input:focus {
    outline: none;
    border-bottom: 2px solid #3498db;
}

.submit-btn {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin: 30px auto 0;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #2980b9;
}

.submit-btn:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

/* 字数提示样式 */
.char-count {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    text-align: right;
}

/* 错误提示 */
.error-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}
.from-select-addr {
    display: flex;
}
.from-select-addr #city1 {
    display: flex;
    width: 30%;
}
.from-select-addr #city1 select {
    height: auto;
    line-height: unset;
}
.from-addr {
    width: 70%;
}
.time-line img {
    width: 100%;
    /*margin-bottom: 60px;*/
}
.df-bg-colo {
    background-color: #012198;
    color: #fff;
}
/* 响应式优化 */
@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }
    .form-row {
        gap: 10px;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    .intellectual-property {
        flex-direction: column;
        gap: 15px;
    }
}
/*报名表单-结束*/