﻿/* ----------------------- HOME --------------------------------*/
.h_title{ height:80px; text-align:center;}
.h_title .h_title_1{ height:50px; line-height:50px; color:#fe800f; border-bottom:1px solid #ddd;}
.h_title .h_title_1 i{ height:50px; line-height:50px; display:inline-block; *display:block; zoom:1; padding:0 10px; font-size:30px; border-bottom:1px solid #339b80;}
.h_title .h_title_1 a{ display:inline-block; *display:block; zoom:1; background:#fe800f; color:#fff; width:25px; height:25px; line-height:25px;border-radius:50%; font-size:20px;}
.h_title .h_title_2{ height:30px; line-height:35px; color:#888; font-size:15px;}


/* mv */
.header-wrapper { width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; background: url(../images/yuanmei_mv.jpg) no-repeat center top; background-size: cover; z-index: 1;}
.header-video {  left: 0;  top: 0;  min-height: 100%; min-width: 100%;}
video {  display: inline-block;  vertical-align: baseline;}
video {  object-fit: contain;}
.header-content { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/tile-yuanmei.png); display: table;}

/* banner */
.hobanner{ margin:0 auto; height:600px; overflow:hidden; margin-top:80px; width:100%;}
.flexslider{ position:relative; overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:600px;}
.flex-control-nav{position:absolute;bottom:15px; left:50%; z-index:2; width:1200px; margin-left:-600px; text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px; margin-left:10px; *display:inline; zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:100px; text-align:center; color:#bf000e; overflow:hidden;background:url(../images/jssorb01.png) no-repeat; cursor:pointer;border-radius:50%; }
.flex-control-nav .flex-active{background:url(../images/jssorb01_av.png) no-repeat; color:#fff;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%; display:none;}


/* 选择的理由 */
.ho_reason{ padding:30px 0; background:#fff; overflow:hidden}
.ho_reason ul{ overflow:hidden; padding:20px 0; margin-left:-52px;}
.ho_reason li{ float:left; width:360px; height:60px; padding:20px 0 20px 0; border:1px solid #f8f8f8; margin:20px 0 0 52px;}
.ho_reason li:hover span{ color:#fff}
.ho_reason li i{ float:left; width:60px; height:60px; margin-right:5px}
.ho_reason li.ho_r1 i{ background:url(../images/head_bg.png) no-repeat left -155px;}
.ho_reason li.ho_r1:hover{ background:#eb1a30}
.ho_reason li.ho_r2:hover{ background:#ff8b00}
.ho_reason li.ho_r3:hover{ background:#ffcb00}
.ho_reason li.ho_r4:hover{ background:#37b54a}
.ho_reason li.ho_r5:hover{ background:#00adef}
.ho_reason li.ho_r6:hover{ background:#c93ed7}
.ho_reason li.ho_r2 i{ background:url(../images/head_bg.png) no-repeat -66px -155px;}
.ho_reason li.ho_r3 i{ background:url(../images/head_bg.png) no-repeat -132px -155px;}
.ho_reason li.ho_r4 i{ background:url(../images/head_bg.png) no-repeat -198px -155px;}
.ho_reason li.ho_r5 i{ background:url(../images/head_bg.png) no-repeat -266px -155px;}
.ho_reason li.ho_r6 i{ background:url(../images/head_bg.png) no-repeat -330px -155px;}
.ho_reason li h3{ float:right; width:290px; height:25px; line-height:20px; color:#222; font-size:16px;}
.ho_reason li span{ float:right; width:290px; height:35px; line-height:20px; color:#666; font-size:12px;}



/*首页解决方案*/
.box_f{ width:100%; background:#379a80; height:400px; padding:30px 0}
.box_f .h_title{ padding:50px 0;}
.box_f .h_title_1{ color:#fff; border:0}
.box_f .h_title_2{ color:#fff;}
.box{ width:1100px; margin:auto;}
.box ul li{ float:left; height:400px; width:250px; margin:0 12px; overflow:hidden; background:url(../images/orange.jpg)  0 400px no-repeat; position:relative;}
.box ul li:hover{ background-position:0px 0px; -webkit-transition:all .5s ease-in-out .3s; transition:all .5s ease-in-out .3s;-moz-transition:all .5s ease-in-out .3s; -ms-transition:all .5s ease-in-out .3s;-o-transition:all .5s ease-in-out .3s;}
.box ul li u{ position:absolute; display:block; margin-left:25px; width:200px; height:200px; background:url(../images/round.png)  no-repeat; -webkit-transition:all .5s ease-in-out .0s; transition:all .5s ease-in-out .0s;-moz-transition:all .5s ease-in-out .0s; -ms-transition:all .5s ease-in-out .0s;-o-transition:all .5s ease-in-out .0s;}
.box ul li u.cr{clip:rect(0px,200px,-10px,100px);   }
.box.active ul li u.cr{clip:rect(0px,200px,200px,100px); }
.box ul li:hover u.cr{ clip:rect(0px,200px,-10px,100px)} 
.box ul li u.cl{clip:rect(200px,100px,2000px,0px) }
.box.active ul li u.cl{clip:rect(0px,100px,200px,0px);   }
.box ul li:hover u.cl{ clip:rect(200px,100px,2000px,0px) }
.box ul li i{ display:block; font-style:normal; position:absolute; height:70px; width:78px; left:83px; top:66px;  }
.box ul li.box1 i{ background:url(../images/box1.png) 0px 0px no-repeat}
.box ul li:hover.box1 i{ background:url(../images/box1.png) -78px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.box ul li.box2 i{ background:url(../images/box2.png) 0px 0px no-repeat; height:85px; top:62px; width:76px; left:84px; }
.box ul li:hover.box2 i{ background:url(../images/box2.png) -76px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.box ul li.box3 i{ background:url(../images/box3.png) 0px 0px no-repeat; width:74px; left:85px;}
.box ul li:hover.box3 i{ background:url(../images/box3.png) -74px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.box ul li.box4 i{ background:url(../images/box4.png) 0px 0px no-repeat; width:70px; left:86px;}
.box ul li:hover.box4 i{ background:url(../images/box4.png) -70px 0px  no-repeat;-webkit-transition:all .5s ease-in-out .4s; transition:all .4s ease-in-out .4s;-moz-transition:all .5s ease-in-out .4s; -ms-transition:all .5s ease-in-out .4s;-o-transition:all .5s ease-in-out .4s;}
.box ul li h3{ font-size:18px; color:#fff; padding:0; margin:0; line-height:24px; font-weight:normal; text-align:center; margin-top:248px;}
.box ul li h3 a{ color:#fff; font-size:18px}
.box ul li p{ font-size:12px; color:#95b3d8; line-height:20px; margin-top:20px; padding:0 8px}
.box ul li p a{color:#ffb0c8; line-height:21px}
.box ul li p a:hover{color:#fff;}
.box ul li:hover p a{color:#fff;}




/* 案例 */
.ho_case{ padding:30px 0; background:#f8f8f8;}
.ho_case .w1200{overflow:hidden; padding-top:10px;}
.ho_case .case_tit{ height:40px; line-height:40px; border-bottom:1px solid #ddd; margin-bottom:10px;}
.ho_case .case_tit span{ float:left; height:40px; line-height:40px; border-bottom:1px solid #379a80; font-size:18px; color:#379a80; padding-right:15px}
.ho_case .case_tit a{ float:right; height:40px; line-height:40px;}
.ho_case ul{ float:left; margin-left:-15px;}
.ho_case li{ float:left; width:390px; height:240px; overflow:hidden; margin:0 0 15px 15px}
.ho_case li span{ float:left; width:390px; padding:0px 0 0px 10px; overflow:hidden; height:0px; line-height:22px; background:url(../images/ho_case_sbg.jpg) no-repeat right center; transition: all .25s ease; font-size:13px;}
.ho_case li:hover span{ height:40px; padding:5px 0 5px 10px;}
.ho_case li span i{ color:#fff; font-size:12px}
.ho_case li p{ float:left; width:390px; height:240px;}
.ho_case li p img{ width:390px; height:240px;}
.ho_case li:hover p{}


/* 案例2 */
.fix{*zoom:1;}
.fix:after{clear:both;content:"";display:table;}
.case_list_ym{width:1600px;overflow:hidden;margin-top:20px;margin-left:auto;margin-right:auto;}
.portfolio-grid{width:1660px;}
.thumbnail{overflow:hidden;position:relative;display:inline-block;float:left;width:385px;margin-right:20px;margin-top:20px;}
.thumbnail a.thumbnail_a:hover{cursor:url('../images/more.cur'),crosshair;cursor:url('../images/cases_shi.png') 40 40, crosshair;}
.projectinfo{ display:none;}
.thumbnail:hover .projectinfo{position:absolute; display:block;z-index:2;top:-60px;left:0;width:100%;height:100%; background:rgba(0,0,0,.3);height:0\9;}
.thumbnail .meta{width:100%;height:60px;line-height:60px;text-align:left;overflow:hidden;}
.thumbnail .meta .fl{float:left;}
.thumbnail .meta .fr{float:right;}
.thumbnail .meta h4{font-size:18px;padding-left:10px;font-weight:normal;width:285px; line-height:60px;}
.thumbnail .meta h4 a{font-size:18px;color:#000;}
.thumbnail .meta .fr{width:80px;text-align:right;padding-right:10px;}
.thumbnail .meta .fr a{display:inline-block;padding:0px 2px;padding-right:12px;width:20px;height:60px;}
.thumbnail .meta .fr a.cases_a_pc{background:url(cases_ico_pc_b.png) no-repeat center;}
.thumbnail .meta .fr a.cases_a_phone{background:url(../images/cases_ico_phone_b.png) no-repeat center;}
.thumbnail:hover .meta{background-color:#379a80;}
.thumbnail:hover .meta h4 a{color:#fff;}
.thumbnail:hover .meta .fr a.cases_a_pc{background:url(../images/cases_ico_pc_w.png) no-repeat center;}
.thumbnail:hover .meta .fr a.cases_a_phone{background:url(../images/cases_ico_phone_w.png) no-repeat center;}


/* 十年经验与产值 */
.ho_ppzcz{ width:100%; background:url(../images/ho_service_bg.jpg) no-repeat center top #1f1f1f; height:330px; position:relative;}
.ho_ppzcz ul{ margin:0px auto; padding:45px 0px 0px; width:1256px;}
.ho_ppzcz .Line:after{ display:block; content:" "; position:absolute; top: 50%; margin-top:-2px; background:#379a80; width:100%; height:4px; z-index:999;}
.ho_ppzcz ul li{float:left;width:262px; text-align:center;color:#FFF; display:inline; margin-left:10px;}
.ho_ppzcz ul li p{ margin:0px auto;width:187px; height:194px; position:relative;background:#379a80; font-family:Arial, Sans-serif;  font-size:125px; text-align:center; line-height:194px; font-weight:bold; overflow:hidden; border-radius:10px;}
.ho_ppzcz ul li span{ display:block;font-size:18px; padding-top:30px;}
.ho_ppzcz ul li.cur{ width:392px; margin-left:25px;}
.ho_ppzcz ul li.cur p{ width:392px;background:#379a80}

/* 解决方案 */
.position{ overflow:hidden; padding-top:60px;}
.position .ho_tit4{ padding-bottom:30px;}
.container{ max-width:1200px; margin:0 auto; padding:20px 0; overflow:hidden;}
.left_img{ width:58.3333%; float:left; overflow:hidden }
.left_img img{ max-width:100% }
.right_txt{ width:41.6667%; float:left }
.right_txt_container{ padding-left:40px }
.right_txt_container p{ font-size:14px; line-height:36px; color:#aeaeae; max-height:216px; overflow:hidden }
.right_txt_container ul{ padding-top:30px; }
.right_txt_container li{ height:50px; line-height:50px; border-bottom:1px solid #e6e6e6; margin-left:45px; position:relative; color:#aeaeae }
.right_txt_container li:before{ border-color:#e3e3e3; border-radius:50%; border-style:solid; border-width:1px; color:#777; content:">"; font-family:SimSun; font-weight:bold; height:25px; left:-45px; line-height:25px; margin-top:-12px; position:absolute; text-align:center; top:50%; transition:color 0.25s ease 0.01s, border-color 0.25s ease 0.01s; width:25px; }
.right_txt_container li:hover:before{ border-color:transparent; color:#fff; z-index:5; }
.right_txt_container li:after{ background-color:#359c81; border-radius:50%; content:""; height:25px; left:-45px; margin-top:-12px; opacity:0; filter:alpha(opacity=0); position:absolute; top:50%; transform:scale(0); transition:transform 0.3s ease 0s, opacity 0.25s ease 0s; width:25px; }
.right_txt_container li:hover:after{ opacity:1; transform:scale(1); filter:alpha(opacity=100); }

/* 服务 */
.services{ padding:20px 0 50px 0; overflow:hidden;}
.services li{ float:left; width:200px;}
.services li p{ height:80px; line-height:80px; text-align:center; padding-bottom:10px;}
.services li p i{ padding:30px 30px; margin-top:10px; display:inline-block}
.services li .se_1 i{ background:url(../images/head_bg.png) no-repeat left -467px;}
.services li .se_2 i{ background:url(../images/head_bg.png) no-repeat -65px -467px;}
.services li .se_3 i{ background:url(../images/head_bg.png) no-repeat -135px -467px;}
.services li .se_4 i{ background:url(../images/head_bg.png) no-repeat -205px -467px;}
.services li .se_5 i{ background:url(../images/head_bg.png) no-repeat -270px -467px;}
.services li .se_6 i{ background:url(../images/head_bg.png) no-repeat -335px -467px;}
.services li .fontwe{ height:30px; line-height:30px; text-align:center; font-size:16px; font-weight:bold; color:#333;transition:all 0.3s ease;}
.services li:hover .fontwe{ color:#379a80}
.services li dd{ height:25px; line-height:25px; text-align:center; font-size:12px; color:#666}


/* 关于 */
.ho_about{ overflow:hidden; background:#f8f8f8; padding:30px 0}
.ho_about .ho_ab_list{ overflow:hidden; padding:10px 0;}
.ho_about .ho_ab_list li{ float:left; width:290px; height:180px; overflow:hidden;}
.ho_about .ho_ab_list li img{ width:290px; height:180px; transition:all 3s;}
.ho_about .ho_ab_list li:hover img{transform:scale(1.2, 1.2); }
.ho_about .ho_ab_list li.rr10{ margin-left:13px;}

/* 新闻 */
.ho_news{ overflow:hidden; padding:30px 0;}
.ho_news .ho_n_list{ float:left; width:360px;}
.ho_news .nr20{ margin-left:58px;}
.ho_news .ho_n_list .ho_n_l_t{ float:left; width:100%; height:35px; line-height:35px; border-bottom:1px solid #ddd;}
.ho_news .ho_n_list .ho_n_l_t span{ float:left; height:35px; line-height:35px; font-size:18px; color:#333; border-bottom:1px solid #379a80;}
.ho_news .ho_n_list .ho_n_l_t span i{ padding:0 5px; color:#379a80; font-size:12px;}
.ho_news .ho_n_list .ho_n_l_t a{ float:right; height:35px; line-height:35px; font-size:12px; color:#666;}
.ho_news .ho_n_list .ho_n_l_l{ float:left; width:100%; padding-top:10px;}
.ho_news .ho_n_list .ho_n_l_l li{ float:left; width:100%; height:30px; line-height:30px;}
.ho_news .ho_n_list .ho_n_l_l li span{ float:right;height:30px; line-height:30px; font-size:12px; color:#666}
.ho_news .ho_n_list .ho_n_l_l li a{ float:left; width:83%; height:30px; line-height:30px; font-size:14px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ho_news .ho_n_list .ho_n_l_l li a:hover{ text-indent:15px;}





/* 友链 */
.ho_links{ overflow:hidden; padding:30px 0; background:#f8f8f8}
.ho_links .ho_l_tit{ height:40px; line-height:45px; border-bottom:1px solid #ddd;}
.ho_links .ho_l_tit span{ float:left; height:40px; line-height:45px; border-bottom:1px solid #379a80; font-size:18px; color:#333}
.ho_links .ho_l_tit span i{ color:#379a80; padding:0 10px; color:#379a80; font-size:12px}
.ho_links .ho_l_li{ padding:10px 0;}
.ho_links .ho_l_li li{ float:left; height:30px; line-height:30px; padding-right:15px;}

















/* ----------------------- common --------------------------------*/
/*  栏目导航 */
.chnn_nav{ height:60px; padding:90px 0 20px 0;}
.chnn_nav .ch_nav_l{ float:left; width:650px; height:35px; font-size:24px; line-height:22px; color:#333; margin-top:20px}
.chnn_nav .ch_nav_l i{ font-size:12px; color:#666}
.chnn_nav .ch_nav_r{ float:right; height:35px; margin-top:20px}
.chnn_nav .ch_nav_r li{ display:inline-block; *display:inline; zoom:1; height:35px; border:1px solid #ddd; line-height:35px; padding:0 10px; margin-left:10px;border-radius:3px;transition:all 0.3s ease;}
.chnn_nav .ch_nav_r li a{ display:inline-block; font-size:14px; color:#333;}
.chnn_nav .ch_nav_r li:hover{ background:#379a80; border:1px solid #379a80;}
.chnn_nav .ch_nav_r li:hover a{ color:#fff}
.chnn_nav .ch_nav_r li.cur{ background:#379a80; border:1px solid #379a80; color:#fff;}
.chnn_nav .ch_nav_r li.cur a{ color:#fff;}


.chnn_nava .ch_nav_la{ float:left; width:450px; height:35px; font-size:24px; line-height:22px; color:#333; margin-top:20px}




/*  新闻列表 */
/*.news_list{ overflow:hidden; background:#f8f8f8; padding:10px 0 50px 0;}
.news_list .w1200{ overflow:hidden;}
.news_list .ne_ll{ margin-left:-15px;}
.news_list li{ float:left; width:560px; height:90px; background:#fff; border:1px solid #e6e6e6; margin:20px 0 0 15px; display:block; padding:15px;transition:all 0.3s ease}
.news_list li:hover{ border:1px solid #379a80;}
.news_list li:hover .n_title h3{ color:#379a80}
.news_list li .n_img{ float:left; width:150px; height:90px;}
.news_list li .n_title{ float:right; width:395px; height:90px;}
.news_list li .n_title h3{ font-size: 14px; line-height: 27px; color: #333; font-weight:bold;transition:all 0.3s ease}
.news_list li .n_title p{ line-height: 20px; color: #666; height: 60px; overflow: hidden;}*/

.news_list{ overflow:hidden; padding:10px 0 50px 0}
.news_list .w1200{ overflow:hidden;}
.news_list li{ float:left; width:1200px; height:213px; overflow:hidden; background:#f7f7f7; zoom:1;margin-bottom: 40px;}
.news_list .news_time{ float:left; background:#379a80; width:120px; padding: 18px 20px 40px 0;}
.news_list .news_time .day{display: block;font-size:70px;color:#fff;font-family: "Impact";text-align: right;}
.news_list .news_time .year{display: block;color:#eee;text-align:right;line-height: 22px;}
.news_list .news_time .author{display: block;color:#eee;text-align:right;line-height: 22px;}
.news_list .news_time .type{display: block;text-align: right;background:url(../images/n01.jpg) no-repeat right top;padding-top: 6px;margin-top: 4px;}
.news_list .news_time .type a{color: #fff;}
.news_list .news_cont{ float:right;width: 980px;margin-right: 40px;}
.news_list .news_cont h2{font-size: 20px;font-weight: normal;padding-top: 26px;}
.news_list .news_cont h2 a{color: #333; font-size:20px}
.news_list .news_cont a:hover{color: #379a80;}
.news_list .news_cont .demo{line-height: 24px;margin-top: 14px;}
.news_list .news_cont .vis{color: #999;line-height: 38px;margin-top: 12px;}
.news_list .news_cont .more{float: right;color: #379a80;display: inline-block;border: 1px solid #379a80;line-height: 38px;padding: 0 24px;}
.news_list .news_more{width: 1200px;margin: 40px auto 80px;text-align: center;}
.news_list .news_more a{display: block;font-size: 14px;color: #2eafbb;border: 1px solid #379a80;line-height: 38px;}

.ndraw{ width:1200px; height:213px; position:relative; box-sizing: border-box;	box-shadow: inset 0 0 0 1px #f7f7f7; -webkit-transition: color 0.25s; transition: color 0.25s;}
.ndraw::before, .ndraw::after {	box-sizing: border-box;	content: ''; position: absolute; width: 100%; height: 100%;}
.ndraw::before, .ndraw::after { border:1px solid transparent; width: 0;	height: 0;}
.ndraw::before { top: 0; left: 0;}
.ndraw::after {	bottom: 0; right: 0;}
.news_list li:hover .ndraw::before, .ndraw::after { width: 100%; height: 100%;}
.news_list li:hover .ndraw::before { border-top-color: #379a80;	border-right-color: #379a80; -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;}
.news_list li:hover .ndraw::after { border-bottom-color: #379a80;	border-left-color: #379a80;	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;}
.ndraws{ width:1200px; height:213px; position:relative; margin-top:-213px; background:none;}



/*  分页 */
.pages{ line-height:30px; overflow:hidden; margin-top:30px; text-align:center;}
.pages a{ border:1px solid #ccc; background:#fff; padding:5px 10px; margin:0 3px; border-radius:3px;}
.pages a:hover{ background:#379a80; color:#fff; border:1px solid #379a80;}
.pages span{ background:#379a80; border:1px solid #379a80; padding:5px 10px; margin:0 3px; border-radius:3px; color:#fff}



/*  新闻详细 */
.news_c_title { margin-top: 40px; text-align: center; padding:40px 0 30px 0; border-bottom: 1px solid #ccc;}
.news_c_title .news_c_t_t{ font-size: 24px;  line-height: 24px; color: #333;}
.news_c_title .news_c_t_c{ margin-top: 15px; color: #666;}
.news_c_con{ overflow:hidden; font-size:16px; line-height:28px; color:#333; overflow:hidden; padding-bottom:50px; padding-top:8px}
.news_c_con a{ font-size:16px}
.news_c_con img{ max-width:1200px;}
.news_c_con .n_url{ font-size:12px; border-left:1px solid #379a80; padding-left:5px; height:17px; line-height:17px}
.news_c_con .n_url a{ font-size:12px}
.news_c_con2{ overflow:hidden; font-size:14px; line-height:28px; color:#333; overflow:hidden; padding-bottom:50px;}
.news_c_con2 a{ font-size:14px}
.news_c_con2 img{ max-width:1200px;}
.news_c_c_nex{ overflow:hidden; border-top:1px solid #eee; padding:20px 0;}
.news_c_c_nex .l{ float:left;}
.news_c_c_nex .l p{ height:30px; line-height:30px; color:#666;}
.news_c_c_nex .l p a{ color:#666;}
.news_c_c_nex .l p a:hover{ color:#379a80}
.news_c_c_nex .r{ float:right;}
.news_c_c_nex .r a{ float:right; width:120px; height:40px; line-height:40px; text-align:center; border:1px solid #379a80; color:#379a80;}

/*  案例详情 */
.case_c_con{ margin-top: 40px; overflow:hidden; background:url(../images/case_conbg.jpg) no-repeat center top #efeeec}
.case_c_title{ padding:30px 0; border-bottom: 1px solid #dee1e2; height:60px; line-height:60px;}
.case_c_title h3{ float:left; height:60px; line-height:60px; font-size:48px; color:#333}
.case_c_title .c_next{ float:right; height:37px; line-height:37px; margin-top:10px;}
.case_c_title .c_next a{ background:#fff; display:inline-block; *display:block; zoom:1; width:45px; text-align:center; height:37px; line-height:37px;}
.case_c_title .c_next .next{ background:url(../images/head_bg.png) no-repeat left -538px;}
.case_c_title .c_next .next:hover{ background:url(../images/head_bg.png) no-repeat -45px -538px;}
.case_c_title .c_next .prev{ background:url(../images/head_bg.png) no-repeat -45px -576px;}
.case_c_title .c_next .prev:hover{ background:url(../images/head_bg.png) no-repeat left -576px;}
.case_c_desc{ padding:30px 0; overflow:hidden;}
.case_c_desc .c_c_d{ font-weight:bold;float:left; width:700px; font-size:16px; color:#379a80; line-height:24px;}
.case_c_desc .c_c_d .more{ color:#379a80; font-size:13px}
.case_c_desc .c_c_tu{ float:right}
.case_c_desc .c_c_tu p{ float:left; width:120px; height:120px; margin-left:5px;}
.case_c_desc .c_c_tu p img{ border:5px solid #fff;}
.case_c_list{ overflow:hidden;  margin-bottom:30px; border-radius:3px; border-top:1px solid #ddd;}
.case_c_list .flexslider{ !important;}
.case_c_list .slides li{height:600px !important;}
.case_c_list .flex-control-nav{ margin-left:-620px;}
.case_c_list .slides li img{ border-radius:2px; height:600px;}
.case_more{ background:url(../images/case_more.png) repeat; overflow:hidden; margin-left:-600px; position:absolute; display:none; left:50%; top:341px; width:1200px;height:600px; z-index:50; border-radius:3px;} 
.case_more .c_m_title{ float:left; width:1180px; height:40px; line-height:40px; margin:0 10px; border-bottom:1px solid #444}
.case_more .c_m_title .c_m_t{ float:left; height:40px; line-height:40px; color:#379a80; font-size:16px; border-bottom:1px solid #fff; padding:0 5px;}
.case_more .c_m_title .c_m_m{ float:right; width:25px; height:25px; line-height:25px; margin-top:7px; font-size:14px; color:#666; text-align:center; border-radius:50%; border:1px solid #666;}
.case_more .c_m_title .c_m_m:hover{ border:1px solid #ccc; color:#ccc}
.case_more .c_m_con{ float:left; width:1170px; margin:10px 15px; color:#ccc; height:535px; font-size:15px; line-height:28px; overflow-y:auto; overflow-x:hidden;}
.case_more .c_m_con img{ max-width:1160px;}
.case_more .c_m_con::-webkit-scrollbar { width:2px;}
.case_more .c_m_con::-webkit-scrollbar-track { background:#000;}
.case_more .c_m_con::-webkit-scrollbar-thumb { background:#379a80;}
.c_m_links{ height:50px; float:left; width:1200px; padding-bottom:30px; text-align:center;}
.c_m_links a{ display:inline-block; *display:block; zoom:1; padding:0 20px; margin:0 5px; height:60px; line-height:85px; text-align:center; font-size:14px; color:#666; border:1px solid #ccc; border-radius:3px; background:url(../images/head_bg.png) no-repeat #379a80;}
.c_m_links .c_color1{ background-position:27px -650px; color:#fff; border:1px solid #379a80;}
.c_m_links .c_color2{ background-position:40px -695px; color:#fff; border:1px solid #379a80;}
.c_m_links .c_color3{ background-position:35px -754px; color:#fff; border:1px solid #379a80;}
.c_m_links .c_color4{ background-position:34px -813px; color:#fff; border:1px solid #379a80;}
.c_m_links .c_color5{ background-position:32px -872px; color:#fff; border:1px solid #379a80;}



/*  关于我们 */
.about_list{ overflow:hidden; padding:140px 0 50px 0;}
.about_list .about_logo{ float:left; width:600px;}
.about_list .about_desc{ float:right; width:570px; color:#555; font-size:14px; line-height:25px;}
.ab_nav_list{ position:fixed; float:right; margin-left:1205px; width:35px; height:auto; opacity:0.1;transition:all 0.3s ease;}
.ab_nav_list:hover{opacity:1;}
.ab_nav_list_t{ width:35px; height:30px; background:url(../images/ab_nav_list_top.png) center top no-repeat}
.ab_nav_list_c{ width:35px; overflow:hidden; background:url(../images/ab_nav_list_co.png) center top repeat-y; padding:10px 0; text-align:center;}
.ab_nav_list_c li{ display:inline-block; *display:block; zoom:1; width:35px; height:35px; line-height:35px; background:#379a80; margin-top:10px;border-radius:50%;}
.ab_nav_list_c li:hover{ background:#ff5d8e}
.ab_nav_list_c li a{ color:#fff;}
.ab_nav_list_b{ width:35px; height:120px; background:url(../images/ab_nav_list_bo.png) center bottom no-repeat}

.about_key_desc{ overflow:hidden; background:#f8f8f8; padding:30px 0}
.about_k_d{ float:left; width:580px; border-bottom:1px dotted #ddd; padding-bottom:10px;}
.ab_k_d_tit{ height:50px; line-height:50px; font-size:20px; color:#fff; margin-top:20px; padding-left:15px; background:#379a80}
.ab_k_d_tit i{ display:inline-block; *display:block; zoom:1; width:50px; height:50px; line-height:50px; text-align:center; color:#fff; font-size:30px;}
.ab_k_d_con{ padding:10px; color:#333; line-height:28px; font-size:14px;}
.ab_k_d_con i{ font-size:25px; color:#379a80}


.about-services{ overflow:hidden; }
.about-services ul{margin:0;padding:0;width:100%;float:left}
.about-services li{width:16.6666%;float:left;position:relative;overflow:hidden;height:0;padding-bottom:16.666%;color:#fff; background:#CCC;background-size:100% 100%;}
.about-services li.about-web{background-color:#81c2d6}
.about-services li.about-branding{background-color:#ffa26f}
.about-services li.about-seo{background-color:#f0dc6b}
.about-services li.about-wechat{background-color:#86af53}
.about-services li a{color:#fff;width:100%;height:100%;left:0;top:0;cursor: pointer;}
.about-services li big{ font-size:16px;width:100%;padding:0 20px;position:absolute;left:0;bottom:20px;font-weight:bold}
.about-services li big small{display:block; font-size:12px; border-bottom:solid 1px #fff;width:80%; font-weight:normal}



.about-culture {background-color: #e7e7e7; overflow:hidden}
.about-culture .about-culture-content {padding: 5em 0 5em 45%; color: #767676; width: 100%; background: url(about-culture.jpg) no-repeat left center;}
.about-culture .about-culture-content h2 {font-size:40px; color:#222;}
.about-culture .about-culture-content h3{font-size: 20px;margin:20px 0; font-weight:bold}
.about-culture .about-culture-content h3 .green{ color:#379a80; font-weight:bold}
.about-culture .about-culture-content .des-cn {width:550px;margin:0;padding:0;word-wrap:break-word; word-break:normal; }
.about-culture .about-culture-content p.des-en {width:550px; display:block; font-size:13px; line-height:22px; height:110px;}
.about-culture .about-culture-content p{line-height:28px; font-size:14px;word-wrap:break-word; word-break:normal; }

/**微信**/
.wechat_banner{ width:100%; height:auto; overflow:hidden;} 
.wechat_banner img{width:100%;} 
.banner_showmobile{ width:1200px; margin:auto;}
.banner_showmobile ul{ position:relative;}
.banner_showmobile ul li{ height:380px; position:absolute; left:-50px; top:-260px; z-index:4;}
.banner_showmobile ul li img{ height:380px; }
.weixin{ width:1200px; margin:auto; margin-bottom:30px; border-bottom:1px solid #cccccc; position:relative;}
.weixin h3{ font-size:35px; color:#333333; text-align:center; font-weight:normal; line-height:40px; margin-top:40px;}
.weixin .contentinfo{ position:relative;  width:1200px;  margin:50px auto;} 
.weixin .contentinfo ul.list{ overflow:hidden;}
.weixin .contentinfo .list li{ float:left; display:inline; width:158px; height:204px; text-align:center; padding:12px 0 0; margin:0 18px; overflow:hidden;}
.weixin .contentinfo .list li h3{ color:#000000; font:16px/20px "微软雅黑";margin:10px 0 0;}
.weixin .contentinfo .list li p{ color:#535352;font:14px/20px "微软雅黑"; margin:10px 0 0;}
.weixin .contentinfo .list li:hover{width:154px; height:201px; border:1px solid #ebebeb; border-bottom:3px solid #ebebeb;border-right:3px solid #ebebeb; border-radius:5px; padding-top:11px; cursor:pointer;}



/*  联系我们 */
.contact_l{ overflow:hidden; background:url(../images/contact_bg.jpg) center bottom no-repeat; height:460px; padding-top:80px;}
.contact_l .contact_feek{ float:left; width:550px; height:340px; margin-top:60px;}
.contact_l .contact_feek li{ float:left; width:490px; line-height:30px; color:#fff;}
.contact_l .contact_feek .c_f_t1{ color:#379a80; font-size:20px;}
.contact_l .contact_feek .c_f_t2{ color:#fff; font-size:14px;}
.contact_l .contact_feek .c_f_t3{ margin:8px 0}
.contact_l .contact_feek .c_f_t3 .yzm{ width:100px; height:35px}
.contact_l .contact_feek .c_f_t3 input{ float:left; width:230px; height:30px; line-height:30px; border:1px solid #ddd; background:none; color:#ccc; text-indent:10px; outline:none;}
.contact_l .contact_feek .c_f_t3 .c_f_i2{ margin-left:23px;}
.contact_l .contact_feek .c_f_t4 textarea{ float:left; width:488px; height:80px; background:none; border:1px solid #ddd; outline:none; text-indent:10px; color:#fff; padding:10px 0;}
.contact_l .contact_feek .c_f_t5 input{ float:left; width:490px; height:30px; line-height:30px; margin-top:8px; background:#379a80; border:none; font-size:16px; color:#fff; outline:none; cursor:pointer;}

.contact_con{ overflow:hidden; padding:30px 0}
.co_co_list{ float:left; width:580px; height:260px}
.co_co_list .co_co_tit{ height:40px; line-height:40px; border-bottom:1px solid #ddd;}
.co_co_list .co_co_tit span{ float:left; height:40px; line-height:40px; border-bottom:1px solid #379a80; padding:0 5px; font-size:18px; color:#379a80}
.co_co_list .co_co_con{ line-height:24px; color:#333; padding:10px 0; font-size:14px;}
.co_co_list .co_co_con p{ line-height:25px;}
.co_co_list .co_co_con .c_qq{ float:left; height:40px; line-height:40px; background:url(../images/qq.png) no-repeat 15px 6px #fff; background-size:20px 22px; padding-left:40px; padding-right:10px; border:1px solid #eee; border-radius:3px; margin-right:10px;}
.co_co_list .co_co_con .c_qq a{}


.co_co_list .co_co_con .c_tel{ float:left; width:580px; padding:10px 0; margin-bottom:10px;}
.co_co_list .co_co_con .c_tel dt{ float:left; width:80px; height:45px;}
.co_co_list .co_co_con .c_tel dt img{}
.co_co_list .co_co_con .c_tel dd{ float:left; width:500px;}
.co_co_list .co_co_con .c_tel dd span{ float:left; width:500px;}
.co_co_list .co_co_con .c_tel dd .t{ font-size:30px; font-weight:bold;}
.co_co_list .co_co_con .c_tel dd .t a{ font-size:22px; font-weight:bold;}



/*  解决方案 */
.solutions{ overflow:hidden; padding-bottom:30px;}
.solutions .su_le{ float:left; margin-left:-45px;}
.solutions li{ float:left; width:370px; height:250px; margin:0 0 0 45px; padding-bottom:5px;}
.solutions li p{ float:left; width:370px; height:120px; overflow:hidden;}
.solutions li p img{ transition:all 1s;}
.solutions li p:hover img{ transform:scale(1.2, 1.2); }
.solutions li span{ float:left; width:370px; height:45px; line-height:45px; border-bottom:1px solid #379a80}
.solutions li span a{ font-size:20px;}
.solutions li dd{ float:left; width:370px; height:55px; line-height:25px; color:#666}


/*  解决方案详情 */
.solutions_con{ overflow:hidden; padding:80px 0}
.solutions_con .sou_left{ float:left; width:840px;}
.solutions_con .sou_left .sou_lefttit{ height:50px; line-height:50px; font-size:20px; color:#333; border-bottom:1px solid #eee; margin-bottom:10px;}
.solutions_con .sou_left .sou_lefttit h1{ border-bottom:1px solid #379a80; height:30px; line-height:30px; font-size:20px; float:left; padding:0 10px; background:#379a80; color:#fff; margin-top:10px}
.solutions_con .sou_left .sou_leftcon{  font-size:14px; line-height:30px; color:#333; }
.solutions_con .sou_left .sou_leftcon img{ max-width:840px;}
.solutions_con .sou_right{ float:right; width:320px; background:#f5f5f5; padding:20px 0 30px 0;}
.solutions_con .sou_scrollbar{ height:1000px; overflow-y:auto; overflow-x:hidden; margin-right:10px}
.solutions_con .sou_scrollbar::-webkit-scrollbar { width:2px;}
.solutions_con .sou_scrollbar::-webkit-scrollbar-track { background:#ccc;}
.solutions_con .sou_scrollbar::-webkit-scrollbar-thumb { background:#379a80;}
.solutions_con .sou_right li{ padding:12px 30px; border-top:1px solid #e5e5e5;}
.solutions_con .sou_right li span{ height:30px; line-height:30px; padding-left:5px; border-left:1px solid #379a80}
.solutions_con .sou_right li span a{ font-size:16px;}
.solutions_con .sou_right li dd{ line-height:22px;}
.solutions_con .sou_right li dd a{ color:#666}
.solutions_con .sou_right li dd a:hover{ color:#379a80}



/*  业绩突破 */
.web_list{ overflow:hidden; padding:80px 0}
.web_list_banner{ height:486px; background:url(../images/web_list_banner.jpg) no-repeat center bottom; padding-top:80px;}

.web_list_tit{ height:30px; overflow:hidden; line-height:30px; background:#fff; padding:20px 0 10px 0}
.web_list_tit span{ float:left; width:100px; height:30px; line-height:30px; background:#379a80;border-radius:2px; font-size:14px; color:#fff; text-align:center;}

.web_list_li{ overflow:hidden;}
.web_list_li .web_llcon{ float:left; width:258px; padding:20px; border:1px solid #eee; margin-right:-1px; background:url(../images/web_llconbf.jpg) center 460px no-repeat; transition:all 0.3s ease;}
.web_list_li .web_llcon:hover{ background:url(../images/web_llconbf.jpg) no-repeat; padding:20px; border:1px solid #379a80;}
.web_list_li .web_llcon:hover .w_l_t{ color:#fff}
.web_list_li .web_llcon:hover .w_l_d{ color:#fff}
.web_list_li .web_llcon:hover .w_l_m span{ color:#fff}
.web_list_li .web_llcon:hover .w_l_m a{ background:#fff; color:#379a80}
.web_list_li .web_llcon .w_l_t{ height:40px; line-height:30px; color:#379a80; font-size:20px;}
.web_list_li .web_llcon .w_l_i{ height:200px;}
.web_list_li .web_llcon .w_l_d{ height:120px; padding:10px 0; line-height:23px; font-size:13px; color:#777; text-indent:25px;}
.web_list_li .web_llcon .w_l_m{}
.web_list_li .web_llcon .w_l_m span{ float:left; height:35px; line-height:35px; color:#379a80; font-size:22px;}
.web_list_li .web_llcon .w_l_m a{ float:right; height:35px; line-height:35px; width:100px; text-align:center; background:#eee; color:#666}

.web_list_tishi{background:#FFFFCC; border:#FFCC00 1px solid; overflow:hidden;}
.web_list_tishi span{ float:left; padding:10px; color:#444; line-height:25px; font-size:13px;}

.web_list_bq{ overflow:hidden; background:url(../images/ymlct.jpg) center no-repeat;}
.web_list_bq li{ float:left; width:171px; height:110px; line-height:180px; font-size:14px; text-align:center; color:#666}
.web_list_bq li:hover{ color:#379a80}

.web_list_kh{ overflow:hidden;}
.web_list_kh .web_khl20{ float:left; margin-left:-8px;}
.web_list_kh li{ float:left; width:230px; height:80px; line-height:80px; text-align:center; border:1px solid #ddd; margin:0 0 8px 8px}
.web_list_kh li img{ vertical-align:middle}

.right_kf{ width:49px; height:260px; position:fixed; right:0; top:250px; background:url(../images/right_kfbg.png) no-repeat center; z-index:10; transition:all 0.8s ease;}
.right_kf a{ float:left; width:49px; height:52px;}
.right_kf:hover{ top:260px;}


/* 业绩突破服务项目 */
.ym_websiteBox1{ padding-top:10px;}
.ym_websiteBox1,.ym_websiteBox2,.ym_websiteBox3,.ym_websiteBox4{background:url(../images/website_img1.jpg) no-repeat center bottom;height:560px;overflow:hidden;}
.grWidth{ width:1220px; margin:0 auto;}
.ym_websiteFont{width:475px;margin-top:100px;background:url(../images/font_bg1.png) no-repeat left top;padding:35px 0 0 35px;overflow:hidden;}
.ym_websiteFont h2{font-size:36px;font-weight:bold;line-height:40px;margin-bottom:10px;}
.ym_websiteFont h2 span{color:#379a80;}
.ym_websiteFont h3{font-size:24px;margin-bottom:20px;}
.ym_websiteFont div{margin-bottom:30px;font-size:14px;text-indent:2em;line-height:26px;}
.ym_websiteFont .btn{height:35px;line-height:35px;}
.ym_websiteFont .btn a{display:inline-block; width:110px;height:35px;text-align:center;color:#fff;border-radius:3px;font-size:16px;margin-right:25px;background:#379a80;}
.ym_websiteFont .btn .btn2{background:#1b1f29;}
.ym_websiteFont .btn a:hover{background:#379a80;transition:all 0.3s;}
.ym_websiteBox2,.ym_websiteBox4{background:url(../images/website_img2.jpg) no-repeat center top;height:590px;}
.ym_websiteFont2,.ym_websiteFont4{text-align:right;background:url(../images/font_bg2.png) no-repeat right top;float:right;padding:35px 35px 0 0;}
.ym_websiteFont2 div,.ym_websiteFont4 div{text-align:left;}
.ym_websiteBox3{background:url(../images/website_img3.jpg) no-repeat center top;}
.ym_websiteFont3{color:#fff;}
.ym_websiteFont3 h2{color:#fff;}
.ym_websiteFont3 .btn .btn2{background:#fff;color:#1b1f29;}
.ym_websiteFont3 .btn .btn2:hover{color:#fff;}
.ym_websiteBox4{background:url(../images/website_img4.jpg) no-repeat center top;}
.ym_websiteBox5{padding:70px 0; background:#f8f8f8;overflow:hidden}
.ym_websiteTitle{font-size:32px;font-weight:lighter;line-height:32px;}
.ym_websiteTitle strong{color:#379a80;font-weight:lighter;}
.ym_websiteBox5_main{padding-top:30px;overflow:hidden;height:355px;}
.ym_websiteBox5_main li{float:left;height:110px;padding:35px 0 30px 0;overflow:hidden;width:330px;border-bottom:1px dashed #b6b7b8;padding-right:115px;}
.ym_websiteBox5_main li span{display:inline-block;width:46px;height:46px;background:url(../images/website_icon.png) no-repeat;float:left;}
.ym_websiteBox5_main li div{width:275px;float:right;color:#848484;}
.ym_websiteBox5_main li div h3{font-size:22px;line-height:35px;color:#1b1f29;margin-bottom:5px;}
.ym_websiteBox5_main li.w2 span{background-position:-46px 0;}
.ym_websiteBox5_main li.w3 span{background-position:-92px 0;}
.ym_websiteBox5_main li.w4 span{background-position:-138px 0;}
.ym_websiteBox5_main li.w5 span{background-position:-184px 0;}
.ym_websiteBox5_main li.w6 span{background-position:-230px 0;}
.ym_websiteBox5_main li.w7 span{background-position:-276px 0;}
.ym_websiteBox5_main li.w8 span{background-position:-322px 0;}
.ym_websiteBox5_main li.w9 span{background-position:-368px 0;}
.ym_websiteBox5_main li.w3,.ym_websiteBox5_main li.w6,.ym_websiteBox5_main li.w9{padding-right:0;}
.ym_websiteBox6a{background:url(../images/lcxt.jpg) no-repeat center top;height:450px;}
.ym_websiteBox6a .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.ym_websiteBox6a .p01{font-size:16px;color:#9ca3b2;}

.renwen1{background:url(../images/PP3A.jpg) no-repeat center top;height:450px;}
.renwen1 .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.renwen1 .p01{font-size:16px;color:#9ca3b2;}


.renwen4{background:url(../images/gcgk.jpg) no-repeat center top;height:450px;}
.renwen4 .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.renwen4 .p01{font-size:16px;color:#9ca3b2;}

.renwen3{background:url(../images/pp.jpg) no-repeat center top;height:450px;}
.renwen3 .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.renwen3 .p01{font-size:16px;color:#9ca3b2;}
.renwen3 strong{color:#379a80;font-weight:lighter;}

.renwen2{background:url(../images/website_7.jpg) no-repeat center top;height:605px;}
.renwen2 .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.renwen2 .p01{font-size:16px;color:#9ca3b2;}
.websiteBox6a{background:url(../images/website_5a.jpg) no-repeat center top;height:605px;}
.websiteBox6a .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.websiteBox6a .p01{font-size:16px;color:#9ca3b2;}


.ym_websiteBox6{background:url(../images/website_img5.jpg) no-repeat center top;height:605px;}
.ym_websiteBox6 .ym_websiteTitle{color:#fff;padding-top:55px;margin-bottom:15px;}
.ym_websiteBox6 .p01{font-size:16px;color:#9ca3b2;}

.ym_websiteBox7{padding:55px 0;overflow:hidden;}
.ym_websiteTitle span{display:block;font-size:20px;margin-top:10px;margin-bottom:20px;font-weight:normal;}
.ym_websiteBox7 ul{overflow:hidden;}
.ym_websiteBox7 li{float:left;background:#1b1f29 url(../images/w_icon1.png) no-repeat 25px center;height:110px;padding:25px;overflow:hidden;padding-left:145px;width:210px;color:#b7b7b7;border-radius:5px;margin-right:40px;}
.ym_websiteBox7 li h3{color:#fff;font-size:18px;height:30px;`}
.ym_websiteBox7 li.w2{background:#1b1f29 url(../images/w_icon2.png) no-repeat 25px center;}
.ym_websiteBox7 li.w3{background:#1b1f29 url(../images/w_icon3.png) no-repeat 25px center;margin-right:0;}


.ym_websiteBox7 li.w4{background:#1b1f29 url(../images/w_icon4.png) no-repeat 25px center;}
.ym_websiteBox7 li.w5{background:#1b1f29 url(../images/w_icon5.png) no-repeat 25px center;}
.ym_websiteBox7 li.w6{background:#1b1f29 url(../images/w_icon7.png) no-repeat 25px center;margin-right:0;}

.ym_websiteBox8{padding-bottom:55px;overflow:hidden;padding-top:10px;}
.ym_websiteBox8 .font{font-size:15px;line-height:34px;color:#4c4d4f;}
.ym_websiteBox8 .font span{color:#379a80;}
.ym_websiteBox8 .btn{text-align:center;margin-top:40px;}
.ym_websiteBox8 .btn a{display:inline-block;width:315px;height:45px;text-align:center;background:#379a80;color:#fff;font-size:18px;border-radius:30px;line-height:45px;}
.ym_websiteBox8 .btn a:hover{background:#1b1f29;transition:all 0.3s;}
.ym_websiteBox8 img{padding:10px;}

.ym_websiteBox8 h3 {
    font-size: 22px;
    line-height: 35px;
    color: #fe7f0e;
    margin-bottom: 5px;}

@media all and (min-width:1200px) and (max-width:1610px) {
    /* case */
    .case_list_ym{width:1195px;}
    .portfolio-grid{width:1300px;}
}
@media all and (max-width:1199px) {
 /* case */
    .case_list_ym{width:790px;}
    .portfolio-grid{width:850px;}
}

@keyframes  clipAni{
	/*ne*/
	 0%,100%{ clip:rect(0px,1200px,214px,217px);}
	25%{ clip:rect(0px,1200px,3px,0px);}
	50%{ clip:rect(0px,3px,214px,0px);}
	75%{ clip:rect(217px,1200px,214px,0px);}   
}