* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Arial;
    color: #333
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #0067ac;
    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: 1400px;
    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;
}



.header{
    width: 100%;	
}
 
.header .main {
  
    display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.header .fr {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
}

.header .fr p{
	font-size: 40px;color: #0067ac;
	display: flex;
	justify-content: center;
	line-height: 40px;
	margin-top: 10px;
}
.header .fr p span {
	margin-left: 10px;
	font-size:32px;
}
.header .fr li {
    float: left;
    position: relative;
    padding: 0px 15px;

}

.header .fr li img {
    vertical-align: middle;
}
.nav {
    width: 100%;
    height: 70px;
    line-height: 70spx;
    display: flex;
    float: left;
    background: #0067ac;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.nav ul li a {
    width: 100%;
    display: inline-block;
	height: 70px;
	line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
   
    
}

.nav ul li:hover>a,
.nav ul li.active>a {
    background: #e77c1c;
	color: #fff;
    /* border-color: #0067ac; */
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl {
    width: 100%;
    position: relative;
    top: -1px;
    display: none;
    z-index: 9;
    left: 0px;
}

.nav ul li dl dd {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.nav ul li dl dd a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #0067ac;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background: #e77c1c
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}

.swiper-container1 img {
    width: 100%;
}

.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: 0.48;
    width: 12px;
    height: 12px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px;
    background: #fff;
    height: 12px;
    ;
}

.index_search {
    width: 100%;
    float: left;
    height: 105px;
    line-height: 105spx;
    background: #f8f8f8;
    border-bottom: 1px solid rgba(143,143,143,.22);
    /* margin-bottom: 60px; */
}
.index_search_con{
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

}
.index_search dl,
.index_search dl dt,
.index_search dl dd {
    float: left;
    line-height: 105px;
}

.index_search dl dt {
    font-size: 18px;
    color: #0067ac;
}

.index_search dl dd a {
    float: left;
    margin: 0px 10px;
}

.index_search p {
    float: right;
    	width: 383px;
   	height: 56px;
    background-color: #ffffff;
	border-radius: 28px;
	display: inline-flex;
	justify-content: space-between;
    overflow: hidden;
}

.index_search p input[type=button] {
    width: 56px;
    height: 56px;
    background:url(../image/icon4.png) center center no-repeat #0067ac;
	border-radius: 50%;
    font-size: 14px;
    color: #fff;
}

.index_search p input[type=text] {
    background: #fff;
    width: 320px;
    height:56px;
    font-size: 16px;
    color: #333;
    text-indent: 10px;
    /* margin-left: 5px; */
}



.index_top1{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	background: #f7f7f7;
	
}
.index_top1_con{
	width: 100%;
	display: flex;
	padding-bottom: 100px;
}
.swiper-container2{
	height: 550px;;
	display: flex;
	justify-content: center;
}

.swiper-container2 .swiper-wrapper a{
	width: 336px;
		height: 544px;
		background-color: #ffffff;
		box-shadow: 3px 3px 15px 0px 
			rgba(0, 0, 0, 0.05);
		border-radius: 3px;
		color: #333333;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
}
.swiper-container2 .swiper-wrapper a img{
	width: 300px;
	flex-shrink: 0 
}
.swiper-container2 .swiper-wrapper a  b{
	font-size: 26px;color: #333333;
	line-height: 40px;
}
.swiper-container2 .swiper-wrapper a  i{
	font-size: 16px;color: #666666;line-height: 30px;
	width:260px;
	text-align:center;
}
.swiper-container2 .swiper-wrapper a  span{
		width: 200px;
		height: 55px;
		border: solid 1px #8c8c8c;
		border-radius: 28px;
		border: solid 1px #8c8c8c;font-size: 16px;color: #666666;text-align: center;
		line-height: 55px;
		margin: 30px 0px;
}
.swiper-container2 .swiper-wrapper a:hover span{
	color: #fff;
		background-color: #0067ac;
}
.swiper-container2 .swiper-wrapper a:hover b{
	color: #0067ac;
}

.index1{
	background: #fff;
	padding-top: 90px;
	padding-bottom: 100px;
}

.left_nav {
    width: 295px;
    background-color: #0067ac;
    margin-right: 25px;
    border-radius: 5px;
    ;
    height: auto;
}

.left_nav .big_nav {
	
    margin-bottom: 30px
}

.big_nav ol {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 20px 0px 25px;
}

.big_nav ol li b {
    width: 20px;
    height: 4px;
    opacity: 0.5;
    display: inline-block;
    background: #fff;
}

.big_nav ol li p {
    font-size: 18px;
    ;
}

.big_nav ol li span {
    font-size: 22px;
    ;
}

.left_nav h4 {
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    color: #eee;
    padding-left: 20px;
    ;
    text-align: center;
    /* background: #2482e3 */
}

.left_nav h4 img {
    margin-right: 10px;
    ;
}

.left_nav .slider_bar {
    width: 286px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
    float: left;
    /* margin-bottom: 20px; */
    ;
    /* border: 1px solid #eaeaea */
}

.slider_bar li dl {
    display: none;
}

.left_nav .slider_bar li {
    width: 260px;
    margin: 0px 8px;
    float: left;
    ;
    line-height: 70px;
    text-align: center;
}

.left_nav .slider_bar li:last-child {
    border: none
}

.left_nav .slider_bar>li>a {
    font-size: 14px;
    color: #444;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #2482e3;
}

.left_nav .slider_bar li h5 {
    width: 100%;
    text-align: left;
    text-indent: 20px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    float: left;
    /* background: #eee */
}

.left_nav .slider_bar li:last-child h5 {
    border: none;
}

.left_nav .slider_bar li.active h5 {
    margin-right: -1px
}

.left_nav .slider_bar li h5 i {
    margin-right: 10px;
	float: right
    ;
}

.left_nav .slider_bar li dd {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d7d7d7;
    text-align: left;
    text-indent: 42px;
    float: left;
}

.left_nav .slider_bar li dd:last-child {
    border: none
}

.left_nav .slider_bar li h5 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer
}

.left_nav .slider_bar li dd.select a {
    color: #2482e3
}

.left_nav .slider_bar li.active h5 a,
.left_nav .slider_bar li dd a:hover {
    color: #2482e3
}

.bus_style {
    width: 1070px;
    float: right;
}

.bus_style ul {
    float: left;
    width: 100%;
}

.bus_style ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    width: 336px;
    height: 340px;
}

.bus_style ul li:nth-child(3n) {
    margin-right: 0px;
}

.bus_style ul li a {
    display: inline-flex;
	flex-direction: column;
    width:100%;
    text-align: center;
	 border: solid 1px #e3e3e3;
	 justify-content: center;
	 align-items: center;
}

.bus_style ul li img {
    display: inline-block;
	width: 280px;
height: 280px;
    float: left;
}

.bus_style ul li b {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    /* width: 274px; */
    height: 46px;
    background-color: #e9f1f7;
   color: #666666;
}

.bus_style ul li:hover a {
    border: 1px solid #2482e3;
}

.bus_style ul li:hover b {
    background-color: #0067ac;
	color: #fff;
}

.index {
    width: 100%;
    float: left;
}

.index_tit {
    width: 100%;
    float: left;
    text-align: center;margin-top: 70px;
    height: 100px;
	display: inline-flex;
	flex-direction: column;
}

.index_tit p {
    font-size: 46px;
    color: #333333;
}

.index_tit span {
  font-size: 32px;
  color: #0067ac;
}



.index2 {
    background:url(../image/index2_con.png) center center no-repeat #f8f8f8;
	width: 100%;
	height: 1006px;
    /* padding-bottom: 70px; */
}

.index2_con_tit {
    width: 100%;
    float: left;
	
    ;
}

.index2_con_tit ul {
    width: 100%;
    display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 60px;
}

.index2_con_tit ul li {
 	width: 200px;
 	height: 55px;
	line-height: 55px;
 	
	color: #333;text-align: center;
	margin-left: 20px;
}

.index2_con_tit ul li a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    float: left;
    display: inline-block;
    color: #333; 	border: solid 1px #c9c9c9;
	border-radius: 28px;
}

.index2_con_tit ul li:hover a,
.index2_con_tit ul li.hover a {
    background-color: #0067ac;
	color: #fff;
}

.index2_con_tit p {
    width: 100%;
    height: 86px;
    float: left;
    background: #0a4d91;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2_con_tit p a {
    width: 136px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    /* background-color: #2d3a4e; */
    border-radius: 18px;
    border: solid 1px #ffffff;
    color: #fff;
}

.index2_con_tit p a:hover {
    background: #00a54f;
}

.index2_con_bot {
width: 100%;
}

.index2_botcon {
    display: none;
}

.index2_botcon:first-child {
    display: block;
}

.index2_con_bot dl {
    width: 100%;
    float: left;
	position: relative;
}

.index2_con_bot dl dt {
  	width: 791px;
  	height: 552px;
  	background-color: #0067ac;
	float: left;
}

.index2_con_bot dl dt img {
    width: 100%;
}

.index2_con_bot dl dd {
	position: absolute;
	top: 30px;
	left: 720px;
    	width: 485px;
    	height: 346px;
    	background-color: #ffffff;
    	box-shadow: 3px 3px 21px 0px 
    		rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
	padding: 70px 100px;

}

.index2_con_bot dl dd p {
    font-size: 36px;
	border-bottom: 1px solid #e1e1e1;
    ;
    color: #333;
	padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
	background: url(../image/arrow1.png) 440px center no-repeat;
}

.index2_con_bot dl dd span {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin-bottom: 70px;
    ;
}

.index2_con_bot dl dd i a {
    width: 158px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    background-color: #0a4d91;
    border-radius: 2px;
}

.index2_con_bot dl dd i a:last-child {
    background-color: #00a54f;
}

.index2_con_bot dl dd i a:last-child:hover {
    background-color: #0a4d91;
}

.index2_con_bot dl dd i a:first-child:hover {
    background-color: #00a54f;
}

.index4 {
    width: 100%;
    float: left;
    background: #fff;
}

.index_parent {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.index_parent ul li {
 width: 264px;
 	height: 146px;
 	border: solid 1px #e0e5e9;
    line-height: 146px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 22px;
}

.index_parent ul li a {
    width: 100%;
    display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 146px;
    float: left;line-height: 146px;
	
}

.index_parent ul li a img {
    /* width: 100%; */
    float: left;
    vertical-align: middle;
}

.index_parent ul li:nth-child(5n) {
    margin-right: 0px;
}

.index_parent ul li:hover {
    border: 1px solid #0067ac;
}


.index_con {
    width: 100%;
    float: left;
    padding-bottom: 30px;
	margin-top: 20px;
}

.index5con {
    width: 100%;
    float: left;
    margin-top: 200px;
    ;
}

.index_con .index_l {
    float: left;
    width: 520px;
    	height: 420px;
    	background-color: #ffffff;
    	border: solid 3px #ffffff;
		padding: 50px 90px ;
}

.index_con .index_l p.icon {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height: 80px;
	
}
.index_con .index_l p.icon span {
	width: 100%;
	display: inline-flex;
	flex-direction: column;	
	font-size: 12px;
	margin-left: 20px;
	color: #999;
	
}
.index_con .index_l p.icon b{
	color: #0067ac;font-size: 72px;
}
.index_con .index_l p.icon span b {
	color: #333333;font-size: 36px;
}
.index_con .index_l dl {
    width: calc(100% - 90px);
    float: left;
    padding-bottom: 30px;
}

.index_con .index_l dl dt,
.index_con .index_l dl dd {
    width: 100%;
    float: left;
  font-size: 16px;
    color: #666;	line-height: 34px;
    ;
}



.index_con .index_l dl dd {
    float: left;
    width: 490px;
    font-size: 16px;
    color: #666;
	background: url(../image/arrow2.png) left center no-repeat;
	text-indent: 20px;
	line-height: 34px;
	height: 34px;
}



.index_con .index_r {
    float: left;
    width: 772px;margin-top: 40px;
	
}

.index_con .index_r img {
    width: 100%;
}

.index5 {
    background: url(../image/index5_bj.png) center center no-repeat;
    width: 100%;
    height: 1437px;
    float: left;
    ;
}

.index6 {
    width: 100%;
    float: left;
    background: url(../image/index_about.png) top center repeat-x;
	height: 1100px;
	padding-top: 118px;
}

.index1_con {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: 10px;
}

.index1_con p {
    position: absolute;
    left: 0px;
    top: 0px;
    ;
    z-index: 2;
}

.index1_con ul {
    position: absolute;
    left: 800px;
    top: 40px;
    ;
    z-index: 1;
}

.index1_con ul li {
    width: 400px;
    height: 65px;
    line-height: 65px;
    ;
    background-color: #00a54f;
    border-radius: 32px;
    margin-bottom: 10px;
    text-indent: 100px;
    ;
}

.index1_con ul li:nth-child(2n) {
    background-color: #0a4d91;
}

.index1_con ul li a {
    color: #fff;
    font-size: 20px;
    ;
}

.index4_top {
    width: 100%;
    float: left;
    /* color: #fff; */
    /* margin-top: 10px; */
}

.index4_top p {
    float: left;
    width: 750px;
    /* colosr: #fff; */
}

.index4_top dl {
    width: 570px;margin-right: 60px;
    float: left;
}

.index4_top dl dt p {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: normal;
	display: flex;
	flex-direction: row;
    line-height: 40px;    position: relative;font-size: 46px;color: #333333;
}
.index4_top dl dt
{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.index4_top dl dt b {
    font-size: 32px;	color: #0067ac;margin-left: 20px;
}

.index4_top dl dt p::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 6px;
    background-color: #0067ac;
    left: 0px;
    top: 70px;
    border-radius: 5px;
}
.index4_top dl dt em{
	width: 100%;
	float: left;font-size: 22px;	color: #333333;
	margin-top: 70px;
}
.index4_top dl dt i {
    width: 100%;
    float: left;
 font-size: 16px;
 color: #666;
    padding-top: 30px;
    padding-bottom: 70px;
    line-height: 32px;
}

.index4_top dl dd {
    width: 100%;
    float: left;
}

.index4_top dl dd a {
    width: 280px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
   background-color: #0067ac;
    font-size: 16px;
	color: #fff;
    border-radius: 5px;
}

.index4_top dl dd a:hover {
    background: #e77c1c;
    color: #fff;
}


/*å…³äºŽæˆ‘ä»¬--åˆ‡æ¢æ•ˆæžœ*/

.index4_con_bot {
    width: 100%;
    float: left;
    /* border-bottom: solid 1px #e0e0e0; */
    margin-top: 60px;
	
		width: 1400px;
		height: 410px;
		background-color: #ffffff;
		box-shadow: 3px 7px 21px 0px 
			rgba(0, 0, 0, 0.04);
		border-radius: 3px;
}

.Box_con {
    width: 100%;
    float: left;
    position: relative;
    /* margin-bottom: 50px; */
}

.Box_con {
    position: relative;
    width: 1400px;
    left: 0px;
    z-index: 10;
    top: 0px;
    height: 240px;
    overflow: hidden;
}

.Box_con .btn {
    display: block;
    width: 42px;
    height: 74px;
    position: absolute;
    top: 65px;
    z-index: 10;
    cursor: pointer;
    color: #fff
}

.Box_con .btn_l {
    background: url(../image/btn_l.png) no-repeat center;
    left: 8px;
}

.Box_con .btn_r {
    background: url(../image/btn_r.png) no-repeat center;
    right: 8px;
}

.Box_con .conbox {
    position: relative;
    left: 75px;
    top: 0px;
    width: 1260px;
    overflow: hidden;
}

.Box_con .conbox ul {
    position: relative;
    list-style: none;
    left: 0px;
    width: 10000px;
}

.Box_con .conbox ul li {
    float: left;
   	width: 298px;
   	height: 251px;
    margin-right: 26px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.Box_con .conbox ul li img {
    display: block;
    width: 100%;
    float: left;
  
}

.Box_con .conbox ul li b {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
   color: #333333;
    float: left;
}

.Box_con .conbox ul li:hover b {
   color: #0067ac;
}

.Box_con2 {
    width: 100%;
    float: left;
    height: 400px;
}

.Box_con2 .conbox ul li {
    width: 248px;
    height: 380px;
    line-height: 300px;
    float: left;
    text-align: center;
    /* border: solid 1px #e0e0e0; */
}

.Box_con2 .conbox ul li a {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    ;
    display: inline-block;
    border: solid 1px #e0e0e0;
}

.Box_con2 .conbox ul li b {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    float: left;
}

.Box_con2 .conbox ul li img {
    width: 210px;
    height: 294px;
    margin: 20px;
    float: left;
    ;
}

.Box_con2 .conbox ul li:hover a {
    border: solid 1px #0067ac;
}

.Box_con2 .btn {
    top: 180px;
}

.Box_con2 .btn_l1 {
    background: url(../image/btn_l.png) no-repeat center;
    left: 0px;
}

.Box_con2 .btn_r1 {
    background: url(../image/btn_r.png) no-repeat center;
    right: 0px;
}

.index3 {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    height: 720px;
}

.index4_con_bot_tit {
    width: 100%;
    margin-top: 40px;margin-bottom: 30px;
}

.index4_con_bot_tit ul {
    display: table;
    margin: 0px auto;
}

.index4_con_bot_tit li {
    float: left;
    position: relative;
    padding: 0px 10px;
    font-size: 24px;
    color: #333333;
}

.index4_con_bot_tit li a {
    text-align: center;
    display: inline-block;

 font-size: 36px;	color: #333333;
 padding: ;
    float: left;
}


.index7 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
    ;
}

.firm_tit {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid rgba(192, 192, 192, .4);
    ;
}

.firm_tit p {
    float: left;
    color: #666;
}

.firm_tit p b {
    font-size: 20px;
    color: #666;
    cursor: pointer;
    height: 40px;
    display: inline-block;
    margin-right: 40px;
    ;
}

.firm_tit p b.hover {
    font-size: 20px;
    border-bottom: 3px solid #1170d3;
    color: #1170d3;
}


/* .tit_col_80b{font-size: 20px; color: #0067ac} */

.firm_tit span {
    font-size: 14px;
    color: #2e2e2e;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}

.firm_tit span a {
    color: #1170d3;
}

.index_news {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.news_l {
    width: 100%;
    float: left;
}

.news_r {
    float: left;
    width: 500px;
    height: 490px;
    /* padding: 0px 20px; */
    /* border: solid 1px #eeeeee; */
}


.news_l_con {
    
    width: 100%;
    float: left;
   
}


.news_lcon dl {
  width: 670px;
  	height: 559px;
    color: #666666;
    float: left;
    margin-bottom: 10px;
	margin-right: 50px;
	margin-top: 30px;
	cursor: pointer;
}

.news_lcon dl dt {
 width: 672px;
  	/* height: 559px; */
    float: left;
}

.news_lcon dl dt img {
    float: left
}

.news_lcon dl dd {
    width:100%;
	float: left;
    height: 130px;
	background: #f1f1f1;
	color: #666;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.news_lcon dl dd p,.news_lcon dl dd  span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content:center;
	height: 80px;
}
.news_lcon dl dd span b{line-height: 60px;font-size: 54px;color: #0067ac;}
.news_lcon dl dd span i{	font-size: 16px;color: #666666;}
.news_lcon dl dd p em{height:34px;font-size: 22px;line-height: 34px;	color: #333333;}
.news_lcon dl:hover dd p em{
	color: #0067ac;
}
.news_lcon dl dd p i{font-size: 14px;line-height: 34px;	color: #666666;  width:90%;overflow:hidden;

                white-space: nowrap;

                text-overflow: ellipsis;

                -o-text-overflow:ellipsis;}

.news_lcon ul {
    width:680px;
    float: left;
}

.news_lcon ul li {
  width: 100%;
  height: 150px;

    ;
}
.news_lcon ul li a{
  width: 100%;
  height: 95px;
  float: left;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-bottom: 30px
    ;
}
.news_lcon ul li:last-child a{
	border: none;
}
.news_lcon ul li p {
width: 137px;
	height: 91px;
	margin-right: 25px
    ;
}
.news_lcon ul li span {
    width: calc(100% - 110px);
    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: 22px;
    line-height: 36px;
	color: #333333;
    ;
}

.news_lcon ul li strong {
    font-size: 14px;
    ;
    color: #666;
    overflow: hidden;
	line-height: 30px;
    height: 60px;
    width: 98%;
}

.news_lcon ul li:hover em {
  color: #0067ac;
}

.link {
    width: 100%;
    float: left;
    height: 95px;
    background:url(../image/link.png) center center no-repeat;
    line-height: 95px;
}

.link dl {
    float: left;
}
.link p {
    float: right;
}

.link dl dt {
    float: left;
    font-size: 18px;
    color: #fff;
    /* color: #fff; */
    /* width: 140px; */
    text-align: center;
    position: relative;
    font-weight: bold
}

.link dl dd {
    float: left;
    margin-left: 15px;
}

.link dl dd a {
    float: left;
    margin: 0px 10px;
    position: relative;
    font-size: 14px;
    color: rgba(255,255,255,.6);
}

.link dl dd a:hover {
    color: #fff
}
.link p{
	color: #fff;
}

.copy {
    width: 100%;
	background: #2a2f38;
    float: left;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
	height: 400px;
}

.copy_top {
    width: 100%;
    float: left;
    height: 210px;
    margin-top: 65px;
    ;
}

.copy a:hover {
    color: #0067ac
}


.copy2 {
    width: 190px;
    float: left;
}
.copy1 {
    width: 380px;
    /* margin-top: 35px; */
    /* padding-left: 270px; */
    float: left;
}
.copy1 dl dd span{
	width:calc(100% - 50px);
}
.copy1 dl dd i,.copy1 dl dd span {
	float: left;
}
.copy_tit {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.copy1 ul {
    width: 100%;
    float: left;
}

.copy1 ul li {
    width: 80px;
    float: left;
    line-height: 29px;
}

.copy1 ul li a {
    width: 80px;
    float: left;
    display: inline-block;
    color: #9f9f9f
}

.copy2 dl {
    width: 100%;
    float: left;
}

.copy2 dl dt {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}

.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}
.copy2 dl dd a{
		color: #a9a9a9;
}
.copy2 dl dd img {
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}

.copy_r {
    float: right;
}

.copy_r ol {
    float: right;
}

.copy_r ol li {
    width: 130px;
    height: 145px;
    line-height: 145px;

    float: left;
	margin-top: 50px;
}


.copy_r ol li p {
    /* display:table-cell;vertical-align:middle; */
    display: flex;
	flex-direction: column;
    align-items: center;
    /* align-content: center; */
    /* justify-content: center; */
    /* justify-self: center; */
    /* justify-items: center; */
}

.copy_r ol li img {
    float: left;
}

.copy_r ol li b {
   	color: #a9a9a9;;
    line-height: 34px;
    font-size: 16px;
    float: left;
}

.copy_bot2 {
    line-height: 80px;
	height: 80px;
	float: left;
	background: #2a2f38;
	width: 100%;
	border-top: 1px solid #373b44;
	border-bottom: 1px solid #373b44;
	color: rgba(255,255,255,.6);
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 350px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
}

.banner_img p {
    width: 100%;
    height: 350px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.content {
    width: 100%;
    float: left;
    padding: 35px 0px;
}

.nav_page {
    width: 260px;
    float: left;
    padding-bottom: 50px;
}

.nav_page h1 {
    width: 100%;
    background: #0067ac;
    height: 90px;
    line-height: 90px;
}

.nav_page h1 p {
    float: left;
    width: 100%;
}

.nav_page h1 p img,
.nav_page h1 p span {
    float: left;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.nav_page h1 p img {
    padding: 36px 10px 0px 20px;
}

.nav_page ol {
    margin-bottom: 10px;
    width: calc(100% - 2px);
    float: left;
    border: 1px solid #e5e5e5;
}

.nav_page ol li {
    line-height: 50px;
    background: #f3f3f3;
    color: #f3f3f3;
    margin-top: 3px;
}

.nav_page ol>li>a {
    width: 100%;
    color: #000;
    display: inline-block;
    position: relative;
    text-indent: 20px;
    background: url(../image/page_list_icon.png) no-repeat 270px center;
    transition: all .3s ease;
}

.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: #0067ac;
}

.nav_page ol li.hover ul {
    display: block;
}

.nav_page>ol>li.hover>a,
.nav_page>ol>li>a:hover {
    color: #fff;
    background: #f48335 url(../image/page_list_icon.png) no-repeat 230px center;
}

.nav_page_l {
    width: 100%;
    height: 100px;
    background: #2d3a4e;
    float: left;
    /* background:linear-gradient(red, yellow); */
    background: linear-gradient(to bottom, #0067ac 50%, #fff 50%, #fff 100%);
    height: 210px;
    border: 1px solid #dddddd;
}

.nav_page_l>p {
    margin: 25px 0px 0px 20px;
    float: left;
}

.about_l_b {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.about_l_b img {
    float: left;
    margin-right: 10px;
}

.about_l_b p {
    width: calc(100% - 80px);
    float: left;
}

.about_l_b p i,
.about_l_b p span {
    width: 100%;
    float: left;
}

.about_l_b p i {
    color: #0067ac;
}

.about_l_b p span {
    font-size: 18px;
    margin-top: 5px;
    color: #e77c1c;
}


/* 
.about_l_b {width: 100%; background:#0067ac; float: left; color: #fff; height: 110px; text-align: center;}
.about_l_b p { font-size: 18px;padding-top:30px;width: 100%; float: left; display: inline-block; }
.about_l_b span { font-size: 26px;position: relative;width: 100%; float: left;display: inline-block; }
.about_l_b span:before {content: '';position: absolute; left: 45%;bottom:0px;width: 40px; height: 2px; background: #fff} */

.content_r {
    width: 1105px;
    float: right;
}

.page_tit {
    width: calc(100% - 20px);
    padding-right: 20px;
    float: left;
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-indent: 20px;
}

.page_tit span,
.page_tit a {
    color: #333333;
    padding: 0px 2px
}

.page_tit a:hover {
    color: #0067ac
}

.about_con {
    width: 100%;
    float: left
}

.about_con div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 100%;
    float: left
}

.page_tit .fl {
    background: #0067ac;
    padding-right: 10px;
    position: relative;
}

.page_tit .fl:after {
    content: "";
    right: -50px;
    top: 0px;
    width: 0px;
    position: absolute;
    height: 0px;
    border-top: 50px solid #0067ac;
    border-right: 50px solid transparent;
}


/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */

.anli {
    float: left;
    min-width: 905px;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli ul li {
    float: left;
    width: 264px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.anli ul li a{
	width: 100%;
	display: inline-block;
}
.anli ul li img {
    width: 262px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;

}

.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: #0067ac;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #0067ac
}

.anli ul li:hover img {
    border: 1px solid #0067ac;
}

.anli_img {
    float: left;
    min-width: 905px;
}

.anli_img ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli_img ul li {
    float: left;
    width: 265px;
    text-align: center;
    margin-right: 17px;
    margin-bottom: 20px;
    position: relative;
}

.anli_img ul li img {
    width: 240px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 240px;
}

.anli_img ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli_img ul li.hover a {
    color: #0067ac;
    display: inline-block;
}

.anli_img ul li.hover a b {
    color: #0067ac
}

.anli_img {
    width: 905px;
    height: 300px;
    /* overflow: hidden; */
}

.anli_scroll {
    width: 1105px;
    height: 300px;
    position: relative;
    left: 0px;
    float: left
}

.anli_scroll ul {
    width: 10000px;
    height: 300px;
}

.honor {
    float: left;
    min-width: 905px;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.honor ul li {
    float: left;
     width: 264px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.honor ul li img {
     width: 262px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 350px;
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(4n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #0067ac;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #0067ac
}

.honor ul li:hover img {
    border: 1px solid #0067ac;
}

.partner {
    float: left;
    min-width: 905px;
}

.partner ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.partner ul li {
    float: left;
    width: 264px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.partner ul li img {
    width: 262px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 120px;
}

.partner ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.partner ul li:nth-child(4n) {
    margin-right: 0px;
}

.partner ul li:hover a {
    color: #0067ac;
    display: inline-block;
}

.partner ul li:hover a b {
    color: #0067ac
}

.partner ul li:hover img {
    border: 1px solid #0067ac;
}

.product {
    float: left;
    min-width: 905px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width: 264px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.product ul li img {
    width: 262px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 278px;
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(4n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #0067ac;
    display: inline-block;
}

.product ul li:hover a b {
    color: #0067ac
}

.product ul li:hover img {
    border: 1px solid #0067ac;
}


/* #container {margin:0 auto;width:905px;} */

#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;
}

.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: #0067ac;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #0067ac;
    color: #fff
}

.contact {
    float: left;
    width: 100%;
    position: relative;
}

.contact div {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
}

.product_order {
    float: left;
}

.product_order h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 15px;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 170px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 410px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}


.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 180px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #0067ac
}

.product_order p input:last-child {
    background: #414143;
    margin-left: 10px;
}

.faq {
    width: 100%;
    float: left
}

.faq dl {
    padding: 20px 0px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px dashed #7d7d7d
}

.faq dl dt {
    padding-bottom: 10px;
}

.faq dl,
.faq dl dt,
.faq dl dd {
    float: left;
    width: 100%;
}

.faq dl dt span,
.faq dl dt p,
.faq dl dt i,
.faq dl dd span,
.faq dl dd p {
    float: left;
    display: inline-block;
}

.faq dl span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ff6600;
    margin-right: 10px;
}

.faq dl dt span {
    background: #0067ac;
}

.faq dl dd p {
    width: 1060px;
    color: 666;
}

.faq dl dt p a {
    color: #0067ac;
    font-size: 16px;
    font-weight: bold;
}

.faq dl dt p a:hover {
    color: #ff6600
}

.faq dl dt i {
    color: #666;
    margin-left: 10px;
	float: right;
}

.faqshow {
    padding-bottom: 0px;
    width: 100%;
    float: left;
}

.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #0067ac;
    font-weight: bold;
    padding: 40px 0px 20px;
}

.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #0067ac
}

.news {
    width: 100%;
    float: left
}

.news dl {
    margin-top: 20px;
    width: 100%;
    float: left;
    cursor: pointer;
}

.news dl dt {
    width: 90px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.news dl dt span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f3f3f3;
    color: #333333;
    font-size: 26px;
    display: inline-block;
}

.news dl dt i {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #0067ac;
    color: #fff;
    display: inline-block;
}

.news dl:hover dt i {
    background: #ff6600;
}

.news dl:hover a {
    color: #0067ac;
}

.news dl dd {
    width: 980px;
    float: left
}

.news dl dd p a {
    font-size: 16px;
    color: #333;
    width: 100%;
    float: left;
    line-height: 24px
}

.news dl.hover dd p a {
    color: #0067ac
}

.news dl.hover dt i {
    background: #002d5f
}

.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 22px
}

.product_order {
    float: left;
}

.product_order ol li {
    line-height: 30px;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.product_order ol li span {
    width: 170px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
    float: left;
}

.product_order ol li input {
    outline: none;
    border: none;
    width: 410px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    float: left;
    padding-left: 5px;
}

.product_order ol li textarea {
    width: 710px;
    height: 130px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #a9a9a9
}

.product_order p input {
    width: 100px;
    height: 40px;
    border: none;
    color: #fff;
    margin: 20px 0px 40px 180px;
    cursor: pointer;
    outline: none;
}

.product_order p input:first-child {
    background: #0067ac
}

.product_order p input:last-child {
    background: #414143;
    margin-left: 10px;
}

.pro_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #0067ac;
    font-size: 18px;
    text-indent: 20px;
    float: left;
    background: #f4f4f4;
    font-weight: normal;
}


/*.block span { float: left; width: 36px;margin-top:15px; }
.block ul { float: left; width: 220px; overflow: hidden;margin-top:15px;margin-left: 5px; }
*/

.faqshow_top {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.col_0067ac {
    color: #0067ac;
    font-weight: bold;
}

.faqshow .faqshow_r {
    width: 660px;
    float: right;
    padding-top: 20px;
}

.faqshow .faqshow_r p {
    padding-bottom: 10px
}

.faqshow .faqshow_r p.col_0067ac {
    color: #0067ac
}

a.cloud-zoom img {
    border: 1px solid #f5f5f5;
    width: 300px;
}

.block {
    width: 300px;
    margin: 20px 0px 0px;
    text-align: center;
    float: left
}

.block ul img {
    border: 1px solid #f5f5f5;
    float: left;
    margin: 0px 5px;
    width: 60px;
}

.block ul a.hover img {
    border: 1px solid #ff9f00
}

.block ul li {
    width: 10000px;
}

p.author {
    clear: both;
    text-align: center;
    color: #999;
    font-size: 11px;
}

p.author a {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dashed #CCC;
    width: 60px;
    float: left
}


/* This is the moving lens square underneath the mouse pointer. */


/* .cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	Set this to minus the border thickness.
	background:#fff;	
	_background:none;
	cursor:move;		
}
 */


/* This is for the title text. */


/* .cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
 */


/* This is the zoom window. */


/* .cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
 */


/* This is the loading message. */


/* .cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
 */

.download {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.download ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: -15px;
    content: '·';
    top: 0px;
    font-size: 40px;
    color: #333;
    font-size: 14px;
}

.download ul li span {
    float: right;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    background: #2d3a4e;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #0067ac;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.download ul li.hover {
    color: #0067ac
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.product_detail {
    padding: 20px 0;
    position: relative;
    left: 0px;
}

.detail_pic {
    width: 340px;
}

.detail_pic img {
    width: 100%;
}

.detail_text {
    width: 490px;
}

.detail_text h1 {
    color: #e7a60b;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.detail_text p {
    font-size: 14px;
    line-height: 24px;
}

.detail_text .buy-btn {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: #008BD6;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product_detail_list {
    padding: 0px 0;
    overflow: hidden;
}

.product_detail_list ul {
    margin-right: -20px;
    position: relative;
}

.product_detail_list li {
    float: left;
    width: 208px;
    margin-right: 20px;
    text-align: center;
}

.product_detail_list li .product_detail_list_pic {
    height: 208px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product_detail_list li img {
    width: 100%;
}

.product_detail_list li p a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    background: #008bd6;
    color: #fff;
}

.product_detail_info_l {
    position: relative;
    float: left;
    width: 402px;
}

.product_big {
    position: relative;
    height: 402px;
    width: 402px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: move;
}

.img_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: -100px 0 0 -100px;
    display: none;
}

.zoom_box {
    position: absolute;
    top: 0;
    right: -400px;
    width: 390px;
    height: 390px;
    border: 1px solid #e9e9e9;
    display: none;
}

.product_big img {
    width: 100%;
}

.product_small_list {
    margin-left: 2px;
    width: 368px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 69px;
    height: 69px;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.product_small_list li img {
    width: 63px;
    height: 63px;
}

.product_small_list li.show {
    border: 1px solid #0067ac;
    padding: 2px;
}

.faqshow div.product_small_btn {
    width: 16px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
}

.faqshow div .product_small_r {
    float: right;
}

.order_btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0067ac;
    float: left;
    margin-top: 20px;
}

.order_btn a:hover {
    background: #0070be;
    color: #fff
}

.faqshow_tyext {
    width: 100%;
    float: left;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 20px;
    float: left
}

.faqshow_tyext table td {
    padding-left: 6px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.news3 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.news3con {
    width: 430px;
    float: left;
    margin-right: 30px;
}

.news3con h1 {
    width: 100%;
    float: left;
    background: #f4f4f4;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.news3con h1 span {
    width: 100px;
    background: #0067ac;
    display: inline-block;
    font-weight: normal;
    position: relative;
    text-align: center
}

.news3con h1 span::after {
    position: absolute;
    content: "";
    left: 100px;
    width: 0px;
    height: 0px;
    border-color: #0067ac transparent transparent #0067ac;
    border-width: 25px;
    border-style: solid;
}

.news3con:last-child {
    margin-right: 0px;
}

.news3 ul {
    width: 100%;
    float: left;
    padding-top: 16px;
}

.news3 ul li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e1e1e1;
}

.news3 ul li:last-child {
    border-bottom: none
}

.news3 ul li b {
    float: left;
    position: relative;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news3 ul li b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a {
    color: #666;
    text-indent: 20px;
}

.news3 ul li a:hover b:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";
}

.news3 ul li a:hover {
    color: #0067ac
}

.news3 ul li span {
    float: right;
}

.news3 ul li a:hover b:after {
    color: #0067ac
}