@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1200px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1200px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 1200px;margin:0 auto 40px auto;position: relative;
}
.n_box:after,.box:after{
    display: block;content: "";clear: both;
}

*{ margin:0; padding:0;}
body,td,th{ font-size:12px; color:#333; font-family: "Microsoft YaHei";}
a{ color:#333; text-decoration:none;}
a:hover{ color:#da2f37; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0; list-style:none; border:0px;}
dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
ul,li{ list-style:none;}
input,textarea,slsct{ font-family:inherit; font-weight:inherit;}
img{ border:0;}
.pro_border img{
    border: 1px #ddd solid;
}
.pro_border:hover img{
    border: 1px #da2f37 solid;
}
.proshow{
   width: 960px;position: relative;
}

/* 乌鸦 */
.hide{
    display: none;
}

.width-1200{
    width: 1200px;
    margin: 0 auto;
}

/* 内页 */
.bodycon{
    width: 1200px;
    margin: 0 auto;
}
/* 内页右边 */
.pro_content_big{
    margin-left: 20px;
    width: 960px;
}
.pro_content_big.not_left{
    margin-left: 0;
    width: 1200px;
}
.clear{ clear:both; height: 0;}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{ float:left;}
.pull-right{ float:right;}
.ov-hi{ overflow: hidden;}
.text-en{ font-family:Arial, Helvetica, sans-serif;}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}


.line-clamp-1{
    overflow: hidden;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.margin-top-30{
    margin-top: 30px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

/*抬头*/
 .top {
                width: 100%;
                line-height: 20px;
                font-size: 12px;
                color: #fff;
                padding: 5px 0;
                background: #139e39;
            }

            .top a {
                color: #fff;
                padding: 0 10px;
                display: inline-block;
            }

            .top a:last-child {
                border-right: none;
            }
              .top_logo_bg {
                background: #14a73d;
            }

            .logo_big_div {
                position: relative;
                padding-bottom: 25px;
            }

            .logo {
                margin-top: 35px;
            }

            .top_describe {
                font-size: 16px;
                font-weight: bold;
                line-height: 26px;
                margin-top: 46px;
                margin-left: 18px;
            }

            .logo_describe_img {
                margin-top: 15px;
            }

            .logo_describe_text {
                font-weight: bold;
                font-size: 22px;
                color: #fecf07;
            }

            .top_tel {
                min-width: 240px;
                margin-top: 32px;
                max-width: 350px;
            }

            .top_tel .top_tel_img {
                vertical-align: bottom;
            }

            .top_tel_describe {
                /*margin-left: 10px;*/
            }

            .top_tel_describe p {
                line-height: 22px;
                font-size: 14px;
                color: #fff;
            }

            .top_tel_describe strong {
                font-family: "Arial";
                font-size: 26px;
                line-height: 30px;
                color: #fecf07;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .logo_img {
                position: absolute;
                top: -30px;
                left: 525px;
            }

            .logo_img img {
                max-height: 140px;
                max-width: 300px;
            }
    
 /*首页右边  */
 .pro_class_big {
				width: 218px;
			}

			.pro_class_title {
				background: #14a73d url(images/1_20.png) 180px center no-repeat;
				color: #fff;
				padding-left: 40px;
				padding: 20px;
			}

			.pro_class_title p {
				font-size: 18px;
				font-weight: bold;
			}

			.pro_class_title span {
				font-size: 12px;
				text-transform: uppercase;
			}

			.pro_class_content_ul {
				border-right: 1px #ddd solid;
				border-left: 1px #ddd solid;
				border-bottom: 1px #ddd solid;
				min-height: 475px;
			}

			.pro_class_content_ul li {
				line-height: 68px;
			}

			.pro_class_content_ul li:nth-child(2n) {
				background: #f1f1f1 url(images/class_list_bg.png) 180px center no-repeat;
			}

			.pro_class_content_ul li:nth-child(2n+1) {
				background: #f9f9f9 url(images/class_list_bg.png) 180px center no-repeat;
			}

			.pro_class_content_ul li:hover {
				background-color: #e8e8e8;
			}

			.pro_class_content_ul li a {
				font-size: 15px;
				color: #333;
				padding-left: 40px;
				display: block;
				text-overflow: ellipsis;
				white-space: nowrap;
				overflow: hidden;
			}

			.pro_all {
				min-height: 499px;
			}
			
			 .pro_content_big {
                            width: 960px;
                        }

                        .pro_content_title {
                            border: 1px #eee solid;
                            line-height: 48px;
                            margin: 0 0 15px 0;
                            font-size: 16px;
                            color: #444;
                        }

                        .pro_content_title a {
                            text-transform: uppercase;
                            font-family: Arial;
                            font-size: 12px;
                            color: #ddd;
                            padding-right: 8px;
                        }

                        .pro_content {
                            padding: 21px;
                            background: #f9f9f9;
                            border-radius: 15px;
                        }


                        .pro_ul li {
                            float: left;
                            margin-right: 7px;
                        }

                        .pro_ul li:nth-child(4n) {
                            margin-right: 0;
                        }

                        .pro_ul li img {
                            width: 224px;
                            height: 224px;
                        }

.com-width .left .pic.pic-plus img {
	display: block;
	width: 100%;
	position: relative;
}

.com-width .left {
	position: relative
}

.com-width .left>.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(16, 89, 169, 0.65);
	width: 350px;
	padding: 20px;
	text-align: center;
}

.com-width .left>.intro-num>li {
	display: inline-block;
	padding: 5px 18px;
}

.com-width .left>.intro-num>li p {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.com-width .left>.intro-num>li p i {
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
}

.com-width .right .des {
	overflow-y: scroll;
	height: 320px;
	padding-right: 15px;
	line-height: 30px;
	font-size: 16px;
}

.com-width .right .des p {
	font-size: 16px;
	color: #565656;
	padding: 0 0 0px;
	line-height: 40px;
	text-align: justify;
	text-indent: 2em;
}

/*ny*/
.case_ny {
	width: 100%;
	background: #f7f7f7;

}

.case_ny .box {
	max-width: 1200px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 1200px;
	display: table;
	padding: 50px 0 0px;
}

.case_ny .box .case-list li {
	width: 390px;
	float: left;
	background: #f9f9f9;box-sizing: border-box;border: 1px solid #eee;
	margin-right: 1.25%;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(3n) {
	margin-right: 0;
}

.case_ny .box .case-list li a {
	width: 100%;
	display: block;
}

.case_ny .box .case-list li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.case_ny .box .case-list li .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
	width: 100%;
	transition: all ease .5s;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 18px;
	line-height: 24px;
	color: #222;
	margin-bottom: 24px;
	transition: all ease .5s;
	float: left;
}

.case_ny .box .case-list li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_ny .box .case-list li .tbox .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;

	transition: all ease .5s;
	float: right;
}

.case_ny .box .case-list li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case_ny .box .case-list li:hover .img:before {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img:after {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img img {
	transform: scale(1.1);
}

.case_ny .box .case-list li:hover .tbox .t1 {
	color: #14a73d;
}

.case_ny .box .case-list li:hover .tbox .t3 {
	color: #222;
	
}

/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin-top: 50px;
	border-radius: 20px;
}

.in_contact .cont-tit {
	width: 100%;
	line-height: 38px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666
}

.in_contact ul {
	width: 100%
}

.in_contact ul:after {
	content: '';
	clear: both;
	display: block;
}

.in_contact li {
	float: left;
	width: 33.33%;
	padding: 40px 2.5% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 320px;
}

.in_contact li:first-child {
	border-left: none
}

.in_contact li img {
	margin-bottom: 5px
}

.in_contact li h2 {
	font-size: 30px;
	color: #000;
	line-height: 48px;
	margin-bottom: 12px;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
}

.in_contact li p {

	font-size: 16px;
	color: #555;
	line-height: 35px;

}

.in_contact li p a {
	font-size: 15px;
	color: #555;
	line-height: 35px;
}

.in_contact li p a:hover {
	color: #064893;
}

.in_contact li p a img {
	display: inline-block;
	vertical-align: middle;
}

.in_contact li dl {
	width: 100%;
	padding-top: 20px
}

.in_contact li dd {
	float: left;
	width: 28%;
	margin-right: 5%;
}

.in_contact li img {
	max-width: 100%;
	height: auto;
}

.in_contact li dd p {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	text-align: center;
}

.in_contact li h3 {
	font-size: 24px;
	color: #000;
	line-height: 61px
}

.in_contact li .ban {
	position: relative
}

.in_contact li .box {
	background: #f5f5f5;
	padding: 30px 0 35px;
	position: absolute;
	top: 90px;
	left: -10%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.in_contact li .box h4 {
	font-size: 24px;
	color: #000;
	line-height: 43px;
	padding-left: 10%;
	margin-bottom: 6px
}

.in_contact li .box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 10%
}

.in_contact li .box:after {
	border-bottom: 13px solid #f5f5f5;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -13px;
	left: 13%;
	content: "";
	width: 0;
	height: 0
}

.contact_main1_con{
    width: 100%;height: 500px;
}