﻿* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	cursor: pointer;
}

html {
	font-size: 62.5%;
}

i,
em {
	font-style: normal;
}

html.is-screen-locked {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
html.fz-sm {
	font-size: 56.3%;
}

html.fz-md {
	font-size: 62.5%;
}

html.fz-lg {
	font-size: 68.8%;
}

body {
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000;
	margin: 0;
	padding: 0;
	min-width: 1px;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 2px;
	}
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	body {
		min-width: 1px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #555;
}

p {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

small {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

form {
	display: block;
	width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
}

img {
	display: inline-block;
	vertical-align: top;
	border: 0;
}

sup {
	font-size: 90%;
	vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {}


/**/

.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pt50 {
	padding-top: 180px;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}


/*分页*/

.page {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
	text-align: center;
}

.page div {
	display: inline-block;
}

.page a,
.page span {
	position: relative;
	float: left;
	padding: 8px 14px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #0d5897;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
}

.page .current {
	background-color: #0d5897;
	border: 1px solid #0d5897;
	color: #fff;
}

.page a:first-child,
.page span:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.page a:last-child,
.page span:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


/*当前位置*/

/*.blk {
	margin: 20px auto 20px auto;
	width: 1200px;
}*/

.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #0d5897;
	font-weight: normal;
	padding-left: 8px;
}

.plc {
	width: 1200px;
	margin: 0 auto 20px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}


/*内页栏目*/

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
/*	width: 1200px;*/
	margin: 20px auto 20px;
	
}

.tl-fdh-02 li {
	width: 19.4%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #d8d8d8;
	box-sizing: border-box;
	background: #f4f4f4;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}

.tl-fdh-02 li a {
	color: #333;
	display: block;
	width: 100%;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../img/p16-icon6.png) no-repeat bottom center #0d5897;
	border-color: #0d5897;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
	text-decoration: none;
}

.tl-fdh-02 li .erji {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 10;
}

.tl-fdh-02 li .erji li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #eee;
	border-bottom: #fff 1px solid;
	font-size: 16px;
}

.tl-fdh-02 li .erji li a {
	color: #333;
}

.tit {
	font-size: 32px;
	text-align: center;
	margin: 25px 0;
}

.wmen {
	color: #cb2631
}

.eng i {
	color: #cb2631;
	padding: 0 15px;
}

.chi {
	margin-bottom: 7px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
}

.eng {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 16px;
}


/*站点地图*/

.p12-sitemap-1-xml {
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	text-align: right;
}

.p12-sitemap-1-tit {
	height: 46px;
	line-height: 46px;
	color: #fff;
	clear: both;
}

.p12-sitemap-1-tit h3 {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	text-align: center;
	font-weight: normal;
	background: #2c4072;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.p12-sitemap-1-tit a {
	color: #fff;
}

.p12-sitemap-1 ul {
	padding-top: 15px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 40px;
}

.p12-sitemap-1 li a {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	width: 16.66%;
	font-weight: normal;
	float: left;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.p12-sitemap-1 li a:hover {
	color: #2c4072;
}

.xnznr-search-1-tit {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}

.xnznr-search-1-tit h3 {
	width: 145px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: #333;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: 1px;
	font-size: 24px;
}


/*在线客服*/

.side {
	position: fixed;
	width: 78px;
	right: 0;
	top: 50%;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0
}

.side ul li {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.side ul li:hover {
	background: #2a95db;
	color: #fff
}

.side ul li:hover a {
	color: #fff
}

.side ul li i {
	height: 25px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s
}

.side ul li i.bgs1 {
	background-image: url(../img/right_pic5.png)
}

.side ul li i.bgs2 {
	background-image: url(../img/right_pic7.png)
}

.side ul li i.bgs3 {
	background-image: url(../img/right_pic2.png)
}

.side ul li i.bgs4 {
	background-image: url(../img/right_pic1.png)
}

.side ul li i.bgs5 {
	background-image: url(../img/right_pic3.png)
}

.side ul li i.bgs6 {
	background-image: url(../img/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
	background-image: url(../img/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
	background-image: url(../img/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
	background-image: url(../img/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
	background-image: url(../img/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
	background-image: url(../img/right_pic3_on.png)
}

.side ul li .sidebox {
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}

.side ul li.sidetop {
	background: #2a95db;
	color: #fff
}

.side ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
	width: 238px;
	display: none;
	color: #363636;
	text-align: center;
	padding-top: 235px;
	position: absolute;
	left: -240px;
	top: 0;
	background-image: url(../img/leftewm.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
	width: 240px;
	height: 237px;
	display: none;
	color: #fff;
	text-align: left;
	position: absolute;
	left: -240px;
	top: -79px;
	background: #f67524
}

.side ul li.sideetel .telBox dd {
	display: block;
	height: 118.5px;
	overflow: hidden;
	padding-left: 82px;
	line-height: 24px;
	font-size: 18px
}

.side ul li.sideetel .telBox dd span {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: 32px;
	font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
	background: url(../img/right_pic8.png) 28px center no-repeat;
	background-color: #2a95db
}

.side ul li.sideetel .telBox dd.bgs2 {
	background: url(../img/right_pic9.png) 28px center no-repeat
}

.side ul li:hover .son {
	display: block!important;
	animation: fadein 1s
}

@keyframes fadein {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}