/*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;}
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;}
/*public end*/

.c{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.header-top{
	height: 40px;
}
.header-top:after{
	content: "";
	display: block;
	clear: both;
}
.header-top-left{
	float: left;
}
.header-top-left>p{
	line-height: 36px;
	font-size: 12px;
	color: #666666;
}
.header-top-right{
	float: right;
}
.header-top-right>a{
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	padding-left: 14px;
	border-left: solid 1px #e1e1e1;
	margin-left: 15px;
}
.header-nav>ul{
	display: flex;
	justify-content: space-between;
}
.header-nav>ul>li{
	padding-top: 28px;
	padding-bottom: 26px;
	/*width: 103px;*/
	text-align: center;
	/*margin-right: 80px;*/
	position: relative;
}
.header-nav>ul>li>img{
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}
.header-nav>ul>li:last-child{
	margin-right: 0;
}
.header-nav>ul>li>a{
	font-size: 16px;
	color: #333333;
	position: relative;
	display: block;
}
.header-nav>ul>li>a>img{
	margin-right: 11px;
}
.header-nav>ul>li>a.this{
	color: #6389b0;
}
.header-nav>ul>li:hover>a{
	color: #6389b0;
}
.header-nav>ul>li>ul{
	position: absolute;
	top: 54px;
	width: 100%;
	min-width: 100px;
	border-top: solid 3px #6389b0;
	padding-bottom: 21px;
	background: #fff;
	display: none;
	z-index: 999;
}
.header-nav>ul>li>ul>li{
	text-align: center;
	padding-top: 21px;
}
.header-nav>ul>li>ul>li>a{
	font-size: 14px;
	color: #666;
	position: relative;
}
.header-nav>ul>li>ul>li>a:after{
	content: "";
	display: none;
	width: 9px;
	height: 9px;
	border: solid 1px #6389b0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.header-nav>ul>li>ul>li:hover>a:after{
	display: block;
}
.header-nav>ul>li>ul>li:hover>a{
	color: #6389b0;
}
.header-nav>ul>li:hover>ul{
	display: block;
}
.banner{
	position: relative;
	z-index: 1;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 52px;
	height: 52px;
	background-size: 52px 52px;
}
.banner .swiper-button-next{
	background-image: url(../images/s4.png);
}
.banner .swiper-button-prev{
	background-image: url(../images/s3.png);
}
.about{
	background: #f7f7f7;
}
.about-top{
	display: flex;
	justify-content: center;
	padding: 35px 0 50px 35px;
}
.about-top-content{
	padding-left: 55px;
	border-left: solid 6px #80a3c7;
}
.about-top-content>p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
h1.title{
	text-align: center;
	padding-top: 50px;
}
.about-bottom-Alist{
	display: flex;
	flex-flow: wrap;
	padding-bottom: 30px;
}
.about-bottom-list{
	width: 590px;
	padding-top: 24px;
	margin-right: 20px;
}
.about-bottom-list:nth-child(2n+0){
	margin-right: 0;
}
.about-bottom-list-font{
	background: #fff;
}
.about-bottom-list-font>h1{
	padding: 22px 0;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	position: relative;
}
.about-bottom-list-font>h1>img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	display: none;
}
.about-bottom-list-font>p{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}
.about-bottom-list:hover .about-bottom-list-font>h1{
	color: #6389b0;
}
.about-bottom-list:hover .about-bottom-list-font>h1>img{
	display: block;
}
.idea{
	background: url(../images/s11.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.idea-content-all{
	display: flex;
	padding: 29px 0 46px 0;
}
.idea-content-list{
	width: 245px;
	height: 277px;
	background: #6389b0;
	padding: 20px;
	margin-right: 20px;
}
.idea-content-list:last-child{
	margin-right: 0;
}
.idea-content-list>h1{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 23px;
}
.idea-content-list>p{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding-bottom: 20px;
}
.idea-content-list>a{
	width: 135px;
	height: 45px;
	display: block;
	border-radius: 23px;
	background: #80a3c7;
	line-height: 45px;
	text-align: center;
	color: #fff;
}
.strategy-content{
	display: flex;
	padding: 21px 0 36px 0;
}
.strategy-content-list{
	width: 385px;
	margin-right: 22px;
}
.strategy-content-list:last-child{
	margin-right: 0px;
}
.strategy-content-list-font>h1{
	padding: 22px 0;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	position: relative;
}
.strategy-content-list-font>h1>img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	display: none;
}
.strategy-content-list-font>p{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}
.strategy-content-list:hover .strategy-content-list-font>h1{
	color: #6389b0;
}
.strategy-content-list:hover .strategy-content-list-font>h1>img{
	display: block;
}
.dynamic-nav{
	padding-top: 22px;
}
.dynamic-nav>ul{
	display: flex;
}
.dynamic-nav>ul>li{
	width: 400px;
	line-height: 42px;
	height: 42px;
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	position: relative;
}
.dynamic-nav>ul>li>a{
	display: block;
	width: 399px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	border-right: solid 1px #dcdcdc;
}
.dynamic-nav>ul>li:first-child>a{
	width: 398px;
	border-left: solid 1px #dcdcdc;
}
.dynamic-nav>ul>li.this:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	background: #80a3c7;
}
.dynamic-nav>ul>li.this{
	border-bottom: 0;
}
.dynamic-nav>ul>li:hover:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	background: #80a3c7;
}
.dynamic-nav>ul>li:hover{
	border-bottom: 0;
}
.dynamic-content-list{
	padding: 30px 20px;
	display: none;
}
.dynamic-content-list:first-child{
	display: flex;
}
.dynamic-content-list-left{
	width: 455px;
	margin-right: 30px;
}
.dynamic-content-list-left h1{
	font-size: 18px;
	color: #333333;
	padding: 19px 0;
}
.dynamic-content-list-left p{
	font-size: 14px;
	color: #777;
	line-height: 20px;
	padding-bottom: 20px;
}
.dynamic-content-list-left a{
	font-size: 14px;
	color: #777;
}
.dclr-list{
	display: flex;
	margin-bottom: 37px;
}
.dclr-list>a{
	display: flex;
}
.dclr-list-left{
	min-width: 139px;
	margin-right: 20px;
}
.dclr-list-right{
	width: calc(100% - 159px);
}
.dclr-list-right>h1{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.dclr-list-right>h2{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	padding: 15px 0;
}
.dclr-list-right>p{
	font-size: 14px;
	color: #777;
	line-height: 20px;
}
.dynamic-content-list-right>a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 44px;
	width: 100%;
	background: #efefef;
}
.footer-top{
	display: flex;
	padding-bottom: 50px;
}
.footer-top-mod1{
	padding-top: 29px;
	margin-right: 85px;
}
.footer-top-mod2{
	margin-right: 126px;
}
.footer-top-mod2>h1{
	font-size: 16px;
	color: #587ca1;
	padding-top: 15px;
}
.footer-top-mod2>ul>li{
	padding-top: 15px;
}
.footer-top-mod2>ul>li>a{
	font-size: 14px;
	color: #999999;
}
.footer-top-mod3>h1{
	font-size: 16px;
	color: #587ca1;
	padding-top: 15px;
}
.footer-top-mod3-img{
	width: 162px;
}
.footer-top-mod3-img>a{
	margin-right: 19px;
	margin-top: 19px;
	display: inline-block;
}
.footer-top-mod3-img>a:nth-child(3n+0){
	margin-right: 0px;
}
.footer-bottom{
	background: #f0f0f0;
}
.footer-bottom-content{
	padding: 31px 0;
}
.footer-bottom-content>p{
	text-align: center;
	color: #587ca1;
	font-size: 14px;
}
.footer-bottom-content>p>a{
	color: #587ca1;
	font-size: 14px;
}
.content-top{
	border-bottom: solid 1px #d4d4d4;
	height: 50px;
}
.content-top:after{
	content: "";
	display: flex;
	clear: both;
}
.content-top-content-left{
	float: left;
}
.content-top-content-left>p{
	line-height: 50px;
	font-size: 14px;
	color: #999999;
}
.content-top-content-left>p>a{
	font-size: 14px;
	color: #999999;
}
.content-top-content-left>p>span{
	width: 9px;
	height: 9px;
	border: solid 2px #f68600;
	border-radius: 50%;
	display: inline-block;
	line-height: 50px;
	margin-right: 11px;
	position: relative;
	top: 2px;
}
.content-top-content-right{
	float: right;
}
.content-top-content-right>ul{
	display: flex;
}
.content-top-content-right>ul>li>a{
	display: block;
	/*width: 103px;*/
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	padding: 0 15px;
}
.content-top-content-right>ul>li>a.this{
	background: #80a3c7;
	color: #ffffff;
}
.content-top-content-right>ul>li>a:hover{
	background: #80a3c7;
	color: #ffffff;
}
h1.Title{
	font-size: 24px;
	color: #6389b0;
	text-align: center;
	padding-top: 40px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 45px;
}
h1.Title>img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about-content-list{
	display: flex;
	margin-bottom: 30px;
}
.about-content-list>a{
	display: flex;
}
.about-content-list-font{
	padding: 60px 32px 0 32px;
	width: 740px;
}
.about-content-list-img{
	width: 350px;
	height: 350px;
}
.about-content-list-img img{
	height: 100%;
}
.about-content-list-font>p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.n1-1top{
	display: flex;
}
.n1-1top-left{
	width: 225px;
	margin-right: 31px;
}
.n1-1top-left>ul>li{
	padding-left: 21px;
	background: #eeeeee;
	margin-bottom: 1px;
	position: relative;
}
.n1-1top-left>ul>li:after{
	content: "";
	display: block;
	background: url(../images/n1-2.png);
	width: 6px;
	height: 11px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.n1-1top-left>ul>li>a{
	line-height: 45px;
	font-size: 14px;
	color: #666666;
	display: block;
}
.n1-1top-left>ul>li:hover{
	background: #80a3c7;
}
.n1-1top-left>ul>li:hover>a{
	color: #fff;
}
.n1-1top-left>ul>li:hover:after{
	background: url(../images/n1-1.png);
}
.n1-1top-left>ul>li.this{
	background: #80a3c7;
}
.n5-2c-right-right>ul>li>a.this{
	background: #80a3c7;
	color: white;
}
.n1-1top-left>ul>li.this>a{
	color: #fff;
}
.n1-1top-left>ul>li.this:after{
	background: url(../images/n1-1.png);
}
.n1-1top-right{
	position: relative;
	width: 928px;
}
.n1-1top-right .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.n1-1top-right .swiper-slide {
  background-size: cover;
  background-position: center;
}
.n1-1top-right .gallery-top {
  height: 48%;
  width: 100%;
}
.n1-1top-right .gallery-thumbs {
  height: 381px;
  box-sizing: border-box;
}
.n1-1top-right .gallery-thumbs .swiper-slide {
  width: 314px;
  height: 361px;
  background: #f5f5f5;
  padding-bottom: 15px;
  border-bottom: 5px solid transparent;
}
.n1-1top-right .gallery-thumbs .swiper-slide:hover{
	background: #80a3c7;
}
.n1-1top-right .gallery-thumbs .swiper-slide:hover .n1-1top-right-top>h1{
	color: #fff;
}
.n1-1top-right .gallery-thumbs .swiper-slide:hover .n1-1top-right-top>p{
	color: #fff;
}
.n1-1top-right .gallery-thumbs .swiper-slide-thumb-active {
  	border-bottom: 5px solid #80a3c7;
}
.n1-1top-right-top-img{
	padding: 40px 0 30px 0;
	display: flex;
	justify-content: center;
}
.n1-1top-right-top-img>img{
	width: 212px;
	height: 212px;
	border-radius: 50%;
}
.n1-1top-right-top>h1{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}
.n1-1top-right-top>p{
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.n1-1top-right-bottom>h1{
	font-size: 24px;
	color: #333;
	padding-left: 14px;
	border-left: 3px solid #80a3c7;
	line-height: 24px;
	font-weight: normal;
	margin-top: 44px;
	margin-bottom: 23px;
}
.n1-1top-right-bottom{
	padding-bottom: 20px;
}
.n1-1top-right-bottom>p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	/*padding-bottom: 20px;*/
}
.n1-1bottom-list{
	padding: 30px 0;
	border-bottom: dashed 1px #dcdcdc;
}
.n1-1bottom-list:first-child{
	border-top: dashed 1px #dcdcdc;
}
.n1-1bottom-list-top{
	display: flex;
}
.n1-1bottom-list-top-left{
	width: 249px;
}
.n1-1bottom-list-top-right{
	width: 951px;
	padding: 0 30px 0 30px;
}
.n1-1bottom-list-top-right>h1{
	font-size: 24px;
	color: #46719d;
	padding-bottom: 22px;
	font-weight: normal;
}
.n1-1bottom-list-top-right>h2{
	font-size: 16px;
	color: #3f3f3f;
	padding-bottom: 20px;
	font-weight: normal;
}
.n1-1bottom-list-top-right>p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.n1-1bottom-list-bottom{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 30px;
}
.n1-1bottom-list-bottom>p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.n1-2all{
	display: flex;
	flex-flow: wrap;
}
.n1-2all-list{
	display: flex;
	margin-right: 28px;
	margin-bottom: 30px;
}
.n1-2all-list>a{
	display: flex;
}
.n1-2all-list:nth-child(2n+0){
	margin-right: 0;
}
.n1-2all-list-img{
	width: 283px;
}
.n1-2all-list-font{
	padding: 25px 28px 0px 32px;
	width: 243px;
}
.n1-2all-list-font>h1{
	font-size: 24px;
	color: #6389b0;
	padding-bottom: 33px;
}
.n1-2all-list-font>h2{
	font-size: 18px;
	color: #3f3f3f;
	padding-bottom: 20px;
}
.n1-2all-list-font>p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.pages{
	padding-top: 20px;
	display: flex;
	justify-content: center;
	padding-bottom: 33px;
}
.pages li a{
	font-size: 12px;
	color: #999999;
	display: inline-block;
	padding: 8px 11px;
	border: solid 1px #999999;
	margin-right: 7px;
}
.pages li:last-child a{
	margin-right: 0;
}
.pages li.current a{
	background: #80a3c7;
	color: #fff;
}
.pages li:hover a{
	background: #80a3c7;
	color: #fff;
	border: solid 1px #80a3c7;
}
.n1-3content-top{
	display: flex;
	padding-bottom: 40px;
}
.n1-3content-top-img{
	width: 611px;
}
.n1-3content-top-font{
	padding-left: 68px;
	width: 521px;
}
.n1-3content-top-font>h1{
	font-size: 22px;
	color: #333333;
	padding-top: 90px;
	font-weight: normal;
	padding-bottom: 43px;
}
.n1-3content-top-font>p{
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
	line-height: 25px;
}
.n1-3content-top-font>p>img{
	margin-right: 10px;
}
.n2-mod1{
	display: flex;
	flex-flow: wrap;
	padding-bottom: 37px;
}
.n2-mod1-list{
	width: 385px;
	margin-right: 22px;
	margin-bottom: 23px;
}
.n2-mod1-list:nth-child(3n+0){
	margin-right: 0;
}
.n2-mod1-list>a>p{
	font-size: 18px;
	color: #ffffff;
	padding: 14px 0 13px 0;
	background: #80a3c7;
	text-align: center;
}
.n2-mod3{
	display: flex;
	flex-flow: wrap;
}
.n2-mod3-list{
	width: 225px;
	margin-right: 262px;
	margin-bottom: 59px;
}
.n2-mod3-list:nth-child(3n+0){
	margin-right: 0;
}
.n2-mod3-list-img{
	display: flex;
	justify-content: center;
}
.n2-mod3-list>h1{
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
}
.n2-mod3-list>p{
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	text-align: center;
}
.n2-1top{
	padding: 30px 0;
}
.n2-1gg{
	width: 1056px;
	margin: 0 auto;
	padding: 18px 0;
	background: #80a3c7;
	border-radius: 10px;
}
.n2-1gg>p>img{
	margin-left: 26px;
	margin-right: 28px;
}
.n2-1gg>p{
	font-size: 18px;
	color: #ffffff;
}
.n2-1mod3{
	width: 1056px;
	margin: 0 auto;
	display: flex;
}
.n2-1mod3-list{
	width: 25%;
	padding: 38px 0 47px 0;
}
.n2-1mod3-list-img{
	display: flex;
	justify-content: center;
}
.n2-1mod3-list>a>h1{
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding-top: 14px;
}
.n2-1mod4{
	padding-top: 47px;
}
.n3-nav>ul>li>a{
	/*width: 165px;*/
}
.n3-all{
	/*padding-top: 45px;*/
	padding-bottom: 30px;
}
.n3-all-list-top{
	height: 50px;
	background: #f0f0f0;
	cursor: pointer;
	position: relative;
}
.n3-all-list-top>p{
	line-height: 50px;
	padding-left: 21px;
	font-size: 16px;
	color: #333333;
}
.n3-all-list-top:after{
	content: "";
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/n3-1.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 31px;
}
.n3-all-list-top:hover{
	background: #80a3c7;
}
.n3-all-list-top:hover>p{
	color: #fff;
}
.n3-all-list-top:hover:after{
	height: 5px;
	background: url(../images/n3-2.png);
}
.n3-all-list-top.this{
	background: #80a3c7;
}
.n3-all-list-top.this>p{
	color: #fff;
}
.n3-all-list-top.this:after{
	height: 5px;
	background: url(../images/n3-2.png);
}
.n3-all-list-bottom{
	padding: 22px;
	border: solid 1px #e5e5e5;
	border-top: 0;
	display: none;
}
.n3-all-list-bottom>p{
	font-size: 14px;
	color: #666666;
}
.n3-bottom{
	padding-bottom: 38px;
}
h1.n3-1h1{
	margin-bottom: 12px;
}
.n3-1p{
	font-size: 15px;
	color: #666666;
	text-align: center;
	padding-bottom: 32px;
}
.n3-1all{
	padding-bottom: 20px;
}
.n3-1list{
	height: 56px;
}
.n3-1list>ul{
	display: flex;
}
.n3-1list>ul>li{
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 56px;
	color: #333333;
}
.n3-1list>ul>li>img{
	margin-right: 7px;
}
.n3-1list-t{
	background: #80a3c7;
	height: 50px;
}
.n3-1list-t>ul>li{
	line-height: 50px;
	color: #fffefe;
}
.n3-1list>ul>li>a{
	width: 114px;
	height: 34px;
	background-color: #eeeeee;
	border-radius: 17px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin: 11px auto;
	line-height: 34px;
}
.n3-2content{
	padding-top: 30px;
	display: flex;
	padding-bottom: 60px;
}
.n3-2content-left{
	width: 281px;
	margin-right: 30px;
}
.n3-2content-left-img{
	margin-bottom: 30px;
}
.n3-2content-left-bottom{
	height: 556px;
	background: #80a3c7;
	padding: 20px;
}
.n3-2content-left-bottom>p{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding-bottom: 40px;
}
.n3-2content-right{
	width: 889px;
}
.n3-2content-right-top>h1{
	font-size: 15px;
	color: #fefefe;
	line-height: 50px;
	background: #80a3c7;
	text-align: center;
}
.n3-2content-right-bottom{
	padding: 0 30px;
	background: #f6f6f6;
}
.n3-2content-right-bottom>h1{
	font-size: 15px;
	color: #5d84ac;
	line-height: 15px;
	padding-left: 7px;
	border-left: 3px solid #5d84ac;
	margin-top: 30px;
}
.n3-2crb-input{
	display: flex;
}
.n3-2crb-il{
	width: 352px;
	margin-top: 20px;
	margin-right: 19px;
}
.n3-2crb-il:last-child{
	margin-right: 0;
}
.n3-2crb-il>label{
	font-size: 15px;
	color: #666666;
	line-height: 36px;
}
.n3-2crb-il>input{
	width: 209px;
	background: #fff;
	line-height: 36px;
}
.n3-2crb-input2>input{
	width: 348px;
}
.n3-2crb-lt{
	display: flex;
	margin-top: 26px;
}
.n3-2crb-ltl{
	width: 674px;
	margin-right: 53px;
}
.n3-2crb-ltl>p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.n3-2crb-ltr{
	width: 130px;
	display: flex;
	align-items: center;
}
.n3-2crb-ltr>label{
	font-size: 14px;
	color: #666666;
}
.n3-2crb-lan{
	padding: 44px 0 30px 0;
	display: flex;
	justify-content: center;
	border-bottom: dashed 1px #dcdcdc;
	margin-bottom: 30px;
}
.n3-2crb-lan>a{
	display: block;
	width: 121px;
	line-height: 38px;
	border-radius: 19px;
	background: #ffffff;
	border: solid 1px #dcdcdc;
	font-size: 14px;
	color: #80a3c7;
	text-align: center;
}
.n3-2crb-lan>a:hover{
	color: #fff;
	background: #80a3c7;
}
.n3-2crb-lan>a:first-child{
	margin-right: 17px;
}
.n3-2crb-lbb>p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.n3-3all{
	padding-top: 30px;
	display: flex;
	padding-bottom: 60px;
}
.n3-3left{
	width: 934px;
	margin-left: 10px;
}
.n3-aleft-top{
	display: flex;
}
.n3-3left-left{
	width: 590px;
	margin-right: 43px;
}
.n3-3left-left>h1{
	font-size: 24px;
	color: #6389b0;
	line-height: 46px;
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom: solid 1px #ececec;
}
.n3-3left-right{
	width: 300px;
}
.n3-3left-left>p{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 30px;
}
.n3-3left-right>h1{
	font-size: 18px;
	color: #333333;
	line-height: 45px;
	text-align: center;
	background: #eeeeee;
	font-weight: normal;
}
.n3-3left-right>ul>li{
	display: flex;
	border: solid 1px #eeeeee;
	border-top: 0;
}
.n3-3left-right>ul>li:first-child{
	border-top: solid 1px #eeeeee;
}
.n3-3left-right>ul>li>p{
	width: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #666666;
}
.n3-3left-right>ul>li>p:first-child{
	border-right: solid 1px #eeeeee;
}
.n3-aleft-bottom>h1{
	font-size: 18px;
	color: #333333;
	padding: 17px 0 16px 0;
	background: #eeeeee;
	text-align: center;
}
.n3-aleft-bottom>ul>li{
	border: solid 1px #fff;
	border-top: 0;
	display: flex;
}
.n3-aleft-bottom>ul>li:first-child{
	border-top: solid 1px #fff;
}
.n3-aleft-bottom>ul>li>p{
	font-size: 16px;
	height: 50px;
	display: flex;
	align-items: center;
}
.n3-aleft-bottom>ul>li>p:first-child{
	width: 165px;
	border-right: solid 1px #fff;
	padding-right: 20px;
	text-align: right;
	background: #e3eefb;
	color: #6389b0;
	justify-content: flex-end;
}
.n3-aleft-bottom>ul>li>p:last-child{
	width: 376px;
	padding-left: 30px;
	background: #f3ece1;
	color: #666666;
}
.n3-3mod{
	padding-bottom: 100px;
}
.n3-4c>ul>li{
	display: flex;
	border: solid 1px #e5e5e5;
	border-top: 0;
}
.n3-4c>ul>li:first-child{
	border-top: solid 1px #e5e5e5;
}
.n3-4c>ul>li>dt{
	font-size: 14px;
	color: #666666;
	line-height: 39px;
	text-align: center;
	background: #f7fbff;
}
.n3-4c>ul>li>dt:first-child{
	width: 149px;
	border-right: solid 1px #e5e5e5;
}
.n3-4c>ul>li>dt:last-child{
	width: 793px;
}
.n4-list-left{
	width: 455px;
	margin-right: 30px;
}
.n4-list-left .dynamic-content-list-left{
	margin-right: 0px;
	margin-bottom: 21px;
}
.dynamic-content-list-right{
	width: calc(100% - 485px);
}
.n4-1ct{
	position: relative;
}
.n4-1ctl>a{
	display: flex;
}
.n4-1ctl-l{
	width: 367px;
}
.n4-1ctl-r{
	width: 773px;
	background: #f8f8f8;
	padding: 30px;
	height: 149px;
}
.n4-1ctl-r>h1{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 20px;
}
.n4-1ctl-r>p{
	font-size: 14px;
	line-height: 28px;
	color: #777777;
}
.n4-1ct .swiper-pagination-bullet{
	width: 26px;
	height: 4px;
	background: #e3effe;
	border-radius: 0;
}
.n4-1ct .swiper-pagination-bullet-active{
	background: #80a3c7;
}
.n4-1cal{
	padding-bottom: 20px;
}
.n4-1cal-list{
	height: 59px;
	border-bottom: 1px dashed #dcdcdc;
}
.n4-1cal-list:after{
	content: "";
	display: block;
	clear: both;
}
.n4-1cal-list>a>h1{
	font-size: 16px;
	color: #333333;
	line-height: 59px;
	float: left;
	font-weight: normal;
}
.n4-1cal-list>a>span{
	font-size: 14px;
	color: #999999;
	line-height: 59px;
	float: right;
}
.n5-c{
	display: flex;
	padding-bottom: 60px;
}
.n5-cl{
	width: 666px;
	margin-right: 40px;
}
.n5-cr{
	width: 493px;
}
.n5-cl-input{
	display: flex;
	margin-bottom: 10px;
}
.n5-cl-il{
	background: #f4f4f4;
	display: flex;
	width: 328px;
	height: 55px;
}
.n5-cl-il>label{
	font-size: 14px;
	color: #999999;
	line-height: 55px;
	margin-left: 10px;
}
.n5-cl-il>input{
	width: 270px;
	line-height: 55px;
}
.n5-cl-il1{
	width: 666px;
	margin-bottom: 10px;
}
.n5-cl-il1>input{
	width: 550px;
}
.n5-cl-il2{
	width: 666px;
	margin-bottom: 10px;
	height: 285px;
}
.n5-cl-il2>textarea{
	width: 568px;
	height: 285px;
}
.n5-cl>a{
	display: block;
	margin-top: 35px;
	width: 172px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #80a3c7;
	color: #fff;
}
.n5-cl>button{
	display: block;
	margin-top: 35px;
	width: 172px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #80a3c7;
	color: #fff;
}
.n5-cr>p{
	padding: 16px 0;
	font-size: 16px;
	color: #666666;
}
.n5-cr-bottom{
	display: flex;
	justify-content: space-between;
}
.n5-cr-bottom-list>img{
	margin-bottom: 20px;
}
.n5-cr-bottom-list>p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.n5-cr-bottom-list1>p{
	text-align: right;
}
.n5-1c{
	display: flex;
	flex-flow: wrap;
}
.n5-1cl{
	width: 512px;
	padding: 46px 48px 46px 25px;
	display: flex;
	margin-right: 30px;
	margin-bottom: 30px;
}
.n5-1cl:nth-child(2n+0){
	margin-right: 0;
}
.n5-1cl>a{
	display: flex;
}
.n5-1cli{
	width: 126px;
	display: flex;
	align-items: center;
}
.n5-1clr{
	padding-left: 38px;
	width: 328px;
}
.n5-1clr>h1{
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}
.n5-1clr>p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.n5-2c{
	display: flex;
}
.n5-2c-right{
	display: flex;
}
.n5-2c-right-left>h1{
	font-size: 41px;
	color: #587ca1;
	font-weight: normal;
	padding-bottom: 20px;
}
.n5-2c-right-left{
	width: 803px;
	margin-right: 30px;
	padding-bottom: 30px;
}
.n5-2c-right-right{
	width: 108px;
}
.n5-2c-right-left>ul>li>a{
	display: flex;
	padding-bottom: 15px;
	justify-content: space-between;
	border-bottom: solid 2px #dcdcdc;
	margin-top: 5px;
}
.n5-2c-right-left>ul>li>a>h1{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.n5-2c-right-left>ul>li>a>span{
	font-size: 16px;
	color: #999999;
}
.n5-2c-right-right>ul>li>a{
	display: block;
	width: 108px;
	line-height: 45px;
	background: #eeeeee;
	text-align: center;
	font-size: 16px;
	color: #444444;
}
.n6-c{
	display: flex;
}
.n6-cl{
	width: 623px;
	margin-right: 32px;
}
.n6-cl>h1{
	font-size: 24px;
	color: #587ca1;
	padding-bottom: 18px;
	font-weight: 500;
}
.n6-cl>h2{
	font-size: 18px;
	color: #333333;
	padding-bottom: 25px;
}
.n6-cl>p{
	font-size: 14px;
	color: #666666;
	padding-bottom: 33px;
	line-height: 36px;
}
.n6-cr{
	width: 289px;
}
.n5-4c{
	width: 941px;
}
.n5-4c>h1{
	font-size: 24px;
	color: #587ca1;
	padding-bottom: 15px;
	font-weight: normal;
}
.n6-c{
	display: flex;
	width: calc(100% - 256px);
	padding: 15px 0 62px 0;
}
.n6-c1{
	width: 427px;
	border-right: solid 1px #cbcbcb;
}
.n6-c1i{
	margin-bottom: 26px;
}
.n6-c1b{
	width: 366px;
	height: 45px;
	background: #f0f0f0;
	margin-bottom: 10px;
}
.n6-c1b>label{
	width: 26px;
	line-height: 45px;
}
.reg-c1b{
	display: flex;
}
.n6-c1b>span{
	line-height: 45px;
	padding: 0 0 0 5px;
	width: 112px;
}
.n6-c1b>label>img{
	margin-left: 10px;
}
.n6-c1b>input{
	width: 325px;
	padding-left: 10px;
	line-height: 45px;
	background-color: #e8f0fe;
}
.n6-c1b>select{
	width: 325px;
	padding-left: 10px;
	line-height: 45px;
	background-color: #e8f0fe;
}
.n6-c1a{
	display: flex;
	justify-content: flex-end;
	width: 366px;
	padding-top: 10px;
}
.n6-c1a>a{
	font-size: 14px;
	color: #999999;
}
.n6-c1a>a>img{
	margin-right: 12px;
}
a.n6-a{
	display: block;
	width: 166px;
	line-height: 50px;
	border: solid 1px #80a3c7;
	color: #80a3c7;
	text-align: center;
	border-radius: 10px;
	margin: 33px auto 0 auto;
}
button.n6-a{
	display: block;
	width: 166px;
	line-height: 50px;
	border: solid 1px #80a3c7;
	color: #80a3c7;
	text-align: center;
	border-radius: 10px;
	margin: 33px auto 0 auto;
}
.n6-c2{
	width: 347px;
	border-right: solid 1px #cbcbcb;
	padding-left: 77px;
}
.n6-c2>h1{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	padding: 50px 0 36px 0;
}
.n6-c2>p{
	font-size: 17px;
	color: #666666;
	width: 267px;
	padding-bottom: 12px;
}
.n6-c2>a.n6-a{
	margin: 33px 0 0 0;
}
.n6-c3{
	width: 230px;
	padding-left: 85px;
	border-right: 0;
}
.index_ul_box li span.index_li_span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid white;
	float: right;
	margin-top: 15px;
}
.index_ul_box li:hover span.index_li_span{ 
	border: 2px solid #6389b0;
}	


.n1-1top-right .swiper-button-next, .n1-1top-right .swiper-button-prev{
	width: 52px;
	height: 52px;
	background-size: 52px 52px;
	top: 20%;
}
.n1-1top-right .swiper-button-next{
	background-image: url(../images/s4.png);
	right: -55px;
}
.n1-1top-right .swiper-button-prev{
	background-image: url(../images/s3.png);
	left: -55px;
}

.tab_con table{
	width: 100%;
}
.tab_con {margin-bottom:30px;}
.tab_con table.profile tr:hover {background:#fafafb;}
.tab_con table.profile th {line-height:42px;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:130px; background:#F1F1F1; color:#555; font-size:15px; font-weight:normal}
.tab_con table.profile td {line-height:42px;padding-left:40px;border-bottom:1px solid #e5e5e5;color: #575757;font-size: 16px;}
.tab_con table.jz td {text-align:center;padding:0;}

.tab_con table.unit_tab{ margin:20px 0px;}
.tab_con table.unit_tab tr:hover {background:#fafafb;}
.tab_con table.unit_tab th {line-height:42px;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:130px; background:#F1F1F1; color:#555; font-size:15px; font-weight:normal;border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5;}
.tab_con table.unit_tab td {line-height:42px;padding-left:40px;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-left:1px solid #e5e5e5;color: #575757;font-size: 14px;}
/*产品业绩*/
.tab_con .qx {max-width:800px;}
.tab_con .results_title {border-bottom:1px solid #f4f3f3;height:40px;line-height:40px;}
.tab_con .results_box {padding-bottom:30px;}
.tab_con .results_title {margin-bottom:10px;}
.tab_con .results_title .fl {font-size:16px;color:#535353;}
.tab_con .results_title .fl span {padding:0 15px;padding-bottom:9px;border-bottom:2px solid #2971b3;color:#000;}
.tab_con .results_title time {font-size:13px;color:#8f8f8f;}