html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0; padding:0; list-style:none; text-decoration:none;}
i,em{font-style:normal;}
input, select{vertical-align:middle; font-family:"ËÎÌå";}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none; }
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666 !important;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.dian{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.mtf_30{margin-left: 30px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}

html{-webkit-text-size-adjust: none;-webkit-text-size-adjust: 100%;}
body{font-family:"microsoft yahei"; color:#333;}

.center{
	width: 1190px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	height: 830px;
	background: url(/e_html/2020/tsinglan/images/banner.jpg) no-repeat;
	background-position: center;
	overflow: hidden;
}
.banner .center{
	width: 1250px;
}
.word1{
	text-align: center;
	margin-top: 130px;
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
.word2{
	text-align: center;
	margin-top: 40px;
	-webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}
.word3{
	text-align: center;
	margin-top: 10px;
	-webkit-animation-duration:0.8s;
    animation-duration:0.8s;
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}
.word4{
	text-align: center;
	font-size: 50px;
	color: #fff;
	margin-top: 30px;
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.word5{
	text-align: center;
	margin-top: 15px;
}
.word5 img{
	display: inline-block;
	margin: 0 25px;
}
.word5_1{
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
.word5_2{
	-webkit-animation-duration:0.6s;
    animation-duration:0.6s;
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight;
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}
.word6{
	text-align: center;
	margin-top: 60px;
	-webkit-animation-duration:1.5s;
    animation-duration:1.5s;
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.oration{
	width: 100%;
	background: #f6f6f6;
	padding: 20px 0;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.news{
	margin-top: 70px;
}
.topnews{
	text-align: center;
}
.tout{
	float: left;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	font-size: 18px;
	background: #e60012;
	color: #fff;
	margin-left: 150px;
	margin-top: 5px;
}
#gundongNew{
	float: left;
	height: 40px;
	overflow: hidden;
	margin-left: 20px;
}
.gundongNew-li{
	width: 800px;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	color: #333;
	text-align: left;
}
.gundongNew-li a{
	display: block;
	color: #333;
}
.topbq{
	margin-top: 90px;
	text-align: center;
}
.shenghui{
	width: 1115px;
	height: 460px;
	margin: 110px auto 0;
	position: relative;
	background: #f6f6f6;
}
.bluediv{
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0344c4;
}
.sh-select{
	position: absolute;
	left: -25px;
	top: 45px;
}
.sh-li{
	width: 230px;
	height: 60px;
	padding-right: 20px;
	text-align: right;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;
}
.sh-act{
	color: #fff;
	background: #0344c4;
}
.sh-cont{
	position: absolute;
	left: 250px;
	top: -50px;
}
.sh-contli{
	width: 830px;
	height: 475px;
	position: relative;
	display: none;
}
.disb{
	display: block !important;
}
.sh-fc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 780px;
	padding: 20px 25px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.part2{
	width: 100%;
	overflow: hidden;
}
.zbjb{
	position: relative;
	padding-top: 35px;
	margin-top: 50px;
	min-height: 655px;
}
.jiab{
	width: 100%;
	background: #1b50b8;
	height: 560px;
	position: absolute;
	top: 0;
	left: 0;
}
.jz{
	width: 1190px;
	height: 490px;
	margin: 0 auto;
	position: relative;
}
.grayzz{
	width: 280px;
	height: 490px;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
.grayzz1,.whitezz1{
	left: -295px;
}
.grayzz2,.whitezz2{
	right: -295px;
}
.whitezz{
	width: 280px;
	height: 150px;
	position: absolute;
	bottom: -205px;
	background: #fff;
	z-index: 100;
}
.wd1800{
	width: 1800px;
	height: 490px;
	position: absolute;
	top: 0;
	left: -305px;
}
.jz .swiper-slide{
	width: 300px;
	text-align: center;
	position: relative;
}
.jz .swiper-slide a:hover{
	color:#0344c4;
}
.jz .swiper-slide .words{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 55px;
	text-align: left;
}
.jz .swiper-slide .words .wordbig{
	font-size: 26px;
	line-height: 34px;
}
.jz .swiper-slide .words .wordsmall{
	font-size: 14px;
	margin-top: 10px;
}
.swiper-button-prev1{
	position: absolute;
    width: 44px;
    height: 75px;
    background: url(/e_html/2020/tsinglan/images/zarrow1.png) no-repeat;
    z-index: 100;
    top: 50%;
    margin-top: -32px;
    left: -75px;
    cursor: pointer;
}
.swiper-button-next1{
	position: absolute;
    width: 44px;
    height: 75px;
    background: url(/e_html/2020/tsinglan/images/yarrow1.png) no-repeat;
    z-index: 100;
    top: 50%;
    margin-top: -32px;
    right: -75px;
    cursor: pointer;
}
.zhici{
	margin-top: 45px;
}
.zhici .topline{
	text-align: center;
}
.zcjb{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #0f2a5e;
	background: #f6f6f6;
	margin: 0 10px;
	cursor: pointer;
}
.zhici-act{
	background: #0344c4;
	color: #fff;
}

.zhici .sline{
	width: 1190px;
	height: 460px;
	margin: 30px auto 0;
	background: #f6f6f6;
	position: relative;
}
.bluediv2{
	width: 150px;
	height: 150px;
	background: #0344c4;
	position: absolute;
	left: 0;
	bottom: 0;
}
.zhicicont{
	position: absolute;
	left: 45px;
	top: 60px;
}
.zhici-contli{
	display: none;
}
.zhici-contli .img{
	float: left;
	width: 565px;
	height: 360px;
}
.zhici-contli .desc{
	float: left;
	margin-left: 55px;
	margin-top: 60px;
}
.zhici-contli .desc .name{
	font-size: 60px;
	color: #333;
}
.zhici-contli .desc .work{
	font-size: 30px;
	color: #333;
	margin: 15px 0 30px 0;
}
.zhici-contli .desc .make{
	max-width: 460px;
	padding: 15px 20px;
	font-size: 30px;
	color: #fff;
	background: #0344c4;
}
.fayan{
	text-align: center;
	margin-top: 20px;
}
.fayan .topline{
	display: inline-block;
	padding: 15px 60px;
	font-size: 22px;
	color: #fff;
	background: #0344c4;
}
.fayan .sline{
	position: relative;
}
.swiper-container2{
	width: 1140px;
	padding: 0 25px;
	margin-top: 50px;
}
.swiper-container2 .swiper-slide{
	text-align: center;
	/* height: 390px; */
	/* width: 380px; */
	width: 50%;
	height: 640px;
}
.swiper-container2 .swiper-slide.disb .bq{
	display: block;
}
.swiper-container2 .swiper-slide a{
	display: block;
	position: relative;
}
.swiper-container2 .swiper-slide a .bq{
	position: absolute;
	left: 50%;
	margin-left: -225px;
	bottom: 0;
	/* width: 285px; */
	width: 420px;
	padding: 15px 15px;
	background: rgba(3,68,196,0.68);
	color: #fff;
	text-align: left;
	display: none;
}
.bq-name{
	font-size: 28px;
}
.bq-work{
	font-size: 20px;
	line-height: 30px;
}
.swiper-button-prev2{
	position: absolute;
    width: 86px;
    height: 54px;
    background:#0344c4 url(../images/zarrow2.png) no-repeat center center;
    z-index: 100;
    top: 50%;
    margin-top: -27px;
    left: 0px;
    cursor: pointer;
}
.swiper-button-next2{
	position: absolute;
    width: 86px;
    height: 54px;
    background:rgba(0,0,0,0.36) url(../images/yarrow2.png) no-repeat center center;
    z-index: 100;
    top: 50%;
    margin-top: -27px;
    right: 0px;
    cursor: pointer;
}
.zhuanti{
	width: 100%;
	height: 305px;
	margin-top: 165px;
	background: url(/e_html/2020/tsinglan/images/zhuantibg.jpg) center center;
}
.part5 .center{
	text-align: center;
	position: relative;
	height: 100%;
}
.part5 .topline{
	display: inline-block;
	padding: 15px 60px;
	font-size: 22px;
	color: #fff;
	background: #0344c4;
	margin-top: 20px;
}
.swiper-container3{
	width: 100%;
	position: absolute;
	left: 0;
	top: -118px;
}
.swiper-container3 .swiper-slide{
	width: 297.5px;
	height: 423px;
	text-align: center;
}
.swiper-container3 .swiper-slide a{
	display: inline-block;
	position: relative;
	height: 100%;
}
.zhuanti .tx{
	width: 236px;
	height: 233px;
	padding-top: 3px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.swiper-container3 .swiper-slide.act .tx{
	background: #00479d;
}
.swiper-container3 .swiper-slide.act .miaoshu{
	background: #02256d;
}
.miaoshu{
	width: 100%;
	height: 155px;
	position: absolute;
	left: 0;
	top: 118px;
	padding-top: 150px;
	z-index: -1;
}
.miaoshu .name{
	font-size: 28px;
	text-align: center;
	color: #fff;
}
.miaoshu .work{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	line-height: 26px;
	padding: 0 20px;
}
.miaoshu .work.textc{
	text-align: center;
}
.miaoshu .work.textl{
	text-align: left;
}
.swiper-button-prev3{
	position: absolute;
    width: 44px;
    height: 75px;
    background: url(/e_html/2020/tsinglan/images/zarrow1.png) no-repeat;
    z-index: 100;
    top: 50%;
    margin-top: -32px;
    left: -75px;
    cursor: pointer;
}
.swiper-button-next3{
	position: absolute;
    width: 44px;
    height: 75px;
    background: url(/e_html/2020/tsinglan/images/yarrow1.png) no-repeat;
    z-index: 100;
    top: 50%;
    margin-top: -32px;
    right: -75px;
    cursor: pointer;
}
.yearbaog .topline{
	text-align: center;
	margin-top: 40px;
}
.yearbaog .topline>div{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	background: #f6f6f6;
	color: #0f2a5e;
	margin: 0 10px;
	cursor: pointer;
}
.yearbaog .topline>div.yearact{
	background: #0344c4;
	color: #fff;
}
.wid1{
	width: 450px;
}
.wid2{
	width: 300px;
}
.yearbaog .sline{
	width: 1050px;
	margin: 20px auto 0;
	background: #f6f6f6;
	padding: 45px 40px 50px 40px;
}
.yearli{
	text-align: center;
	display: none;
}
.yearli .wz{
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 35px;
}
.xuanchuan{
	width: 100%;
	background: #0344c4;
	padding: 30px 0;
	margin-top: 30px;
}
.metting{
	margin-top: 35px;
}
.metting .topline{
	text-align: center;
}
.metting .sline{
	width: 1050px;
	margin: 25px auto 0;
}
.metli{
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #f6f6f6;
	color: #0f2a5e;
	margin: 0 10px;
	cursor: pointer;
}
.metli-act{
	background: #0344c4;
	color: #fff;
}
.metcont{
	display: none;
}
.metcont .tit{
	width: 100%;
	height: 45px;
	background: #0344c4;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.metimg{
	width: 100%;
	max-height: 520px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.nation{
	width: 100%;
	height: 710px;
	background: url(/e_html/2020/tsinglan/images/nation.jpg) no-repeat center center;
	margin-top: 40px;
	overflow: hidden;
}
.numyear{
	width: 130px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 26px;
	background: #e60012;
	margin: 45px auto 0;
}
.nation-word{
	margin-top: 30px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.nationbox{
	margin-top: 50px;
}
.nation-ul{
	text-align: center;
	font-size: 0;
	margin-bottom: 15px;
}
.nation-ul2 .nation-li{
	vertical-align: top;
}
.nation-li{
	display: inline-block;
	margin: 0 8px;
	position: relative;
}
.nationcenter{
	display: inline-block;
	margin: 0 8px;
	position: relative;
}
.nation-fc{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	text-align: center;
	font-size: 26px;
	color: #fff;
	display: none;
	cursor: pointer;
}
.nation-fc>div{
	width: 100%;
	height: 100%;
	display: table;
}
.nation-fc span{
	display:table-cell;
	vertical-align:middle;
}
.nation-li img{
	display: block;
}
.tuji{
	width: 1050px;
	height: 580px;
	position: relative;
	margin: 50px auto 0;
}
.swiper-container4 .swiper-slide img{
	display: block;
}
.swiper-button-prev4 {
    position: absolute;
    width: 86px;
    height: 54px;
    background: #0344c4 url(../images/zarrow2.png) no-repeat center center;
    z-index: 100;
    top: 50%;
    margin-top: -27px;
    left: -30px;
    cursor: pointer;
}
.swiper-button-next4 {
    position: absolute;
    width: 86px;
    height: 54px;
    background: rgba(0,0,0,0.36) url(../images/yarrow2.png) no-repeat center center;
    z-index: 100;
    top: 50%;
    margin-top: -27px;
    right: -30px;
    cursor: pointer;
}
.copyright {
    text-align: center;
    padding: 30px 0 30px 0;
    font-size: 14px;
    color: #fff;
    margin-top: 100px;
    line-height: 28px;
    background: #011d57;
}
.copyright a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.tou{
	width: 450px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	background: #0344c4;
	margin: 0 auto;
	margin-bottom: 20px;

}
