@charset "utf-8";
.index01 {
	margin: 0 0 80px;
}

.index01 .chanpin {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.index01 .chanpin ul {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

.index01 .chanpin li {
	width: 12.5%;
	float: left;
}

.index01 .chanpin li a {
	padding: 15px 0;
	display: block;
	color: #666;
	font-size: 17px;
	text-align: center;
	position: relative;
}

.index01 .chanpin li a:before {
	width: 0;
	height: 3px;
	position: absolute;
	left:0;
	bottom: 0;
	content: "";
	background: #FF9600;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index01 .chanpin li.on a:before,
.index01 .chanpin li a:hover:before {
	width: 100%;
}

.index01 .neirong {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

.index01 .neirong li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}

.index01 .neirong li:nth-child(1),
.index01 .neirong li:nth-child(2) {
	width: 48%;
}

.index01 .neirong li a {
	display: block;
	position: relative;
}

.index01 .neirong li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 30%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));
}

.index01 .neirong li a img {
	width: 100%;
}

.index01 .neirong li a .photo {
	overflow: hidden;
}

.index01 .neirong li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index01 .neirong li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.index01 .neirong li a p {
	width: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 20px;
	z-index: 2;
}

.index01 .neirong li a p span {
	margin-top: 10px;
	display: block;
	font-size: 15px;
}

.comList li {
	margin: 0 1% 25px;
	width: 23%;
	float: left;
}

.comList li a {
	display: block;
	position: relative;
	background: #eee;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a p {
	padding: 15px;
	color: #000;
	font-size: 16px;
	position: relative;
}

.comList li a p span {
	padding: 3px 0;
	width: 80px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
	background: #0090FF;
	border-radius: 20px;
}

.comList li a .pop {
	margin-left: -65px;
	padding-top: 40px;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 18%;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	text-align: center;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover .pop {
	opacity: 1;
}

.comList li a .pop span {
	display: block;
}

.index2 {
	padding: 50px 0;
	background: url(../images/bg01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.inner {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

.index2 .jianjie {
	margin-bottom: 15px;
	color: #fff;
	font-size: 17px;
	line-height: 1.8;
	text-align: center;
}

.index2 .link {
	margin-top: 40px;
}

.index2 .link a {
	margin: 0 auto;
	padding: 15px 0;
	width: 200px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
	border-radius: 40px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index2 .link a:hover {
	background: #3489F9;
}

.index2 ul {
	margin-top: 40px;
	padding: 15px 0;
	background: #fff;
}

.index2 ul li {
	width: 15%;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
	padding-left: 4.5%;
}

.index2 ul li i {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.index2 ul li b {
	float: left;
	line-height: 60px;
	font-size: 18px;
	font-weight: 100;
	transition: 0.5s;
	color: #212121;
}

.index2 ul li:nth-child(1) i {
	background: url(../images/sericon01.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.index2 ul li:nth-child(2) i {
	background: url(../images/sericon02.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.index2 ul li:nth-child(3) i {
	background: url(../images/sericon04.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.index2 ul li:nth-child(4) i {
	background: url(../images/sericon03.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.index2 ul li:nth-child(5) i {
	background: url(../images/sericon05.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.index2 ul li:nth-child(5) {
	border: none;
}

.index2 ul li:hover i {
	background-position: left;
}

.index2 ul li:hover b {
	color: #1488F5;
	margin-left: 5px;
}

.index4 {
	padding: 40px 0 80px;
}
.index4 .pic {
	float: left;
	display: block;
	width: 50%;
	background: #333;
}

.index4 .pic video {
	display: block;
	width: 100%;
	height: 100%;
}

.index4 .right {
	float: right;
	width: 50%;
	padding: 50px 100px;
	text-align: center;
	background: #fff;
}

.index4 .tone {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	padding: 20px 30px 0;
}

.index4 .tone:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.index4 .tone li {
	position: relative;
	z-index: 2;
	float: left;
	width: 21%;
	margin: 0 2%;
	text-align: center;/* background: #eee; */
	cursor: pointer;
}
.index4 .tone li a {
	display: block;
	padding: 18px 10px 18px 10px;
}

.index4 .tone li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin: -32px 0 0 -13px;
	width: 17px;
	height: 17px;
	border: 5px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	background: #fff;
}
.index4 .tone li:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: translateY(10px);
	background: #ff5c00;
}
.index4 .tone li em {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.index4 .tone li h4 {
	color: #090929;
	font-size: 18px;
}
.index4 .tone .x1 em {
	background-image: url(../images/AdvantageIco01.png);
}
.index4 .tone .x2 em {
	background-image: url(../images/AdvantageIco02.png);
}
.index4 .tone .x3 em {
	background-image: url(../images/AdvantageIco03.png);
}
.index4 .tone .x4 em {
	background-image: url(../images/AdvantageIco04.png);
}
.index4 .tone li.on { /*background:#ff5c00*/
}
.index4 .tone li.on:before {
	border-color: #ff5c00
}
.index4 .tone li.on em {
	background-position: 0px -37px
}
.index4 .tone li.on h4 {
	color: #fff
}
.index4 .tone li.on:after {
	opacity: 1;
	transform: translateY(0px);
}
.index4 .down {
	overflow: hidden;
}
.index4 .pic {
	float: left;
	display: block;
	width: 50%;
	background: #333;
}
.index4 .pic video {
	display: block;
	width: 100%;
	height: 100%;
}
.index4 .right {
	float: right;
	width: 50%;
	padding: 60px 50px 0;
	text-align: center;
	background: #eee;
	box-sizing: border-box;
}
.index4 .box span {
	display: block;
	font-size: 90px;
	margin-bottom: 5px;
	font-weight: bold;
	height: 50px;
	line-height: 70px;
	color: #FF7701;
	overflow: hidden;
}
.index4 .box h4 {
	color: #090929;
	font-size: 30px;
	margin-bottom: 20px;
}
.index4 .box p {
	-webkit-line-clamp: 3;
	color: #090929;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
}
.index4 .height {
	height: 450px;
}




.dianhua {
	padding: 10px 20px;
	font-size: 17px;
	text-align: left;
	background: url(../images/tele0.png) no-repeat left center;
	border-bottom: 1px solid #eee;
}

.index5 {
	padding: 50px 0;
	background: url(../images/CoreBg.jpg) no-repeat center center;
	background-size: cover;
}

.index5 .left {
	width: 20%;
	float: left;
}
.index5 .left li {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
}
.index5 .left li a {
	padding: 15px 2% 15px 5%;
	display: block;
}

.index5 .left li:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 0px;
	border: 8px solid transparent;
	border-left-color: #ff5c00;
	opacity: 0;
	transition: all .3s;
}
.index5 .left li em {
	float: left;
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	background: #ff5c00;
}
.index5 .left li span {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}
.index5 .left li h4 {
	color: #090929;
	font-size: 18px;
}
.index5 .left li.on {
	background: #ff5c00;
}
.index5 .left li.on:after {
	opacity: 1;
	right: -16px;
}
.index5 .left li.on em {
	color: #ff5c00;
	background: #fff;
}
.index5 .left li.on span, .index5 .left li.on h4 {
	color: #fff
}
.index5 .right {
	width: 80%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
}
.index5 .right .show {/* display:flex; */
	overflow: hidden;
	background: #fff;
}
.index5 .right .pic {
	width: 60%;
}
.index5 .right .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index5 .right .box {
	width: 40%;
	padding: 50px 50px 0;/* vertical-align: middle; */
	box-sizing: border-box;
	 
}
.index5 .right h4 {
	color: #090929;
	font-size: 32px;
}
.index5 .right hr {
	margin: 15px 0 0 0;
	width: 50px;
	height: 2px;
	border: none;
	background: #ff5c00;
}
.index5 .right p {
	-webkit-line-clamp: 3;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	line-height: 26px;
}
.index5 .right .more {
	display: table;
	color: #fff;
	font-size: 14px;
	padding: 10px 40px;
	margin-top: 40px;
	border-radius: 30px;
	background: #ff5c00;
}
.index5 .right .more i {
	float: right;
	display: block;
	color: #fff;
	font-size: 20px;/* margin:100px 0 0 0; */
	margin: 0 0 0 10px;
}
.index5 .right .more:hover {
	background: #333
}
.index5 .right .more:hover i {
	transform: translateX(5px);
}
.index5 .right .pic, .index5 .right .box {/* flex:1 */
	float: left;
}
.index5 .height {
	height: 365px
}

.index6 {
	padding: 70px 0;
}

.index6 .pic {
	margin-bottom: 40px;
}

.index6 .pic img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center center;
}

.index6 .click li {
	position: relative;
	border-left: 1px #ddd solid;
	text-align: center;
	padding: 30px 10px;
	cursor: pointer;
	float: left;
	width: 16.66%;
	box-sizing: border-box;
}
.index6 .click li a {
	padding: 10px 10px;
	display: block;
}

.index6 .click li:last-child {
	border-right: 1px #ddd solid;
}
.index6 .click li em {
	display: table;
	margin: 0 auto 10px;
	width: 42px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 2px 0px;/* background-color: #ddd; */
	transition: all .4s ease-in-out;
}
.index6 .click li h4 {
	color: #232323;
	font-size: 16px;
}
.index6 .click li:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	z-index: -1;
	margin-left: -10px;
	border: 12px solid transparent;
	border-bottom-color: #ff5c00;
}
.index6 .click .on {
	background: #ff5c00;
}
.index6 .click .on:after {
	opacity: 1;
	top: -24px;
}
.index6 .click .on em {
	background-position: 2px -36px;
}
.index6 .click .on h4 {
	color: #fff
}
.index6 .click li.x1 em {
	background-image: url(../images/ApplyIco01.png);
}
.index6 .click li.x2 em {
	background-image: url(../images/ApplyIco02.png);
}
.index6 .click li.x3 em {
	background-image: url(../images/ApplyIco05.png);
}
.index6 .click li.x4 em {
	background-image: url(../images/ApplyIco06.png);
}
.index6 .click li.x5 em {
	background-image: url(../images/ApplyIco07.png);
}
.index6 .click li.x6 em {
	background-image: url(../images/ApplyIco03.png);
}
.index6 .click li.x7 em {
	background-image: url(../images/ApplyIco07.png);
}
.index6 .click li.x8 em {
	background-image: url(../images/ApplyIco08.png);
}



.index7 {
	padding: 70px 0;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}

.newsRight {
	overflow: hidden;
}

.newsRight dl {
	padding: 20px;
	width: 31.33%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	margin: 30px 1%;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-sizing: border-box;
}

.newsRight dl dd {
	padding: 0 0 10px;
}

.newsRight dl dd a h4 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #262626;
	overflow: hidden;
}

.newsRight dl dd a span {
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #797979;
	line-height: 24px;
}

.newsRight dl dd a em {
	margin-top: 5px;
	display: block;
	color: #797979;
	font-size: 15px;
}

.newsRight dl:hover h4 {
	color: #fff
}

.newsRight dl:hover span {
	color: #fff
}

.newsRight dl:hover  dd a em {
	color: #fff
}

.newsRight dl:hover {
	background: #0076DE
}

.newsRight img {
	margin-bottom: 20px;
	width: 100%;
}


/* neiye */
#nyba {
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/neibanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}
.fade_text {
	text-transform: uppercase;
	margin-top: 11%;
	text-align: center;
	font-size: 0;
}
.fade_text span {
	color: #fff;
	display: inline-block;
}
.fade_text .cn {
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}
.fade_text .cn span {
	font-size: 72px;
}
.fade_text .en {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
}
.fade_text .line {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto;
}
.arrow_down {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 20px;
	overflow: hidden;
	width: 8px;
}
.arrow_down .line {
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 3px;
	background: #fff;
}
.arrow_down .aw {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 3px;
	background: url(../images/aw.png) no-repeat;
}
.arrow_down .lg {
	-webkit-animation: long 1.5s linear alternate infinite;
	animation: long 1.5s linear alternate infinite;
}

.gaid {
	margin-bottom: 60px;
	background: #F5F5F5;
}

.gaid .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 90%;
	font-size: 16px;
	min-width: 1200px;
}

.gaid i {
	color: #d40000;
}

.neiyejieshao {
	margin-bottom: 60px;
}

.neiyejieshao .photo {
	margin-top: 30px;
}

.neiyejieshao .photo img {
	width: 100%;
}

.neiyejieshao .left h2 {
	color: #333;
	font-size: 30px;
	text-align: center;
}

.neiyejieshao .left h2 span {
	color: #0090FF;
}

.neiyejieshao .left p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}

.neiyejieshao .left .name {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	text-indent: 0;
	text-align: center;
}


.qiyewenhua {
	padding: 60px 0;
	background: #F5F5F5;
}

.qiyewenhua ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto ;
	width: 90%;
	min-width: 1200px;
}

.qiyewenhua li {
	width: 23%;
	height: 15rem;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: ease-out .5s;
}

.qiyewenhua li.active {
	width: 31.25%;
}

.qiyewenhua li .about3_li2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	padding-bottom: .2rem;
	transition: ease-out .36s;
	box-sizing: border-box;
}

.qiyewenhua li .about3_li2 img {
	width: 2.5rem;
	margin-bottom: .6rem;
}

.qiyewenhua li .about3_li2 {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2.1rem 2rem;
	transition: ease-out .5s;
}

.qiyewenhua li .about3_li2>img {
	width: 1.8rem;
}

.qiyewenhua li .about3_li2 div {
	font-size: 1.8rem;
	color: #2D6FAC;
	margin-top: 1rem;
}

.qiyewenhua li .about3_li2 p {
	font-size: 1.2rem;
	line-height: 1.42;
	color: #333;
	margin-top: .8rem;
}

.qiyewenhua li .about3_li2 i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
}

.qiyewenhua li .about3_li2 i img {
	width: 100%;
}

.neidaohang {
	margin-bottom: 30px;
}

.neidaohang li {
	margin: 0 0.5%;
	width: 11.5%;
	float: left;
}

.neidaohang li a {
	padding: 10px 0;
	display: block;
	font-size: 16px;
	color: #333;
	text-align:center;
	border: 1px solid #ccc;
	transition: ease-in-out 300ms;
}

.neidaohang li a:hover {
	color: #fff;
	background-color: #FF7701;
}

.xiangqing {
	margin-bottom: 50px;
}
	
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float:left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.xiangqing .left img {
	width: 100%;
}

.xiangqing .right {
	padding-top: 30px;
	width: 48%;
	float: right;
}

.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.xiangqing .right .btn {
}

.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}

.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}

.xiangqing .right .tel {
	margin: 30px 0 50px;
	color: #666;
	font-size: 16px;
}

.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel_icon.png) no-repeat left center;
	background-size: 30px 30px;
}

.erxiangqing  {
	margin-bottom: 80px;
}

.erxiangqing .title{
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}

.erxiangqing .info {
	color: #333;
	font-size: 16px;
}

.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}

.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}

.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}

.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.compagelist a {
	color: rgba(153, 153, 153, 1);
}

.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}

.listnews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.listnews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.listnews .photo {
	width: 33%;
}

.listnews .photo img {
	width: 100%;
}

.listnews .txtbox {
	width: 64%;
	position: relative;
}

.listnews .time {
	font-size: 20px;
	margin-bottom: 10px;
}

.listnews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}

.listnews h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listnews p {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.listnews a:hover h3 {
	color: rgba(24, 102, 180, 1);
}

.listnews a:hover .link {
	color: rgba(24, 102, 180, 1);
	background: url(../images/img28.png) no-repeat right center;
	background-size: 36px auto;
}

.conysd {
	margin: 60px auto 80px;
	width: 90%;
	min-width: 1200px;
}

.contactul {
	margin-bottom: 40px;
}

.contactul li {
	padding: 40px 20px;
	width: 25%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.contactul li:nth-child(1),
.contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}

