@charset "UTF-8";
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    margin: 0 auto;
    width: 1300px;
}

.header_top {
    height: 140px;
    border-bottom: 1px solid #e5e5e5;
	padding:0px;
	margin-top:-10px;
}

.header_top_main {
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner img {
    width: 100%;
}

.header_top_main .right {
    width: 1035px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
	margin-left:10px;
    align-items: center;
    border-left: 1px solid #c2c2c2;
}

.header_top_main .right .tu p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-left: 10px;
    color: #333333;
}

.header_top_main .right .tu p:nth-of-type(1) {
    color: #2c54a4;
    font-weight: 600;
}

.header_top_main .right .iphone p {
    font-size: 28px;
    color: #2c54a4;
}

.header_top_main .right .iphone p span:nth-of-type(1) {
    font-size: 14px;
    color: #666666;
}

.header_top_main .right .iphone p span:nth-of-type(2)::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/iphone.png);
    background-repeat: no-repeat;
    margin-right: 6px;
}


.header_bas {
    height: 58px;
    background-color: #2c54a4; min-width:1200px;
}

.header_bas_main ul .items1 {
    position: relative;
    z-index: 999;
}

.header_bas_main ul .items1 .items3 {
    position: absolute;
    display: none;
    background-color: #1e50ae;
}

.header_bas_main ul .items1:hover .items3 {
    display: block;	
}

.header_bas_main ul li:hover {
    color: #ffffff;
}

.header_bas_main ul .items1 .items3 p {
    padding: 2px 8px;
    width:150px;
	font-size:14px;
height:34px;
line-height:34px;
    color: #fff;
    background-color: #1e50ae;
}

.header_bas_main ul .items1 .items3 p:hover {
    color: #2c54a4;
    background-color: #fff;
}

.header_bas_main ul span {
    color: #fff;
}

.header_bas_main ul {
    height: 58px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_bas_main ul li {
    font-size: 16px;
    color: #fff;
    width: 155px;
    height: 58px;
    line-height: 58px;
    text-align: center;
}

.header_bas_main ul li:hover {
    background-color: #fff;
    color: #2c54a4;
}

.hot_search {
    height: 66px;
    border-bottom: 1px solid #e2e2e2;
}

.hot_search_main {
    display: flex;
    justify-content: space-between;
}

.hot_search_main ul {
    height: 66px;
    align-items: center;
    display: flex;
}

.hot_search_main ul li {
    font-size: 14px;
    color: #666666;
    padding: 0 5px;
}

.hot_search_main ul li:nth-of-type(1) {
    font-size: 16px;
    color: #2c54a4;
}

.common h1 {
    font-size: 40px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    width: 355px;
    margin: auto;
    position: relative;
}

.common h1 span:nth-of-type(1) {
    color: #333333;
}

.common h1 span:nth-of-type(2) {
    color: #2c54a4;
    position: relative;
}

.common h6 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 470px;
    background-color: #fff;
    margin: auto;
    line-height: 30px;
}

.common h6 span {
    color: #777777;
}

.common div {
    width: 627px;
    height: 48px;
    border: 1px solid #dcdcdc;
    margin: auto;
    margin-top: -60px;
    z-index: -1;
}

.page_product {
    padding-top: 55px;
}

.page_product_t {
    background-color: #f5f5f5;
    margin-top: 60px;
}

.page_product_t ul {
    display: flex;
}

.page_product_t ul li {
    width: 240px;
    text-align: center;
    border-left: 1px solid #dcdcdc;
}

.page_product_t ul li a {
    display: inline-block;
    height: 136px;
    padding-top: 30px;
}

.page_product_t ul li a p {
    font-size: 16px;
    color: #999999;
}

.page_product_t ul li a em {
    display: block;
    margin-bottom: 15px;
}

.page_product_t ul li a:nth-of-type(2) {
    display: none;
    background-image: url(../images/page_product_t_c.jpg);
    background-repeat: no-repeat;
    width: 240px;
    height: 136px;
}

.page_product_t ul li:hover a:nth-of-type(2) {
    display: block;
}

.page_product_t ul li:hover a:nth-of-type(1) {
    display: none;
}

.page_product_t ul li:hover p {
    color: #fff;
}

.page_product_t ul li:nth-of-type(1) a:nth-of-type(2) {
    background-image: url(../images/page_product_t_c.jpg);
    background-repeat: no-repeat;
    width: 240px;
    padding: 30px 0;
    display: block;
}

.page_product_t ul li:nth-of-type(1) a:nth-of-type(2) p {
    color: #fff;
}

.page_product_t ul li:nth-of-type(1) a:nth-of-type(1) {
    display: none;
}

.page_product_all{
width:1200px;
overflow:hidden;
margin:40px auto;
}
.page_product_left {
float:left;
width:240px;
background-color:#fff;
margin:30px 0px 0px 0px;
overflow:hidden;
}
.page_product_left h3{
background-image:url(../images/page_product_t_c.jpg);
color:#fff;
text-align:center;
font-size:22px; 
padding:19px 0px;
}
.page_product_left h3 span{
font-family:arial;font-size:18px;
}
.page_product_right {
float:right;
width:920px;
overflow:hidden;
}
.page_product_m ol {
    display: flex;

    flex-wrap: wrap;
}

.page_product_m ol li {
    border: 1px solid #cdcdcd;
	margin:30px 18px 10px 0px;
	width:210px;
	padding:5px 5px 0px 5px;

}
.page_product_m ol li img {
border:0px solid #ddd;
max-width:100%;
height:220px;
}
.page_product_m ol li:hover .text a {
    background-color: #2c54a4;
    color: #fff;
}

.page_product_m ol li a {
    display: block;
}

.page_product_m ol li em {
    display: block;
    overflow: hidden;
}

.page_product_m ol li em img {
    cursor: pointer;
    transition: all 0.6s;
}

.page_product_m ol li:hover em img {
    transform: scale(1.2);
}

.page_product_m ol li .text {

    padding: 14px 0;
	text-align:center;
	border-top:1px solid #ddd;
}

.page_product_m ol li .text p {
    color: #333333;
}

.page_product_m ol li .text a {
    display: block;
    color: #2c54a4;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    padding: 0 22px;
}

.move {
    display: flex;
    justify-content: center;
}

.move a {
    display: block;
    margin: 40px 5px;
    height: 44px;
    padding: 0 40px;
    border-radius: 22px;
    border: 1px solid #d2d2d2;
    line-height: 44px;
}

.move a:hover {
    background-color: #2c54a4;
    color: #fff;
}

.page_service {
    background: url(../images/page_service.jpg) no-repeat center center scroll;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 140px;
}

.pure-g {
    position: relative;
    height: 460px;
}

.pure-g .left {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pure-g .left .pure-u-1-4 {
    display: flex;
    justify-content: space-between;
}

.pure-g .right {
    overflow: hidden;
    height: 335px;
}

.pure-g ul li {
    width: 24%;
    margin-right: 1px;
    counter-increment: number;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s;
    background-color: #1b1b1b;
    opacity: 0.7;
    border: 1px solid #ffffff;
    padding: 10px 0px;
    align-items: center;
    display: flex;
}

.pure-g ul li p {
    color: #fff;
    opacity: 1;
    margin: 0 auto;
    font-size: 58px;
}

.pure-g ul li p:nth-of-type(2) {
    text-align: right;
}

.pure-g ul li p:nth-of-type(2) {
    font-size: 18px;
    color: #ffffff;
}

.pure-g ul li:hover {
    background-color: #003f98;
    opacity: 0.83;
}

.pure-g .right {
    overflow: hidden;
}

.pure-u-3-4 .item10 .item10_c {
    display: flex;
    justify-content: space-between;
}

.pure-u-3-4 .item10 .item10_c {
    color: #fff;
}

.pure-u-3-4 .item10 .item10_c .text h1 {
    font-size: 58px;
    color: #ffffff;
    opacity: 0.04;
}

.pure-u-3-4 .item10 .item10_c .text h2 {
    font-size: 72px;
    color: #ff0;
    margin-top: -50px;
}

.pure-u-3-4 .item10 .item10_c .text h3 {
    color: #ffffff;
    font-size: 30px;
}

.pure-u-3-4 .item10 .item10_c .text ol {
    margin-top: 60px;

}

.pure-u-3-4 .item10 .item10_c .text ol li {
    font-size: 16px;
    color: #dadada;
    line-height: 30px;
}

.pure-u-3-4 .item10 .item10_c .text ol li em {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin-left: 3px;
    border-radius: 100%;
}

.pure-u-3-4 .item10 .item10_c .text ol li span {
    margin-left: 14px;
}

.page_process {
    margin-top: 50px;
    background: url(../images/page_process.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 55px;
}

.page_process_m {
    margin-top: 50px;
}

.page_field {
    padding-top: 50px;
}

.page_field_m {
    margin-top:0px;
	background-color:#fff;
	padding:20px 0px;
	box-shadow:2px 2px 15px #ddd;
}

.page_about {
    margin-top: 60px;
    background-color: #2c54a4;
    padding-top:70px;
    padding-bottom: 70px;
}

.page_about_m {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.page_about_m .left {
    width: 750px;
    padding-right: 60px;
    border-right: 1px solid #2c54a4;
}

.page_about_m .left h1 {
    font-size: 30px;
    color: #ffffff;
}

.page_about_m .left h2 {
    font-size: 60px;
    color: #ffffff;
    opacity: 0.05;

}

.page_about_m .left div {
    margin-top: -40px;
}

.page_about_m .left div p {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
	margin-bottom:16px;
}

.page_about_m .left a {
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
}

.page_about_m .left ul {
    display: flex;
    margin-top: 50px;
}

.page_about_m .left ul li p {
    font-size: 44px;
    color: #ffffff;
}

.page_about_m .left ul li p span {
    font-size: 16px;
    color: #ffffff;
}

.page_about_m .left ul li p:nth-of-type(2) {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 30px;
}

.page_about_m .left ul li:nth-of-type(2) {
    margin: 0 50px;
}

.page_about_m .right {
    width: 450px;
    text-align: right;
    border-left: 2px solid #3c52b1;
}

.page_equipment {
    padding-top: 60px;
}

.page_equipment_m {
    margin-top: 50px;
}

.page_equipment_m ul {
    display: flex;
    justify-content: space-between;
}

.page_equipment_m ul li em {
    display: block;
    overflow: hidden;
}

.page_equipment_m ul li em img {
    cursor: pointer;
    transition: all 0.6s;
}

.page_equipment_m ul li:hover img {
    transform: scale(1.2);
}

.page_equipment_m ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.page_news {
    background-color: #f8f8f8;
    padding: 55px 0;
}

.page_news_m {
    margin-top: 40px;
    display: flex;
}

.page_news_m .left {
    width: 550px;
}

.page_news_m .left h1 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.page_news_m .left h1::before {
    content: '';
    width: 35px;
    height: 25px;
    background-image: url(../images/news_icon1.png);
    background-repeat: no-repeat;
}

.page_news_m .left img {
    margin-top: 15px;
    width: 100%;
}

.page_news_m .left h2 {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}

.page_news_m .left p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.page_news_m .left span {
    display: flex;
    color: #999999;
    margin-top: 15px;
    align-items: center;
}

.page_news_m .left span::before {
    content: '';
    width: 25px;
    height: 16px;
    background-image: url(../images/news_icon2.png);
    background-repeat: no-repeat;
}

.page_news_m .right {
    width: 650px;
}

.page_news_m .right .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.page_news_m .right .title h1 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.page_news_m .right .title h1::before {
    content: '';
    width: 35px;
    height: 23px;
    background-image: url(../images/news_icon3.png);
    background-repeat: no-repeat;
}

.page_news_m .right .title a {
    font-size: 16px;
    line-height: 30px;
    color: #2c54a4;
}

.page_news_m .right ul {
    padding-left: 100px;
}

.page_news_m .right ul li {
    padding: 23px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.page_news_m .right ul li h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.page_news_m .right ul li h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2c54a4;
    margin-right: 15px;
    border-radius: 100%;
}

.page_news_m .right ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    padding-left: 25px;
}

.page_customer {
    padding-top: 50px;
}

.page_customer_m{
 overflow:hidden; margin-top:40px;
}
.page_customer_m ul {
 overflow:hidden; margin-top:0px;
}

.page_customer_m ul li {
    margin: 0px 20px 16px 0px; float:left; width:280px; overflow:hidden;
}

.page_customer_m ul li img{
    width:280px; height:160px;
}
.page_customer_m ul li p{
text-align:center;
padding:6px 0px;
}
.bottom {
    background: url('../images/bottom.jpg') no-repeat scroll top left / 100% auto;
    width: 100%;
    background-size: cover;
    padding: 40px 0px 20px 0;
    margin-top: 60px;
}

.bottom_items ul {
    display: flex;
    justify-content: space-around;
}

.bottom_items ul li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.82;
    padding: 15px 5px;
    margin-bottom: 5px;
}

.bottom_items ul li:hover {
    border-bottom: 2px solid #959595;
}

.bottom_main .information {
    margin-top: 25px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #464950;
    border-bottom: 1px solid #464950;
    align-items: center;
}

.bottom_main .information ul {
    display: flex;
}

.bottom_main .information ul li {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.bottom_main .information ul li:nth-of-type(1) {
    font-size: 14px;
    color: #c9c9c9;
    opacity: 0.9;
}

.bottom_main .information ul li:nth-of-type(1)::before {
    content: '';
    width: 33px;
    height: 24px;
    background-image: url(../images/icon9.png);
    background-repeat: no-repeat;
}

.bottom_main .information ul:nth-of-type(2) li:nth-of-type(1)::before {
    content: '';
    width: 37px;
    height: 24px;
    background-image: url(../images/icon10.png);
    background-repeat: no-repeat;
}

.bottom_main .information .address p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.bottom_main .information .address p::before {
    content: '';
    width: 25px;
    height: 26px;
    background-image: url(../images/icon11.png);
    background-repeat: no-repeat;
}

.bottom_main .code {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.bottom_main .code ul li {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.65;
    margin-top: 20px;
}

.bottom_main .code ul:nth-of-type(2) {
    display: flex;
}

.bottom_main .code ul:nth-of-type(2) li {
    margin: 10px;
    text-align: center;
}

.bottom_main .code ul:nth-of-type(2) li p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.42;
    margin-top: 10px;
}

.bottom_bottom {
    background-color: #121212;
    padding: 15px 0;
}

.bottom_bottom_main ul {
    display: flex;
}

.bottom_bottom_main ul li {
    font-size: 14px;
    color: #ffffff;
    padding: 3px 5px;
}

/* 关于我们 */
.news {
    margin-top: 60px;
}

.about_us {
    margin-top: 60px;
    margin-bottom: 60px;
}

.tabs .right .center .news_dynamic {
    margin-top:0px;
    padding: 23px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top:0px dashed #e5e5e5;
}

.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 5px 0;
    padding-right: 40px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #2c54a4;
    margin-top: 20px;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 25.83%;
}


.tabs .left .phone {
    background-color: #2c54a4;
    padding:30px 0px 20px 0;
}

.tabs .left .phone p {
    font-size:20px;
    color: #ffffff;
    display: flex;
	padding-left:26px;
	line-height:30px;
    justify-content:left;
}

.tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.tabs .left .phone h4 {
    font-size:16px;
    color: #ffffff;
    font-weight:normal;
    text-align:left;
	padding:20px 0px 0px 26px;
	line-height:30px;
}

.tabs .right {
    width: 70.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color: #2c54a4;
    text-align:left;
    line-height: 62px;
    font-size: 24px;
    font-weight:normal;
    color: #ffffff;
	padding-left:30px;
}

.tabs .left nav {
    border: solid 1px #e5e5e5;
	padding-top:20px;
}

.tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:40px;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
    margin-bottom:24px;
}

.tabs .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #2c54a4;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabs .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabs .left nav a:hover:after {
    width: 100%;
}

.tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.tabs .right .center .center_top ul {
    display: flex;
}

.tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #2c54a4;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #2c54a4;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
	margin-bottom:20px;
}
.tabs .right .center .pric {
   padding-top: 25px;
}
.tabs .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
    width: 24%;
    margin-top: 25px;
    margin-right: 1%;
	background-color:#fff;
}

.tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabs .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
    background-color: #2c54a4;
}

.tabs .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabs .right .center .pric ul li a img {
    max-width:200px; height:220px;
}

.tabs .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabs .left nav .item1:hover .item2 {
    display: block;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
    transition: all 1.5s;
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #2c54a4;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #2c54a4;
    border: 1px solid #2c54a4;
}

.pagev span a {
    background-color: #fff;
    color: #666;
    border: 1px solid #D9D9D9;
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
    text-decoration: none;
    margin: 1.5em 0;
}

.pagev span a:hover {
    color: #fff;
    background-color: #2d9aea;
    border: 1px solid #2d9aea;
}

/*客户留言*/
.liuyanform {}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    float: left;
    width: 10%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: right;
    margin-right: 1%;
}

.form-group input {
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group textarea {
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group1 input {
    display: block;
    width: 200px;
    float: left;
    margin-left: 90px;
    line-height: 45px;
    background-color: #2c54a4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
}


.prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
}

.prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}

.go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}
.x_detailtitle {
text-align: left; font-weight:bold; background-color:#f8f8f8; border-left:4px solid #2c54a4;padding:6px 10px; color:#2c54a4; font-size:18px;
margin:20px 0px;
}
.x_miaoshu{
width:100%; overflow:hidden;
border:0px solid #F60; color:#666; line-height:24px;
}
.x_miaoshu p{
line-height:24px;
color:#666;
padding-left:20px;
}
.x_photo{
width:100%; overflow:hidden; margin:30px 0px;
}
.x_photo_left{
width:50%; float:left;
}
.x_photo_right{
width:45%; float:right;
}
.x_photo_right p{
margin:0px 0px; border:0px solid #F60; line-height:20px; padding:20px 0px 0px 0px;
}
.x_neibanner{
width:100%;
border-bottom:1px solid #ddd;
background-image:url(../images/neibanner.jpg);
background-repeat:no-repeat; background-position:bottom;
height:200px; margin-top:1px;
min-width:1200px;
}
.x_neibanner h3{
width:100%;
max-width:1200px; margin:0px auto; color:#fff;
font-size:28px; padding:80px 0px 0px 40px;
}
.x_news {
width:100%;
margin:28px 0px 0px 0px;
}
.x_news p{
font-size:14px;
line-height:24px; margin-bottom:16px;
}
.x_catalog {
width:100%;
margin:8px 0px 30px 0px;
}
.x_catalog li{
width:100%;
border-bottom:1px solid #ddd;
height:50px; line-height:50px;
font-size:14px;
text-indent:50px;
background-image:url(../images/catalog_bj.png);
background-repeat:no-repeat;
background-position:center left 20px;
}
.x_anlilist{
width:100%;
overflow:hidden;
margin-top:30px;
}
.x_anlilist ul{
width:100%;
}
.x_anlilist ul li{
width:100%; overflow:hidden;
margin-bottom:20px;
}
.x_anlilist ul li img{
float:left;
width:280px;
margin:0px 30px 0px 0px;
}
.x_anlilist ul li h3{
font-size:20px;
font-weight:bold;
margin:0px 0px 10px 0px;
}
.x_anlilist ul li p{
font-size:14px;
line-height:24px;
}
.x_yingyong {
width:1200px;
margin:0px auto 10px auto;
height:120px;
overflow:hidden;
}
.x_yingyong li{
width:16.6666%;
float:left;transition: 0.5s all;
text-align:center;
}
.x_yingyong li:hover{
width:16.6666%;
float:left;
text-align:center;
margin-top:10px;transition: 0.5s all;
}
.x_yingyong li img{
width:80px;
margin:6px 0px;
}
.x_yingyong li p{
text-align:center;
font-size:16px;
}
.text_center { text-align: center;}
.page a,.page span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:40px 4px 10px auto;
        background: #DDD;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page a:hover,.page span.current {
        background: #0088cc;
        color:#fff;
    }
.form-controls01{
  display: block;
  width:100%;
  padding-left:0px;
  height:44px;
  float:left;  
  line-height:44px;
  color: #ccc;
  vertical-align: middle;
  background-color: transparent;  
  background-image: none;  
  border:0 none;
  border:1px solid #ddd;
  border-radius:4px;
  margin-bottom:16px;
  text-indent:18px;
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}
.form-controls02{
  display: block;
  width:100%;
  padding-top:10px;
  float:left;
  height:120px;
  line-height:20px;
  color: #ccc;
  vertical-align: middle;
  background-color: transparent;  
  background-image: none;
  border:0px none; text-indent:18px;
  border:1px solid #ddd;
  border-radius:4px;
    margin-bottom:10px;
 
/*  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}