@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
body{
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	
	}
a:hover{
	
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/** header **/
.header{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.logo{
	height: auto;
	padding:16px 0px;
}
.logo h1{
	margin:0;
}
.logo h1 a{
	display: block;
}
.logo img{
	max-width: 140%;
}
.menu{
	height: auto;
}
.menu ul{
	height: auto;
	float: right;
}
.menu ul li{
	float: left;
	margin:0 1px;
}
.menu ul li a{
	display: block;
	color: #111;
	font-size: 15px;
    line-height: 100px;
    padding:0 20px;
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.menu ul li a:hover{
    color: #fff;
    background: #2bb61c;
}
#menu_dq a{
    color: #fff;
    background: #2bb61c;
}
.dianhua{
	height: auto;
	float: right;
	background: url(../images/dh.png) no-repeat right 4px;
	padding-right: 22px;
	margin-top: 25px;
}
.dianhua1{
	height: auto;
	text-align: right;
}
.dianhua1 p{
	margin:0;
	font-size: 14px;
    color: #666;
}
.dianhua1 h3{
	font-size: 22px;
    color: #2bb61c;
}


/** header **/


/** banner **/
.banner{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-slide{
	height: 100%;
}
.banner .swiper-slide a{
	display: block;
	width: 100%;
	height:100%;
}
.bottom-nav { width: 100%; text-align: center; position: absolute; bottom: 30px; z-index: 10; }



/*轮播*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-button-prev { display: none; }*/
.bottom-nav { width: 100%; text-align: center; position: absolute; bottom: 30px; z-index: 10; }
.ups-icon-videoplay { display: inline-block; vertical-align: middle; margin-right: 15px; cursor: pointer; }
.ups-icon-videoplay:before { font-family: "upsicons"; content: "\e680"; font-size: 28px; color: white; }
.stop-status.ups-icon-videoplay:before { content: "\e681"; }
#banner,
#banner .swiper-wrapper {
    height: 100vh;
}
#banner .swiper-slide
 {
    height: 100%;
}
#banner .swiper-slide .img-inner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
   /* -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;*/
}
/*#banner .swiper-slide.swiper-slide-active .img-inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}*/
#banner .swiper-pagination { position: relative; display: inline-block; height: 29px; vertical-align: middle; }
#banner .swiper-pagination-bullet { width: 25px; height: 32px; background: transparent; opacity: 1; box-sizing: border-box; border-radius: 0; margin: 0 30px; vertical-align: middle; position: relative;}
#banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #868585;
    font-size: 16px;
    font-family: "Arial Black";
    font-weight: normal;
    line-height: 1;
}
#banner .swiper-pagination-bullet-active:before {
    
}
#banner .swiper-pagination-bullet:first-child:before {
    content: "01";
}
#banner .swiper-pagination-bullet:nth-child(2):before {
    content: "02";
}
#banner .swiper-pagination-bullet:nth-child(3):before {
    content: "03";
}
#banner .swiper-pagination-bullet:nth-child(4):before {
    content: "04";
}
#banner .swiper-pagination-bullet:nth-child(5):before {
    content: "05";
}
#banner .swiper-pagination-bullet:nth-child(6):before {
    content: "06";
}
#banner .swiper-pagination-bullet:nth-child(7):before {
    content: "07";
}
#banner .swiper-pagination-bullet:nth-child(8):before {
    content: "08";
}
#banner .swiper-pagination-bullet:nth-child(9):before {
    content: "09";
}
#banner .swiper-pagination-bullet:nth-child(10):before {
    content: "10";
}
#banner .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 2px;
    background: #868585;
    margin-left: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#banner .swiper-pagination-bullet-active:after {
    background: #2bb61c;
    width: 6px;
    margin-left: -3px;
}

#banner .swiper-button-next, #banner .swiper-button-prev {
    width: 75px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .swiper-button-next {
    right: 60px;
    background: url("../images/icon-banner-next.png") no-repeat center;
}
#banner .swiper-button-prev {
    left: 60px;
    background: url("../images/icon-banner-prev.png") no-repeat center;
}
#banner .swiper-button-next:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
#banner .swiper-button-prev:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

/** banner **/

/** sy_pro **/
.sy_pro{
	height: auto;
	padding:50px 0;
}
.sybt{
	width: 400px;
	height: 60px;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-top:none;
    position: relative;
}
.sybt:before{
	content: "";
	width: 90px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:0;
	left:0;
}
.sybt:after{
	content: "";
	width: 90px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:0;
	right:0;
}
.sybt01{
	width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2bb61c;
    position: absolute;
    top:-18px;
    left:50%;
    margin-left: -70px;
}
.sybtkj{
	width: 100%;
	height: auto;
	position: absolute;
	top:18px;
	left:0;
}
.sybt02{
	width: 166px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #2bb61c;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.titlehr {
    height: 1px;
    border: none;
    border-top: 1px solid #2bb61c;
    width: 234px;
    margin: -11px auto 18px auto;
    padding: 0;
}
.titlebtm {
    width: 24px;
    height: 2px;
    margin: 0 auto 10px auto;
    background-color: #2bb61c;
}





.sypro_con{
	height: auto;
	margin-top: 35px;
    position: relative;
}
.sypro_zj{
    width: 100%;
     height: auto;
     padding-bottom: 15px;
}
.sypro_zj01{
   height: auto;
}
.sypro_zj01 ul{
    height: auto;
}
.sypro_zj01 ul li{
    height: auto;
    margin-bottom:30px;
}
.sycp_zj{
    width: 100%;
    height: auto;
}
.sycp_zj a{
    display: block;
    padding:20px;
    border:1px solid #ededed;
    border-radius: 5px;
}
.sycp_tp{
    height: auto;
    overflow: hidden;
}
.sycp_tp img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1.0); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}
.sycp_nm{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.sycp_cs{
    margin-top: 2px;
    color: #666;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.sycp_zj a:hover{
   box-shadow: 5px 5px 5px #ddd;
}
.sycp_zj a:hover .sycp_nm{
    color: #2bb61c;
}
.sycp_zj a:hover .sycp_cs{
    color: #888;
}
.sycp_zj a:hover .sycp_tp img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1.1); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}

.sypro_zj02{
    height: auto;
    padding-left: 0;
}
.sycp_zj1{
    height: auto;
}
.sycp_zj1 a{
    display: block;
    border:1px solid #ededed;
    border-radius: 5px;
    display: table;
    width: 100%;
    height: 100%;
}

.sycp_tui{
    height: auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.sycp_nm1{
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    /**
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    **/
}
.sycp_cs1{
   padding: 0 15px;
    margin-top: 10px;
    color: #666;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.sycp_tp1{
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.sycp_tp1 img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1.0); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}
.sycp_xq{
    padding: 0 15px;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.sycp_xq p{
    line-height: 25px;
    font-size: 14px;
    color: #999;
    margin:0;
}
.sycp_more{
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff !important;
    background: #fc5a20;
    text-align: center;
    border-radius: 30px;
    margin:0 auto;
    margin-top: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #ce1125;
}

.sycp_zj1 a:hover{
    box-shadow: 5px 5px 5px #ddd;
}
.sycp_zj1 a:hover .sycp_nm1{
     color: #ce1125;
}
.sycp_zj1 a:hover .sycp_cs1{
    color: #888;
}
.sycp_zj1 a:hover .sycp_tp1 img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1.1); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}
.sycp_zj1 a:hover .sycp_xq p{
    color: #888;
}
.sycp_zj1 a:hover .sycp_more{
    background: #fc5a20;
}

.sy_pro .swiper-container-horizontal>.swiper-pagination{
    bottom: 0;
}

.sypro_con .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:-75px;
}
.sypro_con .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -75px;
}
/** sy_pro **/

/** sy_case **/
.sy_case{
	height: auto;
	padding:50px 0;
	position: relative;
}
.sy_case:before{
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top:0;
	left:0;
	background: #22a714;
    background: -webkit-linear-gradient(45deg, #22682a 0%, #3eb831 40%, #22682a 100%);
    background: linear-gradient(45deg, #22682a 0%,#3eb831 40%,#22682a 100%);
}
.sy_case .sybt{
	border:1px solid #fff;
	border-top: none;
}
.sy_case .sybt:before{
	background: #fff;
}
.sy_case .sybt:after{
	background: #fff;
}
.sy_case .sybt01{
	color: #fff;
}
.sy_case .sybt02{
	background: #fff;
	color: #2bb61c;
}
.sy_case .titlehr{
	border-top: 1px solid #fff;
}
.sy_case .titlebtm{
	background: #fff;
}


.syjjfn_con{
    height: auto;
    margin-top: 35px;
}
.syjjfn_zj{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.syjjfn_zj a{
    display: block;
    position: relative;
}
.syjjfn_zj a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 88;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.syjjfn_tp{
    height: auto;
}
.syjjfn_tp img{
    max-width: none;
    position: relative;
    left: 50%;
    margin-left: -378px;
}

.syjjfn_zj .sigle{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    margin-left: -25%;
    font-size: 20px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 30px;
    margin-top: -30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.syjjfn_zj .cont{
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    height: 310px;
    margin-top: -155px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    z-index: 100;
    padding: 100px 8% 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.syjjfn_zj .cont h5{
    font-size: 20px;
    color: #333;
}
.syjjfn_zj .des{
    color: #666;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
}
/**
.syjjfn_zj i{
    margin-top: 30px;
    width: 44px;
    height: 10px;
    background: url(../images/icon-more1.png) no-repeat center;
}
**/
.sycontb{
    margin-top: 20px;
    width: 44px;
    height: 10px;
    background: url(../images/icon-more1.png) no-repeat center;
}
.syjjfn_zj a:hover .sigle{
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.syjjfn_zj a:hover .cont{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.syjjfn_zj a:hover .des{
     opacity: 1;
    visibility: visible;
}
.syjjfn_zj a:hover before{
    opacity: 0;
    visibility: hidden;
}

.syjjfn_con .item{
        position: relative;
    float: left;
    width: 20%;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.syjjfn_con .item:hover{
     width: 35% !important;
}

.syjjfn_con .swiper-container-horizontal>.swiper-pagination{
    bottom: 0;
}
/** sy_case **/

/** syab **/
.syab{
    height: auto;
    padding:0 0 50px;
    display: none;
}
.syab_con{
    width: 65%;
    height: auto;
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #989898;
}
.syab_con p{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #989898;
}

.syab_more{
    margin-top: 30px;
    height: auto;
    text-align: center;
}
.syab_more a{
     color: #2bb61c;
     display: inline-block;
    border-bottom: 1px solid #2bb61c;
    line-height: 30px;
    /**
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    **/
    transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
-o-transition: all 0.4s linear;

}
.syab_more a:hover{
    background: #2bb61c;
    color: #fff;
    padding: 0 30px;
}
/** syab **/
/** sy_ys **/
.sy_ys{
    height: auto;
    padding:50px 0 20px;
    background: #f1f0f0;
}
.syys_con{
    height: auto;
    margin-top: 35px;
}
.syys_con ul{
    height: auto;
}
.syys_con ul li{
    height: auto;
    margin-bottom: 30px;
}
.syys_tb{
    height: auto;
}
.syys_tbimg{
    height: auto;
}
.syys_tbimg img{
    max-width: 100%;
}
.syys_wzjs{
    height: auto;
}
.syys_bt{
    color: #333;
    font-size: 20px;
    line-height: 35px;
}
.syys_wz{
    font-size: 16px;
    line-height: 25px;
    color: #999;
    margin-top: 5px;
}
/** sy_ys **/

/** sy_news **/
.sy_news{
    height: auto;
    padding: 50px 0 20px;
}

.syxw_con{
    height: auto;
    margin-top: 35px;
}

.demo{width:100%;position:relative;}
.demo h2{font-size:16px;height:44px;color:#3366cc;margin-top:20px;}
.demo dl dt{font-size:14px;color:#ff6600;margin-top:30px;font-weight:800;}
.demo dl dt,.demo dl dd{line-height:22px;}
.tabbtn{height:auto; text-align: center;}
.tabbtn li{position:relative; display: inline-block; padding:0 20px;}
.tabbtn li a{display:block; height:auto;line-height:30px;text-align:center;font-size:18px;cursor:pointer; border-radius: 30px; color: #111;
position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;}
.tabbtn li.current{}
.tabbtn li.current a{color: #2bb61c;}

.tabbtn li:before{
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #6e6e6e;
}
.tabbtn li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2bb61c;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    bottom: -5px;
}
.tabbtn li a:hover:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.tabbtn li:nth-child(1):before{
    display: none;
}
.tabbtn li.current a:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
/* tabcon */
.tabcon{position:relative;height:auto;overflow:hidden;margin-top:35px;}
.tabcon .subbox{position:absolute;left:0;top:0;}
.tabcon .sublist{height:auto;}

.sy_xw{
    height: auto;
}
.sy_xw ul{
    height: auto;
}
.sy_xw ul li{
    height: auto;
    margin-bottom: 30px;
}
.sy_xw ul li a{
    display: block;
    border:1px solid #ddd;
    padding:15px 30px;
}
.sy_xwbt{
    line-height: 30px;
    font-size: 16px;
    color: #111;
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.sy_xwnr{
    line-height: 25px;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
}
.sy_time{
    line-height: 25px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.sy_xw ul li a:hover{
    background: #2bb61c;
}
.sy_xw ul li a:hover .sy_xwbt{
    color: #fff;
}
.sy_xw ul li a:hover .sy_xwnr{
    color: #ddd;
}
.sy_xw ul li a:hover .sy_time{
    color: #ddd;
}
/** sy_news **/
/** link **/
.link{
    height: auto;
    padding:0 0 30px;
}
.link_bt{
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    
}
.link_bt01{
    float: left;
    line-height: 30px;
    font-size: 20px;
    color: #111;
    
    font-weight: bold;
}
.link_bt02{
    width: 130px;
    background: #2bb61c;
    color: #fff;
    font-size: 14px;
    padding:3px 10px;
    margin-left: 15px;
    font-weight: 400;
    float: left;
    margin-top: 4px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: capitalize;
}

.link_con{
    height: auto;
    margin-top: 15px;
}
.link_con ul{
    height: auto;
}
.link_con ul li{
    float: left;
    line-height: 25px;
    margin-right: 18px;
}
.link_con ul li a{
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #111;
}
.link_con ul li span{
    font-size: 12px;
    margin-right: 5px;
    color: #2bb61c;
    display: inline-block;
}
.link_con ul li a:hover{
    color: #2bb61c;
}
/** link **/

/** footer **/
.footer{
    height: auto;
    border-top: 3px solid #2bb61c;
}
.footer01{
    height: auto;
    background: #333;
    padding:30px 0;
}
.footer01 ul{
    height: auto;
}
.footer01 ul li{
    height: auto;
}
.fot_bt{
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.fot_bt a{
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.fot_bt a:hover{
    color: #2bb61c;
}
.fot_xx{
    height: auto;
    margin-top: 5px;
}
.fot_xx a{
    line-height: 28px;
    margin:0;
    font-size: 14px;
    color: #eee;
}
.fot_xx a:hover{
    color: #2bb61c;
}
.fot_lxwm{
    height: auto;
    margin-top: 5px;
}
.fot_lxwm p{
    line-height: 28px;
    margin: 0;
    font-size: 14px;
    color: #eee;
}

.fot_ewm{
    height: auto;
    margin-top: 10px;
}


.footer02{
    height: auto;
    background: #222;
    padding:5px 0;
}
.banquan{
    height: auto;
    padding: 0;
}
.banquan p{
    line-height: 25px;
    font-size: 13px;
    color: #eee;
    margin:0;
}
.banquan p a{
    color: #eee;
}
.banquan p a:hover{
    color: #2bb61c;
}
.jszc{
    height: auto;
    text-align: right;
}
.jszc p{
    line-height: 25px;
    font-size: 13px;
    color: #eee;
    margin:0;
}
.jszc p a{
    color: #eee;
}
.jszc p a:hover{
    color: #2bb61c;
}
/** footer **/
/** ny_banner **/
.ny_banner{
    height: auto;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
.ny_banner img{
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}

@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.9, .9)
    }
}
.nyb_wz{
    width: 300px;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -62px;
    margin-left: -150px;
    text-align: center;
}
.nyb_wz01{
    line-height: 50px;
    font-size: 36px;
    color: #111;
    font-weight: bold;
}
.nyb_wz01 span{
    color: #2bb61c;
}
.nyb_wz02{
    line-height: 30px;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
}

.mbxdh{
    width: 100%;
    height: auto;
    position: absolute;
    left:0;
    bottom: 0;
    padding:5px 0;
    line-height: 30px;
    text-align:center;
    background: rgba(0,0,0,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.mbxdh01{
    height: auto;
}
.mbxdh02{
    height: auto;
}

.nyfl_mbx{
    height: auto;
    line-height: 35px;
    padding:0 15px;
    font-size: 14px;
    color: #fff;
}
.nyfl_mbx a{
    color: #fff;
    font-size: 14px;
}
.nyfl_mbx span{margin: 0 10px;color: #e2e0e0;font-size: 14px;}
.nyfl_mbx .fa-home{
    margin-right: 8px;
    font-size: 16px;
    color: #fff;
}
.nyfl_mbx a:hover{
    color: #2bb61c;
}
.nyfl_mbx a:hover i{
    color: #2bb61c;
}
/** ny_banner **/

/** ny_menu **/
.ny_menu{
    height: auto;
    border-bottom: 1px solid #d9d9d9;
}
.ny_menu ul{
    height: auto;
    text-align: center;

}
.ny_menu ul li{
    height: auto;
    display: inline-block;
}
.ny_menu ul li a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #111;
    border-left: 1px solid #d9d9d9;
    padding:0 50px;
    position: relative;
}

.ny_menu ul li:last-child a{
    border-right: 1px solid #d9d9d9;
}
.ny_menu ul li a:hover{
    color: #fff;
    background: #2bb61c;
}
.ny_menu ul li a:hover:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -12px;
    _font-size: 0;
    _line-height: 0;
    _overflow: hidden;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid dashed dashed dashed;
    border-color: #2bb61c transparent transparent transparent;
}
#ny_on a{
    color: #fff;
    background: #2bb61c;
}
#ny_on a:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -12px;
    _font-size: 0;
    _line-height: 0;
    _overflow: hidden;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid dashed dashed dashed;
    border-color: #2bb61c transparent transparent transparent;
}

/** ny_menu **/
/** inner **/
.inner{
    height: auto;
    padding:70px 0;
}
.inner_ab{
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
}
.inner_ab img{
    max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.inner_ab h2{text-align: center; font-size: 30px;margin-bottom: 30px;}

.cftp{
    height: auto;
    margin-bottom: 10px;
}
.cftp ul{
    height: auto;
}
.cftp ul li{
    height: auto;
    margin-bottom: 30px;
}
.cftp ul li a{
    display: block;
}
.cftp_tp{
    height: auto;
    overflow: hidden;
}
.cftp_tp img{
    -ms-transition:all 1s ease-in-out; 
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
}
.cftp_bt{
    line-height: 45px;
    font-size: 15px;
    color: #111;
    text-align: center;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    padding:0 15px;
}
.cftp ul li a:hover .cftp_tp img{
    -ms-transform:scale(1.1,1.1); 
    -moz-transform:scale(1.1,1.1); 
    -webkit-transform:scale(1.1,1.1); 
    -o-transform:scale(1.1,1.1);
    -ms-transition:all 1s ease-in-out; 
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
}
.cftp ul li a:hover .cftp_bt{
    color: #fff;
    background: #2bb61c;
}

.fenye{
    height: auto;
}
.fenye ul{
    height: auto;
    text-align: center;
}
.fenye ul li{
    display: inline-block;
    margin:5px;
}
.fenye ul li a{
    display: block;
    color: #424242;
    background: #cacaca;
    line-height: 30px;
    font-size: 16px;
    padding:2px 15px;
}
.fenye ul li a:hover{
    background: #2bb61c;
    color: #fff;
}
#fenye_on a{
    background: #2bb61c;
    color: #fff;
}
/** inner **/
/** main **/
.main{
    width: 60%;
}

.time-axis{
    margin: 0;
    padding: 0;
    position: relative;
}

.time-axis:before{
    content: '';
    position: absolute;
    left: 88px;
    top: 15px;
    width: 1px;
    height: 100%;
    background-color: #E4E4E4;
}
.time-axis-item{
    list-style: none;
    padding-left: 150px;
    position: relative;
    line-height: 28px;
    font-size: 14px;
    color: #141414;
    padding:0 0 15px 150px;
}
.time-axis-achievement{
    margin: 0;
}
.time-axis-date{
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
}

.time-axis-date span{
    position: absolute;
    right: -49px;
    top: 35%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background-color: #fff;
}
.time-axis-date span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date span{
    border-color: #2bb61c;
}

.time-axis-item:last-child .time-axis-date span:after{
    background-color: #2bb61c;
    border-color: #2bb61c;
}

/** main **/
/** honor_list **/
.honor_list{
    height: auto;
    margin-bottom: 10px;
}
.honor_list ul{
    height: auto;
}
.honor_list ul li{
    height: auto;
    margin-bottom: 30px;
}
.syry_zj{
    width: 100%;
    height: auto;
}
.syry_zj a{
    display: block;
    background: #efeded;
    text-align: center;
    padding: 35px 20px 25px;
}
.syry_tp{
    height: auto;
    overflow: hidden;
}
.syry_tp img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1.0); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}
.syry_bt{
    margin-top: 15px;
    color: #333;
    line-height: 25px;
    font-size: 14px;
     white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    text-align: center;
}
.syry_zj a:hover .syry_tp img{
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1.1); 
    -moz-transition: all 0.4s; 
    -o-transition: all 0.4s; 
    -webkit-transition: all 0.4s; 
    transition: all 0.4s;
}
.syry_zj a:hover{
    background: #2bb61c;
}
.syry_zj a:hover .syry_bt{
    color: #fff;
}
/** honor_list **/
/** inner_news **/
.inner_news{
    height: auto;
    margin-bottom: 40px;
}
.inner_news ul{
    height: auto;
}
.inner_news ul li{
    height: auto;
    margin-bottom: 15px;
}
.inner_news ul li a{
    display: block;
     padding: 15px;
     background: #f2f2f2;
     -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.inxw_tp{
    height: auto;
    padding-left: 0;
}
.inxw_img{
    height: 260px;
    background: #fff;
    text-align: center;
}
.inxw_img img{
    max-width: 100%;
    height: 100%;
}
.inxw_con{
    height: auto;
    padding: 0 135px 0 15px;
    position: relative;
    height: 260px;
}
.inxw_con h4{
    padding: 18px 0 22px 0;
    font-size: 24px;
    line-height: 30px;
    color: #111;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.inxw_n{
    font-size: 15px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #777;
}
.inxw_more{
    width: 120px;
    height: auto;
    line-height: 35px;
    border: 1px solid #2bb61c;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    background-color: #2bb61c;
    margin-top:50px;
    margin-left: 0;
}
.inxw_time{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -61px;
    text-align: center;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.inxw_time01{
    font-size: 72px;
    line-height: 76px;
    font-style: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #2bb61c;
    color: #2bb61c;
}
.inxw_time02{
    font-size: 18px;
    line-height: 40px;
    color: #2bb61c;
}
.inner_news ul li a:hover{
    background: #2bb61c;
}
.inner_news ul li a:hover h4{
    color: #fff;
}
.inner_news ul li a:hover .inxw_n{
    color: #eee;
}
.inner_news ul li a:hover .inxw_more{
    border:1px solid #2fb621;
}
.inner_news ul li a:hover .inxw_time01{
    color: #fff;
     border-bottom: 1px solid #eee;
}
.inner_news ul li a:hover .inxw_time02{
    color: #fff;
}

.dot_bt{
     line-height: 35px;
    font-size: 30px;
    color: #111;
    text-align: center;
}
.dot_bt1{
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.dot_xq{
    height: auto;
    margin-top:30px;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
}
.dot_xq img{
    max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}

.xddot_syxq{
    height: auto;
    margin-top: 30px;
}
.xddot_syxq01{
    height: auto;
    padding-left: 0;
}
.xddot_syxq01 p{
    line-height:30px;
    font-size: 15px;
    color: #949494;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin:0;
}
.xddot_syxq01 p a{
    color: #6b6b6b;
}
.xddot_syxq01 p a:hover{
    color: #2bb61c;
}
.xddot_syxq02{
    height: auto;
    padding-right: 0;
}
.fanhui_lb{
    width: 120px;
   float: right;
   margin-top: 12px;
}
.fanhui_lb a{
    display: block;
     line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #2bb61c;
    text-align: center;
    border-radius: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fanhui_lb a:hover{
    background: #0f70ce;
}

/** inner_news **/
/** csse_box **/
.csse_box{
    height: auto;
    margin-bottom: 10px;
}
.csse_box ul{
    height: auto;
}
.csse_box ul li{
    height: auto;
    margin-bottom: 30px;
}
.case_zj{
    height: auto;
}
.case_zj a{
    display: block;
}
.case_tp{
    height: auto;
}
.case_connr{
    height: auto;
    padding:15px;
}
.case_bt{
    line-height: 30px;
    font-size: 22px;
    color: #333;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin-top: 15px;
}
.case_wz{
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.case_wz p{
    line-height: 25px;
    margin:0;
    font-size: 14px;
    color: #999;
}
.case_more{
    line-height: 30px;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}
.case_more span{
    margin-left: 10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.case_zj a:hover{
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.case_zj a:hover .case_bt{
    color: #2bb61c;
}

/** csse_box **/

/** skill_box **/
.skill_box{
    height: auto;
    padding-bottom: 10px;
}
.skill_box ul{
    height: auto;
}
.skill_box ul li{
    height: auto;
    margin-bottom: 30px;
    position: relative;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 30px;
}
.skill_time{
    width: 75px;
    height: auto;
    position: absolute;
    top:0;
    left:0;
    font-family: Arial, Helvetica, sans-serif;
}
.skill_sj{
    border: 1px solid #e6e6e6;
    -moz-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 10px 0 0;
    background: rgba(0, 0, 0, 0.02);
}
.day{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: block;
}
.year{
    display: block;
    font-size: 10px;
    border-top: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, 0.9);
    line-height: 28px;
}
.skill_nr{
    width: 100%;
    height: auto;
    padding-left: 90px;
}
.skill_bt a{
    line-height: 30px;
    font-size: 22px;
    color: #111;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.skill_bt a:hover{
    color: #2bb61c;
}
.skill_wzjs{
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
    color: #888;
}
.skill_wzjs span{
    display: inline-block;
}
.skill_wzjs span a{
    color: #2bb61c;
}
.skill_wzjs span a i{
    margin-left: 5px;
}
.skill_wzjs span a:hover{
   color: #0f70ce;
}
/** skill_box **/

/** inner_lxfs **/
.inner_lxfs{
    height: auto;
}
.inner_lxfs ul{
    height: auto;
}
.inner_lxfs ul li{
    height: auto;
    padding:0 5px;
}
.lxfs_zj{
    display: block;
    width: 100%;
    height: 100%;
}
.lxfs_tb{
    width: 50px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}
.lxfs_tb img{
    max-width: 100%;
}
.lxfs_wz{
    font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.lxfs_wz p{
    line-height: 25px;
    font-size: 15px;
    margin:0;
}
.lxfs_wz p a{
    color: #666;
}
.lxfs_wz p a:hover{
    color: #ce1125;
}

.inner_bdmap{
    height: 500px;
    border:1px solid #ddd;
    margin-top: 35px;
}
#dituContent{
    width: 100%;
    height: 100%;
}
/** inner_lxfs **/
/** inner_lxfs1 **/
.inner_lxfs1{
    height: auto;
}
.lxfs_gsbt{
    font-size: 30px;
    line-height: 35px;
    color: #111;
}
.lxfs_gsbt1{
    color: #999999;
    font-size: 18px;
    line-height: 25px;
}
.lxfs_con{
    height: auto;
    margin-top: 45px;
}
.lxfs_con01{
    height: auto;
    padding-left: 0;
}
.lxfs_con01 ul{
    height: auto;
}
.lxfs_con01 ul li{
    height: auto;
    margin-bottom: 20px;
}
.lxtb{
    width: 42px;
    height: auto;
    float: left;
}
.lxwz{
    width: calc(100% - 57px);
    height: auto;
    float: left;
    margin-left: 15px;
}
.lxwz01{
    color: #333333;
    font-size: 15px;
    line-height: 21px;
}
.lxwz02{
    color: #333333;
    font-size: 15px;
    line-height: 21px;
}


.lxfs_con02{
    height: auto;
    padding-right: 0;
}
.lxfs_tpimg{
    height: 500px;
    background: url(../images/lxfs_tpimg.jpg) center center no-repeat;
    background-size: cover;
}
/** inner_lxfs1 **/

/** inner_message **/
.inner_message{
    height: auto;
     margin-top: 80px;
}
.message_bt{
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #111;
}
.message_con{
    height: auto;
    margin-top: 25px;
}
.message_con ul{
    height: auto;
}
.message_con ul li{
    height: auto;
    margin-bottom: 20px;
}
.message_xbt{
    line-height: 25px;
    font-size: 16px;
    color: #111;
}
.message_srk{
    height: auto;
    margin-top: 8px;
}
.message_srk input{
    background-color: #e3e3e3;
    border-radius: 15px;
    border: 1px solid #fff !important;
    outline: none;
    padding: 0 16px;
    line-height: 40px;
    width: 100%;
}
.message_srk textarea{
    height: 120px;
    width: 100%;
    background-color: #e3e3e3;
    border-radius: 15px;
    border: 1px solid #fff !important;
    outline: none;
    padding: 8px 16px;
}
.message_srk01 input{
    background: #2bb61c;
    color: #fff;
    font-size: 14px;
}
.message_srk02 input{
     font-size: 14px;
     color: #111;
}
/** inner_message **/

/** job_box **/
.job_box{
    height: auto;
    margin-bottom: 40px;
}
.job_box ul{
    height: auto;
}
.job_box ul li{
    height: auto;
}
.job_box ul li a{
    display: block;
    line-height: 50px;
    font-size: 15px;
    color: #111;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.job_bt{
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.job_bt i{
    margin-right: 10px;
    color: #2bb61c;
}
.job_jy{
    text-align: right;
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.job_yq{
    text-align: right;
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.job_rs{
    text-align: right;
    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.job_box ul li a:hover{
    background: #2bb61c;
    color: #fff;
}
.job_box ul li a:hover .job_bt i{
    color: #fff;
}

.job_nybt{
    line-height: 35px;
    font-size: 30px;
    color: #111;
    text-align: center;
}
.job_nybt1{
    line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.job_xq{
    height: auto;
    margin-top:30px;
}
.job_xq ul{
    height: auto;
}
.job_xq ul li{
    height: auto;
    margin-bottom: 30px;
    height: auto;
    line-height: 25px;
    font-size: 15px;
    color: #111;
}
.job_nygwbt{
    line-height: 30px;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-bottom: 5px;
}
.fanhui{
    height: auto;
    margin-top: 35px;
}
.fanhui a{
    width: 180px;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border:1px solid #ddd;
    display: block;
    color: #111;
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.fanhui a:hover{
    color: #fff;
    background: #2bb61c;
    border:1px solid #2bb61c;
}
/** job_box **/

/** dot_tj **/
.dot_tj{
    height: auto;
    margin-top: 30px;
}
.tj_bt{
    line-height: 35px;
    font-size: 18px;
    color: #111;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-weight: bold;
}
.tj_con{
    height: auto;
    margin-top: 10px;
}
.tj_con ul{
    height: auto;
}
.tj_con ul li{
    height: auto;
    padding-left: 0;
}
.tj_con ul li a{
    display: block;
    line-height:45px;
    font-size: 16px;
    color: #111;
    border-bottom: 1px dotted #ddd;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.tj_con ul li a:hover{
    color: #2bb61c;
}
.tj_con ul li a i{
    margin-right: 10px;
    color: #2bb61c;
}
/** dot_tj **/
/** in_pro **/
.in_pro{
    height: auto;
}
.inpro_fl{
    height: auto;
    padding-right: 30px;
}
.profl_bt{
    padding:15px 30px;
    background: #2bb61c;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.inpro_fl ul{
    height: auto;
    background:#646464;
    margin-top: 2px;
}
.inpro_fl ul li{
    height: auto;
    margin-bottom:10px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
}
.profl_tm{
    height: auto;
}
.profl_tm a{
    line-height: 45px;
    font-size: 17px;
    color: #fff;
    padding:0 15px;
}
.profl_tm a:hover{
    color:#fff;
    background: #0f70ce;
}
#pro_on a{
    color:#fff;
    background: #0f70ce;
}
.profl_n{
    height: auto;
}
.profl_n p{
    margin:0;
}
.profl_n p a{
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    padding:0 15px;
}
.profl_n p a span{
    margin-right: 10px;
}
.profl_n p a:hover{
    color:#111;
    background: #fff;
}
#pro1_on a{
    color:#111;
    background: #fff;
}

.ckgdcp{
   padding:0 15px;
   margin-top: 5px;
}
.ckgdcp a{ 
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}
.ckgdcp a i{
    margin-right:10px;
}
.ckgdcp a:hover{
    color: #2bb61c;
}

.inpro_cp{
    height: auto;
}
.pro_cpbt{
    line-height: 25px;
    border-left:5px solid #999;
    font-size: 22px;
    color: #111;
    padding-left:15px;
}
.pro_cpbt span{
    margin-left: 15px;
    color: #999;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.pro_cpbox{
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
.pro_cpbox ul{
    height: auto;
}
.pro_cpbox ul li{
    height: auto;
    margin-bottom: 30px;
}
.pro_dot{
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
.pro_dotp{
    height: auto;
    border:1px solid #ddd;
    padding:15px 10%;
    text-align: center;
}
.pro_dotp img{
    max-width: 100%
}
.pro_xqbt{
    height: auto;
    margin-top: 30px;
    font-size: 20px;
    color: #111;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}
.pro_xqbt i{
    margin-right: 10px;
    color: #2bb61c;
}
.pro_xqnr{
    height: auto;
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
}
.pro_xqnr img{
    max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
/** in_pro **/

/** wzdt_box **/
.wzdt_box{
    height: auto;
}
.wzdt_box ul{
    height: auto;
}
.wzdt_box ul li{
    height: auto;
    border-bottom: 1px dotted #ddd;
    padding:15px 0;
}
.wzdt_bt{
    height: auto;
}
.wzdt_bt a{
    line-height: 30px;
    font-size: 16px;
    color: #111;
}
.wzdt_bt a i{
    margin-right: 10px;
    color: #2bb61c;
}
.wzdt_bt a:hover{color: #2bb61c;}
.wzdt_fl{
    height: auto;
    padding-left: 5px;
}
.wzdt_fl a{
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    float: left;
    margin-right: 30px;
}
.wzdt_fl a i{
    margin-right: 10px;
    color: #2bb61c;
}
.wzdt_fl a:hover{
    color: #2bb61c;
}

.wzdt_other{
    height: auto;
    line-height: 25px;
    margin-top:15px;
}
.wzdt_other a{
    line-height: 25px;
    font-size: 14px;
    color: #111;
}
.wzdt_other span{
    margin:0 10px;
}
.wzdt_other a:hover{
    color: #2bb61c;
}
/** wzdt_box **/



@media (min-width: 1400px){
.container {
    width: 1400px;
}
}




@media (min-width: 1200px) and (max-width: 1440px) {
    .dianhua1 h3{
        font-size: 20px;
    }
    .menu ul li a{
        padding: 0 15px;
    }
}
@media (min-width: 769px) and (max-width:1199px) {
    .dianhua1 h3{
        font-size: 18px;
    }
    .menu ul li a{
        padding: 0 10px;
        font-size: 13px;
    }
    .dianhua{
        padding-left: 0;
    }
    .logo{
        padding: 30px 15px 0;
    }
}


/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;padding-bottom: 10px;}
.navbar-nav li{ border-bottom: 1px solid #ddd;}
.navbar-nav li a{ color:#111; font-size: 14px;}
.navbar-nav li a:hover{ color:#2bb61c;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left; margin-top: 2px;}
.logo_boxlist img{
    height: 46px;
}
.headerwarp{ display:none;}
.navbar-toggle {background-color:#2bb61c; margin-right: 0;border-radius:0;}
.navbar-toggle .icon-bar {background-color:#fff;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#2bb61c;
	}
	

	
.banner_phone{
    height: auto;
    margin-top: 50px;
}
#banner1 .swiper-pagination { position: relative; display: inline-block; height: 29px; vertical-align: middle; }
#banner1 .swiper-pagination-bullet { width: 25px !important; height:25px !important; background: transparent; opacity: 1; box-sizing: border-box; border-radius: 0; margin: 0 15px; vertical-align: middle; position: relative;}
#banner1 .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #868585;
    font-size: 14px;
    font-family: "Arial Black";
    font-weight: normal;
    line-height: 1;
}
#banner1 .swiper-pagination-bullet-active:before {
    
}
#banner1 .swiper-pagination-bullet:first-child:before {
    content: "01";
}
#banner1 .swiper-pagination-bullet:nth-child(2):before {
    content: "02";
}
#banner1 .swiper-pagination-bullet:nth-child(3):before {
    content: "03";
}
#banner1 .swiper-pagination-bullet:nth-child(4):before {
    content: "04";
}
#banner1 .swiper-pagination-bullet:nth-child(5):before {
    content: "05";
}
#banner1 .swiper-pagination-bullet:nth-child(6):before {
    content: "06";
}
#banner1 .swiper-pagination-bullet:nth-child(7):before {
    content: "07";
}
#banner1 .swiper-pagination-bullet:nth-child(8):before {
    content: "08";
}
#banner1 .swiper-pagination-bullet:nth-child(9):before {
    content: "09";
}
#banner1 .swiper-pagination-bullet:nth-child(10):before {
    content: "10";
}
#banner1 .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 2px;
    background: #868585;
    margin-left: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#banner1 .swiper-pagination-bullet-active:after {
    background: #2bb61c;
    width: 6px;
    margin-left: -3px;
}

#banner1 .swiper-button-next, #banner .swiper-button-prev {
    width: 75px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner1 .swiper-button-next {
    right: 60px;
    background: url("../images/icon-banner-next.png") no-repeat center;
}
#banner1 .swiper-button-prev {
    left: 60px;
    background: url("../images/icon-banner-prev.png") no-repeat center;
}
#banner1 .swiper-button-next:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
#banner1 .swiper-button-prev:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}	

.sy_pro{
    padding:35px 15px 20px; 
}	
.sybt{
    width: 90%;
}
.sybt01{
    font-size: 20px;
}
.sybt02{
    font-size: 12px;
}
.sypro_con{
    margin-top: 20px;
}
.sycp_zj a{
    padding:10px;
}
.sycp_nm{
    font-size: 14px;
    line-height: 22px;
}
.sycp_cs{
    line-height: 18px;
}

.sy_case{
    padding:35px 15px;
}
.bottom-nav{
    bottom: 15px;
}
.syjjfn_con{
    margin-top: 20px;
}
.syab_con{
    width: 100%;
    margin-top: 20px;
    padding:0 15px;
}
.syab_con p{
    line-height: 25px;
    font-size: 14px;
}
.syab_more{
    margin-top: 8px;
}
.syab{
    padding: 0 0 30px;
}
.sy_ys{
    padding: 35px 0 10px;
}
.syys_con{
    margin-top: 20px;
}
.syys_bt{
    font-size: 16px;
    line-height: 25px;
}
.syys_wz{
    font-size: 13px;
    line-height: 22px;
}
.syys_con ul li{
    margin-bottom: 15px;
}
.syys_tb{
    padding-left: 0;
}
.syys_wzjs{
    padding-right: 0;
}
.sy_news{
    padding: 35px 15px 10px;
}
.syxw_con{
    margin-top: 20px;
}
.tabcon{
    margin-top: 20px;
}
.tabbtn li a{
    line-height: 25px;
    font-size: 14px;
}
.tabbtn li{
    padding: 0 10px;
}
.sy_xw ul li a{
    padding: 10px 15px;
}
.sy_xwbt{
    line-height: 25px;
    font-size: 15px;
}
.sy_xwnr{
    line-height: 22px;
    font-size: 13px;
    height: 44px;
}
.sy_time{
    line-height: 22px;
    font-size: 13px;
}
.sy_xw ul li{
    margin-bottom: 15px;
}
.footer01{
    padding: 15px 0;
}
.fot_bt a{
    line-height: 25px;
    font-size: 14px;
}
.fot_lxwm p{
    line-height: 25px;
    font-size: 12px;
}
.fot_bt{
    line-height: 25px;
    font-size: 14px;
}
.footer01 ul li{
    margin-bottom: 10px;
}
.fot_ewm{
    width: 50%;
    margin-left: 0;
}
.footer02{
    padding: 10px 15px;
}
.banquan p{
    line-height: 22px;
    font-size: 12px;
}
.jszc{
    text-align: left;
    padding:0;
}
.jszc p{
    line-height: 22px;
    font-size: 12px;
}
.ny_banner{
    margin-top: 50px;
}
.nyb_wz01{
    line-height: 30px;
    font-size: 20px;
}
.nyb_wz02{
    line-height: 20px;
    font-size: 12px;
}
.nyb_wz{
    margin-top: -25px;
}

.phone_dbzx {
    width: 100%;
    height: auto;
    padding: 5px;
    background: #2bb61c;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.phone_dbzx ul {
    height: auto;
}
.phone_dbzx ul li {
    width: 25%;
    float: left;
}
.phone_dbzj {
    height: auto;
}
.phone_dbzj a {
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
}
.phone_dbtb {
    height: auto;
    font-size: 24px;
    line-height: 25px;
}
.phone_dbwz {
    font-size: 14px;
    line-height: 25px;
}
.phone_dbxian {
    width: 1px;
    height: 30px;
    background: #21ac12;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}
.warp {
    padding-bottom: 60px;
}

#ny_on a:after{
    display: none;
}
.ny_menu ul li a{
    line-height: 40px;
    font-size: 13px;
    padding: 0 25px;
}
.ny_menu ul li a:hover:after{
    display: none;
}
.inner{
    padding:30px 0;
}
.inner_ab{
    padding:0 15px;
    line-height: 28px;
    font-size: 14px;
}
.inner_ab h2{
    font-size: 20px;
    margin-bottom: 15px;
}
.ny_menu ul li:nth-child(1) a{
    border-bottom: 1px solid #d9d9d9;
}
.ny_menu ul li:nth-child(2) a{
    border-bottom: 1px solid #d9d9d9;
}
.ny_menu ul li:nth-child(3) a{
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.cftp{
    padding:0 8px;
}
.cftp ul li{
    margin-bottom: 10px;
    padding: 0 7px;
}
.cftp_bt{
    line-height: 35px;
    font-size: 14px;
}
.fenye ul li{
    margin: 2px;
}
.fenye ul li a{
    line-height: 25px;
    font-size: 13px;
    padding: 2px 10px;
}
.main{
    width: 90%;
}
.time-axis:before{
    left:66px;
}
.time-axis-date span{
    right: -30px;
}
.time-axis-item{
    padding: 0 0 15px 100px;
    line-height: 25px;
    font-size: 13px;
}
.honor_list{
    padding:0 8px;
}
.honor_list ul li{
    margin-bottom: 15px;
    width: 50%;
    float: left;
    padding: 0 7px;
}
.syry_zj a{
    padding: 20px 15px 15px;
}
.syry_bt{
    margin-top: 10px;
    font-size: 13px;
}
.inner_news{
    padding:0 15px;
    margin-bottom: 25px;
}
.inxw_tp{
    padding-right: 0;
}
.inxw_img{
    height: 220px;
}
.inxw_time{
    right: 0;
    margin-top: -38px;
}
.inxw_time01{
    font-size: 36px;
    line-height: 40px;
}
.inxw_time02{
    font-size: 14px;
    line-height: 30px;
}
.inxw_con{
    padding: 0 70px 0 0px;
    height: 172px;
}
.inxw_con h4{
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 25px;
}
.inxw_n{
    font-size: 13px;
    line-height: 25px;
    height: 75px;
}
.inxw_more{
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 15px;
}
.dot_bt{
    padding:0 15px;
    line-height: 30px;
    font-size: 18px;
}
.dot_bt1{
    line-height: 22px;
    font-size: 13px;
    margin-top: 5px;
    margin:0 15px;
}
.dot_xq{
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 15px;
}
.xddot_syxq{
    margin-top: 20px;
    padding: 0 15px;
}
.xddot_syxq01{
    padding-right: 0;
}
.xddot_syxq01 p{
    line-height: 25px;
    font-size: 13px;
}
.fanhui_lb{
    float: left;
    width: 100px;
}
.fanhui_lb a{
    line-height: 30px;
    font-size: 13px;
}
.dot_tj{
    margin-top: 20px;
    padding:0 15px;
}
.tj_bt{
    line-height: 25px;
    font-size: 15px;
    padding-bottom: 2px;
}
.tj_con{
    margin-top: 5px;
}
.tj_con ul li a{
        line-height: 35px;
    font-size: 13px;
}
.profl_n{
    display: none;
}
.inpro_fl ul li{
    margin-bottom: 0;
    padding-bottom: 0;
    width: 50%;
    float: left;
    border-right: 1px solid #b2b2b2;
}
.profl_tm a{
        line-height: 25px;
    font-size: 13px;
    padding:8px 15px;
}
.profl_bt{
    padding: 10px 15px;
    line-height: 25px;
    font-size: 15px;
}
.inpro_cp{
    margin-top: 25px;
}
.pro_cpbt{
    line-height: 25px;
    border-left: 3px solid #999;
    font-size: 18px;
    padding-left: 10px;
}
.pro_cpbt span{
    margin-left: 10px;
    font-size: 13px;
}
.pro_cpbox{
    margin-top: 15px;
}
.pro_cpbox ul li{
    margin-bottom: 15px;
    padding: 0 7px;
}
.sycp_cs{
    font-size: 12px;
}
.pro_dot{
    margin-top: 20px;
}
.pro_dotp{
    padding: 15px 5%;
}
.pro_xqbt{
    margin-top: 20px;
    font-size: 16px;
}
.pro_xqnr{
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
}
.case_connr{
    padding:10px;
}
.case_bt{
    margin-top: 10px;
    line-height: 25px;
    font-size: 18px;
}
.case_more{
    line-height: 25px;
    margin-top: 5px;
    font-size: 12px;
}
.csse_box ul li{
    margin-bottom: 15px;
}
.skill_box{
    padding:0 15px 10px;
}
.day{
    font-size: 24px;
    line-height: 25px;
}
.skill_nr{
    padding-left: 85px;
}
.skill_bt a{
    line-height: 25px;
    font-size: 16px;
}
.skill_wzjs{
    line-height: 22px;
    font-size: 13px;
    height: 44px;
}
.skill_box ul li{
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.inner_lxfs{
    padding:0 15px;
}
.lxfs_wz p{
    line-height: 22px;
    font-size: 13px;
}
.inner_lxfs ul li{
    margin-bottom: 15px;
}
.lxfs_tb{
    margin-top: 8px;
}
.inner_bdmap{
    margin:20px 15px 0;
    height: 260px;
}
.job_jy{
    display: none;
}
.job_yq{
    display: none;
}
.job_bt{
    width: 60%;
    float: left;
}
.job_rs{
   width: 40%;
    float: left;
}
.job_box{
    padding:0 15px;
    margin-bottom: 25px;
}
.job_box ul li a{
    line-height: 40px;
    font-size: 13px;
}
.job_nybt{
    padding:0 15px;
    line-height: 30px;
    font-size: 20px;
}
.job_nybt1{
    line-height: 20px;
    font-size: 12px;
    margin:5px 15px 0;
}
.job_xq{
    margin-top: 20px;
    padding:0 15px;
}
.job_xq ul li{
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
}
.fanhui{
    margin-top: 20px;
}
.fanhui a{
    width: 150px;
    line-height: 35px;
    font-size: 13px;
}
.wzdt_box{
    padding:0 15px;
}
.wzdt_box ul li{
    padding:10px 0;
}
.wzdt_bt a{
    font-size: 14px;
}
.wzdt_fl a{
    line-height: 25px;
    font-size: 13px;
    margin-right: 25px;
}
.message_bt{
    font-size: 20px;
}
.inner_message{
    margin-top: 50px;
}
.message_con ul li{
    margin-bottom: 15px;
}
.message_xbt{
    line-height: 20px;
    font-size: 14px;
}
.message_srk{
    margin-top: 5px;
}
.message_srk input{
    line-height: 35px;
}
.message_con{
    margin-top: 20px;
}	
.message_srk01 input{
    font-size: 13px;
}
.message_srk02 input{
    font-size: 13px;
}
.message_srk textarea{
    height: 80px;
}

.inner_lxfs1{
    padding:0 15px;
}
.lxfs_gsbt{
    font-size: 22px;
    line-height: 30px;
}
.lxfs_gsbt1{
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.lxfs_con{
    margin-top: 25px;
}
.lxfs_con01{
    padding:0;
}
.lxfs_con02{
    padding:0;
    margin-top: 15px;
}
.lxfs_con01 ul li{
    margin-bottom: 15px;
}
.lxfs_tpimg{
    height: 265px;
}
.in_map{
    padding:0 15px;
}

}
/** 移动端 **/
/** index **/


