/**
说明：
0,每个样式块之间间隔两行。
1，样式都定义单独的块，在需要的页面都可以复用。
2，所有内页控制器有一个公共的名字：neicontent。每个控制器有一个单独的名字（格式为：viewcon productcon listcon  videocon messagecon...）。便于更细致的调整单独的样式块。
3,大容器的结尾名称作为内部容器的开头名称如：大容器为wztop,内容器为top0 top1 top2...
*/


/*1 首页样式------------------------------------------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'times';
    src: url('../font/times.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'siyuan-Bold';
    src: url('../font/siyuan-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

.banner{width:100%;height:auto;min-width:1200px;position:relative;}

/*banner视频*/
.banner video{
          position: relative;
          right:0;
          bottom: 0;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          /*z-index: -9999;*/
          /*灰色调*/
          /*-webkit-filter:grayscale(100%)*/
 
      }
	  
/*简介*/
.about_box{ width:1200px; height:auto; overflow:hidden; position:absolute; top:70px; left:50%; margin-left:-600px;}

.search{ width:260px; height:45px; overflow:hidden; border-bottom:1px solid #a8a39b; margin:0 0 0 auto;}
.search_left{ width:20px; height:20px; margin-top:10px; float:left;}
.search_right{ width:210px; height:30px; overflow:hidden; float:left; margin:6px auto 0 20px; line-height:30px; color:#a8a39b; font-size:16px; background:none; border:0;}

input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #a8a39b; 
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #a8a39b; 
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #a8a39b; 
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #a8a39b; 
}

.about{ width:640px; height:auto; overflow:hidden; margin:220px auto 0 0;}
.about_logo{ width:200px; height:auto; overflow:hidden; margin:0 auto 30px 0;}
.about_logo img{ width:100%; height:auto; }
.about_intro{ width:100%; height:100px; overflow:hidden; line-height:33px; font-size:14px; color:#fff; margin:0 auto 50px 0;}
.about_an{ width:110px; height:40px; overflow:hidden; border:1px solid #fff; line-height:40px; font-size:16px; color:#fff; text-align:center; border-radius:20px;}
.about_an:hover{ width:110px; height:40px; overflow:hidden; border:1px solid #fff; background-color:#fff; line-height:40px; font-size:16px; color:#333; text-align:center; border-radius:20px;}

.language{ width:62px; height:16px; overflow:hidden; border:1px solid #fff; border-radius:10px; position:absolute; top:15px; right:300px;}
.language_left{ width:31px; height:16px; overflow:hidden; float:left; line-height:16px; font-size:12px; font-family:"Arial"; text-align:center; color:#fff; transition:all 0.4s;}
.language_right{ width:31px; height:16px; overflow:hidden; background-color:#fff; float:left; line-height:16px; font-size:12px; font-family:"Arial"; text-align:center; color:#333;}
.language_left:hover{ width:31px; height:16px; overflow:hidden; background-color:#fff; float:left; line-height:16px; font-size:12px; font-family:"Arial"; text-align:center; color:#333; transition:all 0.4s;}


/*最新项目*/
.projects{ width:100%; height:auto; overflow:hidden; margin:100px auto 80px auto;}
.projects_top{ width:1200px; height:50px; overflow:hidden; margin:0 auto;}
.projects_cn{ width:auto; height:50px; overflow:hidden; line-height:50px; float:left; font-family:"siyuan-Bold"; font-size:40px; color:#5e5e5e;}
.projects_en{ width:auto; height:50px; overflow:hidden; line-height:50px; float:left; font-family:"times"; font-size:30px; color:#9b9b9b; margin:0 auto 0 10px;}
.projects_bottom{ width:100%; height:auto; overflow:hidden; margin:25px auto 0 auto;}
.projects_box{ width:24.6%; height:auto; overflow:hidden; float:left; margin:0 auto 0 0.5%; position:relative;}
.projects_box img{ width:100%; height:auto; transition: all 0.5s;}
.projects_con{ width:50%; height:auto; overflow:hidden; position:absolute; left:15%; bottom:-50px; transition:all 0.5s;}
.projects_title{ width:100%; height:25px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:16px; color:#fff;}
.projects_nume{ width:100%; height:20px; overflow:hidden; line-height:20px; font-family:"microsoft yahei"; font-size:14px; color:#fff;}
.projects_box:hover .projects_con{ width:50%; height:auto; overflow:hidden; position:absolute; left:15%; bottom:20px; transition:all 0.5s;}
.projects_box:hover img{ width:100%; height:auto; transform:scale(1.1); transition: all 0.5s;}

/*项目*/
.product_bg{ width:100%; height:auto; overflow:hidden; margin:0 auto; padding:120px 0 80px 0; background-color:#f8f8f8;}
.product_bottom{ width:1430px; height:auto; margin:30px auto 0 auto;}
.product_bottom_nav{ width:1200px; height:30px; overflow:hidden; margin:0 auto 25px auto;}
.product_bottom_nav a{ width:auto; height:30px; padding:0 45px; line-height:30px; font-family:"microsoft yahei"; font-size:16px; color:#999;}
.product_bottom_nav a:hover{ width:auto; height:30px; padding:0 45px; line-height:30px; font-family:"microsoft yahei"; font-size:16px; color:#e8af4e;}
.product_bottom_nav .on{ width:auto; height:30px; padding:0 45px; line-height:30px; font-family:"microsoft yahei"; font-size:16px; color:#e8af4e;}
.product_bottom_k{ width:1200px; height:auto; margin:0 auto; float:left;}
.product_bottom_box{ width:590px; height:530px; overflow:hidden; margin:0 auto 40px 10px; float:left;}
.product_bottom_box_img{ width:100%; height:470px; overflow:hidden;}
.product_bottom_box_img img{ width:100%; height:470px; transition:all 0.5s;}
.product_bottom_box_con{ width:100%; height:auto; overflow:hidden; margin:15px auto 0 auto;}
.product_bottom_box_title{ width:100%; height:25px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:16px; color:#333;}
.product_bottom_box_nume{ width:100%; height:20px; overflow:hidden; line-height:20px; font-family:"microsoft yahei"; font-size:14px; color:#999;}
.product_bottom_box:hover .product_bottom_box_img img{ width:100%; height:470px; transform:scale(1.1); transition:all 0.5s;}

.loadings{ background:url(../img/AjaxLoader.gif) center no-repeat; background-size:5%; display:none; width:1200px; height:1000px; position:absolute; z-index:10;}


.swiper-container{width:100%; height:100%; margin:0 auto;}
.swiper-wrapper{ width:1200px; margin:0 115px;}
.swiper-slide{ width:100%; height:100%; overflow:hidden; position:relative; text-align:center;}
.swiper-slide img{ width:100%; height:100% ;}


.swiper-paginationin{ height:10px; overflow:hidden; position:absolute; right:0px; bottom:10px !important; left:0 !important; margin:auto; z-index:1; text-align:center; }
.swiper-paginationin span{ display:inline-block;width:10px; border-radius:100%; height:10px; background:#dbdbdb; cursor:pointer; vertical-align:top; margin:0 4px;opacity:0.9 !important;}
.swiper-paginationin span.swiper-pagination-bullet-active{ background-color:#999;opacity:1 !important;}
.swiper_btnz{position: absolute;top: 50%;margin-top:-50px;width: 57px;height: 57px; left:0;background: url(../img/images/left.png) 0 0 no-repeat;display: block;z-index:10;}
.swiper_btny{position: absolute;top: 50%;margin-top:-50px;width: 57px;height: 57px; right:0;background: url(../img/images/right.png) 0 0 no-repeat;display: block;z-index:10;}

/*荣誉*/
.honor{ width:100%; height:auto; overflow:hidden; margin:120px auto;}
.honor_bottom{ width:1200px; height:auto; margin:30px auto 0 auto;}
.honor_bottom_box{ width:390px; height:585px; overflow:hidden; margin:0 auto 0 10px; float:left;}
.honor_bottom_box img{ width:100%; height:585px; transition:all 0.5s;}
.honor_bottom_box:hover img{ width:100%; height:585px; transform:scale(1.1); transition:all 0.5s;}

.blk_l {
	ZOOM: 1;
	POSITION: relative;
}
.blk_l .LeftBotton {
	FLOAT: left;
	WIDTH: 57px;
	HEIGHT: 57px;
	CURSOR: pointer;
	POSITION: absolute;
	background-image: url(../IMG/images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 40%;
	left: -100px;
}
.blk_l .RightBotton {
	RIGHT: -100px;
	FLOAT: right;
	MARGIN-LEFT: 6px;
	WIDTH: 57px;
	HEIGHT: 57px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 40%;
	background-image: url(../IMG/images/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.blk_l .Cont {
	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 1200px; height:585px;}
.rollphotos {
	WIDTH: 1200px
}

/*合作伙伴*/
.partner{ width:100%; height:auto; overflow:hidden; margin:80px auto;}
.partner_bottom{ width:1200px; height:auto; margin:30px auto 0 auto;}
.partner_bottom_box{ width:auto; height:60px; overflow:hidden; padding:40px 30px 40px 30px; float:left;}
.partner_bottom_box img{ width:auto; height:60px; -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
 transition:all 0.5s;
 opacity: 0.4;}
a:hover .partner_bottom_box img{ width:auto; height:60px; -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray; transform:scale(1.1);
 transition:all 0.5s;
  opacity: 1;}


/*底部*/
.footer_bg { width:100%; height:240px; background-color:#3b3d42; overflow:hidden; margin:0 auto;}
.footer{ width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.footer_l{ width:1000px; height:auto; overflow:hidden; float:left; margin:50px auto 0 auto;}
.footer_l_li{ width:100%; height:22px; overflow:hidden; margin:15px auto; color:#fff; font-size:16px; line-height:22px; font-family:"microsoft yahei"; text-indent:2em;}

.footer_r{ width:145px; height:145px; overflow:hidden; float:right; margin:50px 0 0 auto;}
.footer_r img{ width:100%; height:100%;} 


/*内页产品中心*/
.listtwocontent{ width:100%; height:auto; overflow:hidden;}
.nexperts{ width:30%; height:auto; overflow:hidden;float:left;  margin:0 1.5% 20px 1.5%;}
.nexperts_img{ width:100%; height:300px; overflow:hidden; margin:0 auto;}
.nexperts_img img{ width:100%; height:auto; max-height:100%; transition: all 0.5s;}
.nexperts:hover .nexperts_img img{ width:100%; height:auto; max-height:100%; transition: all 0.5s;transform:scale(1.1) ;}

.nexperts_title{ width:100%; height:50px; overflow:hidden; line-height:50px; color:#333; font-size:16px; font-family:"microsoft yahei"; text-align:center;}
.nexperts:hover .nexperts_title{ color:#0d6b4a;}

/*内页*/
.ncasenewsdd{ width:48%; height:185px; float:left; overflow:hidden; margin:10px 1%; transition:all 0.5s; -moz-box-shadow:0px 0px 15px #d1d1d1; -webkit-box-shadow:0px 0px 15px #d1d1d1; box-shadow:0px 0px 15px #d1d1d1; background-color:#fff; display: none;}
.ncase{ width:100%; height:320px; overflow:hidden; margin:40px auto; border-bottom:1px dashed #dedede; transition:all 0.5s;}
.ncase_img{ width:35%; height:300px; float:left; overflow:hidden; margin:0 5% 0 auto;}
.ncase_img img{ width:100%; height:300px;}
.ncase_title{ width:60%; height:60px; float:left; overflow:hidden; line-height:60px; color:#333; font-size:26px; font-weight:bold;}
.ncase_con{width:60%; height:auto; max-height:180px; float:left; overflow:hidden; line-height:30px; color:#666; font-size:16px;}
.ncase_more{ width:80px; height:30px; float:left; overflow:hidden; margin:20px auto 0 auto; line-height:30px; font-size:14px; color:#666; background-color:#f0f0f0; text-align:center; padding:0 10px; transition:all 0.5s;}
.ncase:hover .ncase_more{  background-color:#00559e; color:#fff; transition:all 0.5s;}



/*内页新闻*/
.newscontent{ width:100%; height:auto; overflow:hidden;}
.neinews{ width:1300px; height:auto; overflow:hidden; margin:0 auto;}
.neinews_one{ width:370px; height:430px; float:left; -moz-box-shadow:0px 0px 15px #bfbfbf; -webkit-box-shadow:0px 0px 15px #bfbfbf; box-shadow:0px 0px 15px #bfbfbf; margin:20px 15px; background-color:#fff;}
.neinews_one_img{ width:370px; height:230px; position:relative; z-index:1;}
.neinews_one img{ width:370px; height:230px; }
.neinews_one_time{ width:120px; height:35px; overflow:hidden; line-height:35px; color:#fff; font-size:18px; font-family:"Arial"; background-color:#0d6b4a; text-align:center; font-weight:bold; position:absolute; z-index:10; margin:-36px auto 0 -6px;}
.neinews_one_down{width:370px; height:200px;overflow:hidden;}
.neinews_one_down_title{ width:90%; height:40px; overflow:hidden; line-height:40px; color:#111; font-size:20px; font-family:"microsoft yahei"; font-weight:bold; margin:25px auto 0 auto;}
.neinews_one_down_con{ width:90%; height:90px; overflow:hidden; line-height:30px; color:#666; font-size:16px; font-family:"microsoft yahei"; margin:10px auto 0 auto;}
.neinews_one:hover .neinews_one_down_title{ color:#0d6b4a;}

.neinews_two_box{ width:100%; height:260px; overflow:hidden; border-top:1px dashed #dadada; margin:0 auto; background-color:#fff;}
.neinews_two{ width:1200px; height:180px; overflow:hidden; padding:40px 0; margin:0 auto;}
.neinews_two_left{ width:270px; height:180px; float:left; margin-right:35px; position:relative; z-index:1;}
.neinews_two_left img{ width:270px; height:180px; }
.neinews_two_left_time{ width:90px; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:14px; font-family:"Arial"; background-color:#0d6b4a; text-align:center; font-weight:bold; position:absolute; z-index:10; right:0; margin:-31px -10px 0 auto;}

.neinews_two_center{ width:800px; height:auto; float:left; overflow:hidden; margin:25px auto 0 10px;}
.neinews_two_center_title{ width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:22px; font-family:"microsoft yahei"; font-weight:bold;}
.neinews_two_center_con{ width:100%; height:60px; overflow:hidden; line-height:30px; color:#666; font-size:16px; font-family:"microsoft yahei"; margin-top:15px;}
.neinews_two_right{ width:35px; height:180px; overflow:hidden; float:right; background:url(../img/images/jt.png) no-repeat right center;}
.neinews_two_box:hover { background-color:#0d6b4a; transition:all 0.8s;}
.neinews_two_box:hover .neinews_two_left_time{ color:#0d6b4a; background-color:#fff; }
.neinews_two_box:hover .neinews_two_center_title{color:#fff;}
.neinews_two_box:hover .neinews_two_center_con{color:#fff;}
.neinews_two_box:hover .neinews_two_right{-webkit-filter: brightness(130%); filter: brightness(130%);}

.neinews_three{ width:100%; height:40px; overflow:hidden; border-bottom:1px dotted #cdcdcd;}
.neinews_three_right{ width:90%; height:40px;line-height:40px;  float:left; overflow:hidden; color:#333; font-size:16px; font-family:"microsoft yahei";}
.neinews_three:hover .neinews_one_right{ color:#f1af00;}
.neinews_three_right_time{ width:10%; height:40px; line-height:40px; float:right; color:#a4a4a4; font-size:14px;  font-family:"microsoft yahei";}



/*--内页--*/
.product_nav_bg{ width:100%; height:140px; background-color:rgba(0,0,0,0.2); margin:0 auto; position:relative; z-index:3; margin-top:-140px;}
.product_nav{ width:1200px; height:140px; margin:0 auto;}
.product_nav_box{ width:200px; height:auto; float:left; margin-top:20px;}
.product_nav_box_top{ width:70px; height:70px; border:1px solid #FFF; border-radius:35px; transition:all 0.5s; margin:0 auto;}
.product_nav_box_topa{ width:70px; height:70px; background-color:#cf0b04; border:1px solid #cf0b04; border-radius:35px; transition:all 0.5s; margin:0 auto;}
.product_nav_box_top div{ margin:0 auto; width:70px; height:70px;}
.product_nav_box_topa div{ margin:0 auto; width:70px; height:70px;}
.product_nav_box:hover .product_nav_box_top{ background-color:#cf0b04; border:1px solid #cf0b04; transition:all 0.5s; }
.product_nav_box_bottom{ width:200px; height:40px; overflow:hidden; line-height:40px; text-align:center; font-size:18px; color:#fff; font-family:"microsoft yahei";}


/*内页联系我们*/
.ncontact{width:1200px; height:250px; overflow:hidden; background-color:#fff; position:relative; z-index:99; margin:-130px auto 0 auto; -moz-box-shadow:0px 0px 15px #d1d1d1; -webkit-box-shadow:0px 0px 15px #d1d1d1; box-shadow:0px 0px 15px #d1d1d1;}
.ncontact_l{ width:24.5%; height:180px; float:left; border-right:1px solid #dedede; margin-top:35px;}
.ncontact_l_b{ width:66%; height:180px; margin:0 auto; cursor:pointer;}
.ncontact_l_b_img{ width:70px; height:60px; margin:0 auto; -webkit-filter: brightness(80%); filter: brightness(80%);}
.ncontact_l_b_t{ width:100%; height:30px; line-height:30px; font-size:14px; color:#999;  font-family:"tt0142m_1"; text-align:center;}
.ncontact_l_b_c{ width:100%; height:auto; overflow:hidden; line-height:30px; font-size:18px; color:#333; font-family:"microsoft yahei"; text-align:center; font-weight:bold;}
.ncontact_l_b:hover .ncontact_l_b_img{ -webkit-filter: brightness(130%); filter: brightness(130%);}
.ditu{ width:100%; height:470px; margin:0 auto; overflow:hidden;}


.mo_nav{ width:100%; height:auto; background-color:rgba(255,255,255,0.85); position:absolute; z-index:100; margin-top:60px;}
/*--内页侧边导航--*/
.subNav{width:90%; height:45px; cursor:pointer; font-size:16px; text-indent:1em; line-height:45px; background:url(../img/images/sorrow.png) no-repeat center left; margin:0 auto; border-bottom:1px  dotted #1860bf;}
.navContent{ display:none;width:100%; height:auto;}
.navContent li{width:85%; height:45px; margin:0 auto;}
.navContent li a{display:block;width:100%; height:45px;text-align:left;font-size:14px;line-height:45px;color:#666;}
.navContent li a:hover{color:#1860bf;}
.navsama{color:#1860bf;}


/*更多*/
#works_ctrl{width:100%; background:#f1f1f1; box-shadow:0 2px 20px #edecec inset; text-align:center;}
#works_ctrl button{width:52px; height:50px; display:inline-block; margin:2.4% 5px; border:none; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#works_ctrl #works_prev{background:#fff url(../img/works_arr.png) no-repeat 0 0;}
#works_ctrl #works_prev:hover{background:#e00012 url(../img/works_arr.png) no-repeat -52px 0;}
#works_ctrl #works_next{background:#fff url(../img/works_arr.png) no-repeat -52px -50px;}
#works_ctrl #works_next:hover{background:#e00012 url(../img/works_arr.png) no-repeat 0 -50px;}
#works_prev, #works_next, #works_more{border-radius:2px; vertical-align:middle;}
#works_more{display:inline-block; width:92px; height:50px; background:#fff url(../img/works_more.png) no-repeat center -50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; vertical-align:middle;}
#works_more:hover{background:#e00012 url(../img/works_more.png) no-repeat center 0;}

/*circle*/
.absolute_circle{display:block; position:absolute; width:1px; height:1px; background:#fff; z-index:3; left:100%; top:40%; text-indent:-9999999px; overflow:hidden; -webkit-border-radius: 100% !important; -moz-border-radius:100% !important; border-radius:100% !important; opacity:.50;  -khtml-opacity:.50;  -moz-opacity:.50;  -ms-filter:”alpha(opacity=50)”;  filter:alpha(opacity=50);  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);  opacity:.50; }
.servicecontent .liswk .pic{position: relative;/*opacity: 0;filter:alpha(opacity=0);filter:alpha(opacity=100)\0;*/}
.servicecontent .liswk .pic:hover .absolute_circle{display:block; cursor:pointer; width:700px; height:700px; left:-120px;top:-120px; z-index:-1; opacity:.05;  -khtml-opacity:.05;  -moz-opacity:.05;  -ms-filter:”alpha(opacity=5)”;  filter:alpha(opacity=5);  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);  opacity:.05;-webkit-transition:all 1.2s;  -moz-transition:all 1.2s;   -ms-transition:all 1.2s;    -o-transition:all 1.2s;   transition:all 1.2s; }
.c1_left:hover .absolute_circle{display:block; cursor:pointer; width:1400px; height:1400px; left:-240px;top:-240px; z-index:-1; opacity:.05;  -khtml-opacity:.05;  -moz-opacity:.05;  -ms-filter:”alpha(opacity=5)”;  filter:alpha(opacity=5);  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);  opacity:.05;-webkit-transition:all 1.2s;  -moz-transition:all 1.2s;   -ms-transition:all 1.2s;    -o-transition:all 1.2s;   transition:all 1.2s; }


/*neiewm*/
.neiewm{margin-top: 3.1%;}
.neiewm .pic1{margin-right: 2.2%;}
.neiewm img{margin-bottom: 9%;}



/*分类栏目*/
.catmenu{width: 265px;height: 42px;position: absolute;background-color: #f54500;z-index: 9;}

.catmenu .menut{height: 100%;}
.catmenu .menut .t{font-size: 18px;color: #fff;margin-top:9px;}
.hxspan{width: 13px;margin-left:88px;margin-top: 14px;margin-right: 8px;}
.hxspan span{float: left;width: 100%;height: 2px;margin-bottom: 4px;background-color: #fff;}

.catmenu .menub{background-color: #f7f7f7;display: none;}
.catmenu .menub .liswk{overflow:hidden;padding: 3px 0;min-height: 469px;}
.catmenu .menub .liswk p{width: 100%;overflow: hidden;margin-bottom: 3px;}
.catmenu .menub .liswk p a{font-size: 16px;font-weight: bold;font-family: microsoft yahei;margin-top: 0px;}
.catmenu .menub .liswk a{float:left;margin-right: 24px;font-size: 12px;font-family: "宋体";margin-top: 6px;}
.catmenu .menub .liswk li{float:left;padding:13px 0;padding-left:20px;padding-right:3px;border-top: 1px solid #e8e8e8;}
.catmenu .menub .liswk li:hover{background-color: #fff;}
.catmenu .menub .liswk li.active{background-color: #fff;}
.catmenu .menub .liswk .l1{border-top: 0px solid #e8e8e8;}

.catmenu .menurwk{height:474px;width: 0;position:absolute;left:265px;top:42px;overflow: hidden;}
.catmenu .menur{display:none;position:absolute;left:0px;top:0px;min-height: 428px;/*height:429px;overflow:hidden;*/background-color: #fff;min-width: 320px;padding: 22px;width: 744px;border: 1px solid #e8e8e8;border-left: 0px solid #e8e8e8;}
.catmenu .menur .nur{display: none;}
.catmenu .menur .nur1{display: block;}
.catmenu .menur .l{width: 72%;}
.catmenu .menur .r{width: 24%;height: 100%;overflow: hidden;}
.catmenu .menur .l p{padding-bottom: 15px;}
.catmenu .menur .l p.t{font-size:16px;font-weight: bold;}
.catmenu .menur .l p.b{margin-bottom:15px;border-bottom: 1px solid #e8e8e8;}
.catmenu .menur .l span.line{color: #e5e5e5;}
.catmenu .menur .l span.t{font-size:16px;font-weight: bold;}
.catmenu .menur .l a{display:inline-block;padding: 0 3px 0 0;font-size: 12px;font-family: "宋体";margin: 3px;}
.catmenu .menur .r a{display:block;margin-bottom: 15px;}


/*定制流程-首页广告图1*/
.cuspro{margin-top: 34px;}


/*热销定制*/
.cushot{margin-top: 52px;}
/*ggbt*/
.ggbt .sx{width: 7px;height: 29px;background-color:#f54500;margin-top: 5px; }
.ggbt .t{font-size: 30px;color: #f54500;padding-left: 12px;margin-right: 28px;}
.ggbt .des{font-size: 16px;margin-top: 10px;}
/*
.ggbt .n{font-size: 28px;color: #686868;margin-right: 8px;font-weight: bold;}
.ggbt .en{color: #afafaf;text-transform: uppercase;text-shadow: 0 0 1px #e6e6e6;}
*/
/*subnav*/
.subnav{margin-top: 10px;}
.subnav a{margin-left: 8px;}

.neisubnav{background-color: #f5f5f5;padding: 1.8% 4.2%;margin-bottom: 2.5%;margin-top: 0;}
.neisubnav a{margin:0 1.88%;font-size: 16px;padding: 0.3% 1.4%;;border-radius: 18px;}
.neisubnav a:hover{ color:#efc800;}
.neisubnav a.active{background-color: #efc800;color: #fff; color:#efc800;}

.neisubnav2{padding: 1% 4.2%;background-color: #fff;   /* box-shadow: 0px 2px 29px rgba(1,1,1,0.15);*/background: url("../img/sbg.png") no-repeat bottom;margin-bottom: 0.5%;}
.neisubnavbg{height:24px;}
.neisubnav2 a{font-size: 20px;margin:0 0.58%;}
.neisubnav2 .nsx{width: 2px;height: 12px;background: #dedede;}
.neisubnav a.active{color:#efc800;background:none;}


/*首页广告图*/
.syggt{border-bottom: 2px solid #1f1a17;padding-bottom: 69px;padding-top: 53px;}
.syggt,.brandpwk,.jml{background: #d6d6d6;}





.neinews .liswk{width:50%;float:left;overflow:hidden;border-top: 1px solid #e4e4e4;}
.neinews .liswk1{width:50%;float:left;overflow:hidden;border-top: 0px solid #e4e4e4;}
.neinews .liswk2{width:50%;float:left;overflow:hidden;border-top: 0px solid #e4e4e4;}
.neinews .liswk .lis{float: left;width: 62%;}
.neinews .liswk .lis a{display: block;}
.neinews .liswk .lis1{margin-left: 33%;}
.neinews .liswk .lis3{margin-left: 33%;}
.neinews .liswk .lis5{margin-left: 33%;}
.neinews .liswk .lis7{margin-left: 33%;}
.neinews .liswk .lis9{margin-left: 33%;}
.neinews .liswk .lis11{margin-left: 33%;}
.neinews .liswk .lis13{margin-left: 33%;}
.neinews .liswk .lis15{margin-left: 33%;}

.neinews .liswk .lis2{margin-left: 6%;}
.neinews .liswk .lis4{margin-left: 6%;}
.neinews .liswk .lis6{margin-left: 6%;}
.neinews .liswk .lis8{margin-left: 6%;}
.neinews .liswk .lis10{margin-left: 6%;}
.neinews .liswk .lis12{margin-left: 6%;}
.neinews .liswk .lis14{margin-left: 6%;}
.neinews .liswk .lis16{margin-left: 6%;}
.neinews .liswk .lis{font-size: 18px;margin-bottom: 10px;}
.neinews .liswk .lis .d{margin-top: 7%;font-size: 18px;font-family: Arial;color: #e00012;}
.neinews .liswk .lis .t{font-size: 18px;margin: 10px 0;}
.neinews .liswk .lis .intro{line-height:24px;height:48px;overflow:hidden;font-size: 14px;color: #999999;}
.neinews .liswk .lis .m{margin-top: 2.2%;margin-bottom: 6%;text-align:right;font-size: 12px;color: #b4b4b4;background: url("../img/nyjt.png") no-repeat right;width: 96%;padding-right: 4%;}
.neinews .liswk .lis:hover .m{color:#e00012;background: url("../img/nyjth.png") no-repeat right;}
.neinews .liswk .lis p{float: left;width: 100%;}
.neinews .liswk  .lis:hover{margin-bottom:10px;-moz-transform: translateY(-10px);-webkit-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}


/*关于我们*/
/*互联网*/
.one_inter{ width:100%; height:130px; border-bottom:1px solid #cdcdcd; margin:0 auto; padding-top:60px;}
.one_inter_en{ color:#333; font-size:45px; line-height:50px; text-align:center; font-family:"GOTHIC_0";}
.one_inter_cn{ color:#333; font-size:32px; line-height:40px; text-align:center; font-family:"microsoft yahei";}
.neinav{ width:1300px; height:40px; margin:15px auto; text-align:center; }
.neinav_u{ height:40px; margin:0 auto;}




.neil{width: 100px;border:1px solid #dedede;margin-left: 5%;margin-bottom: 2%;}
.neilsub{}
.neilsub a{display: block;border-top:1px solid #dedede;padding: 22px 18px;}
.neilsub .a1{display: block;border-top:0px solid #dedede;}
.neilsub a.active{background-color: #e00012;color: #fff;outline: 1px solid #e00012;border-color:#e00012;}

/*新闻中心*/
.new{background-color: #f2f3f5;float: left;margin: 0 auto;width: 100%;}
.new .list{float:left;width: 380px;margin-right: 30px;height: 390px;overflow: hidden;padding-bottom: 70px;}
.new .list3{margin-right: 0;}
.new .list .pic{height: 150px;overflow: hidden;}
.new .list .listi{height:240px;width: 380px;margin-right: 30px;background-color: #fff;overflow: hidden;padding-top: 5px;}
.new .list .listi li{margin:0 20px;width: 340px;height: 40px;line-height: 40px;background: url("../img/bl.png") no-repeat bottom;}
.new .list .listi li a{padding-left:15px;background: url("../img/dian.png") no-repeat left;}
.new .list .listi li:hover{box-shadow: none;}
.new .list .listi li:hover a{color: #d78f1a;}


/*内页one*/
.viewcontent .jj,.onecontent .jj{/*padding-top: 15px;*/padding-bottom: 55px;line-height: 1.9;text-align: justify;}
.viewcontent #viewport{width:1035px;height: 360px;}
.viewcontent .slide{width:1035px;height: 360px;margin-bottom: 5px;}

.contactcontent{ width:900px; height:auto; overflow:hidden; margin:0 auto; padding:0 0 60px 0;}
.about_nei{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.about_nei_logo{ width:200px; height:auto; overflow:hidden; margin:70px auto 25px 0; text-align:left;}
.about_nei_logo img{ width:100%; height:auto; }
.about_nei_title{ width:100%; height:35px; overflow:hidden; line-height:35px; font-family:"times"; font-size:40px; color:#666666; margin:0 auto 30px 0;}
.about_nei_con{ width:100%; height:auto; overflow:hidden; line-height:200%;}
.about_nei_titlecn{ width:100%; height:35px; overflow:hidden; line-height:35px; font-family:"siyuan-Bold"; font-size:40px; color:#666666; margin:0 auto 30px 0;}
.huanjing{ width:100%; height:auto; overflow:hidden; margin:120px auto 0 auto; position:relative;}
.huanjing img{ width:100%; height:auto;}
.huanjing_con{ width:50%; height:auto; overflow:hidden; position:absolute; left:10%; bottom:25px;}
.huanjing_title{ width:100%; height:30px; overflow:hidden; line-height:30px; font-family:"microsoft yahei"; font-size:16px; color:#fff;}
.huanjing_nume{ width:100%; height:25px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#fff;}
.people{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.people_one{ width:100%; height:auto; overflow:hidden;}
.people_one_box{ width:445px; height:auto; min-height:850px; float:left; overflow:hidden; margin:10px auto 0 10px;}
.people_one_box img{ width:auto; height:850px;}
.people_one_box_h{ width:900px; height:850px; float:left; overflow:hidden; margin:10px auto 0 auto; display: none;}
.people_one_box_h_b{ width:30%; height:850px; overflow:hidden; background-color:rgba(255,255,255,0.9); padding:0 5%;}
.people_h_b{ width:100%; height:auto; overflow:hidden; margin:250px auto 0 auto;}
.people_h_b_title{ width:100%; height:auto; line-height:40px; font-family:"siyuan-Bold"; font-size:36px; color:#333;}
.people_h_b_title span{ width:100%; height:25px; line-height:25px; font-family:"times"; font-size:24px; color:#333; margin-top:15px; text-indent:0.5em;}
.people_h_b_con{ width:100%; height:40px; line-height:40px; font-family:"microsoft yahei"; font-size:14px; color:#666;}
.people_h_b_con1{ width:100%; height:auto; overflow:hidden; margin:60px auto 0 auto;}
.people_h_b_con1 pre{line-height:30px; font-family:"microsoft yahei"; font-size:14px; color:#666;}
.people_two{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.people_two_l{ width:590px; height:590px; overflow:hidden; float:left; margin:10px 10px 0 auto; position:relative;}
.people_two_l_y{ width:590px; height:590px; overflow:hidden; float:left; margin:10px 10px 0 auto;}
.people_two_l img{ width:590px; height:590px;}
.people_two_r{ width:300px; height:600px; overflow:hidden; float:left; margin:0 auto;}
.people_two_r_b{ width:300px; height:290px; overflow:hidden; margin:10px auto 0 auto; position:relative;}
.people_two_r_b img{ width:300px; height:290px; }

.people_two_l_con{ width:80%; height:auto; overflow:hidden; position:absolute; left:10%; bottom:-60px; transition:all 0.5s;}
.people_two_l_title{ width:100%; height:35px; overflow:hidden; line-height:35px; font-family:"microsoft yahei"; font-size:22px; color:#fff;}
.people_two_l_nume{ width:100%; height:25px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#fff;}
.people_two_l:hover .people_two_l_con{ width:80%; height:auto; overflow:hidden; position:absolute; left:10%; bottom:25px; transition:all 0.5s;}
.people_two_r_b:hover .people_two_l_con{ width:80%; height:auto; overflow:hidden; position:absolute; left:10%; bottom:25px; transition:all 0.5s;}


/*人员内页*/
.people_top{ width:900px; height:auto; overflow:hidden; position:relative; margin:50px auto 0 auto;}
.people_pic{ width:600px; height:auto; overflow:hidden; float:left;}
.people_pic img{ width:600px; height:auto;}
.people_en{ width:50px; height:auto; overflow:hidden;position:absolute; bottom:20px; right:200px; line-height:50px; letter-spacing:2px; font-family:"microsoft yahei"; font-size:36px; color:#111; writing-mode:tb-rl;-moz-transition: height 1s;-webkit-transition: height 1s;-o-transition: height 1s;}
.people_cn{ width:70px; height:auto; overflow:hidden;position:absolute; bottom:20px; right:130px; line-height:70px; letter-spacing:8px; font-family:"microsoft yahei"; font-size:54px; color:#111; writing-mode:tb-rl;-moz-transition: height 1s;-webkit-transition: height 1s;-o-transition: height 1s;}
.people_bottom{ width:900px; height:auto; overflow:hidden; margin:80px auto 0 auto;}
.pepole_li{ width:100%; height:auto; overflow:hidden; line-height:50px; font-family:"siyuan-Bold"; font-size:36px; color:#666;}
.pepole_lia{ width:100%; height:auto; overflow:hidden; line-height:35px; font-family:"microsoft yahei"; font-size:14px; color:#666;}
.pepole_lib{ width:100%; height:auto; overflow:hidden; margin:40px auto 0 auto; line-height:40px; font-family:"microsoft yahei"; font-size:18px; color:#999;}
.people_down{ width:100%; height:auto; overflow:hidden; margin:0 auto; background-color:#fcfcfc;}
.people_box{ width:900px; height:auto; overflow:hidden; margin:50px auto;}
.people_nav{ width:100%; height:auto; overflow:hidden; line-height:35px; font-family:"microsoft yahei"; font-size:16px; color:#000; text-indent:2em;}
.people_con{ width:100%; height:auto; overflow:hidden; line-height:40px; margin-top:25px; font-family:"microsoft yahei"; font-size:16px; color:#999;}
.people_boxb{ width:440px; height:auto; overflow:hidden; float:left; margin:50px 10px 50px auto;}
.people_con pre{ width:100%; height:auto; overflow:hidden; line-height:40px; margin-top:25px; font-family:"microsoft yahei"; font-size:16px; color:#999;}


.blank{ width:50px; height:auto; overflow:hidden; position: fixed; bottom:40px; right:5%; background:#ececec url(../img/blank.png) no-repeat center 5%; background-size:30px; line-height:30px; font-family:"microsoft yahei"; font-size:16px; color:#999; padding-top:35px; text-align:center;}

.huanjing_nei{ width:100%; height:auto; overflow:hidden; margin:80px auto;}
.huanjing_nei img{ width:100%; height:auto;}
.huanjing_nei_title{width:100%; height:50px; overflow:hidden; line-height:50px; font-family:"siyuan-Bold"; font-size:36px; color:#666666; margin:0 auto 10px 0;}
.huanjing_nei_con{ width:100%; height:25px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#999;}
.huanjing_nei_content{ width:100%; height:auto; overflow:hidden; margin:50px auto 0 auto;}
.huanjing_nei_content img{ max-width:100%;}


.contact_bg{ width:100%; height:500px; margin:0 auto;}
.neicontact{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}
.neicontact_title{ color:#fff; font-size:36px; font-family:"microsoft yahei"; text-align:center; margin:140px auto 35px auto;}
.neicontact_title{ color:#fff; font-size:36px; font-family:"microsoft yahei"; text-align:center; margin:140px auto 35px auto;}
.neicontact_name{ color:#fff; font-size:16px; font-family:"microsoft yahei"; text-align:center; line-height:35px;}
.neicontact_map{ width:1200px; height:406px; margin:40px auto;}
.neicontact_tb_bg{ width:100%; height:300px; background: url("../img/images/cactb.jpg"); margin:0 auto;}
.neicontact_tb{ width:1200px; height:300px; margin:0 auto; overflow:hidden;}
.neicontact_tb_box{ width:240px; height:auto; float:left; cursor:pointer; margin-top:50px;}
.neicontact_tb_box_t1{ width:100px; height:100px; background-color:#fff; margin:0 auto; border:1px solid #b10011;  border-radius: 500px; text-align:center;transition:all 0.6s;}
.neicontact_tb_box_t1_img{ width:100px; height:100px; background:url(../img/images/t1.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1_img{ width:100px; height:100px; background:url(../img/images/t1a.png) no-repeat center center;}
.neicontact_tb_box_t1_img1{ width:100px; height:100px; background:url(../img/images/t2.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1_img1{ width:100px; height:100px; background:url(../img/images/t2a.png) no-repeat center center;}
.neicontact_tb_box_t1_img2{ width:100px; height:100px; background:url(../img/images/t3.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1_img2{ width:100px; height:100px; background:url(../img/images/t3a.png) no-repeat center center;}
.neicontact_tb_box_t1_img3{ width:100px; height:100px; background:url(../img/images/t4.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1_img3{ width:100px; height:100px; background:url(../img/images/t4a.png) no-repeat center center;}
.neicontact_tb_box_t1_img4{ width:100px; height:100px; background:url(../img/images/t5.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1_img4{ width:100px; height:100px; background:url(../img/images/t5a.png) no-repeat center center;}
.neicontact_tb_box:hover .neicontact_tb_box_t1{background-color:#b10011;transition:all 0.6s;}
.neicontact_tb_box_t2{ color:#333; font-size:16px; font-family:"microsoft yahei"; text-align:center; margin-top:20px;}
.neicontact_tb_box_t3{ color:#999; font-size:16px; font-family:"microsoft yahei"; text-align:center;}
/*neipage*/
.neileft{
 animation: fadeInUp 1s .5s ease both;
 -webkit-animation: fadeInUp 1s .5s ease both;
 -moz-animation: fadeInUp 1s .5s ease both;
 width: 968px;padding-top: 48px;padding-right: 38px;border-right: 1px solid #e1e1e1;min-height: 480px;}
.neiright{opacity: 0;filter:alpha(opacity=0);
 animation: faderight 1s .5s ease forwards;
 -webkit-animation: faderight 1s .5s ease forwards;
 -moz-animation: faderight 1s .5s ease forwards;
 width: 286px;}
 .neisub{margin-left:40px;width: 246px;}
 .neisub .t{margin-top:48px;padding-right:75px;font-size: 20px;padding-bottom: 10px;border-bottom: 2px solid #d78f1a;}
 .neisub ul{margin-top: 30px;font-size: 16px;}
 .neisub li{padding-left: 10px;/*margin-bottom:2px;*/background: url("../img/d.png") no-repeat left;}
 .neisub li a{display: block;height: 60px;line-height: 60px;/*padding: 0 5px;*/font-size: 14px;border-bottom: 1px solid #e5e5e5;padding-right: 28px;}
 .neisub li a img{float: right; display: inline-block; padding-top: 5px; height: 50px; /*width: 50px;*/max-width: 110px;}
 .neisub li a img.szjt{float: right; display: inline-block; padding-top: 22px; height: auto; width: auto;}
 .neisub li a:hover{text-decoration: underline;}
 .neisub li.active a{color:#d78f1a;text-decoration: underline;}
.neifeatured{padding-top: 0;}
.neifeatured .list{/*padding-top: 35px;*/padding-bottom: 15px;}
.neifeatured .list li{margin-bottom: 26px;font-size: 16px;}
.neifeatured .list li .p{margin-bottom: 13px;line-height: 1.9;}
.neifeatured .list li .p1{line-height: 1;}
.neifeatured .list li .t{font-size: 18px;font-weight: bold;}
.neifeatured .list li .email{font-size: 15px;color:#bc360a;}
.neifeatured .list li .email:hover{color:#005eb8;}
.neifeatured .list li .pic{max-height: 360px;width: 266px;}
.neifeatured .list li .jj .ss{padding-bottom: 0;}
.neifeatured .list li .lti{font-size: 16px;margin-top: 16px;margin-bottom: 14px;width: 750px;}
.neifeatured .list li:hover{box-shadow: none;}


/*详情页面分享*/
.neileft span.span2{ font-size:12px;line-height:25px;display:inline-block; width:100%;margin-top: 5px;}
.neileft span.span2 i{ display:inline-block; float:right;}




.viewcontent .p{margin-bottom: 13px;line-height: 1.9;font-size: 16px;}
/*产品系列*/
/*.proserial{margin-top: 8px;}
.proserial a{background-color: #d78f1a;color: #fff;border-radius: 3px;padding: 7px 25px;margin:0 8px;}
.proserial a:hover{background-color: #e8b35c;}
.proserial a.active{background-color: #522219;}*/


.proserial{margin-top: 8px;}
.proserial a{/*background-color: #d78f1a;*//*color: #fff;*//*border-radius: 3px;*/padding: 7px 25px;padding-top: 8px;padding-bottom: 6px;margin:0 8px;border: 1px solid #dfdddd;}
/*.proserial a:hover{background-color: #333;color: #fff;border: 1px solid #333;}*/
.proserial a:hover,.proserial a.active{background-color: #522219;color: #fff;border: 1px solid #522219;}


/*viewleft
.viewleft{}
.video{width: 332px;padding: 5px;border-radius: 2px;border: 1px solid #e1e1e1;}
.viewright{width: 812px;padding-top: 65px;min-height: 480px;}
.viewleft .sharewk{margin-top: 5px;float:left;}
.viewleft .sharetext {font-weight: bold;color: #d78f1a;margin-top: 10px;}
.viewleft .sharetext span{float: right;}
.viewleft .sharewk a{margin-left: 0!important;margin-right: 17px!important;}
.star{background: url(../img/star.png) repeat-x left -32px transparent;height: 14px;width: 95px;margin-bottom: 5px;float: left;margin-right: 5px;}
.sd span{font-size: 12px;}
.detail{font-size: 18px;color: #d78f1a;border-bottom: 1px solid #d78f1a;padding-bottom: 10px;width: 300px;margin-bottom: 10px;}

.viewleft .neisub .t{margin-top: 25px;}
.viewleft .neisub{margin-left: 0;margin-bottom: 40px;}
*/

/*多图展示*/
.dimage{width: 800px;margin: 0 auto;overflow: hidden;}
.dimage .dbig{background-color:#f3f3f3;width:100%;height:500px;margin-bottom: 13px;overflow: hidden;position: relative;}
.dimage .dbig ul{position: absolute;width: 3200px;height: 100%;}
.dimage .dbig li{line-height:500px;float:left;width: 800px;height: 100%;overflow: hidden;text-align: center;}
.dimage .dbig li img{vertical-align: middle;}

.dimage .dlis{position: relative;width:100%;height:119px;overflow: hidden;}
.dimage .dlis ul{position: absolute;width: 813px;height: 119px;}
.dimage .dlis li{float:left;width: 186px;height: 115px;border: 2px solid #fff;overflow: hidden;margin-right: 13px;}
.dimage .dlis li:hover{border: 2px solid #d78f1a;transition: 0.3s;}
.dimage .dlis li.active{border: 2px solid #d78f1a;transition: 0.3s;}
/*======底部end========*/


/*渐变色*/
/* background-color: #f8788b; */
/*background: linear-gradient(90deg,#f8c84c,#f8788b);*/

/*盒子的阴影*/
/*width: 236px;
height: 318px;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
left: -45px;
top: -13px;
border-radius: 20px;*/

/*opacity: 0;
filter: alpha(opacity=0);*/


/*返回*/
.videoview_back{cursor:pointer;width: 92px;background: #d9aa39;height: 30px;text-align: center;margin-left: 1092px;color: white;line-height: 30px;font-size: 14px;margin-top: 25px;}
.videoview_back:hover{background: #e59962;}



/*筛选*/
.neiselect{ width:1200px; height:auto; margin:30px auto 0px}
.neiselect .seldiv .selbot{width: 90.8%;}
.neiselect .loli{width:50%;float: left; border-bottom:1px solid #14bcc4; padding:8px 0px;}
.neiselect .loli .l{width: 20%; font-size:16px; font-weight:bold; color:#333; line-height:40px;}
.neiselect .loli .r{width: 60%;}
.neiselect .loli .lorarea .seldiv{width: 71.8%;}
.neiselect .loli .lorarea .seldiv span{width: 29%!important;float: left;;}
.neiselect .loli .lorarea .seldiv .selbot{width: 93%}
.neiselect .loli .inp{float:left;text-indent: 10px;width: 100%;height: 40px;background-color: #fff;border: none;outline: none;}
.neiselect .loli .ty{width: 32%;margin-right: 2%;background-color: #da93da;height: 35px;line-height: 35px;color: #fff;text-align: center;float: left; font-size:14px; color:#333}

.regcon{ width:100%; height:auto; margin:30px auto; overflow:hidden;}
.loli{ width:40%; height:auto; overflow:hidden; margin:10px 5%; float:left;}
.loli .l{width:45%;min-width: 128px;text-align: right; padding-right:2%; font-size:16px; line-height:40px;}
.loli .r{width:40%;}
.loli .r2{height: 28px;text-align: left;}

.regcon .loli .top{ line-height:40px;}
.regcon .loli .inp{float:left;text-indent: 10px;width: 83%;height: 40px;background-color: #fbfbfb;border:1px solid #d8d8d8;outline: none;  border-radius: 5px;}
.regcon .loli .tex{min-height: 100px;width: 60%;padding: 2%;text-indent: 0;}
.regcon .loli .sinp{float:left;text-indent: 10px;width: 40%;margin-right:2%;height: 40px;background-color: #fff;border: none;outline: none;}
.regcon .loli .mescode{background-color: #fbfbfb;border: 1px solid #d8d8d8;}
.regcon .loli .send{text-indent: 10px;width: 50%;margin-right:0;height: 40px;background-color: #fff;border: none;outline: none;cursor:pointer;font-size: 16px;font-family: "微软雅黑";}
.regcon .loli .inpf{height: auto;background: none;text-indent: 0;}
.regcon .loli .inpty{width: 60%;display: inline-block;text-align: left;}
.regcon .loli .sel{text-indent: 10px;width: 60%;height: 45px;background-color: #fff;border: none;outline: none;}
.regcon .loli .sub{width: 130px;border:none;height: 35px; background-color:#0d6b4a;color: #fff;font-size: 18px; line-height:35px; text-align:center; margin-top:25px; border-radius: 5px;}
.regcon .loli .sub:hover{background-color:#ff6600;}

.regcon .loli .ts{color: #ff0000;text-indent: 10px;width: 100%; line-height:28px;clear: both; text-align:left; font-size:14px;}
.regcon .loli .ts.active{background-color: #ccc;}
.regcon .loli .zc{margin-left: 15px;color: #e00404;}
.regcon .loli .zc a{color: #e00404;}
.regcon .loli .zc:hover a{color: #e00404}
.regcon .loli .fw{font-size: 18px;}
.regcon .loli .ty{width: 32%;margin-right: 2%;background-color: #d8d8d8;height: 40px;line-height: 40px;color: #fff;text-align: center;float: left;    border-radius: 5px;}
.regcon .loli .ty.g{width: 100%;}
.regcon .loli .tyend{margin-right: 0;}
.regcon .loli .ty.active{background-color: #e00404;}
.regcon .fkk i{color: #e00404;/*1a6df6*/margin-right: 8px; font-weight:bold}



.regcona{ width:1200px; height:auto; margin:30px auto; overflow:hidden;}
.lolia{ width:50%; height:auto; overflow:hidden; margin:10px 20%; }
.lolia .l{width:30%;min-width: 128px;text-align: right; padding-right:2%; font-size:16px; line-height:40px;}
.lolia .r{width:65%;}
.lolia .r2{height: 28px;text-align: left;}


.regcona .lolia .inp{float:left;text-indent: 10px;width: 100%;height: 40px;background-color: #fbfbfb;border:1px solid #d8d8d8;outline: none;  border-radius: 5px;}
.regcona .lolia .tex{min-height: 100px;width: 60%;padding: 2%;text-indent: 0;}
.regcona .lolia .sinp{float:left;text-indent: 10px;width: 40%;margin-right:2%;height: 40px;background-color: #fff;border: none;outline: none;}
.regcona .lolia .mescode{background-color: #fbfbfb;border: 1px solid #d8d8d8;}
.regcona .lolia .send{text-indent: 10px;width: 25%;margin-right:0;height: 40px;background-color: #fff;border: none;outline: none;cursor:pointer;font-size: 16px;font-family: "微软雅黑";}
.regcona .lolia .inpf{height: auto;background: none;text-indent: 0;}
.regcona .lolia .inpty{width: 60%;display: inline-block;text-align: left;}
.regcona .lolia .sel{text-indent: 10px;width: 60%;height: 45px;background-color: #fff;border: none;outline: none;}
.regcona .lolia .sub{width: 130px;border:none;height: 35px; background-color:#0d6b4a;color: #fff;font-size: 18px; line-height:35px; text-align:center; margin-top:25px; border-radius: 5px;}
.regcona .lolia .sub:hover{background-color:#ff6600;}

.regcona .lolia .ts{color: #ff0000;text-indent: 10px;width: 100%; line-height:28px;clear: both; text-align:left; font-size:14px;}
.regcona .lolia .ts.active{background-color: #ccc;}
.regcona .lolia .zc{margin-left: 15px;color: #e00404;}
.regcona .lolia .zc a{color: #e00404;}
.regcona .lolia .zc:hover a{color: #e00404}
.regcona .lolia .fw{font-size: 18px;}
.regcona .lolia .ty{width: 32%;margin-right: 2%;background-color: #d8d8d8;height: 40px;line-height: 40px;color: #fff;text-align: center;float: left;    border-radius: 5px;}
.regcona .lolia .ty.g{width: 100%;}
.regcona .lolia .tyend{margin-right: 0;}
.regcona .lolia .ty.active{background-color: #e00404;}
.regcona .fkk i{color: #e00404;/*1a6df6*/margin-right: 8px; font-weight:bold}


/*倒计时*/
.djsitem .item{/*margin: 0px 2%;*/z-index: 9; position:relative}
.djsitem .item .xs_pic_tt{ width:100%; text-align:right; position:absolute; top:0px;border-radius:4% 4% 0px 0px; height:40px; line-height:40px; background:url(../img/xs_tt_bgxx.png) repeat;}
.djsitem .item .xs_pic_tt span{ color:#fff;}
.djsitem .item .xs_pic_tt font{color:#fff;}
.djsitem .item .xs_pic_tt font i{ background-color:#d78f1a; padding:0.8% 2.5%; margin:0px 1.2%; border-radius:6px; text-align:center}
.djsitem .item .xs_pic_tt font i.bad{ background-color:#ccc; color:#333;}
.djsitem .item img{display: block;width: 100%;height: auto;border-radius: 0.08rem}
.djsitem .item_tit{ width:100%; height:auto; overflow:hidden; padding-top:3%;}
.djsitem .item_tit p.p1{ color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; padding:0px 3%}
.djsitem .item_tit2{ height:auto; overflow:hidden; line-height:240%;padding:0px 3%}
.djsitem .item_tit2 span{ display:block; float:left; color:#e00012;/*ff7800*/}
.djsitem .item_tit2 span i{ font-family:Arial; font-weight:bold;}
.djsitem .item_tit2 font{ display:block; float:right; color:#b6b6b6}
.djsitem.loading{min-height: 150px;background: url(../img/AjaxLoader.gif) no-repeat center center}
@media all and (max-width:1366px){
	
/*产品*/
.product{ width:100%; height:auto; margin:0 auto;}
.product_en{ width:100%; height:45px; overflow:hidden; line-height:45px; text-align:center; font-family:"OSWALD-MEDIUM"; font-size:40px; color:#333;}
.product_cn{ width:100%; height:40px; overflow:hidden; line-height:40px; text-align:center; font-family:"microsoft yahei"; font-size:28px; color:#0d6b4a;}
.product_box{ width:100%; height:auto; margin:80px auto 50px auto; position:relative;}
.product_t{ width:67%; height:auto; left:0; position:absolute; z-index:3; top:-50px;}
.product_t img{ width:100%; height:auto; }
.product_d{ width:67%; height:420px; overflow:hidden; background-color:#eff3f2; position:relative; z-index:1; margin:0 0 0 auto;}
.product_mune{ width:auto; height:auto; float:right; overflow:hidden; position:absolute; top:80px; right:-300px;}
.product_mune_r{ width:250px; height:auto;}
.product_mune_r_en{ width:100%; height:auto; overflow:hidden; line-height:35px; font-family:"OSWALD-MEDIUM"; font-size:30px; color:#333;}
.product_mune_r_cn{ width:100%; height:35px; overflow:hidden; line-height:30px; font-family:"microsoft yahei"; font-size:20px; color:#333;}
.product_mune_r_title{ width:100%; height:auto; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#333; font-weight:bold; margin-top:15px;}
.product_mune_r_con{ width:100%; height:100px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#333;}

.pro_two{width:95%; height:auto; overflow:hidden; background-color:#eff3f2; margin:0 auto 50px 0; padding-bottom:30px;}
.pro_two_img{ width:65%; height:100%; overflow:hidden; float:right;}
.pro_two_img img{ width:100%; height:auto;}
.pro_two_mune{ width:250px; height:auto; float:right; overflow:hidden; margin:40px 40px 0 auto;}

.pro_three{width:100%; height:340px; background-color:#eff3f2; margin:0 auto; position:relative;}
.pro_three_box{ width:100%; height:auto; position:absolute; top:40px; left:8%;}
.pro_three_img{ width:60%; height:auto; overflow:hidden; float:left;}
.pro_three_img img{ width:100%; height:auto;}
.pro_three_mune{ width:250px; height:auto; float:left; overflow:hidden; margin:20px auto 0 40px;}

.pro_four{width:100%; height:auto; overflow:hidden; background-color:#0d6b4a; margin:0 auto 50px 0; padding:0 0 60px 0;}
.pro_four_box{ width:1300px; height:auto; overflow:hidden; margin:100px auto 0 auto;}
.pro_four_k{ width:21%; height:auto; overflow:hidden; float:left; margin:0 auto 0 4%;}
.pro_four_k_en{ width:80%; height:auto; overflow:hidden; line-height:35px; font-family:"OSWALD-MEDIUM"; font-size:30px; color:#fff;}
.pro_four_k_cn{ width:100%; height:30px; overflow:hidden; line-height:30px; font-family:"microsoft yahei"; font-size:20px; color:#fff;}
.pro_four_k_title{ width:100%; height:auto; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#a5cabd; font-weight:bold; margin-top:25px;}
.pro_four_k_con{width:100%; height:100px; overflow:hidden; line-height:25px; font-family:"microsoft yahei"; font-size:14px; color:#a5cabd;}
.pro_four_k_img{width:100%; height:135px; overflow:hidden; margin:25px auto 0 auto;}
.pro_four_k_con img{width:100%; height:auto;}

.pro_four_kuai{ width:25px; height:33px; overflow:hidden;  margin:25px auto 0 0; background:url(../img/images/index_28.jpg) no-repeat left center;transition:all 0.5s;}
	}