* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    /* background: rgb(242,242,242); */
    font-family: Arial;
    color: #333
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #2563AE;
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-size: 16px;
}

b,
em,
i,
strong {
    font-style: normal;
    font-weight: normal;
}

.main {
    width: 1200px;
    margin: auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.nav {
    width: 100%;
    height: 110px;
    line-height: 110px;
    /* position: fixed; */
    z-index: 4;
    top: 0px;
    float: left;
    background: #fff;
}

.logo {
    margin-left: 20px;
    /* margin-top: 15px; */
    vertical-align: middle;
}

.logo img {
    vertical-align: middle;
}

.navcon {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.nav ul {
    width: 800px;
    margin-left: 100px;
    display: flex;
    line-height: 75px;
    align-items: center;
    justify-content: space-between;
}

.nav ul li {
    /* padding: 0px 30px; */
    /* padding: 0px 20px; */
    display: inline-block;
    display: flex;
    height: 110px;
    line-height: 110px;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.nav ul li>a {
    width: 100%;
    height: 110px;
    line-height: 110px;
    display: inline-block;
    text-align: center;
    color: #333;
    /* display: inline-block; */
    font-size: 18px;
	/* font-weight:bold; */
    /* border-right: 1px solid #232d3c;
    border-left: 1px solid #374760; */
}

.nav ul li:first-child a {
    border-left: none;
}

.nav ul li:last-child a {
    border-right: none;
}

.nav ul li:hover>a,
.nav ul li.active>a {
    color: #ff6600;
    /* border-color: #2482e3; */
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl {
    position: absolute;
    top: 109px;
    display: none;
    z-index: 9;
    left: 0px;
    /* width: 100%; */
}

.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    float: left;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    background: #2563AE;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background: #ff6600
}

.nav p.fr {
    margin-left: 20px;
    color: #fff;
}

.nav p.fr a {
    margin: 0px 10px;
    color: #fff;
}

.nav p.fr a.active {
    color: #017ac5;
}
.swiper-container {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}

.swiper-container img {
    width: 100%;
    float: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 0px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px;
    background: #2563AE;
    height: 12px;
}

.banner {width: 100%;
/* float: left; */
}
.banner_img1 {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    /* margin-top: 100px; */
    float: left;
}
.banner_img1 p {
    width: 100%;
    height:400px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img1 p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.index_service {
    width: 100%;
	padding-bottom:50px;
	overflow: hidden;
}
.index_service .con .fl{ width: 300px; height: 430px; position: relative; overflow: hidden;}
.index_service .con .fl img{ position: absolute; left: 0; top: 0;}
.index_service .con .fr{ width: 900px;}
.index_service .con .fr a{ display: block; width: 387px; height: 158px; padding: 25px; float: left; margin: 0px 0px 10px 10px; background: #fff; border: 1px solid #ddd; color: #666;}
.index_service .con .fr a:hover{ background: #2563ae; color: #fff;}
.index_service .con .fr a h5{ font-size: 20px; margin-bottom: 10px; font-weight:bold;color:#2563AE;}
.index_service .con .fr a:hover h5{ font-size: 20px; margin-bottom: 10px; font-weight:bold;color:#fff;}
.index_service .con .fr a p{ font-size: 14px; line-height: 25px; margin-bottom: 10px;}
.index_service .con .fr a span{ display: inline-block; border: 1px solid #2563ae; color: #2563ae; padding: 5px 15px; font-size: 14px;}
.index_service .con .fr a:hover span{ background: #ff9900; color: #fff;}

.index_news {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 70px;
}

.news_l {
    width: 100%;
    float: left;
}

.news_tab {
    display: table;
    padding-bottom: 10px;
    margin: 0px auto;
}

.news_tab li {
    width: 178px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: left;
    margin-right: 10px;
    /* color: #fff; */
    font-size: 18px;
    /* background-color: #0069b5; */
    ;
}

.news_tab li a {
    width: 100%;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border: solid 1px #c6c6c6;
    border-radius: 25px;
}

.news_tab li.hover a {
    color: #fff;
    background-color: #0069b5;
}

.news_r {
    float: left;
    width: 500px;
    height: 490px;
    /* padding: 0px 20px; */
    /* border: solid 1px #eeeeee; */
}

.news_l_t {
    width: 100%;
    float: left;
}

.news_l_t li {
    float: left;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    margin: 0px 10px;
    height: 40px;
    position: relative;
}

.news_l_t li:before {
    position: absolute;
    right: -15px;
    top: 0px;
    color: #666;
}

.news_l_t li {
    color: #009f31;
    font-weight: bold;
    font-size: 24px;
}

.news_l_t span {
    float: right;
    text-transform: uppercase;
}

.news_l_con {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 422px;
}

.news_lcon:last-child {
    display: none;
}

.news_lcon dl {
    width: 450px;
    color: #666666;
    float: left;
    margin-bottom: 10px;
    height: 420px;
    position: relative;
}

.news_lcon dl dt {
    width: 430px;
    height: 422px;
    float: left;
    margin-right: 25px;
	background-color:#EFEFEF;
}

.news_lcon dl dt img {
    float: left;
	width:430px;
	height:300px;
	padding-bottom:25px;
}

.news_lcon dl dt span {
    bottom: 0px;
    left: 0px;
    width: 430px;
    height: 120px;
    background-size: 430px;

	
    /* display: none; */
}

.news_lcon dl dt span b {
    margin-left: 24px;
    color: #333;
	font-size:16px;
	margin-right: 24px;
	
	
}
.news_lcon dl dt  span p {
    margin-left: 24px;
    color: #666;
	box-shadow: border-box;
	font-size:14px;
	margin-right: 24px;
	line-height:24px;
	padding-top:6px;
}


.news_lcon ul {
    width: calc(100% - 450px);
    float: left;
}

.news_lcon ul li {
    width: 728px;
    height: 55px;
    padding: 20px 10px;
    background-color: #ffffff;
    box-shadow: border-box;
    margin-bottom: 11px;
    float: left;
	border:1px solid #d7d6d6
}

.news_lcon ul li p {
    width: 85px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 12px;
}

.news_lcon ul li p::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #cbcbcb;
    left: 80px;
    top: 4px;
    /* border-right: 1px solid #cbcbcb; */
}

.news_lcon ul li p i,
.news_lcon ul li p b {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999;
}

.news_lcon ul li p i {
    font-size: 36px;
    color: #999;
    line-height: 40px;
}

.news_lcon ul li span {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
}

.news_lcon ul li em,
.news_lcon ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    color: #333;
}

.news_lcon ul li em {
    font-size: 16px;
    line-height: 32px;
}

.news_lcon ul li strong {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 20px;
    width: 98%;
}

.news_lcon ul li:hover em {
    color: #ff6600;
}

.copy{
    background: url(../images/copy_bj.png) center repeat-x;
    width: 100%;

    float: left;
}
.copy1top{
    width: 100%;
    height: 270px;
    float: left;
    color: #999999;
}
.copy1bot{
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #ccc;
    font-size: 14px;
}
.copy1bot p.fl{    color: #ccc;
    font-size: 14px;float: left;}
.copy1bot p.fl a{ color: #ccc; font-size: 14px;}
.copy1bot p.fl a:hover{ color: #ff6600; font-size: 14px;}
.copy1bot p.fr a{    color: #ccc;
    font-size: 14px;float: right;}
.copy1bot p.fr a:hover{ color: #ff6600; font-size: 14px;}
.copy1topl{
    width:180px ;
    height: 220px;float: left;
    margin-right: 80px;
    background: #f5f5f5;
    padding:15px 20px;
    text-align: center;
}
.copy1topl p{
    font-size: 16px;
	padding-top:15px;
    color: #333333;
}

.copy1top2{
    width:340px ;
    float: left;
    margin-top: 50px;

}
.copy1top2 span {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 30px;
    color: #2563AE;
    padding-bottom: 10px;
}
.copy1top2 i {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #cccccc;
}
.copy1top3{
    width:550px ;
    float: left;
    margin-top: 50px;


}
.copy1top3 ul li {
    width: 100%;float: left;
    font-size: 14px;
    color: #cccccc;
    line-height: 26px;
}
.copytit{width: 100%;float: left;color: #fff;height: 40px;position: relative;}
.copytit::after{
    position: absolute;
    top: 30px;
    left: 0px;
    content: '';
    width: 40px;
    height: 3px;
    background: #2563AE;
}
.page_tit {
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 50px;
    height: 50px;;
}
.page_tit .main{
    border-bottom: 1px solid #dfdada;
    margin: 0px calc((100% - 1200px)/2);
    float: left;

}
.page_tit b {
    float: left;
}
.page_tit ul {
    float: right;
}
.page_tit ul li {
    float: left;
    margin: 0px 2px;
    font-size: 14px;
    color: #666666;
}
.page_tit ul li a{
    font-size: 14px;
    color: #666666;
}
.page_tit b{font-size: 16px;color: #cf1111;text-indent: 15px;position: relative;}
.page_tit b::before{position: absolute;left: 0px;top: 16px;content: "";width: 4px;height: 16px;background: #2563AE;display: inline-block;}
.pagetext{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 36px;
}
.about {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.news{
    width: 100%;
    float: left;
    margin-bottom: 90px;
    margin-top: 30px;
}
.news ul li{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.news ul li a {
    width: calc(100% - 40px);
    padding: 20px;
    float: left;
    border: 1px solid #dfdada;display: inline-block;
}
.news ul li b{
    width: 90px;
    float: left;
    margin-right: 50px;
    text-align: center;
    color: #cccccc;
}
.news ul li b i,.news ul li b strong,.news ul li b span{
    width: 100%;
    float: left;
    display: inline-block;
}
.news ul li b i{
    padding-bottom: 10px;
    font-size: 34px;

    
}
.news ul li b strong{
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #cccccc;

}
.news ul li b span{
    padding-top: 10px;
    font-size: 18px;

 
}
.news ul li p{
    width: calc(100% - 150px);
    float: left;
    margin-top: 5px;

}
.news ul li strong,.news ul li span{
    width: 100%;
    float: left;
    display: inline-block;
}
.news ul li strong {
    color: #666;
    line-height: 30px;
	font-size:16px;
	font-weight:bold;
}
.news ul li p span {
    color: #666;
    line-height: 26px;
}
.news ul li:hover b {
    color: #666666;
}
.news ul li:hover a{
    border: 1px solid #cccccc;
}
.news ul li:hover p strong{
    color:#2563AE
}
.page {display: table;margin: auto; padding: 20px 0px;}
.page li{
    float: left;
    margin-right: 10px;
}
.page li a{
    background: #ececec;
    color: #666666;
    display: inline-block;

    padding: 8px 15px;
}
.page li.hover a,.page li:hover a  {
    background: #2563AE;
    color: #fff;
}
.newsshow {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.newsshowtc{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
}
.newsshowtc p{
    width: 100%;
    font-size: 20px;
    color: #2563AE;
	padding-bottom:10px;
	font-weight:bold;
}
.newsshowtc span{
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 35px;
}
.newsshowbot {
    width: 100%;
    float: left;
}
.newsshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.newsshow dl dt {
    float: left;
    color: #333;
}

.newsshow dl dd a {
    float: left;
    color: #333
}

.newsshow dl dd a:hover {
    color:#cf1111
}

.nav_page {
	width: 100%;
	float: left;
}

.nav_page ol {
	display: table;
	margin: 0px auto;
	padding: 30px 0px 10px;
}

.nav_page ol li {
	line-height: 48px;
	width: 200px;
	text-align: center;
	margin-right: 20px;
	color: #f3f3f3;
	margin-top: 3px;
	float: left;
}

.nav_page ol>li>a {
	width: 100%;
	color: #000;
	display: inline-block;
	border-radius: 25px;
	border: 1px solid #bcbcbc;
}

.nav_page ol li ul {
	display: none;
}

.nav_page ol li ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background: #fff;
	color: #333
}

.nav_page ol li ul li.show a {
	color: #c21a20;
}

.nav_page ol li.hover ul {
	display: block;
}

.nav_page>ol>li.hover>a,
.nav_page>ol>li>a:hover {
	color: #fff;
	background: #2563AE;
	border: 1px solid #2563AE;
}

.contact1_bot {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.contact1_bot>p {
    font-size: 14px;
}

.contact1_botcon {
    background: #f5f6f6;
    margin-top: 40px;
    width: calc(100% - 60px);
    padding: 30px 25px;
    float: left;
}

.contact1_botcon ul li {
    /* height: 40px; */
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e6eb;
    float: left;
    display: flex;
    align-items: flex-start;
}

.contact1_botcon ul li.wid45 {
    width: 550px;
    margin-right: 30px;
}

.contact1_botcon ul li:nth-child(2n) {
    margin-right: 0px;
}

.contact1_botcon ul li.wid100 {
    width: 100%;
}

.contact1_botcon ul li b {
    line-height: 40px;
    width: 45px;
    text-align: center;
    display: inline-block;
}

.contact1_botcon ul li b img {
    vertical-align: middle;
}

.contact1_botcon ul li input {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon ul li select {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    border-left: 1px solid #e1e6eb;
    font-size: 14px;
    color: #666;
}

.contact1_botcon ul li select option {
    border-radius: 0px;
}

.contact1_botcon ul li textarea {
    width: calc(100% - 70px);
    height: 110px;
    padding: 10px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon p {
    float: left;
}

.contact1_botcon p input {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}
.sub, .res {
    width: 100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sub {
    background: #2563AE;
    margin-left: 50px;
}

.sub:hover {
    background: #ff6600;
}

.res {
    background: #333;
}

.res:hover {
    background: #ff6600;
}
.contact2_bot {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.contact2_bot>p {
    font-size: 14px;
	text-align:center;
	color:#FF6600;
}

.contact2_botcon {
    background: #f5f6f6;
    margin-top: 20px;
    width: calc(100% - 60px);
    padding: 40px 0px 35px;
    float: left;
}

.contact2_botcon ul li {
    /* height: 40px; */
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e6eb;
    float: left;
    display: flex;
    align-items: flex-start;
}

.contact2_botcon ul li.wid45 {
    width: 600px;
    margin-left: 300px;
}

.contact2_botcon ul li:nth-child(2n) {
    margin-right: 0px;
}

.contact2_botcon ul li.wid100 {
    width: 100%;
}

.contact2_botcon ul li b {
    line-height: 40px;
    width: 110px;
    text-align: center;
    display: inline-block;
}

.contact2_botcon ul li b img {
    vertical-align: middle;
}

.contact2_botcon ul li input {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border-left: 1px solid #e1e6eb;
}


.contact2_botcon p {
   width:100%;
   text-align:center;
}

.contact2_botcon p input {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}
anli {
    float: left;
    width: 100%;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.anli ul li {
    float: left;
    width: 270px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 20px;
    position: relative;
    height: 390px;
}

.anli ul li img {
    width: calc(100% - 6px);
    background: #fff;
    border: 1px solid #d9d9d9;
    /* padding: 2px; */
    width: 262px;
    height: 352px;
	padding:3px;
}

.anli ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli ul li:nth-child(4n) {
    margin-right: 0px;
}

.anli ul li:hover a {
    color: #ff6600;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #ff6600
}

.anli ul li:hover img {
    border: 1px solid #ff6600;
}

#gallery-overlay {
    background-color: #000;
}

#gallery-container {
    font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
    color: #999;
    display: none;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    box-shadow: 0 0 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
    display: none;
    height: 100%;
}

#gallery-loading {
    padding: 8px;
}

#gallery-controls {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gallery-controls div {
    float: left;
    height: 100%;
    width: 50%;
}

#gallery-controls a {
    background: #fff;
    color: #000;
    font-size: 12px;
    outline-style: none;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#gallery-previous-link {
    left: 0;
    padding: 6px 10px 6px 6px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
    padding: 6px 6px 6px 10px;
    right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
    background: #fff;
    color: #999;
    display: none;
    margin: 0 auto;
    overflow: auto;
}

#gallery-image {
    padding: 8px;
}

#gallery-meta {
    display: none;
    height: 44px;
    padding: 0px 8px;
}

#gallery-meta div {
    float: left;
}

#gallery-info {
    text-align: left;
    width: 80%;
}

#gallery-close {
    line-height: 30px;
    text-align: right;
    width: 20%;
}

#gallery-close a {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

#gallery-close a:hover {
    color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

#gallery-title a:visited:hover {
    color: #999
}

#gallery-pages {
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
}
.product {
    width: 100%;
    float: left;
	padding-top:30px;
}

.product ul {
    float: left;
    width: 100%;
}

.product ul li {
    float: left;
    margin-right: 35px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    width: 374px;
    height: 268px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    /* box-shadow: 3px 4px 27px 0px rgba(0, 0, 0, 0.14); */
}

.product ul li:nth-child(3n) {
    margin-right: 0px;
}

.product ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.product ul li img {
    width: 368px;
    display: inline-block;
    /* border: solid 1px #e3e3e3; */
    float: left;
	padding:3px;
	height:188px;
}

.product ul li p {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    left: 0px;
    width: 100%;
    text-align: left;
    display: inline-block;
    height: 75px;
    color: #333;
    font-size: 20px;
    background: url(../images/arrow1.png) 310px center no-repeat;
}

.product ul li p span {
    width: 100%;
    float: left;
    display: inline-block;
}

.product ul li p i,
.product ul li p b {
    padding-left: 20px;
    width: calc(100% - 20px);
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.product ul li p b {
    font-size: 16px;
    color: #333;
    margin-top: 25px;
}

.product ul li:hover p {
    background: url(../images/arrow2.png) 310px center no-repeat;
    color: #ff6600;
}

.product ul li:hover p b,
.product ul li:hover p i {
    color: #ff6600;
}
.pages {
    display: table;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pages li {
    float: left;
}

.pages li a {
    height: 32px;
    padding: 0px 10px;
    line-height: 32px;
    background: #f3f3f3;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: 32px;
    line-height: 32px;
    background: #ff6600;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #2563AE;
    color: #fff
}
.index_tit {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding: 60px 0 20px 0;
    text-align: center;
}

.index_tit h1 {
    font-weight:bold;
    line-height: 34px;
    font-size: 28px;
    margin-top: -15px;
}


.index_tit span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
}

.index_tit span::before {
    position: absolute;
    content: "";
    background: #0c5aaa;
    width: 40px;
    margin-left: -20px;
    height: 3px;
    top: -1px;
}

.fd_about{
    background: url('../images/aboutbg.jpeg') no-repeat;
    background-size: 100% 100%;
    padding: 0px 0 110px 0;
}
.fd_about_container{
    margin-right: 20px;
    background: #fff;
    padding: 40px 40px;
    position: relative;
    box-shadow: 20px 20px 0 #2563AE;
}
.fd_about_container img{
    width: 430px;
    height: 320px;
    position: absolute;
    right: 50px;
    top: 50px;
}
.fd_about_txt{
    width: 610px;
    height:290px;
    display: none;
}
.fd_about_txt h2{
    font-size: 28px;
	font-weight:bold;
}
.fd_about_txt p{
    color: #666;
    font-size: 14px;
    margin: 15px 0 30px 0;
    line-height: 26px;
}
.fd_about_tab{
    margin-bottom: 10px;
}
.fd_about_tab span{
    background: #2563AE;
    color: #fff;
    padding: 8px 22px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}
.fd_about_tab span:hover{
    background: #ff6600;
}
.clera{
    clear: both;
}
.fd_title{
    text-align: center;
    position: relative;
    padding: 60px 0 30px 0;
    text-align: center;

}
.fd_title h1 {
    font-weight:bold;
    line-height: 34px;
    font-size: 28px;
    margin-top: -15px;
}
.fd_title span {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
}

.fd_title span::before {
    position: absolute;
    content: "";
    background: #0c5aaa;
    width: 40px;
    margin-left: -20px;
    height: 3px;
    top: -1px;
}
.fd_title p:nth-child(1) span, .fd_about_txt h2 span
{color:#2563AE;}
.page_btn {
    text-align: center;
    padding-top: 30px;
}

.page_btn a {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px 5px 10px;
    background: #efefef;
    font-size: 14px;
    border-radius: 3px;
}

.page_btn a.show, .page_btn a:hover {
    background: #2563AE;
    color: #fff;
}




