/*-------------------------------------------首页样式开始----------------------------------*/

/*头部样式开始*/
.min_width { min-width: 1200px; }
.top { height: 100px; line-height: 100px; }
/*----------------------------------搜索框-----------------------------*/
/* reset webkit search input browser style */
.search-user { margin-top: 33px; }
.search-user input { outline: none; }
.search-user input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; }
.search-user input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none; /* remove the search and cancel icon */
}
/* search input field */
.search-user input[type=search] { background: url(../image/serch.png) no-repeat right center; border: none; padding: 9px 10px 9px 32px; width: 100px; -webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }
.search-user input[type=search]:focus { width: 160px; background-color: #fff; border: solid 1px #6dcff6; -webkit-box-shadow: 0 0 5px rgba(35,97,174,.5); -moz-box-shadow: 0 0 5px rgba(35,97,174,.5); box-shadow: 0 0 5px rgba(35,97,174,.5); }

/* placeholder */
.search-user input:-moz-placeholder {
 color: #999;
}
.search-user input::-webkit-input-placeholder {
 color: #999;
}
/* demo B */
#demo-b input[type=search] { background: url(../image/serch.png) no-repeat 8px center; width: 29px; padding-left: 10px; color: transparent; cursor: pointer; }
#demo-b input[type=search]:hover { }
#demo-b input[type=search]:focus { width: 130px; padding-left: 45px; color: #000; background-color: #fff; cursor: auto; }
#demo-b input:-moz-placeholder {
 color: transparent;
}
#demo-b input::-webkit-input-placeholder {
 color: transparent;
}
.version { display: block; width: 27px; height: 27px; margin: 33px 20px 0 20px; }
/*头部样式结束*/





/*菜单样式开始*/
.menu ul { clear: both; }
.menu ul li { float: left; }
.menu ul li a { display: block; padding: 0px 16px; font-family: "微软雅黑"; font-size: 14px; color: #333; }
.menu ul li a.current, .menu ul li a:hover { color: #2361ae; }
/*菜单样式结束*/



/*焦点图样式开始*/
.banner { background: #fff; min-width: 1200px; }
.banner img{ width:100%;}
/*焦点图样式结束*/



/*内容样式开始*/
/*标题样式*/
.t_itle { max-width: 1200px; width: 100%; margin: 0 auto; overflow: hidden; padding-top: 70px; text-align: center; }
.t_itle .small_title { display: block; font-size: 24px; margin-bottom: 10px; }
.all_case_title { margin: 70px auto 30px auto!important; height: auto !important; overflow: hidden; }
.all_case_title span { font-family: SimHei; line-height: 30px; float: left; font-size: 24px; padding-right: 10px; }
.all_case_title h2 { font-family: "微软雅黑"; font-size: 24px; color: #333; font-weight: normal; overflow: hidden; }
.title_line { width: 30px; height: 2px; background: #333; margin: 5px 0 20px 0; }
.title_right { display: block; }
.title_right a { width: auto !important; line-height: 30px; font-size: 16px; background-image: none !important; }
.title_right a:hover { color: #2361ae; }
.title_right img { width: 20px; margin-left: 10px; }
/*产品展示*/
.business { display: block; margin-bottom: 70px; overflow: hidden; }
.business ul { max-width: 1200px; margin: 0 auto; width: 100%; }
.business ul li { width: 33.3%; margin-bottom: 10px; float: left; -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -o-transition: .2s; transition: .2s; }
.business ul li a { display: block; text-align: center; }
.business ul li a .pic { display: block; width: 94%; padding: 3%; overflow: hidden; text-align: center; font-size: 0; }
.business ul li a .pic img { width: 100%; height: 100%; vertical-align: middle; border: 1px solid #EBEBEB; }
.business ul li a h5 { font-size: 14px; color: #333; font-weight: 400; line-height: 35px; }
.business ul li:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.2); box-shadow: 0 15px 30px rgba(0,0,0,.2); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); background: #F5F5F5; }
.business ul li:hover a h5 { color: #2361ae; }


.prframe{ width:250px; display:block; line-height:30px; border:1px solid #cbcbcb; background:#ebebeb; padding:0 10px; margin-bottom:10px;}
/* 关于我们 */
.localbox { max-width: 1200px; width: 96%; padding: 0 2%; margin: 0 auto; }
.mainAbout { height: auto; background: url(../image/mab.jpg) no-repeat fixed center; position: relative; z-index: 0; overflow: hidden; padding-bottom: 70px; }
.mainAbout h2 { padding-top: 50px; }
.mainAbout .about { padding-top: 30px; text-align: center; }
.mainAbout .about img { width: 100%; }
.mainAbout .about p { font-size: 14px; color: #333; padding-top: 10px; line-height: 30px; text-align: justify; }
.maMore { display: block; width: 73px; height: 28px; line-height: 28px; font-family: arial; border: 1px solid #dbdbdb; background: #fff; border-radius: 15px; text-transform: uppercase; color: #333; margin: 40px auto 0 auto; background: url(../image/mr.png) no-repeat 70px center #fff; padding-left: 25px; -webkit-transition: all .3s linear; -mos-transition: all .3s linear; -mz-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
.maMore:hover { width: 90px; background: url(../image/mrh.png) no-repeat 75px center #2361ae; color: #fff; border-color: #2361ae; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
/* 合作客户 */
.engineering { display: block; margin: 0 auto 70px auto; overflow: hidden; }
.canvas { width: 1220px; position: relative; margin: auto; }
.pro_btn { width: 16px; height: 47px; cursor: pointer; position: absolute; }
.pro_slider { width: 1180px; overflow: hidden; margin: 0 auto; }
.pro_slider ul { width: 8800px; }
.pro_slider li { position: relative; float: left; width: 260px; margin: 0 15px; }
.pro_slider li p.titles { font-size: 14px; line-height: 30px; text-align: center; }
.pro_slider li a { display: block; overflow: hidden }
.pro_slider li a img { float: none; width: 100%; height: auto; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.btn-l { background: url(../image/index_16.png) no-repeat center center; top: 110px; z-index: 5; }
.btn-r { background: url(../image/index_19.png) no-repeat center center; right: 0px; top: 110px; z-index: 5; }
.pro_slider li:hover .titles { color: #2361ae; }
/*----- 新闻资讯 -----*/
.l { float: left; }
.r { float: right; }
.investment_f { width: 1200px; margin: 30px auto }
.investment_f .investment_title { width: 1200px; overflow: hidden }
.investment_con { clear: both; padding-bottom: 40px; }
.news_index { width: 1200px; margin: 0px auto; }
.ind_box3 { overflow: hidden; }
.ind_box3 .left { width: 460px; }
.ind_box3 .left img { border: 1px solid #cccccc; }
.ind_box3 .right { width: 708px; }
.ind_box3 .right .left_bt { color: #333333; font: 16px/30px "微软雅黑"; font-weight: bold; margin-bottom: 15px; }
.ind_box3 .right .left_sm { color: #666666; font: 14px/25px "微软雅黑"; }
.ind_box3 .right .left_view { color: #666666; font: 14px/25px "微软雅黑"; margin: 12px 0; display: block; }
.ind_box3 .right .left_view:hover { color: #2361ae; }
.ind_box3 .right li { height: 110px; background: #fcfcfc; margin-bottom: 10px; }
.ind_box3 .right li:nth-child(1) { background: none; height: auto; }
.ind_box3 .right li .wz { width: 550px; margin: 15px 10px 15px 0; }
.ind_box3 .right li .num { width: 126px; height: 100%; background: #e8e8e8; font-family: "Arial"; font-size: 50px; line-height: 80px; font-weight: bold; text-align: center; color: #666666; opacity: 0.5; }
.ind_box3 .right li .num p { font-size: 16px; color: #717171; line-height: 20px; text-align: center; }
.x3_bt { font: 14px/30px "微软雅黑"; color: #333333; }
.x3_sm { font: 12px/18px "微软雅黑"; color: #666666; }
.ind_box3 .right li:hover { background: #2361ae; }
.ind_box3 .right li:nth-child(1):hover { background: none; }
.ind_box3 .right li:hover .cool { color: #666666 !important; }
.ind_box3 .right li:hover .x3_bt, .ind_box3 .right li:hover .left_sm { color: #fff; }
.ind_box3 .right li:hover .x3_sm { color: #fff; }
.ind_box3 .right li:hover .num, .ind_box3 .right li:hover .num p { color: #2361ae; filter: alpha(opacity=100); opacity: 1; }
/*底部样式开始*/
.foot { background: #323232; padding: 50px 0; color: #FFF; }
.footer { width: 1200px; margin: 0 auto; overflow: hidden; }
.foot_l { float: left; width: 330px; margin: 0 35px; text-align: center; line-height: 30px; }
.foot_l img { width: 140px; height: 140px; }
.foot_c { float: left; width: 330px; height: 200px; text-align: center; background: url(../image/pic29.gif) repeat-y left center; padding: 0 35px; }
.foot_c h2 { font-size: 18px; background: url(../image/pic28.gif) no-repeat 75px center; }
.foot_c ul { margin-top: 20px; }
.foot_c li { float: left; width: 50%; line-height: 30px; }
.foot_c li a { color: #FFF; }
.foot_r { float: left; width: 330px; height: 200px; text-align: center; background: url(../image/pic29.gif) repeat-y left center; padding: 0 35px; }
.foot_r h2 { font-size: 18px; background: url(../image/pic28.gif) no-repeat 90px center; }
.foot_r ul { margin-top: 20px; line-height: 30px; }
.copy_right { line-height: 45px; text-align: center; color: #666; }
/*底部样式结束*/


/*-------------------------------------------首页样式结束---------------------------------*/

/*内页全局样式*/
.matter { margin: 0 auto; width: 1200px; overflow: hidden; }
.banners img { width: 100%; }
.subnav_product { width: 24%; float: left; margin-top: 3%; background: #FFF; margin-bottom: 3%; }
.subnav_product h2 { height: 60px; line-height: 60px; font-size: 20px; background: #255fab; color: #fff; padding-left: 5%; }
.subnav_product .box { border: 1px solid #CCC; border-top: none; }
.subnav_product ul { }
.subnav_product ul li ul { border-bottom: 1px solid #CCC; }
.subnav_product ul li ul li { line-height: 24px; }
.subnav_product li { }
.subnav_product li p { line-height: 40px; border-bottom: 1px solid #CCC; background: url(../image/pic23.png) no-repeat 20px center; }
.subnav_product li a { display: block; padding-left: 40px; }
.subnav_product li a:hover { display: block; text-decoration: none; }
.subnav_product li a.current { color: #2361ae; }
.mat_ter { width: 73%; float: right; margin-top: 3%; margin-bottom: 3%; }
.mat_ter .matter_box { }
.mat_ter .matter_box h2 { font-size: 24px; line-height: 50px; border-bottom: 1px solid #CCC; }
.mat_ter .matter_box ul { padding: 3% 0; }
.mat_ter .matter_box li { float: left; width: 31.333%; margin: 0 1%; margin-bottom: 2%; background: #FFF; text-align: center; }
.mat_ter .matter_box li p { padding: 4% 0; }
.mat_ter .matter_box li .box { border: 1px solid #CCC; }
.mat_ter .matter_box li img { width: 100%; }
.boxs { width: 100%; display: block; }
/* 右边所在位置 */
.position { line-height: 51px; float: right; overflow: hidden; }
.position a { font-size: 14px; color: #616161; padding-right: 15px; padding-left:5px; background: url(../image/po_bj.jpg) no-repeat center right; }
.position a:last-child { background: none; }
.position .visited { color: #005da4; }
.position a.r { background: none; padding-right: 0px; }
/* 关于我们 */
.currency_list { width: 98%; padding: 3% 1%; }
.currency_lists { width: 98%; padding:3% 1%; }

#typeface table{ border-collapse:collapse; border: 1px #ccc solid !important; width:100% !important;line-height:30px!important;}
#typeface table td{padding: 8px!important; padding-left:12px !important;word-wrap:break-word;word-break:break-all;border: 1px #ccc solid !important;line-height:30px!important;}
#typeface table td div{padding: 0px!important;height:auto!important;}

.currencys_lists { width: 98%; padding:1% 1%; }
.currency_list p { line-height: 30px; font-size: 14px; }
.currency_list img { width: 100%; display: block; }
/* 产品内页 */

.prod_list { width: 420px; overflow: hidden; float: left; padding: 0 1px 25px 0; }
.prod_list_pic { width: 145px; height: 105px; overflow: hidden; background: url(../image/prod_bg.gif) no-repeat 0 0; padding: 2px; float: left; margin: 0 5px; }
.prod_list_table { float: right; width: 261px; overflow: hidden; }
.prod_list_table td { padding: 5px; }
.bigpicBOX { width: 675px; overflow: hidden; padding-bottom: 25px; }
.prod_pic_big { width: 290px; height: 210px; overflow: hidden; background: url(http://www.geedtech.com/Data/geedtech/template/en/images/prod_bg_b.jpg) no-repeat 0 0; padding: 2px; float: left; margin: 0 10px; }
.prod_moreTB { width: 345px; overflow: hidden; float: left; }
.prod_moreTB td { padding: 5px; }
.f_b3 { color: #0073a9; font-weight: bold; font-size: 13px; line-height: 30px; padding-left: 35px; }
#pro1 { width: 144px; }

/*----- 产品详情 -----*/
.bodycontent { width:858px; margin: 0 auto; text-align:center;}
.ztys{ width:858px;  text-align:center; line-height:30px; margin:20px 0; }

.pros_ny{overflow:hidden; padding-bottom:70px; text-align:center;}
.products_top{overflow:hidden; height:60px; line-height:60px; vertical-align:middle; background:#f2f6f7;}
.products_top a{display:block; float:left; width:160px; text-align:center; font-size:16px; color:#6e6f6f;}
.products_top a.hover{background:#133072; color:#fff;}

.pro_xx{padding:20px 50px;text-align: left; background:#fff;}

/* 风扇样式 */
.css-tabs-wrap5 { overflow: hidden; width: 675px; padding: 0 13px 0 0; }
ul.css-tabs5 { height: 28px; overflow: hidden; background: url(http://www.geedtech.com/Data/geedtech/template/en/images/acc_tabs_bg.gif) repeat-x; padding: 0px; margin: 0; }
/* single tab */
ul.css-tabs5 li { float: left; padding: 0px; margin: 0; list-style-type: none; }
ul.css-tabs5 li img { cursor: pointer; }
/* tab pane */

.accBOX_out { float: left; }
.accBOX { width: 288px; border: 1px solid #a9a9a9; padding: 1px; margin-top: 15px; }
.accBOX2 { width: 530px; border: 1px solid #a9a9a9; padding: 1px; margin-bottom: 15px; }
.accBOX3 { width: 310px; border: 1px solid #a9a9a9; padding: 1px; margin-bottom: 15px; }
.accBOX_t { padding: 35px 0 0 20px; line-height: 14px; color: #333; }
.accBOX_t2 { padding: 5px 0 5px 20px; line-height: 14px; color: #333; }
.epaperbox { width: 194px; overflow: hidden; float: left; margin: 0 10px 15px; }
.epaperbox_p { width: 190px; border: 1px solid #8bc4f6; padding: 1px; overflow: hidden; }
.epaperbox td { padding: 5px; }

/* 相关样式 */
.table_card { margin: 20px auto 0 auto; }
.table_card .tab { height: 28px; font-size: 14px; border-bottom: 1px #056aa0 solid }
.table_card .tab li { float: left; line-height: 28px; padding: 0 25px 0 20px; background: url(../image/acc_tabs02_back.jpg) no-repeat; color: #fff; }
.table_card .tab li.activ { background: url(../image/acc_tabs02_backs.jpg) no-repeat; }
.table_card .tabCon { background: #fff; padding: 15px; }
.table_card .tabCon div { display: none }
.table_card .tabCon .on { display: block }

.newslist01 { overflow:hidden; }
.newslist01 li { float:left; width:44%; margin-bottom:20px; line-height:36px; border:1px solid #a9a9a9; background:#ededed; }
.priority_left{ display:block !important;  float:left; width:137px;  margin:1px;}
.priority_left img{ width:100%;}
.priority_right{ display:block !important; float:right; width:200px; overflow:hidden;}
.priority_right_img{display:block !important; width:200px; line-height:50px; background:url(../image/acc01t.jpg) no-repeat top right #eeeeee; color:#0a9fdb; font-weight:bold; font-size:16px;}
.priority_right span{ display:block; font-size:10px; line-height:20px;}
.priority_right a{ display:block; margin-top:10px;}
.spacing{ margin-right:11%;}

.remove{ padding-bottom:0 !important;}

/* 石墨稀散热样式 */
#typeface h2{ line-height:30px; margin:10px 0;}
.type_font{ line-height:30px; font-size: 14px;}
.type_fonts{ display:block; margin-top:10px;}
.print{ margin:10px 0 20px 0;}

/* 散热模组 */
.in_conts li { background: #f7f7f7; float: left; margin-right: 15px; overflow: hidden; width: 265px; text-align: center; border: 1px solid #d7ddde; -webkit-transition: all 0.5s ease-in-out; margin-bottom:30px; }
.in_conts li.r { margin-right: 0px; }
.in_conts li img { border-bottom: 2px solid #ecf1f2; }
.in_conts li h2 { display: block; font-size: 14px; text-align: center; line-height: 60px;  margin:0 !important; color:#e9593d;}
.in_conts li span{ display:block;  padding: 3px 8px; font-size:11px; line-height:20px; color: #333; font-family: Arial, Helvetica, sans-serif; }

/* 微处理器详情页 */
.blue{ color:#}
.dieset{ color:#217bc0;}
.diesets{ line-height:30px;}
.dies_font{ font-size:14px; font-weight:bold;}
.diesets a{ color:#ed4121;}
.segment{ padding:3% 0%;}
.segment ul{}
.segment li{ padding-bottom:2%; border-bottom:1px solid #666; margin-bottom:2%;}
.segment li .pic{ float:left; width:36%;}
.segment li .pic img{ width:100%;}
.segment li .txt{ float:right; width:61%;}
.segment li .txt a{ display:block; padding:2% 0; font-size:14px; color:#ed4121;}
.segment li .txt a:hover{ color:#ed4121;}

.txt p{ line-height:30px;}
.transverter { padding-left:60px; width:300px !important; float:left !important;}
.button{ float:right; width:150px;  position:relative;}
.button a{ display:block; text-align:center; position:absolute; top:100px; left:20px; }
.button img{ height:32px; }
.transverter a{ color:#ed4121;}

/*新闻中心*/
.newsList{background: #fff; overflow:hidden; }
.newsList li{ border-bottom:1px dashed #d9d9d9;overflow:hidden; padding:20px 0;}
.newsList li img{display:block;float:left;margin-right:15px;}
.newsList li h3{font-size:15px;color:#333;font-weight:bold;}
.newsList li h3 a{color:#333}
.newsList li h4{color:#777;font-weight:normal; font-size:13px; line-height:30px;}
.newsList li p.xwc{line-height:28px;padding-top:5px;color:#555; font-size:14px;}
.newsList li .newsMore{ display:block;}
.newsList li:hover .newsMore{ color:#e50000;}

/*新闻中心详情页*/
.news_ny{ float:right; }
.news_top{overflow:hidden; border-bottom:1px solid #dcdedf; text-align:center; padding-bottom:35px; margin-bottom:30px; padding-top:30px;}
.news_top h2{font-size:24px; color:#525252; padding-bottom:10px;}

.news_top p{font-size:12px; color:#909090;text-align:center;}
.news_ny p{ line-height:30px; }

.news_ny li span{display:block; float:left; font-size:56px; color:#d1d1d1; font-family:hei; text-align:left;}
.n_next{height: 60px;line-height: 30px;overflow: hidden;font-size: 14px;padding-top: 30px;}
.n_next i{width: 10px;height: 15px;display: block;background: url(../image/ico.png) -20px -29px no-repeat;float: left;margin: 8px 5px 0 0;}
.n_next .down{width: 10px;height: 15px;display: block;background: url(../image/ico.png) -10px -29px no-repeat;float: left;margin: 8px 5px 0 0;}

/* 质量 */
.f_b3s{ color:#0073a9; font-weight:bold; line-height:40px;}

/*解决方案*/
#mbOverlay { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#mbOverlay.mbOverlayFF { background: transparent url(http://www.geedtech.com/Data/geedtech/template/en/css/80.png) repeat; }
#mbOverlay.mbOverlayIE { position: absolute; }
#mbCenter { height: 557px; position: absolute; z-index: 9999; left: 50%; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background: #fff url(http://www.geedtech.com/Data/geedtech/template/en/images/WhiteLoading.gif) no-repeat center; -moz-box-shadow: none; -webkit-box-shadow: none; }
#mbImage { left: 0; top: 0; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: left; background-position: center center; background-repeat: no-repeat; padding: 10px; width: 428px; height: 628px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color: #ddd; }
#mbImage a:hover, #mbImage a:active { color: #fff; }
#mbBottom { min-height: 20px; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #999; text-align: left; padding: 0 10px 10px; }
#mbTitle { display: inline; color: #999; font-weight: bold; line-height: 20px; font-size: 12px; }
#mbNumber { background: url(http://www.geedtech.com/Data/geedtech/template/en/images/mbNumber_bg.gif) no-repeat center; display: inline; color: #C00; line-height: 26px; font-size: 12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width: 65px; height: 26px; }
#mbCaption { display: block; color: #999; line-height: 14px; font-size: 10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display: block; float: right; height: 20px; margin: 0; outline: none; }
#mbPrevLink { width: 32px; height: 100px; background: transparent url(../image/CustomBlackPrevious.gif) no-repeat center; position: absolute; top: 38%; left: -32px; }
#mbNextLink { width: 32px; height: 100px; background: transparent url(../image/CustomBlackNext.gif) no-repeat center; position: absolute; top: 38%; right: -32px; }
#mbCloseLink { width: 24px; background: transparent url(../image/CustomBlackClose.gif) no-repeat center; position: absolute; top: 10px; right: 10px; }
#mbError { position: relative; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: center; border: 10px solid #700; padding: 10px 10px 10px; margin: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color: #d00; font-weight: bold; text-decoration: underline; }

.layout_default { float: left;width:31.3%; margin:0 2% 0 0;  }
.mod_gallerylist { overflow: hidden; background:#fff; }
.meta { font-size: 12px; text-align: center; }
.image_container img { display:block; border: 1px solid #CCC; padding: 2px; width: 100%;}
.meta a { color: #333; text-decoration: none; line-height: 30px; font-size: 14px; }


/*联系我们*/
.con_tacts { width:100%; background:url(../image/lxwm.jpg) no-repeat; padding-top:260px; }
.con_tacts p { font-size: 14px; line-height: 24px; padding-top: 8px;  font-family: "微软雅黑"; color: #333; }
.con_tacts img { min-width: 900px; min-height: auto; }


/*信息反馈*/
.feedback_con{ max-width:1180px; margin:0 auto; overflow:hidden;}
.feedback_con .f_content{ line-height:30px; font-size:14px; font-weight:bold; margin-bottom:20px; }
.feedback_con .f_title{font-size:14px; line-height:30px; padding:10px 0;}
.feedback_con .inputtxt {width:100%;line-height:22px;padding:10px 26px;color:#4a4a4a;border:#f2f2f2 1px solid;-webkit-box-sizing:border-box;box-sizing:border-box;transition:all .1s linear;}
.feedback_con .inputtxt:hover {border:1px solid #255fab;}
.feedback_con textarea.inputtxt {height:100px;resize:none;overflow:hidden;background-color:transparent;}
.feedback_con .inputtxt.submit {width:auto;cursor:pointer}
.feedback_con .inputtxt.submit:hover {border-color:#255fab;background-color:#255fab;color:#fbfbfb;}
.feedback_con .f_titles input{ display:block; margin:0 1%; float:left; width:80px;font-size:16px;}

/*合作伙伴*/
.elegant ul{ overflow:hidden; background:#fff;}
.elegant li{ float:left; overflow:hidden; zoom:1; width:31.3%; padding:0 1% 2% 1%;}
.elegant li p{ font-size:14px; line-height:35px; text-align:center; color:#323232;}
.elegant li img{ width:100%;}