/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
 h1, h2, h3, h4, h5, h6{font-weight: normal;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button{ -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.clear{clear: both;}
/*public end*/
:root{
	--main-font-color: #006fc0;
	--main-font3-color: #333333;
	--main-font6-color: #666666;
	--main-font9-color: #999999;
}
.c{
	max-width: 1200px;
	margin: 0 auto;
}
.y-box{
	min-width: 1200px;
	margin: 0 auto;
}
.header{
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.nav>ul{
	display: flex;
}
.nav>ul>li>a{
	font-size: 16px;
	color: var(--main-font1-color);
	position: relative;
	margin-left: 55px;
}
.nav>ul>li>a:hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 0;
	width: 100%;
	height: 3px;
	background: var(--main-font-color);
}
.nav>ul>li>a:hover{
	color: var(--main-font-color);
}
.nav>ul>li>a.this{
	color: var(--main-font-color);
}
.nav>ul>li>a.this:after{
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	right: 0;
	width: 100%;
	height: 3px;
	background: var(--main-font-color);
}
.banner{
	position: relative;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	opacity: 0.5;
	border-radius: 50%;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}
.title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: solid 1px #dfdfdf;
	align-items: flex-end;
	margin-top: 50px;
	margin-bottom: 20px;
}
.title>h1{
	font-size: 24px;
	color: var(--main-font3-color);
	position: relative;
}
.title>h1:after{
	content: "";
	display: flex;
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--main-font-color);
	top: 47px;
}
.title>a{
	font-size: 14px;
	color: var(--main-font6-color);
}
.sm1c{
	display: flex;
	padding-bottom: 50px;
}
.sm1c-l{
	width: 562px;
	margin-right: 31px;
}
.sm1c-r{
	width: 606px;
}
.sm1c-r>h1{
	font-size: 25px;
	color: var(--main-font-color);
	font-weight: 700;
	line-height: 25px;
}
.sm1c-r>h2{
	font-size: 16px;
	color: var(--main-font9-color);
	margin-bottom: 17px;
}
.sm1c-r>p{
	font-size: 16px;
	color: var(--main-font6-color);
	line-height: 30px;
}
.sm1c-r>a{
	font-size: 12px;
	color: var(--main-font9-color);
	margin-bottom: 20px;
	margin-top: 10px;
	text-decoration: underline;
	display: block;
}
.sm1c-r>ul{
	display: flex;
}
.sm1c-r>ul>li{
	width: 202px;
	height: 73px;
	background: #0064ad;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sm1c-r>ul>li:first-child{
	background: var(--main-font-color);
}
.sm1c-r>ul>li:last-child{
	background: #005a9c;
}
.sm1c-r>ul>li>span{
	line-height: 73px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-left: 17px;
}
.sm2c{
	padding-bottom: 50px;
}
.sm2ca{
	display: flex;
	justify-content: space-between;
}
.sm2cl{
	width: 385px;
	position: relative;
}
.sm2cl .img{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.7s;
}
.sm2cl>a>h1{
	font-size: 16px;
	color: var(--main-font3-color);
	line-height: 47px;
	text-align: center;
}
.smm{
	width: 100%;
	height: 114px;
	background: var(--main-font-color);
}
.smmc{
	height: 100%;
	display: flex;
	align-items: center;
}
.smmc>h1{
	font-size: 24px;
	color: #fff;
	display: flex;
	align-items: center;
}
.smmc>h1>a>img{
	margin-left: 11px;
	margin-top: 6px;
}
.smmc>span{
	display: block;
	width: 1px;
	height: 65px;
	background: #033d96;
	margin-left: 41px;
	margin-right: 62px;
}
.smmc-l1{
	display: flex;
}
.smmc-l1r{
	margin-right: 109px;
}
.smmc-l1>h1{
	font-size: 18px;
	color: #ffffff;
	padding-right: 20px;
	line-height: 50px;
	font-weight: 700;
}
.smmc-l1c{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}
.smmc-l1c>input{
	line-height: 50px;
	width: 288px;
	padding-left: 13px;
}
.smmc-l1c>a{
	display: flex;
	width: 33px;
	align-items: center;
}
.sm2cc{
	display: flex;
	padding-bottom: 73px;
}
.sm2c-l{
	width: 500px;
	margin-right: 30px;
}
.sm2c-ll{
	padding: 24px 28px 26px 21px;
	background: var(--main-font-color);
}
.sm2c-ll>h1{
	font-size: 18px;
	color: #fff;
	padding-bottom: 29px;
}
.new-l{
	display: flex;
}
.new-ll{
	width: 54px;
	padding-right: 21px;
	border-right: 1px solid rgba(255,255,255,.5);
	margin-right: 21px;
}
.new-ll>h1{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.new-ll>h2{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.new-lr>p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sm2c-r .new-l>a{
	display: flex;
	padding: 21px 0 32px 0;
	border-bottom: solid 1px #d8d8d8;
}
.sm2c-r .new-l:last-child>a{
	border-bottom: 0;
}
.sm2c-r .new-ll{
	width: 54px;
	padding-right: 21px;
	border-right: 1px solid #bebebe;
	margin-right: 21px;
}
.sm2c-r .new-ll>h1{
	color: var(--main-font3-color);
}
.sm2c-r .new-ll>h2{
	color: var(--main-font6-color);
}
.sm2c-r .new-lr>h1{
	font-size: 16px;
	line-height: 24px;
	color: var(--main-font3-color);
}
.sm2c-r .new-lr>p{
	color: var(--main-font6-color);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sm2c-r .new-l:hover .new-ll>h1,.sm2c-r .new-l:hover .new-ll>h2,.sm2c-r .new-l:hover .new-lr>h1{
	color: var(--main-font-color);
}
.ft{
	background: #111111;
	padding-top: 62px;
	padding-bottom: 51px;
}
.ftc{
	display: flex;
}
.ftc1>p{
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
}
.ftc2{
	padding-left: 94px;
	padding-right: 116px;
}
.ftc2>a{
	margin-right: 13px;
}
.ftc2>a:last-child{
	margin-right: 0px;
}
.ftc3{
	display: flex;
	align-items: flex-start;
}
.ftc3l{
	padding-left: 10px;
	border-left: solid 1px #848484;
	position: relative;
	margin-right: 20px;
}
.ftc3l:last-child{
	margin-right: 0;
}
.ftc3l:after{
	content: "";
	display: block;
	width: 3px;
	height: 16px;
	background: var(--main-font-color);
	position: absolute;
	top: 0;
	left: -2px;
}
.ftc3l>a{
	font-size: 14px;
	color: #b6b6b6;
	position: relative;
	top: -3px;
}
.ftc3l>ul>li>a{
	font-size: 12px;
	line-height: 25px;
	color: #fff;
}
.fb{
	background: #1b1b1b;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fb>p{
	font-size: 12px;
	color: #8d8d8d;
}
.fb>p>span{
	font-size: 12px;
	color: #8d8d8d;
	margin: 0 22px;
}
.fb>p>a{
	font-size: 12px;
	color: #8d8d8d;
}
.service{
	position: fixed;
	top: 40%;
	right: 26px;
	width: 76px;
	z-index: 9999;
}
.service .img{
	width: 74px;
	height: 74px;
	border: solid 1px #d2d2d2;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service>a{
	line-height: 24px;
	text-align: center;
	width: 100%;
	background: var(--main-font-color);
	display: block;
	font-size: 12px;
	color: #fff;
}
.n1-c{
	padding-top: 20px;
	display: flex;
}
.n1-cl{
	width: 209px;
	margin-right: 31px;
}
.n1-clt{
	position: relative;
	height: 62px;
}
.n1-clt .img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.n1-clt>h1{
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding-left: 89px;
	padding-top: 16px;
}
.n1-clt>h2{
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	padding-left: 89px;
}
.n1-cl>ul{
	width: 207px;
	border: solid 1px #e9e9e9;
}
.n1-cl>ul>li{
	line-height: 36px;
	position: relative;
}
.n1-cl>ul>li>a:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #797979;
	position: absolute;
	top: 50%;
	transform: translateY(-50% );
	left: 12px;
}
.n1-cl>ul li a{
    text-align: left;
    display: block;
	font-size: 14px;
	color: #797979;
	padding-left: 30px;
	position: relative;
	overflow:hidden; /*//超出的文本隐藏*/
    text-overflow:ellipsis; /*//用省略号显示*/
    white-space:nowrap; /*//不换行*/
}
.n1-cl>ul li:hover:after{
	background: var(--main-font-color);
}
.n1-cl>ul>li:hover a{
	color: var(--main-font-color);
}
.n1-cl>ul li.this:after{
	background: var(--main-font-color);
}
.n1-cl>ul>li.this>a{
	color: var(--main-font-color);
}
.n1-cl>ul>li.cur:after{
	background: var(--main-font-color);
}
.n1-cl>ul>li.cur>a{
	color: var(--main-font-color);
}
.n1-cr{
	width: 959px;
}
.n1-crt{
	display: flex;
	justify-content: space-between;
	padding: 19px 0;
	border-bottom: solid 1px #d7d7d7;
	align-items: flex-end;
}
.n1-crt>h1{
	font-size: 24px;
	color: #035794;
}
.n1-crt>p{
	color: var(--main-font9-color);
}
.n1-crt>p>a{
	font-size: 12px;
	color: var(--main-font9-color);
}
.n1-crt>p>img{
	margin-right: 6px;
}
.n1-crc{
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*flex-flow: wrap;*/
	padding-bottom: 48px;
}
.n1-crcl{
	width: 305px;
	margin-top: 30px;
	margin-right: 22px;
	float: left;
}
.n1-crcl:nth-child(3n){
    margin-right: 0px;
}
.n1-crcli{
	width: 303px;
	border: solid 1px #d2d2d2;
}
.n1-crcli .font{
	padding: 15px 0;
}
.n1-crcli .font>h1{
	font-size: 16px;
	color: var(--main-font3-color);
	text-align: center;
	overflow:hidden; /*//超出的文本隐藏*/
    text-overflow:ellipsis; /*//用省略号显示*/
    white-space:nowrap; /*//不换行*/
}
.n1-crcli .img{
	width: 303px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	overflow: hidden;
}
.n1-crcli .img>img{
	transition: all .7s;
	width: auto;
	height: auto;
	max-width: 303px;
	max-height: 240px;
}
.n1-crcl:hover .n1-crcli .img>img{
	transform: scale(1.2);
}
.n1-crclf{
	padding-top: 21px;
}
.n1-crclf>p{
	font-size: 14px;
	line-height: 24px;
	color: var(--main-font6-color);
}
.n2-c>p{
	padding-top: 31px;
	font-size: 14px;
	color: var(--main-font6-color);
	line-height: 30px;
	padding-bottom: 31px;
}
.n2-cm{
	padding-top: 35px;
}
.n2-cm>h1{
	padding-left: 9px;
	color: var(--main-font-color);
	font-size: 14px;
	border-left: solid 3px var(--main-font-color);
	font-weight: 700;
	line-height: 16px;
}
.n2-cm>p{
	font-size: 14px;
	line-height: 30px;
	color: var(--main-font6-color);
}
.n2-cma{
	display: flex;
	align-items: flex-start;
	padding-bottom: 77px;
}
.n2-cml{
	width: 345px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	padding-top: 80px;
	position: relative;
}
.n2-cml:after{
	content: "";
	display: block;
	width: 1px;
	height: 258px;
	background: #d5d5d5;
	position: absolute;
	right: -1px;
	top: 80px;
}
.n2-cml:last-child:after{
	display: none;
}
.n2-cml .img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.n2-cml>h1{
	font-size: 18px;
	color: var(--main-font3-color);
	font-weight: 700;
	padding-top: 34px;
	padding-bottom: 20px;
}
.n2-cml>p{
	padding: 0 60px;
	text-align: center;
	font-size: 14px;
	color: var(--main-font6-color);
}
.n3-ct{
	display: flex;
	justify-content: space-between;
	padding-bottom: 82px;
}
.n3-ctl{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	/*padding-top: 52px;*/
}
.n3-ctl>h1{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: var(--main-font3-color);
	padding-top: 29px;
}
.n3-ctl .p{
	width: 100%;
	line-height: 200%;
	font-size: 16px;
	color: var(--main-font6-color);
	padding-top: 20px;
}
.n3-cb{
	padding-bottom: 70px;
}
.n1-1-c .n1-cr{
	width: 100%;
}
.n1-1cu{
	padding-top: 21px;
}
.n1-1cu>ul{
	display: flex;
	justify-content: space-between;
}
.n1-1cu>ul>li{
	width: 133px;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	color: var(--main-font6-color);
}
.n1-1cd{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.n1-1cdl{
	width: 133px;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	position: relative;
}
.n1-1cdl-i{
	display: flex;
	border: solid 1px #d2d2d2;
	height: 29px;
	width: 117px;
}
.n1-1cdl-i>a{
	width: 24px;
	display: flex;
	align-items: center;
	height: 100%;
}
.n1-1cdl-i>input{
	width: 83px;
	padding-left: 10px;
}
.n1-1cdl>dl{
	border: solid 1px #d2d2d2;
	width: 117px;
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 31px;
	background: #fff;
	z-index: 99;
}
.n1-1cdl>dl>dd{
	line-height: 29px;
	font-size: 14px;
	color: var(--main-font6-color);
	padding-left: 10px;
	cursor: pointer;
}
.n1-1cdl>dl>dd:hover{
	background: var(--main-font-color);
	color: #fff;
}
.n1-1cdl>a{
	width: 119px;
	line-height: 31px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: var(--main-font-color);
}
.n1-1cc>ul{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #e4e4e4;
}
.n1-1cc>ul>li{
	font-size: 12px;
	color: var(--main-font6-color);
	width: 133px;
    text-align: center;
    line-height: 51px;
}
.n1-1cc>ul>li>a{
	font-size: 12px;
	color: var(--main-font6-color);
	width: 133px;
    text-align: center;
    line-height: 51px;
}
.n1-1c{
	padding-bottom: 77px;
}
.n4-ct{
	position: relative;
	margin-bottom: 30px;
}
.n4-cb{
	padding-bottom: 52px;
}
.n4-ctl{
	display: flex;
	padding-top: 20px;
}
.n4-ctll{
	width: 329px;
	margin-right: 31px;
}
.n4-ctlr{
	width: 571px;
}
.n4-ctlr>h1{
	padding-top: 14px;
	font-size: 20px;
	color: var(--main-font3-color);
}
.n4-ctlr>h2{
	font-size: 12px;
	color: var(--main-font9-color);
	padding: 25px 0;
}
.n4-ctlr>p{
	font-size: 14px;
	line-height: 25px;
	color: var(--main-font6-color);
	padding-bottom: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.n4-ctlr>a{
	font-size: 14px;
	color: var(--main-font9-color);
}
.n4-ct .swiper-button-next,.n4-ct .swiper-button-prev{
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	top: 96%;
}
.n4-ct .swiper-button-next{
	background-image: url(../images/n4-3.png);
}
.n4-ct .swiper-button-prev{
	background-image: url(../images/n4-4.png);
	left: 900px;
}
.n4-ct .swiper-button-next:hover{
	background-image: url(../images/n4-5.png);
}
.n4-ct .swiper-button-prev:hover{
	background-image: url(../images/n4-2.png);
	left: 900px;
}
.n4-cl{
	display: flex;
	padding: 31px 0;
	border-bottom: solid 1px #e8e8e8;
}
.n4-cl:first-child{
	border-top: solid 1px #e8e8e8;
}
.n4-cll{
	width: 70px;
	height: 70px;
	background: #c7c7c7;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-right: 31px;
}
@font-face{
	font-family: 'Impact';
	src: url(../ttf/Impact字体.ttf);
}
.n4-cll>h1{
	font-size: 23px;
	color: #fff;
	font-weight: 700px;
	border-bottom: solid 1px rgba(255,255,255,.5);
	padding-top: 10px;
	font-family: 'Impact';
}
.n4-cll>h2{
	font-size: 16px;
	color: #fff;
	padding-top: 3px;
}
.n4-cl:hover .n4-cll{
	background: var(--main-font-color);
}
.n4-clr{
	width: 694px;
	margin-right: 126px;
}
.n4-clr>h1{
	font-size: 18px;
	color: #262626;
	padding-bottom: 22px;
}
.n4-cl:hover .n4-clr>h1{
	color: var(--main-font-color);
}
.n4-clr>p{
	font-size: 14px;
	color: #797979;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.csl{
	display: flex;
	align-items: center;
}
.page{
	display: flex;
	justify-content: center;
	padding-bottom: 53px;
}
.page>a{
	border: solid 1px var(--main-font9-color);
	width: 23px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: var(--main-font9-color);
	display: inline-block;
	margin-right: 7px;
}
.page>a:first-child,.page>a:last-child{
	width: 56px;
}
.page>a:last-child{
	margin-right: 0;
}
.page>a:hover{
	background: var(--main-font-color);
	color: #fff;
	border: solid 1px var(--main-font-color);
}
.page>a.this{
	background: var(--main-font-color);
	color: #fff;
	border: solid 1px var(--main-font-color);
}
.n4-1c>h1{
	font-size: 20px;
	color: var(--main-font3-color);
	padding-top: 29px;
	padding-bottom: 22px;
	text-align: center;
}
.n4-1c>h2{
	font-size: 12px;
	color: var(--main-font9-color);
	text-align: center;
	padding-bottom: 19px;
	margin-bottom: 22px;
	border-bottom: dashed 1px #e5e5e5;
}
.n4-1c>p{
	font-size: 12px;
	color: var(--main-font6-color);
	line-height: 30px;
	padding-bottom: 30px;
}
.n4-1c .img{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.n4-1c{
	padding-bottom: 68px;
}
.N2-Fb{
	width: 100%;
	padding-top: 43px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cccccc;
}
.N2-Fb>p{
	font-size: 14px;
	color: #666666;
	display: flex;
	line-height: 28px;
}
.N2-Fb>p>a{
	width: 27px;
	height: 28px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.N2-Fb>p>a:nth-child(1){
	background: #f6c35c;
}
.N2-Fb>p>a:nth-child(2){
	background: #72a1e1;
}
.N2-Fb>p>a:nth-child(3){
	background: #f87866;
}
.N2-Fb>p>a:nth-child(4){
	background: #86c328;
}
.N2-Fb>p>a:hover{
	animation: 1s swing;
}
.N2-fbp{
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.N2-fbp .left>p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.N2-fbp .left>p>a{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.N2-fbp .right{
	display: flex;
	align-items: center;
}
.N2-fbp .right>a{
	width: 134px;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	background: #e8e8e8;
	border-radius: 20px;
	display: block;
	text-align: center;
}
.wysl{
	display: none;
}
.m3c-lh{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16,140,207,.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.m3c-lha>h1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.m3c-lha>p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	width: 252px;
	text-align: center;
	margin: 0 auto;
}
.sm2cl:hover .wysl{
	display: block;
}

.zhezhao{
	display: none;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
}
.tanchuang{
	display: none;
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	width: 400px;
	height: 165px;
}
.tanchuang .tit{
	background: #006fc0;
}
.tanchuang .tit h1{
	display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}
.tanchuang .tit .close{
	display: inline-block;
    font-size: 24px;
    color: #fff;
    transform: rotate(45deg);
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.tanchuang input{
	border: 1px solid #333333;
    width: 240px;
    display: block;
    margin: 20px auto;
    padding: 5px;
}
.tanchuang .tijiao{
	font-size: 16px;
    background: #006fc0;
    color: #fff;
    display: block;
    width: 140px;
    padding: 7px 0;
    text-align: center;
    border-radius: 20px;
    margin: auto;
}