/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

fieldset,
img {
    vertical-align: middle;
    border: none;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑", Arial, sans-serif;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="submit"],
textarea {
    outline-style: none;
}

textarea {
    resize: none;
    font-family: "微软雅黑", Arial, sans-serif;
}

body {
    color: #333;
    font: 14px "微软雅黑", Arial, sans-serif;
    background: #faf6f5;
    overflow-x: hidden
}

a {
    color: #333;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}

i,
em {
    font-style: normal;
}

.clear {
    clear: both;
}

.detail .tit {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.detail .related {
    padding: 6px 0;
    text-align: center;
}

.detail .related span {
    padding: 0 10px;
}

.detail .text {
    padding: 10px;
    line-height: 23px;
}

.detail .text .photo {
    text-align: center;
}

.detail .other {
    padding: 8px 0;
    width: 100%;
}

.detail .other li {
    line-height: 24px;
}

.detail .print {
    padding: 8px 0;
    text-align: right;
    clear: both;
}

.detail .print a {
    margin-right: 20px;
}

.detail .text .pro_photo {
    text-align: center;
}

#header {
    height: 0px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10000000
}

#header .top .logo {
    position: absolute;
    left: 0;
    top: 0;
}

#header .nav {
    height: 38px;
    position: absolute;
    top: 37px;
    right: 0;
}

.nav ul li {
    float: left;
    margin-left: 26px;
}

.nav li a {
    font-size: 18px;
    display: inline-block;
    padding: 0 27px;
    height: 35px;
}

.nav li a:hover,
.nav li.current a {
    border-bottom: 3px solid #326080;
}

/*ny_头部*/
#ny_header {
    width: 100%;
    background: url(../images/hdbg.jpg) left 99px repeat-x #2b495e;
}

#ny_header .top {
    height: 104px;
    width: 1200px;
    margin: 0 auto;
}

#ny_header .logo {
    position: absolute;
    float: left;
    margin-top: 0px;
    width: 225px;
    height: 141px;
    overflow: hidden;
    z-index: 11;
}
#ny_header .logo img{
    width: 100%;
    height: 100%;
    }
#ny_header .logo i {
    position: absolute;
    left: -155px;
    width: 155px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

#ny_header .logo:hover i {
    -webkit-transition: all 0.55s linear;
    transition: all 0.55s linear;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

#ny_header .r_info {
    position: relative;
    width: 397px;
    float: right;
    margin-top: 15px;
}

#ny_header .r_info .rexian {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/tel_ico.png) left center no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 33px;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

#ny_header .r_info .search {
    background: url(../images/searbg.png);
    position: absolute;
    right: 0;
    top: 1px;
    width: 155px;
    height: 24px;
}

#ny_header .r_info .search input {
    padding-left: 5px;
    margin-left: 22px;
    width: 114px;
    height: 24px;
    border-style: none;
    vertical-align: middle;
    font-size: 10px;
    text-align: right;
    color: #822691;
    background: none;
}

#ny_header .r_info .search button {
    width: 10px;
    height: 10px;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: -130px;
}

#ny_header .nav {
    width: auto;
    height: 55px;

    float: right;
    margin-top: 31px;
}

#ny_header .nav ul li {
    float: left;
    height: 55px;
    margin-left: -5px;
    margin-right: 15px;
}

#ny_header .nav ul li a {
    display: block;
    text-align: center;
    height: 55px;
    line-height: 42px;
    padding: 0 17px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
}


#footer {
    width: 100%;

    height: 136px;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    padding-top: 43px;
    color: #fff;

    background: #000;
}

#footer a {
    color: #fff
}


/*.left{ float:left; width:194px; margin-top:17px;}
.left li{ height:46px; line-height:46px;  padding-left:14px; font-size:16px; background:url(../images/about_06.gif) no-repeat; margin-bottom:2px;}
.left li span{ font-size:12px; text-transform:uppercase}
.left li:hover,.left li.hover{ background:url(../images/left_1.jpg) no-repeat}
.left li:hover a,.left li.hover a{ color:#fff}
.left ul{ margin-bottom:36px;}
.left ul{ border:2px solid #e87d13;}*/


.service_tel {
    line-height: 20px;
    color: #e87d13
}

.service_tel img {}

.service_tel p {
    background: url(../images/about_10.gif) left center no-repeat;
    padding-left: 29px;
    height: 20px;
    font-size: 20px;
    margin-top: 5px;
}

.right {
    float: right;
    width: 930px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
}

.right .title {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 70px
}

.right .title p {
    float: right
}

.right .title h3 {
    height: 45px;
    border-bottom: 2px solid #93b823;
    display: inline-block;
    float: left;
    padding-right: 13px;
    font-size: 18px;
    font-weight: normal
}

.ny_danye img {
    max-width: 100%;
    display: block
}

.ny_danye .cont {
    line-height: 27px;
}

.page {
    width: 706px;
    height: 21px;
    margin: 52px auto;
    clear: both
}

.page a.prev,
.page a.next {
    float: left;
    width: 22px;
    height: 22px;
    margin-bottom: -1px;
}

.page .num {
    float: left;
    width: 662px;
    text-align: center;
    background: url(../images/news_03_03.png) center center no-repeat
}

.page .num span {
    height: 22px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: -2px;
}

.page .num a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #d3d3d3;
    color: #000;
    margin: 0 4px;
}

.page a:hover,
.page a.cur {
    color: #cf271e;
    border-color: #cf271e
}

#full .qq_info a,
#full .qq_info span {
    display: block
}

#full .qq_info span {
    width: 86px;
    background: #fff;
    text-align: center;
    padding-top: 6px;
    line-height: 24px;
    border: 1px solid #968f96;
    border-top: none
}

/*侧导航*/
/*.ny_left{float: left;width: 196px;font-size: 16px;}
.ny_left ul{margin-bottom: 57px;margin-top: 15px;}
.ny_left ul li{margin: -2px;width: 191px;height: 48px;border: solid 2px #2b495e;}
.ny_left ul li p{margin-top: 12px;margin-left: 33px;float: left;}
.ny_left li:hover,.ny_left li.hover{background:url(../images/service_btn.png) #2b495e 140px center no-repeat;}
.ny_left li:hover a,.ny_left li.hover a{ color:#fff}
.ny_left ul .hover{margin: -2px;width: 191px;height: 48px;border: solid 2px #2b495e;background:url(../images/service_btn.png) #2b495e 140px center no-repeat;}
.ny_left ul .hover p{color: #fff;}*/

.ny_left {
    float: left;
    width: 196px;
    margin-top: 17px;
}

.ny_left li {
    border: 2px solid #2b495e;
    font-size: 16px;
    border-bottom: none;
}

.ny_left li .tit {
    display: block;
    height: 49px;
    line-height: 49px;
    padding-left: 25px;
}

.ny_left li:hover .tit,
.left li.hover .tit {
    background: url(../images/service_btn.png) #2b495e 140px center no-repeat
}

.ny_left li:hover a,
.left li.hover a {
    color: #fff
}

.ny_left ul {
    margin-bottom: 36px;
    border-bottom: 2px solid #2b495e
}

.ny_left li .sub {
    display: none;
}

.ny_left li .sub a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    color: #333
}

.ny_left li .sub a:hover {
    color: #cf271e
}

.ny_left li:hover .sub {
    display: block
}

.ny_left .service_tel {
    color: #2b495e;
    margin-top: 36px;
}

.ny_left .service_tel p {
    background: url(../images/service_tel.png) left center no-repeat;
    padding-left: 29px;
    font-size: 21px;
    margin-left: 5px;
    font-family: Arial;
    margin-top: 5px;
}

.ny_left .service_tel span {
    display: block;
    font-family: "Microsoft YaHei";
    color: #2b495e;
    font-size: 13px;
}


/*内页标题*/
.ny_right {
    float: right;
    width: 930px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    margin-bottom: 120px;
}
.ny_right .photo img{
    max-width: 600px;
}
.ny_right .content ul li .photo img{
    object-fit: cover;   
}
.ny_right .title {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px
}

.ny_right .title p {
    float: right;
    color: #6c6c6c
}

.ny_right .title h3 {
    height: 45px;
    border-bottom: 2px solid #2b495e;
    display: inline-block;
    float: left;
    padding-right: 13px;
    font-size: 18px;
    font-weight: normal
}

/*其他*/
#full .qq_info a,
#full .qq_info span {
    display: block
}

#full .qq_info span {
    width: 86px;
    background: #fff;
    text-align: center;
    padding-top: 6px;
    line-height: 24px;
    border: 1px solid #968f96;
    border-top: none
}

.single_con {
    margin: 20px auto;
    width: 1200px
}

.news_con {
    margin: 20px auto;
    width: 1200px
}

.pro_con {
    margin: 20px auto;
    width: 1200px
}
.banner a{
    position: absolute;
    top: 43%;
    font-size: 62px;
    font-weight: bold;
}
.banner .prev{
    left: 10%;
}

.banner .next{
    right: 10%;
}

.float {
	width: 200px;
	position: fixed;
	right: -150px;
	transition: all 0.5s;
	top: 20%;
	z-index: 100;
}
.float ul li {
	position: relative;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #4d8cb8;
	border-radius: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}
.float ul li span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.float ul li .iconfont {
	color: #FFFFFF;
	font-size: 30px;
}
.float ul li .icon-huidingbu {
	font-size: 20px !important;
}
.float ul li p {
	font-size: 18px;
	color: #FFFFFF;
}
.float ul li .wx {
	width: 90px;
	height: 0px;
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s;
}
.float:hover {
	right: 0;
}
.float:hover .wx {
	height: 90px;
	padding-bottom: 10px;
}