body {
	color: #333;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, Helvetica, Tahoma, Arial, SimSun, 宋体, sans-serif;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
	background: #00469d;
	color: #fff;
}

::-moz-selection {
	background: #00469d;
	color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li { padding: 0; margin: 0;
}
li{ list-style-type: none;}
a {
	color: #333;
}

a:hover {
	color: #00469d;
}

p {
	line-height: 22px
}
@font-face {
  font-family: 'iconfont';
  src: url('t/font_1469158554_1436648.eot'); /* IE9*/
  src: url('t/font_1469158554_1436648.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('t/font_1469158554_1436648.woff') format('woff'), /* chrome、firefox */
  url('t/font_1469158554_1436648.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('t/font_1469158554_1436648.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{font-family:"iconfont";font-size:50px;font-style:normal;}
.top{ background: #383838; color: #fff; height: 30px; line-height: 30px;}
.top .top-fl{ float: left;}
.top .top-fr{ float: right;}
/*header*/

.header-frontend .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
/*	margin-top: 15px;*/
	padding: 0 0 0 15px;
}

.navbar-brand span {
	color: #00469d;
}

.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

.header-frontend .navbar-default {
	background-color: #fff;
    width: 100%;
    border-bottom: 1px #00469d solid ;
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	background: none;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: #fff;
	background-color: #00469d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-frontend .navbar-default .navbar-nav> .open> a,
.header-frontend .navbar-default .navbar-nav> .open> a:hover,
.header-frontend .navbar-default .navbar-nav> .open> a:focus {
	color: #fff;
	background-color: #00469d;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-frontend .navbar-nav> li> a {
    line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 23px;
	padding-right: 23px;
	color: #000;
}

.dropdown-menu li a:hover {
	color: #fff !important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.biaoti{ margin-top: 20px;}
.biaoti h2 ,.biaoti p , .biaoti span{ text-align: center;}
.biaoti p{ color: #666; line-height: 35px;}
.biaoti span { border-bottom: 1px solid #949494; color: #666; font-weight: bold; font-size: 18px;}
.english{ text-align: center;}
.line{ border-bottom: 1px solid #ddd; margin-top: -1px;}
.mt{ margin-top: 20px;}
.f-box {
    background: #f4f4f4;
    padding:60px 20px;
    text-align: center;
    min-height: 380px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box h2{ margin-top: 20px;}
.f-box .yw{ color: #aaa; text-transform:uppercase; letter-spacing: 1px; font-size: 20px; margin: 10px 0;}
.f-box .f-text{ color: #666;}
.f-box u{ margin: 15px auto; width: 85px; height: 1px; background: #ddd; display: block;}
.recent-work-wrap img{ width: 100%;}
.recent-work-wrap{ border: 1px solid #ddd; margin-bottom: 20px;}
.recent-work-wrap img:hover{ opacity: .9;}
/*.more{ margin: 0 auto; display: block; width: 150px; height: 40px; text-align: center; line-height: 45px; color: #fff; background: #00469d; border-radius: 8px;}*/
.news{ background: #00469d; padding: 50px 0 50px 0; overflow: hidden;}
.newtit{ width: 185px; height: 59px; border: 2px solid #fff; margin: 0 auto;}
.newtit h2{ line-height: 40px; font-size: 24px; color: #fff; text-align: center;}
.newtit span{ width: 150px; margin: 0 auto; background: #00469d; text-transform: uppercase; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; display: block;}

.nav-tabs{ border: 0; }
/*.nav>li{ margin-right: 15px;}*/
.nav>li>a{color: #333; border-radius:50px; padding: 5px 30px;}
.nav>li>a:hover{background: #00469d; color: #fff; border: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: #00469d; color: #fff; border: 0;}
.tab-content{ margin-top: 30px;}
.newstext{ text-align: center; color: #fff; margin: 30px 0; font-size: 16px;}
.newslist li a{ color: #fff;}
.newslist li{ line-height: 30px; overflow: hidden;}
.newslist i{ float: left; width: 270px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-style: normal;}
.newslist span{ float: right;}
.partner img{ width: 100%; border: 1px solid #ddd; margin: 10px 0;}
.add{ background: #f9f9f9; padding: 20px 0; }
.add img{ width: 100%;}
.add h2{ font-size: 24px; margin-bottom: 15px;}
.add p{font-size: 16px; line-height: 30px;}
.add .btn-default{ background: #00469d; color: #fff; border: 0; margin-top: 15px;}
.contact{ margin-top: 60px;}
.copyright{ background: #383838;}
.copy-left { color: #fff; font-size: 20px;}
.copy-left .iconfont{ font-size: 32px; margin-right: 10px;}
.copy-left p{ margin-top: 10px;}
.kf{ margin: 15px 0; font-size: 13px; color: #fff; margin-left: 30px; border-radius:20px; border: 1px solid #FFF; display: block; width: 100px; text-align: center; height: 30px; line-height: 30px;}
.copy-left{ float: left; margin-top: 15px;}
.copy-mid{ float: left; margin-left: 70px;}
.copy-mid a{ color: #999; font-weight: normal; text-align: center; display: block;}
.copy-mid li{ float: left; width: 160px;}
.copy-mid h2{ text-align: center; color: #fff; font-size: 20px; line-height: 80px;}
.copy-right{ float: right; width: 150px; text-align: center;}
.copy-right p{ color: #fff; height: 55px; line-height: 80px; overflow: hidden;  font-size: 20px;}
.copy{ line-height: 45px; background: #000; text-align: center; color: #999;}


@media (min-width: 980px) {
    .col-sm-5 {
        width: 60%;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .col-sm-5 {
        width: 80%;
    }
    .product{ display: none;}
    .img{ display: none;}
    .copyright{ display: none;}
}
@media (max-width: 768px) {
	.productdetail img{ width: 100%;}
	.copy{ padding: 15px 0;}
	.newslist i{ width: 200px;}
	.nav>li>a{ padding: 5px 15px;}
	.nav>li{ margin-right: 18px;}
	.f-box{ padding: 20px 0; min-height: 220px; border-radius: 10px;}
	.f-box h2{ margin-top: 10px; font-size: 20px;}
	.f-box .yw{ font-size: 14px;}
	.biaoti h2{ font-size: 18px;}
	.iconfont{ font-size: 40px;}
	.f-box .f-text{ padding:0 5px ;}
	.navbar-brand img{ width: 120px;}
    .navbar-brand{ margin-top: 5px;}
    .navbar-toggle {
        margin-top: 32px;
    }
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }
    .header-frontend .navbar-nav> li> a{ line-height: 30px;     border-radius: 5px;
    -webkit-border-radius: 5px;}
    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }
    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }
    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #00469d !important;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }
    .breadcrumb.pull-right{
        padding: 0;
    }
    .search, .bx-controls-direction {
        display: none;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .property img {
        width: 80%;
    }
    /*.bx-wrapper {
        margin-bottom: 60px;
    }*/
    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }
    .purchase-btn {
        line-height: 98px;
    }
    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .header-frontend .navbar {
        min-height: 60px;
    }
    .navbar-toggle {
        margin-right: 18px;
        margin-top: 13px;
    }
    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #00469d !important;
    }
    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

.pst_bg{ width:100%; height:50px; repeat-x;}
.pst{ width:1100px; text-align:left; margin:0px auto; height:50px; line-height:50px; padding-left:24px; background: url(../images/address.png) left no-repeat;font-size:16px; color:#777;}
.pst a{ color:#777;}
.pst a:hover{ color:#00469d;}
.scd{ width:1100px; margin:0px auto;}
.scd .scd_l{ width:210px; float:left; position:relative; z-index:99; }
.scd_l .s_name{ width:210px; height:50px; line-height: 50px; background: #00469d; position:relative; text-indent: 12px; font-size: 18px; color: #fff;}
.scd_l .s_name img{ vertical-align:top; margin-top:18px;}
.scd_l .s_name i{ display:block; width:30px; height:31px; background:url(../images/icon10.png) no-repeat; position:absolute; right:-30px; bottom:-1px;}
.scd_l .s_nav{ width:210px; background: #f0f0f0; margin-bottom:20px;}
.scd_l .s_nav li{  background: url(../images/icon.png) no-repeat right;     margin: 0px 15px; /*width:100%; */height:45px; line-height:45px; border-bottom:1px solid #ddd;}
.scd_l .s_nav li a{ /*width:190px;*/ height:45px; line-height:45px; /*padding-left:20px; */font-size:16px; display:block; *display:inline; zoom:1;}
.scd_l .s_nav li.now a,.scd_l .s_nav li a:hover{ color:#00469d;}
.s_nav .now a{ color:#00469d;  background: url(../images/hovericon.png) no-repeat right;}
.s_nav a:hover{color:#00469d;  background: url(../images/hovericon.png) no-repeat right;}
.scd_l .s_nav li:last-child{ border-bottom: 0;}
.scd .scd_r{ width:855px; float:right; }
.scd_r .r_name{ width:100%; height:40px; border-bottom:1px solid #ddd; position:relative;}
.scd_r .r_name span{ display:inline-block; *display:inline; zoom:1; height:40px; line-height:40px; font-size:18px; color:#00469d; border-bottom:1px solid #00469d;}
.about{ width:100%; padding:30px 0; font-size:14px; color:#555555; line-height:255%; text-align:left;}
.about img{ max-width:100%; height:auto; vertical-align:top;}
.pages{ width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}
.pages a{ display:inline-block; *display:inline; zoom:1; height:30px; line-height:30px; vertical-align:top; font-size:16px; color:#555555; margin:0 3px;}
.pages .now{ color:#00469d;}
.pages .prev,.pages .next{ color:#FFF; background:#646464; padding:0 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.pages .prev:hover,.pages .next:hover{background:#00469d;}
.new{ width:100%; padding:30px 0;}
.new dl{ width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}
.new dl dt,.new dl dt img{ width:193px; height:135px; float:left; vertical-align:top;}
.new dl dt{ border:3px solid #eee;}
.new dl dd{ width: 630px; float:right; text-align:left;}
.new dl dd .title{ width:100%; height:30px; line-height:30px; position:relative;}
.new dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; color:#00469d;font-size:16px;}
.new dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:0; top:0; font-size:14px; color:#888;}
.new dl dd .des{ width:100%; height:69px; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-bottom:6px;}
.new dl dd .more1{ display:inline-block; *display:inline; zoom:1; width:82px; height:24px; border:1px solid #00469d; text-align:center; line-height:24px; font-size:14px; color:#00469d;}
.lianxi{ margin: 15px 0;}
.lianxi p{ line-height: 30px;}
.lianxi img{ margin: 15px 0; display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;}
.sub{background: #00469d;
    color: #fff;
    border: 0;
    margin-top: 15px;}
    .lianxi span{ color: 00469d;}
.new dl .newcontent{ width: 855px;}
.new dl .newcontent .des{ height: 45px;}
.new dl dd .des a{ color: #555;}
.detail{ padding-bottom: 25px;}
.detail h2{ text-align: center; font-size: 18px; margin-top: 20px;}
.detail .lj {color: #666;text-align: center; margin-top: 8px; margin-bottom: 30px; font-size: 12px;}
.pagebox{ border-top: 1px dashed #ddd; margin-bottom: 50px;}
.pagebox a{ width: 50%; float: left; line-height: 45px;}
.pagebox .down{ float: right; text-align: right;}
@media screen and (max-width:770px){
	.scd .scd_r,.scd .scd_l{ width:100%;}
    .scd_l .s_name i{ display:none;}
   /* .scd .scd_l{ margin-top:25px;}*/
    .scd_l .s_name{ width:100%; background-size:100% 100%; text-align:left;}
    .scd_l .s_name img{ margin-left:30px;}
    .scd_l .s_nav{ width:480px;}
    .scd_l .s_nav li a{ width:450px;}
    .pst{ text-align:left; width: 480px;}
    .scd { width: 480px;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; }
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}
}
@media screen and (max-width:510px) {
	.scd_l .s_nav{ width:320px;}
    .scd_l .s_nav li a{ width:290px;}
    .pst{ font-size:14px; width: 320px;}
    .scd { width: 320px;}
    .new dl dd{ width:100%;}
    .new dl dt, .new dl dt img{ width:314px; height:180px;}
    .lianxi img{ width: 100%;}
    .new dl .newcontent{ width: 100%;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; line-height: 30px;}
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}


}

#recent-works .col-xs-12.col-sm-4.col-md-4 {padding: 0;}
#recent-works {background: url(../images/main2.jpg);background-size: cover;padding-bottom: 70px;}
.recent-work-wrap {	position: relative; display: block;}
.recent-work-wrap img {	width: 100%;}
.recent-work-wrap .recent-work-inner {top: 0;	background: transparent; opacity: 1; width: 100%; border-radius: 0;	margin-bottom: 0;text-align: center;}
.recent-work-wrap .recent-work-inner h3 {margin: 10px 0;}
.recent-work-wrap .recent-work-inner h3 a {	font-size: 24px;color: #fff;}
.recent-work-wrap .overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;border-radius: 0;background: #000;color: #fff;vertical-align: middle;-webkit-transition: opacity 500ms;-moz-transition: opacity 500ms;-o-transition: opacity 500ms;transition: opacity 500ms;padding: 30px;}
.recent-work-wrap .overlay .preview {bottom: 0;	display: inline-block;	height: 35px;	line-height: 35px;border-radius: 0;background: transparent;text-align: center;color: #fff;}
.recent-work-wrap:hover .overlay {opacity: 0.9;}

.scd_r .pro img{ width: 100%;}
.scd_r .pro p{ text-align: center; background: #F5F5F5; line-height: 30px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.scd_r .pro{ margin-bottom: 20px;}


.bannerwz{
    position: absolute;
    top: 0px;
}



/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
    margin: 0px auto;
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
    background: none;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}
.space_zx { /*纵向间隙*/
    float: left;
    width: 10px;
    font-size: 1px;
    overflow: hidden;
}
/*间隙层结束*/


.mgtop{
    margin-top: 22px;
}




/*其他搬移*/
.i_about{ width:1100px; margin:0px auto; box-shadow:0px 0px 5px #666; height:327px; margin-top:-30px; position:relative; z-index:3; margin-bottom:30px; background:#FFF;}
.i_about dt , .i_about dt img{ width:322px; height:327px; float:left; vertical-align:top;}
.i_about dd{ width:713px; float:right; margin-right:30px; text-align:left;}
.i_title{ width:100%; height:60px; line-height:60px; text-align:left; border-bottom:1px solid #ddd; position:relative; font-size:24px; color:#000; font-weight:400;}
.i_title .more{ display:inline-block; *display:inline; zoom:1; font-size:14px; color:#00469d; height:25px; line-height:25px;font-weight: 400; border-bottom:1px solid #00469d; position:absolute; right:0px; bottom:15px;}
.i_about dd .ctn{ width:100%; height:220px; overflow:hidden; text-align:left; font-size:14px; color:#555; line-height:180%; padding-top:30px;}
.i_about dd .ctn p{ margin-bottom:5px; text-indent: 2em;}






.i_m{ width:1100px; margin:0px auto;}
.hui_bg{ width:100%; background:#EEEEEE; padding:40px 0 20px;}
.i_ml{ width:535px; float:left;}
.i_mr{ width:535px; float:right;}
.i_title2{ width:100%; height:30px; line-height:30px; position:relative; text-align:left;}
.i_title2 .line{ width:100%; height:1px; background:#ddd; position:absolute; left:0; top:26px;}
.i_title2 img{ position:relative; z-index:9; vertical-align:top; margin-top:5px;}
.i_title2 .more{ display:block; font-size:14px; color:#00469d; position:absolute; right:0; top:0;}
.i_mb{ width:100%; padding-top:20px;}
.i_mb dl{ width:100%; padding-bottom:20px; border-bottom:1px dashed #bbb; margin-bottom:20px;}
.i_mb dl dt,.i_mb dl dt img{ width:150px; height:105px; float:left; vertical-align:top;}
.i_mb dl dd{ width:370px; float:right;}
.i_mb dl dd .title{ width:100%; height:28px; line-height:28px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.i_mb dl dd .title a{ font-size:14px; font-weight:bold;}
.i_mb dl dd .des{ width:100%; height:55px; font-size:14px; color:#666666; line-height:150%; overflow:hidden;}
.i_mb dl dd .time{ width:100%; height:25px; line-height:25px; text-align:right; position:relative; font-size:12px; color:#888;}
.i_mb dl dd .time a{ display:block; font-size:12px; color:#00469d; position:absolute; left:0; top:0; }
.i_mc{ width:100%; padding-top:20px;}
.i_mc dt{ width:200px; height:205px; border:3px solid #ccc; float:left;}
.i_mc dt img{ width:200px; height:205px; vertical-align:top;}
.i_mc dd{ width:310px; float:right;}
.i_mc dd ul{ width:100%;}
.i_mc dd ul li{ width:100%; height:45px; margin-bottom:10px; background:#dddcdc; position:relative;}
.i_mc dd ul li img{ display:none;}
.i_mc dd ul li .title{ width:94%; height:44px; margin:0px auto; line-height:44px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.i_mc dd ul li .title a{ font-size:14px; color:#00469d;}
.i_mc dd ul li .des{ width:94%; margin:0px auto; height:22px; line-height:22px; white-space:nowrap;overflow:hidden; text-overflow:ellipsis; font-size:12px; color:#555555; margin-top:-5px;}
.i_mc dd ul li i{ display:block; width:8px; height:17px;  position:absolute; left:-8px; top:15px; display:none;}
.i_mc dd ul li.on i{ display:block;}
.i_mc dd ul li.on{ background:#00469d;}
.i_mc dd ul li.on .des,.i_mc dd ul li.on .title a{ color:#FFF;}
.i_mc dd ul li.on .des,.i_mc dd ul li.on .des a{ color:#FFF;}
.i_md{ width:100%; padding-top:20px; text-align:left; padding-bottom:20px;}
.i_md dt,.i_md dt img{ width:215px; height:155px; vertical-align:top; float:left;}
.i_md dd{ width:300px; height:155px; float:right; overflow:hidden; font-size:12px; color:#555555; line-height:195%;}








.i_mbc{ width: 534px; height:155px; float:left; margin-top:15px; color:#FFF;}
.i_mbc .i_mbc1{ width:100%; height:78px; border-bottom:1px solid #FFF;}
.i_mbc1 dl{ width:453px; height:78px; background:#00469d; float:left;}
.i_mbc1 dl dt{ width:110px; float:left; margin-left:25px; font-size:12px; margin-top:18px; }
.i_mbc1 dl dt b{ display:block; height:22px; line-height:22px; font-size:14px;}
.i_mbc1 dl dd{ width:290px; float:left;}
.i_mbc1 dl dd .m_search{ width:280px; height:34px; border:1px solid #00469d; position:relative; margin-top:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#00469d; margin-left:15px;}
.i_mbc1 dl dd .m_search input[type="text"]{ width:235px; height:34px; border:0; position:absolute; left:0; top:0; background:none; padding:0 5px;}
.i_mbc1 dl dd .m_search input[type="submit"]{ width:45px; height:34px; border:0; cursor:pointer; background:url(../images/icon5.png) no-repeat center center; position:absolute; right:0; top:0;}
.i_mbc .i_mbc1 .sq{ width:112px; height:78px; background:#00469d; float:right;border-left:1px solid #FFF;}
.i_mbc .i_mbc1 .sq a{ display:block; width:112px; height:78px; text-align:center; line-height:78px; font-size:14px; color:#FFF;}
.i_mbc ul{ width:100%; background:#474747;}
.i_mbc ul li{ width:178px; height:64px; float:left; border-right:1px solid #FFF; border-bottom:1px solid #FFF;}
.i_mbc ul li a{ display:block; width:177px; height:64px; color:#FFF; text-align:center;}
.i_mbc ul li a:hover{ background:#00469d;}
.i_mbc ul li img,.i_mbc ul li span{ display:inline-block; *display:inline; zoom:1; height:42px; line-height:42px; vertical-align:top; margin-top:12px; margin-left: -5px}







/*招聘岗位*/
.job-title {
    line-height: 50px;
    background: #00469d;
    font-size: 16px;
    font-family: 'Microsoft YaHei', 微软雅黑, Helvetica, Tahoma, Arial, SimSun, 宋体, sans-serif;
    color: #ffffff;


}
.job-title b{
    margin: 0 0 0 4%;
    font-size: 16px;
    font-family: 'Microsoft YaHei', 微软雅黑, Helvetica, Tahoma, Arial, SimSun, 宋体, sans-serif;
    color: #ffffff;
    font-weight: 400;
}
.job-title b.zhiwei {
    margin: 0 21.5% 0 5%;
}
.zhiwei{
    font-size: 16px;
    font-family: 'Microsoft YaHei', 微软雅黑, Helvetica, Tahoma, Arial, SimSun, 宋体, sans-serif;
    color: #333;
    font-weight: 400;
}
.job-title b.jobadd {
    margin: 0 11% 0 9%;
}
.job-title b.caozuo {
    margin-left: 31%;
}
.job-title b.jobbumen {
    margin-left: -4%;
}
.job-con {
    color: #000;
    padding-bottom:20px;
}
.job-con ul li {
    line-height: 60px;
    border-bottom: 1px solid #cdcdcd;
}
.job-con ul li .jobconh {
    cursor: pointer;
}
.job-con li.active {
    border-bottom: 0;
}
.job-con li.active .zhiwei {
    color: #00469d;
}
.job-con b.zhiwei {
    margin: 0 9% 0 5%;
    min-width: 17%;
    display: inline-block;
}
.job-con span.jobadd {
    margin: 0 10% 0 11.5%;
}
.job-con span.date {
    margin: 0 10% 0 6%;
}
.job-con span.click {
    margin-left: 21%;
}
.job-con .job-conwrap {
    color: #666;
    width: 95%;
    border: 1px solid #dbdbdb;
    margin: 30px auto 15px;
    padding: 40px 0 30px 30px;
    display: none;
    position: relative;
}
.job-con .job-conwrap img {
    position: absolute;
    top: -12px;
    left: 55px;
}
.job-con .job-conwrap dl {
    float: left;
    margin-right: 20px;
}
.job-con .job-conwrap dt {
    font-size: 16px;
}
.job-con .job-conwrap dd {
    font-size: 12px;
    line-height: 30px;
}

.mgaright{
    margin-left: 25%;
}
.fwqylist a{
line-height: 30px;
float:left;
margin-right:20px;
}


@media screen and (max-width:1220px){


    .i_about{width:960px;}
    .i_about{ margin-top:30px;}
    .i_about dd{ width:600px; margin-right:20px;}

    .new dl dd{ width:508px;}
    .new dl .newcontent{ width: 100%;}

    .i_m,.fn_m,.pst,.scd{width:960px;}
    .i_ma li{ width:310px; margin-right:15px;}
    .i_ma li .tu, .i_ma li .tu img{ width:310px; height:127px;}
    .i_ml,.i_mr{ width:460px;}
    .i_mb dl dd{ width:300px;}
    .i_mc dt img,.i_mc dt{ width:176px; height:180px;}
    .i_mc dd{ width:260px;}
    .i_mc dd ul li{ margin-bottom:2px;}
    .i_md dt, .i_md dt img{ width:192px; height:138px;}
    .i_md dd{ width:260px; height:240px;}
    .fn_m .code li{ width:120px;}
    .fn_m .code li img{ width:120px; height:120px;}
    .fn_m .code li b,.f_nav li b{ font-size:16px;}
    .fn_m .code{ width:270px;}
    .f_nav li{ margin-left:20px;}
    .fn_m .f_nav{ width:375px;}
    .fn_m .f_ct{ width:295px;}
    .fn_m .f_ct ul li span{ width:275px;}
    .scd .scd_r{ width:725px;}
    .pro dl{ width:355px; margin-right:15px; margin-bottom:20px;}
    .pro dl dd{ width:180px;}
    .pro dl dd .title a{ font-size:14px;}
    .pro dl dd .des{ font-size:12px;}
    .friend ul li,.friend ul li img{ width:169px; height:79px;}
    .friend ul li{ margin-right:10px; border:2px solid #eee;}
    .news dl dd{ width:470px;}
    .cotnact dl dd{ width:365px;}
    .cotnact ul li{ margin-right:15px;}

    .i_mbc {  width: 459px;}
    .i_mb .i_mbr{ width:240px;}
    .i_mb .i_mbc{ width:428px;}
    .i_mbc1 dl{ width:325px;}
    .i_mbc1 dl dt{ margin-left:10px;}
    .i_mbc1 dl dd{ width:200px;}
    .i_mbc1 dl dd .m_search{ width:180px;}
    .i_mbc1 dl dd .m_search input[type="text"]{ width:140px;}
    .i_mbc .i_mbc1 .sq,.i_mbc .i_mbc1 .sq a{ width:102px;}
    .i_mbc ul li,.i_mbc ul li a{ width:153px;}
    .i_mbc ul li img{ margin-right:9px; margin-left: 9px}


    .job-title b {
        margin: 0 0 0 2%;
    }

}
@media screen and (max-width:990px){
    .i_about{width:740px;}
    .i_about dd{ width:480px; margin-right:10px;}
    .i_about dt, .i_about dt img{ width:240px; height:243px;}
    .i_about dd .ctn{ padding-top:5px; height:auto; line-height:148%;}
    .i_about dd .ctn p{ margin-bottom:5px;}
    .i_about{ height:auto;}
    .i_title{ font-size:22px; font-weight:normal;}


    .new dl dd{ width:266px;}
    .new dl .newcontent{ width: 100%;}

    .i_m,.fn_m,.pst,.scd{width:740px;}
    .nav_m .n_icon{ display:block;}
    .nav_m .nav{ width:740px; position:absolute; right:0; top:90px; background:#EEEEEE; display:none;}
    .head .nav li a{ width:100px;}
    .i_ma li{ width:240px; margin-right:10px;}
    .i_ma li .tu, .i_ma li .tu img{ width:240px; height:98px;}
    .i_ma li .des{ height:40px; line-height:150%;}
    .i_ml, .i_mr{ width:100%;}
    .i_mb dl dd{ width:570px;}
    .i_mc dd,.i_md dd{ width:540px;}
    .i_md dd{ height:140px;}
    .fn_m .code{ width:45%;}
    .fn_m .f_nav{ width:52%; border:0;}
    .fn_m .f_ct{ width:100%; margin-top:30px;}
    .fn_m .f_ct ul li span{ width:295px;}
    .fn_m .f_ct ul{ width:48%; float:left;}
    .scd .scd_r{ width:505px;}
    .pro dl{ width:100%; margin-right:0;}
    .pro dl dd{ width:325px;}
    .friend ul li, .friend ul li img{ width:154px; height:71px;}
    .friend ul li{ margin:8px 5px !important;}
    .news dl dd{ width:255px;}
    .news dl dd .title p{ font-size:15px;}
    .news dl dd .title em{ font-size:12px;}


    .i_mbc{ width:738px;}
    .i_mbc ul li, .i_mbc ul li a{ width:246px;}
    .i_mbc1 dl{ width:599px;}
    .i_mbc1 dl dd .m_search{ width:440px;}
    .i_mbc1 dl dd .m_search input[type="text"]{ width:400px;}

    .job-title b {
        margin: 0 0 0 -1%;
    }
}
@media screen and (max-width:770px) {
    .i_about{width:480px;}
    .i_about dt, .i_about dt img{ width:100%; height:auto;}
    .i_about dd{ width:96%; float:none; margin:0px auto !important; padding:0px; clear:both; padding-bottom:10px;}


    .new dl dd{ width:266px;}
    .new dl .newcontent{ width: 100%;}

    .i_m,.fn_m,.pst,.scd{width:480px;}
    .i_ma li{ width:100%; margin-right:0;}
    .i_ma li .tu, .i_ma li .tu img{ width:480px; height:196px;}
    .i_mb dl dd{ width:320px;}
    .i_mc dd, .i_md dd{ width:280px;}
    .fn_m .code,.fn_m .f_nav,.fn_m .f_ct ul{ width:100%; border:0;}
    .fn_m .f_nav li{ margin-left:0; margin-right:50px;}
    .scd .scd_r,.scd .scd_l{ width:100%;}
    .scd_l .s_name i{ display:none;}
    /*.scd .scd_l{ margin-top:25px;}*/
    .scd_l .s_name{ width:100%; background-size:100% 100%; text-align:left;}
    .scd_l .s_name img{ margin-left:30px;}
    .scd_l .s_nav{ width:470px;}
    .scd_l .s_nav li a{ width:440px;}
    .pro dl dd{ width:300px;}
    .friend ul li{ margin:8px 4px !important;}
    .friend ul li, .friend ul li img{ width:148px; height:68px;}
    .news dl dd{ width:230px;}
    .pst{ text-align:left;}
    .cotnact h1{ font-size:22px;}


    .i_mbc{ width:480px;}
    .i_mbc1 dl{ width:367px;}
    .i_mbc1 dl dd .m_search{ width:215px;}
    .i_mbc1 dl dd .m_search input[type="text"]{ width:170px;}
    .i_mbc ul li, .i_mbc ul li a{ width:160px;}

    .job-title b.caozuo {
        margin-left: 27%;
    }
    .job-con span.click {
        margin-left: 17%;
    }
}
@media screen and (max-width:510px) {
    .i_about{width:320px;}
    .i_title{ font-size:18px;}
    .i_title .more{ font-size:14px;}
    .i_about dd .ctn{ line-height:160%;}
    .new dl dd{ width:318px;}
    .new dl .newcontent{ width: 100%;}
    .i_m,.fn_m,.pst,.scd{width:320px;}
    .i_ma li .tu, .i_ma li .tu img{ width:320px; height:130px;}
    .i_mb dl dd{ width:100%;}
    .i_mb dl dt,.i_mb dl dt img{ width:320px; height:224px;}
    .i_mc dd ul li.on i{ display:none;}
    .i_mc dd, .i_md dd{ width:100%;}
    .i_mc dt{ width:314px;}
    .i_mc dt img, .i_mc dt{ width:314px; height:320px;}
    .i_md dt, .i_md dt img{ width:320px; height:230px;}
    .fn_m .f_nav li{ margin-right:10px;}
    .scd_l .s_nav{ width:310px;}
    .scd_l .s_nav li a{ width:280px;}
    .fn_m .code li b, .f_nav li b{ font-size:15px;}
    .f_nav li p,.fn_m .code li p{ font-size:12px;}
    .pst{ font-size:14px;}
    .fn_m .code li{ margin-right:70px;}
    .pro dl{ height:146px;}
    .pro dl dt img,.pro dl dt{ width:140px; height:140px;}
    .pro dl dd{ width:160px;}
    .pro dl dd .more{ margin-top:5px;}
    .join .j_c{ display:none;}
    .join .j_d{ display:block;}
    .news dl dd{ width:100%;}
    .news dl dt, .news dl dt img{ width:314px; height:180px;}


    .i_mbc{ width:318px; height:auto;}
    .i_mbc .i_mbc1 .sq, .i_mbc .i_mbc1 .sq a{ width:59px;}
    .i_mbc .i_mbc1 .sq a{ line-height:19px; height:58px; width:39px; padding:20px 10px;}
    .i_mbc1 dl{ width:250px;}
    .i_mbc1 dl dd{ width:130px;}
    .i_mbc1 dl dd .m_search{ width:125px; margin-left:0;}
    .i_mbc1 dl dd .m_search input[type="text"]{ width:90px;}
    .i_mbc ul li, .i_mbc ul li a{ width:106px; height:101px;}
    .i_mbc ul li span{ margin-top:0;}

    .i_mbc ul li img{ margin-right:9px; margin-left: 9px}
    .job-title b {
        margin: 0 0 0 -7%;
    }
    .job-title b.caozuo {
        margin-left: 13%;
    }
    .job-con span.click {
        margin-left: 0%;
    }
}



div.digg{ margin:0; padding:0; text-align:left; font-size:14px; }
    div.digg a {
        display: block;
        float: left;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #e1e2e3;
        line-height: 20px;
        height: 20px;
        color: #3b8dd1;
        background: #fff;
        text-decoration: none;
        height: 30px;
    }
    div.digg a:hover { border:1px solid #3b8dd1; }
    div.digg span{ display:block; float:left; padding:5px 0; line-height:20px; height:20px; }
    div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; }
        div.digg span.disabled {
            border: 1px solid #eee;
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #ddd;
            height: 30px;
            line-height: 19px;
        }









