@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666;
	background: #fff;
	overflow-x: hidden;
	min-width: 1200px;
}
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, span, input, img {
	padding: 0;
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.cl-a:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #777;
}
a:hover, a:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
input, textarea, select {outline:none;border:0;resize: none;}
table {border-collapse:collapse;border-spacing:0;}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li, p {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}

::-webkit-input-placeholder { 
color: #999;
}

:-moz-placeholder { 
color: #999;
}

::-moz-placeholder { 
color: #999;
}

:-ms-input-placeholder { 
color: #999;
}



::-webkit-scrollbar {
width:10px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background:rgba(212,212,212,0.7);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
background: #d4d4d4;
}

.register{
	width:100%;
	height:590px;
	background:#f8f8f8;
}
.register-title{
	width:100%;
	height:120px;
	padding-top:30px;
}
.register-title h2{
	font-size:30px;
	color:#BA2221;
	text-align:center;
}
.register-title p{
	font-size:14px;
	color:#888;
	text-align:center;
	line-height:30px;
}
.register-main{
	width:1200px;
	height:400px;
	margin:0 auto;
}
.register-main div{
	width:299px;
	height:400px;
	float:left;
	margin-right:-1px;
	border:1px solid #e5e5e5;
	position:relative;
	transition:all .3s;
	background:#fff;
}
.register-main div:hover{
	border:1px solid #BA2221;
	z-index:3;
}
.register-main div img{
	position:absolute;
	right:-6px;
	top:-6px;
	z-index:999;
}
.register-main div h3{
	font-size:18px;
	color:#333;
	text-align:center;
	margin-top:30px;
}
.register-main div p{
	font-size:12px;
	color:#2b2b2b;
	width:240px;
	padding:15px 20px;
	margin:0 auto;
	border-bottom:1px solid #eee;
	text-indent:2em;
}
.register-main div span{
	font-size:14px;
	width:190px;
	display: block;
	margin:0 auto;
	color:#444;
	padding-top:5px;
}
.register-main div span b{
	font-size:45px;
	font-weight:100;
	color:#BA2221;
	padding:0px 10px;
}
.register-main div h4{
	font-size:18px;
	color:#444;
	font-weight:100;
	padding:20px 0 15px 30px;
}
.register-main div ul{
	display:block;
	padding:0 50px;
}
.register-main div ul li{
	font-size:12px;
	color:#777;
	float:left;
	width:100%;
	line-height:20px;
}
.register-main div font{
	font-size:14px;
	color:#BA2221;
	text-align: center;
	clear: both;
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
}
.register-main div a{
	float: left;
	width:90px;
	height:35px;
	font-size:14px;
	background:#BA2221;
	color:#fff;
	font-weight:700;
	line-height:35px;
	text-align: center;
	margin-left:45px;
}
.register-main div a:last-child{
	background:#BA2221;
	margin-left:25px;
	background:#ab8850;
}
.register-foot a{
	display: block;
	width:140px;
	height:33px;
	border:1px solid #BA2221;
	border-radius:8px;
	margin:35px auto 0 auto;
	font-size:14px;
	color:#BA2221;
	line-height:33px;
	text-align: center;
	transition:all .3s;
}
.register-foot a:hover{
	color:#fff;
	background:#BA2221;
	font-weight:700;
}
.registerr{
	width: 100%;
    height: 553px;
background:#fff;
}
.registerr-main{
	width:1200px;
	height:400px;
	margin:0 auto;
}
.registerr-main div{
	width:299px;
	height:415px;
	float:left;
	margin-right:-1px;
	border:1px solid #e5e5e5;
	position:relative;
	transition:all .3s;
	background:#fff;
}
.registerr-main div:hover{
	border:1px solid #BA2221;
	z-index:3;
}
.registerr-main div img{
	position:absolute;
	right:-6px;
	top:-6px;
	z-index:999;
}
.registerr-main div h3{
	font-size:18px;
	color:#333;
	text-align:center;
	margin-top:30px;
}
.registerr-main div p{
	font-size:14px;
	color:#2b2b2b;
	width:240px;
	padding:15px 20px;
	margin:0 auto;
	border-bottom:1px solid #eee;
	text-indent:2em;
}
.registerr-main div span{
	font-size:14px;
	width:190px;
	display: block;
	margin:0 auto;
	color:#444;
	padding-top:5px;
}
.registerr-main div span b{
	font-size:45px;
	font-weight:100;
	color:#BA2221;
	padding:0px 10px;
}
.registerr-main div h4{
	font-size:18px;
	color:#444;
	font-weight:100;
	padding:15px 0 12px 30px;
}
.registerr-main div ul{
	display:block;
	padding:0 40px 30px 20px;
zoom:1;
overflow:hidden;
height:auto;
}
.registerr-main div ul li{
	font-size:14px;
	color:#777;
	float:left;
	width:100%;
	line-height:25px;

}
.registerr-main div font{
	font-size:14px;
	color:#BA2221;
	text-align: center;
	clear: both;
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
}
.registerr-main div a{
	float: left;
	width:90px;
	height:35px;
	font-size:14px;
	background:#BA2221;
	color:#fff;
	font-weight:700;
	line-height:35px;
	text-align: center;
	margin-left:45px;position: absolute;
    bottom: 20px;
}
.registerr-main div a:last-child{
	background:#BA2221;
	margin-left:25px;
	background:#ab8850;    left: 140px;
}
/*上海公司注册结束*/
	

.jqr_gt {margin: 20px auto;}
.w_1200 {width: 1200px; margin: 0 auto;}
.jqr_gttable { font-size: 0;}
.jqr_gttable_top {height: 40px;width: 1181px;border: 1px solid #8A8686;}
.jqr_gttable_top p {font-size: 18px;color: #323232;font-weight: 700;margin: 8px 40px;}
.jqr_gttable_top p {font-size: 18px;color: #323232;font-weight: 700;margin: 8px 40px;}
.jqr_gttable_top p span {color: #fff;display: inline-block;width: 20px;height: 20px;text-align: center;line-height: 20px;background-color: #e86d14;border-radius: 50%;}
.jqr_gttable ul {height: 50px;}
.jqr_gttable li {display: inline-block; height: 50px; width: 393.6666px; box-sizing: border-box; border-left: 1px solid #8A8686; border-bottom: 1px solid #8A8686;border-right: 1px solid #8A8686; vertical-align: top;}
.jqr_gttable li span {display: inline-block;width: 210px;font-size: 16px;color: #323232;text-align: right;line-height: 48px;}
.jqr_gttable li a {display: inline-block;}
.jqr_gttable li img {margin: 5px 0px 0px 25px;vertical-align: bottom;}
.fl_pop_form { position: fixed; top: 40%; left: 40%; display: none; z-index: 99999; width: 400px; background-color: #fff; box-shadow: 0 0 5px 2px #ED533B;}
.fl_pop_ttl {color: #fff;background-color: #ED533B;line-height: 40px;padding-left: 20px;font-size: 16px;}
.fl_pop_ttl div { float: right;cursor: pointer; width: 26px; height: 26px; margin: 5px; border-radius: 50%; background: #fff url(../image/close.png) no-repeat 3px 3px;background-size: 20px 20px;}
.fl_pop_items { padding: 20px; text-align: center;}
.fl_pop_input_phone {width: 300px;height: 30px;border: 1px solid #ED533B;padding: 0 10px; margin: 10px 0;}
.fl_pop_btn_normal { display: inline-block; width: 320px; height: 30px; background-color: #ED533B; color: #fff; font-size: 16px; margin-top: 15px;line-height: 30px;cursor: pointer;}
.fl_pop_submit { position: relative;}
.fl_pop_input_secode { width: 170px; height: 30px;border: 1px solid #f4a100;padding: 0 10px;margin: 10px 0;}
float_pop_secode { display: inline;  width: 123px;height: 32px;vertical-align: middle;}
.float_pop_secode img { width: 20px; height: 30px; font-size: 12px; line-height: 28px;}

a {text-decoration: none;
  color: #333; }

.Page_c {
    background:#fff;
    width: 100%;
    clear: both;
    height: 763px;}

.Page_c .page {
    width: 1217px;
    margin: 0 auto;
    height: auto;}

.Page_c .page .P_row {
    padding-top: 24px;}

.Page_c .page .P_row .P_tit {
    padding-top: 8px;
    text-align: center;}


.main{ width: 100%;height: auto; clear: both; min-width: 1180px; position: relative;}
.bgGray { background: #ebedee;}
.m-index{width: 1180px; height: auto;margin: 0 auto;}
.p80{ padding-top:28px; padding-bottom:1px;}
.cytitle{ height:40px; border-bottom:1px solid #d7d7d7; color:#999999; font-size:22px; }
.cytitle .cur{ color:#333333; border-bottom:2px solid #e86d14; }
.cytitle .cyb{  position:relative}
.cytitle a{ color:#999999; font-size:22px; float:left; line-height:22px; display:inline-block; height:39px; }
.cytitle .cyb em{ display: block; position:absolute; width:36px; height:20px; background:url(../image/bibei.png) no-repeat; right:0px; top:-25px; }
.cytitle font{ color:#999999; font-size:22px; margin-left:20px; margin-right:20px; float:left; line-height:22px; }
.cytitle span{ color:#999999; float:left; margin-left:40px; font-size:14px; padding-top:5px;}
div:after, .clearfix:after { display: block; content: "."; height: 0; clear: both; visibility: hidden;}


.cybibei{ margin-top:15px; width:1200px; margin-left:-10px;}
.cybibei ul li{ float:left; width:278px; height:296px;  border:1px solid #e6e8e9; background:#FFF; margin-left:10px; margin-right:10px; margin-bottom:20px;}
.cybibei ul li .cyepic{ height:72px; margin-top:20px; line-height:72px; text-align:center}
.cybibei ul li img{ display:inline; vertical-align:middle}
.cybibei ul li h3{ color:#333333; padding-left:20px; padding-right:20px; font-size:18px; font-weight:normal; margin-top:20px;} 
.cybibei ul li p{ padding-left:20px; padding-right:20px; color:#666666; font-size:14px; line-height:1.6em; margin-top:5px; height:45px; overflow:hidden}
.cybibei ul li h4{ margin-top:5px; color:#333333; font-size:14px; padding-left:20px; padding-right:20px; }
.cybibei ul li h4 font{ color:#e86d14; font-size:14px; margin-left:5px; margin-right:5px;}
.cybibei ul li h5{ padding-left:20px; padding-right:20px; margin-top:15px;} 
.cybibei ul li h5 a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; border:1px solid #e86d14; color:#e86d14; font-size:14px; border-radius:3px; }
.cybibei ul li h5 a:hover{color: #F8F8F8;background-color: #e86d14;}



.w1180 {width: 1181px;height: auto;margin: 0 auto;text-align: center;}
.w1180 a {cursor: pointer;}



.gs-bg.flow-box {width: 100%;background-color: #f8f8f8;margin-top: 10px;padding-top: 50px;padding-bottom: 50px;}
.gs-bg.flow-box .box1 {margin-bottom: 20px;text-align: center;}
.w1190 {width: 1190px;margin: 0 auto;}
.tt-i {display: block;}
.tt-H2 {font-size: 30px;color: #414141;font-weight: bold;line-height: 32px;padding: 0px 0 20px;position: relative;}
.tt-H2 b {color: #e86d14;}
.gs-bg.flow-box .box1 img{margin-top: 15px;}
.flow-list li {float: left;width: 20%;text-align: center;}
.flow-list li .five {display: inline-block;width: 105px;height: 154px;background: url(../image/7.png) no-repeat;margin-bottom: 15px;}
.flow-list li i{-webkit-transition: all 1.2s;-moz-transition: all 1.2s;-ms-transition: all 1.2s;-o-transition: all 1.2s;}
.flow-list li:hover i {transform: rotateY(360deg);-moz-transform: rotateY(360deg);-ms-transform: rotateY(360deg);-o-transform: rotateY(360deg);-webkit-transform: rotateY(360deg);}
.flow-list li p {font-size: 18px;line-height: 20px;color: #565656;padding-bottom: 23px;}
.flow-list li input {width: 138px;height: 38px;line-height: 38px;border-radius: 19px;border: 1px solid #e86d14;color: #e86d14;background: none;-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;cursor:pointer;}
.flow-list li input:hover {color: #F8F8F8;background-color: #e86d14;}
.flow-list li .one {display: inline-block;width: 105px;height: 154px;background: url(../image/8.png) no-repeat;margin-bottom: 15px;}
.flow-list li .two {display: inline-block;width: 105px;height: 154px;background: url(../image/9.png) no-repeat;margin-bottom: 15px;}
.flow-list li .three {display: inline-block;width: 105px;height: 154px;background: url(../image/10.png) no-repeat;margin-bottom: 15px;}
.flow-list li .four {display: inline-block;width: 105px;height: 154px;background: url(../image/11.png) no-repeat;margin-bottom: 15px;}





section.floor-3 { width: 100%;height: 570px;background: url(../image/fcurrent.png) no-repeat center;overflow: hidden}
section.floor-3 div.title { font-size: 30px; color:#414141; margin-top: 72px; text-align: center;font-weight:bold;}
section.floor-3 div.title tt-i{font-size:14px;color:#999;margin:10px auto;}
section.floor-3 div.title tt-i img{margin-top: 15px;}
section.floor-3 div.wapper { margin-top: 10px;text-align: center}
section.floor-3 div.wapper div.item {width: 370px;display: inline-block;margin: 0 13px;background:#e86d14;}
section.floor-3 div.wapper div.item div.title-1 {text-align: center;font-size: 20px;color: #fff;margin-bottom: 0px}
section.floor-3 div.wapper div.item div.line {width: 100%;height: 1px;background: #e86d14;margin-bottom: 4px}
section.floor-3 div.wapper div.item div.item-1 {width: 100%;height: 225px;background: #e86d14}
section.floor-3 div.wapper div.item div.item-1 div.inner {padding-top: 20px}
section.floor-3 div.wapper div.item div.item-1 div.inner div.item-2 {font-size: 15px;color: #fff;text-align: left;margin-bottom: 16px;padding-left:20px;}
section.floor-3 div.wapper div.item div.bg-f {background: #e86d14}
.dsbk {text-align: center;color:#10127e;font-size: 15px;margin-top: 30px;}

.gs-bg.zs-box {background: url(../image/fcurrent.jpg) center top no-repeat;padding: 10px 0 0px;height:450px;} 
.gs-bg.zs-box .box1 {text-align: center;}
.gs-bg.zs-box .box1 .tt-i {font-size: 14px;color: #999;}
.gs-bg.zs-box .box1 h2 {display: inline-block;text-align: center;font-size: 30px;color: #414141;font-weight: bold;line-height: 32px;padding: 0px 0 20px;position: relative;}
.gs-bg.zs-box img{margin-top: 15px;}
.zs-list{padding-left:110px;}
.zs-list li {float: left;margin-right: 8px;width: 200px;height: 248px;}
.text3 {margin-top: 30px;padding-left:105px;}

.text3 li {height: 30px;line-height: 30px;float: left;padding: 0px 5px 5px 25px;color: #777;font-size: 16px;width:200px;}
.text3 .one {background: url(../image/3333.png) no-repeat left;}
.text3 .two {background: url(../image/4444.png) no-repeat left;}
.text3 .three {background: url(../image/6666.png) no-repeat left;}
.text3 .four {background: url(../image/7777.png) no-repeat left;}
.text3 .five {background: url(../image/8888.png) no-repeat left;}
.go-jion { width: 295px;height: 50px; display: block; margin: 30px auto; border-radius: 50px; background: #e86d14; text-align: center; line-height: 50px; color: #fff; font-size: 18px;}




.in_lc {width: 100%;height: 480px;background: #fff;position: relative;}
.in_lc .titlebox {text-align: center;padding: 50px 0 20px;}
.in_lc .titlebox h3 {font-size: 30px;color: #414141;}
.in_lc .titlebox p {margin-top: 10px;font-size: 14px;color: #10127e;}
.in_lc .titlebox i {text-align: center;display: block;background-color: #fff;width: 80px;height: 3px;margin: 0 auto;margin-top: 15px;}
.eeee_l {width: 135px;float: left;position: relative;margin-right: 76px;}
.eeee_l.jjj{margin-right:0px;}
.eeee_l .circle {width: 135px;height: 135px;/*border: 1px solid #10127e;*/border-radius: 75px;color: #fff;text-align: center;}
.eeee_l .circle i {width: 135px;height: 135px;background: url(../image/lc01.png) no-repeat center center;display: block;margin-left: 0px;margin-top: 41.5px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
/*.eeee_l .circle:hover {background-color: #fff;}*/
/*.eeee_l .circle:hover i {-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);-webkit-transform: rotate(360deg);}*/
.eeee_l u {width: 35px;height: 35px;background: #10127E;border-radius: 32px;border: 1px solid #10127E;position: absolute;left: 5px;top: 5px;color: #fff;text-decoration: none;font-size: 18px;text-align: center;line-height: 35px;font-weight: 100;}
.eeee_l h3 {font-size: 20px;color: #565656;text-align: center;font-weight: normal;line-height: 28px;margin: 18px 0 10px;}
.eeee_l p {font-size: 13px;color: #777;line-height: 22px;}
.eeee_l .circle .one {display: block;background: url(../image/lc01.png) no-repeat center center;}
/*.eeee_l .circle:hover .one {background: url(../image/lc1.png) no-repeat center center;}*/
.eeee_l .circle .two {display: block;background: url(../image/lc02.png) no-repeat center center;}
/*.eeee_l .circle:hover .two {background: url(../image/lc2.png) no-repeat center center;}*/
.eeee_l .circle .three {display: block;background: url(../image/lc03.png) no-repeat center center;}
/*.eeee_l .circle:hover .three {background: url(../image/fcurrent.png) no-repeat center center;}*/
.eeee_l .circle .four {display: block;background: url(../image/lc04.png) no-repeat center center;}
/*.eeee_l .circle:hover .four {background: url(../image/lc4.png) no-repeat center center;}*/
.eeee_l .circle .five {display: block;background: url(../image/lc05.png) no-repeat center center;}
/*.eeee_l .circle:hover .five {background: url(../image/lc5.png) no-repeat center center;}*/
.eeee_l .circle .six {display: block;background: url(../image/lc06.png) no-repeat center center;}
/*.eeee_l .circle:hover .six {background: url(../image/lc6.png) no-repeat center center;}*/





.server {background-color: #fff;}
.serve-box {text-align: center;padding-top: 44px;}
.serve-box .tt-H2 {font-size: 30px;color: #414141;font-weight: bold;line-height: 10px;padding: 6px 0 20px;position: relative;}
.serve-box .tt-H2 font {display: inline-block;color: #e86d14;}
.serve-list {margin-top: 20px;padding-bottom: 40px;}
.serve-list li {width: 25%;text-align: center;float: left}
.serve-list li .one {display: inline-block;width: 122px;height: 104px;background: url(../image/0-1.png) no-repeat center;}
.serve-list li p {font-size: 18px;line-height: 20px;color: #565656;padding: 20px 0 33px;}
.serve-list li input {width: 138px;height: 38px;line-height: 38px;border-radius: 19px;border: 1px solid #e86d14;color: #e86d14;background: none;cursor:pointer;}
.serve-list li:hover input {color: #fff;background-color: #e86d14;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
/*.serve-list li:hover .one {background: url(../image/0-22.png) no-repeat center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}*/
.serve-list li:hover p {color: #ff1b28;}
.serve-list li .two {display: inline-block;width: 122px;height: 104px;background: url(../image/0-2.png) no-repeat center;}
/*.serve-list li:hover .two {background: url(../image/0-33.png) no-repeat center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}*/
.serve-list li .three {display: inline-block;width: 122px;height: 104px;background: url(../image/0-3.png) no-repeat center;}
/*.serve-list li:hover .three {background: url(../image/fcurrent.png) no-repeat center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}*/
.serve-list li .four {display: inline-block;width: 122px;height: 104px;background: url(../image/0-4.png) no-repeat center;}
/*.serve-list li:hover .four {background: url(../image/0-55.png) no-repeat center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}*/

.bged{ background:#fff;}
.p70{ padding-top:25px; padding-bottom:25px;}
.m-index.m-i-h .htitle{ font-size: 30px; text-align: center;height: 80px;}
.newsgb li{ float:left; width:380px; background:#FFF; margin-right:20px; height:466px; }
.newsgb .wei{ margin-right:0px;}
.newsgb li h2{ margin-left:20px; margin-right:20px; height:40px; margin-top:15px; border-bottom:1px solid #e7e7e7; position:relative; margin-bottom:20px;}
.newsgb li h2 span{ color:#565656; font-size:22px; float:left; font-weight:normal}
.newsgb li h2 a{ color:#999999; font-size:14px; font-weight:normal; padding-right:12px; float:right; background:url(../image/fcurrent.gif) no-repeat right center; margin-top:5px;}
.newsgb li h2 em{ display:inline-block; position:absolute; width:20px; height:2px; background:#f04c53; left:0px; bottom:0px;}
.newsgb li .nwpic{ display:block; width:340px; height:180px; position:relative; margin-left:20px; margin-right:20px;}
.newsgb li .nwpic img{ width:340px; height:180px;}
.newsgb li .nwpic .h3-1{ position:absolute; bottom:0px; left:0px; width:100%; height:42px; padding-left:20px; line-height:42px; color:#FFF; font-size:16px; background:#000000; opacity: 0.50;filter: alpha(opacity=50);-ms-filter: alpha(opacity=50); font-weight:normal   }
.newsgb li p{ margin-left:20px; margin-right:20px;}
.newsgb li p a{ display:block; line-height:54px; color:#666666; font-size:14px; height:54px; border-bottom:1px dashed #e7e7e7; padding-left:18px; background:url(../image/fcurrent.gif) no-repeat left center}
.yllinktitle{ text-align:center; height:48px; margin-bottom:30px;}
.yllinktitle a{ display:inline-block; width:160px; height:48px; text-align:center; margin-left:10px; margin-right:10px; background:#10127e; color:#ffffff; font-size:18px; line-height:48px;}
.yllinktitle .cur{ background:#10127e;}
.yllinknr ul{  width:100%; height:160px; }
.yllinknr li{ width:200px; text-align:center; line-height:110px; float:left; height:110px; border:1px solid #f1f1f1;margin:12px;}



.p70 { padding-top: 25px; padding-bottom: 25px;}
.m-index {width: 1180px; height: auto;margin: 0 auto;}
.yllinktitle{ text-align:center; height:48px; margin-bottom:30px;}
.yllinktitle a{ display:inline-block; width:160px; height:48px; text-align:center; margin-left:10px; margin-right:10px; background:9e1d21; color:#ffffff; font-size:18px; line-height:48px;}
.yllinktitle .cur{ background:#e86d14;}
.yllinknr ul{  width:100%; height:160px; }
.yllinknr li{ width:200px; text-align:center; line-height:110px; float:left; height:110px; border:1px solid #f1f1f1;margin:12px;}




.fwm{background:url(../image/fcurrent.jpg) no-repeat; height:90px; background-position:center;  background-color:#FFFFFF;}
.fwm .fwt{ width:1200px; height:90px; position:relative; line-height:90px; text-align:center; font-size:30px;margin: 20px auto;font-weight:bold;}
.fwn{ width:1200px; margin:0 auto; height:240px;}
.fwn ul{overflow: hidden;}
.fwn ul li{width: 275px;margin-left: 8px;float: left;background-color: #fff;border: 2px solid #fff;height: 275px;overflow: hidden;transition: 0.3s;}
.fwn ul li:hover{border: 2px solid #10127e;}
.fwn ul li img{display: block;margin: 60px auto 20px;}
.fwn ul li p{font-size: 16px;text-align: center;font-weight: 800;transition: 0.3s;}
.fwn ul li:hover p{font-size: 20px;}
.fwn ul li b{display: block;padding: 10px 30px 0px;font-weight: 400;font-size: 14px;transition: 0.3s;}
.fwn ul li:hover  b{font-size: 14px;}