@charset "utf-8";
/*首页*/
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
	height: 720px;
}
.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.banner .swiper-slide i{
	display: block;
	width: 100%;
	height: 720px;
	background: url(../img/banner.jpg) no-repeat center center;
	background-size: cover;
}
.banner .swiper-slide.swiper-slide-active i{
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove
	{
		0%{
		transform: scale(1);  /*开始为原始大小*/
		}
		100%{
			transform: scale(1.2); /*放大1.1倍*/
		}

	}

	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
		0%{
		transform: scale(1);  /*开始为原始大小*/
		}
		100%{
			transform: scale(1.2); /*放大1.1倍*/
		}
	}


.banner-text{
	position: absolute;
	width: 100%;
	top: 144px;
	left: 0;
	text-align: center;
	z-index: 3;
}
.banner-text p{
	font-size: 60px;
	color: #fff;
	font-family: Alibaba-B;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.banner-text span{
	display: block;
	font-size: 30px;
	color: #fff;
	font-family: "微软雅黑";
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.banner-text  em{
	display: block;
	font-size: 12px;
	font-family: "微软雅黑";
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #fff;
	text-transform: uppercase;
}
.banner .swiper-pagination {
    z-index: 3;
    width: 100%;
    bottom: 20px;
}
.banner .swiper-pagination span{
	margin: 0 20px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	border-radius: 50%;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #3461b8;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}
.banner-news{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 120px;
	z-index: 3;
}
.banner-news a{
	float: left;
	width: 360px;
	margin-right: 60px;
	height: 240px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 30px;
	background-color: rgba(0,0,0,0.15);
}
.banner-news a em{
	display: block;
	font-size: 48px;
	color: #be9d6d;
	line-height: 40px;
	margin-top: 22px;
}
.banner-news a span{
	display: block;
	font-size: 19px;
	color: #fff;
	margin-top: 5px;
}
.banner-news a h4{
	font-size: 17px;
	color: #be9d6d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner-news a p{
	margin-top: 15px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.banner-news a:last-child{
	margin-right: 0;
}
/* 首页 */
.advantage{
	padding: 25px 0;
	box-shadow: 0 20px 35px rgba(142,181,255,0.15);
}
.advantage li{
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advantage li:last-child{
	border: none;
}
.advantage li i{
	float: left;
}
.advantage li div{
	float: left;
	margin-left: 15px;
}
.advantage li div h2{
	font-size: 22px;
	font-family: "Alibaba-B";
	color: #3461b8;
}
.advantage li div p{
	font-family: Alibaba-L;
	font-size: 16px;
	color: #999;
}

.cont1{
	border-bottom: 25px solid #3461b8;
	height: 500px;
}
.title2 p{
	font-size: 40px;
	font-family: Alibaba-B;
	color: #3461b8;
	text-transform: uppercase;
	line-height: 46px;
}
.title2 h2{
	font-size: 32px;
	color: #333333;
	font-family: Alibaba-M;
	margin-top: 15px;
}
.cont1-l{
	float: left;
	width: 730px;
	height: 500px;
	position: relative;
}
.cont1-l i{
	display: block;
	position: absolute;
	padding: 0 60px;
	background-color: #fff;
	bottom: -100px;
	left: -68px;
}
.cont1-l i img,.cont1-l i iframe{
	display: block;
	width: 675px;
	height: 380px;
}
.cont1-r{
	float: right;
	width: 460px;
	position: relative;
}
.cont1-r .tab{
	position: absolute;
	left: -13px;
	bottom: -154px;
}
.cont1-r .tab a{
	float: left;
	width: 150px;
	line-height: 46px;
	background-color: #f5f5f5;
	color: #3461b8;
	font-size: 15px;
	margin-right: 25px;
	text-align: center;
}
.cont1-r .tab a.active,.cont1-r .tab a:hover{
	background-color: #3461b8;
	color: #fff;
}
.cont1-r h4{
	font-size: 34px;
	color: #333;
	font-family: Alibaba-R;
	margin-bottom: 20px;
}
.cont1-r div p{
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-align: justify;
	-webkit-line-clamp: 5;
	height: 150px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cont1-r ul{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.cont1-r ul li span{
	display: block;
	font-size: 48px;
	color: #333;
}
.cont1-r ul li span em{
	font-size: 32px;
}
.cont1-r ul li p{
	font-size: 16px;
	color: #666;
}
.cont1-r a{
	display: block;
	margin-top: 30px;
	font-size: 18px;
	color: #333;
}

.cont2{
	padding-top: 190px;
}
.title p{
	font-size: 40px;
	font-family: Alibaba-B;
	color: #3461b8;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
}
.title{
	margin-bottom: 35px;
}
.title h2{
	text-align: center;
	font-size: 32px;
	font-family: Alibaba-M;
	color: #333;
}
.cont2-box{
	position: relative;
}
.cont2-box .swiper-slide div{
	background-color: #fff;
	width: 270px;
	height: 400px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	box-shadow: 0 0 18px rgba(0,0,0,0.17);
}
.cont2-box .swiper-container{
	padding: 18px;
	width: 1200px;
	margin-left: -18px;
}
.cont2-box .swiper-slide div h4{
	font-size: 24px;
	color: #333;
	margin-top: 30px;
	text-align: center;
}
.cont2-box .swiper-slide div i{
	display: block;
	width: 120px;
	height: 120px;
	margin: 25px auto 20px;
	border-radius: 50%;
	overflow: hidden;
}
.cont2-box .swiper-slide div i img{
	width: auto;
	height: 100%;
	
}
.cont2-box .swiper-slide div p{
	font-size: 13px;
	color: #999999;
	font-family: Alibaba-L;
	text-align: center;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.cont2-box .swiper-slide div a{
	display: block;
	width: 160px;
	text-align: center;
	line-height: 42px;
	background-color: fff;
	color: #3461b8;
	font-size: 14px;
	border-radius: 50px;
	margin: 20px auto 0;
}
.cont2-box .swiper-slide div:hover a{
	background-color: #3461b8;
	color: #fff;
}
.cont2-box .swiper-button-next,.cont2-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px auto;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    background-position: center top;
    background-repeat: no-repeat;
	font-size: 50px;
	text-align: center;
	line-height: 80px;
	color: #3461b8;
	border-radius: 50%;
}
.cont2-box .swiper-button-next,.cont2-box .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: -110px;
    left: auto;
}
.cont2-box .swiper-button-prev,.cont2-box .swiper-container-rtl .swiper-button-next {
    background-image:none;
    left: -110px;
    right: auto;
}
.cont2-box .swiper-button-next:hover,.cont2-box .swiper-button-prev:hover{
	background-color: #3461b8;
	color: #fff;
}

.cont3{
	margin-top: 100px;
}
.cont3-t{
	height: 455px;
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 120px;
}
.cont3-t-c{
	position: relative;
	height: 335px;
}
.cont3-t-c>a{
	position: absolute;
	font-size: 17px;
	color: #fff;
	font-family: Alibaba-M;
	left: 90px;
	bottom: 40px;
}
.cont3-t-r{
	float: right;
	width: 880px;
	height: 400px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.12);
}
.title3{
	float: left;
}
.title3 p{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	color: #fff;
	font-family: Alibaba-B;
	text-transform: uppercase;
}
.title3 h2{
	font-size: 32px;
	font-family: Alibaba-M;
	color: #fff;
}
.cont3-t-r img{
	float: left;
	height: 100%;
	width: 477px;
}
.cont3-t-r div{
	float: right;
	width: 360px;
	box-sizing: border-box;
	padding-right: 38px;
}
.cont3-t-r div span{
	display: block;
	font-size: 36px;
	color: #333;
	margin-top: 60px;
}
.cont3-t-r div span strong{
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: normal;
}
.cont3-t-r div em{
	display: block;
	font-size: 18px;
	color: #333;
}
.cont3-t-r div a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cont3-t-r div p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	font-family: Alibaba-L;
}
.cont3-list-box{
	margin-top: 160px;
}
.cont3-list a{
	float: left;
	width: 300px;
	box-sizing: border-box;
	padding: 0 20px;
	border-right: 1px solid #eee;
	padding-bottom: 15px;
}
.cont3-list a:last-child{
	border: none;
}
.cont3-list a span{
	display: block;
	font-size: 36px;
	color: #333;
}
.cont3-list a span strong{
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: normal;
}
.cont3-list a em{
	display: block;
	font-size: 18px;
	color: #333;
}
.cont3-list a h4{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.cont3-list a p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 78px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	font-family: Alibaba-L;
}

.cont4{
	margin-top: 60px;
}
.message li{
	float: left;
	width: 370px;
}
.message li:nth-child(2){
	margin: 0 45px;
}
.message li input{
	width: 100%;
	height: 52px;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #3461b8;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 50px;
}
.message li textarea{
	display: block;
	resize: none;
	background-color: #f5f5f5;
	width: 100%;
	border-radius: 27px;
	font-size: 16px;
	color: #3461b8;
	height: 130px;
	box-sizing: border-box;
	padding: 20px;
}
.message li:last-child{
	width: 100%;
	margin: 35px 0 0 0;
}
.submit{
	display: block;
	width: 220px;
	text-align: center;
	line-height: 48px;
	background-color: #3461b8;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	margin: 60px auto 0;
}

/* 内页 */

/* 关于我们 */
.banners img{
	width: 100%;
	height: auto;
}
.banners{
	position: relative;
}
.banners h4{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	font-size: 36px;
	font-family: "Alibaba-B";
	height: 36px;
	line-height: 36px;
	top: 50%;
	margin-top: -18px;
	color: #fff;
	
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.title-n{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}
.title-n h2{
	font-size: 42px;
	line-height: 40px;
	color: #333;
}
.title-n p{
	font-size: 15px;
	color: #999;
	font-family: "微软雅黑";
	margin-top: 10px;
}
.title-n i{
	display: block;
	width: 90px;
	height: 4px;
	background-color: #3461b8;
	margin: 15px auto 0;
}
.about p{
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
	color: #333;
	margin-bottom: 5px;
	font-family: "微软雅黑";
}
.about img{
	width: 100%;
	height: auto;
}
.column{
	margin-bottom: 40px;
	display: flex;
	justify-content:center;
	font-family: "微软雅黑";
	margin-top: -20px;
}
.column a {
    display: block;
    width: 126px;
    line-height: 45px;
    background-color: #e2e2e2;
    color: #333;
    text-align: center;
    margin-right: 8.25px;
	margin: 0 25px;
}
.column a:hover,.column a.active{
	background-color: #3461b8;
	color: #fff;
}
/*业务领域*/
#cont .list {
    background-color: #f1f2f3;
    width: 390px;
    padding: 22px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#cont .list:nth-child(3n){
	margin-right: 0;
}
#title h2{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #007AFF;
	line-height: 50px;
	color: #007AFF;
	font-size: 30px;
}
#cont .list a{
	display: block;
}
#cont .list .list_img {
    width: 100%;
}

#cont .list .list_img img {
    width: 100%;
    height: 224px;
}

#cont .list .title5 {
    font-size: 20px;
    color: #323232;
    height: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

#cont .list .time {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    font-size: 12px;
    color: #8c8c8c;
    line-height: 40px;
}

#cont .list div {
    font-size: 14px;
    color: #616060;
    text-align: left;
    line-height: 30px;
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

#cont .list .tcquanw {
    height: 30px;
    width: 95px;
    font-size: 12px;
    color: #fcfbfb;
    background-color: #3461b8;
    line-height: 30px;
    float: right;
    margin-top: 10px;
}

#cont {
    width: 1200px;
    overflow: hidden;
    height: auto;
}/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news-xq-c p,.news-xq-c div{
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.news-xq ul li a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	background-color: #eee;
	padding-left: 20px;
}
.news-xq ul li a:hover{
	background-color: #0d69b2;
	color: #fff;
}
.news-xq-c img{
	max-width: 100%;
	margin: 5px auto;
	width: 70%;
}
.news-xq-c{
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.news-xq ul li:first-child{
	margin-bottom: 10px;
}
/* 团队 */
.td-box{
	margin-top: 40px;
}
.td_list a {
	display: block;
	float: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	width: 285px;
	margin-right: 20px;
}
.td_list a:nth-child(4n){
	margin-right: 0;
}
.td_list a i {
	display: block;
	overflow: hidden;
}

.td_list a img {
	width: 100%;
	height: auto;
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.td_list a:hover img{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.td_list a div {
	webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 0 30px 10px;
	background-color: #fff;
}
.td_list a:hover div{
	background-color: #0d69b2;
}
.td_list a div h4 {
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	color: #333;
}
.td_list a:hover div h4{
	color: #fff;
	border-color: #fff;
}
.td_list a div p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin: 15px 0 0;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.td_list a:hover div p{
	color: #fff;
}
.td_list a div em {
	float: right;
	color: #999;
}
.td_list a:hover div em{
	color: #fff;
}
.td-img{
	float: left;
	width: 290px;
}
.td-img i{
	display: block;
}
.td-img i img{
	width: 100%;
	height: auto;
}
.td-img div{
	margin-top: 20px;
}
.td-img h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #0d69b2;
    color: #fff;
}
.td-img h4 em{
	font-size: 16px;
	margin-left: 10px;
	font-weight: normal;
}
.td-img div {
    padding-bottom: 10px;
    overflow: hidden;
    background: #f9f9f9;
    border-bottom: 1px solid #0d69b2;
}
.td-img div p {
    line-height: 36px;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
	padding: 0 15px;
}
.td-txt{
	float: right;
	width: 870px;
}
.td-txt h4{
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 20px 0;
	line-height: 26px;
	color: #333;
}
.td-txt h4 em{
	color: #0d69b2;
	margin-right: 10px;
}
.td-txt p{
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
/* 新闻中心 */
.news_list ._list_box {
	padding: 30px 16px 26px 0px;
	border-bottom: 1px solid #f4f4f4;
}

.news_list ._list_box a {
	display: block;
	overflow: hidden;
}

.news_l_time {
	font-size: 36px;
	line-height: 48px;
	width: 16%;
	color: #c8c8c8;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.news_l_time ._year {
	font-size: 20px;
	line-height: 26px;
	text-align: right;
	margin-right: 15px;
}

.news_l_time ._day {
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}

.news_list .col-md-9 {
	width: 68%;
	float: left;
}

.news_list .news_title {
	margin-bottom: 12px;
	font-size: 18px;
	color: #333;
}

.news_list .news_text {
	color: #767676;
	margin-bottom: 20px;
}

.news_list .news_more {
    text-align: right;
    width: 16%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.news_list .news_more img{
	width: 100%;
	height: auto;
}
.news_list .news_more i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	text-align: center;
	background-color: #aaaaaa;
}

.news_list li:hover ._list_box {
	background-color: #f4f4f4;
}

.news_list li:hover .news_l_time {
	color: #0d69b2;
}

.news_list li:hover .news_title {
	font-weight: bold;
	color: #000;
}

.news_list li:hover .news_text {
	color: #434343;
}

.news_list li:hover .news_more i {
	background-color: #0d69b2;
}

/* 加入我们 */
.news_list2 li {
    height: 125px;
    border-bottom: 1px solid #eee;
    padding: 28px;
    box-sizing: border-box;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}
.news_list2 li .df {
    align-items: center;
    justify-content: space-between;
}
.news_list2 li .al_icon {
    background-color: #0d69b2;
    color: #fff;
    width: 67px;
    height: 67px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	float: left;
}
.al_icon p {
    width: 66%;
    font-size: 16px;
    text-align: center;
}
.al_info {
    max-width: 1050px;
    margin-left: 20px;
    flex-grow: 1;
	float: left;
}
.al_info .tt {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 780px;
    font-size: 16px;
    padding-bottom: 5px;
}
.al_info .tt p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    max-width: 570px;
    transition: all 0.5s;
}
.al_info .detail {
    color: #999;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/* 全球网络 */
.network-l{
	float: left;
	width: 460px;
}
.network-r{
	float: right;
	width: 680px;
}
.network-l h4{
	font-size: 32px;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	margin-top: 0;
	font-family: Arial, Microsoft Yahei;
	margin-bottom: 30px;
}
.network-l p{
	font-family: Arial, Microsoft Yahei;
	font-size: 16px;
	line-height: 2em;
	color: #555;
}
.network-r img{
	width: 100%;
	height: auto;
}
.network-map{
	margin-top: 40px;
}
.m-content{
	margin: 15px auto 0;
	width: 1200px;
}
.m-content li{
	float: left;
	margin-right: 20px;
}
.m-content li input{
	width: 285px;
	line-height: 42px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 15px;
	color: #333;
}
.m-content ul{
	float: left;
}
.m-content form>input{
	float: right;
	width: 285px;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
	background-color: #0d69b2;
}
/* 联系我们 */
.con {
   margin: 50px auto 0;
    width: 1200px;
    padding: 70px 60px 70px;
	box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 8px rgba(153,153,153,0.4);
}
.con-txt h4{
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #0d69b2;
}
.con-txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #666;
	font-family: "微软雅黑";
}
.row {
	overflow: hidden;
}
.col-lg-5 {
    width: 41.66666667%;
	float: left;
}
.col-lg-7 {
    width: 58.33333333%;
	float: left;
}
.con dt {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0d69b2;
}
.con dd {
    font-size: 16px;
    line-height: 35px;
    margin-top: 10px;
	color: #333;
}
.message span {
    font-size: 24px;
    font-weight: bold;
    color: #0d69b2;
}
.message .feedback-form {
    margin-top: 30px;
}
.message .feedback-form .form-group {
    margin-bottom: 20px;
	margin-left: -15px;
}
.form-group1 div{
	width: 50%;
	float: left;
}
.form-group div{
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.message .feedback-form textarea, .message .feedback-form input {
    padding: 12px 5px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
}
.message .feedback-form textarea{
	display: block;
	resize: none;
	height: 150px;
}
.message .btn-contact {
    background-color: #0d69b2; 
    padding: 10px 0;
    border: none;
    color: #fff;
	width: 160px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	display: block;
}