﻿@charset "UTF-8";
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px; line-height: 28px; font-family: "microsoft yahei","宋体", "Arial"; color: #333333;}
h1,h2,h3,h4,h5,h6,font{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
.icon{background: url(../images/icon.png) no-repeat; display: inline-block; vertical-align: middle;}
.icon1{background: url(../images/icon1.png) no-repeat; display: inline-block; vertical-align: middle;}
a{color: #333333; text-decoration: none;cursor:pointer;}
a:hover{color: #e6c693; text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

::-webkit-scrollbar { width:2px; height:2px; }
::-webkit-scrollbar-track-piece { background-color:none; background:rgba(0,0,0,.0); }
::-webkit-scrollbar-thumb:vertical { height:2px; background-color:rgba(0,0,0,.5); }
::-webkit-scrollbar-thumb:horizontal { width:2px; background-color:rgba(0,0,0,.5); }


/*copyright*/
.copyright{height:76px; line-height:76px; color: #666; font-size: 12px; background: #111;}
.copyright span{margin: 0 6px;}
.copyright a{color: #666; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.copyright a:hover{color: #fff;}
.copyright p{ display:block; float:left;}
.copyright i{ display:block; float:right;}


/*css3*/
/*hvr-float-shadow*/
.hvr-float-shadow{display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform;}
.hvr-float-shadow:before{pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: "transform, opacity"; transition-property: "transform, opacity";}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active{-webkit-transform: translateY(-5px); transform: translateY(-5px); /* move the element up by 5px */}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before{opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */}
/* Bubble Bottom */
.hvr-bubble-bottom{display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative;}
.hvr-bubble-bottom:before{pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; left: calc(44%); bottom: 0; border-width: 6px 6px 0 6px; border-color: #fff transparent transparent transparent; transition: all .3s;}
.hvr-bubble-bottom.hover:before,
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before{-webkit-transform: translateY(6px); transform: translateY(6px); border-width: 6px 6px 0 6px; border-color: #363232 transparent transparent transparent;}
/* Underline From Center */
.hvr-underline-from-center{display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative;}
.hvr-underline-from-center:before{content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0px; background: #61b32e; height: 2px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center.hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before{left: 0; right: 0;}
.hvr-underline-from-center:hover,
.hvr-underline-from-center.hover{*height: 77px; *border-bottom: 2px solid #61b32e; *line-height: 77px;}
/* Underline From Center2 */
.hvr-underline-from-center2{display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative;}
.hvr-underline-from-center2:before{content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: -2px; background: #e7c795; height: 3px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.hvr-underline-from-center2:hover:before,
.hvr-underline-from-center2.hover:before,
.hvr-underline-from-center2:focus:before,
.hvr-underline-from-center2:active:before{left: 0; right: 0;}
.hvr-underline-from-center2:hover,
.hvr-underline-from-center2.hover{*height: 47px !important; *border-bottom: 2px solid #e7c795; *line-height: 50px !important;}
@-webkit-keyframes scale{0%{-webkit-transform: scale(1);} 50%{-webkit-transform: scale(1.02);} 100%{-webkit-transform: scale(1);}}
@keyframes scale{0%{transform: scale(1);} 50%{transform: scale(1.02);} 100%{transform: scale(1);}}


.worksShow .caseList{padding-bottom:40px;margin-top:20px;}
.worksShow .caseList .list{width:106%;padding-bottom:20px;}
.worksShow .caseList .list .item{ position: relative; float: left; display: block; width: 296px; height: 166px; margin-right: 20px; margin-bottom: 20px; z-index: 9;cursor:pointer;}
.worksShow .caseList .list .item img{width:296px;height:166px;cursor:pointer;}
.worksShow .caseList .list .item .txt{position: absolute; left: 0px; bottom: 0px; width: 296px; height: 65px; z-index: 9; background: url(../images/shadow.png) repeat-x;}
.worksShow .caseList .list .item .txt .tit{font-size: 20px;line-height: 65px; text-indent: 30px; color: #fff;}
.worksShow .caseList .list .item .txt em{position:absolute;bottom:14px;right:24px;display:block;width:32px;height:32px;background-position:-190px 0;}
.worksShow .caseList .list .item .guan_hover{position:absolute;top:0px;left:0;width:296px;height:166px;background:url("../images/caseHover1.png") no-repeat; opacity:0;filter:alpha(opacity=0);background-size:296px 222px;z-index:3;transition:all ease 300ms;cursor:pointer;}
.worksShow .caseList .list .item:hover .guan_hover{ opacity:1;filter:alpha(opacity=100);transition:all ease 300ms;}
.worksShow .caseList .list .item:hover .txt{display:none;}
.worksShow .caseList .list .item .tit1{margin-top:136px;font-size: 20px;text-align:center;color: #fff;transition:all ease-in-out 300ms;}
.worksShow .caseList .list .item:hover .tit1{margin-top:116px;font-size: 20px;text-align:center;color: #fff;transition:all ease-in-out 300ms;}
.worksShow .caseList .list .item .guan_hover em{position:absolute;top:38px;left:50%;margin-left:-16px;display:block;width:32px;height:32px;background-position:-230px 0;transition:all ease 300ms;}
.worksShow .caseList .list .item:hover .guan_hover em{position:absolute;top:68px;left:50%;margin-left:-16px;display:block;width:32px;height:32px;background-position:-230px 0;transition:all ease-in-out 300ms;}




@media (max-width: 1660px) {
#top_main #top .top_r{ margin-left:150px;}
}
@media (max-width: 1600px) {
#top_main #top .top_r{ margin-left:100px;}
}
@media (max-width: 1575px) {
#top_main #top .top_r{ margin-left:80px;}
}

@media (max-width: 1536px) {
#top_main #top .top_r{ margin-left:70px;}
}
@media (max-width: 1430px) {
	#top_main #top .top_r{ margin-left:44px;}
	#nav li{    margin-right: 34px;}
	#top_main #top .top_r{ width:666px;}
}


.wrapper{ min-height:700px; }
.w{width: 1200px;margin: 0 auto;}
.nybanner, .nybanner ul, .nybanner img{height:300px; width:100%; position:relative;}
.nybanner.nyb2{ height:360px;}
.sitepath{ height: 54px; line-height: 54px; color: #666666; border-bottom: 1px solid #f1f1f1;margin:0 auto 10px;overflow: hidden;}
.sitepath s{ width:22px; height: 26px; background-position:0 0; margin-right: 8px;}
.sitepath span{ color: #d51118; font-weight: bold;}
.sitepath a{ color: #666666; }
.sitepath a:last-child{color: #d51118; font-weight: bold;}
.sitepath a:hover { color: #d51118; }
.in_ny{}
.title_top { margin:0 auto; width:1200px; position:relative; height:300px;}
.title_top .sobtitle { height:76px; padding-top:100px;}
.title_top .sobtitle p{ float:left;}
.title_top .sobtitle p span{ display:block; float:left; font-size:34px; color:#2c6fdb; line-height:34px; padding-left:78px;}
.title_top .sobtitle p span strong{ display:block; font-size:24px; color:#fff; padding-bottom:8px; line-height:24px;}
.title_top .sobtitle p em{ display:block; width:100px; height:1px; background-color:#2c6fdb; float:left; margin-top:18px;}
.title_top .sobtitle i{ float:right; display:block;font-size: 14px;  color: #8a8585; line-height: 14px; margin-top:54px;}
.title_top .sobtitle a { display: inline-block; font-size: 14px;  color: #8a8585; line-height: 14px;}
.title_top .sobtitle a:hover{ color:#fff;}
.title_top .sob_nav{ width:100%; height:100px; position:absolute; bottom:0; left:0; background-color:#252525;z-index: 12;}
.title_top .sob_nav a {display:block;float:left;width: 13.2%;font-size: 16px;height:60px;color: #fff;line-height: 60px;padding-left: 0px;border-right:#000 solid 1px;position:relative;text-align: left;text-indent: 16px;padding: 0 2%;}
.title_top .sob_nav a i{display:block;position:absolute;right: 6%;width:20px;height:5px;top:30px;background-position: -0px -110px;}
.title_top .sob_nav a:hover,.title_top .sob_nav a.on { color: #fff;     background-color: #2c6fdb;background: olive linear-gradient(to right, #5a8ee2, #245bb3);}


   


.title_top .sob_nav a:hover i,.title_top .sob_nav a.on i{    background-position: -0px -90px;}
.nybanner .bg {width: 50%;height: 60px; background: #252525;position: absolute;right: 0; bottom: 0;}

.ntitle2 h3{ text-align:center; font-size:30px; color:#000; line-height:30px; padding-top:80px;}
.anli_lb{ padding-top:74px;width:1200px;}
.anli_lb h3{ font-size:30px; color:#222; line-height:30px; text-align:center;}
.anli_lb .anli_t{ display:inline-block; width:103%; }
.anli_lb .anli_t .item{ display:block; margin-top:30px; width:380px; float:left; margin-right:30px;}
.anli_lb .anli_t .item b{ display:block; overflow:hidden;width:380px; height:286px;}
.anli_lb .anli_t .item b img{ display:block; width:380px; height:286px; transition: all .36s ease;}
.anli_lb .anli_t .item:hover b img { -webkit-transform: scale(1.08);-ms-transform: scale(1.08); transform: scale(1.08);}
.anli_lb .anli_t .item h3{ font-size:20px; color:#222; line-height:20px; padding-top:20px; text-align:center;}
.anli_lb .anli_t .item h3 span{ display:block; font-size:14px; color:#666; line-height:24px; margin-top: 14px;height: 46px;}
.anli_lb .anli_t .item:hover h3{ color:#e7c795;} 

.biao{ background-color:#f5f5f5; width:1198px; height:478px; border:#ddd solid 1px; margin-top:70px;}
.biao .ny-tit { width: 100%; text-align: center;  font-size: 30px; line-height: 30px; padding-top:70px; padding-bottom:36px;}
.biao .formData { width:1000px; margin:0 auto;}
.biao .formData .item { float: left; color: #999; font-weight: normal; width: 320px;  height: 43px; line-height: 43px; border: 1px solid #dddddd;  margin-right: 17px; margin-bottom: 20px;  position: relative; background-color:#fff;}
.biao .formData .item label { width: 110px; border-right: 1px solid #dddddd; position: absolute; left: 0; top: 0; z-index: 11; text-align: center; display: block; margin: 0; height: 43px; line-height: 43px;font-size: 14px; color: #666666;}
.biao .formData .item input { outline: none; line-height: 43px; height: 43px; font-size: 14px;}
.biao .formData .item .txt { width: 266px; height: 43px; line-height: 43px; display: block; background: none; padding-left: 120px; border: 0 none; color: #333; font-size: 14px;}
.biao .formData .item .red { position: absolute; right: 10px; top: 0; color: #ff0000; z-index: 11;}
.biao .formData .item.mr0 { margin-right: 0;}
.biao .formData .item.time .txt { padding-left: 0; margin-left: 100px; padding-left: 8px; background: url(../images/time-ico.png) no-repeat right center;}
.biao .formData .item.keshi { position: relative;z-index: 10;}
.biao .formData .item.keshi p { width: 100%; height: 43px; cursor: pointer;}
.biao .formData .item.keshi .t { padding-left: 30px; color: #666666; width: 314px;  display: block;}
.biao .formData .item.keshi .xia { width: 48px; height: 43px; position: absolute;  right: 0; top: 0; cursor: pointer; border-left: 1px solid #dddddd;  background: #f6f6f6 url(../images/msg-box-ico.png) no-repeat center center;}
.biao .formData .item.keshi input { width: 100%; height: 43px; line-height: 43px;}
.biao .formData .item.keshi .boxlist { width: 100%; border: 1px solid #ddd; position: absolute; left: -1px; top: 43px; background: #fff; z-index: 10; display: none;}
.biao .formData .item.keshi .boxlist li { width: 33.3%; *width: 33%; line-height: 35px; height: 35px; overflow: hidden; float: left; text-indent: 12px;}
.biao .formData .item.keshi .boxlist li:hover { background: #eee; cursor: pointer;}
.biao .formData .msg-box { position: absolute; left: 0; top: 0px;}
.biao .formData .liuyan {width: 1000px; height: 125px; margin-bottom: 20px; border: 1px solid #e5e5e5;  float: left;}
.biao .formData .liuyan label { text-align: right; top: 5px; display: block;}
.biao .formData .liuyan textarea {width: 1000px; height: 101px; line-height: 28px; padding: 12px 20px; font-size: 14px; font-family: "microsoft yahei"; color: #333; border: 0 none;overflow: hidden; background: none;resize: none; display: block; outline: none;}
.biao .formData .bot { width: 100%; float: left;}
.biao .formData .sub { width: 346px; height: 45px; line-height: 45px; text-align: center; background: #282c33; color: #ffffff; font-size: 16px; cursor: pointer; display: block; transition: all ease 300ms; margin: 0 auto; margin-top:10px;}
.biao .formData .sub:hover { background: #404651;}
.biao .formData .yzm { width: 432px;}
.biao .formData .yzm .txt { padding-left: 80px;}
.biao .formData .yzm img { position: absolute; right: 0; top: 0; height: 50px; border: 0px;display: block;}
.biao .formData .item .msg-box{ margin-left: 100px;}


.location{ margin-top:10px;}
.location .menu{ display:inline-block; width:103%;}
.location .menu li{ width:110px; height:110px; background-color:#f5f5f5; border-radius:5px; float:left; margin-top:30px; margin-right:44px; text-align:center; overflow:hidden;}
.location .menu li img{ display:inline-block; width:54px; height:49px; margin-top:16px;}
.location .menu li span{ display:block; font-size:16px; color:#666; line-height:16px;}
.location .menu li a{ display:block; width:110px; height:110px;}
.location .menu li.hover,.location .menu li:hover{ background-color:#e7c795;}
.location .menu li:hover img,.location .menu li.hover img { transform: scale(1.06, 1.06); transform: translateY(-140px);filter: drop-shadow(#fff 0 140px);}
.location .menu li.hover span,.location .menu li:hover span{ color:#fff;}


.an_ch{}
.an_ch .list{ display:inline-block; width:103%; }
.an_ch .list .item{ display:block; margin-top:42px; width:380px; float:left; margin-right:30px;}
.an_ch .list .item b{display:block;overflow:hidden;width: 381px;height: 283px;}
.an_ch .list .item b img{display:block;width: 381px;height: 283px;transition: all .36s ease;}
.an_ch .list .item:hover b img { -webkit-transform: scale(1.08);-ms-transform: scale(1.08); transform: scale(1.08);}
.an_ch .list .item p{ font-size:18px; color:#000; line-height:18px; padding-top:20px; text-align: center; font-weight:bold;}
.an_ch .list .item i{ display:block; font-size:14px; color:#666; line-height:14px; padding-top:14px;text-align: center;}
.an_ch .list .item:hover p{ color:#2c6fdb;} 


/* pager */
.pager { padding: 50px 0 15px; text-align: center;}
.pager:after { visibility: hidden; display: block; font-size: 0; content: " ";clear: both; height: 0;}
.pager { *zoom: 1;}
.pager p { height: 34px;line-height: 34px;float: left; display: none;}
.pager ul { overflow: hidden; margin: 0 auto; text-align: center;}
.pager ul li { padding: 0 !important; height: auto !important; border: none !important;display: inline-block; *display: inline; zoom: 1;}
.pager ul a { margin-left: 8px; padding: 0 15px; height: 38px; line-height: 38px; border: 1px solid #edebeb; text-decoration: none; float: left;}
.pager ul a.current { background-color: #e7c795;border-color: #e7c795; color: #fff;}
.pager ul a.current:hover { background-color: #e7c795; border-color: #e7c795; color: #fff;}
.pager ul a:hover { background-color: #e7c795; border-color: #e7c795; color: #fff;}



.part_2 .news_ul { width:1200px; margin:0 auto; padding-bottom: 40px; padding-top:20px; }
.part_2 .news_ul .ul{ width:105%; display:inline-block;}
.part_2 .news_ul li { margin-top:40px; width:372px; margin-right:40px; float:left; height:424px; background-color:#f5f5f5;}
.part_2 .news_ul li .box1 { width:372px; height:210px; overflow: hidden; display:block; }
.part_2 .news_ul li .box1 img { width:372px; height:210px; transition: ease-in-out .6s;display:block;  }
.part_2 .news_ul li .box2 { display:block; margin:0 auto; width:294px; padding-top:38px;}
.part_2 .news_ul li .box2 h1 { font-size:18px; color: #333; font-weight: 100; line-height:18px; }
.part_2 .news_ul li .box2 p { line-height: 24px; margin-top:16px; height:78px; color:#999; border-bottom:#ddd solid 1px;}
.part_2 .news_ul li .box2 span { font-size: 14px; color: #666; background: url(../images/bn_03.png) no-repeat right center; padding-right:32px; margin-top:20px; display:inline-block; }
.part_2 .news_ul li .right { padding-right: 15px; padding-top: 42px;}
.part_2 .news_ul li .right h3 { font-size: 36px; color: #999; font-weight: 100; }
.part_2 .news_ul li .right p { font-size: 24px; color: #bbb; padding-top:10px; }
.part_2 .news_ul li a { display: block; cursor: pointer; width: 100%; height: 100%; }
.part_2 .news_ul li a:hover .box2 p { color: #666; }
.part_2 .news_ul li a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part_2 .news_ul li a:hover h1{ color:#3fb150;}
.part_2 .news_ul li:hover .box2 p{ border-bottom:#444 solid 1px;}
.part_2 .news_ul li:hover{ background-color:#252525;}
.part_2 .news_ul li:hover .box2 span{ color:#999;}
.part_2 .news_ul li:hover .box2  h1{ color:#2c6fdb;}
.part_2 .news_ul li:hover .box2 p{ color:#999;}


.part_2 .news_ul_1 { width:1200px; margin:0 auto; padding-bottom: 40px; padding-top:20px; }
.part_2 .news_ul_1 .ul{ width:105%; display:inline-block;}
.part_2 .news_ul_1 li {margin-top:40px;width: 380px;margin-right:40px;float:left;height: 500px;background-color:#f5f5f5;}
.part_2 .news_ul_1 li .box1 {width: 380px;height: 284px;overflow: hidden;display:block;}
.part_2 .news_ul_1 li .box1 img {width: 380px;height: 284px;transition: ease-in-out .6s;display:block;}
.part_2 .news_ul_1 li .box2 { display:block; margin:0 auto; width:294px; padding-top:38px;}
.part_2 .news_ul_1 li .box2 h1 { font-size:18px; color: #333; font-weight: 100; line-height:18px; }
.part_2 .news_ul_1 li .box2 p { line-height: 24px; margin-top:16px; height:78px; color:#999; border-bottom:#ddd solid 1px;}
.part_2 .news_ul_1 li .box2 span { font-size: 14px; color: #666; background: url(../images/bn_03.png) no-repeat right center; padding-right:32px; margin-top:20px; display:inline-block; }
.part_2 .news_ul_1 li .right { padding-right: 15px; padding-top: 42px;}
.part_2 .news_ul_1 li .right h3 { font-size: 36px; color: #999; font-weight: 100; }
.part_2 .news_ul_1 li .right p { font-size: 24px; color: #bbb; padding-top:10px; }
.part_2 .news_ul_1 li a { display: block; cursor: pointer; width: 100%; height: 100%; }
.part_2 .news_ul_1 li a:hover .box2 p { color: #666; }
.part_2 .news_ul_1 li a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part_2 .news_ul_1 li a:hover h1{ color:#3fb150;}
.part_2 .news_ul_1 li:hover .box2 p{ border-bottom:#444 solid 1px;}
.part_2 .news_ul_1 li:hover{ background-color:#252525;}
.part_2 .news_ul_1 li:hover .box2 span{ color:#999;}
.part_2 .news_ul_1 li:hover .box2  h1{ color:#2c6fdb;}
.part_2 .news_ul_1 li:hover .box2 p{ color:#999;}


.he_ch{ margin-top:60px;}
.he_ch .list{ width:104%; display:inline-block;}
.he_ch .list .item{ float:left;width:278px;margin-right:30px; text-align:center; margin-bottom:30px;}
.he_ch .list .item b{ display:block; overflow:hidden;width:276px; height:136px; border:#CCC solid 1px; }
.he_ch .list .item b img{ display:block; width:100%; transition: all .36s ease;}
.he_ch .list .item:hover b img { -webkit-transform: scale(1.08);-ms-transform: scale(1.08); transform: scale(1.08);}
.he_ch .list .item p{ font-size:18px; color:#000; line-height:18px; padding-top:20px;}
.he_ch .list .item:hover p{ color:#e7c795;} 


.jobPage{ padding-top:50px;}
.jobPage .item { padding: 10px 25px 0; margin-bottom: 20px; position: relative;}
.jobPage .item .top { height: 80px;padding-left: 20px;  cursor: pointer;border:#e5e5e5 solid 1px; border-left: 4px solid #e5e5e5;}
.jobPage .item .top em{  float: right; margin: 20px 20px 0 0; display:block;}
.jobPage .item.hover .top{border-left: 4px solid #3ba86f;}
.jobPage .item.hover .bottom{border-left: 4px solid #3ba86f;}
.jobPage .item.hover .top s { background-position: -265px -55px;}
.jobPage .item .top h3 { font-size: 18px; color: #333; font-weight:normal; padding-top:12px;}
.jobPage .item .top i{ display:block; padding-top:6px;}
.jobPage .item .top i span{ padding-right:20px;}
.jobPage .item .bottom { padding: 20px 30px 5px; line-height: 32px; border:#e5e5e5 solid 1px; border-top:none;}
.hidden { display: none;}
.jobPage .item .bottom { line-height: 32px;}
.jobPage .morebtn { width: 535px; height: 35px; line-height: 35px; position: relative; margin: 0 auto; padding: 30px 0; cursor: pointer; text-align: center;}
.jobPage .morebtn h3 { display: inline-block; padding: 0 20px; font-size: 16px; background: #fff; position: relative; z-index: 10;}
.jobPage .morebtn .line { width: 100%; height: 1px;display: block;position: absolute; left: 0; top: 50%; background: #dcdcdc;}


.contact_main_3 {  text-align: center;  clear: left; padding-bottom:60px; padding-top:66px;}
.contact_main_3 .title h3 { font-size: 30px;color: #737373; height:75px; font-weight: normal;}
.contact_main_3 .title h3 span { display: block; font-size: 14px; color: #737373; font-family: "Arial"; text-transform: uppercase;}
.contact_main_3 .item .txt { width: 367px; height: 56px; font-size: 14px; line-height: 56px; text-indent: 8px; border: none;background-color: #f1f1f1; color: #737373; padding-left: 6px; *text-indent: 0px;}
.contact_main_3 .item .area { width: 1196px; height: 148px; *margin-left: -8px; background: #f1f1f1; font-size: 14px; text-indent: 8px; line-height: 18px; resize: none; *resize: none; -webkit-appearance: none; color: #737373; border: none; line-height: 40px; padding-left: 6px;}
.contact_main_3 .submit { display: block; clear: left;}
.contact_main_3 .submit .btn1 { width: 278px; height: 52px; margin-top: 50px; font-size: 16px; line-height: 52px; color: #e7c795; cursor: pointer; border: #d3d7e3 solid 1px; background-color: #fff; display: inline-block;}
.contact_main_3 .submit .btn:hover{ background-color:#F0F0F0;}
.contact_main_3 .item { float: left; position: relative; width:373px; padding-top: 20px;}
.contact_main_3 .item .n-top{ position:absolute; left:0; top:20px;}
.contact_main_3 .item.item4,.contact_main_3 .item.item3{ margin-left:38px; *margin-left:0px;}
.aboutPage{ padding-top:50px;}
.contact_main_3 .item.item3,.contact_main_3 .item.item5{ *margin-right:38px;}

.xq_banner{ height:240px;}
.xq_banner .title_top{ height:240px;}

.showxinwen{ border:#dddddd solid 1px;  margin-top:38px; padding-top:38px;    margin-bottom: 60px;}
.showxinwen_text .title{ font-size:24px; color:#333; line-height:24px; text-align:center;}
.showxinwen_text .mark{ display:block; padding-top:12px;text-align: center;border-bottom: #e9e9e9 solid 1px;height: 44px;}
.showxinwen_text .mark span{ display:inline-block; font-size:14px; color:#666; padding-right:14px;}
.showxinwen_text .yaoqiu{ padding:20px 0; }

.showContxt{ margin-top:30px;}
.showContxt img{ display:inline-block;}
.showContxt_text{padding:26px 0px;}
.showContxt_text p{ line-height:30px;}
.showxinwen_text { padding: 0 38px;}

.reLink {height:50px; line-height:50px; color: #666; border-top:1px solid #e4e4e4; overflow: hidden;}
.reLink .prevLink { float:left; margin-left:10px;color: #666; background:url(../images/g13_03.png) left center no-repeat; padding-left:34px;}
.reLink .nextLink { float:right; margin-right:10px;color: #666;background:url(../images/g14_03.png) right center no-repeat; padding-right:34px;}
.reLink a{ color: #666;}
.reLink a:hover{ color: #e7c795;}
/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.qian_an{ padding-bottom:80px;}
.anli_o{ width:1200px; height:30px;}
.anli_o i{ display:block; float:left; font-size:24px; color:#333;}
.anli_o a{ display:block; font-size:16px; color:#666; float:right;}
.anli_o a:hover{ color:#e7c795;}

.in_bj{ background-color:#f2f2f3;}
.showp_txt{ padding:50px 50px;}
.showp_txt img{ display:inline-block;}
.showxin .dol{ background-color:#fff; margin-top:40px;}
.showImg{background:url(../images/sd_03.jpg) left center no-repeat; width:1200px; height:450px; margin-top:20px;}
.showImg .htmleaf-container{ float:left; width:600px; height:450px;}
.showImg .htmleaf-container img{ display:block; width:600px; height:450px;}
.showImg .imgtxtcon{ float:left; width:450px; margin-left:50px;}
.showImg .imgtxtcon h1{ font-size:30px; color:#fff; line-height:30px; padding-top:152px;}
.showImg .imgtxtcon i{ display:block; width:84px; height:1px; background-color:#4f4f4f; margin-top:28px;}
.showImg .imgtxtcon p{ display:block; font-size:16px; color:#999; line-height:16px; padding-top:46px; height:78px;}
.showImg .imgtxtcon a{ display:block; width:171px; height:38px; border:#877868 solid 1px; color:#877868; text-align:center; line-height:38px; font-size:16px; position:relative;}
.showImg .imgtxtcon a:hover{ background-color:#877868; color:#fff;}
.showImg .imgtxtcon a img{ width:173px; height:0px; display:block; position:absolute; left:0px; top:40px;transition: all .3s ease-in;}
.showImg .imgtxtcon a:hover img{ height:173px;}
.showp_txt .tit{ height:28px; position:relative; padding-bottom:20px;}
.showp_txt .tit i{ display:block; width:100%; height:1px; background-color:#ddd; position:absolute; left:0; top:14px;}
.showp_txt .tit p{ position:absolute; left:0; top:0; height:28px; background-color:#fff; width:128px; border-right:#ddd solid 1px; font-size:24px; z-index:2; line-height:28px;}


/* mapPage  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #1e9345;
  color: #fff;
}
.girdlist{ padding-top:20px;}

.zx_t1{ display:inline-block; margin-top:50px;} 
.zx_t1 dl{ float:left; width:210px; padding-left:76px; border-right:#cccccc solid 1px;}
.zx_t1 dl dt{ display:inline-block; height:36px;}
.zx_t1 dl dt p{ font-family:"Arial"; font-size:36px; color:#333; float:left; line-height:36px; float:left;}
.zx_t1 dl dt i{ font-size:16px; color:#333; line-height:16px; display:block; float:left; padding-top:16px; padding-left:8px;}
.zx_t1 dl dd{ display:block;  font-size:16px; color:#333; padding-left:2px; line-height:20px;}
.zx_t1 dl dd i{ display:inline-block; width:10px; height:10px; background-position:0px -380px; float:left; margin-top:4px; margin-right:6px;}
.zx_t1 dl:nth-child(1){ padding-left:86px;}
.zx_t1 dl:first-child{ padding-left:86px;}
.zx_t1 dl:nth-child(4){border-right:none; padding-right:0;}
.zx_t1 dl:first-child+dl+dl+dl{border-right:none; padding-right:0;}


.wrapper .content {
  padding-bottom: 40px;
  min-height: 300px;
}
.wrapper .conlist {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  *zoom: 1;
}
.wrapper .conlist:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wrapper .conlist li {
  width: 33.3%;
  float: left;
  font-size: 20px;
  line-height: 36px;
}
.wrapper .conlist li s {
  width: 60px;
  height: 60px;
  background: url(../images/contact-ico.png) no-repeat left center;
  float: left;
  margin-right: 15px;
}
.wrapper .conlist li span {
  color: #999999;
  font-size: 16px;
  display: block;
  padding: 6px 0 0;
  line-height: 20px;
}
.wrapper .conlist li.a1 {
  width: 38%;
}
.wrapper .conlist li.a2 {
  width: 28%;
  font-family: arial;
  font-size: 24px;
}
.wrapper .conlist li.a2 span {
  font-size: 16px;
  font-family: "microsoft yahei";
}
.wrapper .conlist li.a2 s {
  background-position: -80px center;
}
.wrapper .conlist li.a3 {
  width: 34%;
  font-size: 14px;
}
.wrapper .conlist li.a3 s {
  background-position: -170px center;
}
.wrapper .conlist:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.wrapper.wrappersan .sitepath {
  margin-top: 0;
}

.showVedio2 { width: 765px; height: 440px; position: fixed; left: 50%; top: 50%; margin: -240px 0 0 -382px; z-index: 9999; background: #fff;  display: none;}
.showVedio2 .close { width: 40px; height: 40px; position: absolute; right: -16px; top: -16px; cursor: pointer; background: url(../images/close.png) no-repeat center center; -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms; -ms-transition: all ease 300ms;-o-transition: all ease 300ms; transition: all ease 300ms;}
.showVedio2 .playcon { height: 450px;}
.showVedio2 .close:hover { transform: rotate(180deg);}


.da_bj{ min-height:450px;}
.BMap_bubble_title{ font-size:13px !important;}
.BMap_bubble_content{ font-size:13px !important;}
.header_main .top_r li.ewm .box {
  width: 90px;
  height: 90px;
  border: 10px solid #ccc;
  position: absolute;
  left: -35px;
  top: 30px;
  z-index: 88;
  display: none;
  background: #ccc;
}
.header_main .top_r li.ewm .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .top_r li.ewm:hover {
  color: #0267ad;
}
.header_main .top_r li.ewm:hover .box {
  display: block;
}


.sub_local{background: #2c6fdb; height: 60px; line-height: 60px;}
.sub_local .left{color: #ccc;}
.sub_local .left i{width: 14px; height: 12px; background-position: -50px -100px; margin-right: 10px;}
.sub_local .left a{color: #fff;}
.sub_local .left a:hover{color: #ccc;}
.sub_local .right li{font-size: 16px; margin-left: 50px; float: left;}
.sub_local .right li a{color: #fff; display: inline-block;}
.sub_local .right li a.hover,
.sub_local .right li a:hover{border-bottom: 2px solid #fff; height: 58px;}
.right{float: right;}
.left{float: left;}
