﻿/*内页*/
/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:40px; padding-bottom:40px; clear:both;}
.yema a{ display:inline-block; height:30px; line-height:30px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:12px;margin-left:1px; margin-right:1px;  text-align:center; color:#757575; font-size:13px; border:1px solid #e8e8e8;}
.yema a:hover{ text-decoration:none; color:#fff; background-color:#004a91;border:1px solid #004a91;}
.yema a.ok{color:#fff; background-color:#004a91; border:1px solid #004a91;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#004a91;}
.yema a span{ font-family:"宋体"; font-size:16px;}

/*关于奥城*/
.about_bg{ position:absolute; top:0; left:0; width:100%; height:100%; background:url(../img/about_bg2.jpg) center center no-repeat; background-size:cover; text-align:center; display:inline-table;}
.about_bg .about_div{ display:table-cell; vertical-align:middle;}
.about_bg .about_div .about_ul{margin:0 auto;  margin-top:80px; width:90%; max-width:520px; overflow:hidden;background:rgba(0, 0, 0, 0.3);}
.about_bg .about_div .about_ul ul li{ display:block; padding-top:5%; padding-bottom:5%;overflow:hidden; background:url(../images/about_bg3.png) left bottom repeat-x;color:#fff; font-size:21px; line-height:30px;transition:all 0.3s;}
.about_bg .about_div .about_ul ul li:last-child{ background:none;}
.about_bg .about_div .about_ul ul li:hover{filter:alpha(opacity=90);opacity:0.9;}
.about_bg .about_div .about_ul ul li a{ color:#fff; display:block;}
.about_bg .about_div .about_ul ul li a i{ display:block; margin:0 auto; margin-bottom:3%; max-width:50px; width:11%; background-repeat:no-repeat; background-size:100% 100%;}
.about_bg .about_div .about_ul ul li a i img{ width:100%; display:block;filter: Alpha(Opacity=0);opacity: 0;}
.about_bg .about_div .about_ul ul li a i.abgs1{background-image:url(../images/i_pic1.png);}
.about_bg .about_div .about_ul ul li a i.abgs2{background-image:url(../images/about_pic2.png);}
.about_bg .about_div .about_ul ul li a i.abgs3{background-image:url(../images/about_pic3.png);}
.about_bg .about_div .about_ul ul li a i.abgs4{background-image:url(../images/about_pic4.png);}
.about_bg .about_div .about_ul ul li a i.pbgs1{background-image:url(../images/product_pic1.png);}
.about_bg .about_div .about_ul ul li a i.pbgs2{background-image:url(../images/product_pic2.png);}
.about_bg .about_div .about_ul ul li a i.pbgs3{background-image:url(../images/product_pic3.png);}
.about_bg .about_div .about_ul ul li a i.pbgs4{background-image:url(../images/product_pic4.png);}.about_bg .about_div .about_ul ul li a i.pbgs5{background-image:url(../images/product_pic5.png);}
.about_bg .about_div .about_ul ul li a i.jbgs1{background-image:url(../images/job_pic1.png);}
.about_bg .about_div .about_ul ul li a i.jbgs2{background-image:url(../images/job_pic2.png);}

/*关于我们*/
.o_big{ overflow:hidden;}
.o_big img{ width:100%;}
.about_t{ height:52px; line-height:52px; border-bottom:1px solid #e2e2e2; background:url(../images/about_bg4.png) left center no-repeat; margin-top:2%; overflow:hidden; font-size:26px; text-indent:13px;}
.about_t label{ font-size:14px; color:#8d8d8d; padding-left:3px; text-transform:uppercase;}
.about_con{ padding-top:4%; padding-bottom:60px; overflow:hidden; line-height:28px; color:#535353; font-size:16px;}
.about_con img{ max-width:100%;}

/*合作客户*/
.cooperation_ul{ overflow:hidden; margin-top:3%; margin-bottom:1%;}
.cooperation_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%;overflow:hidden;}
.cooperation_ul ul li:nth-child(3n+0){ margin-right:0;}
.cooperation_ul ul li .imgs{ border:2px solid #b3b3b3; overflow:hidden;}
.cooperation_ul ul li .imgs img{ display:block; width:100%;}
.cooperation_b{ text-align:center; display:block; font-size:16px; font-weight:bold;}

/*项目作品*/
.product_ul{ overflow:hidden; margin-top:4%; margin-bottom:4%;}
.product_ul ul li{ float:left; width:49%; margin-right:2%; overflow:hidden; margin-bottom:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0;}
.product_ul ul li img{display: block;width: 100%; height:100%;-webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; -ms-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out; transition:all 1s ease-in-out;}
.product_ul ul li .imgs{ overflow:hidden; width:100%; position:relative;}
.product_ul ul li .imgs img{ display:block;width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.product_ul ul li h2{font-weight:normal; font-size:18px;background:rgba(0, 0, 0, 0.6);color:#fff; width:100%; height:50px; line-height:50px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; text-align:center; transition:all 0.3s; position:absolute; bottom:0; left:0;}
.product_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_ul ul li:hover h2{ background:#000;}
/*项目作品详细*/
.big_img{ overflow:hidden;}
/*奥城动态*/
.news_big{ overflow:hidden; position:relative;}
.news_big img{ width:100%; display:block;}
.news_big .txts{ position:absolute; bottom:0; left:0; width:94%; padding-left:3%; padding-right:3%; padding-top:2%; padding-bottom:2%;background:rgba(0, 0, 0, 0.5); color:#fff;}
.news_big .txts h2{ font-size:21px; color:#ebebeb; height:30px; line-height:30px; margin-bottom:5px;}
.news_big .txts p{ font-size:16px; color:#c3c3c3; height:24px; line-height:24px;}

.news_ul{ overflow:hidden; padding-top:3%;}
.news_ul ul li{overflow:hidden; margin-bottom:3%; padding-bottom:3%;}
.news_ul ul li img{ width:36%; display:block;float:left;transition: all 0.3s;  }
.news_ul ul li:hover img{filter:alpha(opacity=80);opacity:0.8; }
.news_ul ul li .i_about_r{ float:right; display:inline; line-height:20px; width:61%; overflow:hidden; }
.news_ul ul li .i_about_r h3{ line-height:22px; height:22px; overflow:hidden; font-size:16px; color:#1a1a1a; font-weight:normal; margin-top:1%;}
.news_ul ul li .i_about_r .p{ max-height:60px; overflow:hidden; font-size:12px; color:#808080; margin-top:1%; }
.news_ul ul li .i_about_r em{ font-size:12px; color:#808080;display:block; font-style:normal; margin-top:4px;}
.news_ul ul li a:hover .i_about_r h3{ color:#004a91;}

/*人才招聘*/
.job_ul{ overflow:hidden; margin-top:4%; margin-bottom:4%;}
.job_ul ul li{ float:left; width:49%; margin-right:2%; overflow:hidden; margin-bottom:2%; font-size:16px;}
.job_ul ul li:nth-child(2n+0){ margin-right:0;}
.job_ul ul li .job_b{ border:1px solid #e8e8e8; background-color:#f5f5f5; padding:6%; overflow:hidden; border-radius:0 0 20px 0;}
.job_ul ul li .job_b em{ color:#9c9c9c; line-height:30px; font-style:normal;}
.job_ul ul li .job_b  h2{ color:#333; font-size:21px; height:30px; line-height:30px; overflow:hidden; font-weight:normal; margin-bottom:8px;}
.job_ul ul li .job_b .p{ border-top:1px solid #e8e8e8; line-height:26px; height:112px; overflow:hidden; color:#6f6f6f; padding-top:8px; margin-bottom:2%;}
.job_ul ul li .job_b .p b{ display:block; line-height:34px; font-size:18px; color:#303030; font-weight:normal;}

/*联系我们*/
.i_map_c{overflow:hidden;}
.i_map_c img{ width:100%;}
.contact_txt{width:94%; max-width:1200px; margin:0 auto; overflow:hidden; padding-top:5%; padding-bottom:5%; line-height:24px;font-size:16px; color:#7b7b7b; }
.contact_txt h2{ font-size:20px; color:#535353; margin-bottom:2%; font-weight:bold; }
.contact_txt a{ text-decoration:none;color:#7b7b7b;}
.contact_txt a:hover{ color:#004a91;}
.contact_title{ padding-top:5%; border-top:1px dashed #dcdcdc; overflow:hidden; color:#555555; font-size:16px; line-height:30px; padding-bottom:2%;}
.contact_title h2{ margin-bottom:5px; font-size:26px; font-weight:bold;}
.contact_title label{ color:#004a91;}
.contact_mid{line-height:46px;  font-size:15px; padding-bottom:100px;}
.contact_mid .input{ height:40px; line-height:40px; padding-left:3%;width:96.5%;background:none; border:1px solid #cecece; margin-bottom:6px;  font-size:14px;color:#c1c1c1; font-family:"微软雅黑"; outline:none;}
.contact_mid .input.nor{ margin-right:0;}
.contact_mid .msg_txt{padding-left:3%; line-height:22px; width:96.5%;  padding-top:9px;background:none; border:1px solid #cecece; height:100px;color:#c1c1c1;font-family:"微软雅黑"; font-size:14px; outline:none;}
.contact_mid .btn{ clear:both; width:100%; background:#004a91;height:42px; border:0px; cursor:pointer; color:#fff; font-size:16px; letter-spacing:1px;  float:left;-webkit-appearance: none;}
.contact_mid .btn:hover{filter:alpha(opacity=80);opacity:0.8;}

/*奥城动态详细*/
.about_x{ width:100%; margin:0 auto;margin-top:20px;overflow:hidden; line-height:26px;font-size:14px;  }
.about_x .show_t{ padding-bottom:10px; line-height:26px; margin-top:9px; font-size:22px; color:#333; letter-spacing:1px; text-align:center; margin-bottom:3%; font-weight:normal;}
.about_x .con_line{text-align:center; height:36px; line-height:20px;font-size:14px; color:#666666; border-bottom:1px solid #e4e4e4;}
.about_x .con_id img{margin-bottom:15px; max-width:100%;}
.about_x .con_id{ line-height:24px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:14px; color:#666666;text-align:left;/* font-family:"宋体";*/ padding-bottom:6%;}
.about_x table{border-collapse:collapse;border-spacing:0;}
.about_x table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}

.prenext{ border-top:1px dashed #cccccc;border-bottom:1px dashed #cccccc;font-size:14px; line-height:50px;margin-top:20px; color:#444;}
.prenext span{ float:left; width:66px; color:#666666; font-size:14px;}
.prenext a{ color:#444;}
.prenext a:hover{ color:#004a91; text-decoration:none;}
.prenext:last-child{ border-top:0; border-bottom:0; margin-top:0;margin-bottom:10px;}
.goback{ float:right; height:26px; line-height:26px; text-align:right; padding-left:23px;background:url(../images/goback.png) left center no-repeat; font-size:14px; color:#333333; margin-top:8px;/* border-bottom:1px solid #a6a6a6;*/}
.fenxiang{ height:30px; overflow:hidden;}
.fenxiang .span{ float:right; font-size:14px; line-height:34px;}

@media screen and (max-width: 930px) {

}

@media screen and (max-width: 640px) {
/*关于奥城*/
.about_bg .about_div .about_ul ul li{ font-size:18px;}
/*关于我们*/
.about_t{ font-size:22px;}
.about_t label{ font-size:13px; }
.about_con{ font-size:14px; line-height:26px;}
/*项目作品*/
.product_ul ul li h2{ font-size:16px;height:46px; line-height:46px;}
/*奥城动态*/
.news_big .txts h2{ font-size:18px;height:26px; line-height:26px;}
.news_big .txts p{ font-size:14px;}
/*人才招聘*/
.job_ul ul li{ font-size:14px;}
.job_ul ul li .job_b  h2{ font-size:19px;}
.job_ul ul li .job_b .p{ line-height:24px; height:106px;}
.job_ul ul li .job_b .p b{ font-size:16px;}
/*联系我们*/
.contact_txt{ font-size:14px;}
.contact_txt h2{ font-size:18px;}
.contact_title{ font-size:14px; line-height:26px;}
.contact_title h2{ font-size:22px;}
/*奥城动态详细*/
.about_x .show_t{ font-size:20px; padding-bottom:5px;}
}

@media screen and (max-width: 480px) {
/*关于奥城*/
.about_bg .about_div .about_ul ul li{ font-size:16px;}
.about_bg .about_div .about_ul ul li a i{ margin-bottom:2%;}
/*关于我们*/
.about_t{ font-size:18px; background-size:auto 28px;height:48px; line-height:48px;}
.about_t label{ font-size:12px; }
.about_con{ font-size:13px; line-height:24px;}
/*合作客户*/
.cooperation_b{ font-size:14px;}
/*项目作品*/
.product_ul ul li h2{ font-size:14px;height:42px; line-height:42px;}
/*奥城动态*/
.news_big .txts h2{ font-size:16px;margin-bottom:2px;}
.news_big .txts p{ font-size:13px;}
.news_ul ul li .i_about_r h3{ font-size:14px;}
.news_ul ul li .i_about_r em{ margin-top:0;}
/*人才招聘*/
.job_ul ul li{ font-size:12px;}
.job_ul ul li .job_b em{ line-height:26px;}
.job_ul ul li .job_b  h2{ font-size:16px;line-height:26px; height:26px;}
.job_ul ul li .job_b .p{ line-height:22px; height:96px;}
.job_ul ul li .job_b .p b{ font-size:14px; line-height:30px;}
/*联系我们*/
.contact_title{ line-height:22px;}
}
@media screen and (max-width: 360px) {
/*关于奥城*/
.about_bg .about_div .about_ul ul li{ font-size:14px;}
/*关于我们*/
.about_t{ font-size:16px;}
/*项目作品*/
.product_ul ul li h2{ font-size:13px;height:40px; line-height:40px;}
}
@media screen and (max-width: 320px) {



}