.w1200{width: 1200px;margin: 0 auto;}
/*transition*/
.tran100{-webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; -ms-transition:all 0.1s linear; transition:all 0.1s linear;}
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}



i, em {
	font-style: normal;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 171px;
}
.h_con {
	height: 111px;
}
.header .logo {
	float: left;
	padding-top: 19px;
}
.header .logo img {
	width: 98px;
}
.slogan {
	float: left;
	margin-top: 30px;
	padding-left: 12px;
	position: relative;
	font-weight: normal;
	height: 56px;
}
.slogan span {
	display: block;
	font-size: 34px;
	color: #0067ac;
	line-height: 24px;
	font-weight: bold
}
.slogan b {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding-top: 10px;
	font-weight: normal;
}
.h_contact {
	float: right;
	margin-top: 30px;
}
.h_contact span img {
	display: block;
	width: 49px;
	height: 49px;
	float: left;
	margin-right: 11px;
}
.h_contact strong {
	display: block;
	font-size: 26px;
	color: #0067ac;
	line-height: 26px;
	float: left;
	font-weight: bold;
	font-family: Arial;
}
.h_contact strong i {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
}
.h_contact:hover span img {
	animation-duration: 2s;
	animation-name: flipInY;
}
/*.h_nav {
	height: 77px;
	clear: both;
	box-sizing: border-box;
	border-top: 2px solid #ededed;
}
.header .h_nav li {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -2px;
	height: 77px;
}
.header .h_nav li:last-child>a:after {
	display: none;
}
.header .h_nav li>a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #0067ac;
	left: 0;
	bottom: 0;
	transition: .3s ease;
	-o-transition: .3s ease;
	z-index: -1;
}
.header .h_nav li>a:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: url('images/h_line.png') no-repeat center;
	right: -1px;
	top: 0;
}
.header .h_nav li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #222;
	text-align: center;
	line-height: 77px;
	height: 77px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 56px;
	z-index: 2;
	transition: .3s ease;
	-o-transition: .3s ease;
}
.header .h_nav li:hover>a, .header .h_nav li.cur>a {
	color: #fff;
}
.header .h_nav li:hover>a:before, .header .h_nav li.cur>a:before {
	height: 100%;
}
.header .h_nav li:hover>a:after, .header .h_nav li.cur>a:after {
	display: none;
}*/
.indexform {
	padding: 20px 0 0;
	text-align: center;
}
.indexform li {
	display: inline-block;
	width: 500px;
	margin-right: 20px;
	position: relative;
}
.indexform li:last-child {
	margin-right: 0;
}
.indexform li label {
	font-size: 20px;
	float: left;
	margin-right: 20px;
}
.indexform li input + span {
	position: absolute;
	color: red;
	font-size: 20px;
	top: 1px;
	left: 50px;
}
.indexform li input {
	background: #efefef;
	padding: 20px;
	border: none;
	width: 460px;
	margin-top: 10px;
	font-size: 18px;
}
 .indexform li input::-webkit-input-placeholder {
font-size:18px;
}
.indexform li input:focus {
	border: none;
	outline: none;
}
.indexform .submit .form-btn-reset {
	display: none;
}
.indexform .submit .form-btn-submit {
	width: 300px;
	line-height: 60px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
	background: #0067ac;
	border-radius: 60px;
	display: block;
	font-size: 20px;
	border: none;
	cursor: pointer;
}
 input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
box-shadow: none;
}
.code_gg_li img {
	vertical-align: middle;
	width: 100px;
	height: 32px;
}
.p4-order-form-1 {
	overflow: hidden;
}
.p4-order-form-1 .p4-titlel-1 {
	width: 145px;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	background: #e10416;
}
.p4-order-form-1-con {
	border: 1px solid #bbb;
	background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
	padding: 40px 15%;
}
.p4-order-form-1-con li p {
	padding-left: 130px;
	color: #999;
	font-size: 12px;
}
.p4-order-form-1-con li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	overflow: hidden;
}
.p4-order-form-1-con li span {
	font-weight: bold;
	color: #666;
}
.p4-order-form-1-con li b {
	color: #f00;
}
.p4-order-form-1-con li .row-hd {
	color: #666;
}
.timenum {
	padding-left: 95px;
}
.p4-order-form-1-con li p {
	clear: both;
}
.p4-order-form-1-con label {
	display: inline-block;
	width: 120px;
	color: #666;
	vertical-align: top;
	text-align: right;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
#code_gg {
	width: 80px;
	margin-right: 10px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #eee;
	height: 33px;
	line-height: 32px;
	color: #666;
}
.p4-order-form-1-con .inputs,  .p4-order-form-1-con li select {
	width: 73%;
	margin-right: 10px;
	outline: none;
	padding-left: 10px;
	border: 1px solid #eee;
	height: 33px;
	line-height: 32px;
	color: #666;
	box-sizing: border-box;/*float: left;*/
}
.p4-order-form-1-con .radioandcheck {
	vertical-align: middle;
}
.p4-order-form-1-con .err {
	border: 1px solid #c00;
}
.p4-order-form-1-con .p4-order-form-1-t1 {
	width: 100%;
}
.p4-order-form-1-t1 textarea {
	width: 73%;
	height: 102px;
	line-height: 24px;
	border: 1px solid #eee;
	outline: none;
	resize: none;
	overflow: auto;
	margin-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.p4-order-form-1-con .p4-order-form-1-t2 {
	width: 100%;
}
.p4-order-form-1-t2 input {
	width: 150px;
	vertical-align: top;
}
.p4-order-form-1-t2 span {
	width: 153px;
	height: 25px;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
	padding-left: 120px;
}
.p4-order-form-1-con .p4-order-form-1-t3 input {
	width: 80px;
	height: 30px;
	border: 0;
	text-align: center;
	margin-right: 30px;
	color: #fff;
	padding-left: 0;
	cursor: pointer;
}
.p4-order-form-1-con .p4-order-form-1-b1 {
	background: #0067ac;
}
.p4-order-form-1-con .p4-order-form-1-b2 {
	background: #767676;
}
.p4-order-form-1-con .p4-order-form-1-t4 {
	overflow: auto;
	height: auto;
	min-height: 35px;
	width: 100%
}
.p4-order-form-1-con .p4-order-form-1-t4 input {
	vertical-align: middle;
	width: 14px;
	margin: 0 10px;
}
/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}
.modal-dialog .css-icon {
	background-image: url("images/modal-icons.png");
}
.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}
.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}
.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.footer {
	height: 256px;
	padding-top: 0px;
	box-sizing: border-box;
}
.f_nav {
	float: left;
	height: 230px;
	width: 320px;
	text-align: left;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
	margin-right: 40px;
}
.f_nav h2 {
	height: 20px;
	text-align: left;
	padding-top: 14px;
}
.f_nav h2 em {
	font-size: 20px;
	color: #0067ac;
	display: block;
	line-height: 20px;
	font-weight: bold;
}
.f_nav ul {
	margin-top: 30px;
}
.f_nav li {
	/*width: 132px;*/
	padding-right:30px;
	float: left;
}
.f_nav li:nth-child(2n+2) {
	min-width: 70%;
	padding-right:0px;
	float: left;
}
.f_nav li a {
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #999999;
}
.f_nav li a:hover {
	color: #0067ac;
}
.lxwm {
	float: left;
	height: 230px;
	width: 580px;
}
.lxwm p {
	font-size: 26px;
	line-height: 26px;
	display: block;
	background: url(../images/tel2.png) no-repeat left;
	padding-left: 36px;
	font-weight: bold;
	color:#284a78;
	margin-bottom: 17px;
	margin-top: 14px;
	font-family: Arial;
}
.lxwm li {
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #999999;
}
.lxwm li a {
	color: #999999;
}
.f_er {
	width: 145px;
}
.f_er p {
	margin-right: 24px;
	width: 145px;
	float: left;
}
.f_er p:last-child {
	margin-right: 0;
}
.f_er p em {
	width: 145px;
	height: 145px;
	display: block;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.f_er p img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
.f_er span {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	padding-top: 12px;
	text-align: center;
}
.links {
	height: 80px;
	background: #3a3a3a;
}
.links b {
	font-size: 16px;
	color: #fff;
	line-height: 80px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 100px;
}
.links b img {
	display: inline-block;
	width: 24px;
	height: 10px;
	margin-left: 10px;
}
.links p a {
	display: block;
	font-size: 14px;
	line-height: 80px;
	color: #999999;
	float: left;
	margin-right: 56px;
}
.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
	color: #fff;
}
.client-2 li a {
	text-decoration: none;
	color: #fff;
}
.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.client-2 li.my-kefu-qq {
	background: #0067ac url(../images/cimg23.png) center no-repeat;
}
.client-2 li.my-kefu-weixin {
	background: #0067ac url(../images/cimg24.png) center no-repeat;
}
.client-2 li.my-kefu-tel {
	background: #0067ac url(../images/cimg25.png) center no-repeat;
}
.client-2 li.my-kefu-shouye {
	background: #0067ac url(../images/tohome.png) center no-repeat;
	background-size: 26px;
}
.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}
.client-2 li.my-kefu-ftop {
	background: #0067ac url(../images/returnTop.png) center no-repeat;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #0067ac url(../images/cimg23.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #0067ac url(../images/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}
.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}
.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}
.client-2 li:hover .cont {
	display: block!important;
}

.serkh{ margin-top:60px;}

.kehuse { margin-top:50px; width:1230px;overflow:hidden;}
.kehuse li { width:224px; height:90px; padding:0px 5px;}

.kehuse li img { border:1px #ccc solid; }

.sdly { }
/**/
.shil1{ height: 410px; overflow: hidden;}
.shb{ padding-left:8%;}
.sdly_one {}
.sdly_one li { width:50%;}
.shb h3{ overflow: hidden; padding-bottom: 41px;}
.shb h3 i{ display: inline-block; float: left; padding-right: 33px; padding-top: 9px;}
.shb h3 em{ display: inline-block; float: left; font-size: 26px; color: #000; font-weight: bold; line-height: 100%;}
.shb h3 em strong{ display: block; padding-top: 7px;}
.shb h3 em span{ display: inline-block; height: 42px; line-height: 42px; color: #fff; font-size: 24px; padding: 0 30px; background: #0067ac;}
.shb p{ color: #666; font-size: 16px; line-height: 30px; padding-bottom: 24px;}
.shb ul li{ float: left; padding-right: 12px;}
.shil2{height: 410px;}
.shil2 .shb{padding-right:8%; }
.shil3{background:url(../images/ys03.jpg) no-repeat center 0; height: 450px;}
.shil3 .shb{}
.shil3 .shb h3{ padding-bottom: 43px;}
.shil3 .shb p{ padding-bottom: 31px;}
.shil4{background:url(../images/ys04.jpg) no-repeat center 0; height: 450px; margin-bottom: 40px;}
.shil4  .shb{ margin-left: 0; width: 553px; padding-top: 48px;}
.shil4  .shb p{padding-bottom:42px;}


/*内页BANNER*/

.ty-banner-1 {
	overflow: hidden;
	line-height: 0;
	text-align: center;
}
.ty-banner-1 a img { width:100%;}



.p1-search-1 {
	background: #f2f2f2;
	height: 82px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 14px;
}
.p1-search-1 p {
	color: #444;
	line-height: 82px;
}
.p1-search-1 a {
	color: #444;
	display: inline-block;
	margin-right: 15px;
}
.p1-search-1-inp {
	width: 270px;
	height: 30px;
	border-radius: 20px;
	background: #fff;
	padding-left: 10px;
	margin-top: 28px;
}
.p1-search-1-inp input {
	border: 0;
}
.p1-search-1-inp1 {
	width: 224px;
	height: 30px;
	line-height: 30px;
	color: #a9a9a9;
	float: left;
}
.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
	float: right;
	cursor: pointer;
}
.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	border-left: 10px solid #e10416;
	font-weight: normal;
	padding-left: 8px;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.p12-curmbs-1 span {
	font-family: '宋体';
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.tl-fdh-02 li {
	width: 25%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	margin-right: -1px;
	background: #efefed;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #595757;
}
.tl-fdh-02 li.sidenavcur,  .tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #0067ac;
	border-color: #0067ac;
}
.tl-fdh-02 li.sidenavcur a,  .tl-fdh-02 li:hover a {
	color: #fff;
}
.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}
.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #4b4a4a;
}
.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}
/*.p12-aboutinfo-1-nr{padding:0 20px 20px;}*/
    
.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;width: 32px;height: 32px;border:1px solid #d9d9d9;background: url(../images/arrow4.png) no-repeat left top;margin: 0 15px;}
.page a.next{background-position: right top;}
.page a:hover{border-color: #008fd7;background-color: #008fd7;background-position-y:bottom;}

.page1{text-align: center;font-size: 0;}
.page1 a{display: inline-block;*display: inline;*zoom: 1;height: 42px;padding: 0 32px;border:1px solid #d4d4d4;background: #ffffff;
margin: 0 8px;font-size: 14px;color: #4c4c4c;line-height: 42px;}
.page1 a.num{padding: 0 17px;}
.page1 a.on,.page1 a:hover{border-color: #0090dc;background: #0090dc;color: #fff;}

.h_b5 { width:100%; height:5px; background:#e5e5e5; overflow:hidden; clear:both; margin-bottom:30px;}
.h_50{ width:100%; height:50px; clear:both; }
.h_30{ width:100%; height:30px; clear:both; }